@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,700");

body.landing-template {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -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-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

body.landing-template *,
body.landing-template::after,
body.landing-template::before {
  box-sizing: border-box
}

body.landing-template {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

body.landing-template article,
body.landing-template aside,
body.landing-template figcaption,
body.landing-template figure,
body.landing-template footer,
body.landing-template header,
body.landing-template hgroup,
body.landing-template main,
body.landing-template nav,
body.landing-template section {
  display: block
}

body.landing-template {
  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
}

body.landing-template [tabindex="-1"]:focus {
  outline: 0 !important
}

body.landing-template hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

body.landing-template h1,
body.landing-template h2,
body.landing-template h3,
body.landing-template h4,
body.landing-template h5,
body.landing-template h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

body.landing-template p {
  margin-top: 0;
  margin-bottom: 1rem
}

body.landing-template abbr[data-original-title],
body.landing-template abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

body.landing-template address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

body.landing-template dl,
body.landing-template ol,
body.landing-template ul {
  margin-top: 0;
  margin-bottom: 1rem
}

body.landing-template ol ol,
body.landing-template ol ul,
body.landing-template ul ol,
body.landing-template ul ul {
  margin-bottom: 0
}

body.landing-template dt {
  font-weight: 700
}

body.landing-template dd {
  margin-bottom: .5rem;
  margin-left: 0
}

body.landing-template blockquote {
  margin: 0 0 1rem
}

body.landing-template b,
body.landing-template strong {
  font-weight: bolder
}

body.landing-template small {
  font-size: 80%
}

body.landing-template sub,
body.landing-template sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

body.landing-template sub {
  bottom: -.25em
}

body.landing-template sup {
  top: -.5em
}

body.landing-template a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

body.landing-template a:hover {
  color: #0056b3;
  text-decoration: underline
}

body.landing-template a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

body.landing-template a:not([href]):not([tabindex]):focus,
body.landing-template a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

body.landing-template a:not([href]):not([tabindex]):focus {
  outline: 0
}

body.landing-template code,
body.landing-template kbd,
body.landing-template pre,
body.landing-template samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

body.landing-template pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto
}

body.landing-template figure {
  margin: 0 0 1rem
}

body.landing-template img {
  vertical-align: middle;
  border-style: none
}

body.landing-template svg {
  overflow: hidden;
  vertical-align: middle
}

body.landing-template table {
  border-collapse: collapse
}

body.landing-template caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

body.landing-template th {
  text-align: inherit
}

body.landing-template label {
  display: inline-block;
  margin-bottom: .5rem
}

body.landing-template button {
  border-radius: 0
}

body.landing-template button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

body.landing-template button,
body.landing-template input,
body.landing-template optgroup,
body.landing-template select,
body.landing-template textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

body.landing-template button,
body.landing-template input {
  overflow: visible
}

body.landing-template button,
body.landing-template select {
  text-transform: none
}

body.landing-template select {
  word-wrap: normal
}

body.landing-template [type=button],
body.landing-template [type=reset],
body.landing-template [type=submit],
body.landing-template button {
  -webkit-appearance: button
}

body.landing-template [type=button]:not(:disabled),
body.landing-template [type=reset]:not(:disabled),
body.landing-template [type=submit]:not(:disabled),
body.landing-template button:not(:disabled) {
  cursor: pointer
}

body.landing-template [type=button]::-moz-focus-inner,
body.landing-template [type=reset]::-moz-focus-inner,
body.landing-template [type=submit]::-moz-focus-inner,
body.landing-template button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

body.landing-template input[type=checkbox],
body.landing-template input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

body.landing-template input[type=date],
body.landing-template input[type=datetime-local],
body.landing-template input[type=month],
body.landing-template input[type=time] {
  -webkit-appearance: listbox
}

body.landing-template textarea {
  overflow: auto;
  resize: vertical
}

body.landing-template fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

body.landing-template 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
}

body.landing-template progress {
  vertical-align: baseline
}

body.landing-template [type=number]::-webkit-inner-spin-button,
body.landing-template [type=number]::-webkit-outer-spin-button {
  height: auto
}

body.landing-template [type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

body.landing-template [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

body.landing-template::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

body.landing-template output {
  display: inline-block
}

body.landing-template summary {
  display: list-item;
  cursor: pointer
}

body.landing-template template {
  display: none
}

body.landing-template [hidden] {
  display: none !important
}

body.landing-template .h1,
body.landing-template .h2,
body.landing-template .h3,
body.landing-template .h4,
body.landing-template .h5,
body.landing-template .h6,
body.landing-template h1,
body.landing-template h2,
body.landing-template h3,
body.landing-template h4,
body.landing-template h5,
body.landing-template h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

body.landing-template .h1,
body.landing-template h1 {
  font-size: 2.5rem
}

body.landing-template .h2,
body.landing-template h2 {
  font-size: 2rem
}

body.landing-template .h3,
body.landing-template h3 {
  font-size: 1.75rem
}

body.landing-template .h4,
body.landing-template h4 {
  font-size: 1.5rem
}

body.landing-template .h5,
body.landing-template h5 {
  font-size: 1.25rem
}

body.landing-template .h6,
body.landing-template h6 {
  font-size: 1rem
}

body.landing-template .lead {
  font-size: 1.25rem;
  font-weight: 300
}

body.landing-template .display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

body.landing-template .display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

body.landing-template .display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

body.landing-template .display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

body.landing-template hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

body.landing-template .small,
body.landing-template small {
  font-size: 80%;
  font-weight: 400
}

body.landing-template .mark,
body.landing-template mark {
  padding: .2em;
  background-color: #fcf8e3
}

body.landing-template .list-unstyled {
  padding-left: 0;
  list-style: none
}

body.landing-template .list-inline {
  padding-left: 0;
  list-style: none
}

body.landing-template .list-inline-item {
  display: inline-block
}

body.landing-template .list-inline-item:not(:last-child) {
  margin-right: .5rem
}

body.landing-template .initialism {
  font-size: 90%;
  text-transform: uppercase
}

body.landing-template .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

body.landing-template .blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

body.landing-template .blockquote-footer::before {
  content: "\2014\00A0"
}

body.landing-template .img-fluid {
  max-width: 100%;
  height: auto
}

body.landing-template .img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

body.landing-template .figure {
  display: inline-block
}

body.landing-template .figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

body.landing-template .figure-caption {
  font-size: 90%;
  color: #6c757d
}

body.landing-template code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word
}

body.landing-template a>code {
  color: inherit
}

body.landing-template kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

body.landing-template kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

body.landing-template pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

body.landing-template pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

body.landing-template .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

body.landing-template .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  body.landing-template .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  body.landing-template .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  body.landing-template .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  body.landing-template .container {
    max-width: 1140px
  }
}

body.landing-template .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

body.landing-template .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

body.landing-template .no-gutters {
  margin-right: 0;
  margin-left: 0
}

body.landing-template .no-gutters>.col,
body.landing-template .no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left: 0
}

body.landing-template .col,
body.landing-template .col-1,
body.landing-template .col-10,
body.landing-template .col-11,
body.landing-template .col-12,
body.landing-template .col-2,
body.landing-template .col-3,
body.landing-template .col-4,
body.landing-template .col-5,
body.landing-template .col-6,
body.landing-template .col-7,
body.landing-template .col-8,
body.landing-template .col-9,
body.landing-template .col-auto,
body.landing-template .col-lg,
body.landing-template .col-lg-1,
body.landing-template .col-lg-10,
body.landing-template .col-lg-11,
body.landing-template .col-lg-12,
body.landing-template .col-lg-2,
body.landing-template .col-lg-3,
body.landing-template .col-lg-4,
body.landing-template .col-lg-5,
body.landing-template .col-lg-6,
body.landing-template .col-lg-7,
body.landing-template .col-lg-8,
body.landing-template .col-lg-9,
body.landing-template .col-lg-auto,
body.landing-template .col-md,
body.landing-template .col-md-1,
body.landing-template .col-md-10,
body.landing-template .col-md-11,
body.landing-template .col-md-12,
body.landing-template .col-md-2,
body.landing-template .col-md-3,
body.landing-template .col-md-4,
body.landing-template .col-md-5,
body.landing-template .col-md-6,
body.landing-template .col-md-7,
body.landing-template .col-md-8,
body.landing-template .col-md-9,
body.landing-template .col-md-auto,
body.landing-template .col-sm,
body.landing-template .col-sm-1,
body.landing-template .col-sm-10,
body.landing-template .col-sm-11,
body.landing-template .col-sm-12,
body.landing-template .col-sm-2,
body.landing-template .col-sm-3,
body.landing-template .col-sm-4,
body.landing-template .col-sm-5,
body.landing-template .col-sm-6,
body.landing-template .col-sm-7,
body.landing-template .col-sm-8,
body.landing-template .col-sm-9,
body.landing-template .col-sm-auto,
body.landing-template .col-xl,
body.landing-template .col-xl-1,
body.landing-template .col-xl-10,
body.landing-template .col-xl-11,
body.landing-template .col-xl-12,
body.landing-template .col-xl-2,
body.landing-template .col-xl-3,
body.landing-template .col-xl-4,
body.landing-template .col-xl-5,
body.landing-template .col-xl-6,
body.landing-template .col-xl-7,
body.landing-template .col-xl-8,
body.landing-template .col-xl-9,
body.landing-template .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}

body.landing-template .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}

body.landing-template .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}

body.landing-template .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}

body.landing-template .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}

body.landing-template .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

body.landing-template .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}

body.landing-template .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}

body.landing-template .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

body.landing-template .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}

body.landing-template .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}

body.landing-template .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}

body.landing-template .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}

body.landing-template .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}

body.landing-template .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

body.landing-template .order-first {
  -ms-flex-order: -1;
  order: -1
}

body.landing-template .order-last {
  -ms-flex-order: 13;
  order: 13
}

body.landing-template .order-0 {
  -ms-flex-order: 0;
  order: 0
}

body.landing-template .order-1 {
  -ms-flex-order: 1;
  order: 1
}

body.landing-template .order-2 {
  -ms-flex-order: 2;
  order: 2
}

body.landing-template .order-3 {
  -ms-flex-order: 3;
  order: 3
}

body.landing-template .order-4 {
  -ms-flex-order: 4;
  order: 4
}

body.landing-template .order-5 {
  -ms-flex-order: 5;
  order: 5
}

body.landing-template .order-6 {
  -ms-flex-order: 6;
  order: 6
}

body.landing-template .order-7 {
  -ms-flex-order: 7;
  order: 7
}

body.landing-template .order-8 {
  -ms-flex-order: 8;
  order: 8
}

body.landing-template .order-9 {
  -ms-flex-order: 9;
  order: 9
}

body.landing-template .order-10 {
  -ms-flex-order: 10;
  order: 10
}

body.landing-template .order-11 {
  -ms-flex-order: 11;
  order: 11
}

body.landing-template .order-12 {
  -ms-flex-order: 12;
  order: 12
}

body.landing-template .offset-1 {
  margin-left: 8.333333%
}

body.landing-template .offset-2 {
  margin-left: 16.666667%
}

body.landing-template .offset-3 {
  margin-left: 25%
}

body.landing-template .offset-4 {
  margin-left: 33.333333%
}

body.landing-template .offset-5 {
  margin-left: 41.666667%
}

body.landing-template .offset-6 {
  margin-left: 50%
}

body.landing-template .offset-7 {
  margin-left: 58.333333%
}

body.landing-template .offset-8 {
  margin-left: 66.666667%
}

body.landing-template .offset-9 {
  margin-left: 75%
}

body.landing-template .offset-10 {
  margin-left: 83.333333%
}

body.landing-template .offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  body.landing-template .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  body.landing-template .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  body.landing-template .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  body.landing-template .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  body.landing-template .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  body.landing-template .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  body.landing-template .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  body.landing-template .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  body.landing-template .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  body.landing-template .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  body.landing-template .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  body.landing-template .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  body.landing-template .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  body.landing-template .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  body.landing-template .order-sm-first {
    -ms-flex-order: -1;
    order: -1
  }

  body.landing-template .order-sm-last {
    -ms-flex-order: 13;
    order: 13
  }

  body.landing-template .order-sm-0 {
    -ms-flex-order: 0;
    order: 0
  }

  body.landing-template .order-sm-1 {
    -ms-flex-order: 1;
    order: 1
  }

  body.landing-template .order-sm-2 {
    -ms-flex-order: 2;
    order: 2
  }

  body.landing-template .order-sm-3 {
    -ms-flex-order: 3;
    order: 3
  }

  body.landing-template .order-sm-4 {
    -ms-flex-order: 4;
    order: 4
  }

  body.landing-template .order-sm-5 {
    -ms-flex-order: 5;
    order: 5
  }

  body.landing-template .order-sm-6 {
    -ms-flex-order: 6;
    order: 6
  }

  body.landing-template .order-sm-7 {
    -ms-flex-order: 7;
    order: 7
  }

  body.landing-template .order-sm-8 {
    -ms-flex-order: 8;
    order: 8
  }

  body.landing-template .order-sm-9 {
    -ms-flex-order: 9;
    order: 9
  }

  body.landing-template .order-sm-10 {
    -ms-flex-order: 10;
    order: 10
  }

  body.landing-template .order-sm-11 {
    -ms-flex-order: 11;
    order: 11
  }

  body.landing-template .order-sm-12 {
    -ms-flex-order: 12;
    order: 12
  }

  body.landing-template .offset-sm-0 {
    margin-left: 0
  }

  body.landing-template .offset-sm-1 {
    margin-left: 8.333333%
  }

  body.landing-template .offset-sm-2 {
    margin-left: 16.666667%
  }

  body.landing-template .offset-sm-3 {
    margin-left: 25%
  }

  body.landing-template .offset-sm-4 {
    margin-left: 33.333333%
  }

  body.landing-template .offset-sm-5 {
    margin-left: 41.666667%
  }

  body.landing-template .offset-sm-6 {
    margin-left: 50%
  }

  body.landing-template .offset-sm-7 {
    margin-left: 58.333333%
  }

  body.landing-template .offset-sm-8 {
    margin-left: 66.666667%
  }

  body.landing-template .offset-sm-9 {
    margin-left: 75%
  }

  body.landing-template .offset-sm-10 {
    margin-left: 83.333333%
  }

  body.landing-template .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  body.landing-template .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  body.landing-template .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  body.landing-template .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  body.landing-template .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  body.landing-template .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  body.landing-template .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  body.landing-template .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  body.landing-template .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  body.landing-template .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  body.landing-template .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  body.landing-template .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  body.landing-template .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  body.landing-template .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  body.landing-template .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  body.landing-template .order-md-first {
    -ms-flex-order: -1;
    order: -1
  }

  body.landing-template .order-md-last {
    -ms-flex-order: 13;
    order: 13
  }

  body.landing-template .order-md-0 {
    -ms-flex-order: 0;
    order: 0
  }

  body.landing-template .order-md-1 {
    -ms-flex-order: 1;
    order: 1
  }

  body.landing-template .order-md-2 {
    -ms-flex-order: 2;
    order: 2
  }

  body.landing-template .order-md-3 {
    -ms-flex-order: 3;
    order: 3
  }

  body.landing-template .order-md-4 {
    -ms-flex-order: 4;
    order: 4
  }

  body.landing-template .order-md-5 {
    -ms-flex-order: 5;
    order: 5
  }

  body.landing-template .order-md-6 {
    -ms-flex-order: 6;
    order: 6
  }

  body.landing-template .order-md-7 {
    -ms-flex-order: 7;
    order: 7
  }

  body.landing-template .order-md-8 {
    -ms-flex-order: 8;
    order: 8
  }

  body.landing-template .order-md-9 {
    -ms-flex-order: 9;
    order: 9
  }

  body.landing-template .order-md-10 {
    -ms-flex-order: 10;
    order: 10
  }

  body.landing-template .order-md-11 {
    -ms-flex-order: 11;
    order: 11
  }

  body.landing-template .order-md-12 {
    -ms-flex-order: 12;
    order: 12
  }

  body.landing-template .offset-md-0 {
    margin-left: 0
  }

  body.landing-template .offset-md-1 {
    margin-left: 8.333333%
  }

  body.landing-template .offset-md-2 {
    margin-left: 16.666667%
  }

  body.landing-template .offset-md-3 {
    margin-left: 25%
  }

  body.landing-template .offset-md-4 {
    margin-left: 33.333333%
  }

  body.landing-template .offset-md-5 {
    margin-left: 41.666667%
  }

  body.landing-template .offset-md-6 {
    margin-left: 50%
  }

  body.landing-template .offset-md-7 {
    margin-left: 58.333333%
  }

  body.landing-template .offset-md-8 {
    margin-left: 66.666667%
  }

  body.landing-template .offset-md-9 {
    margin-left: 75%
  }

  body.landing-template .offset-md-10 {
    margin-left: 83.333333%
  }

  body.landing-template .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  body.landing-template .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  body.landing-template .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  body.landing-template .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  body.landing-template .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  body.landing-template .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  body.landing-template .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  body.landing-template .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  body.landing-template .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  body.landing-template .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  body.landing-template .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  body.landing-template .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  body.landing-template .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  body.landing-template .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  body.landing-template .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  body.landing-template .order-lg-first {
    -ms-flex-order: -1;
    order: -1
  }

  body.landing-template .order-lg-last {
    -ms-flex-order: 13;
    order: 13
  }

  body.landing-template .order-lg-0 {
    -ms-flex-order: 0;
    order: 0
  }

  body.landing-template .order-lg-1 {
    -ms-flex-order: 1;
    order: 1
  }

  body.landing-template .order-lg-2 {
    -ms-flex-order: 2;
    order: 2
  }

  body.landing-template .order-lg-3 {
    -ms-flex-order: 3;
    order: 3
  }

  body.landing-template .order-lg-4 {
    -ms-flex-order: 4;
    order: 4
  }

  body.landing-template .order-lg-5 {
    -ms-flex-order: 5;
    order: 5
  }

  body.landing-template .order-lg-6 {
    -ms-flex-order: 6;
    order: 6
  }

  body.landing-template .order-lg-7 {
    -ms-flex-order: 7;
    order: 7
  }

  body.landing-template .order-lg-8 {
    -ms-flex-order: 8;
    order: 8
  }

  body.landing-template .order-lg-9 {
    -ms-flex-order: 9;
    order: 9
  }

  body.landing-template .order-lg-10 {
    -ms-flex-order: 10;
    order: 10
  }

  body.landing-template .order-lg-11 {
    -ms-flex-order: 11;
    order: 11
  }

  body.landing-template .order-lg-12 {
    -ms-flex-order: 12;
    order: 12
  }

  body.landing-template .offset-lg-0 {
    margin-left: 0
  }

  body.landing-template .offset-lg-1 {
    margin-left: 8.333333%
  }

  body.landing-template .offset-lg-2 {
    margin-left: 16.666667%
  }

  body.landing-template .offset-lg-3 {
    margin-left: 25%
  }

  body.landing-template .offset-lg-4 {
    margin-left: 33.333333%
  }

  body.landing-template .offset-lg-5 {
    margin-left: 41.666667%
  }

  body.landing-template .offset-lg-6 {
    margin-left: 50%
  }

  body.landing-template .offset-lg-7 {
    margin-left: 58.333333%
  }

  body.landing-template .offset-lg-8 {
    margin-left: 66.666667%
  }

  body.landing-template .offset-lg-9 {
    margin-left: 75%
  }

  body.landing-template .offset-lg-10 {
    margin-left: 83.333333%
  }

  body.landing-template .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  body.landing-template .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }

  body.landing-template .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }

  body.landing-template .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
  }

  body.landing-template .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
  }

  body.landing-template .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }

  body.landing-template .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }

  body.landing-template .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }

  body.landing-template .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }

  body.landing-template .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }

  body.landing-template .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }

  body.landing-template .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }

  body.landing-template .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }

  body.landing-template .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }

  body.landing-template .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  body.landing-template .order-xl-first {
    -ms-flex-order: -1;
    order: -1
  }

  body.landing-template .order-xl-last {
    -ms-flex-order: 13;
    order: 13
  }

  body.landing-template .order-xl-0 {
    -ms-flex-order: 0;
    order: 0
  }

  body.landing-template .order-xl-1 {
    -ms-flex-order: 1;
    order: 1
  }

  body.landing-template .order-xl-2 {
    -ms-flex-order: 2;
    order: 2
  }

  body.landing-template .order-xl-3 {
    -ms-flex-order: 3;
    order: 3
  }

  body.landing-template .order-xl-4 {
    -ms-flex-order: 4;
    order: 4
  }

  body.landing-template .order-xl-5 {
    -ms-flex-order: 5;
    order: 5
  }

  body.landing-template .order-xl-6 {
    -ms-flex-order: 6;
    order: 6
  }

  body.landing-template .order-xl-7 {
    -ms-flex-order: 7;
    order: 7
  }

  body.landing-template .order-xl-8 {
    -ms-flex-order: 8;
    order: 8
  }

  body.landing-template .order-xl-9 {
    -ms-flex-order: 9;
    order: 9
  }

  body.landing-template .order-xl-10 {
    -ms-flex-order: 10;
    order: 10
  }

  body.landing-template .order-xl-11 {
    -ms-flex-order: 11;
    order: 11
  }

  body.landing-template .order-xl-12 {
    -ms-flex-order: 12;
    order: 12
  }

  body.landing-template .offset-xl-0 {
    margin-left: 0
  }

  body.landing-template .offset-xl-1 {
    margin-left: 8.333333%
  }

  body.landing-template .offset-xl-2 {
    margin-left: 16.666667%
  }

  body.landing-template .offset-xl-3 {
    margin-left: 25%
  }

  body.landing-template .offset-xl-4 {
    margin-left: 33.333333%
  }

  body.landing-template .offset-xl-5 {
    margin-left: 41.666667%
  }

  body.landing-template .offset-xl-6 {
    margin-left: 50%
  }

  body.landing-template .offset-xl-7 {
    margin-left: 58.333333%
  }

  body.landing-template .offset-xl-8 {
    margin-left: 66.666667%
  }

  body.landing-template .offset-xl-9 {
    margin-left: 75%
  }

  body.landing-template .offset-xl-10 {
    margin-left: 83.333333%
  }

  body.landing-template .offset-xl-11 {
    margin-left: 91.666667%
  }
}

body.landing-template .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

body.landing-template .table td,
body.landing-template .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

body.landing-template .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

body.landing-template .table tbody+tbody {
  border-top: 2px solid #dee2e6
}

body.landing-template .table-sm td,
body.landing-template .table-sm th {
  padding: .3rem
}

body.landing-template .table-bordered {
  border: 1px solid #dee2e6
}

body.landing-template .table-bordered td,
body.landing-template .table-bordered th {
  border: 1px solid #dee2e6
}

body.landing-template .table-bordered thead td,
body.landing-template .table-bordered thead th {
  border-bottom-width: 2px
}

body.landing-template .table-borderless tbody+tbody,
body.landing-template .table-borderless td,
body.landing-template .table-borderless th,
body.landing-template .table-borderless thead th {
  border: 0
}

body.landing-template .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

body.landing-template .table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

body.landing-template .table-primary,
body.landing-template .table-primary>td,
body.landing-template .table-primary>th {
  background-color: #b8daff
}

body.landing-template .table-primary tbody+tbody,
body.landing-template .table-primary td,
body.landing-template .table-primary th,
body.landing-template .table-primary thead th {
  border-color: #7abaff
}

body.landing-template .table-hover .table-primary:hover {
  background-color: #9fcdff
}

body.landing-template .table-hover .table-primary:hover>td,
body.landing-template .table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

body.landing-template .table-secondary,
body.landing-template .table-secondary>td,
body.landing-template .table-secondary>th {
  background-color: #d6d8db
}

body.landing-template .table-secondary tbody+tbody,
body.landing-template .table-secondary td,
body.landing-template .table-secondary th,
body.landing-template .table-secondary thead th {
  border-color: #b3b7bb
}

body.landing-template .table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

body.landing-template .table-hover .table-secondary:hover>td,
body.landing-template .table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

body.landing-template .table-success,
body.landing-template .table-success>td,
body.landing-template .table-success>th {
  background-color: #c3e6cb
}

body.landing-template .table-success tbody+tbody,
body.landing-template .table-success td,
body.landing-template .table-success th,
body.landing-template .table-success thead th {
  border-color: #8fd19e
}

body.landing-template .table-hover .table-success:hover {
  background-color: #b1dfbb
}

body.landing-template .table-hover .table-success:hover>td,
body.landing-template .table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

body.landing-template .table-info,
body.landing-template .table-info>td,
body.landing-template .table-info>th {
  background-color: #bee5eb
}

body.landing-template .table-info tbody+tbody,
body.landing-template .table-info td,
body.landing-template .table-info th,
body.landing-template .table-info thead th {
  border-color: #86cfda
}

body.landing-template .table-hover .table-info:hover {
  background-color: #abdde5
}

body.landing-template .table-hover .table-info:hover>td,
body.landing-template .table-hover .table-info:hover>th {
  background-color: #abdde5
}

body.landing-template .table-warning,
body.landing-template .table-warning>td,
body.landing-template .table-warning>th {
  background-color: #ffeeba
}

body.landing-template .table-warning tbody+tbody,
body.landing-template .table-warning td,
body.landing-template .table-warning th,
body.landing-template .table-warning thead th {
  border-color: #ffdf7e
}

body.landing-template .table-hover .table-warning:hover {
  background-color: #ffe8a1
}

body.landing-template .table-hover .table-warning:hover>td,
body.landing-template .table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

body.landing-template .table-danger,
body.landing-template .table-danger>td,
body.landing-template .table-danger>th {
  background-color: #f5c6cb
}

body.landing-template .table-danger tbody+tbody,
body.landing-template .table-danger td,
body.landing-template .table-danger th,
body.landing-template .table-danger thead th {
  border-color: #ed969e
}

body.landing-template .table-hover .table-danger:hover {
  background-color: #f1b0b7
}

body.landing-template .table-hover .table-danger:hover>td,
body.landing-template .table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

body.landing-template .table-light,
body.landing-template .table-light>td,
body.landing-template .table-light>th {
  background-color: #fdfdfe
}

body.landing-template .table-light tbody+tbody,
body.landing-template .table-light td,
body.landing-template .table-light th,
body.landing-template .table-light thead th {
  border-color: #fbfcfc
}

body.landing-template .table-hover .table-light:hover {
  background-color: #ececf6
}

body.landing-template .table-hover .table-light:hover>td,
body.landing-template .table-hover .table-light:hover>th {
  background-color: #ececf6
}

body.landing-template .table-dark,
body.landing-template .table-dark>td,
body.landing-template .table-dark>th {
  background-color: #c6c8ca
}

body.landing-template .table-dark tbody+tbody,
body.landing-template .table-dark td,
body.landing-template .table-dark th,
body.landing-template .table-dark thead th {
  border-color: #95999c
}

body.landing-template .table-hover .table-dark:hover {
  background-color: #b9bbbe
}

body.landing-template .table-hover .table-dark:hover>td,
body.landing-template .table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

body.landing-template .table-active,
body.landing-template .table-active>td,
body.landing-template .table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

body.landing-template .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

body.landing-template .table-hover .table-active:hover>td,
body.landing-template .table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

body.landing-template .table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

body.landing-template .table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

body.landing-template .table-dark {
  color: #fff;
  background-color: #343a40
}

body.landing-template .table-dark td,
body.landing-template .table-dark th,
body.landing-template .table-dark thead th {
  border-color: #454d55
}

body.landing-template .table-dark.table-bordered {
  border: 0
}

body.landing-template .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

body.landing-template .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
  body.landing-template .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  body.landing-template .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  body.landing-template .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  body.landing-template .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  body.landing-template .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  body.landing-template .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  body.landing-template .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  body.landing-template .table-responsive-xl>.table-bordered {
    border: 0
  }
}

body.landing-template .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

body.landing-template .table-responsive>.table-bordered {
  border: 0
}

body.landing-template .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;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .form-control {
    transition: none
  }
}

body.landing-template .form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

body.landing-template .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

body.landing-template .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

body.landing-template .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

body.landing-template .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1
}

body.landing-template .form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

body.landing-template .form-control:disabled,
body.landing-template .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

body.landing-template select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

body.landing-template .form-control-file,
body.landing-template .form-control-range {
  display: block;
  width: 100%
}

body.landing-template .col-form-label {
  padding-top: calc(.375rem+1px);
  padding-bottom: calc(.375rem+1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5
}

body.landing-template .col-form-label-lg {
  padding-top: calc(.5rem+1px);
  padding-bottom: calc(.5rem+1px);
  font-size: 1.25rem;
  line-height: 1.5
}

body.landing-template .col-form-label-sm {
  padding-top: calc(.25rem+1px);
  padding-bottom: calc(.25rem+1px);
  font-size: .875rem;
  line-height: 1.5
}

body.landing-template .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

body.landing-template .form-control-plaintext.form-control-lg,
body.landing-template .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

body.landing-template .form-control-sm {
  height: calc(1.5em+.5rem+2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

body.landing-template .form-control-lg {
  height: calc(1.5em+1rem+2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

body.landing-template select.form-control[multiple],
body.landing-template select.form-control[size] {
  height: auto
}

body.landing-template textarea.form-control {
  height: auto
}

body.landing-template .form-group {
  margin-bottom: 1rem
}

body.landing-template .form-text {
  display: block;
  margin-top: .25rem
}

body.landing-template .form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

body.landing-template .form-row>.col,
body.landing-template .form-row>[class*=col-] {
  padding-right: 5px;
  padding-left: 5px
}

body.landing-template .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem
}

body.landing-template .form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

body.landing-template .form-check-input:disabled~.form-check-label {
  color: #6c757d
}

body.landing-template .form-check-label {
  margin-bottom: 0
}

body.landing-template .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

body.landing-template .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

body.landing-template .valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

body.landing-template .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

body.landing-template .form-control.is-valid,
body.landing-template .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em+.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: center right calc(.375em+.1875rem);
  background-size: calc(.75em+.375rem) calc(.75em+.375rem)
}

body.landing-template .form-control.is-valid:focus,
body.landing-template .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

body.landing-template .form-control.is-valid~.valid-feedback,
body.landing-template .form-control.is-valid~.valid-tooltip,
body.landing-template .was-validated .form-control:valid~.valid-feedback,
body.landing-template .was-validated .form-control:valid~.valid-tooltip {
  display: block
}

body.landing-template .was-validated textarea.form-control:valid,
body.landing-template textarea.form-control.is-valid {
  padding-right: calc(1.5em+.75rem);
  background-position: top calc(.375em+.1875rem) right calc(.375em+.1875rem)
}

body.landing-template .custom-select.is-valid,
body.landing-template .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em+.75rem) * 3 / 4+1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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)
}

body.landing-template .custom-select.is-valid:focus,
body.landing-template .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

body.landing-template .custom-select.is-valid~.valid-feedback,
body.landing-template .custom-select.is-valid~.valid-tooltip,
body.landing-template .was-validated .custom-select:valid~.valid-feedback,
body.landing-template .was-validated .custom-select:valid~.valid-tooltip {
  display: block
}

body.landing-template .form-control-file.is-valid~.valid-feedback,
body.landing-template .form-control-file.is-valid~.valid-tooltip,
body.landing-template .was-validated .form-control-file:valid~.valid-feedback,
body.landing-template .was-validated .form-control-file:valid~.valid-tooltip {
  display: block
}

body.landing-template .form-check-input.is-valid~.form-check-label,
body.landing-template .was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

body.landing-template .form-check-input.is-valid~.valid-feedback,
body.landing-template .form-check-input.is-valid~.valid-tooltip,
body.landing-template .was-validated .form-check-input:valid~.valid-feedback,
body.landing-template .was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

body.landing-template .custom-control-input.is-valid~.custom-control-label,
body.landing-template .was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

body.landing-template .custom-control-input.is-valid~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #28a745
}

body.landing-template .custom-control-input.is-valid~.valid-feedback,
body.landing-template .custom-control-input.is-valid~.valid-tooltip,
body.landing-template .was-validated .custom-control-input:valid~.valid-feedback,
body.landing-template .was-validated .custom-control-input:valid~.valid-tooltip {
  display: block
}

body.landing-template .custom-control-input.is-valid:checked~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

body.landing-template .custom-control-input.is-valid:focus~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

body.landing-template .custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

body.landing-template .custom-file-input.is-valid~.custom-file-label,
body.landing-template .was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

body.landing-template .custom-file-input.is-valid~.valid-feedback,
body.landing-template .custom-file-input.is-valid~.valid-tooltip,
body.landing-template .was-validated .custom-file-input:valid~.valid-feedback,
body.landing-template .was-validated .custom-file-input:valid~.valid-tooltip {
  display: block
}

body.landing-template .custom-file-input.is-valid:focus~.custom-file-label,
body.landing-template .was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

body.landing-template .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

body.landing-template .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

body.landing-template .form-control.is-invalid,
body.landing-template .was-validated .form-control: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' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em+.1875rem);
  background-size: calc(.75em+.375rem) calc(.75em+.375rem)
}

body.landing-template .form-control.is-invalid:focus,
body.landing-template .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

body.landing-template .form-control.is-invalid~.invalid-feedback,
body.landing-template .form-control.is-invalid~.invalid-tooltip,
body.landing-template .was-validated .form-control:invalid~.invalid-feedback,
body.landing-template .was-validated .form-control:invalid~.invalid-tooltip {
  display: block
}

body.landing-template .was-validated textarea.form-control:invalid,
body.landing-template textarea.form-control.is-invalid {
  padding-right: calc(1.5em+.75rem);
  background-position: top calc(.375em+.1875rem) right calc(.375em+.1875rem)
}

body.landing-template .custom-select.is-invalid,
body.landing-template .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em+.75rem) * 3 / 4+1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em+.375rem) calc(.75em+.375rem)
}

body.landing-template .custom-select.is-invalid:focus,
body.landing-template .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

body.landing-template .custom-select.is-invalid~.invalid-feedback,
body.landing-template .custom-select.is-invalid~.invalid-tooltip,
body.landing-template .was-validated .custom-select:invalid~.invalid-feedback,
body.landing-template .was-validated .custom-select:invalid~.invalid-tooltip {
  display: block
}

body.landing-template .form-control-file.is-invalid~.invalid-feedback,
body.landing-template .form-control-file.is-invalid~.invalid-tooltip,
body.landing-template .was-validated .form-control-file:invalid~.invalid-feedback,
body.landing-template .was-validated .form-control-file:invalid~.invalid-tooltip {
  display: block
}

body.landing-template .form-check-input.is-invalid~.form-check-label,
body.landing-template .was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

body.landing-template .form-check-input.is-invalid~.invalid-feedback,
body.landing-template .form-check-input.is-invalid~.invalid-tooltip,
body.landing-template .was-validated .form-check-input:invalid~.invalid-feedback,
body.landing-template .was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

body.landing-template .custom-control-input.is-invalid~.custom-control-label,
body.landing-template .was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

body.landing-template .custom-control-input.is-invalid~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: #dc3545
}

body.landing-template .custom-control-input.is-invalid~.invalid-feedback,
body.landing-template .custom-control-input.is-invalid~.invalid-tooltip,
body.landing-template .was-validated .custom-control-input:invalid~.invalid-feedback,
body.landing-template .was-validated .custom-control-input:invalid~.invalid-tooltip {
  display: block
}

body.landing-template .custom-control-input.is-invalid:checked~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}

body.landing-template .custom-control-input.is-invalid:focus~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

body.landing-template .custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
body.landing-template .was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545
}

body.landing-template .custom-file-input.is-invalid~.custom-file-label,
body.landing-template .was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

body.landing-template .custom-file-input.is-invalid~.invalid-feedback,
body.landing-template .custom-file-input.is-invalid~.invalid-tooltip,
body.landing-template .was-validated .custom-file-input:invalid~.invalid-feedback,
body.landing-template .was-validated .custom-file-input:invalid~.invalid-tooltip {
  display: block
}

body.landing-template .custom-file-input.is-invalid:focus~.custom-file-label,
body.landing-template .was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

body.landing-template .form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center
}

body.landing-template .form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  body.landing-template .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0
  }

  body.landing-template .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0
  }

  body.landing-template .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  body.landing-template .form-inline .form-control-plaintext {
    display: inline-block
  }

  body.landing-template .form-inline .custom-select,
  body.landing-template .form-inline .input-group {
    width: auto
  }

  body.landing-template .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  body.landing-template .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  body.landing-template .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  body.landing-template .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

body.landing-template .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .btn {
    transition: none
  }
}

body.landing-template .btn:hover {
  color: #212529;
  text-decoration: none
}

body.landing-template .btn.focus,
body.landing-template .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .btn.disabled,
body.landing-template .btn:disabled {
  opacity: .65
}

body.landing-template a.btn.disabled,
body.landing-template fieldset:disabled a.btn {
  pointer-events: none
}

body.landing-template .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

body.landing-template .btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

body.landing-template .btn-primary.focus,
body.landing-template .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

body.landing-template .btn-primary.disabled,
body.landing-template .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

body.landing-template .btn-primary:not(:disabled):not(.disabled).active,
body.landing-template .btn-primary:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

body.landing-template .btn-primary:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-primary:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

body.landing-template .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

body.landing-template .btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

body.landing-template .btn-secondary.focus,
body.landing-template .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

body.landing-template .btn-secondary.disabled,
body.landing-template .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

body.landing-template .btn-secondary:not(:disabled):not(.disabled).active,
body.landing-template .btn-secondary:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

body.landing-template .btn-secondary:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-secondary:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

body.landing-template .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

body.landing-template .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

body.landing-template .btn-success.focus,
body.landing-template .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

body.landing-template .btn-success.disabled,
body.landing-template .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

body.landing-template .btn-success:not(:disabled):not(.disabled).active,
body.landing-template .btn-success:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

body.landing-template .btn-success:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-success:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

body.landing-template .btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

body.landing-template .btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

body.landing-template .btn-info.focus,
body.landing-template .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

body.landing-template .btn-info.disabled,
body.landing-template .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

body.landing-template .btn-info:not(:disabled):not(.disabled).active,
body.landing-template .btn-info:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

body.landing-template .btn-info:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-info:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

body.landing-template .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

body.landing-template .btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

body.landing-template .btn-warning.focus,
body.landing-template .btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

body.landing-template .btn-warning.disabled,
body.landing-template .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

body.landing-template .btn-warning:not(:disabled):not(.disabled).active,
body.landing-template .btn-warning:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

body.landing-template .btn-warning:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-warning:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

body.landing-template .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

body.landing-template .btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

body.landing-template .btn-danger.focus,
body.landing-template .btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

body.landing-template .btn-danger.disabled,
body.landing-template .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

body.landing-template .btn-danger:not(:disabled):not(.disabled).active,
body.landing-template .btn-danger:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

body.landing-template .btn-danger:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-danger:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

body.landing-template .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

body.landing-template .btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

body.landing-template .btn-light.focus,
body.landing-template .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

body.landing-template .btn-light.disabled,
body.landing-template .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

body.landing-template .btn-light:not(:disabled):not(.disabled).active,
body.landing-template .btn-light:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

body.landing-template .btn-light:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-light:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

body.landing-template .btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

body.landing-template .btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

body.landing-template .btn-dark.focus,
body.landing-template .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

body.landing-template .btn-dark.disabled,
body.landing-template .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

body.landing-template .btn-dark:not(:disabled):not(.disabled).active,
body.landing-template .btn-dark:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

body.landing-template .btn-dark:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-dark:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

body.landing-template .btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

body.landing-template .btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

body.landing-template .btn-outline-primary.focus,
body.landing-template .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

body.landing-template .btn-outline-primary.disabled,
body.landing-template .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

body.landing-template .btn-outline-primary:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-primary:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

body.landing-template .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

body.landing-template .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

body.landing-template .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

body.landing-template .btn-outline-secondary.focus,
body.landing-template .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

body.landing-template .btn-outline-secondary.disabled,
body.landing-template .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

body.landing-template .btn-outline-secondary:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-secondary:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

body.landing-template .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

body.landing-template .btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

body.landing-template .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

body.landing-template .btn-outline-success.focus,
body.landing-template .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

body.landing-template .btn-outline-success.disabled,
body.landing-template .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

body.landing-template .btn-outline-success:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-success:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

body.landing-template .btn-outline-success:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-success:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

body.landing-template .btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

body.landing-template .btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

body.landing-template .btn-outline-info.focus,
body.landing-template .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

body.landing-template .btn-outline-info.disabled,
body.landing-template .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

body.landing-template .btn-outline-info:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-info:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

body.landing-template .btn-outline-info:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-info:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

body.landing-template .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

body.landing-template .btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

body.landing-template .btn-outline-warning.focus,
body.landing-template .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

body.landing-template .btn-outline-warning.disabled,
body.landing-template .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

body.landing-template .btn-outline-warning:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-warning:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

body.landing-template .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

body.landing-template .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

body.landing-template .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

body.landing-template .btn-outline-danger.focus,
body.landing-template .btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

body.landing-template .btn-outline-danger.disabled,
body.landing-template .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

body.landing-template .btn-outline-danger:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-danger:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

body.landing-template .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

body.landing-template .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

body.landing-template .btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

body.landing-template .btn-outline-light.focus,
body.landing-template .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

body.landing-template .btn-outline-light.disabled,
body.landing-template .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

body.landing-template .btn-outline-light:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-light:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

body.landing-template .btn-outline-light:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-light:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

body.landing-template .btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

body.landing-template .btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

body.landing-template .btn-outline-dark.focus,
body.landing-template .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

body.landing-template .btn-outline-dark.disabled,
body.landing-template .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

body.landing-template .btn-outline-dark:not(:disabled):not(.disabled).active,
body.landing-template .btn-outline-dark:not(:disabled):not(.disabled):active,
body.landing-template .show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

body.landing-template .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
body.landing-template .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
body.landing-template .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

body.landing-template .btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

body.landing-template .btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

body.landing-template .btn-link.focus,
body.landing-template .btn-link:focus {
  text-decoration: underline;
  box-shadow: none
}

body.landing-template .btn-link.disabled,
body.landing-template .btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

body.landing-template .btn-group-lg>.btn,
body.landing-template .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

body.landing-template .btn-group-sm>.btn,
body.landing-template .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

body.landing-template .btn-block {
  display: block;
  width: 100%
}

body.landing-template .btn-block+.btn-block {
  margin-top: .5rem
}

body.landing-template input[type=button].btn-block,
body.landing-template input[type=reset].btn-block,
body.landing-template input[type=submit].btn-block {
  width: 100%
}

body.landing-template .fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .fade {
    transition: none
  }
}

body.landing-template .fade:not(.show) {
  opacity: 0
}

body.landing-template .collapse:not(.show) {
  display: none
}

body.landing-template .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .collapsing {
    transition: none
  }
}

body.landing-template .dropdown,
body.landing-template .dropleft,
body.landing-template .dropright,
body.landing-template .dropup {
  position: relative
}

body.landing-template .dropdown-toggle {
  white-space: nowrap
}

body.landing-template .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

body.landing-template .dropdown-toggle:empty::after {
  margin-left: 0
}

body.landing-template .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

body.landing-template .dropdown-menu-left {
  right: auto;
  left: 0
}

body.landing-template .dropdown-menu-right {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  body.landing-template .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

  body.landing-template .dropdown-menu-sm-right {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  body.landing-template .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

  body.landing-template .dropdown-menu-md-right {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  body.landing-template .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

  body.landing-template .dropdown-menu-lg-right {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  body.landing-template .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

  body.landing-template .dropdown-menu-xl-right {
    right: 0;
    left: auto
  }
}

body.landing-template .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

body.landing-template .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

body.landing-template .dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

body.landing-template .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

body.landing-template .dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

body.landing-template .dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

body.landing-template .dropright .dropdown-toggle::after {
  vertical-align: 0
}

body.landing-template .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

body.landing-template .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

body.landing-template .dropleft .dropdown-toggle::after {
  display: none
}

body.landing-template .dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

body.landing-template .dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

body.landing-template .dropleft .dropdown-toggle::before {
  vertical-align: 0
}

body.landing-template .dropdown-menu[x-placement^=bottom],
body.landing-template .dropdown-menu[x-placement^=left],
body.landing-template .dropdown-menu[x-placement^=right],
body.landing-template .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto
}

body.landing-template .dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef
}

body.landing-template .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

body.landing-template .dropdown-item:focus,
body.landing-template .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

body.landing-template .dropdown-item.active,
body.landing-template .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

body.landing-template .dropdown-item.disabled,
body.landing-template .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

body.landing-template .dropdown-menu.show {
  display: block
}

body.landing-template .dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

body.landing-template .dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529
}

body.landing-template .btn-group,
body.landing-template .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle
}

body.landing-template .btn-group-vertical>.btn,
body.landing-template .btn-group>.btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

body.landing-template .btn-group-vertical>.btn:hover,
body.landing-template .btn-group>.btn:hover {
  z-index: 1
}

body.landing-template .btn-group-vertical>.btn.active,
body.landing-template .btn-group-vertical>.btn:active,
body.landing-template .btn-group-vertical>.btn:focus,
body.landing-template .btn-group>.btn.active,
body.landing-template .btn-group>.btn:active,
body.landing-template .btn-group>.btn:focus {
  z-index: 1
}

body.landing-template .btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

body.landing-template .btn-toolbar .input-group {
  width: auto
}

body.landing-template .btn-group>.btn-group:not(:first-child),
body.landing-template .btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

body.landing-template .btn-group>.btn-group:not(:last-child)>.btn,
body.landing-template .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

body.landing-template .btn-group>.btn-group:not(:first-child)>.btn,
body.landing-template .btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

body.landing-template .dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

body.landing-template .dropdown-toggle-split::after,
body.landing-template .dropright .dropdown-toggle-split::after,
body.landing-template .dropup .dropdown-toggle-split::after {
  margin-left: 0
}

body.landing-template .dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

body.landing-template .btn-group-sm>.btn+.dropdown-toggle-split,
body.landing-template .btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

body.landing-template .btn-group-lg>.btn+.dropdown-toggle-split,
body.landing-template .btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

body.landing-template .btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center
}

body.landing-template .btn-group-vertical>.btn,
body.landing-template .btn-group-vertical>.btn-group {
  width: 100%
}

body.landing-template .btn-group-vertical>.btn-group:not(:first-child),
body.landing-template .btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

body.landing-template .btn-group-vertical>.btn-group:not(:last-child)>.btn,
body.landing-template .btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

body.landing-template .btn-group-vertical>.btn-group:not(:first-child)>.btn,
body.landing-template .btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

body.landing-template .btn-group-toggle>.btn,
body.landing-template .btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

body.landing-template .btn-group-toggle>.btn input[type=checkbox],
body.landing-template .btn-group-toggle>.btn input[type=radio],
body.landing-template .btn-group-toggle>.btn-group>.btn input[type=checkbox],
body.landing-template .btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

body.landing-template .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%
}

body.landing-template .input-group>.custom-file,
body.landing-template .input-group>.custom-select,
body.landing-template .input-group>.form-control,
body.landing-template .input-group>.form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0
}

body.landing-template .input-group>.custom-file+.custom-file,
body.landing-template .input-group>.custom-file+.custom-select,
body.landing-template .input-group>.custom-file+.form-control,
body.landing-template .input-group>.custom-select+.custom-file,
body.landing-template .input-group>.custom-select+.custom-select,
body.landing-template .input-group>.custom-select+.form-control,
body.landing-template .input-group>.form-control+.custom-file,
body.landing-template .input-group>.form-control+.custom-select,
body.landing-template .input-group>.form-control+.form-control,
body.landing-template .input-group>.form-control-plaintext+.custom-file,
body.landing-template .input-group>.form-control-plaintext+.custom-select,
body.landing-template .input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

body.landing-template .input-group>.custom-file .custom-file-input:focus~.custom-file-label,
body.landing-template .input-group>.custom-select:focus,
body.landing-template .input-group>.form-control:focus {
  z-index: 3
}

body.landing-template .input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

body.landing-template .input-group>.custom-select:not(:last-child),
body.landing-template .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

body.landing-template .input-group>.custom-select:not(:first-child),
body.landing-template .input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

body.landing-template .input-group>.custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

body.landing-template .input-group>.custom-file:not(:last-child) .custom-file-label,
body.landing-template .input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

body.landing-template .input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

body.landing-template .input-group-append,
body.landing-template .input-group-prepend {
  display: -ms-flexbox;
  display: flex
}

body.landing-template .input-group-append .btn,
body.landing-template .input-group-prepend .btn {
  position: relative;
  z-index: 2
}

body.landing-template .input-group-append .btn:focus,
body.landing-template .input-group-prepend .btn:focus {
  z-index: 3
}

body.landing-template .input-group-append .btn+.btn,
body.landing-template .input-group-append .btn+.input-group-text,
body.landing-template .input-group-append .input-group-text+.btn,
body.landing-template .input-group-append .input-group-text+.input-group-text,
body.landing-template .input-group-prepend .btn+.btn,
body.landing-template .input-group-prepend .btn+.input-group-text,
body.landing-template .input-group-prepend .input-group-text+.btn,
body.landing-template .input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

body.landing-template .input-group-prepend {
  margin-right: -1px
}

body.landing-template .input-group-append {
  margin-left: -1px
}

body.landing-template .input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

body.landing-template .input-group-text input[type=checkbox],
body.landing-template .input-group-text input[type=radio] {
  margin-top: 0
}

body.landing-template .input-group-lg>.custom-select,
body.landing-template .input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em+1rem+2px)
}

body.landing-template .input-group-lg>.custom-select,
body.landing-template .input-group-lg>.form-control,
body.landing-template .input-group-lg>.input-group-append>.btn,
body.landing-template .input-group-lg>.input-group-append>.input-group-text,
body.landing-template .input-group-lg>.input-group-prepend>.btn,
body.landing-template .input-group-lg>.input-group-prepend>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

body.landing-template .input-group-sm>.custom-select,
body.landing-template .input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em+.5rem+2px)
}

body.landing-template .input-group-sm>.custom-select,
body.landing-template .input-group-sm>.form-control,
body.landing-template .input-group-sm>.input-group-append>.btn,
body.landing-template .input-group-sm>.input-group-append>.input-group-text,
body.landing-template .input-group-sm>.input-group-prepend>.btn,
body.landing-template .input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

body.landing-template .input-group-lg>.custom-select,
body.landing-template .input-group-sm>.custom-select {
  padding-right: 1.75rem
}

body.landing-template .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
body.landing-template .input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
body.landing-template .input-group>.input-group-append:not(:last-child)>.btn,
body.landing-template .input-group>.input-group-append:not(:last-child)>.input-group-text,
body.landing-template .input-group>.input-group-prepend>.btn,
body.landing-template .input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

body.landing-template .input-group>.input-group-append>.btn,
body.landing-template .input-group>.input-group-append>.input-group-text,
body.landing-template .input-group>.input-group-prepend:first-child>.btn:not(:first-child),
body.landing-template .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
body.landing-template .input-group>.input-group-prepend:not(:first-child)>.btn,
body.landing-template .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

body.landing-template .custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

body.landing-template .custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}

body.landing-template .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}

body.landing-template .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

body.landing-template .custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

body.landing-template .custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

body.landing-template .custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

body.landing-template .custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef
}

body.landing-template .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

body.landing-template .custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}

body.landing-template .custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

body.landing-template .custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

body.landing-template .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

body.landing-template .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}

body.landing-template .custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

body.landing-template .custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

body.landing-template .custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

body.landing-template .custom-radio .custom-control-label::before {
  border-radius: 50%
}

body.landing-template .custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

body.landing-template .custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

body.landing-template .custom-switch {
  padding-left: 2.25rem
}

body.landing-template .custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

body.landing-template .custom-switch .custom-control-label::after {
  top: calc(.25rem+2px);
  left: calc(-2.25rem+2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .custom-switch .custom-control-label::after {
    transition: none
  }
}

body.landing-template .custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem)
}

body.landing-template .custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

body.landing-template .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em+.75rem+2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body.landing-template .custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

body.landing-template .custom-select[multiple],
body.landing-template .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

body.landing-template .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

body.landing-template .custom-select::-ms-expand {
  display: none
}

body.landing-template .custom-select-sm {
  height: calc(1.5em+.5rem+2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

body.landing-template .custom-select-lg {
  height: calc(1.5em+1rem+2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

body.landing-template .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em+.75rem+2px);
  margin-bottom: 0
}

body.landing-template .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em+.75rem+2px);
  margin: 0;
  opacity: 0
}

body.landing-template .custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef
}

body.landing-template .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

body.landing-template .custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

body.landing-template .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em+.75rem+2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

body.landing-template .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em+.75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

body.landing-template .custom-range {
  width: 100%;
  height: calc(1rem+.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body.landing-template .custom-range:focus {
  outline: 0
}

body.landing-template .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .custom-range::-moz-focus-outer {
  border: 0
}

body.landing-template .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .custom-range::-webkit-slider-thumb {
    transition: none
  }
}

body.landing-template .custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

body.landing-template .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

body.landing-template .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .custom-range::-moz-range-thumb {
    transition: none
  }
}

body.landing-template .custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

body.landing-template .custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

body.landing-template .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .custom-range::-ms-thumb {
    transition: none
  }
}

body.landing-template .custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

body.landing-template .custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

body.landing-template .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

body.landing-template .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

body.landing-template .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

body.landing-template .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

body.landing-template .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

body.landing-template .custom-range:disabled::-moz-range-track {
  cursor: default
}

body.landing-template .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

body.landing-template .custom-control-label::before,
body.landing-template .custom-file-label,
body.landing-template .custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  body.landing-template .custom-control-label::before,
  body.landing-template .custom-file-label,
  body.landing-template .custom-select {
    transition: none
  }
}

body.landing-template .nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

body.landing-template .nav-link {
  display: block;
  padding: .5rem 1rem
}

body.landing-template .nav-link:focus,
body.landing-template .nav-link:hover {
  text-decoration: none
}

body.landing-template .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

body.landing-template .nav-tabs {
  border-bottom: 1px solid #dee2e6
}

body.landing-template .nav-tabs .nav-item {
  margin-bottom: -1px
}

body.landing-template .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

body.landing-template .nav-tabs .nav-link:focus,
body.landing-template .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

body.landing-template .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

body.landing-template .nav-tabs .nav-item.show .nav-link,
body.landing-template .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

body.landing-template .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

body.landing-template .nav-pills .nav-link {
  border-radius: .25rem
}

body.landing-template .nav-pills .nav-link.active,
body.landing-template .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

body.landing-template .nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center
}

body.landing-template .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center
}

body.landing-template .tab-content>.tab-pane {
  display: none
}

body.landing-template .tab-content>.active {
  display: block
}

body.landing-template .navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem
}

body.landing-template .navbar>.container,
body.landing-template .navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

body.landing-template .navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

body.landing-template .navbar-brand:focus,
body.landing-template .navbar-brand:hover {
  text-decoration: none
}

body.landing-template .navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

body.landing-template .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

body.landing-template .navbar-nav .dropdown-menu {
  position: static;
  float: none
}

body.landing-template .navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

body.landing-template .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center
}

body.landing-template .navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

body.landing-template .navbar-toggler:focus,
body.landing-template .navbar-toggler:hover {
  text-decoration: none
}

body.landing-template .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width:575.98px) {

  body.landing-template .navbar-expand-sm>.container,
  body.landing-template .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  body.landing-template .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  body.landing-template .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  body.landing-template .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  body.landing-template .navbar-expand-sm>.container,
  body.landing-template .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  body.landing-template .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  body.landing-template .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {

  body.landing-template .navbar-expand-md>.container,
  body.landing-template .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  body.landing-template .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  body.landing-template .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  body.landing-template .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  body.landing-template .navbar-expand-md>.container,
  body.landing-template .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  body.landing-template .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  body.landing-template .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {

  body.landing-template .navbar-expand-lg>.container,
  body.landing-template .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  body.landing-template .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  body.landing-template .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  body.landing-template .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  body.landing-template .navbar-expand-lg>.container,
  body.landing-template .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  body.landing-template .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  body.landing-template .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1199.98px) {

  body.landing-template .navbar-expand-xl>.container,
  body.landing-template .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  body.landing-template .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  body.landing-template .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  body.landing-template .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  body.landing-template .navbar-expand-xl>.container,
  body.landing-template .navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  body.landing-template .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }

  body.landing-template .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

body.landing-template .navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start
}

body.landing-template .navbar-expand>.container,
body.landing-template .navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0
}

body.landing-template .navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row
}

body.landing-template .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

body.landing-template .navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

body.landing-template .navbar-expand>.container,
body.landing-template .navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

body.landing-template .navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

body.landing-template .navbar-expand .navbar-toggler {
  display: none
}

body.landing-template .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

body.landing-template .navbar-light .navbar-brand:focus,
body.landing-template .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

body.landing-template .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

body.landing-template .navbar-light .navbar-nav .nav-link:focus,
body.landing-template .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

body.landing-template .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

body.landing-template .navbar-light .navbar-nav .active>.nav-link,
body.landing-template .navbar-light .navbar-nav .nav-link.active,
body.landing-template .navbar-light .navbar-nav .nav-link.show,
body.landing-template .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

body.landing-template .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

body.landing-template .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

body.landing-template .navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

body.landing-template .navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

body.landing-template .navbar-light .navbar-text a:focus,
body.landing-template .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

body.landing-template .navbar-dark .navbar-brand {
  color: #fff
}

body.landing-template .navbar-dark .navbar-brand:focus,
body.landing-template .navbar-dark .navbar-brand:hover {
  color: #fff
}

body.landing-template .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

body.landing-template .navbar-dark .navbar-nav .nav-link:focus,
body.landing-template .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

body.landing-template .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

body.landing-template .navbar-dark .navbar-nav .active>.nav-link,
body.landing-template .navbar-dark .navbar-nav .nav-link.active,
body.landing-template .navbar-dark .navbar-nav .nav-link.show,
body.landing-template .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

body.landing-template .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

body.landing-template .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

body.landing-template .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

body.landing-template .navbar-dark .navbar-text a {
  color: #fff
}

body.landing-template .navbar-dark .navbar-text a:focus,
body.landing-template .navbar-dark .navbar-text a:hover {
  color: #fff
}

body.landing-template .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

body.landing-template .card>hr {
  margin-right: 0;
  margin-left: 0
}

body.landing-template .card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

body.landing-template .card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

body.landing-template .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem
}

body.landing-template .card-title {
  margin-bottom: .75rem
}

body.landing-template .card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

body.landing-template .card-text:last-child {
  margin-bottom: 0
}

body.landing-template .card-link:hover {
  text-decoration: none
}

body.landing-template .card-link+.card-link {
  margin-left: 1.25rem
}

body.landing-template .card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

body.landing-template .card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

body.landing-template .card-header+.list-group .list-group-item:first-child {
  border-top: 0
}

body.landing-template .card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

body.landing-template .card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

body.landing-template .card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

body.landing-template .card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

body.landing-template .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem
}

body.landing-template .card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px)
}

body.landing-template .card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

body.landing-template .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

body.landing-template .card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

body.landing-template .card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  body.landing-template .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  body.landing-template .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

body.landing-template .card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

body.landing-template .card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  body.landing-template .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
  }

  body.landing-template .card-group>.card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0
  }

  body.landing-template .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  body.landing-template .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  body.landing-template .card-group>.card:not(:last-child) .card-header,
  body.landing-template .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  body.landing-template .card-group>.card:not(:last-child) .card-footer,
  body.landing-template .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  body.landing-template .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  body.landing-template .card-group>.card:not(:first-child) .card-header,
  body.landing-template .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  body.landing-template .card-group>.card:not(:first-child) .card-footer,
  body.landing-template .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

body.landing-template .card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  body.landing-template .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  body.landing-template .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

body.landing-template .accordion>.card {
  overflow: hidden
}

body.landing-template .accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0
}

body.landing-template .accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0
}

body.landing-template .accordion>.card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

body.landing-template .accordion>.card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

body.landing-template .accordion>.card .card-header {
  margin-bottom: -1px
}

body.landing-template .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

body.landing-template .breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

body.landing-template .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

body.landing-template .breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

body.landing-template .breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

body.landing-template .breadcrumb-item.active {
  color: #6c757d
}

body.landing-template .pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

body.landing-template .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

body.landing-template .page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

body.landing-template .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

body.landing-template .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

body.landing-template .page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

body.landing-template .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

body.landing-template .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

body.landing-template .pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

body.landing-template .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

body.landing-template .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

body.landing-template .pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

body.landing-template .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

body.landing-template .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

body.landing-template .badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .badge {
    transition: none
  }
}

body.landing-template a.badge:focus,
body.landing-template a.badge:hover {
  text-decoration: none
}

body.landing-template .badge:empty {
  display: none
}

body.landing-template .btn .badge {
  position: relative;
  top: -1px
}

body.landing-template .badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

body.landing-template .badge-primary {
  color: #fff;
  background-color: #007bff
}

body.landing-template a.badge-primary:focus,
body.landing-template a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc
}

body.landing-template a.badge-primary.focus,
body.landing-template a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

body.landing-template .badge-secondary {
  color: #fff;
  background-color: #6c757d
}

body.landing-template a.badge-secondary:focus,
body.landing-template a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}

body.landing-template a.badge-secondary.focus,
body.landing-template a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

body.landing-template .badge-success {
  color: #fff;
  background-color: #28a745
}

body.landing-template a.badge-success:focus,
body.landing-template a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

body.landing-template a.badge-success.focus,
body.landing-template a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

body.landing-template .badge-info {
  color: #fff;
  background-color: #17a2b8
}

body.landing-template a.badge-info:focus,
body.landing-template a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

body.landing-template a.badge-info.focus,
body.landing-template a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

body.landing-template .badge-warning {
  color: #212529;
  background-color: #ffc107
}

body.landing-template a.badge-warning:focus,
body.landing-template a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

body.landing-template a.badge-warning.focus,
body.landing-template a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

body.landing-template .badge-danger {
  color: #fff;
  background-color: #dc3545
}

body.landing-template a.badge-danger:focus,
body.landing-template a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

body.landing-template a.badge-danger.focus,
body.landing-template a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

body.landing-template .badge-light {
  color: #212529;
  background-color: #f8f9fa
}

body.landing-template a.badge-light:focus,
body.landing-template a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

body.landing-template a.badge-light.focus,
body.landing-template a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

body.landing-template .badge-dark {
  color: #fff;
  background-color: #343a40
}

body.landing-template a.badge-dark:focus,
body.landing-template a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

body.landing-template a.badge-dark.focus,
body.landing-template a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

body.landing-template .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  body.landing-template .jumbotron {
    padding: 4rem 2rem
  }
}

body.landing-template .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

body.landing-template .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

body.landing-template .alert-heading {
  color: inherit
}

body.landing-template .alert-link {
  font-weight: 700
}

body.landing-template .alert-dismissible {
  padding-right: 4rem
}

body.landing-template .alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

body.landing-template .alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

body.landing-template .alert-primary hr {
  border-top-color: #9fcdff
}

body.landing-template .alert-primary .alert-link {
  color: #002752
}

body.landing-template .alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

body.landing-template .alert-secondary hr {
  border-top-color: #c8cbcf
}

body.landing-template .alert-secondary .alert-link {
  color: #202326
}

body.landing-template .alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

body.landing-template .alert-success hr {
  border-top-color: #b1dfbb
}

body.landing-template .alert-success .alert-link {
  color: #0b2e13
}

body.landing-template .alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

body.landing-template .alert-info hr {
  border-top-color: #abdde5
}

body.landing-template .alert-info .alert-link {
  color: #062c33
}

body.landing-template .alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

body.landing-template .alert-warning hr {
  border-top-color: #ffe8a1
}

body.landing-template .alert-warning .alert-link {
  color: #533f03
}

body.landing-template .alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

body.landing-template .alert-danger hr {
  border-top-color: #f1b0b7
}

body.landing-template .alert-danger .alert-link {
  color: #491217
}

body.landing-template .alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

body.landing-template .alert-light hr {
  border-top-color: #ececf6
}

body.landing-template .alert-light .alert-link {
  color: #686868
}

body.landing-template .alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

body.landing-template .alert-dark hr {
  border-top-color: #b9bbbe
}

body.landing-template .alert-dark .alert-link {
  color: #040505
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

body.landing-template .progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

body.landing-template .progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .progress-bar {
    transition: none
  }
}

body.landing-template .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

body.landing-template .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

body.landing-template .media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start
}

body.landing-template .media-body {
  -ms-flex: 1;
  flex: 1
}

body.landing-template .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0
}

body.landing-template .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

body.landing-template .list-group-item-action:focus,
body.landing-template .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

body.landing-template .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

body.landing-template .list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

body.landing-template .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

body.landing-template .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

body.landing-template .list-group-item.disabled,
body.landing-template .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff
}

body.landing-template .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

body.landing-template .list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row
}

body.landing-template .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0
}

body.landing-template .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

body.landing-template .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0
}

@media (min-width:576px) {
  body.landing-template .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  body.landing-template .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  body.landing-template .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:768px) {
  body.landing-template .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  body.landing-template .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  body.landing-template .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:992px) {
  body.landing-template .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  body.landing-template .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  body.landing-template .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

@media (min-width:1200px) {
  body.landing-template .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row
  }

  body.landing-template .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
  }

  body.landing-template .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  body.landing-template .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
}

body.landing-template .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

body.landing-template .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px
}

body.landing-template .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0
}

body.landing-template .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0
}

body.landing-template .list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

body.landing-template .list-group-item-primary.list-group-item-action:focus,
body.landing-template .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

body.landing-template .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

body.landing-template .list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

body.landing-template .list-group-item-secondary.list-group-item-action:focus,
body.landing-template .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

body.landing-template .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

body.landing-template .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

body.landing-template .list-group-item-success.list-group-item-action:focus,
body.landing-template .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

body.landing-template .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

body.landing-template .list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

body.landing-template .list-group-item-info.list-group-item-action:focus,
body.landing-template .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

body.landing-template .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

body.landing-template .list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

body.landing-template .list-group-item-warning.list-group-item-action:focus,
body.landing-template .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

body.landing-template .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

body.landing-template .list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

body.landing-template .list-group-item-danger.list-group-item-action:focus,
body.landing-template .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

body.landing-template .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

body.landing-template .list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

body.landing-template .list-group-item-light.list-group-item-action:focus,
body.landing-template .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

body.landing-template .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

body.landing-template .list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

body.landing-template .list-group-item-dark.list-group-item-action:focus,
body.landing-template .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

body.landing-template .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

body.landing-template .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

body.landing-template .close:hover {
  color: #000;
  text-decoration: none
}

body.landing-template .close:not(:disabled):not(.disabled):focus,
body.landing-template .close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

body.landing-template button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

body.landing-template a.close.disabled {
  pointer-events: none
}

body.landing-template .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem
}

body.landing-template .toast:not(:last-child) {
  margin-bottom: .75rem
}

body.landing-template .toast.showing {
  opacity: 1
}

body.landing-template .toast.show {
  display: block;
  opacity: 1
}

body.landing-template .toast.hide {
  display: none
}

body.landing-template .toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05)
}

body.landing-template .toast-body {
  padding: .75rem
}

body.landing-template .modal-open {
  overflow: hidden
}

body.landing-template .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

body.landing-template .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0
}

body.landing-template .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

body.landing-template .modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .modal.fade .modal-dialog {
    transition: none
  }
}

body.landing-template .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none
}

body.landing-template .modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem)
}

body.landing-template .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

body.landing-template .modal-dialog-scrollable .modal-footer,
body.landing-template .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

body.landing-template .modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

body.landing-template .modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem)
}

body.landing-template .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""
}

body.landing-template .modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%
}

body.landing-template .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

body.landing-template .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

body.landing-template .modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0
}

body.landing-template .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

body.landing-template .modal-backdrop.fade {
  opacity: 0
}

body.landing-template .modal-backdrop.show {
  opacity: .5
}

body.landing-template .modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem
}

body.landing-template .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

body.landing-template .modal-title {
  margin-bottom: 0;
  line-height: 1.5
}

body.landing-template .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem
}

body.landing-template .modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem
}

body.landing-template .modal-footer>:not(:first-child) {
  margin-left: .25rem
}

body.landing-template .modal-footer>:not(:last-child) {
  margin-right: .25rem
}

body.landing-template .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll
}

@media (min-width:576px) {
  body.landing-template .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  body.landing-template .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  body.landing-template .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  body.landing-template .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  body.landing-template .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem)
  }

  body.landing-template .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  body.landing-template .modal-lg,
  body.landing-template .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  body.landing-template .modal-xl {
    max-width: 1140px
  }
}

body.landing-template .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

body.landing-template .tooltip.show {
  opacity: .9
}

body.landing-template .tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

body.landing-template .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

body.landing-template .bs-tooltip-auto[x-placement^=top],
body.landing-template .bs-tooltip-top {
  padding: .4rem 0
}

body.landing-template .bs-tooltip-auto[x-placement^=top] .arrow,
body.landing-template .bs-tooltip-top .arrow {
  bottom: 0
}

body.landing-template .bs-tooltip-auto[x-placement^=top] .arrow::before,
body.landing-template .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

body.landing-template .bs-tooltip-auto[x-placement^=right],
body.landing-template .bs-tooltip-right {
  padding: 0 .4rem
}

body.landing-template .bs-tooltip-auto[x-placement^=right] .arrow,
body.landing-template .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

body.landing-template .bs-tooltip-auto[x-placement^=right] .arrow::before,
body.landing-template .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

body.landing-template .bs-tooltip-auto[x-placement^=bottom],
body.landing-template .bs-tooltip-bottom {
  padding: .4rem 0
}

body.landing-template .bs-tooltip-auto[x-placement^=bottom] .arrow,
body.landing-template .bs-tooltip-bottom .arrow {
  top: 0
}

body.landing-template .bs-tooltip-auto[x-placement^=bottom] .arrow::before,
body.landing-template .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

body.landing-template .bs-tooltip-auto[x-placement^=left],
body.landing-template .bs-tooltip-left {
  padding: 0 .4rem
}

body.landing-template .bs-tooltip-auto[x-placement^=left] .arrow,
body.landing-template .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

body.landing-template .bs-tooltip-auto[x-placement^=left] .arrow::before,
body.landing-template .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

body.landing-template .tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

body.landing-template .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  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-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

body.landing-template .popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

body.landing-template .popover .arrow::after,
body.landing-template .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

body.landing-template .bs-popover-auto[x-placement^=top],
body.landing-template .bs-popover-top {
  margin-bottom: .5rem
}

body.landing-template .bs-popover-auto[x-placement^=top]>.arrow,
body.landing-template .bs-popover-top>.arrow {
  bottom: calc((.5rem+1px) * -1)
}

body.landing-template .bs-popover-auto[x-placement^=top]>.arrow::before,
body.landing-template .bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

body.landing-template .bs-popover-auto[x-placement^=top]>.arrow::after,
body.landing-template .bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

body.landing-template .bs-popover-auto[x-placement^=right],
body.landing-template .bs-popover-right {
  margin-left: .5rem
}

body.landing-template .bs-popover-auto[x-placement^=right]>.arrow,
body.landing-template .bs-popover-right>.arrow {
  left: calc((.5rem+1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

body.landing-template .bs-popover-auto[x-placement^=right]>.arrow::before,
body.landing-template .bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

body.landing-template .bs-popover-auto[x-placement^=right]>.arrow::after,
body.landing-template .bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

body.landing-template .bs-popover-auto[x-placement^=bottom],
body.landing-template .bs-popover-bottom {
  margin-top: .5rem
}

body.landing-template .bs-popover-auto[x-placement^=bottom]>.arrow,
body.landing-template .bs-popover-bottom>.arrow {
  top: calc((.5rem+1px) * -1)
}

body.landing-template .bs-popover-auto[x-placement^=bottom]>.arrow::before,
body.landing-template .bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

body.landing-template .bs-popover-auto[x-placement^=bottom]>.arrow::after,
body.landing-template .bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

body.landing-template .bs-popover-auto[x-placement^=bottom] .popover-header::before,
body.landing-template .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

body.landing-template .bs-popover-auto[x-placement^=left],
body.landing-template .bs-popover-left {
  margin-right: .5rem
}

body.landing-template .bs-popover-auto[x-placement^=left]>.arrow,
body.landing-template .bs-popover-left>.arrow {
  right: calc((.5rem+1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

body.landing-template .bs-popover-auto[x-placement^=left]>.arrow::before,
body.landing-template .bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

body.landing-template .bs-popover-auto[x-placement^=left]>.arrow::after,
body.landing-template .bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

body.landing-template .popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

body.landing-template .popover-header:empty {
  display: none
}

body.landing-template .popover-body {
  padding: .5rem .75rem;
  color: #212529
}

body.landing-template .carousel {
  position: relative
}

body.landing-template .carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

body.landing-template .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

body.landing-template .carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

body.landing-template .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .carousel-item {
    transition: none
  }
}

body.landing-template .carousel-item-next,
body.landing-template .carousel-item-prev,
body.landing-template .carousel-item.active {
  display: block
}

body.landing-template .active.carousel-item-right,
body.landing-template .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

body.landing-template .active.carousel-item-left,
body.landing-template .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

body.landing-template .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none
}

body.landing-template .carousel-fade .carousel-item-next.carousel-item-left,
body.landing-template .carousel-fade .carousel-item-prev.carousel-item-right,
body.landing-template .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

body.landing-template .carousel-fade .active.carousel-item-left,
body.landing-template .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

  body.landing-template .carousel-fade .active.carousel-item-left,
  body.landing-template .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

body.landing-template .carousel-control-next,
body.landing-template .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  body.landing-template .carousel-control-next,
  body.landing-template .carousel-control-prev {
    transition: none
  }
}

body.landing-template .carousel-control-next:focus,
body.landing-template .carousel-control-next:hover,
body.landing-template .carousel-control-prev:focus,
body.landing-template .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

body.landing-template .carousel-control-prev {
  left: 0
}

body.landing-template .carousel-control-next {
  right: 0
}

body.landing-template .carousel-control-next-icon,
body.landing-template .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

body.landing-template .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

body.landing-template .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

body.landing-template .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

body.landing-template .carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  body.landing-template .carousel-indicators li {
    transition: none
  }
}

body.landing-template .carousel-indicators .active {
  opacity: 1
}

body.landing-template .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

body.landing-template .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite
}

body.landing-template .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  50% {
    opacity: 1
  }
}

body.landing-template .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite
}

body.landing-template .spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

body.landing-template .align-baseline {
  vertical-align: baseline !important
}

body.landing-template .align-top {
  vertical-align: top !important
}

body.landing-template .align-middle {
  vertical-align: middle !important
}

body.landing-template .align-bottom {
  vertical-align: bottom !important
}

body.landing-template .align-text-bottom {
  vertical-align: text-bottom !important
}

body.landing-template .align-text-top {
  vertical-align: text-top !important
}

body.landing-template .bg-primary {
  background-color: #007bff !important
}

body.landing-template a.bg-primary:focus,
body.landing-template a.bg-primary:hover,
body.landing-template button.bg-primary:focus,
body.landing-template button.bg-primary:hover {
  background-color: #0062cc !important
}

body.landing-template .bg-secondary {
  background-color: #6c757d !important
}

body.landing-template a.bg-secondary:focus,
body.landing-template a.bg-secondary:hover,
body.landing-template button.bg-secondary:focus,
body.landing-template button.bg-secondary:hover {
  background-color: #545b62 !important
}

body.landing-template .bg-success {
  background-color: #28a745 !important
}

body.landing-template a.bg-success:focus,
body.landing-template a.bg-success:hover,
body.landing-template button.bg-success:focus,
body.landing-template button.bg-success:hover {
  background-color: #1e7e34 !important
}

body.landing-template .bg-info {
  background-color: #17a2b8 !important
}

body.landing-template a.bg-info:focus,
body.landing-template a.bg-info:hover,
body.landing-template button.bg-info:focus,
body.landing-template button.bg-info:hover {
  background-color: #117a8b !important
}

body.landing-template .bg-warning {
  background-color: #ffc107 !important
}

body.landing-template a.bg-warning:focus,
body.landing-template a.bg-warning:hover,
body.landing-template button.bg-warning:focus,
body.landing-template button.bg-warning:hover {
  background-color: #d39e00 !important
}

body.landing-template .bg-danger {
  background-color: #dc3545 !important
}

body.landing-template a.bg-danger:focus,
body.landing-template a.bg-danger:hover,
body.landing-template button.bg-danger:focus,
body.landing-template button.bg-danger:hover {
  background-color: #bd2130 !important
}

body.landing-template .bg-light {
  background-color: #f8f9fa !important
}

body.landing-template a.bg-light:focus,
body.landing-template a.bg-light:hover,
body.landing-template button.bg-light:focus,
body.landing-template button.bg-light:hover {
  background-color: #dae0e5 !important
}

body.landing-template .bg-dark {
  background-color: #343a40 !important
}

body.landing-template a.bg-dark:focus,
body.landing-template a.bg-dark:hover,
body.landing-template button.bg-dark:focus,
body.landing-template button.bg-dark:hover {
  background-color: #1d2124 !important
}

body.landing-template .bg-white {
  background-color: #fff !important
}

body.landing-template .bg-transparent {
  background-color: transparent !important
}

body.landing-template .border {
  border: 1px solid #dee2e6 !important
}

body.landing-template .border-top {
  border-top: 1px solid #dee2e6 !important
}

body.landing-template .border-right {
  border-right: 1px solid #dee2e6 !important
}

body.landing-template .border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

body.landing-template .border-left {
  border-left: 1px solid #dee2e6 !important
}

body.landing-template .border-0 {
  border: 0 !important
}

body.landing-template .border-top-0 {
  border-top: 0 !important
}

body.landing-template .border-right-0 {
  border-right: 0 !important
}

body.landing-template .border-bottom-0 {
  border-bottom: 0 !important
}

body.landing-template .border-left-0 {
  border-left: 0 !important
}

body.landing-template .border-primary {
  border-color: #007bff !important
}

body.landing-template .border-secondary {
  border-color: #6c757d !important
}

body.landing-template .border-success {
  border-color: #28a745 !important
}

body.landing-template .border-info {
  border-color: #17a2b8 !important
}

body.landing-template .border-warning {
  border-color: #ffc107 !important
}

body.landing-template .border-danger {
  border-color: #dc3545 !important
}

body.landing-template .border-light {
  border-color: #f8f9fa !important
}

body.landing-template .border-dark {
  border-color: #343a40 !important
}

body.landing-template .border-white {
  border-color: #fff !important
}

body.landing-template .rounded-sm {
  border-radius: .2rem !important
}

body.landing-template .rounded {
  border-radius: .25rem !important
}

body.landing-template .rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

body.landing-template .rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

body.landing-template .rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

body.landing-template .rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

body.landing-template .rounded-lg {
  border-radius: .3rem !important
}

body.landing-template .rounded-circle {
  border-radius: 50% !important
}

body.landing-template .rounded-pill {
  border-radius: 50rem !important
}

body.landing-template .rounded-0 {
  border-radius: 0 !important
}

body.landing-template .clearfix::after {
  display: block;
  clear: both;
  content: ""
}

body.landing-template .d-none {
  display: none !important
}

body.landing-template .d-inline {
  display: inline !important
}

body.landing-template .d-inline-block {
  display: inline-block !important
}

body.landing-template .d-block {
  display: block !important
}

body.landing-template .d-table {
  display: table !important
}

body.landing-template .d-table-row {
  display: table-row !important
}

body.landing-template .d-table-cell {
  display: table-cell !important
}

body.landing-template .d-flex {
  display: -ms-flexbox !important;
  display: flex !important
}

body.landing-template .d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important
}

@media (min-width:576px) {
  body.landing-template .d-sm-none {
    display: none !important
  }

  body.landing-template .d-sm-inline {
    display: inline !important
  }

  body.landing-template .d-sm-inline-block {
    display: inline-block !important
  }

  body.landing-template .d-sm-block {
    display: block !important
  }

  body.landing-template .d-sm-table {
    display: table !important
  }

  body.landing-template .d-sm-table-row {
    display: table-row !important
  }

  body.landing-template .d-sm-table-cell {
    display: table-cell !important
  }

  body.landing-template .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  body.landing-template .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:768px) {
  body.landing-template .d-md-none {
    display: none !important
  }

  body.landing-template .d-md-inline {
    display: inline !important
  }

  body.landing-template .d-md-inline-block {
    display: inline-block !important
  }

  body.landing-template .d-md-block {
    display: block !important
  }

  body.landing-template .d-md-table {
    display: table !important
  }

  body.landing-template .d-md-table-row {
    display: table-row !important
  }

  body.landing-template .d-md-table-cell {
    display: table-cell !important
  }

  body.landing-template .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  body.landing-template .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:992px) {
  body.landing-template .d-lg-none {
    display: none !important
  }

  body.landing-template .d-lg-inline {
    display: inline !important
  }

  body.landing-template .d-lg-inline-block {
    display: inline-block !important
  }

  body.landing-template .d-lg-block {
    display: block !important
  }

  body.landing-template .d-lg-table {
    display: table !important
  }

  body.landing-template .d-lg-table-row {
    display: table-row !important
  }

  body.landing-template .d-lg-table-cell {
    display: table-cell !important
  }

  body.landing-template .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  body.landing-template .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media (min-width:1200px) {
  body.landing-template .d-xl-none {
    display: none !important
  }

  body.landing-template .d-xl-inline {
    display: inline !important
  }

  body.landing-template .d-xl-inline-block {
    display: inline-block !important
  }

  body.landing-template .d-xl-block {
    display: block !important
  }

  body.landing-template .d-xl-table {
    display: table !important
  }

  body.landing-template .d-xl-table-row {
    display: table-row !important
  }

  body.landing-template .d-xl-table-cell {
    display: table-cell !important
  }

  body.landing-template .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  body.landing-template .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

@media print {
  body.landing-template .d-print-none {
    display: none !important
  }

  body.landing-template .d-print-inline {
    display: inline !important
  }

  body.landing-template .d-print-inline-block {
    display: inline-block !important
  }

  body.landing-template .d-print-block {
    display: block !important
  }

  body.landing-template .d-print-table {
    display: table !important
  }

  body.landing-template .d-print-table-row {
    display: table-row !important
  }

  body.landing-template .d-print-table-cell {
    display: table-cell !important
  }

  body.landing-template .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important
  }

  body.landing-template .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
  }
}

body.landing-template .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

body.landing-template .embed-responsive::before {
  display: block;
  content: ""
}

body.landing-template .embed-responsive .embed-responsive-item,
body.landing-template .embed-responsive embed,
body.landing-template .embed-responsive iframe,
body.landing-template .embed-responsive object,
body.landing-template .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

body.landing-template .embed-responsive-21by9::before {
  padding-top: 42.857143%
}

body.landing-template .embed-responsive-16by9::before {
  padding-top: 56.25%
}

body.landing-template .embed-responsive-4by3::before {
  padding-top: 75%
}

body.landing-template .embed-responsive-1by1::before {
  padding-top: 100%
}

body.landing-template .flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important
}

body.landing-template .flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important
}

body.landing-template .flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important
}

body.landing-template .flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important
}

body.landing-template .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important
}

body.landing-template .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important
}

body.landing-template .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important
}

body.landing-template .flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important
}

body.landing-template .flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important
}

body.landing-template .flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important
}

body.landing-template .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important
}

body.landing-template .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important
}

body.landing-template .justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important
}

body.landing-template .justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

body.landing-template .justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}

body.landing-template .justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important
}

body.landing-template .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important
}

body.landing-template .align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important
}

body.landing-template .align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important
}

body.landing-template .align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important
}

body.landing-template .align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important
}

body.landing-template .align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important
}

body.landing-template .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important
}

body.landing-template .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important
}

body.landing-template .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important
}

body.landing-template .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important
}

body.landing-template .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important
}

body.landing-template .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important
}

body.landing-template .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important
}

body.landing-template .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important
}

body.landing-template .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important
}

body.landing-template .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important
}

body.landing-template .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important
}

body.landing-template .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important
}

@media (min-width:576px) {
  body.landing-template .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  body.landing-template .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  body.landing-template .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  body.landing-template .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  body.landing-template .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  body.landing-template .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  body.landing-template .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  body.landing-template .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  body.landing-template .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  body.landing-template .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  body.landing-template .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  body.landing-template .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  body.landing-template .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  body.landing-template .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  body.landing-template .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  body.landing-template .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  body.landing-template .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  body.landing-template .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  body.landing-template .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  body.landing-template .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  body.landing-template .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  body.landing-template .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  body.landing-template .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  body.landing-template .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  body.landing-template .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  body.landing-template .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  body.landing-template .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  body.landing-template .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  body.landing-template .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  body.landing-template .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  body.landing-template .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  body.landing-template .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  body.landing-template .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  body.landing-template .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:768px) {
  body.landing-template .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  body.landing-template .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  body.landing-template .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  body.landing-template .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  body.landing-template .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  body.landing-template .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  body.landing-template .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  body.landing-template .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  body.landing-template .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  body.landing-template .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  body.landing-template .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  body.landing-template .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  body.landing-template .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  body.landing-template .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  body.landing-template .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  body.landing-template .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  body.landing-template .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  body.landing-template .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  body.landing-template .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  body.landing-template .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  body.landing-template .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  body.landing-template .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  body.landing-template .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  body.landing-template .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  body.landing-template .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  body.landing-template .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  body.landing-template .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  body.landing-template .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  body.landing-template .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  body.landing-template .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  body.landing-template .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  body.landing-template .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  body.landing-template .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  body.landing-template .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:992px) {
  body.landing-template .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  body.landing-template .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  body.landing-template .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  body.landing-template .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  body.landing-template .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  body.landing-template .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  body.landing-template .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  body.landing-template .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  body.landing-template .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  body.landing-template .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  body.landing-template .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  body.landing-template .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  body.landing-template .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  body.landing-template .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  body.landing-template .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  body.landing-template .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  body.landing-template .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  body.landing-template .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  body.landing-template .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  body.landing-template .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  body.landing-template .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  body.landing-template .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  body.landing-template .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  body.landing-template .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  body.landing-template .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  body.landing-template .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  body.landing-template .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  body.landing-template .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  body.landing-template .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  body.landing-template .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  body.landing-template .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  body.landing-template .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  body.landing-template .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  body.landing-template .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

@media (min-width:1200px) {
  body.landing-template .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
  }

  body.landing-template .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }

  body.landing-template .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }

  body.landing-template .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
  }

  body.landing-template .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
  }

  body.landing-template .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
  }

  body.landing-template .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
  }

  body.landing-template .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
  }

  body.landing-template .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
  }

  body.landing-template .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
  }

  body.landing-template .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
  }

  body.landing-template .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
  }

  body.landing-template .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
  }

  body.landing-template .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
  }

  body.landing-template .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  body.landing-template .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
  }

  body.landing-template .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
  }

  body.landing-template .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
  }

  body.landing-template .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }

  body.landing-template .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important
  }

  body.landing-template .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
  }

  body.landing-template .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
  }

  body.landing-template .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
  }

  body.landing-template .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
  }

  body.landing-template .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
  }

  body.landing-template .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
  }

  body.landing-template .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
  }

  body.landing-template .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
  }

  body.landing-template .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
  }

  body.landing-template .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
  }

  body.landing-template .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
  }

  body.landing-template .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
  }

  body.landing-template .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
  }

  body.landing-template .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
  }
}

body.landing-template .float-left {
  float: left !important
}

body.landing-template .float-right {
  float: right !important
}

body.landing-template .float-none {
  float: none !important
}

@media (min-width:576px) {
  body.landing-template .float-sm-left {
    float: left !important
  }

  body.landing-template .float-sm-right {
    float: right !important
  }

  body.landing-template .float-sm-none {
    float: none !important
  }
}

@media (min-width:768px) {
  body.landing-template .float-md-left {
    float: left !important
  }

  body.landing-template .float-md-right {
    float: right !important
  }

  body.landing-template .float-md-none {
    float: none !important
  }
}

@media (min-width:992px) {
  body.landing-template .float-lg-left {
    float: left !important
  }

  body.landing-template .float-lg-right {
    float: right !important
  }

  body.landing-template .float-lg-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  body.landing-template .float-xl-left {
    float: left !important
  }

  body.landing-template .float-xl-right {
    float: right !important
  }

  body.landing-template .float-xl-none {
    float: none !important
  }
}

body.landing-template .overflow-auto {
  overflow: auto !important
}

body.landing-template .overflow-hidden {
  overflow: hidden !important
}

body.landing-template .position-static {
  position: static !important
}

body.landing-template .position-relative {
  position: relative !important
}

body.landing-template .position-absolute {
  position: absolute !important
}

body.landing-template .position-fixed {
  position: fixed !important
}

body.landing-template .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important
}

body.landing-template .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

body.landing-template .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
  body.landing-template .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

body.landing-template .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

body.landing-template .sr-only-focusable:active,
body.landing-template .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

body.landing-template .shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

body.landing-template .shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

body.landing-template .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

body.landing-template .shadow-none {
  box-shadow: none !important
}

body.landing-template .w-25 {
  width: 25% !important
}

body.landing-template .w-50 {
  width: 50% !important
}

body.landing-template .w-75 {
  width: 75% !important
}

body.landing-template .w-100 {
  width: 100% !important
}

body.landing-template .w-auto {
  width: auto !important
}

body.landing-template .h-25 {
  height: 25% !important
}

body.landing-template .h-50 {
  height: 50% !important
}

body.landing-template .h-75 {
  height: 75% !important
}

body.landing-template .h-100 {
  height: 100% !important
}

body.landing-template .h-auto {
  height: auto !important
}

body.landing-template .mw-100 {
  max-width: 100% !important
}

body.landing-template .mh-100 {
  max-height: 100% !important
}

body.landing-template .min-vw-100 {
  min-width: 100vw !important
}

body.landing-template .min-vh-100 {
  min-height: 100vh !important
}

body.landing-template .vw-100 {
  width: 100vw !important
}

body.landing-template .vh-100 {
  height: 100vh !important
}

body.landing-template .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

body.landing-template .m-0 {
  margin: 0 !important
}

body.landing-template .mt-0,
body.landing-template .my-0 {
  margin-top: 0 !important
}

body.landing-template .mr-0,
body.landing-template .mx-0 {
  margin-right: 0 !important
}

body.landing-template .mb-0,
body.landing-template .my-0 {
  margin-bottom: 0 !important
}

body.landing-template .ml-0,
body.landing-template .mx-0 {
  margin-left: 0 !important
}

body.landing-template .m-1 {
  margin: .25rem !important
}

body.landing-template .mt-1,
body.landing-template .my-1 {
  margin-top: .25rem !important
}

body.landing-template .mr-1,
body.landing-template .mx-1 {
  margin-right: .25rem !important
}

body.landing-template .mb-1,
body.landing-template .my-1 {
  margin-bottom: .25rem !important
}

body.landing-template .ml-1,
body.landing-template .mx-1 {
  margin-left: .25rem !important
}

body.landing-template .m-2 {
  margin: .5rem !important
}

body.landing-template .mt-2,
body.landing-template .my-2 {
  margin-top: .5rem !important
}

body.landing-template .mr-2,
body.landing-template .mx-2 {
  margin-right: .5rem !important
}

body.landing-template .mb-2,
body.landing-template .my-2 {
  margin-bottom: .5rem !important
}

body.landing-template .ml-2,
body.landing-template .mx-2 {
  margin-left: .5rem !important
}

body.landing-template .m-3 {
  margin: 1rem !important
}

body.landing-template .mt-3,
body.landing-template .my-3 {
  margin-top: 1rem !important
}

body.landing-template .mr-3,
body.landing-template .mx-3 {
  margin-right: 1rem !important
}

body.landing-template .mb-3,
body.landing-template .my-3 {
  margin-bottom: 1rem !important
}

body.landing-template .ml-3,
body.landing-template .mx-3 {
  margin-left: 1rem !important
}

body.landing-template .m-4 {
  margin: 1.5rem !important
}

body.landing-template .mt-4,
body.landing-template .my-4 {
  margin-top: 1.5rem !important
}

body.landing-template .mr-4,
body.landing-template .mx-4 {
  margin-right: 1.5rem !important
}

body.landing-template .mb-4,
body.landing-template .my-4 {
  margin-bottom: 1.5rem !important
}

body.landing-template .ml-4,
body.landing-template .mx-4 {
  margin-left: 1.5rem !important
}

body.landing-template .m-5 {
  margin: 3rem !important
}

body.landing-template .mt-5,
body.landing-template .my-5 {
  margin-top: 3rem !important
}

body.landing-template .mr-5,
body.landing-template .mx-5 {
  margin-right: 3rem !important
}

body.landing-template .mb-5,
body.landing-template .my-5 {
  margin-bottom: 3rem !important
}

body.landing-template .ml-5,
body.landing-template .mx-5 {
  margin-left: 3rem !important
}

body.landing-template .p-0 {
  padding: 0 !important
}

body.landing-template .pt-0,
body.landing-template .py-0 {
  padding-top: 0 !important
}

body.landing-template .pr-0,
body.landing-template .px-0 {
  padding-right: 0 !important
}

body.landing-template .pb-0,
body.landing-template .py-0 {
  padding-bottom: 0 !important
}

body.landing-template .pl-0,
body.landing-template .px-0 {
  padding-left: 0 !important
}

body.landing-template .p-1 {
  padding: .25rem !important
}

body.landing-template .pt-1,
body.landing-template .py-1 {
  padding-top: .25rem !important
}

body.landing-template .pr-1,
body.landing-template .px-1 {
  padding-right: .25rem !important
}

body.landing-template .pb-1,
body.landing-template .py-1 {
  padding-bottom: .25rem !important
}

body.landing-template .pl-1,
body.landing-template .px-1 {
  padding-left: .25rem !important
}

body.landing-template .p-2 {
  padding: .5rem !important
}

body.landing-template .pt-2,
body.landing-template .py-2 {
  padding-top: .5rem !important
}

body.landing-template .pr-2,
body.landing-template .px-2 {
  padding-right: .5rem !important
}

body.landing-template .pb-2,
body.landing-template .py-2 {
  padding-bottom: .5rem !important
}

body.landing-template .pl-2,
body.landing-template .px-2 {
  padding-left: .5rem !important
}

body.landing-template .p-3 {
  padding: 1rem !important
}

body.landing-template .pt-3,
body.landing-template .py-3 {
  padding-top: 1rem !important
}

body.landing-template .pr-3,
body.landing-template .px-3 {
  padding-right: 1rem !important
}

body.landing-template .pb-3,
body.landing-template .py-3 {
  padding-bottom: 1rem !important
}

body.landing-template .pl-3,
body.landing-template .px-3 {
  padding-left: 1rem !important
}

body.landing-template .p-4 {
  padding: 1.5rem !important
}

body.landing-template .pt-4,
body.landing-template .py-4 {
  padding-top: 1.5rem !important
}

body.landing-template .pr-4,
body.landing-template .px-4 {
  padding-right: 1.5rem !important
}

body.landing-template .pb-4,
body.landing-template .py-4 {
  padding-bottom: 1.5rem !important
}

body.landing-template .pl-4,
body.landing-template .px-4 {
  padding-left: 1.5rem !important
}

body.landing-template .p-5 {
  padding: 3rem !important
}

body.landing-template .pt-5,
body.landing-template .py-5 {
  padding-top: 3rem !important
}

body.landing-template .pr-5,
body.landing-template .px-5 {
  padding-right: 3rem !important
}

body.landing-template .pb-5,
body.landing-template .py-5 {
  padding-bottom: 3rem !important
}

body.landing-template .pl-5,
body.landing-template .px-5 {
  padding-left: 3rem !important
}

body.landing-template .m-n1 {
  margin: -.25rem !important
}

body.landing-template .mt-n1,
body.landing-template .my-n1 {
  margin-top: -.25rem !important
}

body.landing-template .mr-n1,
body.landing-template .mx-n1 {
  margin-right: -.25rem !important
}

body.landing-template .mb-n1,
body.landing-template .my-n1 {
  margin-bottom: -.25rem !important
}

body.landing-template .ml-n1,
body.landing-template .mx-n1 {
  margin-left: -.25rem !important
}

body.landing-template .m-n2 {
  margin: -.5rem !important
}

body.landing-template .mt-n2,
body.landing-template .my-n2 {
  margin-top: -.5rem !important
}

body.landing-template .mr-n2,
body.landing-template .mx-n2 {
  margin-right: -.5rem !important
}

body.landing-template .mb-n2,
body.landing-template .my-n2 {
  margin-bottom: -.5rem !important
}

body.landing-template .ml-n2,
body.landing-template .mx-n2 {
  margin-left: -.5rem !important
}

body.landing-template .m-n3 {
  margin: -1rem !important
}

body.landing-template .mt-n3,
body.landing-template .my-n3 {
  margin-top: -1rem !important
}

body.landing-template .mr-n3,
body.landing-template .mx-n3 {
  margin-right: -1rem !important
}

body.landing-template .mb-n3,
body.landing-template .my-n3 {
  margin-bottom: -1rem !important
}

body.landing-template .ml-n3,
body.landing-template .mx-n3 {
  margin-left: -1rem !important
}

body.landing-template .m-n4 {
  margin: -1.5rem !important
}

body.landing-template .mt-n4,
body.landing-template .my-n4 {
  margin-top: -1.5rem !important
}

body.landing-template .mr-n4,
body.landing-template .mx-n4 {
  margin-right: -1.5rem !important
}

body.landing-template .mb-n4,
body.landing-template .my-n4 {
  margin-bottom: -1.5rem !important
}

body.landing-template .ml-n4,
body.landing-template .mx-n4 {
  margin-left: -1.5rem !important
}

body.landing-template .m-n5 {
  margin: -3rem !important
}

body.landing-template .mt-n5,
body.landing-template .my-n5 {
  margin-top: -3rem !important
}

body.landing-template .mr-n5,
body.landing-template .mx-n5 {
  margin-right: -3rem !important
}

body.landing-template .mb-n5,
body.landing-template .my-n5 {
  margin-bottom: -3rem !important
}

body.landing-template .ml-n5,
body.landing-template .mx-n5 {
  margin-left: -3rem !important
}

body.landing-template .m-auto {
  margin: auto !important
}

body.landing-template .mt-auto,
body.landing-template .my-auto {
  margin-top: auto !important
}

body.landing-template .mr-auto,
body.landing-template .mx-auto {
  margin-right: auto !important
}

body.landing-template .mb-auto,
body.landing-template .my-auto {
  margin-bottom: auto !important
}

body.landing-template .ml-auto,
body.landing-template .mx-auto {
  margin-left: auto !important
}

@media (min-width:576px) {
  body.landing-template .m-sm-0 {
    margin: 0 !important
  }

  body.landing-template .mt-sm-0,
  body.landing-template .my-sm-0 {
    margin-top: 0 !important
  }

  body.landing-template .mr-sm-0,
  body.landing-template .mx-sm-0 {
    margin-right: 0 !important
  }

  body.landing-template .mb-sm-0,
  body.landing-template .my-sm-0 {
    margin-bottom: 0 !important
  }

  body.landing-template .ml-sm-0,
  body.landing-template .mx-sm-0 {
    margin-left: 0 !important
  }

  body.landing-template .m-sm-1 {
    margin: .25rem !important
  }

  body.landing-template .mt-sm-1,
  body.landing-template .my-sm-1 {
    margin-top: .25rem !important
  }

  body.landing-template .mr-sm-1,
  body.landing-template .mx-sm-1 {
    margin-right: .25rem !important
  }

  body.landing-template .mb-sm-1,
  body.landing-template .my-sm-1 {
    margin-bottom: .25rem !important
  }

  body.landing-template .ml-sm-1,
  body.landing-template .mx-sm-1 {
    margin-left: .25rem !important
  }

  body.landing-template .m-sm-2 {
    margin: .5rem !important
  }

  body.landing-template .mt-sm-2,
  body.landing-template .my-sm-2 {
    margin-top: .5rem !important
  }

  body.landing-template .mr-sm-2,
  body.landing-template .mx-sm-2 {
    margin-right: .5rem !important
  }

  body.landing-template .mb-sm-2,
  body.landing-template .my-sm-2 {
    margin-bottom: .5rem !important
  }

  body.landing-template .ml-sm-2,
  body.landing-template .mx-sm-2 {
    margin-left: .5rem !important
  }

  body.landing-template .m-sm-3 {
    margin: 1rem !important
  }

  body.landing-template .mt-sm-3,
  body.landing-template .my-sm-3 {
    margin-top: 1rem !important
  }

  body.landing-template .mr-sm-3,
  body.landing-template .mx-sm-3 {
    margin-right: 1rem !important
  }

  body.landing-template .mb-sm-3,
  body.landing-template .my-sm-3 {
    margin-bottom: 1rem !important
  }

  body.landing-template .ml-sm-3,
  body.landing-template .mx-sm-3 {
    margin-left: 1rem !important
  }

  body.landing-template .m-sm-4 {
    margin: 1.5rem !important
  }

  body.landing-template .mt-sm-4,
  body.landing-template .my-sm-4 {
    margin-top: 1.5rem !important
  }

  body.landing-template .mr-sm-4,
  body.landing-template .mx-sm-4 {
    margin-right: 1.5rem !important
  }

  body.landing-template .mb-sm-4,
  body.landing-template .my-sm-4 {
    margin-bottom: 1.5rem !important
  }

  body.landing-template .ml-sm-4,
  body.landing-template .mx-sm-4 {
    margin-left: 1.5rem !important
  }

  body.landing-template .m-sm-5 {
    margin: 3rem !important
  }

  body.landing-template .mt-sm-5,
  body.landing-template .my-sm-5 {
    margin-top: 3rem !important
  }

  body.landing-template .mr-sm-5,
  body.landing-template .mx-sm-5 {
    margin-right: 3rem !important
  }

  body.landing-template .mb-sm-5,
  body.landing-template .my-sm-5 {
    margin-bottom: 3rem !important
  }

  body.landing-template .ml-sm-5,
  body.landing-template .mx-sm-5 {
    margin-left: 3rem !important
  }

  body.landing-template .p-sm-0 {
    padding: 0 !important
  }

  body.landing-template .pt-sm-0,
  body.landing-template .py-sm-0 {
    padding-top: 0 !important
  }

  body.landing-template .pr-sm-0,
  body.landing-template .px-sm-0 {
    padding-right: 0 !important
  }

  body.landing-template .pb-sm-0,
  body.landing-template .py-sm-0 {
    padding-bottom: 0 !important
  }

  body.landing-template .pl-sm-0,
  body.landing-template .px-sm-0 {
    padding-left: 0 !important
  }

  body.landing-template .p-sm-1 {
    padding: .25rem !important
  }

  body.landing-template .pt-sm-1,
  body.landing-template .py-sm-1 {
    padding-top: .25rem !important
  }

  body.landing-template .pr-sm-1,
  body.landing-template .px-sm-1 {
    padding-right: .25rem !important
  }

  body.landing-template .pb-sm-1,
  body.landing-template .py-sm-1 {
    padding-bottom: .25rem !important
  }

  body.landing-template .pl-sm-1,
  body.landing-template .px-sm-1 {
    padding-left: .25rem !important
  }

  body.landing-template .p-sm-2 {
    padding: .5rem !important
  }

  body.landing-template .pt-sm-2,
  body.landing-template .py-sm-2 {
    padding-top: .5rem !important
  }

  body.landing-template .pr-sm-2,
  body.landing-template .px-sm-2 {
    padding-right: .5rem !important
  }

  body.landing-template .pb-sm-2,
  body.landing-template .py-sm-2 {
    padding-bottom: .5rem !important
  }

  body.landing-template .pl-sm-2,
  body.landing-template .px-sm-2 {
    padding-left: .5rem !important
  }

  body.landing-template .p-sm-3 {
    padding: 1rem !important
  }

  body.landing-template .pt-sm-3,
  body.landing-template .py-sm-3 {
    padding-top: 1rem !important
  }

  body.landing-template .pr-sm-3,
  body.landing-template .px-sm-3 {
    padding-right: 1rem !important
  }

  body.landing-template .pb-sm-3,
  body.landing-template .py-sm-3 {
    padding-bottom: 1rem !important
  }

  body.landing-template .pl-sm-3,
  body.landing-template .px-sm-3 {
    padding-left: 1rem !important
  }

  body.landing-template .p-sm-4 {
    padding: 1.5rem !important
  }

  body.landing-template .pt-sm-4,
  body.landing-template .py-sm-4 {
    padding-top: 1.5rem !important
  }

  body.landing-template .pr-sm-4,
  body.landing-template .px-sm-4 {
    padding-right: 1.5rem !important
  }

  body.landing-template .pb-sm-4,
  body.landing-template .py-sm-4 {
    padding-bottom: 1.5rem !important
  }

  body.landing-template .pl-sm-4,
  body.landing-template .px-sm-4 {
    padding-left: 1.5rem !important
  }

  body.landing-template .p-sm-5 {
    padding: 3rem !important
  }

  body.landing-template .pt-sm-5,
  body.landing-template .py-sm-5 {
    padding-top: 3rem !important
  }

  body.landing-template .pr-sm-5,
  body.landing-template .px-sm-5 {
    padding-right: 3rem !important
  }

  body.landing-template .pb-sm-5,
  body.landing-template .py-sm-5 {
    padding-bottom: 3rem !important
  }

  body.landing-template .pl-sm-5,
  body.landing-template .px-sm-5 {
    padding-left: 3rem !important
  }

  body.landing-template .m-sm-n1 {
    margin: -.25rem !important
  }

  body.landing-template .mt-sm-n1,
  body.landing-template .my-sm-n1 {
    margin-top: -.25rem !important
  }

  body.landing-template .mr-sm-n1,
  body.landing-template .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  body.landing-template .mb-sm-n1,
  body.landing-template .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  body.landing-template .ml-sm-n1,
  body.landing-template .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  body.landing-template .m-sm-n2 {
    margin: -.5rem !important
  }

  body.landing-template .mt-sm-n2,
  body.landing-template .my-sm-n2 {
    margin-top: -.5rem !important
  }

  body.landing-template .mr-sm-n2,
  body.landing-template .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  body.landing-template .mb-sm-n2,
  body.landing-template .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  body.landing-template .ml-sm-n2,
  body.landing-template .mx-sm-n2 {
    margin-left: -.5rem !important
  }

  body.landing-template .m-sm-n3 {
    margin: -1rem !important
  }

  body.landing-template .mt-sm-n3,
  body.landing-template .my-sm-n3 {
    margin-top: -1rem !important
  }

  body.landing-template .mr-sm-n3,
  body.landing-template .mx-sm-n3 {
    margin-right: -1rem !important
  }

  body.landing-template .mb-sm-n3,
  body.landing-template .my-sm-n3 {
    margin-bottom: -1rem !important
  }

  body.landing-template .ml-sm-n3,
  body.landing-template .mx-sm-n3 {
    margin-left: -1rem !important
  }

  body.landing-template .m-sm-n4 {
    margin: -1.5rem !important
  }

  body.landing-template .mt-sm-n4,
  body.landing-template .my-sm-n4 {
    margin-top: -1.5rem !important
  }

  body.landing-template .mr-sm-n4,
  body.landing-template .mx-sm-n4 {
    margin-right: -1.5rem !important
  }

  body.landing-template .mb-sm-n4,
  body.landing-template .my-sm-n4 {
    margin-bottom: -1.5rem !important
  }

  body.landing-template .ml-sm-n4,
  body.landing-template .mx-sm-n4 {
    margin-left: -1.5rem !important
  }

  body.landing-template .m-sm-n5 {
    margin: -3rem !important
  }

  body.landing-template .mt-sm-n5,
  body.landing-template .my-sm-n5 {
    margin-top: -3rem !important
  }

  body.landing-template .mr-sm-n5,
  body.landing-template .mx-sm-n5 {
    margin-right: -3rem !important
  }

  body.landing-template .mb-sm-n5,
  body.landing-template .my-sm-n5 {
    margin-bottom: -3rem !important
  }

  body.landing-template .ml-sm-n5,
  body.landing-template .mx-sm-n5 {
    margin-left: -3rem !important
  }

  body.landing-template .m-sm-auto {
    margin: auto !important
  }

  body.landing-template .mt-sm-auto,
  body.landing-template .my-sm-auto {
    margin-top: auto !important
  }

  body.landing-template .mr-sm-auto,
  body.landing-template .mx-sm-auto {
    margin-right: auto !important
  }

  body.landing-template .mb-sm-auto,
  body.landing-template .my-sm-auto {
    margin-bottom: auto !important
  }

  body.landing-template .ml-sm-auto,
  body.landing-template .mx-sm-auto {
    margin-left: auto !important
  }
}

@media (min-width:768px) {
  body.landing-template .m-md-0 {
    margin: 0 !important
  }

  body.landing-template .mt-md-0,
  body.landing-template .my-md-0 {
    margin-top: 0 !important
  }

  body.landing-template .mr-md-0,
  body.landing-template .mx-md-0 {
    margin-right: 0 !important
  }

  body.landing-template .mb-md-0,
  body.landing-template .my-md-0 {
    margin-bottom: 0 !important
  }

  body.landing-template .ml-md-0,
  body.landing-template .mx-md-0 {
    margin-left: 0 !important
  }

  body.landing-template .m-md-1 {
    margin: .25rem !important
  }

  body.landing-template .mt-md-1,
  body.landing-template .my-md-1 {
    margin-top: .25rem !important
  }

  body.landing-template .mr-md-1,
  body.landing-template .mx-md-1 {
    margin-right: .25rem !important
  }

  body.landing-template .mb-md-1,
  body.landing-template .my-md-1 {
    margin-bottom: .25rem !important
  }

  body.landing-template .ml-md-1,
  body.landing-template .mx-md-1 {
    margin-left: .25rem !important
  }

  body.landing-template .m-md-2 {
    margin: .5rem !important
  }

  body.landing-template .mt-md-2,
  body.landing-template .my-md-2 {
    margin-top: .5rem !important
  }

  body.landing-template .mr-md-2,
  body.landing-template .mx-md-2 {
    margin-right: .5rem !important
  }

  body.landing-template .mb-md-2,
  body.landing-template .my-md-2 {
    margin-bottom: .5rem !important
  }

  body.landing-template .ml-md-2,
  body.landing-template .mx-md-2 {
    margin-left: .5rem !important
  }

  body.landing-template .m-md-3 {
    margin: 1rem !important
  }

  body.landing-template .mt-md-3,
  body.landing-template .my-md-3 {
    margin-top: 1rem !important
  }

  body.landing-template .mr-md-3,
  body.landing-template .mx-md-3 {
    margin-right: 1rem !important
  }

  body.landing-template .mb-md-3,
  body.landing-template .my-md-3 {
    margin-bottom: 1rem !important
  }

  body.landing-template .ml-md-3,
  body.landing-template .mx-md-3 {
    margin-left: 1rem !important
  }

  body.landing-template .m-md-4 {
    margin: 1.5rem !important
  }

  body.landing-template .mt-md-4,
  body.landing-template .my-md-4 {
    margin-top: 1.5rem !important
  }

  body.landing-template .mr-md-4,
  body.landing-template .mx-md-4 {
    margin-right: 1.5rem !important
  }

  body.landing-template .mb-md-4,
  body.landing-template .my-md-4 {
    margin-bottom: 1.5rem !important
  }

  body.landing-template .ml-md-4,
  body.landing-template .mx-md-4 {
    margin-left: 1.5rem !important
  }

  body.landing-template .m-md-5 {
    margin: 3rem !important
  }

  body.landing-template .mt-md-5,
  body.landing-template .my-md-5 {
    margin-top: 3rem !important
  }

  body.landing-template .mr-md-5,
  body.landing-template .mx-md-5 {
    margin-right: 3rem !important
  }

  body.landing-template .mb-md-5,
  body.landing-template .my-md-5 {
    margin-bottom: 3rem !important
  }

  body.landing-template .ml-md-5,
  body.landing-template .mx-md-5 {
    margin-left: 3rem !important
  }

  body.landing-template .p-md-0 {
    padding: 0 !important
  }

  body.landing-template .pt-md-0,
  body.landing-template .py-md-0 {
    padding-top: 0 !important
  }

  body.landing-template .pr-md-0,
  body.landing-template .px-md-0 {
    padding-right: 0 !important
  }

  body.landing-template .pb-md-0,
  body.landing-template .py-md-0 {
    padding-bottom: 0 !important
  }

  body.landing-template .pl-md-0,
  body.landing-template .px-md-0 {
    padding-left: 0 !important
  }

  body.landing-template .p-md-1 {
    padding: .25rem !important
  }

  body.landing-template .pt-md-1,
  body.landing-template .py-md-1 {
    padding-top: .25rem !important
  }

  body.landing-template .pr-md-1,
  body.landing-template .px-md-1 {
    padding-right: .25rem !important
  }

  body.landing-template .pb-md-1,
  body.landing-template .py-md-1 {
    padding-bottom: .25rem !important
  }

  body.landing-template .pl-md-1,
  body.landing-template .px-md-1 {
    padding-left: .25rem !important
  }

  body.landing-template .p-md-2 {
    padding: .5rem !important
  }

  body.landing-template .pt-md-2,
  body.landing-template .py-md-2 {
    padding-top: .5rem !important
  }

  body.landing-template .pr-md-2,
  body.landing-template .px-md-2 {
    padding-right: .5rem !important
  }

  body.landing-template .pb-md-2,
  body.landing-template .py-md-2 {
    padding-bottom: .5rem !important
  }

  body.landing-template .pl-md-2,
  body.landing-template .px-md-2 {
    padding-left: .5rem !important
  }

  body.landing-template .p-md-3 {
    padding: 1rem !important
  }

  body.landing-template .pt-md-3,
  body.landing-template .py-md-3 {
    padding-top: 1rem !important
  }

  body.landing-template .pr-md-3,
  body.landing-template .px-md-3 {
    padding-right: 1rem !important
  }

  body.landing-template .pb-md-3,
  body.landing-template .py-md-3 {
    padding-bottom: 1rem !important
  }

  body.landing-template .pl-md-3,
  body.landing-template .px-md-3 {
    padding-left: 1rem !important
  }

  body.landing-template .p-md-4 {
    padding: 1.5rem !important
  }

  body.landing-template .pt-md-4,
  body.landing-template .py-md-4 {
    padding-top: 1.5rem !important
  }

  body.landing-template .pr-md-4,
  body.landing-template .px-md-4 {
    padding-right: 1.5rem !important
  }

  body.landing-template .pb-md-4,
  body.landing-template .py-md-4 {
    padding-bottom: 1.5rem !important
  }

  body.landing-template .pl-md-4,
  body.landing-template .px-md-4 {
    padding-left: 1.5rem !important
  }

  body.landing-template .p-md-5 {
    padding: 3rem !important
  }

  body.landing-template .pt-md-5,
  body.landing-template .py-md-5 {
    padding-top: 3rem !important
  }

  body.landing-template .pr-md-5,
  body.landing-template .px-md-5 {
    padding-right: 3rem !important
  }

  body.landing-template .pb-md-5,
  body.landing-template .py-md-5 {
    padding-bottom: 3rem !important
  }

  body.landing-template .pl-md-5,
  body.landing-template .px-md-5 {
    padding-left: 3rem !important
  }

  body.landing-template .m-md-n1 {
    margin: -.25rem !important
  }

  body.landing-template .mt-md-n1,
  body.landing-template .my-md-n1 {
    margin-top: -.25rem !important
  }

  body.landing-template .mr-md-n1,
  body.landing-template .mx-md-n1 {
    margin-right: -.25rem !important
  }

  body.landing-template .mb-md-n1,
  body.landing-template .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  body.landing-template .ml-md-n1,
  body.landing-template .mx-md-n1 {
    margin-left: -.25rem !important
  }

  body.landing-template .m-md-n2 {
    margin: -.5rem !important
  }

  body.landing-template .mt-md-n2,
  body.landing-template .my-md-n2 {
    margin-top: -.5rem !important
  }

  body.landing-template .mr-md-n2,
  body.landing-template .mx-md-n2 {
    margin-right: -.5rem !important
  }

  body.landing-template .mb-md-n2,
  body.landing-template .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  body.landing-template .ml-md-n2,
  body.landing-template .mx-md-n2 {
    margin-left: -.5rem !important
  }

  body.landing-template .m-md-n3 {
    margin: -1rem !important
  }

  body.landing-template .mt-md-n3,
  body.landing-template .my-md-n3 {
    margin-top: -1rem !important
  }

  body.landing-template .mr-md-n3,
  body.landing-template .mx-md-n3 {
    margin-right: -1rem !important
  }

  body.landing-template .mb-md-n3,
  body.landing-template .my-md-n3 {
    margin-bottom: -1rem !important
  }

  body.landing-template .ml-md-n3,
  body.landing-template .mx-md-n3 {
    margin-left: -1rem !important
  }

  body.landing-template .m-md-n4 {
    margin: -1.5rem !important
  }

  body.landing-template .mt-md-n4,
  body.landing-template .my-md-n4 {
    margin-top: -1.5rem !important
  }

  body.landing-template .mr-md-n4,
  body.landing-template .mx-md-n4 {
    margin-right: -1.5rem !important
  }

  body.landing-template .mb-md-n4,
  body.landing-template .my-md-n4 {
    margin-bottom: -1.5rem !important
  }

  body.landing-template .ml-md-n4,
  body.landing-template .mx-md-n4 {
    margin-left: -1.5rem !important
  }

  body.landing-template .m-md-n5 {
    margin: -3rem !important
  }

  body.landing-template .mt-md-n5,
  body.landing-template .my-md-n5 {
    margin-top: -3rem !important
  }

  body.landing-template .mr-md-n5,
  body.landing-template .mx-md-n5 {
    margin-right: -3rem !important
  }

  body.landing-template .mb-md-n5,
  body.landing-template .my-md-n5 {
    margin-bottom: -3rem !important
  }

  body.landing-template .ml-md-n5,
  body.landing-template .mx-md-n5 {
    margin-left: -3rem !important
  }

  body.landing-template .m-md-auto {
    margin: auto !important
  }

  body.landing-template .mt-md-auto,
  body.landing-template .my-md-auto {
    margin-top: auto !important
  }

  body.landing-template .mr-md-auto,
  body.landing-template .mx-md-auto {
    margin-right: auto !important
  }

  body.landing-template .mb-md-auto,
  body.landing-template .my-md-auto {
    margin-bottom: auto !important
  }

  body.landing-template .ml-md-auto,
  body.landing-template .mx-md-auto {
    margin-left: auto !important
  }
}

@media (min-width:992px) {
  body.landing-template .m-lg-0 {
    margin: 0 !important
  }

  body.landing-template .mt-lg-0,
  body.landing-template .my-lg-0 {
    margin-top: 0 !important
  }

  body.landing-template .mr-lg-0,
  body.landing-template .mx-lg-0 {
    margin-right: 0 !important
  }

  body.landing-template .mb-lg-0,
  body.landing-template .my-lg-0 {
    margin-bottom: 0 !important
  }

  body.landing-template .ml-lg-0,
  body.landing-template .mx-lg-0 {
    margin-left: 0 !important
  }

  body.landing-template .m-lg-1 {
    margin: .25rem !important
  }

  body.landing-template .mt-lg-1,
  body.landing-template .my-lg-1 {
    margin-top: .25rem !important
  }

  body.landing-template .mr-lg-1,
  body.landing-template .mx-lg-1 {
    margin-right: .25rem !important
  }

  body.landing-template .mb-lg-1,
  body.landing-template .my-lg-1 {
    margin-bottom: .25rem !important
  }

  body.landing-template .ml-lg-1,
  body.landing-template .mx-lg-1 {
    margin-left: .25rem !important
  }

  body.landing-template .m-lg-2 {
    margin: .5rem !important
  }

  body.landing-template .mt-lg-2,
  body.landing-template .my-lg-2 {
    margin-top: .5rem !important
  }

  body.landing-template .mr-lg-2,
  body.landing-template .mx-lg-2 {
    margin-right: .5rem !important
  }

  body.landing-template .mb-lg-2,
  body.landing-template .my-lg-2 {
    margin-bottom: .5rem !important
  }

  body.landing-template .ml-lg-2,
  body.landing-template .mx-lg-2 {
    margin-left: .5rem !important
  }

  body.landing-template .m-lg-3 {
    margin: 1rem !important
  }

  body.landing-template .mt-lg-3,
  body.landing-template .my-lg-3 {
    margin-top: 1rem !important
  }

  body.landing-template .mr-lg-3,
  body.landing-template .mx-lg-3 {
    margin-right: 1rem !important
  }

  body.landing-template .mb-lg-3,
  body.landing-template .my-lg-3 {
    margin-bottom: 1rem !important
  }

  body.landing-template .ml-lg-3,
  body.landing-template .mx-lg-3 {
    margin-left: 1rem !important
  }

  body.landing-template .m-lg-4 {
    margin: 1.5rem !important
  }

  body.landing-template .mt-lg-4,
  body.landing-template .my-lg-4 {
    margin-top: 1.5rem !important
  }

  body.landing-template .mr-lg-4,
  body.landing-template .mx-lg-4 {
    margin-right: 1.5rem !important
  }

  body.landing-template .mb-lg-4,
  body.landing-template .my-lg-4 {
    margin-bottom: 1.5rem !important
  }

  body.landing-template .ml-lg-4,
  body.landing-template .mx-lg-4 {
    margin-left: 1.5rem !important
  }

  body.landing-template .m-lg-5 {
    margin: 3rem !important
  }

  body.landing-template .mt-lg-5,
  body.landing-template .my-lg-5 {
    margin-top: 3rem !important
  }

  body.landing-template .mr-lg-5,
  body.landing-template .mx-lg-5 {
    margin-right: 3rem !important
  }

  body.landing-template .mb-lg-5,
  body.landing-template .my-lg-5 {
    margin-bottom: 3rem !important
  }

  body.landing-template .ml-lg-5,
  body.landing-template .mx-lg-5 {
    margin-left: 3rem !important
  }

  body.landing-template .p-lg-0 {
    padding: 0 !important
  }

  body.landing-template .pt-lg-0,
  body.landing-template .py-lg-0 {
    padding-top: 0 !important
  }

  body.landing-template .pr-lg-0,
  body.landing-template .px-lg-0 {
    padding-right: 0 !important
  }

  body.landing-template .pb-lg-0,
  body.landing-template .py-lg-0 {
    padding-bottom: 0 !important
  }

  body.landing-template .pl-lg-0,
  body.landing-template .px-lg-0 {
    padding-left: 0 !important
  }

  body.landing-template .p-lg-1 {
    padding: .25rem !important
  }

  body.landing-template .pt-lg-1,
  body.landing-template .py-lg-1 {
    padding-top: .25rem !important
  }

  body.landing-template .pr-lg-1,
  body.landing-template .px-lg-1 {
    padding-right: .25rem !important
  }

  body.landing-template .pb-lg-1,
  body.landing-template .py-lg-1 {
    padding-bottom: .25rem !important
  }

  body.landing-template .pl-lg-1,
  body.landing-template .px-lg-1 {
    padding-left: .25rem !important
  }

  body.landing-template .p-lg-2 {
    padding: .5rem !important
  }

  body.landing-template .pt-lg-2,
  body.landing-template .py-lg-2 {
    padding-top: .5rem !important
  }

  body.landing-template .pr-lg-2,
  body.landing-template .px-lg-2 {
    padding-right: .5rem !important
  }

  body.landing-template .pb-lg-2,
  body.landing-template .py-lg-2 {
    padding-bottom: .5rem !important
  }

  body.landing-template .pl-lg-2,
  body.landing-template .px-lg-2 {
    padding-left: .5rem !important
  }

  body.landing-template .p-lg-3 {
    padding: 1rem !important
  }

  body.landing-template .pt-lg-3,
  body.landing-template .py-lg-3 {
    padding-top: 1rem !important
  }

  body.landing-template .pr-lg-3,
  body.landing-template .px-lg-3 {
    padding-right: 1rem !important
  }

  body.landing-template .pb-lg-3,
  body.landing-template .py-lg-3 {
    padding-bottom: 1rem !important
  }

  body.landing-template .pl-lg-3,
  body.landing-template .px-lg-3 {
    padding-left: 1rem !important
  }

  body.landing-template .p-lg-4 {
    padding: 1.5rem !important
  }

  body.landing-template .pt-lg-4,
  body.landing-template .py-lg-4 {
    padding-top: 1.5rem !important
  }

  body.landing-template .pr-lg-4,
  body.landing-template .px-lg-4 {
    padding-right: 1.5rem !important
  }

  body.landing-template .pb-lg-4,
  body.landing-template .py-lg-4 {
    padding-bottom: 1.5rem !important
  }

  body.landing-template .pl-lg-4,
  body.landing-template .px-lg-4 {
    padding-left: 1.5rem !important
  }

  body.landing-template .p-lg-5 {
    padding: 3rem !important
  }

  body.landing-template .pt-lg-5,
  body.landing-template .py-lg-5 {
    padding-top: 3rem !important
  }

  body.landing-template .pr-lg-5,
  body.landing-template .px-lg-5 {
    padding-right: 3rem !important
  }

  body.landing-template .pb-lg-5,
  body.landing-template .py-lg-5 {
    padding-bottom: 3rem !important
  }

  body.landing-template .pl-lg-5,
  body.landing-template .px-lg-5 {
    padding-left: 3rem !important
  }

  body.landing-template .m-lg-n1 {
    margin: -.25rem !important
  }

  body.landing-template .mt-lg-n1,
  body.landing-template .my-lg-n1 {
    margin-top: -.25rem !important
  }

  body.landing-template .mr-lg-n1,
  body.landing-template .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  body.landing-template .mb-lg-n1,
  body.landing-template .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  body.landing-template .ml-lg-n1,
  body.landing-template .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  body.landing-template .m-lg-n2 {
    margin: -.5rem !important
  }

  body.landing-template .mt-lg-n2,
  body.landing-template .my-lg-n2 {
    margin-top: -.5rem !important
  }

  body.landing-template .mr-lg-n2,
  body.landing-template .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  body.landing-template .mb-lg-n2,
  body.landing-template .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  body.landing-template .ml-lg-n2,
  body.landing-template .mx-lg-n2 {
    margin-left: -.5rem !important
  }

  body.landing-template .m-lg-n3 {
    margin: -1rem !important
  }

  body.landing-template .mt-lg-n3,
  body.landing-template .my-lg-n3 {
    margin-top: -1rem !important
  }

  body.landing-template .mr-lg-n3,
  body.landing-template .mx-lg-n3 {
    margin-right: -1rem !important
  }

  body.landing-template .mb-lg-n3,
  body.landing-template .my-lg-n3 {
    margin-bottom: -1rem !important
  }

  body.landing-template .ml-lg-n3,
  body.landing-template .mx-lg-n3 {
    margin-left: -1rem !important
  }

  body.landing-template .m-lg-n4 {
    margin: -1.5rem !important
  }

  body.landing-template .mt-lg-n4,
  body.landing-template .my-lg-n4 {
    margin-top: -1.5rem !important
  }

  body.landing-template .mr-lg-n4,
  body.landing-template .mx-lg-n4 {
    margin-right: -1.5rem !important
  }

  body.landing-template .mb-lg-n4,
  body.landing-template .my-lg-n4 {
    margin-bottom: -1.5rem !important
  }

  body.landing-template .ml-lg-n4,
  body.landing-template .mx-lg-n4 {
    margin-left: -1.5rem !important
  }

  body.landing-template .m-lg-n5 {
    margin: -3rem !important
  }

  body.landing-template .mt-lg-n5,
  body.landing-template .my-lg-n5 {
    margin-top: -3rem !important
  }

  body.landing-template .mr-lg-n5,
  body.landing-template .mx-lg-n5 {
    margin-right: -3rem !important
  }

  body.landing-template .mb-lg-n5,
  body.landing-template .my-lg-n5 {
    margin-bottom: -3rem !important
  }

  body.landing-template .ml-lg-n5,
  body.landing-template .mx-lg-n5 {
    margin-left: -3rem !important
  }

  body.landing-template .m-lg-auto {
    margin: auto !important
  }

  body.landing-template .mt-lg-auto,
  body.landing-template .my-lg-auto {
    margin-top: auto !important
  }

  body.landing-template .mr-lg-auto,
  body.landing-template .mx-lg-auto {
    margin-right: auto !important
  }

  body.landing-template .mb-lg-auto,
  body.landing-template .my-lg-auto {
    margin-bottom: auto !important
  }

  body.landing-template .ml-lg-auto,
  body.landing-template .mx-lg-auto {
    margin-left: auto !important
  }
}

@media (min-width:1200px) {
  body.landing-template .m-xl-0 {
    margin: 0 !important
  }

  body.landing-template .mt-xl-0,
  body.landing-template .my-xl-0 {
    margin-top: 0 !important
  }

  body.landing-template .mr-xl-0,
  body.landing-template .mx-xl-0 {
    margin-right: 0 !important
  }

  body.landing-template .mb-xl-0,
  body.landing-template .my-xl-0 {
    margin-bottom: 0 !important
  }

  body.landing-template .ml-xl-0,
  body.landing-template .mx-xl-0 {
    margin-left: 0 !important
  }

  body.landing-template .m-xl-1 {
    margin: .25rem !important
  }

  body.landing-template .mt-xl-1,
  body.landing-template .my-xl-1 {
    margin-top: .25rem !important
  }

  body.landing-template .mr-xl-1,
  body.landing-template .mx-xl-1 {
    margin-right: .25rem !important
  }

  body.landing-template .mb-xl-1,
  body.landing-template .my-xl-1 {
    margin-bottom: .25rem !important
  }

  body.landing-template .ml-xl-1,
  body.landing-template .mx-xl-1 {
    margin-left: .25rem !important
  }

  body.landing-template .m-xl-2 {
    margin: .5rem !important
  }

  body.landing-template .mt-xl-2,
  body.landing-template .my-xl-2 {
    margin-top: .5rem !important
  }

  body.landing-template .mr-xl-2,
  body.landing-template .mx-xl-2 {
    margin-right: .5rem !important
  }

  body.landing-template .mb-xl-2,
  body.landing-template .my-xl-2 {
    margin-bottom: .5rem !important
  }

  body.landing-template .ml-xl-2,
  body.landing-template .mx-xl-2 {
    margin-left: .5rem !important
  }

  body.landing-template .m-xl-3 {
    margin: 1rem !important
  }

  body.landing-template .mt-xl-3,
  body.landing-template .my-xl-3 {
    margin-top: 1rem !important
  }

  body.landing-template .mr-xl-3,
  body.landing-template .mx-xl-3 {
    margin-right: 1rem !important
  }

  body.landing-template .mb-xl-3,
  body.landing-template .my-xl-3 {
    margin-bottom: 1rem !important
  }

  body.landing-template .ml-xl-3,
  body.landing-template .mx-xl-3 {
    margin-left: 1rem !important
  }

  body.landing-template .m-xl-4 {
    margin: 1.5rem !important
  }

  body.landing-template .mt-xl-4,
  body.landing-template .my-xl-4 {
    margin-top: 1.5rem !important
  }

  body.landing-template .mr-xl-4,
  body.landing-template .mx-xl-4 {
    margin-right: 1.5rem !important
  }

  body.landing-template .mb-xl-4,
  body.landing-template .my-xl-4 {
    margin-bottom: 1.5rem !important
  }

  body.landing-template .ml-xl-4,
  body.landing-template .mx-xl-4 {
    margin-left: 1.5rem !important
  }

  body.landing-template .m-xl-5 {
    margin: 3rem !important
  }

  body.landing-template .mt-xl-5,
  body.landing-template .my-xl-5 {
    margin-top: 3rem !important
  }

  body.landing-template .mr-xl-5,
  body.landing-template .mx-xl-5 {
    margin-right: 3rem !important
  }

  body.landing-template .mb-xl-5,
  body.landing-template .my-xl-5 {
    margin-bottom: 3rem !important
  }

  body.landing-template .ml-xl-5,
  body.landing-template .mx-xl-5 {
    margin-left: 3rem !important
  }

  body.landing-template .p-xl-0 {
    padding: 0 !important
  }

  body.landing-template .pt-xl-0,
  body.landing-template .py-xl-0 {
    padding-top: 0 !important
  }

  body.landing-template .pr-xl-0,
  body.landing-template .px-xl-0 {
    padding-right: 0 !important
  }

  body.landing-template .pb-xl-0,
  body.landing-template .py-xl-0 {
    padding-bottom: 0 !important
  }

  body.landing-template .pl-xl-0,
  body.landing-template .px-xl-0 {
    padding-left: 0 !important
  }

  body.landing-template .p-xl-1 {
    padding: .25rem !important
  }

  body.landing-template .pt-xl-1,
  body.landing-template .py-xl-1 {
    padding-top: .25rem !important
  }

  body.landing-template .pr-xl-1,
  body.landing-template .px-xl-1 {
    padding-right: .25rem !important
  }

  body.landing-template .pb-xl-1,
  body.landing-template .py-xl-1 {
    padding-bottom: .25rem !important
  }

  body.landing-template .pl-xl-1,
  body.landing-template .px-xl-1 {
    padding-left: .25rem !important
  }

  body.landing-template .p-xl-2 {
    padding: .5rem !important
  }

  body.landing-template .pt-xl-2,
  body.landing-template .py-xl-2 {
    padding-top: .5rem !important
  }

  body.landing-template .pr-xl-2,
  body.landing-template .px-xl-2 {
    padding-right: .5rem !important
  }

  body.landing-template .pb-xl-2,
  body.landing-template .py-xl-2 {
    padding-bottom: .5rem !important
  }

  body.landing-template .pl-xl-2,
  body.landing-template .px-xl-2 {
    padding-left: .5rem !important
  }

  body.landing-template .p-xl-3 {
    padding: 1rem !important
  }

  body.landing-template .pt-xl-3,
  body.landing-template .py-xl-3 {
    padding-top: 1rem !important
  }

  body.landing-template .pr-xl-3,
  body.landing-template .px-xl-3 {
    padding-right: 1rem !important
  }

  body.landing-template .pb-xl-3,
  body.landing-template .py-xl-3 {
    padding-bottom: 1rem !important
  }

  body.landing-template .pl-xl-3,
  body.landing-template .px-xl-3 {
    padding-left: 1rem !important
  }

  body.landing-template .p-xl-4 {
    padding: 1.5rem !important
  }

  body.landing-template .pt-xl-4,
  body.landing-template .py-xl-4 {
    padding-top: 1.5rem !important
  }

  body.landing-template .pr-xl-4,
  body.landing-template .px-xl-4 {
    padding-right: 1.5rem !important
  }

  body.landing-template .pb-xl-4,
  body.landing-template .py-xl-4 {
    padding-bottom: 1.5rem !important
  }

  body.landing-template .pl-xl-4,
  body.landing-template .px-xl-4 {
    padding-left: 1.5rem !important
  }

  body.landing-template .p-xl-5 {
    padding: 3rem !important
  }

  body.landing-template .pt-xl-5,
  body.landing-template .py-xl-5 {
    padding-top: 3rem !important
  }

  body.landing-template .pr-xl-5,
  body.landing-template .px-xl-5 {
    padding-right: 3rem !important
  }

  body.landing-template .pb-xl-5,
  body.landing-template .py-xl-5 {
    padding-bottom: 3rem !important
  }

  body.landing-template .pl-xl-5,
  body.landing-template .px-xl-5 {
    padding-left: 3rem !important
  }

  body.landing-template .m-xl-n1 {
    margin: -.25rem !important
  }

  body.landing-template .mt-xl-n1,
  body.landing-template .my-xl-n1 {
    margin-top: -.25rem !important
  }

  body.landing-template .mr-xl-n1,
  body.landing-template .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  body.landing-template .mb-xl-n1,
  body.landing-template .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  body.landing-template .ml-xl-n1,
  body.landing-template .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  body.landing-template .m-xl-n2 {
    margin: -.5rem !important
  }

  body.landing-template .mt-xl-n2,
  body.landing-template .my-xl-n2 {
    margin-top: -.5rem !important
  }

  body.landing-template .mr-xl-n2,
  body.landing-template .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  body.landing-template .mb-xl-n2,
  body.landing-template .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  body.landing-template .ml-xl-n2,
  body.landing-template .mx-xl-n2 {
    margin-left: -.5rem !important
  }

  body.landing-template .m-xl-n3 {
    margin: -1rem !important
  }

  body.landing-template .mt-xl-n3,
  body.landing-template .my-xl-n3 {
    margin-top: -1rem !important
  }

  body.landing-template .mr-xl-n3,
  body.landing-template .mx-xl-n3 {
    margin-right: -1rem !important
  }

  body.landing-template .mb-xl-n3,
  body.landing-template .my-xl-n3 {
    margin-bottom: -1rem !important
  }

  body.landing-template .ml-xl-n3,
  body.landing-template .mx-xl-n3 {
    margin-left: -1rem !important
  }

  body.landing-template .m-xl-n4 {
    margin: -1.5rem !important
  }

  body.landing-template .mt-xl-n4,
  body.landing-template .my-xl-n4 {
    margin-top: -1.5rem !important
  }

  body.landing-template .mr-xl-n4,
  body.landing-template .mx-xl-n4 {
    margin-right: -1.5rem !important
  }

  body.landing-template .mb-xl-n4,
  body.landing-template .my-xl-n4 {
    margin-bottom: -1.5rem !important
  }

  body.landing-template .ml-xl-n4,
  body.landing-template .mx-xl-n4 {
    margin-left: -1.5rem !important
  }

  body.landing-template .m-xl-n5 {
    margin: -3rem !important
  }

  body.landing-template .mt-xl-n5,
  body.landing-template .my-xl-n5 {
    margin-top: -3rem !important
  }

  body.landing-template .mr-xl-n5,
  body.landing-template .mx-xl-n5 {
    margin-right: -3rem !important
  }

  body.landing-template .mb-xl-n5,
  body.landing-template .my-xl-n5 {
    margin-bottom: -3rem !important
  }

  body.landing-template .ml-xl-n5,
  body.landing-template .mx-xl-n5 {
    margin-left: -3rem !important
  }

  body.landing-template .m-xl-auto {
    margin: auto !important
  }

  body.landing-template .mt-xl-auto,
  body.landing-template .my-xl-auto {
    margin-top: auto !important
  }

  body.landing-template .mr-xl-auto,
  body.landing-template .mx-xl-auto {
    margin-right: auto !important
  }

  body.landing-template .mb-xl-auto,
  body.landing-template .my-xl-auto {
    margin-bottom: auto !important
  }

  body.landing-template .ml-xl-auto,
  body.landing-template .mx-xl-auto {
    margin-left: auto !important
  }
}

body.landing-template .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

body.landing-template .text-justify {
  text-align: justify !important
}

body.landing-template .text-wrap {
  white-space: normal !important
}

body.landing-template .text-nowrap {
  white-space: nowrap !important
}

body.landing-template .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

body.landing-template .text-left {
  text-align: left !important
}

body.landing-template .text-right {
  text-align: right !important
}

body.landing-template .text-center {
  text-align: center !important
}

@media (min-width:576px) {
  body.landing-template .text-sm-left {
    text-align: left !important
  }

  body.landing-template .text-sm-right {
    text-align: right !important
  }

  body.landing-template .text-sm-center {
    text-align: center !important
  }
}

@media (min-width:768px) {
  body.landing-template .text-md-left {
    text-align: left !important
  }

  body.landing-template .text-md-right {
    text-align: right !important
  }

  body.landing-template .text-md-center {
    text-align: center !important
  }
}

@media (min-width:992px) {
  body.landing-template .text-lg-left {
    text-align: left !important
  }

  body.landing-template .text-lg-right {
    text-align: right !important
  }

  body.landing-template .text-lg-center {
    text-align: center !important
  }
}

@media (min-width:1200px) {
  body.landing-template .text-xl-left {
    text-align: left !important
  }

  body.landing-template .text-xl-right {
    text-align: right !important
  }

  body.landing-template .text-xl-center {
    text-align: center !important
  }
}

body.landing-template .text-lowercase {
  text-transform: lowercase !important
}

body.landing-template .text-uppercase {
  text-transform: uppercase !important
}

body.landing-template .text-capitalize {
  text-transform: capitalize !important
}

body.landing-template .font-weight-light {
  font-weight: 300 !important
}

body.landing-template .font-weight-lighter {
  font-weight: lighter !important
}

body.landing-template .font-weight-normal {
  font-weight: 400 !important
}

body.landing-template .font-weight-bold {
  font-weight: 700 !important
}

body.landing-template .font-weight-bolder {
  font-weight: bolder !important
}

body.landing-template .font-italic {
  font-style: italic !important
}

body.landing-template .text-white {
  color: #fff !important
}

body.landing-template .text-primary {
  color: #007bff !important
}

body.landing-template a.text-primary:focus,
body.landing-template a.text-primary:hover {
  color: #0056b3 !important
}

body.landing-template .text-secondary {
  color: #6c757d !important
}

body.landing-template a.text-secondary:focus,
body.landing-template a.text-secondary:hover {
  color: #494f54 !important
}

body.landing-template .text-success {
  color: #28a745 !important
}

body.landing-template a.text-success:focus,
body.landing-template a.text-success:hover {
  color: #19692c !important
}

body.landing-template .text-info {
  color: #17a2b8 !important
}

body.landing-template a.text-info:focus,
body.landing-template a.text-info:hover {
  color: #0f6674 !important
}

body.landing-template .text-warning {
  color: #ffc107 !important
}

body.landing-template a.text-warning:focus,
body.landing-template a.text-warning:hover {
  color: #ba8b00 !important
}

body.landing-template .text-danger {
  color: #dc3545 !important
}

body.landing-template a.text-danger:focus,
body.landing-template a.text-danger:hover {
  color: #a71d2a !important
}

body.landing-template .text-light {
  color: #f8f9fa !important
}

body.landing-template a.text-light:focus,
body.landing-template a.text-light:hover {
  color: #cbd3da !important
}

body.landing-template .text-dark {
  color: #343a40 !important
}

body.landing-template a.text-dark:focus,
body.landing-template a.text-dark:hover {
  color: #121416 !important
}

body.landing-template .text-body {
  color: #212529 !important
}

body.landing-template .text-muted {
  color: #6c757d !important
}

body.landing-template .text-black-50 {
  color: rgba(0, 0, 0, .5) !important
}

body.landing-template .text-white-50 {
  color: rgba(255, 255, 255, .5) !important
}

body.landing-template .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0
}

body.landing-template .text-decoration-none {
  text-decoration: none !important
}

body.landing-template .text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important
}

body.landing-template .text-reset {
  color: inherit !important
}

body.landing-template .visible {
  visibility: visible !important
}

body.landing-template .invisible {
  visibility: hidden !important
}

@media print {

  body.landing-template *,
  body.landing-template::after,
  body.landing-template::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  body.landing-template a:not(.btn) {
    text-decoration: underline
  }

  body.landing-template abbr[title]::after {
    content: " (" attr(title) ")"
  }

  body.landing-template pre {
    white-space: pre-wrap !important
  }

  body.landing-template blockquote,
  body.landing-template pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  body.landing-template thead {
    display: table-header-group
  }

  body.landing-template img,
  body.landing-template tr {
    page-break-inside: avoid
  }

  body.landing-template h2,
  body.landing-template h3,
  body.landing-template p {
    orphans: 3;
    widows: 3
  }

  body.landing-template h2,
  body.landing-template h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body.landing-template {
    min-width: 992px !important
  }

  body.landing-template .container {
    min-width: 992px !important
  }

  body.landing-template .navbar {
    display: none
  }

  body.landing-template .badge {
    border: 1px solid #000
  }

  body.landing-template .table {
    border-collapse: collapse !important
  }

  body.landing-template .table td,
  body.landing-template .table th {
    background-color: #fff !important
  }

  body.landing-template .table-bordered td,
  body.landing-template .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  body.landing-template .table-dark {
    color: inherit
  }

  body.landing-template .table-dark tbody+tbody,
  body.landing-template .table-dark td,
  body.landing-template .table-dark th,
  body.landing-template .table-dark thead th {
    border-color: #dee2e6
  }

  body.landing-template .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

@font-face {
  font-family: 'unicons';
  src: url('/assets/font/unicons.eot?42479262');
  src: url('/assets/font/unicons.eot?42479262#iefix') format('embedded-opentype'), url('/assets/font/unicons.woff2?42479262') format('woff2'), url('/assets/font/unicons.woff?42479262') format('woff'), url('/assets/font/unicons.ttf?42479262') format('truetype'), url('/assets/font/unicons.svg?42479262#unicons') format('svg');
  font-weight: normal;
  font-style: normal
}

body.landing-template [class^="uil-"]:before,
body.landing-template [class*=" uil-"]:before {
  font-family: "unicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body.landing-template .uil-abacus:before {
  content: '\e800'
}

body.landing-template .uil-accessible-icon-alt:before {
  content: '\e801'
}

body.landing-template .uil-adjust-alt:before {
  content: '\e802'
}

body.landing-template .uil-adjust-circle:before {
  content: '\e803'
}

body.landing-template .uil-adjust-half:before {
  content: '\e804'
}

body.landing-template .uil-adjust:before {
  content: '\e805'
}

body.landing-template .uil-airplay:before {
  content: '\e806'
}

body.landing-template .uil-align-alt:before {
  content: '\e807'
}

body.landing-template .uil-align-center-alt:before {
  content: '\e808'
}

body.landing-template .uil-align-center-h:before {
  content: '\e809'
}

body.landing-template .uil-align-center-justify:before {
  content: '\e80a'
}

body.landing-template .uil-align-center-v:before {
  content: '\e80b'
}

body.landing-template .uil-align-center:before {
  content: '\e80c'
}

body.landing-template .uil-align-justify:before {
  content: '\e80d'
}

body.landing-template .uil-align-left-justify:before {
  content: '\e80e'
}

body.landing-template .uil-align-left:before {
  content: '\e80f'
}

body.landing-template .uil-align-letter-right:before {
  content: '\e810'
}

body.landing-template .uil-align-right-justify:before {
  content: '\e811'
}

body.landing-template .uil-align-right:before {
  content: '\e812'
}

body.landing-template .uil-align:before {
  content: '\e813'
}

body.landing-template .uil-ambulance:before {
  content: '\e814'
}

body.landing-template .uil-analysis:before {
  content: '\e815'
}

body.landing-template .uil-analytics:before {
  content: '\e816'
}

body.landing-template .uil-anchor:before {
  content: '\e817'
}

body.landing-template .uil-android-phone-slash:before {
  content: '\e818'
}

body.landing-template .uil-angle-double-down:before {
  content: '\e819'
}

body.landing-template .uil-angle-double-left:before {
  content: '\e81a'
}

body.landing-template .uil-angle-double-right:before {
  content: '\e81b'
}

body.landing-template .uil-angle-double-up:before {
  content: '\e81c'
}

body.landing-template .uil-angle-down:before {
  content: '\e81d'
}

body.landing-template .uil-angle-left:before {
  content: '\e81e'
}

body.landing-template .uil-angle-right-b:before {
  content: '\e81f'
}

body.landing-template .uil-angle-right:before {
  content: '\e820'
}

body.landing-template .uil-angle-up:before {
  content: '\e821'
}

body.landing-template .uil-annoyed-alt:before {
  content: '\e822'
}

body.landing-template .uil-annoyed:before {
  content: '\e823'
}

body.landing-template .uil-apps:before {
  content: '\e824'
}

body.landing-template .uil-archive-alt:before {
  content: '\e825'
}

body.landing-template .uil-archive:before {
  content: '\e826'
}

body.landing-template .uil-arrow-break:before {
  content: '\e827'
}

body.landing-template .uil-arrow-circle-down:before {
  content: '\e828'
}

body.landing-template .uil-arrow-circle-left:before {
  content: '\e829'
}

body.landing-template .uil-arrow-circle-right:before {
  content: '\e82a'
}

body.landing-template .uil-arrow-circle-up:before {
  content: '\e82b'
}

body.landing-template .uil-arrow-compress-h:before {
  content: '\e82c'
}

body.landing-template .uil-arrow-down-left:before {
  content: '\e82d'
}

body.landing-template .uil-arrow-down-right:before {
  content: '\e82e'
}

body.landing-template .uil-arrow-down:before {
  content: '\e82f'
}

body.landing-template .uil-arrow-from-right:before {
  content: '\e830'
}

body.landing-template .uil-arrow-from-top:before {
  content: '\e831'
}

body.landing-template .uil-arrow-growth:before {
  content: '\e832'
}

body.landing-template .uil-arrow-left:before {
  content: '\e833'
}

body.landing-template .uil-arrow-random:before {
  content: '\e834'
}

body.landing-template .uil-arrow-resize-diagonal:before {
  content: '\e835'
}

body.landing-template .uil-arrow-right:before {
  content: '\e836'
}

body.landing-template .uil-arrow-to-bottom:before {
  content: '\e837'
}

body.landing-template .uil-arrow-to-right:before {
  content: '\e838'
}

body.landing-template .uil-arrow-up-left:before {
  content: '\e839'
}

body.landing-template .uil-arrow-up-right:before {
  content: '\e83a'
}

body.landing-template .uil-arrow-up:before {
  content: '\e83b'
}

body.landing-template .uil-arrows-h-alt:before {
  content: '\e83c'
}

body.landing-template .uil-arrows-h:before {
  content: '\e83d'
}

body.landing-template .uil-arrows-left-down:before {
  content: '\e83e'
}

body.landing-template .uil-arrows-maximize:before {
  content: '\e83f'
}

body.landing-template .uil-arrows-merge:before {
  content: '\e840'
}

body.landing-template .uil-arrows-resize-h:before {
  content: '\e841'
}

body.landing-template .uil-arrows-resize-v:before {
  content: '\e842'
}

body.landing-template .uil-arrows-resize:before {
  content: '\e843'
}

body.landing-template .uil-arrows-right-down:before {
  content: '\e844'
}

body.landing-template .uil-arrows-shrink-h:before {
  content: '\e845'
}

body.landing-template .uil-arrows-shrink-v:before {
  content: '\e846'
}

body.landing-template .uil-arrows-up-right:before {
  content: '\e847'
}

body.landing-template .uil-arrows-v-alt:before {
  content: '\e848'
}

body.landing-template .uil-arrows-v:before {
  content: '\e849'
}

body.landing-template .uil-at:before {
  content: '\e84a'
}

body.landing-template .uil-atm-card:before {
  content: '\e84b'
}

body.landing-template .uil-atom:before {
  content: '\e84c'
}

body.landing-template .uil-auto-flash:before {
  content: '\e84d'
}

body.landing-template .uil-award-alt:before {
  content: '\e84e'
}

body.landing-template .uil-award:before {
  content: '\e84f'
}

body.landing-template .uil-baby-carriage:before {
  content: '\e850'
}

body.landing-template .uil-backpack:before {
  content: '\e851'
}

body.landing-template .uil-backspace:before {
  content: '\e852'
}

body.landing-template .uil-backward:before {
  content: '\e853'
}

body.landing-template .uil-bag-alt:before {
  content: '\e854'
}

body.landing-template .uil-bag-slash:before {
  content: '\e855'
}

body.landing-template .uil-bag:before {
  content: '\e856'
}

body.landing-template .uil-ball:before {
  content: '\e857'
}

body.landing-template .uil-ban:before {
  content: '\e858'
}

body.landing-template .uil-bars:before {
  content: '\e859'
}

body.landing-template .uil-basketball-hoop:before {
  content: '\e85a'
}

body.landing-template .uil-basketball:before {
  content: '\e85b'
}

body.landing-template .uil-battery-bolt:before {
  content: '\e85c'
}

body.landing-template .uil-battery-empty:before {
  content: '\e85d'
}

body.landing-template .uil-bed-double:before {
  content: '\e85e'
}

body.landing-template .uil-bed:before {
  content: '\e85f'
}

body.landing-template .uil-bell-school:before {
  content: '\e860'
}

body.landing-template .uil-bell-slash:before {
  content: '\e861'
}

body.landing-template .uil-bill:before {
  content: '\e862'
}

body.landing-template .uil-bitcoin-circle:before {
  content: '\e863'
}

body.landing-template .uil-bitcoin:before {
  content: '\e864'
}

body.landing-template .uil-bluetooth-b:before {
  content: '\e865'
}

body.landing-template .uil-bolt-alt:before {
  content: '\e866'
}

body.landing-template .uil-bolt-slash:before {
  content: '\e867'
}

body.landing-template .uil-bolt:before {
  content: '\e868'
}

body.landing-template .uil-book-alt:before {
  content: '\e869'
}

body.landing-template .uil-book-medical:before {
  content: '\e86a'
}

body.landing-template .uil-book-open:before {
  content: '\e86b'
}

body.landing-template .uil-book-reader:before {
  content: '\e86c'
}

body.landing-template .uil-book:before {
  content: '\e86d'
}

body.landing-template .uil-bookmark-full:before {
  content: '\e86e'
}

body.landing-template .uil-bookmark:before {
  content: '\e86f'
}

body.landing-template .uil-books:before {
  content: '\e870'
}

body.landing-template .uil-boombox:before {
  content: '\e871'
}

body.landing-template .uil-border-alt:before {
  content: '\e872'
}

body.landing-template .uil-border-bottom:before {
  content: '\e873'
}

body.landing-template .uil-border-clear:before {
  content: '\e874'
}

body.landing-template .uil-border-horizontal:before {
  content: '\e875'
}

body.landing-template .uil-border-inner:before {
  content: '\e876'
}

body.landing-template .uil-border-left:before {
  content: '\e877'
}

body.landing-template .uil-border-out:before {
  content: '\e878'
}

body.landing-template .uil-border-right:before {
  content: '\e879'
}

body.landing-template .uil-border-top:before {
  content: '\e87a'
}

body.landing-template .uil-border-vertical:before {
  content: '\e87b'
}

body.landing-template .uil-box:before {
  content: '\e87c'
}

body.landing-template .uil-briefcase-alt:before {
  content: '\e87d'
}

body.landing-template .uil-briefcase:before {
  content: '\e87e'
}

body.landing-template .uil-bright:before {
  content: '\e87f'
}

body.landing-template .uil-brightness-empty:before {
  content: '\e880'
}

body.landing-template .uil-brightness-half:before {
  content: '\e881'
}

body.landing-template .uil-brightness-low:before {
  content: '\e882'
}

body.landing-template .uil-brightness-minus:before {
  content: '\e883'
}

body.landing-template .uil-brightness-plus:before {
  content: '\e884'
}

body.landing-template .uil-brightness:before {
  content: '\e885'
}

body.landing-template .uil-bring-bottom:before {
  content: '\e886'
}

body.landing-template .uil-bring-front:before {
  content: '\e887'
}

body.landing-template .uil-brush-alt:before {
  content: '\e888'
}

body.landing-template .uil-bug:before {
  content: '\e889'
}

body.landing-template .uil-building:before {
  content: '\e88a'
}

body.landing-template .uil-bullseye:before {
  content: '\e88b'
}

body.landing-template .uil-bus-alt:before {
  content: '\e88c'
}

body.landing-template .uil-bus-school:before {
  content: '\e88d'
}

body.landing-template .uil-bus:before {
  content: '\e88e'
}

body.landing-template .uil-calcualtor:before {
  content: '\e88f'
}

body.landing-template .uil-calculator-alt:before {
  content: '\e890'
}

body.landing-template .uil-calendar-alt:before {
  content: '\e891'
}

body.landing-template .uil-calendar-slash:before {
  content: '\e892'
}

body.landing-template .uil-calender:before {
  content: '\e893'
}

body.landing-template .uil-calling:before {
  content: '\e894'
}

body.landing-template .uil-camera-plus:before {
  content: '\e895'
}

body.landing-template .uil-camera-slash:before {
  content: '\e896'
}

body.landing-template .uil-camera:before {
  content: '\e897'
}

body.landing-template .uil-cancel:before {
  content: '\e898'
}

body.landing-template .uil-capsule:before {
  content: '\e899'
}

body.landing-template .uil-capture:before {
  content: '\e89a'
}

body.landing-template .uil-car-sideview:before {
  content: '\e89b'
}

body.landing-template .uil-car-slash:before {
  content: '\e89c'
}

body.landing-template .uil-car-wash:before {
  content: '\e89d'
}

body.landing-template .uil-car:before {
  content: '\e89e'
}

body.landing-template .uil-card-atm:before {
  content: '\e89f'
}

body.landing-template .uil-caret-right:before {
  content: '\e8a0'
}

body.landing-template .uil-cart:before {
  content: '\e8a1'
}

body.landing-template .uil-cell:before {
  content: '\e8a2'
}

body.landing-template .uil-celsius:before {
  content: '\e8a3'
}

body.landing-template .uil-chart-bar-alt:before {
  content: '\e8a4'
}

body.landing-template .uil-chart-bar:before {
  content: '\e8a5'
}

body.landing-template .uil-chart-down:before {
  content: '\e8a6'
}

body.landing-template .uil-chart-growth-alt:before {
  content: '\e8a7'
}

body.landing-template .uil-chart-growth:before {
  content: '\e8a8'
}

body.landing-template .uil-chart-line:before {
  content: '\e8a9'
}

body.landing-template .uil-chart-pie-alt:before {
  content: '\e8aa'
}

body.landing-template .uil-chart-pie:before {
  content: '\e8ab'
}

body.landing-template .uil-chart:before {
  content: '\e8ac'
}

body.landing-template .uil-chat-bubble-user:before {
  content: '\e8ad'
}

body.landing-template .uil-chat-info:before {
  content: '\e8ae'
}

body.landing-template .uil-chat:before {
  content: '\e8af'
}

body.landing-template .uil-check-circle:before {
  content: '\e8b0'
}

body.landing-template .uil-check-square:before {
  content: '\e8b1'
}

body.landing-template .uil-check:before {
  content: '\e8b2'
}

body.landing-template .uil-circle-layer:before {
  content: '\e8b3'
}

body.landing-template .uil-circle:before {
  content: '\e8b4'
}

body.landing-template .uil-circuit:before {
  content: '\e8b5'
}

body.landing-template .uil-clapper-board:before {
  content: '\e8b6'
}

body.landing-template .uil-clipboard-alt:before {
  content: '\e8b7'
}

body.landing-template .uil-clipboard-blank:before {
  content: '\e8b8'
}

body.landing-template .uil-clipboard-notes:before {
  content: '\e8b9'
}

body.landing-template .uil-clipboard:before {
  content: '\e8ba'
}

body.landing-template .uil-clock-eight:before {
  content: '\e8bb'
}

body.landing-template .uil-clock-five:before {
  content: '\e8bc'
}

body.landing-template .uil-clock-nine:before {
  content: '\e8bd'
}

body.landing-template .uil-clock-seven:before {
  content: '\e8be'
}

body.landing-template .uil-clock-ten:before {
  content: '\e8bf'
}

body.landing-template .uil-clock-three:before {
  content: '\e8c0'
}

body.landing-template .uil-clock-two:before {
  content: '\e8c1'
}

body.landing-template .uil-clock:before {
  content: '\e8c2'
}

body.landing-template .uil-closed-captioning:before {
  content: '\e8c3'
}

body.landing-template .uil-cloud-block:before {
  content: '\e8c4'
}

body.landing-template .uil-cloud-bookmark:before {
  content: '\e8c5'
}

body.landing-template .uil-cloud-check:before {
  content: '\e8c6'
}

body.landing-template .uil-cloud-computing:before {
  content: '\e8c7'
}

body.landing-template .uil-cloud-data-connection:before {
  content: '\e8c8'
}

body.landing-template .uil-cloud-database-tree:before {
  content: '\e8c9'
}

body.landing-template .uil-cloud-download:before {
  content: '\e8ca'
}

body.landing-template .uil-cloud-drizzle:before {
  content: '\e8cb'
}

body.landing-template .uil-cloud-exclamation:before {
  content: '\e8cc'
}

body.landing-template .uil-cloud-hail:before {
  content: '\e8cd'
}

body.landing-template .uil-cloud-heart:before {
  content: '\e8ce'
}

body.landing-template .uil-cloud-info:before {
  content: '\e8cf'
}

body.landing-template .uil-cloud-lock:before {
  content: '\e8d0'
}

body.landing-template .uil-cloud-meatball:before {
  content: '\e8d1'
}

body.landing-template .uil-cloud-moon-hail:before {
  content: '\e8d2'
}

body.landing-template .uil-cloud-moon-meatball:before {
  content: '\e8d3'
}

body.landing-template .uil-cloud-moon-rain:before {
  content: '\e8d4'
}

body.landing-template .uil-cloud-moon-showers:before {
  content: '\e8d5'
}

body.landing-template .uil-cloud-moon:before {
  content: '\e8d6'
}

body.landing-template .uil-cloud-question:before {
  content: '\e8d7'
}

body.landing-template .uil-cloud-rain-sun:before {
  content: '\e8d8'
}

body.landing-template .uil-cloud-rain:before {
  content: '\e8d9'
}

body.landing-template .uil-cloud-redo:before {
  content: '\e8da'
}

body.landing-template .uil-cloud-set:before {
  content: '\e8db'
}

body.landing-template .uil-cloud-share:before {
  content: '\e8dc'
}

body.landing-template .uil-cloud-shield:before {
  content: '\e8dd'
}

body.landing-template .uil-cloud-showers-alt:before {
  content: '\e8de'
}

body.landing-template .uil-cloud-showers-heavy:before {
  content: '\e8df'
}

body.landing-template .uil-cloud-showers:before {
  content: '\e8e0'
}

body.landing-template .uil-cloud-slash:before {
  content: '\e8e1'
}

body.landing-template .uil-cloud-sun-hail:before {
  content: '\e8e2'
}

body.landing-template .uil-cloud-sun-meatball:before {
  content: '\e8e3'
}

body.landing-template .uil-cloud-sun-rain-alt:before {
  content: '\e8e4'
}

body.landing-template .uil-cloud-sun-rain:before {
  content: '\e8e5'
}

body.landing-template .uil-cloud-sun-tear:before {
  content: '\e8e6'
}

body.landing-template .uil-cloud-sun:before {
  content: '\e8e7'
}

body.landing-template .uil-cloud-times:before {
  content: '\e8e8'
}

body.landing-template .uil-cloud-unlock:before {
  content: '\e8e9'
}

body.landing-template .uil-cloud-upload:before {
  content: '\e8ea'
}

body.landing-template .uil-cloud-wifi:before {
  content: '\e8eb'
}

body.landing-template .uil-cloud-wind:before {
  content: '\e8ec'
}

body.landing-template .uil-cloud:before {
  content: '\e8ed'
}

body.landing-template .uil-clouds:before {
  content: '\e8ee'
}

body.landing-template .uil-club:before {
  content: '\e8ef'
}

body.landing-template .uil-code:before {
  content: '\e8f0'
}

body.landing-template .uil-coffee:before {
  content: '\e8f1'
}

body.landing-template .uil-cog:before {
  content: '\e8f2'
}

body.landing-template .uil-coins:before {
  content: '\e8f3'
}

body.landing-template .uil-columns:before {
  content: '\e8f4'
}

body.landing-template .uil-comment-alt-block:before {
  content: '\e8f5'
}

body.landing-template .uil-comment-alt-chart-lines:before {
  content: '\e8f6'
}

body.landing-template .uil-comment-alt-check:before {
  content: '\e8f7'
}

body.landing-template .uil-comment-alt-dots:before {
  content: '\e8f8'
}

body.landing-template .uil-comment-alt-download:before {
  content: '\e8f9'
}

body.landing-template .uil-comment-alt-edit:before {
  content: '\e8fa'
}

body.landing-template .uil-comment-alt-exclamation:before {
  content: '\e8fb'
}

body.landing-template .uil-comment-alt-heart:before {
  content: '\e8fc'
}

body.landing-template .uil-comment-alt-image:before {
  content: '\e8fd'
}

body.landing-template .uil-comment-alt-info:before {
  content: '\e8fe'
}

body.landing-template .uil-comment-alt-lines:before {
  content: '\e8ff'
}

body.landing-template .uil-comment-alt-lock:before {
  content: '\e900'
}

body.landing-template .uil-comment-alt-medical:before {
  content: '\e901'
}

body.landing-template .uil-comment-alt-message:before {
  content: '\e902'
}

body.landing-template .uil-comment-alt-notes:before {
  content: '\e903'
}

body.landing-template .uil-comment-alt-plus:before {
  content: '\e904'
}

body.landing-template .uil-comment-alt-question:before {
  content: '\e905'
}

body.landing-template .uil-comment-alt-redo:before {
  content: '\e906'
}

body.landing-template .uil-comment-alt-search:before {
  content: '\e907'
}

body.landing-template .uil-comment-alt-share:before {
  content: '\e908'
}

body.landing-template .uil-comment-alt-shield:before {
  content: '\e909'
}

body.landing-template .uil-comment-alt-upload:before {
  content: '\e90a'
}

body.landing-template .uil-comment-alt-verify:before {
  content: '\e90b'
}

body.landing-template .uil-comment-alt:before {
  content: '\e90c'
}

body.landing-template .uil-comment-block:before {
  content: '\e90d'
}

body.landing-template .uil-comment-chart-line:before {
  content: '\e90e'
}

body.landing-template .uil-comment-check:before {
  content: '\e90f'
}

body.landing-template .uil-comment-dots:before {
  content: '\e910'
}

body.landing-template .uil-comment-download:before {
  content: '\e911'
}

body.landing-template .uil-comment-edit:before {
  content: '\e912'
}

body.landing-template .uil-comment-exclamation:before {
  content: '\e913'
}

body.landing-template .uil-comment-heart:before {
  content: '\e914'
}

body.landing-template .uil-comment-image:before {
  content: '\e915'
}

body.landing-template .uil-comment-info-alt:before {
  content: '\e916'
}

body.landing-template .uil-comment-info:before {
  content: '\e917'
}

body.landing-template .uil-comment-lines:before {
  content: '\e918'
}

body.landing-template .uil-comment-lock:before {
  content: '\e919'
}

body.landing-template .uil-comment-medical:before {
  content: '\e91a'
}

body.landing-template .uil-comment-message:before {
  content: '\e91b'
}

body.landing-template .uil-comment-notes:before {
  content: '\e91c'
}

body.landing-template .uil-comment-plus:before {
  content: '\e91d'
}

body.landing-template .uil-comment-question:before {
  content: '\e91e'
}

body.landing-template .uil-comment-redo:before {
  content: '\e91f'
}

body.landing-template .uil-comment-search:before {
  content: '\e920'
}

body.landing-template .uil-comment-share:before {
  content: '\e921'
}

body.landing-template .uil-comment-shield:before {
  content: '\e922'
}

body.landing-template .uil-comment-slash:before {
  content: '\e923'
}

body.landing-template .uil-comment-upload:before {
  content: '\e924'
}

body.landing-template .uil-comment-verify:before {
  content: '\e925'
}

body.landing-template .uil-comment:before {
  content: '\e926'
}

body.landing-template .uil-comments-alt:before {
  content: '\e927'
}

body.landing-template .uil-comments:before {
  content: '\e928'
}

body.landing-template .uil-commnet-alt-slash:before {
  content: '\e929'
}

body.landing-template .uil-compact-disc:before {
  content: '\e92a'
}

body.landing-template .uil-compass:before {
  content: '\e92b'
}

body.landing-template .uil-compress-alt-left:before {
  content: '\e92c'
}

body.landing-template .uil-compress-alt:before {
  content: '\e92d'
}

body.landing-template .uil-compress-arrows:before {
  content: '\e92e'
}

body.landing-template .uil-compress-lines:before {
  content: '\e92f'
}

body.landing-template .uil-compress-point:before {
  content: '\e930'
}

body.landing-template .uil-compress-v:before {
  content: '\e931'
}

body.landing-template .uil-compress:before {
  content: '\e932'
}

body.landing-template .uil-computer-mouse:before {
  content: '\e933'
}

body.landing-template .uil-confused:before {
  content: '\e934'
}

body.landing-template .uil-constructor:before {
  content: '\e935'
}

body.landing-template .uil-copy-alt:before {
  content: '\e936'
}

body.landing-template .uil-copy-landscape:before {
  content: '\e937'
}

body.landing-template .uil-copy:before {
  content: '\e938'
}

body.landing-template .uil-copyright:before {
  content: '\e939'
}

body.landing-template .uil-corner-down-left:before {
  content: '\e93a'
}

body.landing-template .uil-corner-down-right-alt:before {
  content: '\e93b'
}

body.landing-template .uil-corner-down-right:before {
  content: '\e93c'
}

body.landing-template .uil-corner-left-down:before {
  content: '\e93d'
}

body.landing-template .uil-corner-right-down:before {
  content: '\e93e'
}

body.landing-template .uil-corner-up-left-alt:before {
  content: '\e93f'
}

body.landing-template .uil-corner-up-left:before {
  content: '\e940'
}

body.landing-template .uil-corner-up-right-alt:before {
  content: '\e941'
}

body.landing-template .uil-corner-up-right:before {
  content: '\e942'
}

body.landing-template .uil-creative-commons-pd-alt:before {
  content: '\e943'
}

body.landing-template .uil-creative-commons-pd:before {
  content: '\e944'
}

body.landing-template .uil-crockery:before {
  content: '\e945'
}

body.landing-template .uil-crop-alt-rotate-left:before {
  content: '\e946'
}

body.landing-template .uil-crop-alt-rotate-right:before {
  content: '\e947'
}

body.landing-template .uil-crop-alt:before {
  content: '\e948'
}

body.landing-template .uil-crosshair-alt:before {
  content: '\e949'
}

body.landing-template .uil-crosshair:before {
  content: '\e94a'
}

body.landing-template .uil-crosshairs:before {
  content: '\e94b'
}

body.landing-template .uil-cube:before {
  content: '\e94c'
}

body.landing-template .uil-data-sharing:before {
  content: '\e94d'
}

body.landing-template .uil-database-alt:before {
  content: '\e94e'
}

body.landing-template .uil-database:before {
  content: '\e94f'
}

body.landing-template .uil-desert:before {
  content: '\e950'
}

body.landing-template .uil-desktop-alt-slash:before {
  content: '\e951'
}

body.landing-template .uil-desktop-alt:before {
  content: '\e952'
}

body.landing-template .uil-desktop-cloud-alt:before {
  content: '\e953'
}

body.landing-template .uil-desktop-slash:before {
  content: '\e954'
}

body.landing-template .uil-desktop:before {
  content: '\e955'
}

body.landing-template .uil-dialpad-alt:before {
  content: '\e956'
}

body.landing-template .uil-dialpad:before {
  content: '\e957'
}

body.landing-template .uil-diamond:before {
  content: '\e958'
}

body.landing-template .uil-diary-alt:before {
  content: '\e959'
}

body.landing-template .uil-diary:before {
  content: '\e95a'
}

body.landing-template .uil-dice-five:before {
  content: '\e95b'
}

body.landing-template .uil-dice-four:before {
  content: '\e95c'
}

body.landing-template .uil-dice-one:before {
  content: '\e95d'
}

body.landing-template .uil-dice-six:before {
  content: '\e95e'
}

body.landing-template .uil-dice-three:before {
  content: '\e95f'
}

body.landing-template .uil-dice-two:before {
  content: '\e960'
}

body.landing-template .uil-direction:before {
  content: '\e961'
}

body.landing-template .uil-directions:before {
  content: '\e962'
}

body.landing-template .uil-dizzy-meh:before {
  content: '\e963'
}

body.landing-template .uil-dna:before {
  content: '\e964'
}

body.landing-template .uil-document-layout-center:before {
  content: '\e965'
}

body.landing-template .uil-document-layout-left:before {
  content: '\e966'
}

body.landing-template .uil-document-layout-right:before {
  content: '\e967'
}

body.landing-template .uil-document:before {
  content: '\e968'
}

body.landing-template .uil-dollar-alt:before {
  content: '\e969'
}

body.landing-template .uil-dollar-sign-alt:before {
  content: '\e96a'
}

body.landing-template .uil-dollar-sign:before {
  content: '\e96b'
}

body.landing-template .uil-down-arrow:before {
  content: '\e96c'
}

body.landing-template .uil-download-alt:before {
  content: '\e96d'
}

body.landing-template .uil-dribbble:before {
  content: '\e96e'
}

body.landing-template .uil-drill:before {
  content: '\e96f'
}

body.landing-template .uil-dropbox:before {
  content: '\e970'
}

body.landing-template .uil-dumbbell:before {
  content: '\e971'
}

body.landing-template .uil-edit-alt:before {
  content: '\e972'
}

body.landing-template .uil-edit:before {
  content: '\e973'
}

body.landing-template .uil-ellipsis-h:before {
  content: '\e974'
}

body.landing-template .uil-ellipsis-v:before {
  content: '\e975'
}

body.landing-template .uil-emoji:before {
  content: '\e976'
}

body.landing-template .uil-enter:before {
  content: '\e977'
}

body.landing-template .uil-entry:before {
  content: '\e978'
}

body.landing-template .uil-envelope-add:before {
  content: '\e979'
}

body.landing-template .uil-envelope-alt:before {
  content: '\e97a'
}

body.landing-template .uil-envelope-block:before {
  content: '\e97b'
}

body.landing-template .uil-envelope-bookmark:before {
  content: '\e97c'
}

body.landing-template .uil-envelope-check:before {
  content: '\e97d'
}

body.landing-template .uil-envelope-download-alt:before {
  content: '\e97e'
}

body.landing-template .uil-envelope-download:before {
  content: '\e97f'
}

body.landing-template .uil-envelope-edit:before {
  content: '\e980'
}

body.landing-template .uil-envelope-exclamation:before {
  content: '\e981'
}

body.landing-template .uil-envelope-heart:before {
  content: '\e982'
}

body.landing-template .uil-envelope-info:before {
  content: '\e983'
}

body.landing-template .uil-envelope-lock:before {
  content: '\e984'
}

body.landing-template .uil-envelope-minus:before {
  content: '\e985'
}

body.landing-template .uil-envelope-open:before {
  content: '\e986'
}

body.landing-template .uil-envelope-question:before {
  content: '\e987'
}

body.landing-template .uil-envelope-receive:before {
  content: '\e988'
}

body.landing-template .uil-envelope-redo:before {
  content: '\e989'
}

body.landing-template .uil-envelope-search:before {
  content: '\e98a'
}

body.landing-template .uil-envelope-send:before {
  content: '\e98b'
}

body.landing-template .uil-envelope-share:before {
  content: '\e98c'
}

body.landing-template .uil-envelope-shield:before {
  content: '\e98d'
}

body.landing-template .uil-envelope-star:before {
  content: '\e98e'
}

body.landing-template .uil-envelope-times:before {
  content: '\e98f'
}

body.landing-template .uil-envelope-upload-alt:before {
  content: '\e990'
}

body.landing-template .uil-envelope-upload:before {
  content: '\e991'
}

body.landing-template .uil-envelope:before {
  content: '\e992'
}

body.landing-template .uil-envelopes:before {
  content: '\e993'
}

body.landing-template .uil-equal-circle:before {
  content: '\e994'
}

body.landing-template .uil-euro-circle:before {
  content: '\e995'
}

body.landing-template .uil-euro:before {
  content: '\e996'
}

body.landing-template .uil-exchange-alt:before {
  content: '\e997'
}

body.landing-template .uil-exchange:before {
  content: '\e998'
}

body.landing-template .uil-exclamation-circle:before {
  content: '\e999'
}

body.landing-template .uil-exclamation-octagon:before {
  content: '\e99a'
}

body.landing-template .uil-exclamation-triangle:before {
  content: '\e99b'
}

body.landing-template .uil-exclude:before {
  content: '\e99c'
}

body.landing-template .uil-exit:before {
  content: '\e99d'
}

body.landing-template .uil-expand-alt:before {
  content: '\e99e'
}

body.landing-template .uil-expand-arrows-alt:before {
  content: '\e99f'
}

body.landing-template .uil-expand-arrows:before {
  content: '\e9a0'
}

body.landing-template .uil-expand-from-corner:before {
  content: '\e9a1'
}

body.landing-template .uil-expand-left:before {
  content: '\e9a2'
}

body.landing-template .uil-export:before {
  content: '\e9a3'
}

body.landing-template .uil-exposure-alt:before {
  content: '\e9a4'
}

body.landing-template .uil-exposure-increase:before {
  content: '\e9a5'
}

body.landing-template .uil-external-link-alt:before {
  content: '\e9a6'
}

body.landing-template .uil-eye-slash:before {
  content: '\e9a7'
}

body.landing-template .uil-eye:before {
  content: '\e9a8'
}

body.landing-template .uil-facebook:before {
  content: '\e9a9'
}

body.landing-template .uil-fahrenheit:before {
  content: '\e9aa'
}

body.landing-template .uil-fast-mail-alt:before {
  content: '\e9ab'
}

body.landing-template .uil-fast-mail:before {
  content: '\e9ac'
}

body.landing-template .uil-favorite:before {
  content: '\e9ad'
}

body.landing-template .uil-feedback:before {
  content: '\e9ae'
}

body.landing-template .uil-file-alt:before {
  content: '\e9af'
}

body.landing-template .uil-file-blank:before {
  content: '\e9b0'
}

body.landing-template .uil-file-block-alt:before {
  content: '\e9b1'
}

body.landing-template .uil-file-bookmark-alt:before {
  content: '\e9b2'
}

body.landing-template .uil-file-check-alt:before {
  content: '\e9b3'
}

body.landing-template .uil-file-check:before {
  content: '\e9b4'
}

body.landing-template .uil-file-contract-dollar:before {
  content: '\e9b5'
}

body.landing-template .uil-file-copy-alt:before {
  content: '\e9b6'
}

body.landing-template .uil-file-download-alt:before {
  content: '\e9b7'
}

body.landing-template .uil-file-download:before {
  content: '\e9b8'
}

body.landing-template .uil-file-edit-alt:before {
  content: '\e9b9'
}

body.landing-template .uil-file-exclamation-alt:before {
  content: '\e9ba'
}

body.landing-template .uil-file-exclamation:before {
  content: '\e9bb'
}

body.landing-template .uil-file-heart:before {
  content: '\e9bc'
}

body.landing-template .uil-file-info-alt:before {
  content: '\e9bd'
}

body.landing-template .uil-file-landscape-alt:before {
  content: '\e9be'
}

body.landing-template .uil-file-landscape:before {
  content: '\e9bf'
}

body.landing-template .uil-file-lanscape-slash:before {
  content: '\e9c0'
}

body.landing-template .uil-file-lock-alt:before {
  content: '\e9c1'
}

body.landing-template .uil-file-medical-alt:before {
  content: '\e9c2'
}

body.landing-template .uil-file-medical:before {
  content: '\e9c3'
}

body.landing-template .uil-file-minus-alt:before {
  content: '\e9c4'
}

body.landing-template .uil-file-minus:before {
  content: '\e9c5'
}

body.landing-template .uil-file-network:before {
  content: '\e9c6'
}

body.landing-template .uil-file-plus-alt:before {
  content: '\e9c7'
}

body.landing-template .uil-file-plus:before {
  content: '\e9c8'
}

body.landing-template .uil-file-question-alt:before {
  content: '\e9c9'
}

body.landing-template .uil-file-question:before {
  content: '\e9ca'
}

body.landing-template .uil-file-redo-alt:before {
  content: '\e9cb'
}

body.landing-template .uil-file-search-alt:before {
  content: '\e9cc'
}

body.landing-template .uil-file-share-alt:before {
  content: '\e9cd'
}

body.landing-template .uil-file-shield-alt:before {
  content: '\e9ce'
}

body.landing-template .uil-file-slash:before {
  content: '\e9cf'
}

body.landing-template .uil-file-times-alt:before {
  content: '\e9d0'
}

body.landing-template .uil-file-times:before {
  content: '\e9d1'
}

body.landing-template .uil-file-upload-alt:before {
  content: '\e9d2'
}

body.landing-template .uil-file-upload:before {
  content: '\e9d3'
}

body.landing-template .uil-file:before {
  content: '\e9d4'
}

body.landing-template .uil-files-landscapes-alt:before {
  content: '\e9d5'
}

body.landing-template .uil-files-landscapes:before {
  content: '\e9d6'
}

body.landing-template .uil-film:before {
  content: '\e9d7'
}

body.landing-template .uil-filter-slash:before {
  content: '\e9d8'
}

body.landing-template .uil-filter:before {
  content: '\e9d9'
}

body.landing-template .uil-flask-potion:before {
  content: '\e9da'
}

body.landing-template .uil-flask:before {
  content: '\e9db'
}

body.landing-template .uil-flip-h-alt:before {
  content: '\e9dc'
}

body.landing-template .uil-flip-h:before {
  content: '\e9dd'
}

body.landing-template .uil-flip-v-alt:before {
  content: '\e9de'
}

body.landing-template .uil-flip-v:before {
  content: '\e9df'
}

body.landing-template .uil-flower:before {
  content: '\e9e0'
}

body.landing-template .uil-focus-add:before {
  content: '\e9e1'
}

body.landing-template .uil-focus-target:before {
  content: '\e9e2'
}

body.landing-template .uil-focus:before {
  content: '\e9e3'
}

body.landing-template .uil-folder-check:before {
  content: '\e9e4'
}

body.landing-template .uil-folder-download:before {
  content: '\e9e5'
}

body.landing-template .uil-folder-exclamation:before {
  content: '\e9e6'
}

body.landing-template .uil-folder-heart:before {
  content: '\e9e7'
}

body.landing-template .uil-folder-info:before {
  content: '\e9e8'
}

body.landing-template .uil-folder-lock:before {
  content: '\e9e9'
}

body.landing-template .uil-folder-medical:before {
  content: '\e9ea'
}

body.landing-template .uil-folder-minus:before {
  content: '\e9eb'
}

body.landing-template .uil-folder-network:before {
  content: '\e9ec'
}

body.landing-template .uil-folder-plus:before {
  content: '\e9ed'
}

body.landing-template .uil-folder-question:before {
  content: '\e9ee'
}

body.landing-template .uil-folder-slash:before {
  content: '\e9ef'
}

body.landing-template .uil-folder-times:before {
  content: '\e9f0'
}

body.landing-template .uil-folder-upload:before {
  content: '\e9f1'
}

body.landing-template .uil-folder:before {
  content: '\e9f2'
}

body.landing-template .uil-food:before {
  content: '\e9f3'
}

body.landing-template .uil-football-american:before {
  content: '\e9f4'
}

body.landing-template .uil-football-ball:before {
  content: '\e9f5'
}

body.landing-template .uil-football:before {
  content: '\e9f6'
}

body.landing-template .uil-forecastcloud-moon-tear:before {
  content: '\e9f7'
}

body.landing-template .uil-forwaded-call:before {
  content: '\e9f8'
}

body.landing-template .uil-forward:before {
  content: '\e9f9'
}

body.landing-template .uil-frown:before {
  content: '\e9fa'
}

body.landing-template .uil-game-structure:before {
  content: '\e9fb'
}

body.landing-template .uil-game:before {
  content: '\e9fc'
}

body.landing-template .uil-gift:before {
  content: '\e9fd'
}

body.landing-template .uil-glass-martini-alt-slash:before {
  content: '\e9fe'
}

body.landing-template .uil-glass-martini-alt:before {
  content: '\e9ff'
}

body.landing-template .uil-glass-martini:before {
  content: '\ea00'
}

body.landing-template .uil-glass-tea:before {
  content: '\ea01'
}

body.landing-template .uil-glass:before {
  content: '\ea02'
}

body.landing-template .uil-globe:before {
  content: '\ea03'
}

body.landing-template .uil-gold:before {
  content: '\ea04'
}

body.landing-template .uil-google-drive:before {
  content: '\ea05'
}

body.landing-template .uil-graduation-hat:before {
  content: '\ea06'
}

body.landing-template .uil-graph-bar:before {
  content: '\ea07'
}

body.landing-template .uil-grid:before {
  content: '\ea08'
}

body.landing-template .uil-grids:before {
  content: '\ea09'
}

body.landing-template .uil-grin-tongue-wink-alt:before {
  content: '\ea0a'
}

body.landing-template .uil-grin-tongue-wink:before {
  content: '\ea0b'
}

body.landing-template .uil-grin:before {
  content: '\ea0c'
}

body.landing-template .uil-grip-horizontal-line:before {
  content: '\ea0d'
}

body.landing-template .uil-hdd:before {
  content: '\ea0e'
}

body.landing-template .uil-headphones-alt:before {
  content: '\ea0f'
}

body.landing-template .uil-headphones:before {
  content: '\ea10'
}

body.landing-template .uil-heart-alt:before {
  content: '\ea11'
}

body.landing-template .uil-heart-medical:before {
  content: '\ea12'
}

body.landing-template .uil-heart-rate:before {
  content: '\ea13'
}

body.landing-template .uil-heart-sign:before {
  content: '\ea14'
}

body.landing-template .uil-heart:before {
  content: '\ea15'
}

body.landing-template .uil-heartbeat:before {
  content: '\ea16'
}

body.landing-template .uil-history-alt:before {
  content: '\ea17'
}

body.landing-template .uil-history:before {
  content: '\ea18'
}

body.landing-template .uil-home-alt:before {
  content: '\ea19'
}

body.landing-template .uil-home:before {
  content: '\ea1a'
}

body.landing-template .uil-horizontal-align-center:before {
  content: '\ea1b'
}

body.landing-template .uil-horizontal-align-left:before {
  content: '\ea1c'
}

body.landing-template .uil-horizontal-align-right:before {
  content: '\ea1d'
}

body.landing-template .uil-horizontal-distribution-center:before {
  content: '\ea1e'
}

body.landing-template .uil-horizontal-distribution-left:before {
  content: '\ea1f'
}

body.landing-template .uil-horizontal-distribution-right:before {
  content: '\ea20'
}

body.landing-template .uil-hunting:before {
  content: '\ea21'
}

body.landing-template .uil-image-alt-slash:before {
  content: '\ea22'
}

body.landing-template .uil-image-block:before {
  content: '\ea23'
}

body.landing-template .uil-image-broken:before {
  content: '\ea24'
}

body.landing-template .uil-image-check:before {
  content: '\ea25'
}

body.landing-template .uil-image-download:before {
  content: '\ea26'
}

body.landing-template .uil-image-edit:before {
  content: '\ea27'
}

body.landing-template .uil-image-lock:before {
  content: '\ea28'
}

body.landing-template .uil-image-minus:before {
  content: '\ea29'
}

body.landing-template .uil-image-plus:before {
  content: '\ea2a'
}

body.landing-template .uil-image-question:before {
  content: '\ea2b'
}

body.landing-template .uil-image-redo:before {
  content: '\ea2c'
}

body.landing-template .uil-image-resize-landscape:before {
  content: '\ea2d'
}

body.landing-template .uil-image-resize-square:before {
  content: '\ea2e'
}

body.landing-template .uil-image-search:before {
  content: '\ea2f'
}

body.landing-template .uil-image-share:before {
  content: '\ea30'
}

body.landing-template .uil-image-shield:before {
  content: '\ea31'
}

body.landing-template .uil-image-slash:before {
  content: '\ea32'
}

body.landing-template .uil-image-times:before {
  content: '\ea33'
}

body.landing-template .uil-image-upload:before {
  content: '\ea34'
}

body.landing-template .uil-image-v:before {
  content: '\ea35'
}

body.landing-template .uil-image:before {
  content: '\ea36'
}

body.landing-template .uil-images:before {
  content: '\ea37'
}

body.landing-template .uil-incoming-call:before {
  content: '\ea38'
}

body.landing-template .uil-info-circle:before {
  content: '\ea39'
}

body.landing-template .uil-instagram:before {
  content: '\ea3a'
}

body.landing-template .uil-invoice:before {
  content: '\ea3b'
}

body.landing-template .uil-jackhammer:before {
  content: '\ea3c'
}

body.landing-template .uil-kayak:before {
  content: '\ea3d'
}

body.landing-template .uil-key-skeleton-alt:before {
  content: '\ea3e'
}

body.landing-template .uil-key-skeleton:before {
  content: '\ea3f'
}

body.landing-template .uil-keyboard-alt:before {
  content: '\ea40'
}

body.landing-template .uil-keyboard-hide:before {
  content: '\ea41'
}

body.landing-template .uil-keyboard-show:before {
  content: '\ea42'
}

body.landing-template .uil-keyboard:before {
  content: '\ea43'
}

body.landing-template .uil-keyhole-circle:before {
  content: '\ea44'
}

body.landing-template .uil-keyhole-square-full:before {
  content: '\ea45'
}

body.landing-template .uil-keyhole-square:before {
  content: '\ea46'
}

body.landing-template .uil-kid:before {
  content: '\ea47'
}

body.landing-template .uil-label-alt:before {
  content: '\ea48'
}

body.landing-template .uil-label:before {
  content: '\ea49'
}

body.landing-template .uil-lamp:before {
  content: '\ea4a'
}

body.landing-template .uil-laptop-cloud:before {
  content: '\ea4b'
}

body.landing-template .uil-laptop:before {
  content: '\ea4c'
}

body.landing-template .uil-laughing:before {
  content: '\ea4d'
}

body.landing-template .uil-layer-group-slash:before {
  content: '\ea4e'
}

body.landing-template .uil-layer-group:before {
  content: '\ea4f'
}

body.landing-template .uil-layers-alt:before {
  content: '\ea50'
}

body.landing-template .uil-layers-slash:before {
  content: '\ea51'
}

body.landing-template .uil-layers:before {
  content: '\ea52'
}

body.landing-template .uil-left-arrow-from-left:before {
  content: '\ea53'
}

body.landing-template .uil-left-arrow-to-left:before {
  content: '\ea54'
}

body.landing-template .uil-left-indent-alt:before {
  content: '\ea55'
}

body.landing-template .uil-left-indent:before {
  content: '\ea56'
}

body.landing-template .uil-life-ring:before {
  content: '\ea57'
}

body.landing-template .uil-lightbulb-alt:before {
  content: '\ea58'
}

body.landing-template .uil-lightbulb:before {
  content: '\ea59'
}

body.landing-template .uil-line-alt:before {
  content: '\ea5a'
}

body.landing-template .uil-line-spacing:before {
  content: '\ea5b'
}

body.landing-template .uil-link-alt:before {
  content: '\ea5c'
}

body.landing-template .uil-link-broken:before {
  content: '\ea5d'
}

body.landing-template .uil-link-h:before {
  content: '\ea5e'
}

body.landing-template .uil-link:before {
  content: '\ea5f'
}

body.landing-template .uil-list-ui-alt:before {
  content: '\ea60'
}

body.landing-template .uil-list-ul:before {
  content: '\ea61'
}

body.landing-template .uil-location-arrow-alt:before {
  content: '\ea62'
}

body.landing-template .uil-location-arrow:before {
  content: '\ea63'
}

body.landing-template .uil-location-pin-alt:before {
  content: '\ea64'
}

body.landing-template .uil-location-point:before {
  content: '\ea65'
}

body.landing-template .uil-location:before {
  content: '\ea66'
}

body.landing-template .uil-lock-access:before {
  content: '\ea67'
}

body.landing-template .uil-lock-alt:before {
  content: '\ea68'
}

body.landing-template .uil-lock-open-alt:before {
  content: '\ea69'
}

body.landing-template .uil-lock-slash:before {
  content: '\ea6a'
}

body.landing-template .uil-lock:before {
  content: '\ea6b'
}

body.landing-template .uil-mailbox-alt:before {
  content: '\ea6c'
}

body.landing-template .uil-mailbox:before {
  content: '\ea6d'
}

body.landing-template .uil-map-marker-alt:before {
  content: '\ea6e'
}

body.landing-template .uil-map-marker-edit:before {
  content: '\ea6f'
}

body.landing-template .uil-map-marker-info:before {
  content: '\ea70'
}

body.landing-template .uil-map-marker-minus:before {
  content: '\ea71'
}

body.landing-template .uil-map-marker-plus:before {
  content: '\ea72'
}

body.landing-template .uil-map-marker-question:before {
  content: '\ea73'
}

body.landing-template .uil-map-marker-shield:before {
  content: '\ea74'
}

body.landing-template .uil-map-marker-slash:before {
  content: '\ea75'
}

body.landing-template .uil-map-marker:before {
  content: '\ea76'
}

body.landing-template .uil-map-pin-alt:before {
  content: '\ea77'
}

body.landing-template .uil-map-pin:before {
  content: '\ea78'
}

body.landing-template .uil-map:before {
  content: '\ea79'
}

body.landing-template .uil-mars:before {
  content: '\ea7a'
}

body.landing-template .uil-maximize-left:before {
  content: '\ea7b'
}

body.landing-template .uil-medal:before {
  content: '\ea7c'
}

body.landing-template .uil-medical-drip:before {
  content: '\ea7d'
}

body.landing-template .uil-medical-square-full:before {
  content: '\ea7e'
}

body.landing-template .uil-medical-square:before {
  content: '\ea7f'
}

body.landing-template .uil-medical:before {
  content: '\ea80'
}

body.landing-template .uil-medkit:before {
  content: '\ea81'
}

body.landing-template .uil-meeting-board:before {
  content: '\ea82'
}

body.landing-template .uil-meh-alt:before {
  content: '\ea83'
}

body.landing-template .uil-meh-closed-eye:before {
  content: '\ea84'
}

body.landing-template .uil-meh:before {
  content: '\ea85'
}

body.landing-template .uil-message:before {
  content: '\ea86'
}

body.landing-template .uil-microphone-slash:before {
  content: '\ea87'
}

body.landing-template .uil-microphone:before {
  content: '\ea88'
}

body.landing-template .uil-minus-circle:before {
  content: '\ea89'
}

body.landing-template .uil-minus-path:before {
  content: '\ea8a'
}

body.landing-template .uil-minus-square-full:before {
  content: '\ea8b'
}

body.landing-template .uil-minus-square:before {
  content: '\ea8c'
}

body.landing-template .uil-minus:before {
  content: '\ea8d'
}

body.landing-template .uil-missed-call:before {
  content: '\ea8e'
}

body.landing-template .uil-mobey-bill-slash:before {
  content: '\ea8f'
}

body.landing-template .uil-mobile-android-alt:before {
  content: '\ea90'
}

body.landing-template .uil-mobile-android:before {
  content: '\ea91'
}

body.landing-template .uil-mobile-vibrate:before {
  content: '\ea92'
}

body.landing-template .uil-modem:before {
  content: '\ea93'
}

body.landing-template .uil-money-bill-stack:before {
  content: '\ea94'
}

body.landing-template .uil-money-bill:before {
  content: '\ea95'
}

body.landing-template .uil-money-insert:before {
  content: '\ea96'
}

body.landing-template .uil-money-stack:before {
  content: '\ea97'
}

body.landing-template .uil-money-withdraw:before {
  content: '\ea98'
}

body.landing-template .uil-money-withdrawal:before {
  content: '\ea99'
}

body.landing-template .uil-moneybag-alt:before {
  content: '\ea9a'
}

body.landing-template .uil-moneybag:before {
  content: '\ea9b'
}

body.landing-template .uil-monitor-heart-rate:before {
  content: '\ea9c'
}

body.landing-template .uil-monitor:before {
  content: '\ea9d'
}

body.landing-template .uil-moon-eclipse:before {
  content: '\ea9e'
}

body.landing-template .uil-moon:before {
  content: '\ea9f'
}

body.landing-template .uil-moonset:before {
  content: '\eaa0'
}

body.landing-template .uil-mountains-sun:before {
  content: '\eaa1'
}

body.landing-template .uil-mountains:before {
  content: '\eaa2'
}

body.landing-template .uil-mouse-alt:before {
  content: '\eaa3'
}

body.landing-template .uil-mouse:before {
  content: '\eaa4'
}

body.landing-template .uil-multiply:before {
  content: '\eaa5'
}

body.landing-template .uil-music-note:before {
  content: '\eaa6'
}

body.landing-template .uil-music-tune-slash:before {
  content: '\eaa7'
}

body.landing-template .uil-music:before {
  content: '\eaa8'
}

body.landing-template .uil-n-a:before {
  content: '\eaa9'
}

body.landing-template .uil-navigator:before {
  content: '\eaaa'
}

body.landing-template .uil-nerd:before {
  content: '\eaab'
}

body.landing-template .uil-newspaper:before {
  content: '\eaac'
}

body.landing-template .uil-ninja:before {
  content: '\eaad'
}

body.landing-template .uil-no-entry:before {
  content: '\eaae'
}

body.landing-template .uil-notebooks:before {
  content: '\eaaf'
}

body.landing-template .uil-notes:before {
  content: '\eab0'
}

body.landing-template .uil-object-group:before {
  content: '\eab1'
}

body.landing-template .uil-object-ungroup:before {
  content: '\eab2'
}

body.landing-template .uil-octagon:before {
  content: '\eab3'
}

body.landing-template .uil-outgoing-call:before {
  content: '\eab4'
}

body.landing-template .uil-package:before {
  content: '\eab5'
}

body.landing-template .uil-padlock:before {
  content: '\eab6'
}

body.landing-template .uil-paint-tool:before {
  content: '\eab7'
}

body.landing-template .uil-panorama-h-alt:before {
  content: '\eab8'
}

body.landing-template .uil-panorama-h:before {
  content: '\eab9'
}

body.landing-template .uil-panorama-v:before {
  content: '\eaba'
}

body.landing-template .uil-paperclip:before {
  content: '\eabb'
}

body.landing-template .uil-paragraph:before {
  content: '\eabc'
}

body.landing-template .uil-parcel:before {
  content: '\eabd'
}

body.landing-template .uil-parking-square:before {
  content: '\eabe'
}

body.landing-template .uil-pathfinder-unite:before {
  content: '\eabf'
}

body.landing-template .uil-pathfinder:before {
  content: '\eac0'
}

body.landing-template .uil-pause-circle:before {
  content: '\eac1'
}

body.landing-template .uil-pause:before {
  content: '\eac2'
}

body.landing-template .uil-pen:before {
  content: '\eac3'
}

body.landing-template .uil-pentagon:before {
  content: '\eac4'
}

body.landing-template .uil-phone-alt:before {
  content: '\eac5'
}

body.landing-template .uil-phone-pause:before {
  content: '\eac6'
}

body.landing-template .uil-phone-slash:before {
  content: '\eac7'
}

body.landing-template .uil-phone-times:before {
  content: '\eac8'
}

body.landing-template .uil-phone-volume:before {
  content: '\eac9'
}

body.landing-template .uil-phone:before {
  content: '\eaca'
}

body.landing-template .uil-picture:before {
  content: '\eacb'
}

body.landing-template .uil-plane-arrival:before {
  content: '\eacc'
}

body.landing-template .uil-plane-departure:before {
  content: '\eacd'
}

body.landing-template .uil-plane-fly:before {
  content: '\eace'
}

body.landing-template .uil-plane:before {
  content: '\eacf'
}

body.landing-template .uil-play-circle:before {
  content: '\ead0'
}

body.landing-template .uil-play:before {
  content: '\ead1'
}

body.landing-template .uil-plug:before {
  content: '\ead2'
}

body.landing-template .uil-plus-circle:before {
  content: '\ead3'
}

body.landing-template .uil-plus-square:before {
  content: '\ead4'
}

body.landing-template .uil-plus:before {
  content: '\ead5'
}

body.landing-template .uil-podium:before {
  content: '\ead6'
}

body.landing-template .uil-polygon:before {
  content: '\ead7'
}

body.landing-template .uil-post-stamp:before {
  content: '\ead8'
}

body.landing-template .uil-postcard:before {
  content: '\ead9'
}

body.landing-template .uil-pound-circle:before {
  content: '\eada'
}

body.landing-template .uil-pound:before {
  content: '\eadb'
}

body.landing-template .uil-power:before {
  content: '\eadc'
}

body.landing-template .uil-prescription-bottle:before {
  content: '\eadd'
}

body.landing-template .uil-presentation-check:before {
  content: '\eade'
}

body.landing-template .uil-presentation-edit:before {
  content: '\eadf'
}

body.landing-template .uil-presentation-line:before {
  content: '\eae0'
}

body.landing-template .uil-presentation-lines-alt:before {
  content: '\eae1'
}

body.landing-template .uil-presentation-minus:before {
  content: '\eae2'
}

body.landing-template .uil-presentation-play:before {
  content: '\eae3'
}

body.landing-template .uil-presentation-plus:before {
  content: '\eae4'
}

body.landing-template .uil-presentation-times:before {
  content: '\eae5'
}

body.landing-template .uil-presentation:before {
  content: '\eae6'
}

body.landing-template .uil-previous:before {
  content: '\eae7'
}

body.landing-template .uil-pricetag-alt:before {
  content: '\eae8'
}

body.landing-template .uil-print-slash:before {
  content: '\eae9'
}

body.landing-template .uil-print:before {
  content: '\eaea'
}

body.landing-template .uil-processor:before {
  content: '\eaeb'
}

body.landing-template .uil-pump:before {
  content: '\eaec'
}

body.landing-template .uil-puzzle-piece:before {
  content: '\eaed'
}

body.landing-template .uil-question-circle:before {
  content: '\eaee'
}

body.landing-template .uil-rainbow:before {
  content: '\eaef'
}

body.landing-template .uil-raindrops-alt:before {
  content: '\eaf0'
}

body.landing-template .uil-raindrops:before {
  content: '\eaf1'
}

body.landing-template .uil-receipt-alt:before {
  content: '\eaf2'
}

body.landing-template .uil-receipt:before {
  content: '\eaf3'
}

body.landing-template .uil-record-audio:before {
  content: '\eaf4'
}

body.landing-template .uil-redo:before {
  content: '\eaf5'
}

body.landing-template .uil-refresh:before {
  content: '\eaf6'
}

body.landing-template .uil-registered:before {
  content: '\eaf7'
}

body.landing-template .uil-repeat:before {
  content: '\eaf8'
}

body.landing-template .uil-restaurant:before {
  content: '\eaf9'
}

body.landing-template .uil-right-indent-alt:before {
  content: '\eafa'
}

body.landing-template .uil-rope-way:before {
  content: '\eafb'
}

body.landing-template .uil-rotate-360:before {
  content: '\eafc'
}

body.landing-template .uil-rss-alt:before {
  content: '\eafd'
}

body.landing-template .uil-rss-interface:before {
  content: '\eafe'
}

body.landing-template .uil-rss:before {
  content: '\eaff'
}

body.landing-template .uil-ruler-combined:before {
  content: '\eb00'
}

body.landing-template .uil-ruler:before {
  content: '\eb01'
}

body.landing-template .uil-sad-cry:before {
  content: '\eb02'
}

body.landing-template .uil-sad-crying:before {
  content: '\eb03'
}

body.landing-template .uil-sad-dizzy:before {
  content: '\eb04'
}

body.landing-template .uil-sad-squint:before {
  content: '\eb05'
}

body.landing-template .uil-sad:before {
  content: '\eb06'
}

body.landing-template .uil-scaling-left:before {
  content: '\eb07'
}

body.landing-template .uil-scaling-right:before {
  content: '\eb08'
}

body.landing-template .uil-scenery:before {
  content: '\eb09'
}

body.landing-template .uil-schedule:before {
  content: '\eb0a'
}

body.landing-template .uil-science:before {
  content: '\eb0b'
}

body.landing-template .uil-screw:before {
  content: '\eb0c'
}

body.landing-template .uil-scroll-h:before {
  content: '\eb0d'
}

body.landing-template .uil-scroll:before {
  content: '\eb0e'
}

body.landing-template .uil-search-alt:before {
  content: '\eb0f'
}

body.landing-template .uil-search-minus:before {
  content: '\eb10'
}

body.landing-template .uil-search-plus:before {
  content: '\eb11'
}

body.landing-template .uil-search:before {
  content: '\eb12'
}

body.landing-template .uil-server-alt:before {
  content: '\eb13'
}

body.landing-template .uil-server-connection:before {
  content: '\eb14'
}

body.landing-template .uil-server-network-alt:before {
  content: '\eb15'
}

body.landing-template .uil-server-network:before {
  content: '\eb16'
}

body.landing-template .uil-server:before {
  content: '\eb17'
}

body.landing-template .uil-servers:before {
  content: '\eb18'
}

body.landing-template .uil-servicemark:before {
  content: '\eb19'
}

body.landing-template .uil-share-alt:before {
  content: '\eb1a'
}

body.landing-template .uil-shield-check:before {
  content: '\eb1b'
}

body.landing-template .uil-shield-exclamation:before {
  content: '\eb1c'
}

body.landing-template .uil-shield-question:before {
  content: '\eb1d'
}

body.landing-template .uil-shield-slash:before {
  content: '\eb1e'
}

body.landing-template .uil-shield:before {
  content: '\eb1f'
}

body.landing-template .uil-ship:before {
  content: '\eb20'
}

body.landing-template .uil-shop:before {
  content: '\eb21'
}

body.landing-template .uil-shopping-basket:before {
  content: '\eb22'
}

body.landing-template .uil-shopping-cart-alt:before {
  content: '\eb23'
}

body.landing-template .uil-shopping-trolley:before {
  content: '\eb24'
}

body.landing-template .uil-shovel:before {
  content: '\eb25'
}

body.landing-template .uil-shrink:before {
  content: '\eb26'
}

body.landing-template .uil-shuffle:before {
  content: '\eb27'
}

body.landing-template .uil-shutter-alt:before {
  content: '\eb28'
}

body.landing-template .uil-shutter:before {
  content: '\eb29'
}

body.landing-template .uil-sick:before {
  content: '\eb2a'
}

body.landing-template .uil-sign-alt:before {
  content: '\eb2b'
}

body.landing-template .uil-sign-in-alt:before {
  content: '\eb2c'
}

body.landing-template .uil-sign-left:before {
  content: '\eb2d'
}

body.landing-template .uil-sign-out-alt:before {
  content: '\eb2e'
}

body.landing-template .uil-sign-right:before {
  content: '\eb2f'
}

body.landing-template .uil-signal-alt-3:before {
  content: '\eb30'
}

body.landing-template .uil-signal-alt:before {
  content: '\eb31'
}

body.landing-template .uil-signal:before {
  content: '\eb32'
}

body.landing-template .uil-silence:before {
  content: '\eb33'
}

body.landing-template .uil-silent-squint:before {
  content: '\eb34'
}

body.landing-template .uil-sim-card:before {
  content: '\eb35'
}

body.landing-template .uil-sitemap:before {
  content: '\eb36'
}

body.landing-template .uil-skip-forward-alt:before {
  content: '\eb37'
}

body.landing-template .uil-skip-forward-circle:before {
  content: '\eb38'
}

body.landing-template .uil-skip-forward:before {
  content: '\eb39'
}

body.landing-template .uil-sliders-v-alt:before {
  content: '\eb3a'
}

body.landing-template .uil-sliders-v:before {
  content: '\eb3b'
}

body.landing-template .uil-smile-beam:before {
  content: '\eb3c'
}

body.landing-template .uil-smile-dizzy:before {
  content: '\eb3d'
}

body.landing-template .uil-smile-squint-wink-alt:before {
  content: '\eb3e'
}

body.landing-template .uil-smile-squint-wink:before {
  content: '\eb3f'
}

body.landing-template .uil-smile-wink-alt:before {
  content: '\eb40'
}

body.landing-template .uil-smile-wink:before {
  content: '\eb41'
}

body.landing-template .uil-smile:before {
  content: '\eb42'
}

body.landing-template .uil-snow-flake:before {
  content: '\eb43'
}

body.landing-template .uil-snowflake-alt:before {
  content: '\eb44'
}

body.landing-template .uil-snowflake:before {
  content: '\eb45'
}

body.landing-template .uil-sort-amount-down:before {
  content: '\eb46'
}

body.landing-template .uil-sort-amount-up:before {
  content: '\eb47'
}

body.landing-template .uil-sort:before {
  content: '\eb48'
}

body.landing-template .uil-sorting:before {
  content: '\eb49'
}

body.landing-template .uil-space-key:before {
  content: '\eb4a'
}

body.landing-template .uil-spade:before {
  content: '\eb4b'
}

body.landing-template .uil-sperms:before {
  content: '\eb4c'
}

body.landing-template .uil-spin:before {
  content: '\eb4d'
}

body.landing-template .uil-sport:before {
  content: '\eb4e'
}

body.landing-template .uil-square-full:before {
  content: '\eb4f'
}

body.landing-template .uil-square-shape:before {
  content: '\eb50'
}

body.landing-template .uil-square:before {
  content: '\eb51'
}

body.landing-template .uil-squint:before {
  content: '\eb52'
}

body.landing-template .uil-star-half-alt:before {
  content: '\eb53'
}

body.landing-template .uil-star:before {
  content: '\eb54'
}

body.landing-template .uil-step-backward-alt:before {
  content: '\eb55'
}

body.landing-template .uil-step-backward-circle:before {
  content: '\eb56'
}

body.landing-template .uil-step-backward:before {
  content: '\eb57'
}

body.landing-template .uil-step-forward:before {
  content: '\eb58'
}

body.landing-template .uil-stop-circle:before {
  content: '\eb59'
}

body.landing-template .uil-stopwatch-slash:before {
  content: '\eb5a'
}

body.landing-template .uil-stopwatch:before {
  content: '\eb5b'
}

body.landing-template .uil-store-alt:before {
  content: '\eb5c'
}

body.landing-template .uil-store:before {
  content: '\eb5d'
}

body.landing-template .uil-streering:before {
  content: '\eb5e'
}

body.landing-template .uil-stretcher:before {
  content: '\eb5f'
}

body.landing-template .uil-subject:before {
  content: '\eb60'
}

body.landing-template .uil-subway-alt:before {
  content: '\eb61'
}

body.landing-template .uil-subway:before {
  content: '\eb62'
}

body.landing-template .uil-suitcase-alt:before {
  content: '\eb63'
}

body.landing-template .uil-suitcase:before {
  content: '\eb64'
}

body.landing-template .uil-sun:before {
  content: '\eb65'
}

body.landing-template .uil-sunset:before {
  content: '\eb66'
}

body.landing-template .uil-surprise:before {
  content: '\eb67'
}

body.landing-template .uil-swatchbook:before {
  content: '\eb68'
}

body.landing-template .uil-swimmer:before {
  content: '\eb69'
}

body.landing-template .uil-symbol:before {
  content: '\eb6a'
}

body.landing-template .uil-sync-exclamation:before {
  content: '\eb6b'
}

body.landing-template .uil-sync-slash:before {
  content: '\eb6c'
}

body.landing-template .uil-sync:before {
  content: '\eb6d'
}

body.landing-template .uil-syringe:before {
  content: '\eb6e'
}

body.landing-template .uil-table:before {
  content: '\eb6f'
}

body.landing-template .uil-tablet:before {
  content: '\eb70'
}

body.landing-template .uil-tablets:before {
  content: '\eb71'
}

body.landing-template .uil-tachometer-fast:before {
  content: '\eb72'
}

body.landing-template .uil-tag-alt:before {
  content: '\eb73'
}

body.landing-template .uil-tag:before {
  content: '\eb74'
}

body.landing-template .uil-tape:before {
  content: '\eb75'
}

body.landing-template .uil-taxi:before {
  content: '\eb76'
}

body.landing-template .uil-tear:before {
  content: '\eb77'
}

body.landing-template .uil-technology:before {
  content: '\eb78'
}

body.landing-template .uil-telescope:before {
  content: '\eb79'
}

body.landing-template .uil-temperature-empty:before {
  content: '\eb7a'
}

body.landing-template .uil-temperature-half:before {
  content: '\eb7b'
}

body.landing-template .uil-temperature-minus:before {
  content: '\eb7c'
}

body.landing-template .uil-temperature-plus:before {
  content: '\eb7d'
}

body.landing-template .uil-temperature-quarter:before {
  content: '\eb7e'
}

body.landing-template .uil-temperature-three-quarter:before {
  content: '\eb7f'
}

body.landing-template .uil-temperature:before {
  content: '\eb80'
}

body.landing-template .uil-text:before {
  content: '\eb81'
}

body.landing-template .uil-th-large:before {
  content: '\eb82'
}

body.landing-template .uil-th-slash:before {
  content: '\eb83'
}

body.landing-template .uil-th:before {
  content: '\eb84'
}

body.landing-template .uil-thermometer:before {
  content: '\eb85'
}

body.landing-template .uil-thumbs-down:before {
  content: '\eb86'
}

body.landing-template .uil-thumbs-up:before {
  content: '\eb87'
}

body.landing-template .uil-thunderstorm-moon:before {
  content: '\eb88'
}

body.landing-template .uil-thunderstorm-sun:before {
  content: '\eb89'
}

body.landing-template .uil-thunderstorm:before {
  content: '\eb8a'
}

body.landing-template .uil-ticket:before {
  content: '\eb8b'
}

body.landing-template .uil-times-circle:before {
  content: '\eb8c'
}

body.landing-template .uil-times-square:before {
  content: '\eb8d'
}

body.landing-template .uil-times:before {
  content: '\eb8e'
}

body.landing-template .uil-toggle-off:before {
  content: '\eb8f'
}

body.landing-template .uil-toggle-on:before {
  content: '\eb90'
}

body.landing-template .uil-top-arrow-from-top:before {
  content: '\eb91'
}

body.landing-template .uil-top-arrow-to-top:before {
  content: '\eb92'
}

body.landing-template .uil-tornado:before {
  content: '\eb93'
}

body.landing-template .uil-trademark-circle:before {
  content: '\eb94'
}

body.landing-template .uil-trademark:before {
  content: '\eb95'
}

body.landing-template .uil-traffic-barrier:before {
  content: '\eb96'
}

body.landing-template .uil-trash-alt:before {
  content: '\eb97'
}

body.landing-template .uil-trash:before {
  content: '\eb98'
}

body.landing-template .uil-trees:before {
  content: '\eb99'
}

body.landing-template .uil-triangle:before {
  content: '\eb9a'
}

body.landing-template .uil-trophy:before {
  content: '\eb9b'
}

body.landing-template .uil-trowel:before {
  content: '\eb9c'
}

body.landing-template .uil-truck-case:before {
  content: '\eb9d'
}

body.landing-template .uil-truck-loading:before {
  content: '\eb9e'
}

body.landing-template .uil-truck:before {
  content: '\eb9f'
}

body.landing-template .uil-tv-retro-slash:before {
  content: '\eba0'
}

body.landing-template .uil-tv-retro:before {
  content: '\eba1'
}

body.landing-template .uil-umbrella:before {
  content: '\eba2'
}

body.landing-template .uil-unamused:before {
  content: '\eba3'
}

body.landing-template .uil-unlock-alt:before {
  content: '\eba4'
}

body.landing-template .uil-unlock:before {
  content: '\eba5'
}

body.landing-template .uil-upload-alt:before {
  content: '\eba6'
}

body.landing-template .uil-upload:before {
  content: '\eba7'
}

body.landing-template .uil-usd-circle:before {
  content: '\eba8'
}

body.landing-template .uil-usd-square:before {
  content: '\eba9'
}

body.landing-template .uil-user-check:before {
  content: '\ebaa'
}

body.landing-template .uil-user-circle:before {
  content: '\ebab'
}

body.landing-template .uil-user-exclamation:before {
  content: '\ebac'
}

body.landing-template .uil-user-hard-hat:before {
  content: '\ebad'
}

body.landing-template .uil-user-minus:before {
  content: '\ebae'
}

body.landing-template .uil-user-plus:before {
  content: '\ebaf'
}

body.landing-template .uil-user-square:before {
  content: '\ebb0'
}

body.landing-template .uil-user-times:before {
  content: '\ebb1'
}

body.landing-template .uil-user:before {
  content: '\ebb2'
}

body.landing-template .uil-users-alt:before {
  content: '\ebb3'
}

body.landing-template .uil-utensils-alt:before {
  content: '\ebb4'
}

body.landing-template .uil-utensils:before {
  content: '\ebb5'
}

body.landing-template .uil-vector-square-alt:before {
  content: '\ebb6'
}

body.landing-template .uil-vector-square:before {
  content: '\ebb7'
}

body.landing-template .uil-venus:before {
  content: '\ebb8'
}

body.landing-template .uil-vertical-align-bottom:before {
  content: '\ebb9'
}

body.landing-template .uil-vertical-align-center:before {
  content: '\ebba'
}

body.landing-template .uil-vertical-align-top:before {
  content: '\ebbb'
}

body.landing-template .uil-vertical-distribute-bottom:before {
  content: '\ebbc'
}

body.landing-template .uil-vertical-distribution-center:before {
  content: '\ebbd'
}

body.landing-template .uil-vertical-distribution-top:before {
  content: '\ebbe'
}

body.landing-template .uil-video-slash:before {
  content: '\ebbf'
}

body.landing-template .uil-video:before {
  content: '\ebc0'
}

body.landing-template .uil-voicemail-rectangle:before {
  content: '\ebc1'
}

body.landing-template .uil-voicemail:before {
  content: '\ebc2'
}

body.landing-template .uil-volleyball:before {
  content: '\ebc3'
}

body.landing-template .uil-volume-down:before {
  content: '\ebc4'
}

body.landing-template .uil-volume-mute:before {
  content: '\ebc5'
}

body.landing-template .uil-volume-off:before {
  content: '\ebc6'
}

body.landing-template .uil-volume-up:before {
  content: '\ebc7'
}

body.landing-template .uil-volume:before {
  content: '\ebc8'
}

body.landing-template .uil-wall:before {
  content: '\ebc9'
}

body.landing-template .uil-wallet:before {
  content: '\ebca'
}

body.landing-template .uil-watch-alt:before {
  content: '\ebcb'
}

body.landing-template .uil-watch:before {
  content: '\ebcc'
}

body.landing-template .uil-water-drop-slash:before {
  content: '\ebcd'
}

body.landing-template .uil-water-glass:before {
  content: '\ebce'
}

body.landing-template .uil-water:before {
  content: '\ebcf'
}

body.landing-template .uil-web-grid-alt:before {
  content: '\ebd0'
}

body.landing-template .uil-web-grid:before {
  content: '\ebd1'
}

body.landing-template .uil-web-section-alt:before {
  content: '\ebd2'
}

body.landing-template .uil-web-section:before {
  content: '\ebd3'
}

body.landing-template .uil-webcam:before {
  content: '\ebd4'
}

body.landing-template .uil-weight:before {
  content: '\ebd5'
}

body.landing-template .uil-wheel-barrow:before {
  content: '\ebd6'
}

body.landing-template .uil-wheelchair-alt:before {
  content: '\ebd7'
}

body.landing-template .uil-wheelchair:before {
  content: '\ebd8'
}

body.landing-template .uil-wifi-router:before {
  content: '\ebd9'
}

body.landing-template .uil-wifi-slash:before {
  content: '\ebda'
}

body.landing-template .uil-wifi:before {
  content: '\ebdb'
}

body.landing-template .uil-wind:before {
  content: '\ebdc'
}

body.landing-template .uil-window-grid:before {
  content: '\ebdd'
}

body.landing-template .uil-window-maximize:before {
  content: '\ebde'
}

body.landing-template .uil-window-restore:before {
  content: '\ebdf'
}

body.landing-template .uil-window-section:before {
  content: '\ebe0'
}

body.landing-template .uil-window:before {
  content: '\ebe1'
}

body.landing-template .uil-windsock:before {
  content: '\ebe2'
}

body.landing-template .uil-wrench:before {
  content: '\ebe3'
}

body.landing-template .uil-yellow:before {
  content: '\ebe4'
}

body.landing-template .uil-yen-circle:before {
  content: '\ebe5'
}

body.landing-template .uil-yen:before {
  content: '\ebe6'
}

body.landing-template .uil-youtube-alt:before {
  content: '\ebe7'
}

body.landing-template .uil-youtube:before {
  content: '\ebe8'
}

body.landing-template .owl-carousel,
body.landing-template .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

body.landing-template .owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

body.landing-template .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

body.landing-template .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

body.landing-template .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0)
}

body.landing-template .owl-carousel .owl-item,
body.landing-template .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0)
}

body.landing-template .owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none
}

body.landing-template .owl-carousel .owl-item img {
  display: block;
  width: 100%
}

body.landing-template .owl-carousel .owl-dots.disabled,
body.landing-template .owl-carousel .owl-nav.disabled {
  display: none
}

body.landing-template .no-js .owl-carousel,
body.landing-template .owl-carousel.owl-loaded {
  display: block
}

body.landing-template .owl-carousel .owl-dot,
body.landing-template .owl-carousel .owl-nav .owl-next,
body.landing-template .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body.landing-template .owl-carousel .owl-nav button.owl-next,
body.landing-template .owl-carousel .owl-nav button.owl-prev,
body.landing-template .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit
}

body.landing-template .owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

body.landing-template .owl-carousel.owl-hidden {
  opacity: 0
}

body.landing-template .owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

body.landing-template .owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body.landing-template .owl-carousel.owl-grab {
  cursor: move;
  cursor: grab
}

body.landing-template .owl-carousel.owl-rtl {
  direction: rtl
}

body.landing-template .owl-carousel.owl-rtl .owl-item {
  float: right
}

body.landing-template .owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

body.landing-template .owl-carousel .owl-animated-in {
  z-index: 0
}

body.landing-template .owl-carousel .owl-animated-out {
  z-index: 1
}

body.landing-template .owl-carousel .fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

body.landing-template .owl-height {
  transition: height .5s ease-in-out
}

body.landing-template .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease
}

body.landing-template .owl-carousel .owl-item .owl-lazy:not([src]),
body.landing-template .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0
}

body.landing-template .owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d
}

body.landing-template .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000
}

body.landing-template .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease
}

body.landing-template .owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3)
}

body.landing-template .owl-carousel .owl-video-playing .owl-video-play-icon,
body.landing-template .owl-carousel .owl-video-playing .owl-video-tn {
  display: none
}

body.landing-template .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease
}

body.landing-template .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%
}

body.landing-template .owl-theme .owl-dots,
body.landing-template .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent
}

body.landing-template .owl-theme .owl-nav {
  margin-top: 10px
}

body.landing-template .owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px
}

body.landing-template .owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none
}

body.landing-template .owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default
}

body.landing-template .owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px
}

body.landing-template .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1
}

body.landing-template .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px
}

body.landing-template .owl-theme .owl-dots .owl-dot.active span,
body.landing-template .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791
}

body.landing-template {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px
}

body.landing-template .full-screen {
  padding: 8rem 0
}

body.landing-template .small-text {
  color: #5b5b5b;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 50px;
  letter-spacing: 0.2px
}

body.landing-template ul {
  margin: 0;
  padding: 0
}

body.landing-template ul li {
  list-style: none
}

body.landing-template a {
  font-weight: normal;
  text-decoration: none !important;
  transition: all 0.4s ease
}

body.landing-template a:hover {
  color: #ffc200 !important
}

body.landing-template .navbar-brand .uil {
  font-size: 40px
}

body.landing-template p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b
}

body.landing-template h1,
body.landing-template h2,
body.landing-template h3,
body.landing-template h4,
body.landing-template h5,
body.landing-template h6 {
  font-weight: bold;
  letter-spacing: -1px
}

body.landing-template h1 {
  color: #212121;
  font-size: 2.8em;
  margin: 24px 0
}

body.landing-template h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: bold
}

body.landing-template h3 {
  color: #484848
}

body.landing-template h3,
body.landing-template b,
body.landing-template strong {
  font-weight: bold
}

body.landing-template .custom-btn {
  background: #eee;
  color: #5b5b5b;
  font-weight: bold;
  border-radius: 50px;
  padding: 13px 29px;
  font-size: 14px;
  line-height: normal;
  overflow: hidden;
  transition: all 0.4s ease
}

body.landing-template .custom-btn:hover {
  color: #ffc200
}

body.landing-template .custom-btn.custom-btn-bg {
  background: #474559;
  color: #ffffff
}

body.landing-template .custom-btn.custom-btn-bg:hover {
  background: #ffc200;
  color: #ffffff !important
}

body.landing-template .animated {
  position: relative
}

body.landing-template .animated-info {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  min-width: 260px;
  position: relative
}

body.landing-template .animated-item {
  color: #ffc200
}

body.landing-template .animated-item {
  font-size: 38px;
  line-height: inherit;
  display: block;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  animation: BottomTotop 6s linear infinite 0s
}

body.landing-template .animated-item:nth-child(2n+2) {
  animation-delay: 2s
}

body.landing-template .animated-item:nth-child(3n+3) {
  animation-delay: 4s
}

@keyframes BottomTotop {
  0% {
    opacity: 0
  }

  5% {
    opacity: 0;
    transform: translateY(5px)
  }

  10% {
    opacity: 1;
    transform: translateY(0px)
  }

  25% {
    opacity: 1;
    transform: translateY(0px)
  }

  30% {
    opacity: 0;
    transform: translateY(5px)
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

body.landing-template .navbar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  will-change: transform;
  transition: transform 200ms linear
}

body.landing-template .navbar[class*="-unpinned"] {
  transform: translate(0, -150%)
}

body.landing-template .navbar[class*="-pinned"] {
  transform: translate(0, 0)
}

body.landing-template .navbar[class*="headroom--not-top"] {
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 0;
  padding-bottom: 0
}

body.landing-template .navbar-brand {
  font-weight: bold
}

body.landing-template .navbar-expand-sm .navbar-nav .nav-link {
  padding: 0 20px
}

body.landing-template .nav-link {
  font-weight: bold;
  font-size: 16px;
  overflow: hidden
}

body.landing-template .nav-link span {
  position: relative;
  display: inline-block;
  transition: transform 0.3s
}

body.landing-template .nav-link span:before {
  position: absolute;
  top: 100%;
  content: attr(data-hover);
  transform: translate3d(0, 0, 0)
}

body.landing-template .navbar-light .navbar-nav .nav-link:focus,
body.landing-template .navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200;
  font-weight: bold
}

body.landing-template .navbar-light .navbar-nav .nav-link:focus span,
body.landing-template .navbar-light .navbar-nav .nav-link:hover span {
  transform: translateY(-100%)
}

body.landing-template .navbar-light .navbar-toggler-icon {
  background: none
}

body.landing-template .navbar-toggler {
  border: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
  outline: none;
  cursor: pointer;
  margin-right: 10px
}

body.landing-template .navbar-toggler:focus {
  outline: none
}

body.landing-template .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:first-child {
  transform: rotate(45deg);
  top: 6px
}

body.landing-template .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
  display: none
}

body.landing-template .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:last-child {
  transform: rotate(-45deg);
  bottom: 1px
}

body.landing-template .navbar-toggler .navbar-toggler-icon {
  background: #212121;
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  transition: all 0.4s ease;
  position: relative
}

body.landing-template .copyright-text {
  font-size: 16px;
  font-weight: normal;
  display: block
}

body.landing-template .color-mode {
  font-weight: bold;
  cursor: pointer
}

body.landing-template .color-mode-icon {
  position: relative;
  right: 6px
}

body.landing-template .color-mode-icon:after {
  font-family: 'unicons';
  content: '\ea9f';
  font-size: 30px;
  font-weight: 300;
  font-style: normal
}

body.landing-template .color-mode-icon.active:after {
  font-family: 'unicons';
  content: '\eb65';
  font-size: 30px;
  color: #ffffff
}

body.landing-template .dark-mode {
  background: #0c0c0d
}

body.landing-template .dark-mode .navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8)
}

body.landing-template .dark-mode .navbar-light .navbar-nav .nav-link:hover {
  color: #ffc200
}

body.landing-template .dark-mode .navbar[class*="headroom--not-top"] {
  background: #0c0c0d;
  border-bottom: 1px solid #1f1f1f
}

body.landing-template .dark-mode .small-text {
  background: #0d0c15;
  color: #ffffff
}

body.landing-template .dark-mode .feature-card .uil,
body.landing-template .dark-mode .navbar-light .navbar-brand,
body.landing-template .dark-mode h1,
body.landing-template .dark-mode h2,
body.landing-template .dark-mode h3,
body.landing-template .dark-mode h4,
body.landing-template .dark-mode h5,
body.landing-template .dark-mode h6,
body.landing-template .dark-mode .color-mode {
  color: #ffffff
}

body.landing-template .dark-mode .owl-carousel .owl-nav button.owl-next,
body.landing-template .dark-mode .owl-carousel .owl-nav button.owl-prev,
body.landing-template .dark-mode .owl-carousel button.owl-dot {
  color: #ffffff
}

body.landing-template .timeline-wrapper {
  position: relative;
  padding: 22px 0
}

body.landing-template .timeline-wrapper:last-child:before {
  height: 0
}

body.landing-template .timeline-wrapper:before {
  content: "";
  background: #474559;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 38px
}

body.landing-template .timeline-yr {
  background: #474559;
  border-radius: 100%;
  position: absolute;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center
}

body.landing-template .timeline-yr span {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 75px
}

body.landing-template .timeline-info {
  display: inline-block;
  vertical-align: top;
  max-width: 432px;
  margin-left: 6em
}

body.landing-template .timeline-info small {
  color: #474559;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px
}

body.landing-template .owl-carousel .owl-nav span {
  display: none
}

body.landing-template .owl-carousel .owl-nav .owl-prev:before,
body.landing-template .owl-carousel .owl-nav .owl-next:before {
  background: none;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-family: 'unicons';
  font-size: 100px;
  line-height: normal
}

body.landing-template .owl-carousel .owl-nav .owl-prev:before {
  content: '\e833';
  left: -45px
}

body.landing-template .owl-carousel .owl-nav .owl-next:before {
  content: '\e836';
  right: -45px
}

body.landing-template .owl-theme .owl-nav [class*=owl-] {
  background: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  font-size: inherit
}

body.landing-template .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffc200
}

body.landing-template .owl-theme .owl-dots .owl-dot {
  outline: none
}

body.landing-template .owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px
}

body.landing-template .owl-theme .owl-dots .owl-dot.active span,
body.landing-template .owl-theme .owl-dots .owl-dot:hover span {
  background: #5b5b5b
}

body.landing-template .google-map iframe {
  width: 100%
}

body.landing-template .contact-form {
  position: relative
}

body.landing-template .contact-form .form-control {
  background: transparent;
  border-radius: 2px;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  margin: 16px 0
}

body.landing-template .contact-form .form-control:not(textarea) {
  height: 48px
}

body.landing-template .contact-form .form-control:hover,
body.landing-template .contact-form .form-control:focus {
  border-color: #ffc200
}

body.landing-template .contact-form .submit-btn {
  background: #ffc200;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  cursor: pointer;
  transition: all 0.4s ease
}

body.landing-template .contact-form .submit-btn:hover {
  background: #474559
}

body.landing-template .contact-info {
  background: #474559;
  border-radius: 0 0 3px 3px;
  position: relative;
  bottom: 8px
}

body.landing-template .contact-info p,
body.landing-template .contact-info a {
  color: #f7f3f3
}

body.landing-template .social-links .uil {
  color: #f7f3f3;
  font-size: 20px;
  display: block;
  margin: 5px 0
}

body.landing-template .social-links .uil:hover {
  color: #ffc200
}

@media (min-width:1270px) {
  body.landing-template .owl-theme .owl-dots {
    position: relative;
    bottom: 50px
  }
}

@media (max-width:991px) {
  body.landing-template .full-screen {
    padding-bottom: 4rem
  }

  body.landing-template .color-mode {
    display: none
  }

  body.landing-template .about-image {
    margin-top: 4em
  }

  body.landing-template .mobile-mt-2,
  body.landing-template .contact-form {
    margin-top: 2em
  }

  body.landing-template .contact-info {
    padding: 0 2rem
  }
}

@media (max-width:767px) {
  body.landing-template h1 {
    font-size: 2.4em
  }

  body.landing-template h2 {
    font-size: 2em
  }

  body.landing-template .animated-item {
    font-size: 28px
  }

  body.landing-template .navbar-collapse {
    background: #ffffff;
    text-align: center;
    padding-bottom: 20px
  }

  body.landing-template .navbar-expand-sm .navbar-nav .nav-link {
    padding: 3px 20px
  }
}

@media (max-width:580px) {
  body.landing-template .animated-info {
    min-width: 200px
  }

  body.landing-template .animated-item {
    font-size: 30px
  }

  body.landing-template .custom-btn-group {
    text-align: center
  }

  body.landing-template .custom-btn {
    display: block;
    margin: 10px 0
  }

  body.landing-template .owl-theme .owl-nav {
    display: none
  }

  body.landing-template .timeline-info small {
    display: block;
    margin: 10px 0 0 0
  }
}

@media (max-width:320px) {
  body.landing-template .animated-text {
    margin-top: 0
  }

  body.landing-template .about-text {
    text-align: center
  }

  body.landing-template .full-screen {
    padding: 4rem 0
  }

  body.landing-template .mobile-block {
    display: block
  }

  body.landing-template .contact-info {
    flex-direction: column
  }

  body.landing-template .social-links li {
    display: inline-block;
    vertical-align: top
  }
}


.landing {
  display: grid;
  gap: 28px;
  position: relative
}

.landing-card {
  padding: 24px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06);
  position: relative
}

.landing .grid {
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr))
}

.export-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: center
}

.export-spotlight {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.06)
}

.export-visual {
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.08), rgba(99, 102, 241, 0.08));
  border: 1px dashed rgba(37, 99, 235, 0.35)
}

.export-panel {
  background: linear-gradient(130deg, rgba(37, 99, 235, 0.12), rgba(14, 165, 164, 0.08))
}

.landing .feature-list li,
.landing .step-list li {
  padding: 12px
}

.landing .visual-panel {
  height: 200px
}

.hero-rec {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden
}

.hero-rec h1 {
  color: var(--brand-dark)
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #1f2937;
  font-weight: 700
}

.hero-visual {
  background: linear-gradient(160deg, rgba(37, 99, 235, 0.08), rgba(99, 102, 241, 0.06));
  border: 1px solid rgba(37, 99, 235, 0.18);
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.08)
}

.visual-placeholder {
  display: grid;
  gap: 16px
}

.visual-panel {
  height: 240px;
  border-radius: 14px;
  background: linear-gradient(130deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 164, 0.12));
  border: 1px solid rgba(37, 99, 235, 0.18);
  position: relative;
  overflow: hidden
}

.visual-panel::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.6)
}


.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px
}

.feature-list li {
  padding: 12px 14px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08)
}

.step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
  counter-reset: step
}

.step-list li {
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 18px rgba(15, 23, 42, 0.06);
  position: relative
}

.step-list li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 16px;
  right: 16px;
  font-weight: 700;
  color: rgba(37, 99, 235, 0.25);
  font-size: 1.2rem
}

.source-card,
.widget-card,
.audience-card {
  padding: 16px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 12px 20px rgba(15, 23, 42, 0.06)
}

.widget-preview {
  margin-top: 14px;
  display: grid;
  gap: 10px
}

.price-tag {
  padding: 18px;
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(37, 99, 235, 0.12), rgba(99, 102, 241, 0.12));
  border: 1px solid rgba(37, 99, 235, 0.2)
}

.price {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brand-dark)
}

.faq-list details {
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 255, 0.9));
  border: 1px solid rgba(14, 165, 164, 0.16);
  border-radius: 12px;
  padding: 12px 14px
}

.faq-list {
  display: grid;
  gap: 12px
}

.cta {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.14), rgba(99, 102, 241, 0.16));
  border: 1px solid rgba(37, 99, 235, 0.2)
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap
}

.footer {
  display: grid;
  gap: 16px;
  background: #0f172a;
  color: #e2e8f0;
  border: none;
  box-shadow: 0 20px 32px rgba(15, 23, 42, 0.4)
}

.footer .logo {
  color: #fff
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  color: #cbd5f5
}

.footer-copy {
  color: #94a3b8
}

@media (max-width:720px) {
  .cta-inner {
    align-items: flex-start
  }
}

@media (prefers-reduced-motion:no-preference) {

  .hero-visual,
  .visual-panel {
    animation: floatIn 8s ease-in-out infinite
  }
}

@keyframes floatIn {

  0%,
  100% {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-6px)
  }
}




body.landing-template {
  font-family: "Maven Pro", sans-serif;
  padding-top: 70px;
  background: #fff;
  color: #212121
}

body.landing-template::before,
body.landing-template::after {
  display: none
}

body.landing-template p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  color: #5b5b5b
}

body.landing-template h1 {
  color: #212121;
  font-size: 2.8em;
  margin: 24px 0
}

body.landing-template h2 {
  color: #353535;
  font-size: 2.4em;
  font-weight: 700
}

body.landing-template h3 {
  color: #484848
}





/* Pricing cards */
body.landing-template .pricing-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 18px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.92));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease
}

body.landing-template .pricing-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12)
}

body.landing-template .pricing-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px
}

body.landing-template .pricing-title {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 700;
  color: #1f2937
}

body.landing-template .pricing-price {
  display: flex;
  align-items: baseline;
  gap: 8px
}

body.landing-template .pricing-amount {
  font-size: 1.6rem;
  font-weight: 800;
  color: #111827
}

body.landing-template .pricing-period {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280
}

body.landing-template .pricing-features {
  display: grid;
  gap: 10px;
  padding-top: 4px
}

body.landing-template .pricing-feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(15, 23, 42, 0.04);
  font-size: 0.95rem
}

body.landing-template .pricing-feature-highlight {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
  font-weight: 600
}

body.landing-template .pricing-label {
  color: #4b5563;
  font-weight: 600
}

body.landing-template .pricing-value {
  font-weight: 700;
  color: #111827
}

body.landing-template .pricing-cta {
  margin-top: auto;
  align-self: flex-start;
  padding: 10px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.12)
}

body.landing-template .pricing-card .btn.custom-btn {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.1);
  color: #1f2937
}

body.landing-template .pricing-card .btn.custom-btn:hover {
  background: #1f2937;
  color: #ffffff;
  border-color: #1f2937
}

@media (max-width:992px) {
  body.landing-template .pricing-card {
    padding: 18px
  }

  body.landing-template .pricing-cta {
    align-self: stretch;
    text-align: center
  }
}

