@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #ffc107;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #ffc107;
  --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, 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;
}

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

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

@-ms-viewport {
  width: device-width;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
  -webkit-box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }

  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }

  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.3333333333%;
  }

  .offset-md-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.3333333333%;
  }

  .offset-md-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.3333333333%;
  }

  .offset-md-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #ffc107;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #ffc107;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #ffe187;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #ffce3a;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #ffc107;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #efa2a9;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

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

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

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

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

.btn-group.show .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.show .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  -webkit-box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar > .inner-wrapper,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

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

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-sm > .inner-wrapper,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-sm > .inner-wrapper,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-md > .inner-wrapper,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-md > .inner-wrapper,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-lg > .inner-wrapper,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-lg > .inner-wrapper,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-xl > .inner-wrapper,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand-xl > .inner-wrapper,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand > .inner-wrapper,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container, .mobile-navigation-panel .mobile-navigation-wrapper .navbar-expand > .inner-wrapper,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

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

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

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

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

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }

  .modal-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important;
}

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

.bg-secondary {
  background-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

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

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

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

.embed-responsive-4by3::before {
  padding-top: 75%;
}

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

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

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

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

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-stretch {
  align-items: stretch !important;
}

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

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

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

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

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

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

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

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

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

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

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

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

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

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

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

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

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

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

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container, .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

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

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

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

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999999999;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 600px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 20px;
  overflow: visible;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
@media (min-width: 576px) {
  .modal {
    padding: 30px;
  }
}
.modal form input {
  margin-bottom: 15px;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/*
** COLOURS
** Colour variables should be used from the Bootstrap files initially, and any custom colours added here
*/
body {
  font-family: fieldwork, sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #232323;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 27px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: fieldwork, sans-serif;
  margin-bottom: 1.7rem;
  line-height: 1.2em;
  font-weight: normal;
  color: #232323;
}

h1 {
  font-size: 28px;
  line-height: 37px;
}
@media (min-width: 992px) {
  h1 {
    font-size: 35px;
    line-height: 42px;
  }
}

h2 {
  font-size: 25px;
  line-height: 35px;
}
@media (min-width: 992px) {
  h2 {
    font-size: 30px;
    line-height: 37px;
  }
}

h3 {
  font-size: 22px;
  line-height: 31px;
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
    line-height: 33px;
  }
}

h4 {
  font-size: 20px;
  line-height: 29px;
}
@media (min-width: 992px) {
  h4 {
    font-size: 23px;
    line-height: 30px;
  }
}

h5 {
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    line-height: 27px;
  }
}

h6 {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 992px) {
  h6 {
    font-size: 18px;
    line-height: 25px;
  }
}

ul, ol, dl {
  padding-left: 20px;
}
ul li, ol li, dl li {
  margin-bottom: 3px;
}

a {
  color: #232323;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: #7A53F3;
}

strong, b {
  font-weight: 700;
}

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

.font-weight-regular {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: 700;
}

.text-purple {
  color: #FA7E11;
}
.text-purple h1, .text-purple h2, .text-purple h3, .text-purple h4, .text-purple h5, .text-purple h6, .text-purple p {
  color: #FA7E11;
}

.text-dark-purple {
  color: #FA7E11;
}
.text-dark-purple h1, .text-dark-purple h2, .text-dark-purple h3, .text-dark-purple h4, .text-dark-purple h5, .text-dark-purple h6, .text-dark-purple p {
  color: #FA7E11;
}

.text-orange {
  color: #FA7E11;
}
.text-orange h1, .text-orange h2, .text-orange h3, .text-orange h4, .text-orange h5, .text-orange h6, .text-orange p {
  color: #FA7E11;
}

.text-grey {
  color: #565656;
}
.text-grey h1, .text-grey h2, .text-grey h3, .text-grey h4, .text-grey h5, .text-grey h6, .text-grey p {
  color: #565656;
}

.text-white {
  color: white;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white a:not(.btn) {
  color: white;
}

/*
** Headings
*/
.xl-heading {
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 25px 0;
}
@media (min-width: 992px) {
  .xl-heading {
    font-size: 64px;
    line-height: 69px;
  }
}

.section-heading {
  font-size: 38px;
  line-height: 43px;
  margin: 0 0 25px 0;
}
@media (min-width: 992px) {
  .section-heading {
    font-size: 48px;
    line-height: 54px;
  }
}

.section-sub-heading {
  font-size: 23px;
  line-height: 31px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .section-sub-heading {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .section-sub-heading {
    font-size: 35px;
    line-height: 44px;
  }
}

.page-heading {
  margin: 0 0 50px 0;
  font-size: 32px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .page-heading {
    font-size: 45px;
    line-height: 52px;
  }
}

hr {
  margin: 50px 0;
}

@media (min-width: 992px) {
  img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  img.alignright:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 992px) {
  img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  img.alignleft:after {
    content: "";
    display: block;
    clear: both;
  }
}

@media (min-width: 992px) {
  img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  img.aligncenter:after {
    content: "";
    display: block;
    clear: both;
  }
}

.recaptcha-text {
  font-size: 10px;
  line-height: 16px;
}
.recaptcha-text a {
  font-weight: bold;
}

.content a:not(.yp-btn) {
  color: #7A53F3;
}
.content a:not(.yp-btn):hover {
  color: #4109CE;
}

/*
** Overriding form css
*/
form input[type=text], form input[type=tel], form input[type=email], form input[type=date], form input[type=number], form input[type=url], form input[type=search], form textarea, form select {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  background: white;
  border-radius: 3px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 50px;
  color: #232323;
  vertical-align: top;
}
@media (min-width: 992px) {
  form input[type=text], form input[type=tel], form input[type=email], form input[type=date], form input[type=number], form input[type=url], form input[type=search], form textarea, form select {
    font-size: 19px;
  }
}
form input[type=text]:focus, form input[type=text]:active, form input[type=tel]:focus, form input[type=tel]:active, form input[type=email]:focus, form input[type=email]:active, form input[type=date]:focus, form input[type=date]:active, form input[type=number]:focus, form input[type=number]:active, form input[type=url]:focus, form input[type=url]:active, form input[type=search]:focus, form input[type=search]:active, form textarea:focus, form textarea:active, form select:focus, form select:active {
  border-color: #FA7E11;
  outline: none;
  box-shadow: none;
}
form input[type=text]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=date]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=url]::-webkit-input-placeholder, form input[type=search]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ced4da;
}
form input[type=text]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=date]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=url]::-moz-placeholder, form input[type=search]::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ced4da;
}
form input[type=text]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=date]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=url]:-ms-input-placeholder, form input[type=search]:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ced4da;
}
form input[type=text]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form input[type=email]:-moz-placeholder, form input[type=date]:-moz-placeholder, form input[type=number]:-moz-placeholder, form input[type=url]:-moz-placeholder, form input[type=search]:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder {
  /* Firefox 18- */
  color: #ced4da;
}
form textarea {
  height: 200px;
  padding: 10px;
  line-height: 24px;
}
form input[type=submit], form button[type=submit], form button, form .button {
  padding: 13px 25px;
  background: #FA7E11;
  border: 2px solid #FA7E11;
  vertical-align: top;
  border-radius: 5px;
  font-size: 17px;
  line-height: 23px;
  color: white;
  white-space: normal;
  font-weight: 400;
  font-family: fieldwork, sans-serif;
  outline: none !important;
  box-shadow: none;
  position: relative;
  box-shadow: none !important;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  -o-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s;
}
@media (min-width: 992px) {
  form input[type=submit], form button[type=submit], form button, form .button {
    font-size: 18px;
    line-height: 24px;
  }
}
form input[type=submit]:hover, form input[type=submit]:focus, form input[type=submit]:active, form button[type=submit]:hover, form button[type=submit]:focus, form button[type=submit]:active, form button:hover, form button:focus, form button:active, form .button:hover, form .button:focus, form .button:active {
  background: #d46504;
  border-color: #d46504;
  outline: none !important;
  color: white;
}
form label {
  font-weight: 400 !important;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #565656;
  margin: 0 0 5px 0;
}
@media (min-width: 992px) {
  form label {
    font-size: 19px;
    line-height: 25px;
  }
}
form fieldset {
  margin: 20px 0;
}
form legend {
  color: #232323;
}

.digi-section {
  padding: 0 !important;
}
.digi-section .row {
  display: block;
  flex-wrap: unset;
  margin-left: 0;
  margin-right: 0;
}
.digi-section .row .small-12, .digi-section .row .medium-12, .digi-section .row .large-12 {
  height: auto !important;
}
.digi-section .row .digi-form {
  font-family: fieldwork, sans-serif !important;
  color: #232323 !important;
}
.digi-section .row .digi-form .digi-label {
  margin-bottom: 8px;
}
.digi-section .row .digi-form .digi-label label {
  font-weight: 400;
}
.digi-section .row .digi-form .digi-label label br {
  display: none;
}
.digi-section .row .digi-form .digi-submit .button {
  width: auto !important;
  background-color: #7A53F3 !important;
  font-family: fieldwork, sans-serif !important;
  padding: 15px 24px;
  border: 1px solid #7A53F3;
  color: white;
  font-size: 18px !important;
  line-height: 24px !important;
  border-radius: 30px !important;
}

body #digi_form {
  max-width: none;
  font-family: fieldwork, sans-serif;
}
body #digi_form form {
  width: 100%;
}
body #digi_form form #RequiredText {
  display: none !important;
}
body #digi_form form p:empty:before {
  display: none;
}
@media (min-width: 768px) {
  body #digi_form form .form-wrap.half {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-right: -4px;
  }
  body #digi_form form .form-wrap.half.last {
    margin-left: 2%;
  }
}
body #digi_form form input[type=text], body #digi_form form input[type=tel], body #digi_form form input[type=email], body #digi_form form input[type=date], body #digi_form form input[type=number], body #digi_form form input[type=url], body #digi_form form input[type=search], body #digi_form form textarea, body #digi_form form select {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  background: white;
  border-radius: 3px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 50px;
  color: #232323;
  vertical-align: top;
  text-indent: 0;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  body #digi_form form input[type=text], body #digi_form form input[type=tel], body #digi_form form input[type=email], body #digi_form form input[type=date], body #digi_form form input[type=number], body #digi_form form input[type=url], body #digi_form form input[type=search], body #digi_form form textarea, body #digi_form form select {
    font-size: 19px;
  }
}
body #digi_form form input[type=text]:focus, body #digi_form form input[type=text]:active, body #digi_form form input[type=tel]:focus, body #digi_form form input[type=tel]:active, body #digi_form form input[type=email]:focus, body #digi_form form input[type=email]:active, body #digi_form form input[type=date]:focus, body #digi_form form input[type=date]:active, body #digi_form form input[type=number]:focus, body #digi_form form input[type=number]:active, body #digi_form form input[type=url]:focus, body #digi_form form input[type=url]:active, body #digi_form form input[type=search]:focus, body #digi_form form input[type=search]:active, body #digi_form form textarea:focus, body #digi_form form textarea:active, body #digi_form form select:focus, body #digi_form form select:active {
  border-color: #FA7E11;
  outline: none;
  box-shadow: none;
}
body #digi_form form input[type=text]::-webkit-input-placeholder, body #digi_form form input[type=tel]::-webkit-input-placeholder, body #digi_form form input[type=email]::-webkit-input-placeholder, body #digi_form form input[type=date]::-webkit-input-placeholder, body #digi_form form input[type=number]::-webkit-input-placeholder, body #digi_form form input[type=url]::-webkit-input-placeholder, body #digi_form form input[type=search]::-webkit-input-placeholder, body #digi_form form textarea::-webkit-input-placeholder, body #digi_form form select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ced4da;
}
body #digi_form form input[type=text]::-moz-placeholder, body #digi_form form input[type=tel]::-moz-placeholder, body #digi_form form input[type=email]::-moz-placeholder, body #digi_form form input[type=date]::-moz-placeholder, body #digi_form form input[type=number]::-moz-placeholder, body #digi_form form input[type=url]::-moz-placeholder, body #digi_form form input[type=search]::-moz-placeholder, body #digi_form form textarea::-moz-placeholder, body #digi_form form select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ced4da;
}
body #digi_form form input[type=text]:-ms-input-placeholder, body #digi_form form input[type=tel]:-ms-input-placeholder, body #digi_form form input[type=email]:-ms-input-placeholder, body #digi_form form input[type=date]:-ms-input-placeholder, body #digi_form form input[type=number]:-ms-input-placeholder, body #digi_form form input[type=url]:-ms-input-placeholder, body #digi_form form input[type=search]:-ms-input-placeholder, body #digi_form form textarea:-ms-input-placeholder, body #digi_form form select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ced4da;
}
body #digi_form form input[type=text]:-moz-placeholder, body #digi_form form input[type=tel]:-moz-placeholder, body #digi_form form input[type=email]:-moz-placeholder, body #digi_form form input[type=date]:-moz-placeholder, body #digi_form form input[type=number]:-moz-placeholder, body #digi_form form input[type=url]:-moz-placeholder, body #digi_form form input[type=search]:-moz-placeholder, body #digi_form form textarea:-moz-placeholder, body #digi_form form select:-moz-placeholder {
  /* Firefox 18- */
  color: #ced4da;
}
body #digi_form form textarea {
  height: 200px;
  padding: 10px;
  line-height: 24px;
}
body #digi_form form input[type=submit], body #digi_form form input[type=button], body #digi_form form button[type=submit], body #digi_form form button, body #digi_form form .button {
  padding: 13px 25px;
  background: #7A53F3;
  border: 2px solid #7A53F3;
  vertical-align: top;
  height: auto;
  width: auto;
  border-radius: 5px;
  font-size: 17px;
  line-height: 23px;
  color: white;
  white-space: normal;
  font-weight: 400;
  font-family: fieldwork, sans-serif;
  outline: none !important;
  box-shadow: none;
  position: relative;
  box-shadow: none !important;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  -o-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s;
}
@media (min-width: 992px) {
  body #digi_form form input[type=submit], body #digi_form form input[type=button], body #digi_form form button[type=submit], body #digi_form form button, body #digi_form form .button {
    font-size: 18px;
    line-height: 24px;
  }
}
body #digi_form form input[type=submit]:hover, body #digi_form form input[type=submit]:focus, body #digi_form form input[type=submit]:active, body #digi_form form input[type=button]:hover, body #digi_form form input[type=button]:focus, body #digi_form form input[type=button]:active, body #digi_form form button[type=submit]:hover, body #digi_form form button[type=submit]:focus, body #digi_form form button[type=submit]:active, body #digi_form form button:hover, body #digi_form form button:focus, body #digi_form form button:active, body #digi_form form .button:hover, body #digi_form form .button:focus, body #digi_form form .button:active {
  background: #5523f0;
  border-color: #5523f0;
  outline: none !important;
  color: white;
}
body #digi_form form label {
  font-weight: 400 !important;
  display: block;
  font-size: 20px;
  line-height: 25px;
  color: #565656;
  margin: 0 0 10px 0;
}
body #digi_form form label span {
  display: none;
}

body .zymplify_plugin_leads_gen input[type=text], body .zymplify_plugin_leads_gen input[type=tel], body .zymplify_plugin_leads_gen input[type=email], body .zymplify_plugin_leads_gen input[type=date], body .zymplify_plugin_leads_gen input[type=number], body .zymplify_plugin_leads_gen input[type=url], body .zymplify_plugin_leads_gen input[type=search], body .zymplify_plugin_leads_gen textarea, body .zymplify_plugin_leads_gen select {
  padding: 0 10px;
  border: 1px solid #DDDDDD;
  background: white;
  border-radius: 3px;
  height: 50px;
  width: 100%;
  font-weight: 300;
  font-size: 18px;
  line-height: 50px;
  color: #232323;
  vertical-align: top;
}
@media (min-width: 992px) {
  body .zymplify_plugin_leads_gen input[type=text], body .zymplify_plugin_leads_gen input[type=tel], body .zymplify_plugin_leads_gen input[type=email], body .zymplify_plugin_leads_gen input[type=date], body .zymplify_plugin_leads_gen input[type=number], body .zymplify_plugin_leads_gen input[type=url], body .zymplify_plugin_leads_gen input[type=search], body .zymplify_plugin_leads_gen textarea, body .zymplify_plugin_leads_gen select {
    font-size: 19px;
  }
}
body .zymplify_plugin_leads_gen input[type=text]:focus, body .zymplify_plugin_leads_gen input[type=text]:active, body .zymplify_plugin_leads_gen input[type=tel]:focus, body .zymplify_plugin_leads_gen input[type=tel]:active, body .zymplify_plugin_leads_gen input[type=email]:focus, body .zymplify_plugin_leads_gen input[type=email]:active, body .zymplify_plugin_leads_gen input[type=date]:focus, body .zymplify_plugin_leads_gen input[type=date]:active, body .zymplify_plugin_leads_gen input[type=number]:focus, body .zymplify_plugin_leads_gen input[type=number]:active, body .zymplify_plugin_leads_gen input[type=url]:focus, body .zymplify_plugin_leads_gen input[type=url]:active, body .zymplify_plugin_leads_gen input[type=search]:focus, body .zymplify_plugin_leads_gen input[type=search]:active, body .zymplify_plugin_leads_gen textarea:focus, body .zymplify_plugin_leads_gen textarea:active, body .zymplify_plugin_leads_gen select:focus, body .zymplify_plugin_leads_gen select:active {
  border-color: #FA7E11;
  outline: none;
  box-shadow: none;
}
body .zymplify_plugin_leads_gen input[type=text]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen input[type=tel]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen input[type=email]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen input[type=date]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen input[type=number]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen input[type=url]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen input[type=search]::-webkit-input-placeholder, body .zymplify_plugin_leads_gen textarea::-webkit-input-placeholder, body .zymplify_plugin_leads_gen select::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ced4da;
}
body .zymplify_plugin_leads_gen input[type=text]::-moz-placeholder, body .zymplify_plugin_leads_gen input[type=tel]::-moz-placeholder, body .zymplify_plugin_leads_gen input[type=email]::-moz-placeholder, body .zymplify_plugin_leads_gen input[type=date]::-moz-placeholder, body .zymplify_plugin_leads_gen input[type=number]::-moz-placeholder, body .zymplify_plugin_leads_gen input[type=url]::-moz-placeholder, body .zymplify_plugin_leads_gen input[type=search]::-moz-placeholder, body .zymplify_plugin_leads_gen textarea::-moz-placeholder, body .zymplify_plugin_leads_gen select::-moz-placeholder {
  /* Firefox 19+ */
  color: #ced4da;
}
body .zymplify_plugin_leads_gen input[type=text]:-ms-input-placeholder, body .zymplify_plugin_leads_gen input[type=tel]:-ms-input-placeholder, body .zymplify_plugin_leads_gen input[type=email]:-ms-input-placeholder, body .zymplify_plugin_leads_gen input[type=date]:-ms-input-placeholder, body .zymplify_plugin_leads_gen input[type=number]:-ms-input-placeholder, body .zymplify_plugin_leads_gen input[type=url]:-ms-input-placeholder, body .zymplify_plugin_leads_gen input[type=search]:-ms-input-placeholder, body .zymplify_plugin_leads_gen textarea:-ms-input-placeholder, body .zymplify_plugin_leads_gen select:-ms-input-placeholder {
  /* IE 10+ */
  color: #ced4da;
}
body .zymplify_plugin_leads_gen input[type=text]:-moz-placeholder, body .zymplify_plugin_leads_gen input[type=tel]:-moz-placeholder, body .zymplify_plugin_leads_gen input[type=email]:-moz-placeholder, body .zymplify_plugin_leads_gen input[type=date]:-moz-placeholder, body .zymplify_plugin_leads_gen input[type=number]:-moz-placeholder, body .zymplify_plugin_leads_gen input[type=url]:-moz-placeholder, body .zymplify_plugin_leads_gen input[type=search]:-moz-placeholder, body .zymplify_plugin_leads_gen textarea:-moz-placeholder, body .zymplify_plugin_leads_gen select:-moz-placeholder {
  /* Firefox 18- */
  color: #ced4da;
}
body .zymplify_plugin_leads_gen textarea {
  height: 200px;
  padding: 10px;
  line-height: 24px;
}
body .zymplify_plugin_leads_gen .btn-default {
  background: #FA7E11;
  border: 1px solid #FA7E11;
  border-radius: 50px;
  font-size: 19px;
  line-height: 25px;
  padding: 14px 23px 17px 23px;
  color: white;
  white-space: normal;
  font-weight: 400;
  font-family: fieldwork, sans-serif;
  outline: none !important;
  box-shadow: none;
  position: relative;
  display: inline-block;
  box-shadow: none !important;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  -o-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s;
}
body .zymplify_plugin_leads_gen .btn-default:hover, body .zymplify_plugin_leads_gen .btn-default:focus, body .zymplify_plugin_leads_gen .btn-default:active {
  background: #de6a05;
  border: 1px solid #de6a05;
  outline: none !important;
  color: white;
  box-shadow: none !important;
}
body .form-embed form {
  display: flex !important;
}
body .form-embed form input[type=text], body .form-embed form input[type=email] {
  width: 100%;
  height: 50px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(122, 83, 243, 0) !important;
  color: white !important;
}
body .form-embed form button, body .form-embed form input[type=submit] {
  width: 125px !important;
  height: 50px !important;
  margin-right: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: white !important;
  border: white !important;
  color: black !important;
  display: inline-block !important;
}
body .form-embed form #message_container {
  position: absolute;
  top: -5px;
  font-weight: 700;
  color: #ff3333 !important;
  font-size: 20px !important;
}

.landing-page-contact-section .gform_wrapper input[type=text], .landing-page-contact-section .gform_wrapper textarea {
  border-radius: 25px;
}

.gform_wrapper .gfield_label, .gravity-theme .gfield_label {
  color: black !important;
  font-size: 22px !important;
  line-height: 28px !important;
}
.gform_wrapper input[type=text], .gform_wrapper textarea, .gravity-theme input[type=text], .gravity-theme textarea {
  color: black !important;
  font-size: 22px !important;
  line-height: 28px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.form-dark-bg .gform_confirmation_message h5 {
  color: white !important;
}

.gform_heading {
  display: none !important;
}

.site-wrapper {
  position: relative;
  background: white;
  overflow-x: hidden;
}

html.sr .animate-scroll, html.sr .item-delay {
  visibility: hidden;
}

.main-wrapper {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .main-wrapper {
    margin-top: 86px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper {
    margin-top: 105px;
  }
}

.default-page-wrapper {
  padding: 50px 0;
}

.yp-page-transition {
  opacity: 1;
  transition: opacity 0.3s;
}

html.is-animating .yp-page-transition {
  opacity: 0;
}

@media (min-width: 1400px) {
  .container, .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper {
    max-width: 1340px;
  }
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}

.row.display-flex > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-header {
  position: relative;
  margin-top: 100px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-header {
    margin-top: 140px;
  }
}
.page-header .breadcrumb-wrapper {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 10px 0;
  font-weight: 200;
}
@media (min-width: 768px) {
  .page-header .breadcrumb-wrapper {
    font-size: 16px;
    line-height: 22px;
  }
}
.page-header .breadcrumb-wrapper p {
  margin: 0;
}
.page-header .breadcrumb-wrapper p span {
  color: rgba(86, 86, 86, 0.7);
}
.page-header .page-heading {
  font-size: 27px;
  line-height: 34px;
  margin: 0;
  font-weight: 200;
}
@media (min-width: 576px) {
  .page-header .page-heading {
    font-size: 32px;
    line-height: 37px;
  }
}
@media (min-width: 768px) {
  .page-header .page-heading {
    font-size: 40px;
    line-height: 47px;
  }
}

.automaly-pagination {
  display: block;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.automaly-pagination a, .automaly-pagination span {
  font-size: 18px;
  padding: 2px;
  font-weight: 400;
  display: inline-block;
}
.automaly-pagination .page-numbers {
  background: none;
  color: #565656;
  padding: 5px 5px;
  text-align: center;
  display: inline-block;
  line-height: 26px;
  font-size: 20px;
  margin: 0 3px;
  font-weight: 700;
  border-radius: 10px;
  opacity: 0.7;
  -webkit-transition: color 0.3s, background 0.3s;
  -o-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.automaly-pagination .page-numbers:hover {
  color: #7A53F3;
}
.automaly-pagination .screen-reader-text {
  display: none;
}
.automaly-pagination .current {
  background: #4109ce;
  background: -moz-linear-gradient(104deg, #4109ce 0%, #7a4bf6 100%);
  background: -webkit-linear-gradient(104deg, #4109ce 0%, #7a4bf6 100%);
  background: linear-gradient(104deg, #4109ce 0%, #7a4bf6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a4bf6", GradientType=1);
  color: white;
  padding: 5px 12px;
  opacity: 1;
}

.header-404 {
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  text-align: center;
}
.header-404:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 33%;
  background-image: url("../img/cloud-lg-left.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
  height: 30%;
  opacity: 0.7;
}
.header-404:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  background-image: url("../img/cloud-xl-right.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  height: 55%;
  opacity: 0.7;
}
.header-404 .container, .header-404 .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper, .mobile-navigation-panel .mobile-navigation-wrapper .header-404 .inner-wrapper {
  position: relative;
  z-index: 1;
}
.header-404 .page-title {
  margin-bottom: 15px;
}

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

.round-image-wrapper {
  border-radius: 10px;
  overflow: hidden;
}

.o-hidden {
  overflow: hidden;
}

.wp-block-table {
  width: 100%;
  border: 1px solid #EEEEEE;
}
.wp-block-table tr td {
  padding: 8px;
  border: 1px solid #EEEEEE;
}

.error-404-wrapper {
  text-align: center;
  padding: 50px 0;
}
.error-404-wrapper .page-title {
  font-weight: 700;
  font-size: 100px;
  line-height: 70px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .error-404-wrapper .page-title {
    font-size: 120px;
    line-height: 90px;
  }
}
.error-404-wrapper .page-title span {
  display: block;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .error-404-wrapper .page-title span {
    font-size: 32px;
  }
}
.error-404-wrapper .error-bg {
  width: 100%;
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
}

/*
 * Keyframes
 */
.yp-animate-wrapper .yp-animate-element {
  position: relative;
}

@keyframes slideOver {
  0% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes floatBalloon {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(0);
  }
  100% {
    -webkit-transform: translate(0%, -100%) rotate(-1eg);
  }
}
@-moz-keyframes floatBalloon {
  0% {
    -moz-transform: translate(0%, 0%) rotate(0);
  }
  100% {
    -moz-transform: translate(0%, -100%) rotate(-1eg);
  }
}
@-o-keyframes floatBalloon {
  0% {
    -o-transform: translate(0%, 0%) rotate(0);
  }
  10% {
    -o-transform: translate(0%, -100%) rotate(-1eg);
  }
}
@keyframes floatBalloon {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(-30%, -40%);
  }
}
#header-wrapper {
  width: 100%;
  padding: 15px 0;
  background: white;
  opacity: 1;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#header-wrapper #hamburger-header {
  vertical-align: top;
  margin-top: 15px;
  position: absolute;
  right: 15px;
  -webkit-transition: margin 0.3s;
  -o-transition: margin 0.3s;
  transition: margin 0.3s;
}
@media (min-width: 992px) {
  #header-wrapper #hamburger-header {
    display: none !important;
  }
}
#header-wrapper .header-logo {
  display: inline-block;
  width: 200px;
  height: 50px;
  vertical-align: middle;
  background-image: url("../img/outreachly-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  bakground-position: left center;
}
@media (min-width: 992px) {
  #header-wrapper .header-logo {
    width: 220px;
    height: 56px;
  }
}
@media (min-width: 1200px) {
  #header-wrapper .header-logo {
    width: 290px;
    height: 75px;
  }
}
#header-wrapper .header-btn {
  display: none;
}
@media (min-width: 576px) {
  #header-wrapper .header-btn {
    display: inline-block;
    position: absolute;
    right: 70px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    max-width: 140px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 20px 16px 20px;
  }
}
@media (min-width: 992px) {
  #header-wrapper .header-btn {
    right: 0;
  }
}
@media (min-width: 1200px) {
  #header-wrapper .header-btn {
    max-width: 155px;
    font-size: 19px;
    line-height: 25px;
    padding: 15px 22px 17px 22px;
  }
}
@media (min-width: 1400px) {
  #header-wrapper .header-btn {
    font-size: 20px;
    line-height: 26px;
  }
}
#header-wrapper .main-nav-wrapper {
  display: none;
}
@media (min-width: 992px) {
  #header-wrapper .main-nav-wrapper {
    width: calc(100% - 340px);
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  #header-wrapper .main-nav-wrapper {
    width: calc(100% - 425px);
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  #header-wrapper .main-nav-wrapper {
    padding-left: 60px;
  }
}
#header-wrapper .main-nav-wrapper ul {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  height: 100%;
}
#header-wrapper .main-nav-wrapper ul li {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  font-family: fieldwork, sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0 7px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (min-width: 1200px) {
  #header-wrapper .main-nav-wrapper ul li {
    margin: 0 12px;
    font-size: 19px;
    line-height: 25px;
  }
}
@media (min-width: 1400px) {
  #header-wrapper .main-nav-wrapper ul li {
    font-size: 20px;
    line-height: 26px;
    margin: 0 15px;
  }
}
#header-wrapper .main-nav-wrapper ul li.menu-item-has-children:hover > a {
  border-color: transparent;
}
#header-wrapper .main-nav-wrapper ul li.menu-item-has-children:hover > a:before {
  visibility: visible;
  opacity: 1;
}
#header-wrapper .main-nav-wrapper ul li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  width: 250px;
}
#header-wrapper .main-nav-wrapper ul li.menu-item-has-children > a:before {
  bottom: 0;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}
#header-wrapper .main-nav-wrapper ul li a {
  color: #232323;
  text-align: center;
  display: block;
  padding: 0 8px 20px 8px;
  position: relative;
}
#header-wrapper .main-nav-wrapper ul li a:hover {
  color: #FA7E11;
}
#header-wrapper .main-nav-wrapper ul li a:after {
  bottom: 10px;
  left: 5px;
  right: 5px;
  height: 2px;
  background: #FA7E11;
  content: " ";
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}
#header-wrapper .main-nav-wrapper ul li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
}
#header-wrapper .main-nav-wrapper ul li .sub-menu {
  position: absolute;
  left: 0;
  min-width: 200px;
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: auto;
  padding: 5px 0 10px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s, opacity 0.4s;
  -o-transition: visibility 0.4s, opacity 0.4s;
  transition: visibility 0.4s, opacity 0.4s;
}
#header-wrapper .main-nav-wrapper ul li .sub-menu li {
  display: block;
  margin: 0;
}
#header-wrapper .main-nav-wrapper ul li .sub-menu li a {
  display: block;
  padding: 6px 20px;
  text-align: left;
}
#header-wrapper .main-nav-wrapper ul li .sub-menu li a:after {
  display: none;
}

.mobile-navigation-panel {
  background: #7a4bf6;
  background: -moz-linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  background: -webkit-linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  background: linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a4bf6", endColorstr="#4109ce", GradientType=1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99998;
  padding: 25px;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: transform 0.4s ease-out;
  -o-transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
@media (min-width: 992px) {
  .mobile-navigation-panel {
    display: none !important;
  }
}
.mobile-navigation-panel.open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mobile-navigation-panel .mobile-navigation-wrapper {
  margin-top: 90px;
  position: relative;
  z-index: 1;
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  display: block;
  margin-bottom: 25px;
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu li {
  position: relative;
  margin: 10px 0;
  display: block;
  padding: 0 !important;
  border: none !important;
  font-weight: 400;
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu li.current-menu-item a {
  color: rgba(255, 255, 255, 0.5);
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu li a {
  color: white;
  display: block;
  font-size: 25px;
  line-height: 32px;
  padding: 0 0 0 25px;
  position: relative;
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu li a:before {
  content: "";
  font-family: "IcoFont";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.2);
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu li a:hover {
  color: #FA7E11;
}
.mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .menu li .sub-menu {
  display: none;
}

.footer-wrapper {
  position: relative;
  background: #080420;
  padding: 30px 0 20px 0;
}
@media (min-width: 768px) {
  .footer-wrapper {
    padding: 50px 0 20px 0;
  }
}
.footer-wrapper p {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 15px 0;
  color: white;
}
.footer-wrapper a {
  color: white;
}
.footer-wrapper a:hover {
  color: #FA7E11;
}
.footer-wrapper h6 {
  font-size: 19px;
  line-height: 25px;
  margin: 0 0 15px 0;
  color: white;
  font-weight: 400;
}
.footer-wrapper ul {
  margin: 0 0 25px 0;
  padding: 0;
  list-style-type: none;
  font-size: 18px;
  line-height: 24px;
}
.footer-wrapper ul li a {
  color: white;
}
.footer-wrapper ul li a:hover {
  color: #FA7E11;
}
.footer-wrapper .social li {
  display: inline-block;
  font-size: 20px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.footer-wrapper .social li a {
  display: block;
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 5px;
  color: #232323;
  line-height: 28px;
  text-align: center;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
.footer-wrapper .social li a:hover {
  background: #FA7E11;
  color: white;
}
.footer-wrapper .form-wrapper {
  position: relative;
}
.footer-wrapper .form-wrapper .gform_wrapper form label {
  color: white;
}
.footer-wrapper .form-wrapper .gform_wrapper form button, .footer-wrapper .form-wrapper .gform_wrapper form input[type=submit] {
  width: 100%;
}
.footer-wrapper .foot-row {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .footer-wrapper .foot-row {
    margin-top: 40px;
  }
}
.footer-wrapper .foot-row p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.footer-wrapper .foot-row p a {
  color: #ffd932;
}
.footer-wrapper .recaptcha-text {
  font-size: 10px;
  line-height: 16px;
}
.footer-wrapper .recaptcha-text a {
  font-weight: bold;
}

.hero-banner {
  padding: 50px 0 70px 0;
}
.hero-banner .main-heading {
  margin-bottom: 30px;
}
.hero-banner .main-heading h1, .hero-banner .main-heading h2, .hero-banner .main-heading h3, .hero-banner .main-heading h4, .hero-banner .main-heading h5, .hero-banner .main-heading h6 {
  font-size: 37px;
  line-height: 47px;
}
@media (min-width: 992px) {
  .hero-banner .main-heading h1, .hero-banner .main-heading h2, .hero-banner .main-heading h3, .hero-banner .main-heading h4, .hero-banner .main-heading h5, .hero-banner .main-heading h6 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .hero-banner .main-heading h1, .hero-banner .main-heading h2, .hero-banner .main-heading h3, .hero-banner .main-heading h4, .hero-banner .main-heading h5, .hero-banner .main-heading h6 {
    font-size: 75px;
    line-height: 80px;
  }
}
.hero-banner .main-heading h1 strong, .hero-banner .main-heading h1 b, .hero-banner .main-heading h2 strong, .hero-banner .main-heading h2 b, .hero-banner .main-heading h3 strong, .hero-banner .main-heading h3 b, .hero-banner .main-heading h4 strong, .hero-banner .main-heading h4 b, .hero-banner .main-heading h5 strong, .hero-banner .main-heading h5 b, .hero-banner .main-heading h6 strong, .hero-banner .main-heading h6 b {
  font-weight: 400;
  color: #FA7E11;
}
.hero-banner .content {
  font-weight: 400;
}
.hero-banner .partners-heading {
  color: #D1D1D1;
  margin: 30px 0 10px 0;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .hero-banner .partners-heading {
    margin: 50px 0 10px 0;
  }
}
.hero-banner .partner-logos .logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  height: 50px;
  margin-right: 3.5%;
  margin-bottom: 10px;
}
.hero-banner .form-wrapper {
  position: relative;
}
.hero-banner .form-wrapper .gform_wrapper form {
  display: flex !important;
}
.hero-banner .form-wrapper .gform_wrapper form .gravity-theme, .hero-banner .form-wrapper .gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.hero-banner .form-wrapper .gform_wrapper form .gform_body {
  width: 100% !important;
}
.hero-banner .form-wrapper .gform_wrapper form input[type=text], .hero-banner .form-wrapper .gform_wrapper form input[type=email] {
  width: 100%;
  height: 60px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(122, 83, 243, 0) !important;
  color: black !important;
  border: #565656 1px solid !important;
  border-radius: 0;
  font-size: 19px;
  line-height: 25px;
}
.hero-banner .form-wrapper .gform_wrapper form button, .hero-banner .form-wrapper .gform_wrapper form input[type=submit] {
  background: #7A53F3 !important;
  border: #7A53F3 !important;
  color: white !important;
  display: inline-block !important;
  height: 60px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 13px 35px !important;
}
.hero-banner .form-wrapper .gform_wrapper form button:hover, .hero-banner .form-wrapper .gform_wrapper form input[type=submit]:hover {
  background: #3e0fd1 !important;
  cursor: pointer !important;
}
.hero-banner .form-wrapper .gform_wrapper form #message_container {
  top: -35px;
}
.hero-banner .free-trial-text {
  padding-left: 0;
}
.hero-banner .free-trial-text li {
  display: block;
  position: relative;
  font-weight: 500;
  margin-left: 25px;
}
@media (min-width: 992px) {
  .hero-banner .free-trial-text li {
    display: inline-block;
    margin-left: 60px;
  }
}
.hero-banner .free-trial-text li:first-of-type {
  margin-left: 25px;
}
.hero-banner .free-trial-text li:before {
  content: "";
  background: url("../img/orange-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-divider path {
  fill: #FA7E11;
  stroke: #FA7E11;
}

.features-section {
  background: #e46b00;
  background: -moz-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46b00", endColorstr="#fa7e11", GradientType=1);
  padding: 60px 0 150px 0;
  position: relative;
}
@media (min-width: 992px) {
  .features-section {
    padding: 100px 0 100px 0;
  }
}
.features-section p {
  margin-bottom: 0;
}
.features-section h2 {
  margin-bottom: 15px;
}
.features-section .feature-item {
  background: white;
  padding: 40px 20px;
  text-align: center;
  border-radius: 30px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .features-section .feature-item {
    padding: 40px 30px;
  }
}
.features-section .feature-item img {
  width: 50%;
  max-width: 150px;
  margin: 0 auto 20px auto;
  flex-shrink: 0;
}
.features-section .feature-item h4 {
  font-size: 21px;
  line-height: 27px;
  margin: 10px 0 15px 0;
}
.features-section .feature-item p {
  font-size: 17px;
  line-height: 23px;
}
.features-section .feature-item .btn-set {
  align-self: flex-start !important;
  margin-top: auto !important;
  width: 100%;
}
.features-section .feature-item .yp-btn {
  margin: 10px 0;
}
.features-section .feature-item .secondary-link {
  color: #565656;
  font-size: 17px;
  line-height: 23px;
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.features-section .feature-item .secondary-link:hover {
  color: #565656;
}
.features-section .feature-item .learn-more-link {
  color: #707070;
  font-size: 16px;
  line-height: 21px;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-color: #b9b6b3;
}
.features-section .feature-item .learn-more-link:hover {
  color: #3d3d3d;
}
.features-section .section-1-divider {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: 1;
}
.features-section .section-1-divider path {
  fill: #ffffff;
  stroke: #ffffff;
}

.magic-section {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 992px) {
  .magic-section {
    padding: 60px 0;
  }
}
.magic-section.with-form-below {
  padding-bottom: 180px;
}
@media (min-width: 992px) {
  .magic-section.with-form-below {
    padding-bottom: 200px;
  }
}
.magic-section .feature-item {
  position: relative;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .magic-section .feature-item {
    padding: 60px 0;
  }
}
.magic-section .feature-item.last:after {
  display: none;
}
@media (min-width: 768px) {
  .magic-section .feature-item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(250, 126, 17, 0.07);
    width: 2px;
    height: 120px;
    bottom: -60px;
  }
}
@media (min-width: 768px) {
  .magic-section .feature-item.alt-layout .feature-inner {
    padding-right: 27%;
    padding-left: 40px;
    margin-right: 150px;
    margin-left: 0;
  }
}
.magic-section .feature-item.alt-layout .icon {
  left: auto;
  right: 0;
}
.magic-section .feature-item .feature-inner {
  background: rgba(250, 126, 17, 0.07);
  border-radius: 30px;
  padding: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .magic-section .feature-item .feature-inner {
    padding: 40px;
    padding-left: 27%;
    margin-left: 150px;
    width: calc(100% - 150px);
  }
}
.magic-section .feature-item .feature-inner h4 {
  margin: 0 0 10px 0;
  font-weight: 400;
}
.magic-section .feature-item .feature-inner p {
  font-weight: 300;
}
.magic-section .feature-item .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  width: 50%;
  height: 220px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .magic-section .feature-item .icon {
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 40%;
    height: auto;
    position: absolute;
  }
}

.tips-form-section {
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  padding: 40px 0 40px 0;
}
.tips-form-section .form-content h1, .tips-form-section .form-content h2, .tips-form-section .form-content h3, .tips-form-section .form-content h4, .tips-form-section .form-content h5, .tips-form-section .form-content h6 {
  font-weight: 400;
  font-size: 43px;
  line-height: 49px;
  margin-bottom: 0;
}
.tips-form-section .form-content strong, .tips-form-section .form-content b {
  color: #FA7E11;
}
.tips-form-section .list ul {
  list-style: none;
  margin-bottom: 0;
}
.tips-form-section .list ul li {
  position: relative;
}
.tips-form-section .list ul li:before {
  content: "";
  background: url("../img/white-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.tips-form-section .form-wrapper {
  position: relative;
}
.tips-form-section .form-wrapper .gform_wrapper form {
  display: flex !important;
}
.tips-form-section .form-wrapper .gform_wrapper form .gravity-theme, .tips-form-section .form-wrapper .gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.tips-form-section .form-wrapper .gform_wrapper form .gform_body {
  width: 100% !important;
}
.tips-form-section .form-wrapper .gform_wrapper form input[type=text], .tips-form-section .form-wrapper .gform_wrapper form input[type=email] {
  width: 100%;
  height: 60px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(122, 83, 243, 0) !important;
  color: white !important;
  border: #fff 1px solid !important;
  border-radius: 0;
  font-size: 19px;
  line-height: 25px;
}
.tips-form-section .form-wrapper .gform_wrapper form button, .tips-form-section .form-wrapper .gform_wrapper form input[type=submit] {
  background: #fff !important;
  border: #fff !important;
  color: black !important;
  display: inline-block !important;
  height: 60px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 13px 35px !important;
  margin-bottom: 0 !important;
}
.tips-form-section .form-wrapper .gform_wrapper form button:hover, .tips-form-section .form-wrapper .gform_wrapper form input[type=submit]:hover {
  background: #cccccc !important;
  cursor: pointer !important;
}
.tips-form-section .form-wrapper .gform_wrapper form #message_container {
  top: -35px;
}
.tips-form-section .recaptcha-text {
  color: white;
}
.tips-form-section .recaptcha-text a {
  font-weight: bold;
  color: white;
}

.packages-section {
  background: rgba(250, 126, 17, 0.07);
  padding: 80px 0 80px;
}
.packages-section .packages {
  margin-top: 60px;
}
.packages-section .packages p {
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
@media (min-width: 1200px) {
  .packages-section .outer {
    padding: 0 20px 0 20px;
  }
}
.packages-section p {
  margin-bottom: 0;
}
.packages-section h2 {
  margin-bottom: 15px;
}
.packages-section a:hover .package-item {
  transform: translateY(-20px);
}
.packages-section .package-item {
  position: relative;
  z-index: 1;
  transition: transform 0.2s linear;
}
.packages-section .package-item :hover p {
  color: #876EF3;
}
.packages-section .package-item .inner {
  background: white;
  border-radius: 8px;
  padding: 40px 50px 40px 50px;
}
@media (min-width: 768px) {
  .packages-section .package-item .inner {
    padding: 10px 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .packages-section .package-item .inner {
    padding: 40px 50px 40px 50px;
  }
}
.packages-section .package-item .inner ul {
  display: table;
  margin: 0 auto;
}
.packages-section .package-item span {
  color: #FA7E11;
  margin-top: 10px;
  border-bottom: 1px solid #FA7E11;
}
.packages-section .package-item.popular:before {
  content: "";
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  position: absolute;
  top: -8px;
  bottom: -20px;
  left: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .packages-section .package-item.popular {
    margin-top: -25px;
    margin-bottom: -25px;
  }
}
.packages-section .package-item.popular .popular-text {
  margin-top: 20px;
}
.packages-section .package-item.popular .popular-text h3 {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.packages-section .package-item.popular .popular-text h3:before {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  left: 20px;
  top: 4px;
}
.packages-section .package-item.popular .popular-text h3:after {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 20px;
  top: 4px;
}
.packages-section .package-item.popular .inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.packages-section .package-item:last-of-type {
  margin-right: 0;
}
.packages-section .package-item .sub-heading {
  color: #9a9a9a;
}
.packages-section .package-item .price {
  font-weight: 700;
}
.packages-section .package-item ul {
  list-style: none;
  margin-bottom: 0;
}
.packages-section .package-item ul .list-item {
  position: relative;
}
.packages-section .package-item ul .list-item.included:before {
  background: url("../img/orange-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.packages-section .package-item ul .list-item.not-included:before {
  background: url("../img/grey-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.packages-section .btn-set {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .packages-section .btn-set {
    margin-top: 35px;
  }
}

.usp-section {
  position: relative;
  background: rgba(250, 126, 17, 0.07);
  padding: 80px 0 40px;
}
@media (min-width: 992px) {
  .usp-section {
    padding: 140px 0 60px 0;
  }
}
.usp-section.with-form-above {
  padding-top: 180px;
}
@media (min-width: 992px) {
  .usp-section.with-form-above {
    padding-top: 220px;
  }
}
.usp-section .usp-item {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .usp-section .usp-item {
    margin-bottom: 80px;
  }
}
.usp-section .usp-item .icon-wrapper {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: white;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 576px) {
  .usp-section .usp-item .icon-wrapper {
    height: 130px;
    width: 130px;
  }
}
.usp-section .usp-item .icon-wrapper img {
  width: 48%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.usp-section .usp-item .usp-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 85px);
  padding-left: 15px;
}
@media (min-width: 576px) {
  .usp-section .usp-item .usp-content {
    width: calc(100% - 135px);
    padding-left: 25px;
  }
}
@media (min-width: 992px) {
  .usp-section .usp-item .usp-content {
    padding-right: 20px;
  }
}
.usp-section .usp-item .usp-content h4 {
  font-size: 19px;
  line-height: 25px;
  margin: 0 0 5px 0;
}
@media (min-width: 576px) {
  .usp-section .usp-item .usp-content h4 {
    font-size: 21px;
    line-height: 27px;
  }
}
.usp-section .usp-item .usp-content p {
  font-size: 17px;
  line-height: 23px;
}

.latest-news {
  position: relative;
  background: rgba(135, 110, 243, 0.07);
  padding: 40px 0 60px 0;
}
@media (min-width: 992px) {
  .latest-news {
    padding: 70px 0 90px 0;
  }
}
.latest-news .latest-item {
  display: block;
  background: white;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .latest-news .latest-item {
    padding: 30px;
  }
}
.latest-news .latest-item:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.latest-news .latest-item:hover .label {
  color: #7A53F3;
}
.latest-news .latest-item h3 {
  margin-bottom: 10px;
}
.latest-news .latest-item span {
  display: block;
}
.latest-news .latest-item .label {
  color: #D1D1D1;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.latest-news .latest-item .button {
  color: #4109CE;
  font-size: 20px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 5px;
  align-self: flex-start !important;
  margin-top: auto !important;
  width: 100%;
}
.latest-news .latest-item .button:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4109CE;
  font-weight: 400;
}

.left-right {
  background: rgba(250, 126, 17, 0.07);
  padding-bottom: 80px;
}
.left-right .image {
  height: 100%;
  width: 100%;
}
.left-right .image img {
  height: 100%;
  width: 100%;
}
.left-right .content {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .left-right .content {
    padding-top: 0;
    padding: 30px;
  }
}
.left-right .content .page-heading {
  margin-bottom: 35px;
}
.left-right .content h2 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .left-right .content h2 {
    font-size: 75px;
    line-height: 80px;
  }
}
.left-right .content h2 strong {
  color: #FA7E11;
  font-weight: 400;
}

.call-to-action {
  background: #d66807;
  background: -moz-linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  background: linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66807", endColorstr="#fa7e11", GradientType=1);
  padding: 60px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .call-to-action {
    padding: 100px 0;
  }
}
.call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../img/background-outline.png");
  background-size: 800px 800px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.call-to-action .container, .call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper, .mobile-navigation-panel .mobile-navigation-wrapper .call-to-action .inner-wrapper {
  position: relative;
  z-index: 1;
}

/* The Modal (background) */
.modal-box {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 100px auto;
  padding: 50px 20px 20px;
  border: 1px solid #888;
  width: 90%;
  max-width: 800px;
}
@media (min-width: 768px) {
  .modal-content {
    margin: 15% auto;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.about-banner {
  padding: 70px 0 80px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .about-banner {
    padding: 100px 0 200px 0;
  }
}
@media (min-width: 1200px) {
  .about-banner {
    padding: 130px 0 330px 0;
  }
}
.about-banner .bg-image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: -30px;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 991.98px) {
  .about-banner .bg-image {
    display: none;
  }
}
.about-banner .main-heading {
  margin-bottom: 30px;
}
.about-banner .main-heading h1, .about-banner .main-heading h2, .about-banner .main-heading h3, .about-banner .main-heading h4, .about-banner .main-heading h5, .about-banner .main-heading h6 {
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 992px) {
  .about-banner .main-heading h1, .about-banner .main-heading h2, .about-banner .main-heading h3, .about-banner .main-heading h4, .about-banner .main-heading h5, .about-banner .main-heading h6 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .about-banner .main-heading h1, .about-banner .main-heading h2, .about-banner .main-heading h3, .about-banner .main-heading h4, .about-banner .main-heading h5, .about-banner .main-heading h6 {
    font-size: 62px;
    line-height: 72px;
  }
}
.about-banner .main-heading h1 strong, .about-banner .main-heading h1 b, .about-banner .main-heading h2 strong, .about-banner .main-heading h2 b, .about-banner .main-heading h3 strong, .about-banner .main-heading h3 b, .about-banner .main-heading h4 strong, .about-banner .main-heading h4 b, .about-banner .main-heading h5 strong, .about-banner .main-heading h5 b, .about-banner .main-heading h6 strong, .about-banner .main-heading h6 b {
  font-weight: 400;
  color: #4109CE;
}
.about-banner .content {
  font-weight: 400;
}

.about-features-section {
  padding: 60px 0;
  position: relative;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  background: linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#7a53f3", GradientType=1);
}
@media (min-width: 992px) {
  .about-features-section {
    padding: 100px 0;
  }
}
.about-features-section.with-video-below {
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .about-features-section.with-video-below {
    margin-top: 100px;
  }
}
.about-features-section.with-form-below {
  padding-bottom: 150px;
}
@media (min-width: 992px) {
  .about-features-section.with-form-below {
    padding-bottom: 200px;
  }
}
.about-features-section .video-container {
  top: -100px;
  position: relative;
}
@media (min-width: 992px) {
  .about-features-section .video-container {
    margin-bottom: 50px;
  }
}
.about-features-section .video-container .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.about-features-section .video-container .video-wrapper iframe, .about-features-section .video-container .video-wrapper object, .about-features-section .video-container .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-features-section .feature-item {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .about-features-section .feature-item {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.about-features-section .feature-item .divider-line {
  position: absolute;
  bottom: -40px;
  height: 70px;
  width: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .about-features-section .feature-item .divider-line {
    bottom: -75px;
    height: 150px;
  }
}
.about-features-section .feature-item .divider-line.aos-animate:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about-features-section .feature-item .divider-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(184, 184, 184, 0.6867121849) 48%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(184, 184, 184, 0.6867121849) 48%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(184, 184, 184, 0.6867121849) 48%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.about-features-section .feature-item h3 {
  margin: 15px 0 20px 0;
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .about-features-section .feature-item h3 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 992px) {
  .about-features-section .feature-item h3 {
    font-size: 46px;
    line-height: 53px;
    margin: 0 0 35px 0;
  }
}
.about-features-section .feature-item p {
  font-weight: 300;
}

.job-opportunities-section {
  position: relative;
  background: rgba(135, 110, 243, 0.07);
  padding: 80px 0;
}
@media (min-width: 992px) {
  .job-opportunities-section {
    padding: 140px 0;
  }
}
.job-opportunities-section.with-form-above {
  padding-top: 180px;
}
@media (min-width: 992px) {
  .job-opportunities-section.with-form-above {
    padding-top: 220px;
  }
}
.job-opportunities-section .job-item {
  display: block;
  background: white;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .job-opportunities-section .job-item {
    padding: 30px;
  }
}
.job-opportunities-section .job-item:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.job-opportunities-section .job-item:hover .label {
  color: #7A53F3;
}
.job-opportunities-section .job-item span {
  display: block;
}
.job-opportunities-section .job-item h3 {
  margin-bottom: 10px;
}
.job-opportunities-section .job-item .label {
  color: #D1D1D1;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.job-opportunities-section .job-item .button {
  color: #4109CE;
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  align-self: flex-start !important;
  margin-top: auto !important;
  width: 100%;
}
.job-opportunities-section .job-item .button:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4109CE;
  font-weight: 400;
}

.services-banner {
  padding: 70px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .services-banner {
    padding: 60px 0 60px 0;
  }
}
.services-banner .main-heading {
  margin-bottom: 30px;
}
.services-banner .main-heading h1, .services-banner .main-heading h2, .services-banner .main-heading h3, .services-banner .main-heading h4, .services-banner .main-heading h5, .services-banner .main-heading h6 {
  font-size: 37px;
  line-height: 47px;
}
@media (min-width: 992px) {
  .services-banner .main-heading h1, .services-banner .main-heading h2, .services-banner .main-heading h3, .services-banner .main-heading h4, .services-banner .main-heading h5, .services-banner .main-heading h6 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .services-banner .main-heading h1, .services-banner .main-heading h2, .services-banner .main-heading h3, .services-banner .main-heading h4, .services-banner .main-heading h5, .services-banner .main-heading h6 {
    font-size: 75px;
    line-height: 80px;
  }
}
.services-banner .main-heading h1 strong, .services-banner .main-heading h1 b, .services-banner .main-heading h2 strong, .services-banner .main-heading h2 b, .services-banner .main-heading h3 strong, .services-banner .main-heading h3 b, .services-banner .main-heading h4 strong, .services-banner .main-heading h4 b, .services-banner .main-heading h5 strong, .services-banner .main-heading h5 b, .services-banner .main-heading h6 strong, .services-banner .main-heading h6 b {
  font-weight: 400;
  color: #FA7E11;
}
.services-banner .content {
  font-weight: 400;
}
.services-banner .modal a.close-modal {
  top: 5px !important;
  right: 5px !important;
}

.services-modal {
  max-height: 600px !important;
  overflow: hidden !important;
}
.services-modal a.close-modal {
  top: 5px !important;
  right: 5px !important;
}

.services-packages-section {
  background: #e46b00;
  background: -moz-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46b00", endColorstr="#fa7e11", GradientType=1);
  padding: 80px 0 80px;
}
.services-packages-section .packages {
  margin-top: 60px;
}
.services-packages-section .packages p {
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
.services-packages-section p {
  margin-bottom: 0;
}
.services-packages-section h2 {
  margin-bottom: 15px;
}
.services-packages-section a:hover {
  color: black;
}
.services-packages-section a:hover .package-item {
  transform: translateY(-20px);
}
.services-packages-section a:hover .package-item :hover p {
  color: #876EF3;
}
.services-packages-section .package-item {
  position: relative;
  z-index: 1;
  transition: transform 0.2s linear;
}
.services-packages-section .package-item .inner {
  background: white;
  border-radius: 8px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .services-packages-section .package-item .inner {
    padding: 10px 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .services-packages-section .package-item .inner {
    padding: 40px 30px 40px 30px;
  }
}
.services-packages-section .package-item .inner ul {
  display: table;
  margin: 0 auto;
}
.services-packages-section .package-item span {
  color: #FA7E11;
  margin-top: 10px;
  border-bottom: 1px solid #FA7E11;
}
.services-packages-section .package-item.popular:before {
  content: "";
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  position: absolute;
  top: -8px;
  bottom: -20px;
  left: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 10px;
}
.services-packages-section .package-item.popular .inner {
  background: white;
}
@media (min-width: 768px) {
  .services-packages-section .package-item.popular {
    margin-top: 0px;
    margin-bottom: -25px;
  }
}
.services-packages-section .package-item.popular .popular-text {
  margin-top: 20px;
}
.services-packages-section .package-item.popular .popular-text h3 {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.services-packages-section .package-item.popular .popular-text h3:before {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 1200px) {
  .services-packages-section .package-item.popular .popular-text h3:before {
    left: 20px;
  }
}
.services-packages-section .package-item.popular .popular-text h3:after {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 0;
  top: 4px;
}
@media (min-width: 1200px) {
  .services-packages-section .package-item.popular .popular-text h3:after {
    right: 20px;
  }
}
.services-packages-section .package-item.popular .inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.services-packages-section .package-item:last-of-type {
  margin-right: 0;
}
.services-packages-section .package-item .sub-heading {
  color: #9a9a9a;
}
.services-packages-section .package-item .price {
  font-weight: 700;
}
.services-packages-section .package-item ul {
  list-style: none;
  margin-bottom: 0;
}
.services-packages-section .package-item ul .list-item {
  position: relative;
}
.services-packages-section .package-item ul .list-item.included:before {
  background: url("../img/orange-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.services-packages-section .package-item ul .list-item.not-included:before {
  background: url("../img/grey-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.services-packages-section .btn-set {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .services-packages-section .btn-set {
    margin-top: 35px;
  }
}

.testimonial-section {
  position: relative;
  color: white;
}
.testimonial-section:before, .testimonial-section:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial-section:before, .testimonial-section:after {
    width: 50%;
  }
}
.testimonial-section:before {
  left: 0;
  background: #7A53F3;
}
.testimonial-section:after {
  right: 0;
  background: #7a4bf6;
  background: -moz-linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  background: -webkit-linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  background: linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a4bf6", endColorstr="#4109ce", GradientType=1);
}
.testimonial-section .arrows-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .testimonial-section .arrows-container {
    left: -10px;
    right: -10px;
  }
}
.testimonial-section .arrows-container .arrow {
  background: none !important;
  color: white;
  font-size: 50px;
}
.testimonial-section .swiper-slide {
  padding: 25px 0;
}
@media (min-width: 768px) {
  .testimonial-section .swiper-slide {
    padding: 60px 0;
  }
}
.testimonial-section .swiper-slide .inner-content {
  padding: 20px 50px;
}
@media (min-width: 768px) {
  .testimonial-section .swiper-slide .inner-content {
    padding: 30px 50px;
  }
}
.testimonial-section .swiper-slide .inner-content.content-right {
  background-image: url("../img/testimonial-arrows.png");
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .testimonial-section .swiper-slide .inner-content.content-right {
    padding-left: 50px;
  }
}
.testimonial-section .swiper-slide .inner-content .testimonial-stat {
  font-size: 70px;
  line-height: 80px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .testimonial-section .swiper-slide .inner-content .testimonial-stat {
    font-size: 110px;
    line-height: 115px;
  }
}
.testimonial-section .swiper-slide img {
  max-width: 200px;
  margin-bottom: 20px;
}

.services-features-section {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 992px) {
  .services-features-section {
    padding: 80px 0;
  }
}
.services-features-section .feature-item {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.services-features-section .feature-item .divider-line {
  position: absolute;
  bottom: -30px;
  height: 80px;
  width: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .services-features-section .feature-item .divider-line {
    bottom: -75px;
    height: 100px;
  }
}
.services-features-section .feature-item .divider-line.aos-animate:after {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.services-features-section .feature-item .divider-line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(184, 184, 184, 0.6867121849) 48%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(184, 184, 184, 0.6867121849) 48%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, white 0%, rgba(184, 184, 184, 0.6867121849) 48%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  -webkit-transition: transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.services-features-section .feature-item h3 {
  margin: 15px 0 20px 0;
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .services-features-section .feature-item h3 {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 25px 0;
  }
}
@media (min-width: 992px) {
  .services-features-section .feature-item h3 {
    font-size: 46px;
    line-height: 53px;
    margin: 0 0 35px 0;
  }
}
.services-features-section .feature-item p {
  font-weight: 300;
}
.services-features-section .features-cta {
  padding-top: 20px;
  paddin-bottom: 50px;
}
@media (min-width: 992px) {
  .services-features-section .features-cta {
    padding-top: 30px;
  }
}
.services-features-section .features-cta .cta-heading h1, .services-features-section .features-cta .cta-heading h2, .services-features-section .features-cta .cta-heading h3, .services-features-section .features-cta .cta-heading h4, .services-features-section .features-cta .cta-heading h5, .services-features-section .features-cta .cta-heading h6 {
  font-size: 33px;
  line-height: 40px;
  margin: 0 0 15px 0;
}
@media (min-width: 992px) {
  .services-features-section .features-cta .cta-heading h1, .services-features-section .features-cta .cta-heading h2, .services-features-section .features-cta .cta-heading h3, .services-features-section .features-cta .cta-heading h4, .services-features-section .features-cta .cta-heading h5, .services-features-section .features-cta .cta-heading h6 {
    font-size: 45px;
    line-height: 53px;
  }
}
.services-features-section .features-cta .cta-heading h1 strong, .services-features-section .features-cta .cta-heading h1 b, .services-features-section .features-cta .cta-heading h2 strong, .services-features-section .features-cta .cta-heading h2 b, .services-features-section .features-cta .cta-heading h3 strong, .services-features-section .features-cta .cta-heading h3 b, .services-features-section .features-cta .cta-heading h4 strong, .services-features-section .features-cta .cta-heading h4 b, .services-features-section .features-cta .cta-heading h5 strong, .services-features-section .features-cta .cta-heading h5 b, .services-features-section .features-cta .cta-heading h6 strong, .services-features-section .features-cta .cta-heading h6 b {
  color: #FA7E11;
  font-weight: 400;
}
.services-features-section .features-cta .cta-text {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
}

.services-grid-section {
  position: relative;
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  padding: 50px 0 30px 0;
}
@media (min-width: 992px) {
  .services-grid-section {
    padding: 80px 0 50px 0;
  }
}
.services-grid-section .grid-item {
  display: block;
  background: white;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .services-grid-section .grid-item {
    padding: 30px;
  }
}
.services-grid-section .grid-item img {
  max-height: 75px;
}
.services-grid-section .grid-item h3 {
  font-size: 19px;
  line-height: 26px;
  margin: 20px 0 0 0;
}
@media (min-width: 576px) {
  .services-grid-section .grid-item h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
.services-grid-section .grid-item .label {
  color: #232323;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 300;
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.services-grid-section a.grid-item {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.services-grid-section a.grid-item:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.services-grid-section a.grid-item:hover .label {
  color: #7A53F3;
}

.landing-page-contact-section {
  position: relative;
  background: white;
}
.landing-page-contact-section.contact-landing {
  padding: 30px 0 60px 0;
}
@media (min-width: 992px) {
  .landing-page-contact-section.contact-landing {
    padding: 60px 0;
  }
}
.landing-page-contact-section.with-form {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .landing-page-contact-section.with-form {
    margin-top: 80px;
  }
}
.landing-page-contact-section form {
  margin: 50px auto;
  width: 70%;
}
.landing-page-contact-section form:after {
  content: "";
  display: block;
  clear: both;
}
.landing-page-contact-section form .form-group {
  margin: 0 0 15px 0;
}
@media (min-width: 768px) {
  .landing-page-contact-section form .form-group {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 1% 15px 1%;
  }
}
.landing-page-contact-section form button, .landing-page-contact-section form input[type=submit] {
  float: right;
  width: 100%;
  border-radius: 25px;
}
@media (min-width: 768px) {
  .landing-page-contact-section form button, .landing-page-contact-section form input[type=submit] {
    margin-right: 1%;
  }
}
.landing-page-contact-section .grid-item {
  display: block;
  background: white;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .landing-page-contact-section .grid-item {
    padding: 30px;
  }
}
.landing-page-contact-section .grid-item img {
  max-height: 75px;
}
.landing-page-contact-section .grid-item h3 {
  font-size: 19px;
  line-height: 26px;
  margin: 20px 0;
}
@media (min-width: 576px) {
  .landing-page-contact-section .grid-item h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
.landing-page-contact-section .grid-item .label {
  color: #232323;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.landing-page-contact-section .grid-item .button {
  color: #4109CE;
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  align-self: flex-start !important;
  margin-top: auto !important;
  width: 100%;
}
.landing-page-contact-section .grid-item .button:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4109CE;
  font-weight: 400;
}
.landing-page-contact-section a.grid-item {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.landing-page-contact-section a.grid-item:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.landing-page-contact-section a.grid-item:hover .label {
  color: #7A53F3;
}

.contact-landing {
  background: white !important;
}

.landing-page-banner {
  margin-top: 50px;
  padding: 50px 0;
  background: rgba(250, 126, 17, 0.07);
  position: relative;
  z-index: 2;
  overflow: visible;
}
@media (min-width: 992px) {
  .landing-page-banner {
    padding: 60px 0 60px 0;
    margin-top: 90px;
  }
}
.landing-page-banner .banner-main-heading {
  margin-bottom: 30px;
}
.landing-page-banner .banner-main-heading h1, .landing-page-banner .banner-main-heading h2, .landing-page-banner .banner-main-heading h3, .landing-page-banner .banner-main-heading h4, .landing-page-banner .banner-main-heading h5, .landing-page-banner .banner-main-heading h6 {
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 992px) {
  .landing-page-banner .banner-main-heading h1, .landing-page-banner .banner-main-heading h2, .landing-page-banner .banner-main-heading h3, .landing-page-banner .banner-main-heading h4, .landing-page-banner .banner-main-heading h5, .landing-page-banner .banner-main-heading h6 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .landing-page-banner .banner-main-heading h1, .landing-page-banner .banner-main-heading h2, .landing-page-banner .banner-main-heading h3, .landing-page-banner .banner-main-heading h4, .landing-page-banner .banner-main-heading h5, .landing-page-banner .banner-main-heading h6 {
    font-size: 60px;
    line-height: 66px;
  }
}
.landing-page-banner .banner-main-heading h1 strong, .landing-page-banner .banner-main-heading h1 b, .landing-page-banner .banner-main-heading h2 strong, .landing-page-banner .banner-main-heading h2 b, .landing-page-banner .banner-main-heading h3 strong, .landing-page-banner .banner-main-heading h3 b, .landing-page-banner .banner-main-heading h4 strong, .landing-page-banner .banner-main-heading h4 b, .landing-page-banner .banner-main-heading h5 strong, .landing-page-banner .banner-main-heading h5 b, .landing-page-banner .banner-main-heading h6 strong, .landing-page-banner .banner-main-heading h6 b {
  font-weight: 400;
  color: #FA7E11;
}
.landing-page-banner .banner-wrapper {
  margin-top: -140px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: white;
  border-radius: 35px;
  padding: 30px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .landing-page-banner .banner-wrapper {
    padding: 80px;
  }
}
.landing-page-banner .content {
  font-weight: 400;
}

.blocks-section {
  background: rgba(250, 126, 17, 0.07);
  padding: 50px 0 50px;
}
@media (min-width: 992px) {
  .blocks-section {
    padding: 60px 0 60px;
  }
}
.blocks-section .grid-item {
  display: block;
  background: white;
  border-radius: 20px;
  padding: 20px;
  height: 100%;
  margin-bottom: 10px;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .blocks-section .grid-item {
    padding: 30px;
  }
}
.blocks-section .grid-item img {
  max-height: 75px;
}
.blocks-section .grid-item h3 {
  font-size: 19px;
  line-height: 26px;
  margin: 20px 0;
}
@media (min-width: 576px) {
  .blocks-section .grid-item h3 {
    font-size: 22px;
    line-height: 29px;
  }
}
.blocks-section .grid-item .label {
  color: #232323;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 300;
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.blocks-section .grid-item .button {
  color: #4109CE;
  font-size: 20px;
  position: relative;
  padding-bottom: 5px;
  align-self: flex-start !important;
  margin-top: auto !important;
  width: 100%;
}
.blocks-section .grid-item .button:after {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #4109CE;
  font-weight: 400;
}
.blocks-section a.grid-item {
  -webkit-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
}
.blocks-section a.grid-item:hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.blocks-section a.grid-item:hover .label {
  color: #7A53F3;
}

.faqs-section {
  position: relative;
  background: #d66807;
  background: -moz-linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  background: linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66807", endColorstr="#fa7e11", GradientType=1);
  padding: 80px 0;
}
@media (min-width: 992px) {
  .faqs-section {
    padding: 80px 0;
  }
}
.faqs-section .faq-item {
  background: white;
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .faqs-section .faq-item {
    padding: 20px 30px 10px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .faqs-section .faq-item {
    padding: 30px 40px 20px 40px;
  }
}
.faqs-section .faq-item.open .faq-question:after {
  content: "";
}
.faqs-section .faq-item .faq-question {
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.faqs-section .faq-item .faq-question:after {
  content: "";
  font-family: "IcoFont";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FA7E11;
  font-size: 30px;
}
.faqs-section .faq-item .faq-question p, .faqs-section .faq-item .faq-question h1, .faqs-section .faq-item .faq-question h2, .faqs-section .faq-item .faq-question h3, .faqs-section .faq-item .faq-question h4, .faqs-section .faq-item .faq-question h5, .faqs-section .faq-item .faq-question h6 {
  font-weight: 400;
  font-size: 19px;
}
@media (min-width: 992px) {
  .faqs-section .faq-item .faq-question p, .faqs-section .faq-item .faq-question h1, .faqs-section .faq-item .faq-question h2, .faqs-section .faq-item .faq-question h3, .faqs-section .faq-item .faq-question h4, .faqs-section .faq-item .faq-question h5, .faqs-section .faq-item .faq-question h6 {
    font-size: 23px;
  }
}
.faqs-section .faq-item .faq-answer {
  display: none;
}
.faqs-section .faq-item .faq-answer p, .faqs-section .faq-item .faq-answer h1, .faqs-section .faq-item .faq-answer h2, .faqs-section .faq-item .faq-answer h3, .faqs-section .faq-item .faq-answer h4, .faqs-section .faq-item .faq-answer h5, .faqs-section .faq-item .faq-answer h6 {
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
}

.customer-overview-banner {
  padding: 60px 0 70px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .customer-overview-banner {
    padding: 80px 0 130px 0;
  }
}
.customer-overview-banner .main-heading {
  margin-bottom: 30px;
}
.customer-overview-banner .main-heading h1, .customer-overview-banner .main-heading h2, .customer-overview-banner .main-heading h3, .customer-overview-banner .main-heading h4, .customer-overview-banner .main-heading h5, .customer-overview-banner .main-heading h6 {
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 992px) {
  .customer-overview-banner .main-heading h1, .customer-overview-banner .main-heading h2, .customer-overview-banner .main-heading h3, .customer-overview-banner .main-heading h4, .customer-overview-banner .main-heading h5, .customer-overview-banner .main-heading h6 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .customer-overview-banner .main-heading h1, .customer-overview-banner .main-heading h2, .customer-overview-banner .main-heading h3, .customer-overview-banner .main-heading h4, .customer-overview-banner .main-heading h5, .customer-overview-banner .main-heading h6 {
    font-size: 68px;
    line-height: 76px;
  }
}
.customer-overview-banner .main-heading h1 strong, .customer-overview-banner .main-heading h1 b, .customer-overview-banner .main-heading h2 strong, .customer-overview-banner .main-heading h2 b, .customer-overview-banner .main-heading h3 strong, .customer-overview-banner .main-heading h3 b, .customer-overview-banner .main-heading h4 strong, .customer-overview-banner .main-heading h4 b, .customer-overview-banner .main-heading h5 strong, .customer-overview-banner .main-heading h5 b, .customer-overview-banner .main-heading h6 strong, .customer-overview-banner .main-heading h6 b {
  font-weight: 400;
  color: #4109CE;
}
.customer-overview-banner .content {
  font-weight: 400;
}
.customer-overview-banner .stat-wrapper {
  text-align: center;
  position: relative;
}
.customer-overview-banner .stat-wrapper .stat {
  font-size: 90px;
  line-height: 95px;
  font-weight: 400;
  background-color: #4109CE;
  background-image: linear-gradient(180deg, #7a4bf6 0%, #4109ce 100%);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin: 0;
  z-index: 1;
  position: relative;
}
@media (min-width: 992px) {
  .customer-overview-banner .stat-wrapper .stat {
    font-size: 120px;
    line-height: 125px;
  }
}
@media (min-width: 1200px) {
  .customer-overview-banner .stat-wrapper .stat {
    font-size: 150px;
    line-height: 155px;
  }
}
.customer-overview-banner .stat-wrapper .stat-label-wrapper {
  background: rgba(135, 110, 243, 0.07);
  padding: 50px 30px 30px 30px;
  border-radius: 20px;
  width: 170px;
  margin: -40px auto 0 auto;
  text-align: left;
}
@media (min-width: 992px) {
  .customer-overview-banner .stat-wrapper .stat-label-wrapper {
    width: 210px;
  }
}
.customer-overview-banner .stat-wrapper .stat-label-wrapper p {
  margin: 3px 0 0 0;
  font-size: 19px;
  line-height: 25px;
  color: #4109CE;
}
@media (min-width: 992px) {
  .customer-overview-banner .stat-wrapper .stat-label-wrapper p {
    font-size: 20px;
    line-height: 25px;
  }
}
.customer-overview-banner .stat-wrapper .stat-label-wrapper p.stat-date {
  color: #7A53F3;
}

.customers-divider path {
  fill: rgba(122, 83, 243, 0.0788690476);
  stroke: rgba(122, 83, 243, 0.0788690476);
}

.customer-grid-section {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  background: linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#7a53f3", GradientType=1);
  padding: 80px 0 80px 0;
  position: relative;
}
@media (min-width: 992px) {
  .customer-grid-section {
    padding: 120px 0 120px 0;
  }
}
.customer-grid-section .customer-logos {
  margin-top: 30px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .customer-grid-section .customer-logos {
    margin-top: 50px;
    margin-bottom: 70px;
  }
}
.customer-grid-section .customer-logos .logo-item {
  padding: 15px 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .customer-grid-section .customer-logos .logo-item {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px 15px;
  }
}
@media (min-width: 992px) {
  .customer-grid-section .customer-logos .logo-item {
    padding: 15px 35px;
  }
}
.customer-grid-section .custom-video-wrapper {
  position: relative;
}
.customer-grid-section .custom-video-wrapper .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
.customer-grid-section .custom-video-wrapper .video-wrapper iframe, .customer-grid-section .custom-video-wrapper .video-wrapper object, .customer-grid-section .custom-video-wrapper .video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.customer-grid-section .custom-image-wrapper {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .customer-grid-section .custom-image-wrapper {
    height: 100%;
  }
}

.customer-item {
  display: flex;
  flex-flow: column nowrap;
}
.customer-item .customer-logo {
  display: block;
  height: 250px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  position: relative;
}
.customer-item .customer-logo .inner {
  width: calc(100% - 50px);
  max-width: 250px;
  height: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.customer-item .customer-item-inner {
  padding: 20px 0;
}
.customer-item .customer-item-inner time {
  font-size: 15px;
  line-height: 21px;
  display: block;
  text-transform: uppercase;
}
.customer-item .customer-item-inner .snippet {
  margin: 10px 0 0 0;
}
@media (min-width: 992px) {
  .customer-item .customer-item-inner .snippet {
    padding-right: 30px;
    font-size: 21px;
    line-height: 27px;
  }
}
.customer-item .customer-btn {
  color: #7A53F3;
  border-bottom: 1px solid #7A53F3;
  align-self: flex-start !important;
  margin-top: auto !important;
  font-weight: 400;
}
.customer-item .customer-btn:hover {
  color: #5523f0;
  border-color: #5523f0;
}

.testimonial-item {
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 40px 30px;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
@media (min-width: 992px) {
  .testimonial-item {
    padding: 45px 45px 55px 35px;
  }
}
.testimonial-item:hover .testimonial, .testimonial-item:hover .label {
  color: #232323;
}
.testimonial-item .logo {
  background-size: contain;
  width: 70%;
  height: 50px;
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .testimonial-item .logo {
    margin-bottom: 35px;
  }
}
.testimonial-item .label {
  font-size: 15px;
  line-height: 21px;
  display: block;
  text-transform: uppercase;
  color: #232323;
}
.testimonial-item .testimonial {
  margin: 10px 0 20px 0;
  color: #232323;
}
@media (min-width: 992px) {
  .testimonial-item .testimonial {
    padding-right: 20px;
    font-size: 21px;
    line-height: 27px;
    margin: 15px 0 30px 0;
  }
}
.testimonial-item .read-more {
  color: #7A53F3;
  border-bottom: 1px solid #7A53F3;
  align-self: flex-start !important;
  margin-top: auto !important;
  font-weight: 400;
}
.testimonial-item .read-more:hover {
  color: #5523f0;
  border-color: #5523f0;
}

.customer-testimonials-cta {
  background: white;
  background: -moz-linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  background: -webkit-linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  background: linear-gradient(0deg, white 0%, rgba(122, 83, 243, 0.0788690476) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#7a53f3", GradientType=1);
  padding: 80px 0 80px 0;
  position: relative;
}
@media (min-width: 992px) {
  .customer-testimonials-cta {
    padding: 120px 0 120px 0;
  }
}

.customer-testimonial-carousel {
  padding-bottom: 60px;
}
.customer-testimonial-carousel .swiper-slide {
  padding: 20px;
}
.customer-testimonial-carousel .customer-testimonial-item {
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .customer-testimonial-carousel .customer-testimonial-item {
    padding: 45px 45px 55px 35px;
  }
}
.customer-testimonial-carousel .customer-testimonial-item .customer-thumb {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #7A53F3;
}
.customer-testimonial-carousel .customer-testimonial-item .customer-details {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.customer-testimonial-carousel .customer-testimonial-item .customer-details p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.customer-testimonial-carousel .customer-testimonial-item .customer-details p.name {
  font-weight: 400;
}
.customer-testimonial-carousel .customer-testimonial-item .company, .customer-testimonial-carousel .customer-testimonial-item .date {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.customer-testimonial-carousel .customer-testimonial-item .company.company, .customer-testimonial-carousel .customer-testimonial-item .date.company {
  font-weight: 400;
}
.customer-testimonial-carousel .customer-testimonial-item .quote {
  margin: 30px 0 45px 0;
  color: #232323;
}
@media (min-width: 992px) {
  .customer-testimonial-carousel .customer-testimonial-item .quote {
    padding-right: 20px;
    font-size: 21px;
    line-height: 27px;
  }
}
.customer-testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 1px solid #7A53F3;
  background: #7A53F3;
}

.plain-call-to-action {
  background: none !important;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .plain-call-to-action {
    padding: 100px 0;
  }
}
.plain-call-to-action:before {
  display: none;
}
.plain-call-to-action .container, .plain-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper, .mobile-navigation-panel .mobile-navigation-wrapper .plain-call-to-action .inner-wrapper {
  position: relative;
  z-index: 1;
}

.career-customer-content-wrapper .stat-wrapper {
  position: relative;
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #EAE9E8;
  border-bottom: 1px solid #EAE9E8;
}
@media (min-width: 768px) {
  .career-customer-content-wrapper .stat-wrapper {
    padding: 60px 0;
    margin: 60px 0;
  }
}
@media (min-width: 992px) {
  .career-customer-content-wrapper .stat-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15%;
    bottom: 15%;
    width: 38%;
    background-image: url("../img/testimonial-arrows.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (min-width: 992px) {
  .career-customer-content-wrapper .stat-wrapper .inner {
    width: 60%;
  }
}
.career-customer-content-wrapper .stat-wrapper .inner .figure {
  font-size: 70px;
  line-height: 78px;
  font-weight: 400;
  color: #7A53F3;
  margin: 0 0 5px 0;
}
@media (min-width: 768px) {
  .career-customer-content-wrapper .stat-wrapper .inner .figure {
    font-size: 90px;
    line-height: 98px;
  }
}
@media (min-width: 992px) {
  .career-customer-content-wrapper .stat-wrapper .inner .figure {
    font-size: 130px;
    line-height: 130px;
  }
}
.career-customer-content-wrapper .stat-wrapper .inner .sub-text {
  color: #7A53F3;
  font-size: 22px;
  line-height: 29px;
}
@media (min-width: 992px) {
  .career-customer-content-wrapper .stat-wrapper .inner .sub-text {
    font-size: 26px;
    line-height: 32px;
  }
}

.customer-overview-banner {
  padding: 60px 0 40px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .customer-overview-banner {
    padding: 60px 0 50px 0;
  }
}
@media (min-width: 992px) {
  .customer-overview-banner .main-heading {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .customer-overview-banner .main-heading {
    font-size: 68px;
    line-height: 76px;
  }
}
.customer-overview-banner .main-heading strong, .customer-overview-banner .main-heading b {
  font-weight: 400;
  color: #4109CE;
}

.career-customer-content-wrapper {
  padding: 0 0 80px 0;
  position: relative;
}
@media (min-width: 992px) {
  .career-customer-content-wrapper {
    padding: 0 0 120px 0;
  }
}
.career-customer-content-wrapper .testimonial-wrapper {
  padding: 50px 0;
  margin: 50px 0;
  border-top: 1px solid #EAE9E8;
  border-bottom: 1px solid #EAE9E8;
}
.career-customer-content-wrapper .testimonial-wrapper p {
  font-size: 35px;
  line-height: 42px;
  color: #7A53F3;
  font-family: fieldwork, sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .career-customer-content-wrapper .testimonial-wrapper p {
    font-size: 50px;
    line-height: 56px;
  }
}
.career-customer-content-wrapper .testimonial-wrapper .testimonial-name {
  font-size: 20px;
  display: block;
  line-height: 26px;
}
@media (min-width: 768px) {
  .career-customer-content-wrapper .testimonial-wrapper .testimonial-name {
    font-size: 24px;
    line-height: 30px;
  }
}

.sidebar-wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sidebar-wrapper {
    margin-top: 0;
  }
}
.sidebar-wrapper .sidebar-block {
  background: rgba(135, 110, 243, 0.07);
  padding: 35px;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .sidebar-wrapper .sidebar-block {
    padding: 45px 40px 50px 50px;
  }
}
.sidebar-wrapper .sidebar-block .block-header {
  margin: 0 0 20px 0;
}
.sidebar-wrapper .sidebar-block .btn-simple {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  color: #7A53F3;
  padding-bottom: 3px;
  border-bottom: 2px solid #7A53F3;
}
.sidebar-wrapper .sidebar-block .btn-simple:hover {
  border-color: #4109CE;
  color: #4109CE;
}
.sidebar-wrapper .sidebar-block p {
  font-size: 18px;
  line-height: 23px;
}
.sidebar-wrapper .sidebar-block .career-spec {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-wrapper .sidebar-block .career-spec li {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}
.sidebar-wrapper .sidebar-block .career-spec li p {
  margin: 0;
}
.sidebar-wrapper .sidebar-block .career-spec li .text {
  color: #7A53F3;
  font-weight: 400;
}
.sidebar-wrapper .sidebar-block .testimonial {
  font-size: 22px;
  line-height: 29px;
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.sidebar-wrapper .sidebar-block .stat-figure {
  font-size: 70px;
  line-height: 75px;
  font-weight: 400;
  color: #7A53F3;
}

.career-item {
  display: flex;
  flex-flow: column nowrap;
}
.career-item .career-thumb {
  display: block;
  height: 250px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.career-item .career-thumb .inner {
  width: calc(100% - 50px);
  max-width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.career-item .career-item-inner {
  padding: 20px 0;
}
.career-item .career-item-inner time {
  font-size: 15px;
  line-height: 21px;
  display: block;
  text-transform: uppercase;
}
.career-item .career-item-inner .snippet {
  margin: 10px 0 0 0;
}
@media (min-width: 992px) {
  .career-item .career-item-inner .snippet {
    padding-right: 30px;
    font-size: 21px;
    line-height: 27px;
  }
}
.career-item .career-btn {
  color: #7A53F3;
  border-bottom: 1px solid #7A53F3;
  align-self: flex-start !important;
  margin-top: auto !important;
  font-weight: 400;
}
.career-item .career-btn:hover {
  color: #5523f0;
  border-color: #5523f0;
}

.related-careers {
  padding: 80px 0;
}

.demo-neg-margin {
  margin-bottom: -60px;
}

.pricing-margin {
  margin-bottom: 60px;
}

.pricing-demo-page-banner {
  padding: 70px 0 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .pricing-demo-page-banner {
    padding: 60px 0 0 0;
  }
}
.pricing-demo-page-banner .main-heading {
  margin-bottom: 30px;
}
.pricing-demo-page-banner .main-heading h1, .pricing-demo-page-banner .main-heading h2, .pricing-demo-page-banner .main-heading h3, .pricing-demo-page-banner .main-heading h4, .pricing-demo-page-banner .main-heading h5, .pricing-demo-page-banner .main-heading h6 {
  font-size: 37px;
  line-height: 47px;
}
@media (min-width: 992px) {
  .pricing-demo-page-banner .main-heading h1, .pricing-demo-page-banner .main-heading h2, .pricing-demo-page-banner .main-heading h3, .pricing-demo-page-banner .main-heading h4, .pricing-demo-page-banner .main-heading h5, .pricing-demo-page-banner .main-heading h6 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .pricing-demo-page-banner .main-heading h1, .pricing-demo-page-banner .main-heading h2, .pricing-demo-page-banner .main-heading h3, .pricing-demo-page-banner .main-heading h4, .pricing-demo-page-banner .main-heading h5, .pricing-demo-page-banner .main-heading h6 {
    font-size: 75px;
    line-height: 80px;
  }
}
.pricing-demo-page-banner .main-heading h1 strong, .pricing-demo-page-banner .main-heading h1 b, .pricing-demo-page-banner .main-heading h2 strong, .pricing-demo-page-banner .main-heading h2 b, .pricing-demo-page-banner .main-heading h3 strong, .pricing-demo-page-banner .main-heading h3 b, .pricing-demo-page-banner .main-heading h4 strong, .pricing-demo-page-banner .main-heading h4 b, .pricing-demo-page-banner .main-heading h5 strong, .pricing-demo-page-banner .main-heading h5 b, .pricing-demo-page-banner .main-heading h6 strong, .pricing-demo-page-banner .main-heading h6 b {
  font-weight: 400;
  color: #FA7E11;
}
.pricing-demo-page-banner .content {
  font-weight: 400;
}
.pricing-demo-page-banner .pricing-banner-content {
  padding-right: 0;
}
@media (min-width: 992px) {
  .pricing-demo-page-banner .pricing-banner-content {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .pricing-demo-page-banner .pricing-banner-content {
    padding-right: 110px;
  }
}

.landing-page-demo-section {
  background: #e46b00;
  background: -moz-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46b00", endColorstr="#fa7e11", GradientType=1);
  position: relative;
  padding: 60px 0;
}
.landing-page-demo-section .form-wrapper {
  margin-bottom: 60px;
  border-radius: 35px;
  padding: 40px;
}
.landing-page-demo-section .pricing-testimonial-carousel {
  text-align: center;
}
.landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide {
  padding: 0 50px;
}
@media (min-width: 992px) {
  .landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide {
    padding: 0 100px;
  }
}
.landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide .stars {
  font-size: 30px;
  color: #7A53F3;
  margin-bottom: 20px;
}
.landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide .quote {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide .name, .landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide .role {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 3px 0;
}
.landing-page-demo-section .pricing-testimonial-carousel .swiper-wrapper .swiper-slide .role {
  color: rgba(86, 86, 86, 0.7);
}
.landing-page-demo-section .pricing-testimonial-carousel .arrow {
  background: none;
  font-size: 30px;
}
.landing-page-demo-section .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
.landing-page-demo-section .swiper-pagination-bullet {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background: #FA7E11;
}

.demo-faqs-section {
  position: relative;
  padding: 0;
}
.demo-faqs-section .faq-item {
  background: white;
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .demo-faqs-section .faq-item {
    padding: 20px 30px 10px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .demo-faqs-section .faq-item {
    padding: 30px 40px 20px 40px;
  }
}
.demo-faqs-section .faq-item.open .faq-question:after {
  content: "";
}
.demo-faqs-section .faq-item .faq-question {
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.demo-faqs-section .faq-item .faq-question:after {
  content: "";
  font-family: "IcoFont";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FA7E11;
  font-size: 30px;
}
.demo-faqs-section .faq-item .faq-question p, .demo-faqs-section .faq-item .faq-question h1, .demo-faqs-section .faq-item .faq-question h2, .demo-faqs-section .faq-item .faq-question h3, .demo-faqs-section .faq-item .faq-question h4, .demo-faqs-section .faq-item .faq-question h5, .demo-faqs-section .faq-item .faq-question h6 {
  font-weight: 400;
  font-size: 19px;
}
@media (min-width: 992px) {
  .demo-faqs-section .faq-item .faq-question p, .demo-faqs-section .faq-item .faq-question h1, .demo-faqs-section .faq-item .faq-question h2, .demo-faqs-section .faq-item .faq-question h3, .demo-faqs-section .faq-item .faq-question h4, .demo-faqs-section .faq-item .faq-question h5, .demo-faqs-section .faq-item .faq-question h6 {
    font-size: 23px;
  }
}
.demo-faqs-section .faq-item .faq-answer {
  display: none;
}
.demo-faqs-section .faq-item .faq-answer p, .demo-faqs-section .faq-item .faq-answer h1, .demo-faqs-section .faq-item .faq-answer h2, .demo-faqs-section .faq-item .faq-answer h3, .demo-faqs-section .faq-item .faq-answer h4, .demo-faqs-section .faq-item .faq-answer h5, .demo-faqs-section .faq-item .faq-answer h6 {
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
}

.demo-testimonial {
  padding-bottom: 40px;
}
.demo-testimonial .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
}
.demo-testimonial .swiper-pagination-bullet {
  margin-right: 10px;
  width: 13px;
  height: 13px;
  background: white !important;
}
.demo-testimonial .role {
  color: white !important;
}

.single-resource-banner {
  padding: 60px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .single-resource-banner {
    padding: 70px 0;
  }
}
.single-resource-banner .main-heading {
  margin-bottom: 30px;
}
.single-resource-banner .main-heading h1, .single-resource-banner .main-heading h2, .single-resource-banner .main-heading h3, .single-resource-banner .main-heading h4, .single-resource-banner .main-heading h5, .single-resource-banner .main-heading h6 {
  font-size: 47px;
  line-height: 54px;
}
@media (min-width: 992px) {
  .single-resource-banner .main-heading h1, .single-resource-banner .main-heading h2, .single-resource-banner .main-heading h3, .single-resource-banner .main-heading h4, .single-resource-banner .main-heading h5, .single-resource-banner .main-heading h6 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .single-resource-banner .main-heading h1, .single-resource-banner .main-heading h2, .single-resource-banner .main-heading h3, .single-resource-banner .main-heading h4, .single-resource-banner .main-heading h5, .single-resource-banner .main-heading h6 {
    font-size: 68px;
    line-height: 76px;
  }
}
.single-resource-banner .main-heading h1 strong, .single-resource-banner .main-heading h1 b, .single-resource-banner .main-heading h2 strong, .single-resource-banner .main-heading h2 b, .single-resource-banner .main-heading h3 strong, .single-resource-banner .main-heading h3 b, .single-resource-banner .main-heading h4 strong, .single-resource-banner .main-heading h4 b, .single-resource-banner .main-heading h5 strong, .single-resource-banner .main-heading h5 b, .single-resource-banner .main-heading h6 strong, .single-resource-banner .main-heading h6 b {
  font-weight: 400;
  color: #4109CE;
}
.single-resource-banner .content {
  font-weight: 400;
}

.resources-contents, .resources-form {
  background: rgba(135, 110, 243, 0.1);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.resources-contents h4, .resources-form h4 {
  margin: 0 0 15px 0;
  font-size: 22px;
}
.resources-contents p, .resources-form p {
  font-size: 17px;
  line-height: 22px;
}
.resources-contents ul, .resources-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.resources-contents ul li, .resources-form ul li {
  display: block;
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  border-bottom: 1px solid rgba(100, 100, 100, 0.15);
  padding: 15px 0;
}
.resources-contents ul li:last-of-type, .resources-form ul li:last-of-type {
  border-bottom: none;
}
.resources-contents ul li a, .resources-form ul li a {
  display: block;
}

.resource-content-wrapper {
  padding-bottom: 80px;
}
.resource-content-wrapper .inner-content a:not(.yp-btn) {
  color: #7A53F3;
}
.resource-content-wrapper .inner-content a:not(.yp-btn):hover {
  color: #4109CE;
}

.resource-testimonial {
  position: relative;
  padding: 40px 0;
  margin: 40px 0;
  border-top: 1px solid #EAE9E8;
  border-bottom: 1px solid #EAE9E8;
}
@media (min-width: 768px) {
  .resource-testimonial {
    padding: 60px 0;
    margin: 60px 0;
  }
}
.resource-testimonial .testimonial {
  font-size: 30px;
  line-height: 36px;
  color: #7A53F3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .resource-testimonial .testimonial {
    font-size: 40px;
    line-height: 47px;
    padding-right: 100px;
  }
}
.resource-testimonial .testimonial-name {
  display: block;
  font-size: 18px;
  color: #232323;
  margin: 20px 0 0 0;
}
.resource-testimonial .testimonial-company {
  display: block;
  font-size: 17px;
  color: #b8b8b8;
  margin: 0;
}

.lower-resource-content {
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  .lower-resource-content {
    padding: 50px 0;
  }
}

.software-page-banner {
  padding: 70px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .software-page-banner {
    padding: 60px 0 60px 0;
  }
}
.software-page-banner .main-heading {
  margin-bottom: 30px;
}
.software-page-banner .main-heading h1, .software-page-banner .main-heading h2, .software-page-banner .main-heading h3, .software-page-banner .main-heading h4, .software-page-banner .main-heading h5, .software-page-banner .main-heading h6 {
  font-size: 37px;
  line-height: 47px;
}
@media (min-width: 992px) {
  .software-page-banner .main-heading h1, .software-page-banner .main-heading h2, .software-page-banner .main-heading h3, .software-page-banner .main-heading h4, .software-page-banner .main-heading h5, .software-page-banner .main-heading h6 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .software-page-banner .main-heading h1, .software-page-banner .main-heading h2, .software-page-banner .main-heading h3, .software-page-banner .main-heading h4, .software-page-banner .main-heading h5, .software-page-banner .main-heading h6 {
    font-size: 75px;
    line-height: 80px;
  }
}
.software-page-banner .main-heading h1 strong, .software-page-banner .main-heading h1 b, .software-page-banner .main-heading h2 strong, .software-page-banner .main-heading h2 b, .software-page-banner .main-heading h3 strong, .software-page-banner .main-heading h3 b, .software-page-banner .main-heading h4 strong, .software-page-banner .main-heading h4 b, .software-page-banner .main-heading h5 strong, .software-page-banner .main-heading h5 b, .software-page-banner .main-heading h6 strong, .software-page-banner .main-heading h6 b {
  font-weight: 400;
  color: #FA7E11;
}
.software-page-banner .content {
  font-weight: 400;
}

.software-video-section {
  margin-top: 200px;
  padding-bottom: 80px;
  background: #e46b00;
  background: -moz-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46b00", endColorstr="#fa7e11", GradientType=1);
}
@media (min-width: 992px) {
  .software-video-section {
    margin-top: 180px;
  }
}
.software-video-section .video-out {
  margin-top: -100px;
}
.software-video-section .video-container .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
@media (min-width: 768px) {
  .software-video-section .video-container .video-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
  }
}
.software-video-section .video-container .video-wrapper iframe, .software-video-section .video-container .video-wrapper object, .software-video-section .video-container .video-wrapper embed {
  border-radius: 30px;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 100%;
}
.software-video-section .content {
  max-width: 1100px;
}

.free-trial-form-section {
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  padding: 40px 0 40px 0;
}
.free-trial-form-section .form-content h1, .free-trial-form-section .form-content h2, .free-trial-form-section .form-content h3, .free-trial-form-section .form-content h4, .free-trial-form-section .form-content h5, .free-trial-form-section .form-content h6 {
  font-weight: 400;
  font-size: 43px;
  line-height: 49px;
  margin-bottom: 0;
}
.free-trial-form-section .form-content strong, .free-trial-form-section .form-content b {
  color: #FA7E11;
}
.free-trial-form-section .list ul {
  list-style: none;
  margin-bottom: 0;
}
.free-trial-form-section .list ul li {
  position: relative;
}
.free-trial-form-section .list ul li:before {
  content: "";
  background: url("../img/white-tick.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.free-trial-form-section .form-embed form {
  display: flex !important;
}
.free-trial-form-section .form-embed form input[type=text], .free-trial-form-section .form-embed form input[type=email] {
  width: 70% !important;
  height: 50px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(122, 83, 243, 0) !important;
  color: white !important;
}
.free-trial-form-section .form-embed form button, .free-trial-form-section .form-embed form input[type=submit] {
  width: 125px !important;
  height: 50px !important;
  margin-right: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: white !important;
  border: white !important;
  color: black !important;
  padding: 13px 12px !important;
  display: inline-block !important;
}
.free-trial-form-section .form-embed form #message_container {
  position: absolute;
  top: -5px;
  font-weight: 700;
  color: #ff3333 !important;
  font-size: 20px !important;
}

.software-packages-section {
  padding: 80px 0 80px;
}
.software-packages-section .packages {
  margin-top: 60px;
}
.software-packages-section .packages p {
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
@media (min-width: 1200px) {
  .software-packages-section .outer {
    padding: 0 20px 0 20px;
  }
}
.software-packages-section p {
  margin-bottom: 0;
}
.software-packages-section h2 {
  margin-bottom: 15px;
}
.software-packages-section a:hover {
  color: black;
}
.software-packages-section a:hover .package-item {
  transform: translateY(-20px);
}
.software-packages-section .package-item {
  position: relative;
  z-index: 1;
  transition: transform 0.2s linear;
}
.software-packages-section .package-item :hover p {
  color: #876EF3;
}
.software-packages-section .package-item .inner {
  background: white;
  border-radius: 8px;
  padding: 25px 10px;
}
@media (min-width: 768px) {
  .software-packages-section .package-item .inner {
    padding: 10px 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .software-packages-section .package-item .inner {
    padding: 40px 50px 40px 50px;
  }
}
.software-packages-section .package-item .inner ul {
  display: table;
  margin: 0 auto;
}
.software-packages-section .package-item span {
  color: #FA7E11;
  margin-top: 10px;
  border-bottom: 1px solid #FA7E11;
}
.software-packages-section .package-item.popular:before {
  content: "";
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  position: absolute;
  top: -8px;
  bottom: -20px;
  left: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 10px;
}
.software-packages-section .package-item.popular .inner {
  background: white;
}
@media (min-width: 768px) {
  .software-packages-section .package-item.popular {
    margin-top: -25px;
    margin-bottom: -25px;
  }
}
.software-packages-section .package-item.popular .popular-text {
  margin-top: 20px;
}
.software-packages-section .package-item.popular .popular-text h3 {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.software-packages-section .package-item.popular .popular-text h3:before {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  left: 20px;
  top: 4px;
}
.software-packages-section .package-item.popular .popular-text h3:after {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 20px;
  top: 4px;
}
.software-packages-section .package-item.popular .inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.software-packages-section .package-item:last-of-type {
  margin-right: 0;
}
.software-packages-section .package-item .sub-heading {
  color: #9a9a9a;
}
.software-packages-section .package-item .price {
  font-weight: 700;
}
.software-packages-section .package-item ul {
  list-style: none;
  margin-bottom: 0;
}
.software-packages-section .package-item ul .list-item {
  position: relative;
}
.software-packages-section .package-item ul .list-item.included:before {
  background: url("../img/orange-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.software-packages-section .package-item ul .list-item.not-included:before {
  background: url("../img/grey-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.software-packages-section .btn-set {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .software-packages-section .btn-set {
    margin-top: 35px;
  }
}

.drop-down-boxes {
  background: rgba(250, 126, 17, 0.07);
  padding: 80px 0 80px;
}
.drop-down-boxes .box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  transition: background-color 0.3s linear, transform 0.3s linear;
}
@media (min-width: 992px) {
  .drop-down-boxes .box {
    min-height: 175px;
  }
}
@media (min-width: 1200px) {
  .drop-down-boxes .box {
    min-height: 150px;
  }
}
.drop-down-boxes .box.content-open {
  background: #FA7E11;
  color: white;
}
.drop-down-boxes .box.content-open h4 {
  color: white;
}
.drop-down-boxes .box:hover {
  cursor: pointer;
  transform: translateY(-15px);
}
.drop-down-boxes .box .box-content {
  display: none;
}

.customer-testimonials-software {
  background: #7a53f3;
  background: -moz-linear-gradient(180deg, #7a53f3 0%, #9a7df4 100%);
  background: -webkit-linear-gradient(180deg, #7a53f3 0%, #9a7df4 100%);
  background: linear-gradient(180deg, #7a53f3 0%, #9a7df4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a53f3", endColorstr="#9a7df4", GradientType=1);
  padding: 80px 0 80px 0;
  position: relative;
}
@media (min-width: 992px) {
  .customer-testimonials-software {
    padding: 120px 0 120px 0;
  }
}

.customer-testimonial-carousel-software {
  padding-bottom: 60px;
}
.customer-testimonial-carousel-software .swiper-slide {
  padding: 20px;
}
.customer-testimonial-carousel-software .customer-testimonial-item {
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-radius: 10px;
  position: relative;
  padding: 40px 30px;
}
@media (min-width: 992px) {
  .customer-testimonial-carousel-software .customer-testimonial-item {
    padding: 45px 45px 55px 35px;
  }
}
.customer-testimonial-carousel-software .customer-testimonial-item .customer-thumb {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #7A53F3;
}
.customer-testimonial-carousel-software .customer-testimonial-item .customer-details {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.customer-testimonial-carousel-software .customer-testimonial-item .customer-details p {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.customer-testimonial-carousel-software .customer-testimonial-item .customer-details p.name {
  font-weight: 400;
}
.customer-testimonial-carousel-software .customer-testimonial-item .company, .customer-testimonial-carousel-software .customer-testimonial-item .date {
  margin: 0;
  font-size: 15px;
  line-height: 20px;
}
.customer-testimonial-carousel-software .customer-testimonial-item .company.company, .customer-testimonial-carousel-software .customer-testimonial-item .date.company {
  font-weight: 400;
}
.customer-testimonial-carousel-software .customer-testimonial-item .quote {
  margin: 30px 0 45px 0;
  color: #232323;
}
@media (min-width: 992px) {
  .customer-testimonial-carousel-software .customer-testimonial-item .quote {
    padding-right: 20px;
    font-size: 21px;
    line-height: 27px;
  }
}
.customer-testimonial-carousel-software .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 16px;
  width: 16px;
  border: 1px solid white;
  background: white;
}
.customer-testimonial-carousel-software .swiper-pagination .swiper-pagination-bullet {
  height: 16px;
  width: 16px;
  border: 2px solid white;
  background: none;
  opacity: 1;
}

.pricing-packages-section {
  background: #e46b00;
  background: -moz-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  background: linear-gradient(0deg, #e46b00 0%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46b00", endColorstr="#fa7e11", GradientType=1);
  padding: 80px 0 80px;
  position: relative;
}
.pricing-packages-section .packages p {
  margin-bottom: 15px;
  transition: color 0.2s linear;
}
.pricing-packages-section .packages p {
  margin-bottom: 0;
}
.pricing-packages-section .packages h2 {
  margin-bottom: 15px;
}
.pricing-packages-section .packages a:hover {
  color: black;
}
.pricing-packages-section .packages a:hover .package-item {
  transform: translateY(-20px);
}
.pricing-packages-section .packages a:hover .package-item :hover p {
  color: #876EF3;
}
.pricing-packages-section .packages .package-item {
  position: relative;
  z-index: 1;
  transition: transform 0.2s linear;
}
.pricing-packages-section .packages .package-item .inner {
  background: white;
  border-radius: 8px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .pricing-packages-section .packages .package-item .inner {
    padding: 10px 20px 10px 20px;
  }
}
@media (min-width: 1200px) {
  .pricing-packages-section .packages .package-item .inner {
    padding: 40px 30px 40px 30px;
  }
}
.pricing-packages-section .packages .package-item .inner ul {
  display: table;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .pricing-packages-section .packages .package-item .inner ul {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
  .pricing-packages-section .packages .package-item .inner ul {
    margin: 0 auto;
  }
}
.pricing-packages-section .packages .package-item span {
  color: #FA7E11;
  margin-top: 10px;
  border-bottom: 1px solid #FA7E11;
}
.pricing-packages-section .packages .package-item.popular:before {
  content: "";
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  position: absolute;
  top: -8px;
  bottom: -20px;
  left: -8px;
  right: -8px;
  z-index: -1;
  border-radius: 10px;
}
.pricing-packages-section .packages .package-item.popular .inner {
  background: white;
}
@media (min-width: 768px) {
  .pricing-packages-section .packages .package-item.popular {
    margin-top: 0px;
    margin-bottom: -25px;
  }
}
.pricing-packages-section .packages .package-item.popular .popular-text {
  margin-top: 20px;
}
.pricing-packages-section .packages .package-item.popular .popular-text h3 {
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
}
.pricing-packages-section .packages .package-item.popular .popular-text h3:before {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  left: 0;
  top: 4px;
}
@media (min-width: 1200px) {
  .pricing-packages-section .packages .package-item.popular .popular-text h3:before {
    left: 20px;
  }
}
.pricing-packages-section .packages .package-item.popular .popular-text h3:after {
  background: url("../img/most-pop-icon.png");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 31px;
  width: 31px;
  position: absolute;
  right: 0;
  top: 4px;
}
@media (min-width: 1200px) {
  .pricing-packages-section .packages .package-item.popular .popular-text h3:after {
    right: 20px;
  }
}
.pricing-packages-section .packages .package-item.popular .inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.pricing-packages-section .packages .package-item:last-of-type {
  margin-right: 0;
}
.pricing-packages-section .packages .package-item .sub-heading {
  color: #9a9a9a;
}
.pricing-packages-section .packages .package-item .price {
  font-weight: 700;
}
.pricing-packages-section .packages .package-item ul {
  list-style: none;
  margin-bottom: 0;
}
.pricing-packages-section .packages .package-item ul .list-item {
  position: relative;
  margin-bottom: 6px;
}
.pricing-packages-section .packages .package-item ul .list-item.included:before {
  background: url("../img/orange-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-packages-section .packages .package-item ul .list-item.not-included:before {
  background: url("../img/grey-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  width: 33px;
  position: absolute;
  left: -24px;
  top: 50%;
  transform: translateY(-50%);
}
.pricing-packages-section .packages .btn-set {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .pricing-packages-section .packages .btn-set {
    margin-top: 35px;
  }
}

.toggle-button {
  background: rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 768px) {
  .toggle-button {
    padding: 20px 5px;
  }
}
.toggle-button a {
  z-index: 1;
  color: #FA7E11;
  font-weight: 400;
  padding: 13px 15px;
  display: block;
}
@media (min-width: 768px) {
  .toggle-button a {
    display: inline;
  }
}
.toggle-button a:hover {
  color: #FA7E11;
}

.packages-container {
  position: relative;
  margin-top: 60px;
}

.package-1:before, .package-2:before, .package-3:before, .package-4:before, .package-5:before {
  content: "";
  background: white;
  border-radius: 35px;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.2s ease-in;
}

.active-toggle {
  position: relative;
}
.active-toggle:before {
  opacity: 1;
}

.toggle-active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 3px;
  background: white;
  border-radius: 40px;
  z-index: 0;
  transition: transform 0.2s linear;
}
.toggle-active.active-by {
  transform: translateX(0);
}
.toggle-active.active-for {
  transform: translateX(104%);
}

.package-display-2, .package-display-3, .package-display-4, .package-display-5 {
  position: absolute;
  inset: 0;
  transform: translateX(100%);
  transition: transform 0.3s linear, opacity 0.3s linear;
  opacity: 0;
  z-index: 2;
}
.package-display-2.active, .package-display-3.active, .package-display-4.active, .package-display-5.active {
  transform: translateX(0);
  opacity: 1;
  position: relative;
}

.package-display-1 {
  opacity: 1;
  position: relative;
  transition: opacity 0.2s linear;
}
.package-display-1.not-active {
  opacity: 0;
  position: absolute;
  inset: 0;
}

.pricing-faqs-section {
  position: relative;
  background: rgba(250, 126, 17, 0.07);
  padding: 80px 0;
}
@media (min-width: 992px) {
  .pricing-faqs-section {
    padding: 80px 0;
  }
}
.pricing-faqs-section .faq-item {
  background: white;
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .pricing-faqs-section .faq-item {
    padding: 20px 30px 10px 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .pricing-faqs-section .faq-item {
    padding: 30px 40px 20px 40px;
  }
}
.pricing-faqs-section .faq-item.open .faq-question:after {
  content: "";
}
.pricing-faqs-section .faq-item .faq-question {
  padding-right: 50px;
  position: relative;
  cursor: pointer;
}
.pricing-faqs-section .faq-item .faq-question:after {
  content: "";
  font-family: "IcoFont";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FA7E11;
  font-size: 30px;
}
.pricing-faqs-section .faq-item .faq-question p, .pricing-faqs-section .faq-item .faq-question h1, .pricing-faqs-section .faq-item .faq-question h2, .pricing-faqs-section .faq-item .faq-question h3, .pricing-faqs-section .faq-item .faq-question h4, .pricing-faqs-section .faq-item .faq-question h5, .pricing-faqs-section .faq-item .faq-question h6 {
  font-weight: 400;
  font-size: 19px;
}
@media (min-width: 992px) {
  .pricing-faqs-section .faq-item .faq-question p, .pricing-faqs-section .faq-item .faq-question h1, .pricing-faqs-section .faq-item .faq-question h2, .pricing-faqs-section .faq-item .faq-question h3, .pricing-faqs-section .faq-item .faq-question h4, .pricing-faqs-section .faq-item .faq-question h5, .pricing-faqs-section .faq-item .faq-question h6 {
    font-size: 23px;
  }
}
.pricing-faqs-section .faq-item .faq-answer {
  display: none;
}
.pricing-faqs-section .faq-item .faq-answer p, .pricing-faqs-section .faq-item .faq-answer h1, .pricing-faqs-section .faq-item .faq-answer h2, .pricing-faqs-section .faq-item .faq-answer h3, .pricing-faqs-section .faq-item .faq-answer h4, .pricing-faqs-section .faq-item .faq-answer h5, .pricing-faqs-section .faq-item .faq-answer h6 {
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
}

.pricing-testimonial-carousel {
  text-align: center;
}
.pricing-testimonial-carousel .swiper-wrapper .swiper-slide {
  padding: 0 50px;
}
@media (min-width: 992px) {
  .pricing-testimonial-carousel .swiper-wrapper .swiper-slide {
    padding: 0 100px;
  }
}
.pricing-testimonial-carousel .swiper-wrapper .swiper-slide .stars {
  font-size: 30px;
  color: #7A53F3;
  margin-bottom: 20px;
}
.pricing-testimonial-carousel .swiper-wrapper .swiper-slide .quote {
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.pricing-testimonial-carousel .swiper-wrapper .swiper-slide .name, .pricing-testimonial-carousel .swiper-wrapper .swiper-slide .role {
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 3px 0;
}
.pricing-testimonial-carousel .swiper-wrapper .swiper-slide .role {
  color: rgba(86, 86, 86, 0.7);
}
.pricing-testimonial-carousel .arrow {
  background: none;
  font-size: 30px;
}

.pricing-landing-page-contact-section {
  background: rgba(250, 126, 17, 0.07);
  padding-bottom: 60px;
}

.comparison-banner {
  padding: 40px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media (min-width: 992px) {
  .comparison-banner {
    padding: 50px 0;
  }
}
.comparison-banner .main-heading {
  margin-bottom: 30px;
}
.comparison-banner .main-heading h1, .comparison-banner .main-heading h2, .comparison-banner .main-heading h3, .comparison-banner .main-heading h4, .comparison-banner .main-heading h5, .comparison-banner .main-heading h6 {
  font-size: 37px;
  line-height: 47px;
}
@media (min-width: 992px) {
  .comparison-banner .main-heading h1, .comparison-banner .main-heading h2, .comparison-banner .main-heading h3, .comparison-banner .main-heading h4, .comparison-banner .main-heading h5, .comparison-banner .main-heading h6 {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (min-width: 1200px) {
  .comparison-banner .main-heading h1, .comparison-banner .main-heading h2, .comparison-banner .main-heading h3, .comparison-banner .main-heading h4, .comparison-banner .main-heading h5, .comparison-banner .main-heading h6 {
    font-size: 75px;
    line-height: 80px;
  }
}
.comparison-banner .main-heading h1 strong, .comparison-banner .main-heading h1 b, .comparison-banner .main-heading h2 strong, .comparison-banner .main-heading h2 b, .comparison-banner .main-heading h3 strong, .comparison-banner .main-heading h3 b, .comparison-banner .main-heading h4 strong, .comparison-banner .main-heading h4 b, .comparison-banner .main-heading h5 strong, .comparison-banner .main-heading h5 b, .comparison-banner .main-heading h6 strong, .comparison-banner .main-heading h6 b {
  font-weight: 400;
  color: #FA7E11;
}
.comparison-banner .content {
  font-weight: 400;
}

.comparison-contents, .comparison-form {
  background: rgba(250, 126, 17, 0.1);
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.comparison-contents h4, .comparison-form h4 {
  margin: 0 0 15px 0;
  font-size: 22px;
}
.comparison-contents p, .comparison-form p {
  font-size: 17px;
  line-height: 22px;
}
.comparison-contents ul, .comparison-form ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.comparison-contents ul li, .comparison-form ul li {
  display: block;
  font-size: 17px;
  line-height: 22px;
  margin: 0;
  border-bottom: 2px solid rgba(250, 126, 17, 0.1);
  padding: 15px 0;
}
.comparison-contents ul li:last-of-type, .comparison-form ul li:last-of-type {
  border-bottom: none;
}
.comparison-contents ul li a, .comparison-form ul li a {
  display: block;
}
.comparison-contents ul li a:hover, .comparison-form ul li a:hover {
  color: #FA7E11;
}
.comparison-contents ul li a:focus, .comparison-form ul li a:focus {
  color: #FA7E11;
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
}
.comparison-contents input[type=text], .comparison-form input[type=text] {
  border: rgba(250, 126, 17, 0.5) solid 1px;
  margin-bottom: 15px;
}
.comparison-contents input[type=submit], .comparison-form input[type=submit] {
  color: #FA7E11;
  padding: 0;
  text-decoration: underline;
  text-underline: #FA7E11;
  background: none;
  border: none;
  margin-top: 15px;
}
.comparison-contents input[type=submit]:hover, .comparison-form input[type=submit]:hover {
  cursor: pointer;
  color: #a24d03;
  background: none;
}

.comparison-content-wrapper {
  background: rgba(250, 126, 17, 0.07);
  padding: 80px 0 80px;
}
.comparison-content-wrapper table {
  margin: auto;
  width: 100% !important;
}
@media (min-width: 768px) {
  .comparison-content-wrapper table {
    width: 80% !important;
  }
}
.comparison-content-wrapper table tr:first-of-type th:first-of-type {
  border-radius: 5px 0 0 5px;
}
.comparison-content-wrapper table tr:first-of-type th:last-of-type {
  border-radius: 0 5px 5px 0;
}
.comparison-content-wrapper table th {
  background: #FA7E11;
  color: white;
  text-align: center;
  padding: 15px;
  font-weight: 400;
  font-size: 17px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .comparison-content-wrapper table th {
    font-size: 22px;
    line-height: 28px;
  }
}
.comparison-content-wrapper table td {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .comparison-content-wrapper table td {
    font-size: 20px;
    line-height: 26px;
  }
}
.comparison-content-wrapper table tr:not(:first-of-type):nth-of-type(odd) {
  background: rgba(250, 126, 17, 0.1);
}
.comparison-content-wrapper table tr:not(:first-of-type):nth-of-type(odd) td:first-of-type {
  border-radius: 5px 0 0 5px;
}
.comparison-content-wrapper table tr:not(:first-of-type):nth-of-type(odd) td:last-of-type {
  border-radius: 0 5px 5px 0;
}
.comparison-content-wrapper .content-right ul li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}
.comparison-content-wrapper .content-right ul li:before {
  background: url("../img/orange-tick.svg");
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  position: absolute;
  left: -23px;
  top: 7px;
}
@media (min-width: 768px) {
  .comparison-content-wrapper .content-right ul li:before {
    left: -30px;
  }
}
@media (min-width: 768px) {
  .comparison-content-wrapper .content-right {
    margin-left: 30px;
  }
}
.comparison-content-wrapper .content-right strong, .comparison-content-wrapper .content-right b {
  font-weight: 400;
  color: #FA7E11;
}

.comparison-drop-down-boxes {
  background: #4109ce;
  background: -moz-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: -webkit-linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  background: linear-gradient(90deg, #4109ce 40%, #7a53f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4109ce", endColorstr="#7a53f3", GradientType=1);
  padding: 80px 0 80px;
}
.comparison-drop-down-boxes .box {
  background: white;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  transition: background-color 0.3s linear, transform 0.3s linear;
}
@media (min-width: 992px) {
  .comparison-drop-down-boxes .box {
    min-height: 175px;
  }
}
@media (min-width: 1200px) {
  .comparison-drop-down-boxes .box {
    min-height: 150px;
  }
}
.comparison-drop-down-boxes .box.content-open {
  background: #FA7E11;
  color: white;
}
.comparison-drop-down-boxes .box.content-open h4 {
  color: white;
}
.comparison-drop-down-boxes .box:hover {
  cursor: pointer;
  transform: translateY(-15px);
}
.comparison-drop-down-boxes .box .box-content {
  display: none;
}

/*!
* @package IcoFont
* @version 1.0.1
* @author IcoFont https://icofont.com
* @copyright Copyright (c) 2015 - 2018 IcoFont
* @license - https://icofont.com/license/
*/
@font-face {
  font-family: "IcoFont";
  font-weight: normal;
  font-style: "Regular";
  src: url("../fonts/icofont.woff2") format("woff2"), url("../fonts/icofont.woff") format("woff");
}
[class^=icofont-], [class*=" icofont-"] {
  font-family: "IcoFont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.icofont-angry-monster:before {
  content: "";
}

.icofont-bathtub:before {
  content: "";
}

.icofont-bird-wings:before {
  content: "";
}

.icofont-bow:before {
  content: "";
}

.icofont-castle:before {
  content: "";
}

.icofont-circuit:before {
  content: "";
}

.icofont-crown-king:before {
  content: "";
}

.icofont-crown-queen:before {
  content: "";
}

.icofont-dart:before {
  content: "";
}

.icofont-disability-race:before {
  content: "";
}

.icofont-diving-goggle:before {
  content: "";
}

.icofont-eye-open:before {
  content: "";
}

.icofont-flora-flower:before {
  content: "";
}

.icofont-flora:before {
  content: "";
}

.icofont-gift-box:before {
  content: "";
}

.icofont-halloween-pumpkin:before {
  content: "";
}

.icofont-hand-power:before {
  content: "";
}

.icofont-hand-thunder:before {
  content: "";
}

.icofont-king-monster:before {
  content: "";
}

.icofont-love:before {
  content: "";
}

.icofont-magician-hat:before {
  content: "";
}

.icofont-native-american:before {
  content: "";
}

.icofont-owl-look:before {
  content: "";
}

.icofont-phoenix:before {
  content: "";
}

.icofont-robot-face:before {
  content: "";
}

.icofont-sand-clock:before {
  content: "";
}

.icofont-shield-alt:before {
  content: "";
}

.icofont-ship-wheel:before {
  content: "";
}

.icofont-skull-danger:before {
  content: "";
}

.icofont-skull-face:before {
  content: "";
}

.icofont-snowmobile:before {
  content: "";
}

.icofont-space-shuttle:before {
  content: "";
}

.icofont-star-shape:before {
  content: "";
}

.icofont-swirl:before {
  content: "";
}

.icofont-tattoo-wing:before {
  content: "";
}

.icofont-throne:before {
  content: "";
}

.icofont-tree-alt:before {
  content: "";
}

.icofont-triangle:before {
  content: "";
}

.icofont-unity-hand:before {
  content: "";
}

.icofont-weed:before {
  content: "";
}

.icofont-woman-bird:before {
  content: "";
}

.icofont-bat:before {
  content: "";
}

.icofont-bear-face:before {
  content: "";
}

.icofont-bear-tracks:before {
  content: "";
}

.icofont-bear:before {
  content: "";
}

.icofont-bird-alt:before {
  content: "";
}

.icofont-bird-flying:before {
  content: "";
}

.icofont-bird:before {
  content: "";
}

.icofont-birds:before {
  content: "";
}

.icofont-bone:before {
  content: "";
}

.icofont-bull:before {
  content: "";
}

.icofont-butterfly-alt:before {
  content: "";
}

.icofont-butterfly:before {
  content: "";
}

.icofont-camel-alt:before {
  content: "";
}

.icofont-camel-head:before {
  content: "";
}

.icofont-camel:before {
  content: "";
}

.icofont-cat-alt-1:before {
  content: "";
}

.icofont-cat-alt-2:before {
  content: "";
}

.icofont-cat-alt-3:before {
  content: "";
}

.icofont-cat-dog:before {
  content: "";
}

.icofont-cat-face:before {
  content: "";
}

.icofont-cat:before {
  content: "";
}

.icofont-cow-head:before {
  content: "";
}

.icofont-cow:before {
  content: "";
}

.icofont-crab:before {
  content: "";
}

.icofont-crocodile:before {
  content: "";
}

.icofont-deer-head:before {
  content: "";
}

.icofont-dog-alt:before {
  content: "";
}

.icofont-dog-barking:before {
  content: "";
}

.icofont-dog:before {
  content: "";
}

.icofont-dolphin:before {
  content: "";
}

.icofont-duck-tracks:before {
  content: "";
}

.icofont-eagle-head:before {
  content: "";
}

.icofont-eaten-fish:before {
  content: "";
}

.icofont-elephant-alt:before {
  content: "";
}

.icofont-elephant-head-alt:before {
  content: "";
}

.icofont-elephant-head:before {
  content: "";
}

.icofont-elephant:before {
  content: "";
}

.icofont-elk:before {
  content: "";
}

.icofont-fish-1:before {
  content: "";
}

.icofont-fish-2:before {
  content: "";
}

.icofont-fish-3:before {
  content: "";
}

.icofont-fish-4:before {
  content: "";
}

.icofont-fish-5:before {
  content: "";
}

.icofont-fish:before {
  content: "";
}

.icofont-fox-alt:before {
  content: "";
}

.icofont-fox:before {
  content: "";
}

.icofont-frog-tracks:before {
  content: "";
}

.icofont-frog:before {
  content: "";
}

.icofont-froggy:before {
  content: "";
}

.icofont-giraffe-head-1:before {
  content: "";
}

.icofont-giraffe-head-2:before {
  content: "";
}

.icofont-giraffe-head:before {
  content: "";
}

.icofont-giraffe:before {
  content: "";
}

.icofont-goat-head:before {
  content: "";
}

.icofont-gorilla:before {
  content: "";
}

.icofont-hen-tracks:before {
  content: "";
}

.icofont-horse-head-1:before {
  content: "";
}

.icofont-horse-head-2:before {
  content: "";
}

.icofont-horse-head:before {
  content: "";
}

.icofont-horse-tracks:before {
  content: "";
}

.icofont-jellyfish:before {
  content: "";
}

.icofont-kangaroo:before {
  content: "";
}

.icofont-lemur:before {
  content: "";
}

.icofont-lion-head-1:before {
  content: "";
}

.icofont-lion-head-2:before {
  content: "";
}

.icofont-lion-head:before {
  content: "";
}

.icofont-lion:before {
  content: "";
}

.icofont-monkey-2:before {
  content: "";
}

.icofont-monkey-3:before {
  content: "";
}

.icofont-monkey-face:before {
  content: "";
}

.icofont-monkey:before {
  content: "";
}

.icofont-octopus-alt:before {
  content: "";
}

.icofont-octopus:before {
  content: "";
}

.icofont-owl:before {
  content: "";
}

.icofont-panda-face:before {
  content: "";
}

.icofont-panda:before {
  content: "";
}

.icofont-panther:before {
  content: "";
}

.icofont-parrot-lip:before {
  content: "";
}

.icofont-parrot:before {
  content: "";
}

.icofont-paw:before {
  content: "";
}

.icofont-pelican:before {
  content: "";
}

.icofont-penguin:before {
  content: "";
}

.icofont-pig-face:before {
  content: "";
}

.icofont-pig:before {
  content: "";
}

.icofont-pigeon-1:before {
  content: "";
}

.icofont-pigeon-2:before {
  content: "";
}

.icofont-pigeon:before {
  content: "";
}

.icofont-rabbit:before {
  content: "";
}

.icofont-rat:before {
  content: "";
}

.icofont-rhino-head:before {
  content: "";
}

.icofont-rhino:before {
  content: "";
}

.icofont-rooster:before {
  content: "";
}

.icofont-seahorse:before {
  content: "";
}

.icofont-seal:before {
  content: "";
}

.icofont-shrimp-alt:before {
  content: "";
}

.icofont-shrimp:before {
  content: "";
}

.icofont-snail-1:before {
  content: "";
}

.icofont-snail-2:before {
  content: "";
}

.icofont-snail-3:before {
  content: "";
}

.icofont-snail:before {
  content: "";
}

.icofont-snake:before {
  content: "";
}

.icofont-squid:before {
  content: "";
}

.icofont-squirrel:before {
  content: "";
}

.icofont-tiger-face:before {
  content: "";
}

.icofont-tiger:before {
  content: "";
}

.icofont-turtle:before {
  content: "";
}

.icofont-whale:before {
  content: "";
}

.icofont-woodpecker:before {
  content: "";
}

.icofont-zebra:before {
  content: "";
}

.icofont-brand-acer:before {
  content: "";
}

.icofont-brand-adidas:before {
  content: "";
}

.icofont-brand-adobe:before {
  content: "";
}

.icofont-brand-air-new-zealand:before {
  content: "";
}

.icofont-brand-airbnb:before {
  content: "";
}

.icofont-brand-aircell:before {
  content: "";
}

.icofont-brand-airtel:before {
  content: "";
}

.icofont-brand-alcatel:before {
  content: "";
}

.icofont-brand-alibaba:before {
  content: "";
}

.icofont-brand-aliexpress:before {
  content: "";
}

.icofont-brand-alipay:before {
  content: "";
}

.icofont-brand-amazon:before {
  content: "";
}

.icofont-brand-amd:before {
  content: "";
}

.icofont-brand-american-airlines:before {
  content: "";
}

.icofont-brand-android-robot:before {
  content: "";
}

.icofont-brand-android:before {
  content: "";
}

.icofont-brand-aol:before {
  content: "";
}

.icofont-brand-apple:before {
  content: "";
}

.icofont-brand-appstore:before {
  content: "";
}

.icofont-brand-asus:before {
  content: "";
}

.icofont-brand-ati:before {
  content: "";
}

.icofont-brand-att:before {
  content: "";
}

.icofont-brand-audi:before {
  content: "";
}

.icofont-brand-axiata:before {
  content: "";
}

.icofont-brand-bada:before {
  content: "";
}

.icofont-brand-bbc:before {
  content: "";
}

.icofont-brand-bing:before {
  content: "";
}

.icofont-brand-blackberry:before {
  content: "";
}

.icofont-brand-bmw:before {
  content: "";
}

.icofont-brand-box:before {
  content: "";
}

.icofont-brand-burger-king:before {
  content: "";
}

.icofont-brand-business-insider:before {
  content: "";
}

.icofont-brand-buzzfeed:before {
  content: "";
}

.icofont-brand-cannon:before {
  content: "";
}

.icofont-brand-casio:before {
  content: "";
}

.icofont-brand-china-mobile:before {
  content: "";
}

.icofont-brand-china-telecom:before {
  content: "";
}

.icofont-brand-china-unicom:before {
  content: "";
}

.icofont-brand-cisco:before {
  content: "";
}

.icofont-brand-citibank:before {
  content: "";
}

.icofont-brand-cnet:before {
  content: "";
}

.icofont-brand-cnn:before {
  content: "";
}

.icofont-brand-cocal-cola:before {
  content: "";
}

.icofont-brand-compaq:before {
  content: "";
}

.icofont-brand-debian:before {
  content: "";
}

.icofont-brand-delicious:before {
  content: "";
}

.icofont-brand-dell:before {
  content: "";
}

.icofont-brand-designbump:before {
  content: "";
}

.icofont-brand-designfloat:before {
  content: "";
}

.icofont-brand-disney:before {
  content: "";
}

.icofont-brand-dodge:before {
  content: "";
}

.icofont-brand-dove:before {
  content: "";
}

.icofont-brand-drupal:before {
  content: "";
}

.icofont-brand-ebay:before {
  content: "";
}

.icofont-brand-eleven:before {
  content: "";
}

.icofont-brand-emirates:before {
  content: "";
}

.icofont-brand-espn:before {
  content: "";
}

.icofont-brand-etihad-airways:before {
  content: "";
}

.icofont-brand-etisalat:before {
  content: "";
}

.icofont-brand-etsy:before {
  content: "";
}

.icofont-brand-fastrack:before {
  content: "";
}

.icofont-brand-fedex:before {
  content: "";
}

.icofont-brand-ferrari:before {
  content: "";
}

.icofont-brand-fitbit:before {
  content: "";
}

.icofont-brand-flikr:before {
  content: "";
}

.icofont-brand-forbes:before {
  content: "";
}

.icofont-brand-foursquare:before {
  content: "";
}

.icofont-brand-foxconn:before {
  content: "";
}

.icofont-brand-fujitsu:before {
  content: "";
}

.icofont-brand-general-electric:before {
  content: "";
}

.icofont-brand-gillette:before {
  content: "";
}

.icofont-brand-gizmodo:before {
  content: "";
}

.icofont-brand-gnome:before {
  content: "";
}

.icofont-brand-google:before {
  content: "";
}

.icofont-brand-gopro:before {
  content: "";
}

.icofont-brand-gucci:before {
  content: "";
}

.icofont-brand-hallmark:before {
  content: "";
}

.icofont-brand-hi5:before {
  content: "";
}

.icofont-brand-honda:before {
  content: "";
}

.icofont-brand-hp:before {
  content: "";
}

.icofont-brand-hsbc:before {
  content: "";
}

.icofont-brand-htc:before {
  content: "";
}

.icofont-brand-huawei:before {
  content: "";
}

.icofont-brand-hulu:before {
  content: "";
}

.icofont-brand-hyundai:before {
  content: "";
}

.icofont-brand-ibm:before {
  content: "";
}

.icofont-brand-icofont:before {
  content: "";
}

.icofont-brand-icq:before {
  content: "";
}

.icofont-brand-ikea:before {
  content: "";
}

.icofont-brand-imdb:before {
  content: "";
}

.icofont-brand-indiegogo:before {
  content: "";
}

.icofont-brand-intel:before {
  content: "";
}

.icofont-brand-ipair:before {
  content: "";
}

.icofont-brand-jaguar:before {
  content: "";
}

.icofont-brand-java:before {
  content: "";
}

.icofont-brand-joomla:before {
  content: "";
}

.icofont-brand-kickstarter:before {
  content: "";
}

.icofont-brand-kik:before {
  content: "";
}

.icofont-brand-lastfm:before {
  content: "";
}

.icofont-brand-lego:before {
  content: "";
}

.icofont-brand-lenovo:before {
  content: "";
}

.icofont-brand-levis:before {
  content: "";
}

.icofont-brand-lexus:before {
  content: "";
}

.icofont-brand-lg:before {
  content: "";
}

.icofont-brand-life-hacker:before {
  content: "";
}

.icofont-brand-linux-mint:before {
  content: "";
}

.icofont-brand-linux:before {
  content: "";
}

.icofont-brand-lionix:before {
  content: "";
}

.icofont-brand-loreal:before {
  content: "";
}

.icofont-brand-louis-vuitton:before {
  content: "";
}

.icofont-brand-mac-os:before {
  content: "";
}

.icofont-brand-marvel-app:before {
  content: "";
}

.icofont-brand-mashable:before {
  content: "";
}

.icofont-brand-mazda:before {
  content: "";
}

.icofont-brand-mcdonals:before {
  content: "";
}

.icofont-brand-mercedes:before {
  content: "";
}

.icofont-brand-micromax:before {
  content: "";
}

.icofont-brand-microsoft:before {
  content: "";
}

.icofont-brand-mobileme:before {
  content: "";
}

.icofont-brand-mobily:before {
  content: "";
}

.icofont-brand-motorola:before {
  content: "";
}

.icofont-brand-msi:before {
  content: "";
}

.icofont-brand-mts:before {
  content: "";
}

.icofont-brand-myspace:before {
  content: "";
}

.icofont-brand-mytv:before {
  content: "";
}

.icofont-brand-nasa:before {
  content: "";
}

.icofont-brand-natgeo:before {
  content: "";
}

.icofont-brand-nbc:before {
  content: "";
}

.icofont-brand-nescafe:before {
  content: "";
}

.icofont-brand-nestle:before {
  content: "";
}

.icofont-brand-netflix:before {
  content: "";
}

.icofont-brand-nexus:before {
  content: "";
}

.icofont-brand-nike:before {
  content: "";
}

.icofont-brand-nokia:before {
  content: "";
}

.icofont-brand-nvidia:before {
  content: "";
}

.icofont-brand-omega:before {
  content: "";
}

.icofont-brand-opensuse:before {
  content: "";
}

.icofont-brand-oracle:before {
  content: "";
}

.icofont-brand-panasonic:before {
  content: "";
}

.icofont-brand-paypal:before {
  content: "";
}

.icofont-brand-pepsi:before {
  content: "";
}

.icofont-brand-philips:before {
  content: "";
}

.icofont-brand-pizza-hut:before {
  content: "";
}

.icofont-brand-playstation:before {
  content: "";
}

.icofont-brand-puma:before {
  content: "";
}

.icofont-brand-qatar-air:before {
  content: "";
}

.icofont-brand-qvc:before {
  content: "";
}

.icofont-brand-readernaut:before {
  content: "";
}

.icofont-brand-redbull:before {
  content: "";
}

.icofont-brand-reebok:before {
  content: "";
}

.icofont-brand-reuters:before {
  content: "";
}

.icofont-brand-samsung:before {
  content: "";
}

.icofont-brand-sap:before {
  content: "";
}

.icofont-brand-saudia-airlines:before {
  content: "";
}

.icofont-brand-scribd:before {
  content: "";
}

.icofont-brand-shell:before {
  content: "";
}

.icofont-brand-siemens:before {
  content: "";
}

.icofont-brand-sk-telecom:before {
  content: "";
}

.icofont-brand-slideshare:before {
  content: "";
}

.icofont-brand-smashing-magazine:before {
  content: "";
}

.icofont-brand-snapchat:before {
  content: "";
}

.icofont-brand-sony-ericsson:before {
  content: "";
}

.icofont-brand-sony:before {
  content: "";
}

.icofont-brand-soundcloud:before {
  content: "";
}

.icofont-brand-sprint:before {
  content: "";
}

.icofont-brand-squidoo:before {
  content: "";
}

.icofont-brand-starbucks:before {
  content: "";
}

.icofont-brand-stc:before {
  content: "";
}

.icofont-brand-steam:before {
  content: "";
}

.icofont-brand-suzuki:before {
  content: "";
}

.icofont-brand-symbian:before {
  content: "";
}

.icofont-brand-t-mobile:before {
  content: "";
}

.icofont-brand-tango:before {
  content: "";
}

.icofont-brand-target:before {
  content: "";
}

.icofont-brand-tata-indicom:before {
  content: "";
}

.icofont-brand-techcrunch:before {
  content: "";
}

.icofont-brand-telenor:before {
  content: "";
}

.icofont-brand-teliasonera:before {
  content: "";
}

.icofont-brand-tesla:before {
  content: "";
}

.icofont-brand-the-verge:before {
  content: "";
}

.icofont-brand-thenextweb:before {
  content: "";
}

.icofont-brand-toshiba:before {
  content: "";
}

.icofont-brand-toyota:before {
  content: "";
}

.icofont-brand-tribenet:before {
  content: "";
}

.icofont-brand-ubuntu:before {
  content: "";
}

.icofont-brand-unilever:before {
  content: "";
}

.icofont-brand-vaio:before {
  content: "";
}

.icofont-brand-verizon:before {
  content: "";
}

.icofont-brand-viber:before {
  content: "";
}

.icofont-brand-vodafone:before {
  content: "";
}

.icofont-brand-volkswagen:before {
  content: "";
}

.icofont-brand-walmart:before {
  content: "";
}

.icofont-brand-warnerbros:before {
  content: "";
}

.icofont-brand-whatsapp:before {
  content: "";
}

.icofont-brand-wikipedia:before {
  content: "";
}

.icofont-brand-windows:before {
  content: "";
}

.icofont-brand-wire:before {
  content: "";
}

.icofont-brand-wordpress:before {
  content: "";
}

.icofont-brand-xiaomi:before {
  content: "";
}

.icofont-brand-yahoobuzz:before {
  content: "";
}

.icofont-brand-yamaha:before {
  content: "";
}

.icofont-brand-youtube:before {
  content: "";
}

.icofont-brand-zain:before {
  content: "";
}

.icofont-bank-alt:before {
  content: "";
}

.icofont-bank:before {
  content: "";
}

.icofont-barcode:before {
  content: "";
}

.icofont-bill-alt:before {
  content: "";
}

.icofont-billboard:before {
  content: "";
}

.icofont-briefcase-1:before {
  content: "";
}

.icofont-briefcase-2:before {
  content: "";
}

.icofont-businessman:before {
  content: "";
}

.icofont-businesswoman:before {
  content: "";
}

.icofont-chair:before {
  content: "";
}

.icofont-coins:before {
  content: "";
}

.icofont-company:before {
  content: "";
}

.icofont-contact-add:before {
  content: "";
}

.icofont-files-stack:before {
  content: "";
}

.icofont-handshake-deal:before {
  content: "";
}

.icofont-id-card:before {
  content: "";
}

.icofont-meeting-add:before {
  content: "";
}

.icofont-money-bag:before {
  content: "";
}

.icofont-pie-chart:before {
  content: "";
}

.icofont-presentation-alt:before {
  content: "";
}

.icofont-presentation:before {
  content: "";
}

.icofont-stamp:before {
  content: "";
}

.icofont-stock-mobile:before {
  content: "";
}

.icofont-chart-arrows-axis:before {
  content: "";
}

.icofont-chart-bar-graph:before {
  content: "";
}

.icofont-chart-flow-1:before {
  content: "";
}

.icofont-chart-flow-2:before {
  content: "";
}

.icofont-chart-flow:before {
  content: "";
}

.icofont-chart-growth:before {
  content: "";
}

.icofont-chart-histogram-alt:before {
  content: "";
}

.icofont-chart-histogram:before {
  content: "";
}

.icofont-chart-line-alt:before {
  content: "";
}

.icofont-chart-line:before {
  content: "";
}

.icofont-chart-pie-alt:before {
  content: "";
}

.icofont-chart-pie:before {
  content: "";
}

.icofont-chart-radar-graph:before {
  content: "";
}

.icofont-architecture-alt:before {
  content: "";
}

.icofont-architecture:before {
  content: "";
}

.icofont-barricade:before {
  content: "";
}

.icofont-bolt:before {
  content: "";
}

.icofont-bricks:before {
  content: "";
}

.icofont-building-alt:before {
  content: "";
}

.icofont-bull-dozer:before {
  content: "";
}

.icofont-calculations:before {
  content: "";
}

.icofont-cement-mix:before {
  content: "";
}

.icofont-cement-mixer:before {
  content: "";
}

.icofont-concrete-mixer:before {
  content: "";
}

.icofont-danger-zone:before {
  content: "";
}

.icofont-drill:before {
  content: "";
}

.icofont-eco-energy:before {
  content: "";
}

.icofont-eco-environmen:before {
  content: "";
}

.icofont-energy-air:before {
  content: "";
}

.icofont-energy-oil:before {
  content: "";
}

.icofont-energy-savings:before {
  content: "";
}

.icofont-energy-solar:before {
  content: "";
}

.icofont-energy-water:before {
  content: "";
}

.icofont-engineer:before {
  content: "";
}

.icofont-fire-extinguisher-alt:before {
  content: "";
}

.icofont-fire-extinguisher:before {
  content: "";
}

.icofont-fix-tools:before {
  content: "";
}

.icofont-fork-lift:before {
  content: "";
}

.icofont-glue-oil:before {
  content: "";
}

.icofont-hammer-alt:before {
  content: "";
}

.icofont-hammer:before {
  content: "";
}

.icofont-help-robot:before {
  content: "";
}

.icofont-industries-1:before {
  content: "";
}

.icofont-industries-2:before {
  content: "";
}

.icofont-industries-3:before {
  content: "";
}

.icofont-industries-4:before {
  content: "";
}

.icofont-industries-5:before {
  content: "";
}

.icofont-industries:before {
  content: "";
}

.icofont-labour:before {
  content: "";
}

.icofont-mining:before {
  content: "";
}

.icofont-paint-brush:before {
  content: "";
}

.icofont-pollution:before {
  content: "";
}

.icofont-power-zone:before {
  content: "";
}

.icofont-radio-active:before {
  content: "";
}

.icofont-recycle-alt:before {
  content: "";
}

.icofont-recycling-man:before {
  content: "";
}

.icofont-safety-hat-light:before {
  content: "";
}

.icofont-safety-hat:before {
  content: "";
}

.icofont-saw:before {
  content: "";
}

.icofont-screw-driver:before {
  content: "";
}

.icofont-tools-1:before {
  content: "";
}

.icofont-tools-bag:before {
  content: "";
}

.icofont-tow-truck:before {
  content: "";
}

.icofont-trolley:before {
  content: "";
}

.icofont-trowel:before {
  content: "";
}

.icofont-under-construction-alt:before {
  content: "";
}

.icofont-under-construction:before {
  content: "";
}

.icofont-vehicle-cement:before {
  content: "";
}

.icofont-vehicle-crane:before {
  content: "";
}

.icofont-vehicle-delivery-van:before {
  content: "";
}

.icofont-vehicle-dozer:before {
  content: "";
}

.icofont-vehicle-excavator:before {
  content: "";
}

.icofont-vehicle-trucktor:before {
  content: "";
}

.icofont-vehicle-wrecking:before {
  content: "";
}

.icofont-worker:before {
  content: "";
}

.icofont-workers-group:before {
  content: "";
}

.icofont-wrench:before {
  content: "";
}

.icofont-afghani-false:before {
  content: "";
}

.icofont-afghani-minus:before {
  content: "";
}

.icofont-afghani-plus:before {
  content: "";
}

.icofont-afghani-true:before {
  content: "";
}

.icofont-afghani:before {
  content: "";
}

.icofont-baht-false:before {
  content: "";
}

.icofont-baht-minus:before {
  content: "";
}

.icofont-baht-plus:before {
  content: "";
}

.icofont-baht-true:before {
  content: "";
}

.icofont-baht:before {
  content: "";
}

.icofont-bitcoin-false:before {
  content: "";
}

.icofont-bitcoin-minus:before {
  content: "";
}

.icofont-bitcoin-plus:before {
  content: "";
}

.icofont-bitcoin-true:before {
  content: "";
}

.icofont-bitcoin:before {
  content: "";
}

.icofont-dollar-flase:before {
  content: "";
}

.icofont-dollar-minus:before {
  content: "";
}

.icofont-dollar-plus:before {
  content: "";
}

.icofont-dollar-true:before {
  content: "";
}

.icofont-dollar:before {
  content: "";
}

.icofont-dong-false:before {
  content: "";
}

.icofont-dong-minus:before {
  content: "";
}

.icofont-dong-plus:before {
  content: "";
}

.icofont-dong-true:before {
  content: "";
}

.icofont-dong:before {
  content: "";
}

.icofont-euro-false:before {
  content: "";
}

.icofont-euro-minus:before {
  content: "";
}

.icofont-euro-plus:before {
  content: "";
}

.icofont-euro-true:before {
  content: "";
}

.icofont-euro:before {
  content: "";
}

.icofont-frank-false:before {
  content: "";
}

.icofont-frank-minus:before {
  content: "";
}

.icofont-frank-plus:before {
  content: "";
}

.icofont-frank-true:before {
  content: "";
}

.icofont-frank:before {
  content: "";
}

.icofont-hryvnia-false:before {
  content: "";
}

.icofont-hryvnia-minus:before {
  content: "";
}

.icofont-hryvnia-plus:before {
  content: "";
}

.icofont-hryvnia-true:before {
  content: "";
}

.icofont-hryvnia:before {
  content: "";
}

.icofont-lira-false:before {
  content: "";
}

.icofont-lira-minus:before {
  content: "";
}

.icofont-lira-plus:before {
  content: "";
}

.icofont-lira-true:before {
  content: "";
}

.icofont-lira:before {
  content: "";
}

.icofont-peseta-false:before {
  content: "";
}

.icofont-peseta-minus:before {
  content: "";
}

.icofont-peseta-plus:before {
  content: "";
}

.icofont-peseta-true:before {
  content: "";
}

.icofont-peseta:before {
  content: "";
}

.icofont-peso-false:before {
  content: "";
}

.icofont-peso-minus:before {
  content: "";
}

.icofont-peso-plus:before {
  content: "";
}

.icofont-peso-true:before {
  content: "";
}

.icofont-peso:before {
  content: "";
}

.icofont-pound-false:before {
  content: "";
}

.icofont-pound-minus:before {
  content: "";
}

.icofont-pound-plus:before {
  content: "";
}

.icofont-pound-true:before {
  content: "";
}

.icofont-pound:before {
  content: "";
}

.icofont-renminbi-false:before {
  content: "";
}

.icofont-renminbi-minus:before {
  content: "";
}

.icofont-renminbi-plus:before {
  content: "";
}

.icofont-renminbi-true:before {
  content: "";
}

.icofont-renminbi:before {
  content: "";
}

.icofont-riyal-false:before {
  content: "";
}

.icofont-riyal-minus:before {
  content: "";
}

.icofont-riyal-plus:before {
  content: "";
}

.icofont-riyal-true:before {
  content: "";
}

.icofont-riyal:before {
  content: "";
}

.icofont-rouble-false:before {
  content: "";
}

.icofont-rouble-minus:before {
  content: "";
}

.icofont-rouble-plus:before {
  content: "";
}

.icofont-rouble-true:before {
  content: "";
}

.icofont-rouble:before {
  content: "";
}

.icofont-rupee-false:before {
  content: "";
}

.icofont-rupee-minus:before {
  content: "";
}

.icofont-rupee-plus:before {
  content: "";
}

.icofont-rupee-true:before {
  content: "";
}

.icofont-rupee:before {
  content: "";
}

.icofont-taka-false:before {
  content: "";
}

.icofont-taka-minus:before {
  content: "";
}

.icofont-taka-plus:before {
  content: "";
}

.icofont-taka-true:before {
  content: "";
}

.icofont-taka:before {
  content: "";
}

.icofont-turkish-lira-false:before {
  content: "";
}

.icofont-turkish-lira-minus:before {
  content: "";
}

.icofont-turkish-lira-plus:before {
  content: "";
}

.icofont-turkish-lira-true:before {
  content: "";
}

.icofont-turkish-lira:before {
  content: "";
}

.icofont-won-false:before {
  content: "";
}

.icofont-won-minus:before {
  content: "";
}

.icofont-won-plus:before {
  content: "";
}

.icofont-won-true:before {
  content: "";
}

.icofont-won:before {
  content: "";
}

.icofont-yen-false:before {
  content: "";
}

.icofont-yen-minus:before {
  content: "";
}

.icofont-yen-plus:before {
  content: "";
}

.icofont-yen-true:before {
  content: "";
}

.icofont-yen:before {
  content: "";
}

.icofont-android-nexus:before {
  content: "";
}

.icofont-android-tablet:before {
  content: "";
}

.icofont-apple-watch:before {
  content: "";
}

.icofont-drawing-tablet:before {
  content: "";
}

.icofont-earphone:before {
  content: "";
}

.icofont-flash-drive:before {
  content: "";
}

.icofont-game-console:before {
  content: "";
}

.icofont-game-controller:before {
  content: "";
}

.icofont-game-pad:before {
  content: "";
}

.icofont-game:before {
  content: "";
}

.icofont-headphone-alt-1:before {
  content: "";
}

.icofont-headphone-alt-2:before {
  content: "";
}

.icofont-headphone-alt-3:before {
  content: "";
}

.icofont-headphone-alt:before {
  content: "";
}

.icofont-headphone:before {
  content: "";
}

.icofont-htc-one:before {
  content: "";
}

.icofont-imac:before {
  content: "";
}

.icofont-ipad:before {
  content: "";
}

.icofont-iphone:before {
  content: "";
}

.icofont-ipod-nano:before {
  content: "";
}

.icofont-ipod-touch:before {
  content: "";
}

.icofont-keyboard-alt:before {
  content: "";
}

.icofont-keyboard-wireless:before {
  content: "";
}

.icofont-keyboard:before {
  content: "";
}

.icofont-laptop-alt:before {
  content: "";
}

.icofont-laptop:before {
  content: "";
}

.icofont-macbook:before {
  content: "";
}

.icofont-magic-mouse:before {
  content: "";
}

.icofont-micro-chip:before {
  content: "";
}

.icofont-microphone-alt:before {
  content: "";
}

.icofont-microphone:before {
  content: "";
}

.icofont-monitor:before {
  content: "";
}

.icofont-mouse:before {
  content: "";
}

.icofont-mp3-player:before {
  content: "";
}

.icofont-nintendo:before {
  content: "";
}

.icofont-playstation-alt:before {
  content: "";
}

.icofont-psvita:before {
  content: "";
}

.icofont-radio-mic:before {
  content: "";
}

.icofont-radio:before {
  content: "";
}

.icofont-refrigerator:before {
  content: "";
}

.icofont-samsung-galaxy:before {
  content: "";
}

.icofont-surface-tablet:before {
  content: "";
}

.icofont-ui-head-phone:before {
  content: "";
}

.icofont-ui-keyboard:before {
  content: "";
}

.icofont-washing-machine:before {
  content: "";
}

.icofont-wifi-router:before {
  content: "";
}

.icofont-wii-u:before {
  content: "";
}

.icofont-windows-lumia:before {
  content: "";
}

.icofont-wireless-mouse:before {
  content: "";
}

.icofont-xbox-360:before {
  content: "";
}

.icofont-arrow-down:before {
  content: "";
}

.icofont-arrow-left:before {
  content: "";
}

.icofont-arrow-right:before {
  content: "";
}

.icofont-arrow-up:before {
  content: "";
}

.icofont-block-down:before {
  content: "";
}

.icofont-block-left:before {
  content: "";
}

.icofont-block-right:before {
  content: "";
}

.icofont-block-up:before {
  content: "";
}

.icofont-bubble-down:before {
  content: "";
}

.icofont-bubble-left:before {
  content: "";
}

.icofont-bubble-right:before {
  content: "";
}

.icofont-bubble-up:before {
  content: "";
}

.icofont-caret-down:before {
  content: "";
}

.icofont-caret-left:before {
  content: "";
}

.icofont-caret-right:before {
  content: "";
}

.icofont-caret-up:before {
  content: "";
}

.icofont-circled-down:before {
  content: "";
}

.icofont-circled-left:before {
  content: "";
}

.icofont-circled-right:before {
  content: "";
}

.icofont-circled-up:before {
  content: "";
}

.icofont-collapse:before {
  content: "";
}

.icofont-cursor-drag:before {
  content: "";
}

.icofont-curved-double-left:before {
  content: "";
}

.icofont-curved-double-right:before {
  content: "";
}

.icofont-curved-down:before {
  content: "";
}

.icofont-curved-left:before {
  content: "";
}

.icofont-curved-right:before {
  content: "";
}

.icofont-curved-up:before {
  content: "";
}

.icofont-dotted-down:before {
  content: "";
}

.icofont-dotted-left:before {
  content: "";
}

.icofont-dotted-right:before {
  content: "";
}

.icofont-dotted-up:before {
  content: "";
}

.icofont-double-left:before {
  content: "";
}

.icofont-double-right:before {
  content: "";
}

.icofont-expand-alt:before {
  content: "";
}

.icofont-hand-down:before {
  content: "";
}

.icofont-hand-drag:before {
  content: "";
}

.icofont-hand-drag1:before {
  content: "";
}

.icofont-hand-drag2:before {
  content: "";
}

.icofont-hand-drawn-alt-down:before {
  content: "";
}

.icofont-hand-drawn-alt-left:before {
  content: "";
}

.icofont-hand-drawn-alt-right:before {
  content: "";
}

.icofont-hand-drawn-alt-up:before {
  content: "";
}

.icofont-hand-drawn-down:before {
  content: "";
}

.icofont-hand-drawn-left:before {
  content: "";
}

.icofont-hand-drawn-right:before {
  content: "";
}

.icofont-hand-drawn-up:before {
  content: "";
}

.icofont-hand-grippers:before {
  content: "";
}

.icofont-hand-left:before {
  content: "";
}

.icofont-hand-right:before {
  content: "";
}

.icofont-hand-up:before {
  content: "";
}

.icofont-line-block-down:before {
  content: "";
}

.icofont-line-block-left:before {
  content: "";
}

.icofont-line-block-right:before {
  content: "";
}

.icofont-line-block-up:before {
  content: "";
}

.icofont-long-arrow-down:before {
  content: "";
}

.icofont-long-arrow-left:before {
  content: "";
}

.icofont-long-arrow-right:before {
  content: "";
}

.icofont-long-arrow-up:before {
  content: "";
}

.icofont-rounded-collapse:before {
  content: "";
}

.icofont-rounded-double-left:before {
  content: "";
}

.icofont-rounded-double-right:before {
  content: "";
}

.icofont-rounded-down:before {
  content: "";
}

.icofont-rounded-expand:before {
  content: "";
}

.icofont-rounded-left-down:before {
  content: "";
}

.icofont-rounded-left-up:before {
  content: "";
}

.icofont-rounded-left:before {
  content: "";
}

.icofont-rounded-right-down:before {
  content: "";
}

.icofont-rounded-right-up:before {
  content: "";
}

.icofont-rounded-right:before {
  content: "";
}

.icofont-rounded-up:before {
  content: "";
}

.icofont-scroll-bubble-down:before {
  content: "";
}

.icofont-scroll-bubble-left:before {
  content: "";
}

.icofont-scroll-bubble-right:before {
  content: "";
}

.icofont-scroll-bubble-up:before {
  content: "";
}

.icofont-scroll-double-down:before {
  content: "";
}

.icofont-scroll-double-left:before {
  content: "";
}

.icofont-scroll-double-right:before {
  content: "";
}

.icofont-scroll-double-up:before {
  content: "";
}

.icofont-scroll-down:before {
  content: "";
}

.icofont-scroll-left:before {
  content: "";
}

.icofont-scroll-long-down:before {
  content: "";
}

.icofont-scroll-long-left:before {
  content: "";
}

.icofont-scroll-long-right:before {
  content: "";
}

.icofont-scroll-long-up:before {
  content: "";
}

.icofont-scroll-right:before {
  content: "";
}

.icofont-scroll-up:before {
  content: "";
}

.icofont-simple-down:before {
  content: "";
}

.icofont-simple-left-down:before {
  content: "";
}

.icofont-simple-left-up:before {
  content: "";
}

.icofont-simple-left:before {
  content: "";
}

.icofont-simple-right-down:before {
  content: "";
}

.icofont-simple-right-up:before {
  content: "";
}

.icofont-simple-right:before {
  content: "";
}

.icofont-simple-up:before {
  content: "";
}

.icofont-square-down:before {
  content: "";
}

.icofont-square-left:before {
  content: "";
}

.icofont-square-right:before {
  content: "";
}

.icofont-square-up:before {
  content: "";
}

.icofont-stylish-down:before {
  content: "";
}

.icofont-stylish-left:before {
  content: "";
}

.icofont-stylish-right:before {
  content: "";
}

.icofont-stylish-up:before {
  content: "";
}

.icofont-swoosh-down:before {
  content: "";
}

.icofont-swoosh-left:before {
  content: "";
}

.icofont-swoosh-right:before {
  content: "";
}

.icofont-swoosh-up:before {
  content: "";
}

.icofont-thin-double-left:before {
  content: "";
}

.icofont-thin-double-right:before {
  content: "";
}

.icofont-thin-down:before {
  content: "";
}

.icofont-thin-left:before {
  content: "";
}

.icofont-thin-right:before {
  content: "";
}

.icofont-thin-up:before {
  content: "";
}

.icofont-abc:before {
  content: "";
}

.icofont-atom:before {
  content: "";
}

.icofont-award:before {
  content: "";
}

.icofont-bell-alt:before {
  content: "";
}

.icofont-black-board:before {
  content: "";
}

.icofont-book-alt:before {
  content: "";
}

.icofont-book:before {
  content: "";
}

.icofont-brainstorming:before {
  content: "";
}

.icofont-certificate-alt-1:before {
  content: "";
}

.icofont-certificate-alt-2:before {
  content: "";
}

.icofont-certificate:before {
  content: "";
}

.icofont-education:before {
  content: "";
}

.icofont-electron:before {
  content: "";
}

.icofont-fountain-pen:before {
  content: "";
}

.icofont-globe-alt:before {
  content: "";
}

.icofont-graduate-alt:before {
  content: "";
}

.icofont-graduate:before {
  content: "";
}

.icofont-group-students:before {
  content: "";
}

.icofont-hat-alt:before {
  content: "";
}

.icofont-hat:before {
  content: "";
}

.icofont-instrument:before {
  content: "";
}

.icofont-lamp-light:before {
  content: "";
}

.icofont-medal:before {
  content: "";
}

.icofont-microscope-alt:before {
  content: "";
}

.icofont-microscope:before {
  content: "";
}

.icofont-paper:before {
  content: "";
}

.icofont-pen-alt-4:before {
  content: "";
}

.icofont-pen-nib:before {
  content: "";
}

.icofont-pencil-alt-5:before {
  content: "";
}

.icofont-quill-pen:before {
  content: "";
}

.icofont-read-book-alt:before {
  content: "";
}

.icofont-read-book:before {
  content: "";
}

.icofont-school-bag:before {
  content: "";
}

.icofont-school-bus:before {
  content: "";
}

.icofont-student-alt:before {
  content: "";
}

.icofont-student:before {
  content: "";
}

.icofont-teacher:before {
  content: "";
}

.icofont-test-bulb:before {
  content: "";
}

.icofont-test-tube-alt:before {
  content: "";
}

.icofont-university:before {
  content: "";
}

.icofont-angry:before {
  content: "";
}

.icofont-astonished:before {
  content: "";
}

.icofont-confounded:before {
  content: "";
}

.icofont-confused:before {
  content: "";
}

.icofont-crying:before {
  content: "";
}

.icofont-dizzy:before {
  content: "";
}

.icofont-expressionless:before {
  content: "";
}

.icofont-heart-eyes:before {
  content: "";
}

.icofont-laughing:before {
  content: "";
}

.icofont-nerd-smile:before {
  content: "";
}

.icofont-open-mouth:before {
  content: "";
}

.icofont-rage:before {
  content: "";
}

.icofont-rolling-eyes:before {
  content: "";
}

.icofont-sad:before {
  content: "";
}

.icofont-simple-smile:before {
  content: "";
}

.icofont-slightly-smile:before {
  content: "";
}

.icofont-smirk:before {
  content: "";
}

.icofont-stuck-out-tongue:before {
  content: "";
}

.icofont-wink-smile:before {
  content: "";
}

.icofont-worried:before {
  content: "";
}

.icofont-file-alt:before {
  content: "";
}

.icofont-file-audio:before {
  content: "";
}

.icofont-file-avi-mp4:before {
  content: "";
}

.icofont-file-bmp:before {
  content: "";
}

.icofont-file-code:before {
  content: "";
}

.icofont-file-css:before {
  content: "";
}

.icofont-file-document:before {
  content: "";
}

.icofont-file-eps:before {
  content: "";
}

.icofont-file-excel:before {
  content: "";
}

.icofont-file-exe:before {
  content: "";
}

.icofont-file-file:before {
  content: "";
}

.icofont-file-flv:before {
  content: "";
}

.icofont-file-gif:before {
  content: "";
}

.icofont-file-html5:before {
  content: "";
}

.icofont-file-image:before {
  content: "";
}

.icofont-file-iso:before {
  content: "";
}

.icofont-file-java:before {
  content: "";
}

.icofont-file-javascript:before {
  content: "";
}

.icofont-file-jpg:before {
  content: "";
}

.icofont-file-midi:before {
  content: "";
}

.icofont-file-mov:before {
  content: "";
}

.icofont-file-mp3:before {
  content: "";
}

.icofont-file-pdf:before {
  content: "";
}

.icofont-file-php:before {
  content: "";
}

.icofont-file-png:before {
  content: "";
}

.icofont-file-powerpoint:before {
  content: "";
}

.icofont-file-presentation:before {
  content: "";
}

.icofont-file-psb:before {
  content: "";
}

.icofont-file-psd:before {
  content: "";
}

.icofont-file-python:before {
  content: "";
}

.icofont-file-ruby:before {
  content: "";
}

.icofont-file-spreadsheet:before {
  content: "";
}

.icofont-file-sql:before {
  content: "";
}

.icofont-file-svg:before {
  content: "";
}

.icofont-file-text:before {
  content: "";
}

.icofont-file-tiff:before {
  content: "";
}

.icofont-file-video:before {
  content: "";
}

.icofont-file-wave:before {
  content: "";
}

.icofont-file-wmv:before {
  content: "";
}

.icofont-file-word:before {
  content: "";
}

.icofont-file-zip:before {
  content: "";
}

.icofont-cycling-alt:before {
  content: "";
}

.icofont-cycling:before {
  content: "";
}

.icofont-dumbbell:before {
  content: "";
}

.icofont-dumbbells:before {
  content: "";
}

.icofont-gym-alt-1:before {
  content: "";
}

.icofont-gym-alt-2:before {
  content: "";
}

.icofont-gym-alt-3:before {
  content: "";
}

.icofont-gym:before {
  content: "";
}

.icofont-muscle-weight:before {
  content: "";
}

.icofont-muscle:before {
  content: "";
}

.icofont-apple:before {
  content: "";
}

.icofont-arabian-coffee:before {
  content: "";
}

.icofont-artichoke:before {
  content: "";
}

.icofont-asparagus:before {
  content: "";
}

.icofont-avocado:before {
  content: "";
}

.icofont-baby-food:before {
  content: "";
}

.icofont-banana:before {
  content: "";
}

.icofont-bbq:before {
  content: "";
}

.icofont-beans:before {
  content: "";
}

.icofont-beer:before {
  content: "";
}

.icofont-bell-pepper-capsicum:before {
  content: "";
}

.icofont-birthday-cake:before {
  content: "";
}

.icofont-bread:before {
  content: "";
}

.icofont-broccoli:before {
  content: "";
}

.icofont-burger:before {
  content: "";
}

.icofont-cabbage:before {
  content: "";
}

.icofont-carrot:before {
  content: "";
}

.icofont-cauli-flower:before {
  content: "";
}

.icofont-cheese:before {
  content: "";
}

.icofont-chef:before {
  content: "";
}

.icofont-cherry:before {
  content: "";
}

.icofont-chicken-fry:before {
  content: "";
}

.icofont-chicken:before {
  content: "";
}

.icofont-cocktail:before {
  content: "";
}

.icofont-coconut-water:before {
  content: "";
}

.icofont-coconut:before {
  content: "";
}

.icofont-coffee-alt:before {
  content: "";
}

.icofont-coffee-cup:before {
  content: "";
}

.icofont-coffee-mug:before {
  content: "";
}

.icofont-coffee-pot:before {
  content: "";
}

.icofont-cola:before {
  content: "";
}

.icofont-corn:before {
  content: "";
}

.icofont-croissant:before {
  content: "";
}

.icofont-crop-plant:before {
  content: "";
}

.icofont-cucumber:before {
  content: "";
}

.icofont-culinary:before {
  content: "";
}

.icofont-cup-cake:before {
  content: "";
}

.icofont-dining-table:before {
  content: "";
}

.icofont-donut:before {
  content: "";
}

.icofont-egg-plant:before {
  content: "";
}

.icofont-egg-poached:before {
  content: "";
}

.icofont-farmer-alt:before {
  content: "";
}

.icofont-farmer:before {
  content: "";
}

.icofont-fast-food:before {
  content: "";
}

.icofont-food-basket:before {
  content: "";
}

.icofont-food-cart:before {
  content: "";
}

.icofont-fork-and-knife:before {
  content: "";
}

.icofont-french-fries:before {
  content: "";
}

.icofont-fruits:before {
  content: "";
}

.icofont-grapes:before {
  content: "";
}

.icofont-honey:before {
  content: "";
}

.icofont-hot-dog:before {
  content: "";
}

.icofont-ice-cream-alt:before {
  content: "";
}

.icofont-ice-cream:before {
  content: "";
}

.icofont-juice:before {
  content: "";
}

.icofont-ketchup:before {
  content: "";
}

.icofont-kiwi:before {
  content: "";
}

.icofont-layered-cake:before {
  content: "";
}

.icofont-lemon-alt:before {
  content: "";
}

.icofont-lemon:before {
  content: "";
}

.icofont-lobster:before {
  content: "";
}

.icofont-mango:before {
  content: "";
}

.icofont-milk:before {
  content: "";
}

.icofont-mushroom:before {
  content: "";
}

.icofont-noodles:before {
  content: "";
}

.icofont-onion:before {
  content: "";
}

.icofont-orange:before {
  content: "";
}

.icofont-pear:before {
  content: "";
}

.icofont-peas:before {
  content: "";
}

.icofont-pepper:before {
  content: "";
}

.icofont-pie-alt:before {
  content: "";
}

.icofont-pie:before {
  content: "";
}

.icofont-pineapple:before {
  content: "";
}

.icofont-pizza-slice:before {
  content: "";
}

.icofont-pizza:before {
  content: "";
}

.icofont-plant:before {
  content: "";
}

.icofont-popcorn:before {
  content: "";
}

.icofont-potato:before {
  content: "";
}

.icofont-pumpkin:before {
  content: "";
}

.icofont-raddish:before {
  content: "";
}

.icofont-restaurant-menu:before {
  content: "";
}

.icofont-restaurant:before {
  content: "";
}

.icofont-salt-and-pepper:before {
  content: "";
}

.icofont-sandwich:before {
  content: "";
}

.icofont-sausage:before {
  content: "";
}

.icofont-soft-drinks:before {
  content: "";
}

.icofont-soup-bowl:before {
  content: "";
}

.icofont-spoon-and-fork:before {
  content: "";
}

.icofont-steak:before {
  content: "";
}

.icofont-strawberry:before {
  content: "";
}

.icofont-sub-sandwich:before {
  content: "";
}

.icofont-sushi:before {
  content: "";
}

.icofont-taco:before {
  content: "";
}

.icofont-tea-pot:before {
  content: "";
}

.icofont-tea:before {
  content: "";
}

.icofont-tomato:before {
  content: "";
}

.icofont-watermelon:before {
  content: "";
}

.icofont-wheat:before {
  content: "";
}

.icofont-baby-backpack:before {
  content: "";
}

.icofont-baby-cloth:before {
  content: "";
}

.icofont-baby-milk-bottle:before {
  content: "";
}

.icofont-baby-trolley:before {
  content: "";
}

.icofont-baby:before {
  content: "";
}

.icofont-candy:before {
  content: "";
}

.icofont-holding-hands:before {
  content: "";
}

.icofont-infant-nipple:before {
  content: "";
}

.icofont-kids-scooter:before {
  content: "";
}

.icofont-safety-pin:before {
  content: "";
}

.icofont-teddy-bear:before {
  content: "";
}

.icofont-toy-ball:before {
  content: "";
}

.icofont-toy-cat:before {
  content: "";
}

.icofont-toy-duck:before {
  content: "";
}

.icofont-toy-elephant:before {
  content: "";
}

.icofont-toy-hand:before {
  content: "";
}

.icofont-toy-horse:before {
  content: "";
}

.icofont-toy-lattu:before {
  content: "";
}

.icofont-toy-train:before {
  content: "";
}

.icofont-burglar:before {
  content: "";
}

.icofont-cannon-firing:before {
  content: "";
}

.icofont-cc-camera:before {
  content: "";
}

.icofont-cop-badge:before {
  content: "";
}

.icofont-cop:before {
  content: "";
}

.icofont-court-hammer:before {
  content: "";
}

.icofont-court:before {
  content: "";
}

.icofont-finger-print:before {
  content: "";
}

.icofont-gavel:before {
  content: "";
}

.icofont-handcuff-alt:before {
  content: "";
}

.icofont-handcuff:before {
  content: "";
}

.icofont-investigation:before {
  content: "";
}

.icofont-investigator:before {
  content: "";
}

.icofont-jail:before {
  content: "";
}

.icofont-judge:before {
  content: "";
}

.icofont-law-alt-1:before {
  content: "";
}

.icofont-law-alt-2:before {
  content: "";
}

.icofont-law-alt-3:before {
  content: "";
}

.icofont-law-book:before {
  content: "";
}

.icofont-law-document:before {
  content: "";
}

.icofont-law-order:before {
  content: "";
}

.icofont-law-protect:before {
  content: "";
}

.icofont-law-scales:before {
  content: "";
}

.icofont-law:before {
  content: "";
}

.icofont-lawyer-alt-1:before {
  content: "";
}

.icofont-lawyer-alt-2:before {
  content: "";
}

.icofont-lawyer:before {
  content: "";
}

.icofont-legal:before {
  content: "";
}

.icofont-pistol:before {
  content: "";
}

.icofont-police-badge:before {
  content: "";
}

.icofont-police-cap:before {
  content: "";
}

.icofont-police-car-alt-1:before {
  content: "";
}

.icofont-police-car-alt-2:before {
  content: "";
}

.icofont-police-car:before {
  content: "";
}

.icofont-police-hat:before {
  content: "";
}

.icofont-police-van:before {
  content: "";
}

.icofont-police:before {
  content: "";
}

.icofont-thief-alt:before {
  content: "";
}

.icofont-thief:before {
  content: "";
}

.icofont-abacus-alt:before {
  content: "";
}

.icofont-abacus:before {
  content: "";
}

.icofont-angle-180:before {
  content: "";
}

.icofont-angle-45:before {
  content: "";
}

.icofont-angle-90:before {
  content: "";
}

.icofont-angle:before {
  content: "";
}

.icofont-calculator-alt-1:before {
  content: "";
}

.icofont-calculator-alt-2:before {
  content: "";
}

.icofont-calculator:before {
  content: "";
}

.icofont-circle-ruler-alt:before {
  content: "";
}

.icofont-circle-ruler:before {
  content: "";
}

.icofont-compass-alt-1:before {
  content: "";
}

.icofont-compass-alt-2:before {
  content: "";
}

.icofont-compass-alt-3:before {
  content: "";
}

.icofont-compass-alt-4:before {
  content: "";
}

.icofont-golden-ratio:before {
  content: "";
}

.icofont-marker-alt-1:before {
  content: "";
}

.icofont-marker-alt-2:before {
  content: "";
}

.icofont-marker-alt-3:before {
  content: "";
}

.icofont-marker:before {
  content: "";
}

.icofont-math:before {
  content: "";
}

.icofont-mathematical-alt-1:before {
  content: "";
}

.icofont-mathematical-alt-2:before {
  content: "";
}

.icofont-mathematical:before {
  content: "";
}

.icofont-pen-alt-1:before {
  content: "";
}

.icofont-pen-alt-2:before {
  content: "";
}

.icofont-pen-alt-3:before {
  content: "";
}

.icofont-pen-holder-alt-1:before {
  content: "";
}

.icofont-pen-holder:before {
  content: "";
}

.icofont-pen:before {
  content: "";
}

.icofont-pencil-alt-1:before {
  content: "";
}

.icofont-pencil-alt-2:before {
  content: "";
}

.icofont-pencil-alt-3:before {
  content: "";
}

.icofont-pencil-alt-4:before {
  content: "";
}

.icofont-pencil:before {
  content: "";
}

.icofont-ruler-alt-1:before {
  content: "";
}

.icofont-ruler-alt-2:before {
  content: "";
}

.icofont-ruler-compass-alt:before {
  content: "";
}

.icofont-ruler-compass:before {
  content: "";
}

.icofont-ruler-pencil-alt-1:before {
  content: "";
}

.icofont-ruler-pencil-alt-2:before {
  content: "";
}

.icofont-ruler-pencil:before {
  content: "";
}

.icofont-ruler:before {
  content: "";
}

.icofont-rulers-alt:before {
  content: "";
}

.icofont-rulers:before {
  content: "";
}

.icofont-square-root:before {
  content: "";
}

.icofont-ui-calculator:before {
  content: "";
}

.icofont-aids:before {
  content: "";
}

.icofont-ambulance-crescent:before {
  content: "";
}

.icofont-ambulance-cross:before {
  content: "";
}

.icofont-ambulance:before {
  content: "";
}

.icofont-autism:before {
  content: "";
}

.icofont-bandage:before {
  content: "";
}

.icofont-blind:before {
  content: "";
}

.icofont-blood-drop:before {
  content: "";
}

.icofont-blood-test:before {
  content: "";
}

.icofont-blood:before {
  content: "";
}

.icofont-brain-alt:before {
  content: "";
}

.icofont-brain:before {
  content: "";
}

.icofont-capsule:before {
  content: "";
}

.icofont-crutch:before {
  content: "";
}

.icofont-disabled:before {
  content: "";
}

.icofont-dna-alt-1:before {
  content: "";
}

.icofont-dna-alt-2:before {
  content: "";
}

.icofont-dna:before {
  content: "";
}

.icofont-doctor-alt:before {
  content: "";
}

.icofont-doctor:before {
  content: "";
}

.icofont-drug-pack:before {
  content: "";
}

.icofont-drug:before {
  content: "";
}

.icofont-first-aid-alt:before {
  content: "";
}

.icofont-first-aid:before {
  content: "";
}

.icofont-heart-beat-alt:before {
  content: "";
}

.icofont-heart-beat:before {
  content: "";
}

.icofont-heartbeat:before {
  content: "";
}

.icofont-herbal:before {
  content: "";
}

.icofont-hospital:before {
  content: "";
}

.icofont-icu:before {
  content: "";
}

.icofont-injection-syringe:before {
  content: "";
}

.icofont-laboratory:before {
  content: "";
}

.icofont-medical-sign-alt:before {
  content: "";
}

.icofont-medical-sign:before {
  content: "";
}

.icofont-nurse-alt:before {
  content: "";
}

.icofont-nurse:before {
  content: "";
}

.icofont-nursing-home:before {
  content: "";
}

.icofont-operation-theater:before {
  content: "";
}

.icofont-paralysis-disability:before {
  content: "";
}

.icofont-patient-bed:before {
  content: "";
}

.icofont-patient-file:before {
  content: "";
}

.icofont-pills:before {
  content: "";
}

.icofont-prescription:before {
  content: "";
}

.icofont-pulse:before {
  content: "";
}

.icofont-stethoscope-alt:before {
  content: "";
}

.icofont-stethoscope:before {
  content: "";
}

.icofont-stretcher:before {
  content: "";
}

.icofont-surgeon-alt:before {
  content: "";
}

.icofont-surgeon:before {
  content: "";
}

.icofont-tablets:before {
  content: "";
}

.icofont-test-bottle:before {
  content: "";
}

.icofont-test-tube:before {
  content: "";
}

.icofont-thermometer-alt:before {
  content: "";
}

.icofont-thermometer:before {
  content: "";
}

.icofont-tooth:before {
  content: "";
}

.icofont-xray:before {
  content: "";
}

.icofont-ui-add:before {
  content: "";
}

.icofont-ui-alarm:before {
  content: "";
}

.icofont-ui-battery:before {
  content: "";
}

.icofont-ui-block:before {
  content: "";
}

.icofont-ui-bluetooth:before {
  content: "";
}

.icofont-ui-brightness:before {
  content: "";
}

.icofont-ui-browser:before {
  content: "";
}

.icofont-ui-calendar:before {
  content: "";
}

.icofont-ui-call:before {
  content: "";
}

.icofont-ui-camera:before {
  content: "";
}

.icofont-ui-cart:before {
  content: "";
}

.icofont-ui-cell-phone:before {
  content: "";
}

.icofont-ui-chat:before {
  content: "";
}

.icofont-ui-check:before {
  content: "";
}

.icofont-ui-clip-board:before {
  content: "";
}

.icofont-ui-clip:before {
  content: "";
}

.icofont-ui-clock:before {
  content: "";
}

.icofont-ui-close:before {
  content: "";
}

.icofont-ui-contact-list:before {
  content: "";
}

.icofont-ui-copy:before {
  content: "";
}

.icofont-ui-cut:before {
  content: "";
}

.icofont-ui-delete:before {
  content: "";
}

.icofont-ui-dial-phone:before {
  content: "";
}

.icofont-ui-edit:before {
  content: "";
}

.icofont-ui-email:before {
  content: "";
}

.icofont-ui-file:before {
  content: "";
}

.icofont-ui-fire-wall:before {
  content: "";
}

.icofont-ui-flash-light:before {
  content: "";
}

.icofont-ui-flight:before {
  content: "";
}

.icofont-ui-folder:before {
  content: "";
}

.icofont-ui-game:before {
  content: "";
}

.icofont-ui-handicapped:before {
  content: "";
}

.icofont-ui-home:before {
  content: "";
}

.icofont-ui-image:before {
  content: "";
}

.icofont-ui-laoding:before {
  content: "";
}

.icofont-ui-lock:before {
  content: "";
}

.icofont-ui-love-add:before {
  content: "";
}

.icofont-ui-love-broken:before {
  content: "";
}

.icofont-ui-love-remove:before {
  content: "";
}

.icofont-ui-love:before {
  content: "";
}

.icofont-ui-map:before {
  content: "";
}

.icofont-ui-message:before {
  content: "";
}

.icofont-ui-messaging:before {
  content: "";
}

.icofont-ui-movie:before {
  content: "";
}

.icofont-ui-music-player:before {
  content: "";
}

.icofont-ui-music:before {
  content: "";
}

.icofont-ui-mute:before {
  content: "";
}

.icofont-ui-network:before {
  content: "";
}

.icofont-ui-next:before {
  content: "";
}

.icofont-ui-note:before {
  content: "";
}

.icofont-ui-office:before {
  content: "";
}

.icofont-ui-password:before {
  content: "";
}

.icofont-ui-pause:before {
  content: "";
}

.icofont-ui-play-stop:before {
  content: "";
}

.icofont-ui-play:before {
  content: "";
}

.icofont-ui-pointer:before {
  content: "";
}

.icofont-ui-power:before {
  content: "";
}

.icofont-ui-press:before {
  content: "";
}

.icofont-ui-previous:before {
  content: "";
}

.icofont-ui-rate-add:before {
  content: "";
}

.icofont-ui-rate-blank:before {
  content: "";
}

.icofont-ui-rate-remove:before {
  content: "";
}

.icofont-ui-rating:before {
  content: "";
}

.icofont-ui-record:before {
  content: "";
}

.icofont-ui-remove:before {
  content: "";
}

.icofont-ui-reply:before {
  content: "";
}

.icofont-ui-rotation:before {
  content: "";
}

.icofont-ui-rss:before {
  content: "";
}

.icofont-ui-search:before {
  content: "";
}

.icofont-ui-settings:before {
  content: "";
}

.icofont-ui-social-link:before {
  content: "";
}

.icofont-ui-tag:before {
  content: "";
}

.icofont-ui-text-chat:before {
  content: "";
}

.icofont-ui-text-loading:before {
  content: "";
}

.icofont-ui-theme:before {
  content: "";
}

.icofont-ui-timer:before {
  content: "";
}

.icofont-ui-touch-phone:before {
  content: "";
}

.icofont-ui-travel:before {
  content: "";
}

.icofont-ui-unlock:before {
  content: "";
}

.icofont-ui-user-group:before {
  content: "";
}

.icofont-ui-user:before {
  content: "";
}

.icofont-ui-v-card:before {
  content: "";
}

.icofont-ui-video-chat:before {
  content: "";
}

.icofont-ui-video-message:before {
  content: "";
}

.icofont-ui-video-play:before {
  content: "";
}

.icofont-ui-video:before {
  content: "";
}

.icofont-ui-volume:before {
  content: "";
}

.icofont-ui-weather:before {
  content: "";
}

.icofont-ui-wifi:before {
  content: "";
}

.icofont-ui-zoom-in:before {
  content: "";
}

.icofont-ui-zoom-out:before {
  content: "";
}

.icofont-cassette-player:before {
  content: "";
}

.icofont-cassette:before {
  content: "";
}

.icofont-forward:before {
  content: "";
}

.icofont-guiter:before {
  content: "";
}

.icofont-movie:before {
  content: "";
}

.icofont-multimedia:before {
  content: "";
}

.icofont-music-alt:before {
  content: "";
}

.icofont-music-disk:before {
  content: "";
}

.icofont-music-note:before {
  content: "";
}

.icofont-music-notes:before {
  content: "";
}

.icofont-music:before {
  content: "";
}

.icofont-mute-volume:before {
  content: "";
}

.icofont-pause:before {
  content: "";
}

.icofont-play-alt-1:before {
  content: "";
}

.icofont-play-alt-2:before {
  content: "";
}

.icofont-play-alt-3:before {
  content: "";
}

.icofont-play-pause:before {
  content: "";
}

.icofont-play:before {
  content: "";
}

.icofont-record:before {
  content: "";
}

.icofont-retro-music-disk:before {
  content: "";
}

.icofont-rewind:before {
  content: "";
}

.icofont-song-notes:before {
  content: "";
}

.icofont-sound-wave-alt:before {
  content: "";
}

.icofont-sound-wave:before {
  content: "";
}

.icofont-stop:before {
  content: "";
}

.icofont-video-alt:before {
  content: "";
}

.icofont-video-cam:before {
  content: "";
}

.icofont-video-clapper:before {
  content: "";
}

.icofont-video:before {
  content: "";
}

.icofont-volume-bar:before {
  content: "";
}

.icofont-volume-down:before {
  content: "";
}

.icofont-volume-mute:before {
  content: "";
}

.icofont-volume-off:before {
  content: "";
}

.icofont-volume-up:before {
  content: "";
}

.icofont-youtube-play:before {
  content: "";
}

.icofont-2checkout-alt:before {
  content: "";
}

.icofont-2checkout:before {
  content: "";
}

.icofont-amazon-alt:before {
  content: "";
}

.icofont-amazon:before {
  content: "";
}

.icofont-american-express-alt:before {
  content: "";
}

.icofont-american-express:before {
  content: "";
}

.icofont-apple-pay-alt:before {
  content: "";
}

.icofont-apple-pay:before {
  content: "";
}

.icofont-bank-transfer-alt:before {
  content: "";
}

.icofont-bank-transfer:before {
  content: "";
}

.icofont-braintree-alt:before {
  content: "";
}

.icofont-braintree:before {
  content: "";
}

.icofont-cash-on-delivery-alt:before {
  content: "";
}

.icofont-cash-on-delivery:before {
  content: "";
}

.icofont-diners-club-alt-1:before {
  content: "";
}

.icofont-diners-club-alt-2:before {
  content: "";
}

.icofont-diners-club-alt-3:before {
  content: "";
}

.icofont-diners-club:before {
  content: "";
}

.icofont-discover-alt:before {
  content: "";
}

.icofont-discover:before {
  content: "";
}

.icofont-eway-alt:before {
  content: "";
}

.icofont-eway:before {
  content: "";
}

.icofont-google-wallet-alt-1:before {
  content: "";
}

.icofont-google-wallet-alt-2:before {
  content: "";
}

.icofont-google-wallet-alt-3:before {
  content: "";
}

.icofont-google-wallet:before {
  content: "";
}

.icofont-jcb-alt:before {
  content: "";
}

.icofont-jcb:before {
  content: "";
}

.icofont-maestro-alt:before {
  content: "";
}

.icofont-maestro:before {
  content: "";
}

.icofont-mastercard-alt:before {
  content: "";
}

.icofont-mastercard:before {
  content: "";
}

.icofont-payoneer-alt:before {
  content: "";
}

.icofont-payoneer:before {
  content: "";
}

.icofont-paypal-alt:before {
  content: "";
}

.icofont-paypal:before {
  content: "";
}

.icofont-sage-alt:before {
  content: "";
}

.icofont-sage:before {
  content: "";
}

.icofont-skrill-alt:before {
  content: "";
}

.icofont-skrill:before {
  content: "";
}

.icofont-stripe-alt:before {
  content: "";
}

.icofont-stripe:before {
  content: "";
}

.icofont-visa-alt:before {
  content: "";
}

.icofont-visa-electron:before {
  content: "";
}

.icofont-visa:before {
  content: "";
}

.icofont-western-union-alt:before {
  content: "";
}

.icofont-western-union:before {
  content: "";
}

.icofont-boy:before {
  content: "";
}

.icofont-business-man-alt-1:before {
  content: "";
}

.icofont-business-man-alt-2:before {
  content: "";
}

.icofont-business-man-alt-3:before {
  content: "";
}

.icofont-business-man:before {
  content: "";
}

.icofont-female:before {
  content: "";
}

.icofont-funky-man:before {
  content: "";
}

.icofont-girl-alt:before {
  content: "";
}

.icofont-girl:before {
  content: "";
}

.icofont-group:before {
  content: "";
}

.icofont-hotel-boy-alt:before {
  content: "";
}

.icofont-hotel-boy:before {
  content: "";
}

.icofont-kid:before {
  content: "";
}

.icofont-man-in-glasses:before {
  content: "";
}

.icofont-people:before {
  content: "";
}

.icofont-support:before {
  content: "";
}

.icofont-user-alt-1:before {
  content: "";
}

.icofont-user-alt-2:before {
  content: "";
}

.icofont-user-alt-3:before {
  content: "";
}

.icofont-user-alt-4:before {
  content: "";
}

.icofont-user-alt-5:before {
  content: "";
}

.icofont-user-alt-6:before {
  content: "";
}

.icofont-user-alt-7:before {
  content: "";
}

.icofont-user-female:before {
  content: "";
}

.icofont-user-male:before {
  content: "";
}

.icofont-user-suited:before {
  content: "";
}

.icofont-user:before {
  content: "";
}

.icofont-users-alt-1:before {
  content: "";
}

.icofont-users-alt-2:before {
  content: "";
}

.icofont-users-alt-3:before {
  content: "";
}

.icofont-users-alt-4:before {
  content: "";
}

.icofont-users-alt-5:before {
  content: "";
}

.icofont-users-alt-6:before {
  content: "";
}

.icofont-users-social:before {
  content: "";
}

.icofont-users:before {
  content: "";
}

.icofont-waiter-alt:before {
  content: "";
}

.icofont-waiter:before {
  content: "";
}

.icofont-woman-in-glasses:before {
  content: "";
}

.icofont-search-1:before {
  content: "";
}

.icofont-search-2:before {
  content: "";
}

.icofont-search-document:before {
  content: "";
}

.icofont-search-folder:before {
  content: "";
}

.icofont-search-job:before {
  content: "";
}

.icofont-search-map:before {
  content: "";
}

.icofont-search-property:before {
  content: "";
}

.icofont-search-restaurant:before {
  content: "";
}

.icofont-search-stock:before {
  content: "";
}

.icofont-search-user:before {
  content: "";
}

.icofont-search:before {
  content: "";
}

.icofont-500px:before {
  content: "";
}

.icofont-aim:before {
  content: "";
}

.icofont-badoo:before {
  content: "";
}

.icofont-baidu-tieba:before {
  content: "";
}

.icofont-bbm-messenger:before {
  content: "";
}

.icofont-bebo:before {
  content: "";
}

.icofont-behance:before {
  content: "";
}

.icofont-blogger:before {
  content: "";
}

.icofont-bootstrap:before {
  content: "";
}

.icofont-brightkite:before {
  content: "";
}

.icofont-cloudapp:before {
  content: "";
}

.icofont-concrete5:before {
  content: "";
}

.icofont-delicious:before {
  content: "";
}

.icofont-designbump:before {
  content: "";
}

.icofont-designfloat:before {
  content: "";
}

.icofont-deviantart:before {
  content: "";
}

.icofont-digg:before {
  content: "";
}

.icofont-dotcms:before {
  content: "";
}

.icofont-dribbble:before {
  content: "";
}

.icofont-dribble:before {
  content: "";
}

.icofont-dropbox:before {
  content: "";
}

.icofont-ebuddy:before {
  content: "";
}

.icofont-ello:before {
  content: "";
}

.icofont-ember:before {
  content: "";
}

.icofont-envato:before {
  content: "";
}

.icofont-evernote:before {
  content: "";
}

.icofont-facebook-messenger:before {
  content: "";
}

.icofont-facebook:before {
  content: "";
}

.icofont-feedburner:before {
  content: "";
}

.icofont-flikr:before {
  content: "";
}

.icofont-folkd:before {
  content: "";
}

.icofont-foursquare:before {
  content: "";
}

.icofont-friendfeed:before {
  content: "";
}

.icofont-ghost:before {
  content: "";
}

.icofont-github:before {
  content: "";
}

.icofont-gnome:before {
  content: "";
}

.icofont-google-buzz:before {
  content: "";
}

.icofont-google-hangouts:before {
  content: "";
}

.icofont-google-map:before {
  content: "";
}

.icofont-google-plus:before {
  content: "";
}

.icofont-google-talk:before {
  content: "";
}

.icofont-hype-machine:before {
  content: "";
}

.icofont-instagram:before {
  content: "";
}

.icofont-kakaotalk:before {
  content: "";
}

.icofont-kickstarter:before {
  content: "";
}

.icofont-kik:before {
  content: "";
}

.icofont-kiwibox:before {
  content: "";
}

.icofont-line-messenger:before {
  content: "";
}

.icofont-line:before {
  content: "";
}

.icofont-linkedin:before {
  content: "";
}

.icofont-linux-mint:before {
  content: "";
}

.icofont-live-messenger:before {
  content: "";
}

.icofont-livejournal:before {
  content: "";
}

.icofont-magento:before {
  content: "";
}

.icofont-meetme:before {
  content: "";
}

.icofont-meetup:before {
  content: "";
}

.icofont-mixx:before {
  content: "";
}

.icofont-newsvine:before {
  content: "";
}

.icofont-nimbuss:before {
  content: "";
}

.icofont-odnoklassniki:before {
  content: "";
}

.icofont-opencart:before {
  content: "";
}

.icofont-oscommerce:before {
  content: "";
}

.icofont-pandora:before {
  content: "";
}

.icofont-photobucket:before {
  content: "";
}

.icofont-picasa:before {
  content: "";
}

.icofont-pinterest:before {
  content: "";
}

.icofont-prestashop:before {
  content: "";
}

.icofont-qik:before {
  content: "";
}

.icofont-qq:before {
  content: "";
}

.icofont-readernaut:before {
  content: "";
}

.icofont-reddit:before {
  content: "";
}

.icofont-renren:before {
  content: "";
}

.icofont-rss:before {
  content: "";
}

.icofont-shopify:before {
  content: "";
}

.icofont-silverstripe:before {
  content: "";
}

.icofont-skype:before {
  content: "";
}

.icofont-slack:before {
  content: "";
}

.icofont-slashdot:before {
  content: "";
}

.icofont-slidshare:before {
  content: "";
}

.icofont-smugmug:before {
  content: "";
}

.icofont-snapchat:before {
  content: "";
}

.icofont-soundcloud:before {
  content: "";
}

.icofont-spotify:before {
  content: "";
}

.icofont-stack-exchange:before {
  content: "";
}

.icofont-stack-overflow:before {
  content: "";
}

.icofont-steam:before {
  content: "";
}

.icofont-stumbleupon:before {
  content: "";
}

.icofont-tagged:before {
  content: "";
}

.icofont-technorati:before {
  content: "";
}

.icofont-telegram:before {
  content: "";
}

.icofont-tinder:before {
  content: "";
}

.icofont-trello:before {
  content: "";
}

.icofont-tumblr:before {
  content: "";
}

.icofont-twitch:before {
  content: "";
}

.icofont-twitter:before {
  content: "";
}

.icofont-typo3:before {
  content: "";
}

.icofont-ubercart:before {
  content: "";
}

.icofont-viber:before {
  content: "";
}

.icofont-viddler:before {
  content: "";
}

.icofont-vimeo:before {
  content: "";
}

.icofont-vine:before {
  content: "";
}

.icofont-virb:before {
  content: "";
}

.icofont-virtuemart:before {
  content: "";
}

.icofont-vk:before {
  content: "";
}

.icofont-wechat:before {
  content: "";
}

.icofont-weibo:before {
  content: "";
}

.icofont-whatsapp:before {
  content: "";
}

.icofont-xing:before {
  content: "";
}

.icofont-yahoo:before {
  content: "";
}

.icofont-yelp:before {
  content: "";
}

.icofont-youku:before {
  content: "";
}

.icofont-youtube:before {
  content: "";
}

.icofont-zencart:before {
  content: "";
}

.icofont-badminton-birdie:before {
  content: "";
}

.icofont-baseball:before {
  content: "";
}

.icofont-baseballer:before {
  content: "";
}

.icofont-basketball-hoop:before {
  content: "";
}

.icofont-basketball:before {
  content: "";
}

.icofont-billiard-ball:before {
  content: "";
}

.icofont-boot-alt-1:before {
  content: "";
}

.icofont-boot-alt-2:before {
  content: "";
}

.icofont-boot:before {
  content: "";
}

.icofont-bowling-alt:before {
  content: "";
}

.icofont-bowling:before {
  content: "";
}

.icofont-canoe:before {
  content: "";
}

.icofont-cheer-leader:before {
  content: "";
}

.icofont-climbing:before {
  content: "";
}

.icofont-corner:before {
  content: "";
}

.icofont-field-alt:before {
  content: "";
}

.icofont-field:before {
  content: "";
}

.icofont-football-alt:before {
  content: "";
}

.icofont-football-american:before {
  content: "";
}

.icofont-football:before {
  content: "";
}

.icofont-foul:before {
  content: "";
}

.icofont-goal-keeper:before {
  content: "";
}

.icofont-goal:before {
  content: "";
}

.icofont-golf-alt:before {
  content: "";
}

.icofont-golf-bag:before {
  content: "";
}

.icofont-golf-cart:before {
  content: "";
}

.icofont-golf-field:before {
  content: "";
}

.icofont-golf:before {
  content: "";
}

.icofont-golfer:before {
  content: "";
}

.icofont-helmet:before {
  content: "";
}

.icofont-hockey-alt:before {
  content: "";
}

.icofont-hockey:before {
  content: "";
}

.icofont-ice-skate:before {
  content: "";
}

.icofont-jersey-alt:before {
  content: "";
}

.icofont-jersey:before {
  content: "";
}

.icofont-jumping:before {
  content: "";
}

.icofont-kick:before {
  content: "";
}

.icofont-leg:before {
  content: "";
}

.icofont-match-review:before {
  content: "";
}

.icofont-medal-sport:before {
  content: "";
}

.icofont-offside:before {
  content: "";
}

.icofont-olympic-logo:before {
  content: "";
}

.icofont-olympic:before {
  content: "";
}

.icofont-padding:before {
  content: "";
}

.icofont-penalty-card:before {
  content: "";
}

.icofont-racer:before {
  content: "";
}

.icofont-racing-car:before {
  content: "";
}

.icofont-racing-flag-alt:before {
  content: "";
}

.icofont-racing-flag:before {
  content: "";
}

.icofont-racings-wheel:before {
  content: "";
}

.icofont-referee:before {
  content: "";
}

.icofont-refree-jersey:before {
  content: "";
}

.icofont-result-sport:before {
  content: "";
}

.icofont-rugby-ball:before {
  content: "";
}

.icofont-rugby-player:before {
  content: "";
}

.icofont-rugby:before {
  content: "";
}

.icofont-runner-alt-1:before {
  content: "";
}

.icofont-runner-alt-2:before {
  content: "";
}

.icofont-runner:before {
  content: "";
}

.icofont-score-board:before {
  content: "";
}

.icofont-skiing-man:before {
  content: "";
}

.icofont-skydiving-goggles:before {
  content: "";
}

.icofont-snow-mobile:before {
  content: "";
}

.icofont-steering:before {
  content: "";
}

.icofont-stopwatch:before {
  content: "";
}

.icofont-substitute:before {
  content: "";
}

.icofont-swimmer:before {
  content: "";
}

.icofont-table-tennis:before {
  content: "";
}

.icofont-team-alt:before {
  content: "";
}

.icofont-team:before {
  content: "";
}

.icofont-tennis-player:before {
  content: "";
}

.icofont-tennis:before {
  content: "";
}

.icofont-tracking:before {
  content: "";
}

.icofont-trophy-alt:before {
  content: "";
}

.icofont-trophy:before {
  content: "";
}

.icofont-volleyball-alt:before {
  content: "";
}

.icofont-volleyball-fire:before {
  content: "";
}

.icofont-volleyball:before {
  content: "";
}

.icofont-water-bottle:before {
  content: "";
}

.icofont-whistle-alt:before {
  content: "";
}

.icofont-whistle:before {
  content: "";
}

.icofont-win-trophy:before {
  content: "";
}

.icofont-align-center:before {
  content: "";
}

.icofont-align-left:before {
  content: "";
}

.icofont-align-right:before {
  content: "";
}

.icofont-all-caps:before {
  content: "";
}

.icofont-bold:before {
  content: "";
}

.icofont-brush:before {
  content: "";
}

.icofont-clip-board:before {
  content: "";
}

.icofont-code-alt:before {
  content: "";
}

.icofont-color-bucket:before {
  content: "";
}

.icofont-color-picker:before {
  content: "";
}

.icofont-copy-invert:before {
  content: "";
}

.icofont-copy:before {
  content: "";
}

.icofont-cut:before {
  content: "";
}

.icofont-delete-alt:before {
  content: "";
}

.icofont-edit-alt:before {
  content: "";
}

.icofont-eraser-alt:before {
  content: "";
}

.icofont-font:before {
  content: "";
}

.icofont-heading:before {
  content: "";
}

.icofont-indent:before {
  content: "";
}

.icofont-italic-alt:before {
  content: "";
}

.icofont-italic:before {
  content: "";
}

.icofont-justify-all:before {
  content: "";
}

.icofont-justify-center:before {
  content: "";
}

.icofont-justify-left:before {
  content: "";
}

.icofont-justify-right:before {
  content: "";
}

.icofont-link-broken:before {
  content: "";
}

.icofont-outdent:before {
  content: "";
}

.icofont-paper-clip:before {
  content: "";
}

.icofont-paragraph:before {
  content: "";
}

.icofont-pin:before {
  content: "";
}

.icofont-printer:before {
  content: "";
}

.icofont-redo:before {
  content: "";
}

.icofont-rotation:before {
  content: "";
}

.icofont-save:before {
  content: "";
}

.icofont-small-cap:before {
  content: "";
}

.icofont-strike-through:before {
  content: "";
}

.icofont-sub-listing:before {
  content: "";
}

.icofont-subscript:before {
  content: "";
}

.icofont-superscript:before {
  content: "";
}

.icofont-table:before {
  content: "";
}

.icofont-text-height:before {
  content: "";
}

.icofont-text-width:before {
  content: "";
}

.icofont-trash:before {
  content: "";
}

.icofont-underline:before {
  content: "";
}

.icofont-undo:before {
  content: "";
}

.icofont-air-balloon:before {
  content: "";
}

.icofont-airplane-alt:before {
  content: "";
}

.icofont-airplane:before {
  content: "";
}

.icofont-articulated-truck:before {
  content: "";
}

.icofont-auto-mobile:before {
  content: "";
}

.icofont-auto-rickshaw:before {
  content: "";
}

.icofont-bicycle-alt-1:before {
  content: "";
}

.icofont-bicycle-alt-2:before {
  content: "";
}

.icofont-bicycle:before {
  content: "";
}

.icofont-bus-alt-1:before {
  content: "";
}

.icofont-bus-alt-2:before {
  content: "";
}

.icofont-bus-alt-3:before {
  content: "";
}

.icofont-bus:before {
  content: "";
}

.icofont-cab:before {
  content: "";
}

.icofont-cable-car:before {
  content: "";
}

.icofont-car-alt-1:before {
  content: "";
}

.icofont-car-alt-2:before {
  content: "";
}

.icofont-car-alt-3:before {
  content: "";
}

.icofont-car-alt-4:before {
  content: "";
}

.icofont-car:before {
  content: "";
}

.icofont-delivery-time:before {
  content: "";
}

.icofont-fast-delivery:before {
  content: "";
}

.icofont-fire-truck-alt:before {
  content: "";
}

.icofont-fire-truck:before {
  content: "";
}

.icofont-free-delivery:before {
  content: "";
}

.icofont-helicopter:before {
  content: "";
}

.icofont-motor-bike-alt:before {
  content: "";
}

.icofont-motor-bike:before {
  content: "";
}

.icofont-motor-biker:before {
  content: "";
}

.icofont-oil-truck:before {
  content: "";
}

.icofont-rickshaw:before {
  content: "";
}

.icofont-rocket-alt-1:before {
  content: "";
}

.icofont-rocket-alt-2:before {
  content: "";
}

.icofont-rocket:before {
  content: "";
}

.icofont-sail-boat-alt-1:before {
  content: "";
}

.icofont-sail-boat-alt-2:before {
  content: "";
}

.icofont-sail-boat:before {
  content: "";
}

.icofont-scooter:before {
  content: "";
}

.icofont-sea-plane:before {
  content: "";
}

.icofont-ship-alt:before {
  content: "";
}

.icofont-ship:before {
  content: "";
}

.icofont-speed-boat:before {
  content: "";
}

.icofont-taxi:before {
  content: "";
}

.icofont-tractor:before {
  content: "";
}

.icofont-train-line:before {
  content: "";
}

.icofont-train-steam:before {
  content: "";
}

.icofont-tram:before {
  content: "";
}

.icofont-truck-alt:before {
  content: "";
}

.icofont-truck-loaded:before {
  content: "";
}

.icofont-truck:before {
  content: "";
}

.icofont-van-alt:before {
  content: "";
}

.icofont-van:before {
  content: "";
}

.icofont-yacht:before {
  content: "";
}

.icofont-5-star-hotel:before {
  content: "";
}

.icofont-air-ticket:before {
  content: "";
}

.icofont-beach-bed:before {
  content: "";
}

.icofont-beach:before {
  content: "";
}

.icofont-camping-vest:before {
  content: "";
}

.icofont-direction-sign:before {
  content: "";
}

.icofont-hill-side:before {
  content: "";
}

.icofont-hill:before {
  content: "";
}

.icofont-hotel:before {
  content: "";
}

.icofont-island-alt:before {
  content: "";
}

.icofont-island:before {
  content: "";
}

.icofont-sandals-female:before {
  content: "";
}

.icofont-sandals-male:before {
  content: "";
}

.icofont-travelling:before {
  content: "";
}

.icofont-breakdown:before {
  content: "";
}

.icofont-celsius:before {
  content: "";
}

.icofont-clouds:before {
  content: "";
}

.icofont-cloudy:before {
  content: "";
}

.icofont-dust:before {
  content: "";
}

.icofont-eclipse:before {
  content: "";
}

.icofont-fahrenheit:before {
  content: "";
}

.icofont-forest-fire:before {
  content: "";
}

.icofont-full-night:before {
  content: "";
}

.icofont-full-sunny:before {
  content: "";
}

.icofont-hail-night:before {
  content: "";
}

.icofont-hail-rainy-night:before {
  content: "";
}

.icofont-hail-rainy-sunny:before {
  content: "";
}

.icofont-hail-rainy:before {
  content: "";
}

.icofont-hail-sunny:before {
  content: "";
}

.icofont-hail-thunder-night:before {
  content: "";
}

.icofont-hail-thunder-sunny:before {
  content: "";
}

.icofont-hail-thunder:before {
  content: "";
}

.icofont-hail:before {
  content: "";
}

.icofont-hill-night:before {
  content: "";
}

.icofont-hill-sunny:before {
  content: "";
}

.icofont-hurricane:before {
  content: "";
}

.icofont-meteor:before {
  content: "";
}

.icofont-night:before {
  content: "";
}

.icofont-rainy-night:before {
  content: "";
}

.icofont-rainy-sunny:before {
  content: "";
}

.icofont-rainy-thunder:before {
  content: "";
}

.icofont-rainy:before {
  content: "";
}

.icofont-snow-alt:before {
  content: "";
}

.icofont-snow-flake:before {
  content: "";
}

.icofont-snow-temp:before {
  content: "";
}

.icofont-snow:before {
  content: "";
}

.icofont-snowy-hail:before {
  content: "";
}

.icofont-snowy-night-hail:before {
  content: "";
}

.icofont-snowy-night-rainy:before {
  content: "";
}

.icofont-snowy-night:before {
  content: "";
}

.icofont-snowy-rainy:before {
  content: "";
}

.icofont-snowy-sunny-hail:before {
  content: "";
}

.icofont-snowy-sunny-rainy:before {
  content: "";
}

.icofont-snowy-sunny:before {
  content: "";
}

.icofont-snowy-thunder-night:before {
  content: "";
}

.icofont-snowy-thunder-sunny:before {
  content: "";
}

.icofont-snowy-thunder:before {
  content: "";
}

.icofont-snowy-windy-night:before {
  content: "";
}

.icofont-snowy-windy-sunny:before {
  content: "";
}

.icofont-snowy-windy:before {
  content: "";
}

.icofont-snowy:before {
  content: "";
}

.icofont-sun-alt:before {
  content: "";
}

.icofont-sun-rise:before {
  content: "";
}

.icofont-sun-set:before {
  content: "";
}

.icofont-sun:before {
  content: "";
}

.icofont-sunny-day-temp:before {
  content: "";
}

.icofont-sunny:before {
  content: "";
}

.icofont-thunder-light:before {
  content: "";
}

.icofont-tornado:before {
  content: "";
}

.icofont-umbrella-alt:before {
  content: "";
}

.icofont-umbrella:before {
  content: "";
}

.icofont-volcano:before {
  content: "";
}

.icofont-wave:before {
  content: "";
}

.icofont-wind-scale-0:before {
  content: "";
}

.icofont-wind-scale-1:before {
  content: "";
}

.icofont-wind-scale-10:before {
  content: "";
}

.icofont-wind-scale-11:before {
  content: "";
}

.icofont-wind-scale-12:before {
  content: "";
}

.icofont-wind-scale-2:before {
  content: "";
}

.icofont-wind-scale-3:before {
  content: "";
}

.icofont-wind-scale-4:before {
  content: "";
}

.icofont-wind-scale-5:before {
  content: "";
}

.icofont-wind-scale-6:before {
  content: "";
}

.icofont-wind-scale-7:before {
  content: "";
}

.icofont-wind-scale-8:before {
  content: "";
}

.icofont-wind-scale-9:before {
  content: "";
}

.icofont-wind-waves:before {
  content: "";
}

.icofont-wind:before {
  content: "";
}

.icofont-windy-hail:before {
  content: "";
}

.icofont-windy-night:before {
  content: "";
}

.icofont-windy-raining:before {
  content: "";
}

.icofont-windy-sunny:before {
  content: "";
}

.icofont-windy-thunder-raining:before {
  content: "";
}

.icofont-windy-thunder:before {
  content: "";
}

.icofont-windy:before {
  content: "";
}

.icofont-addons:before {
  content: "";
}

.icofont-address-book:before {
  content: "";
}

.icofont-adjust:before {
  content: "";
}

.icofont-alarm:before {
  content: "";
}

.icofont-anchor:before {
  content: "";
}

.icofont-archive:before {
  content: "";
}

.icofont-at:before {
  content: "";
}

.icofont-attachment:before {
  content: "";
}

.icofont-audio:before {
  content: "";
}

.icofont-automation:before {
  content: "";
}

.icofont-badge:before {
  content: "";
}

.icofont-bag-alt:before {
  content: "";
}

.icofont-bag:before {
  content: "";
}

.icofont-ban:before {
  content: "";
}

.icofont-bar-code:before {
  content: "";
}

.icofont-bars:before {
  content: "";
}

.icofont-basket:before {
  content: "";
}

.icofont-battery-empty:before {
  content: "";
}

.icofont-battery-full:before {
  content: "";
}

.icofont-battery-half:before {
  content: "";
}

.icofont-battery-low:before {
  content: "";
}

.icofont-beaker:before {
  content: "";
}

.icofont-beard:before {
  content: "";
}

.icofont-bed:before {
  content: "";
}

.icofont-bell:before {
  content: "";
}

.icofont-beverage:before {
  content: "";
}

.icofont-bill:before {
  content: "";
}

.icofont-bin:before {
  content: "";
}

.icofont-binary:before {
  content: "";
}

.icofont-binoculars:before {
  content: "";
}

.icofont-bluetooth:before {
  content: "";
}

.icofont-bomb:before {
  content: "";
}

.icofont-book-mark:before {
  content: "";
}

.icofont-box:before {
  content: "";
}

.icofont-briefcase:before {
  content: "";
}

.icofont-broken:before {
  content: "";
}

.icofont-bucket:before {
  content: "";
}

.icofont-bucket1:before {
  content: "";
}

.icofont-bucket2:before {
  content: "";
}

.icofont-bug:before {
  content: "";
}

.icofont-building:before {
  content: "";
}

.icofont-bulb-alt:before {
  content: "";
}

.icofont-bullet:before {
  content: "";
}

.icofont-bullhorn:before {
  content: "";
}

.icofont-bullseye:before {
  content: "";
}

.icofont-calendar:before {
  content: "";
}

.icofont-camera-alt:before {
  content: "";
}

.icofont-camera:before {
  content: "";
}

.icofont-card:before {
  content: "";
}

.icofont-cart-alt:before {
  content: "";
}

.icofont-cart:before {
  content: "";
}

.icofont-cc:before {
  content: "";
}

.icofont-charging:before {
  content: "";
}

.icofont-chat:before {
  content: "";
}

.icofont-check-alt:before {
  content: "";
}

.icofont-check-circled:before {
  content: "";
}

.icofont-check:before {
  content: "";
}

.icofont-checked:before {
  content: "";
}

.icofont-children-care:before {
  content: "";
}

.icofont-clip:before {
  content: "";
}

.icofont-clock-time:before {
  content: "";
}

.icofont-close-circled:before {
  content: "";
}

.icofont-close-line-circled:before {
  content: "";
}

.icofont-close-line-squared-alt:before {
  content: "";
}

.icofont-close-line-squared:before {
  content: "";
}

.icofont-close-line:before {
  content: "";
}

.icofont-close-squared-alt:before {
  content: "";
}

.icofont-close-squared:before {
  content: "";
}

.icofont-close:before {
  content: "";
}

.icofont-cloud-download:before {
  content: "";
}

.icofont-cloud-refresh:before {
  content: "";
}

.icofont-cloud-upload:before {
  content: "";
}

.icofont-cloud:before {
  content: "";
}

.icofont-code-not-allowed:before {
  content: "";
}

.icofont-code:before {
  content: "";
}

.icofont-comment:before {
  content: "";
}

.icofont-compass-alt:before {
  content: "";
}

.icofont-compass:before {
  content: "";
}

.icofont-computer:before {
  content: "";
}

.icofont-connection:before {
  content: "";
}

.icofont-console:before {
  content: "";
}

.icofont-contacts:before {
  content: "";
}

.icofont-contrast:before {
  content: "";
}

.icofont-copyright:before {
  content: "";
}

.icofont-credit-card:before {
  content: "";
}

.icofont-crop:before {
  content: "";
}

.icofont-crown:before {
  content: "";
}

.icofont-cube:before {
  content: "";
}

.icofont-cubes:before {
  content: "";
}

.icofont-dashboard-web:before {
  content: "";
}

.icofont-dashboard:before {
  content: "";
}

.icofont-data:before {
  content: "";
}

.icofont-database-add:before {
  content: "";
}

.icofont-database-locked:before {
  content: "";
}

.icofont-database-remove:before {
  content: "";
}

.icofont-database:before {
  content: "";
}

.icofont-delete:before {
  content: "";
}

.icofont-diamond:before {
  content: "";
}

.icofont-dice-multiple:before {
  content: "";
}

.icofont-dice:before {
  content: "";
}

.icofont-disc:before {
  content: "";
}

.icofont-diskette:before {
  content: "";
}

.icofont-document-folder:before {
  content: "";
}

.icofont-download-alt:before {
  content: "";
}

.icofont-download:before {
  content: "";
}

.icofont-downloaded:before {
  content: "";
}

.icofont-drag:before {
  content: "";
}

.icofont-drag1:before {
  content: "";
}

.icofont-drag2:before {
  content: "";
}

.icofont-drag3:before {
  content: "";
}

.icofont-earth:before {
  content: "";
}

.icofont-ebook:before {
  content: "";
}

.icofont-edit:before {
  content: "";
}

.icofont-eject:before {
  content: "";
}

.icofont-email:before {
  content: "";
}

.icofont-envelope-open:before {
  content: "";
}

.icofont-envelope:before {
  content: "";
}

.icofont-eraser:before {
  content: "";
}

.icofont-error:before {
  content: "";
}

.icofont-excavator:before {
  content: "";
}

.icofont-exchange:before {
  content: "";
}

.icofont-exclamation-circle:before {
  content: "";
}

.icofont-exclamation-square:before {
  content: "";
}

.icofont-exclamation-tringle:before {
  content: "";
}

.icofont-exclamation:before {
  content: "";
}

.icofont-exit:before {
  content: "";
}

.icofont-expand:before {
  content: "";
}

.icofont-external-link:before {
  content: "";
}

.icofont-external:before {
  content: "";
}

.icofont-eye-alt:before {
  content: "";
}

.icofont-eye-blocked:before {
  content: "";
}

.icofont-eye-dropper:before {
  content: "";
}

.icofont-eye:before {
  content: "";
}

.icofont-favourite:before {
  content: "";
}

.icofont-fax:before {
  content: "";
}

.icofont-file-fill:before {
  content: "";
}

.icofont-film:before {
  content: "";
}

.icofont-filter:before {
  content: "";
}

.icofont-fire-alt:before {
  content: "";
}

.icofont-fire-burn:before {
  content: "";
}

.icofont-fire:before {
  content: "";
}

.icofont-flag-alt-1:before {
  content: "";
}

.icofont-flag-alt-2:before {
  content: "";
}

.icofont-flag:before {
  content: "";
}

.icofont-flame-torch:before {
  content: "";
}

.icofont-flash-light:before {
  content: "";
}

.icofont-flash:before {
  content: "";
}

.icofont-flask:before {
  content: "";
}

.icofont-focus:before {
  content: "";
}

.icofont-folder-open:before {
  content: "";
}

.icofont-folder:before {
  content: "";
}

.icofont-foot-print:before {
  content: "";
}

.icofont-garbage:before {
  content: "";
}

.icofont-gear-alt:before {
  content: "";
}

.icofont-gear:before {
  content: "";
}

.icofont-gears:before {
  content: "";
}

.icofont-gift:before {
  content: "";
}

.icofont-glass:before {
  content: "";
}

.icofont-globe:before {
  content: "";
}

.icofont-graffiti:before {
  content: "";
}

.icofont-grocery:before {
  content: "";
}

.icofont-hand:before {
  content: "";
}

.icofont-hanger:before {
  content: "";
}

.icofont-hard-disk:before {
  content: "";
}

.icofont-heart-alt:before {
  content: "";
}

.icofont-heart:before {
  content: "";
}

.icofont-history:before {
  content: "";
}

.icofont-home:before {
  content: "";
}

.icofont-horn:before {
  content: "";
}

.icofont-hour-glass:before {
  content: "";
}

.icofont-id:before {
  content: "";
}

.icofont-image:before {
  content: "";
}

.icofont-inbox:before {
  content: "";
}

.icofont-infinite:before {
  content: "";
}

.icofont-info-circle:before {
  content: "";
}

.icofont-info-square:before {
  content: "";
}

.icofont-info:before {
  content: "";
}

.icofont-institution:before {
  content: "";
}

.icofont-interface:before {
  content: "";
}

.icofont-invisible:before {
  content: "";
}

.icofont-jacket:before {
  content: "";
}

.icofont-jar:before {
  content: "";
}

.icofont-jewlery:before {
  content: "";
}

.icofont-karate:before {
  content: "";
}

.icofont-key-hole:before {
  content: "";
}

.icofont-key:before {
  content: "";
}

.icofont-label:before {
  content: "";
}

.icofont-lamp:before {
  content: "";
}

.icofont-layers:before {
  content: "";
}

.icofont-layout:before {
  content: "";
}

.icofont-leaf:before {
  content: "";
}

.icofont-leaflet:before {
  content: "";
}

.icofont-learn:before {
  content: "";
}

.icofont-lego:before {
  content: "";
}

.icofont-lens:before {
  content: "";
}

.icofont-letter:before {
  content: "";
}

.icofont-letterbox:before {
  content: "";
}

.icofont-library:before {
  content: "";
}

.icofont-license:before {
  content: "";
}

.icofont-life-bouy:before {
  content: "";
}

.icofont-life-buoy:before {
  content: "";
}

.icofont-life-jacket:before {
  content: "";
}

.icofont-life-ring:before {
  content: "";
}

.icofont-light-bulb:before {
  content: "";
}

.icofont-lighter:before {
  content: "";
}

.icofont-lightning-ray:before {
  content: "";
}

.icofont-like:before {
  content: "";
}

.icofont-line-height:before {
  content: "";
}

.icofont-link-alt:before {
  content: "";
}

.icofont-link:before {
  content: "";
}

.icofont-list:before {
  content: "";
}

.icofont-listening:before {
  content: "";
}

.icofont-listine-dots:before {
  content: "";
}

.icofont-listing-box:before {
  content: "";
}

.icofont-listing-number:before {
  content: "";
}

.icofont-live-support:before {
  content: "";
}

.icofont-location-arrow:before {
  content: "";
}

.icofont-location-pin:before {
  content: "";
}

.icofont-lock:before {
  content: "";
}

.icofont-login:before {
  content: "";
}

.icofont-logout:before {
  content: "";
}

.icofont-lollipop:before {
  content: "";
}

.icofont-long-drive:before {
  content: "";
}

.icofont-look:before {
  content: "";
}

.icofont-loop:before {
  content: "";
}

.icofont-luggage:before {
  content: "";
}

.icofont-lunch:before {
  content: "";
}

.icofont-lungs:before {
  content: "";
}

.icofont-magic-alt:before {
  content: "";
}

.icofont-magic:before {
  content: "";
}

.icofont-magnet:before {
  content: "";
}

.icofont-mail-box:before {
  content: "";
}

.icofont-mail:before {
  content: "";
}

.icofont-male:before {
  content: "";
}

.icofont-map-pins:before {
  content: "";
}

.icofont-map:before {
  content: "";
}

.icofont-maximize:before {
  content: "";
}

.icofont-measure:before {
  content: "";
}

.icofont-medicine:before {
  content: "";
}

.icofont-mega-phone:before {
  content: "";
}

.icofont-megaphone-alt:before {
  content: "";
}

.icofont-megaphone:before {
  content: "";
}

.icofont-memorial:before {
  content: "";
}

.icofont-memory-card:before {
  content: "";
}

.icofont-mic-mute:before {
  content: "";
}

.icofont-mic:before {
  content: "";
}

.icofont-military:before {
  content: "";
}

.icofont-mill:before {
  content: "";
}

.icofont-minus-circle:before {
  content: "";
}

.icofont-minus-square:before {
  content: "";
}

.icofont-minus:before {
  content: "";
}

.icofont-mobile-phone:before {
  content: "";
}

.icofont-molecule:before {
  content: "";
}

.icofont-money:before {
  content: "";
}

.icofont-moon:before {
  content: "";
}

.icofont-mop:before {
  content: "";
}

.icofont-muffin:before {
  content: "";
}

.icofont-mustache:before {
  content: "";
}

.icofont-navigation-menu:before {
  content: "";
}

.icofont-navigation:before {
  content: "";
}

.icofont-network-tower:before {
  content: "";
}

.icofont-network:before {
  content: "";
}

.icofont-news:before {
  content: "";
}

.icofont-newspaper:before {
  content: "";
}

.icofont-no-smoking:before {
  content: "";
}

.icofont-not-allowed:before {
  content: "";
}

.icofont-notebook:before {
  content: "";
}

.icofont-notepad:before {
  content: "";
}

.icofont-notification:before {
  content: "";
}

.icofont-numbered:before {
  content: "";
}

.icofont-opposite:before {
  content: "";
}

.icofont-optic:before {
  content: "";
}

.icofont-options:before {
  content: "";
}

.icofont-package:before {
  content: "";
}

.icofont-page:before {
  content: "";
}

.icofont-paint:before {
  content: "";
}

.icofont-paper-plane:before {
  content: "";
}

.icofont-paperclip:before {
  content: "";
}

.icofont-papers:before {
  content: "";
}

.icofont-pay:before {
  content: "";
}

.icofont-penguin-linux:before {
  content: "";
}

.icofont-pestle:before {
  content: "";
}

.icofont-phone-circle:before {
  content: "";
}

.icofont-phone:before {
  content: "";
}

.icofont-picture:before {
  content: "";
}

.icofont-pine:before {
  content: "";
}

.icofont-pixels:before {
  content: "";
}

.icofont-plugin:before {
  content: "";
}

.icofont-plus-circle:before {
  content: "";
}

.icofont-plus-square:before {
  content: "";
}

.icofont-plus:before {
  content: "";
}

.icofont-polygonal:before {
  content: "";
}

.icofont-power:before {
  content: "";
}

.icofont-price:before {
  content: "";
}

.icofont-print:before {
  content: "";
}

.icofont-puzzle:before {
  content: "";
}

.icofont-qr-code:before {
  content: "";
}

.icofont-queen:before {
  content: "";
}

.icofont-question-circle:before {
  content: "";
}

.icofont-question-square:before {
  content: "";
}

.icofont-question:before {
  content: "";
}

.icofont-quote-left:before {
  content: "";
}

.icofont-quote-right:before {
  content: "";
}

.icofont-random:before {
  content: "";
}

.icofont-recycle:before {
  content: "";
}

.icofont-refresh:before {
  content: "";
}

.icofont-repair:before {
  content: "";
}

.icofont-reply-all:before {
  content: "";
}

.icofont-reply:before {
  content: "";
}

.icofont-resize:before {
  content: "";
}

.icofont-responsive:before {
  content: "";
}

.icofont-retweet:before {
  content: "";
}

.icofont-road:before {
  content: "";
}

.icofont-robot:before {
  content: "";
}

.icofont-royal:before {
  content: "";
}

.icofont-rss-feed:before {
  content: "";
}

.icofont-safety:before {
  content: "";
}

.icofont-sale-discount:before {
  content: "";
}

.icofont-satellite:before {
  content: "";
}

.icofont-send-mail:before {
  content: "";
}

.icofont-server:before {
  content: "";
}

.icofont-settings-alt:before {
  content: "";
}

.icofont-settings:before {
  content: "";
}

.icofont-share-alt:before {
  content: "";
}

.icofont-share-boxed:before {
  content: "";
}

.icofont-share:before {
  content: "";
}

.icofont-shield:before {
  content: "";
}

.icofont-shopping-cart:before {
  content: "";
}

.icofont-sign-in:before {
  content: "";
}

.icofont-sign-out:before {
  content: "";
}

.icofont-signal:before {
  content: "";
}

.icofont-site-map:before {
  content: "";
}

.icofont-smart-phone:before {
  content: "";
}

.icofont-soccer:before {
  content: "";
}

.icofont-sort-alt:before {
  content: "";
}

.icofont-sort:before {
  content: "";
}

.icofont-space:before {
  content: "";
}

.icofont-spanner:before {
  content: "";
}

.icofont-speech-comments:before {
  content: "";
}

.icofont-speed-meter:before {
  content: "";
}

.icofont-spinner-alt-1:before {
  content: "";
}

.icofont-spinner-alt-2:before {
  content: "";
}

.icofont-spinner-alt-3:before {
  content: "";
}

.icofont-spinner-alt-4:before {
  content: "";
}

.icofont-spinner-alt-5:before {
  content: "";
}

.icofont-spinner-alt-6:before {
  content: "";
}

.icofont-spinner:before {
  content: "";
}

.icofont-spreadsheet:before {
  content: "";
}

.icofont-square:before {
  content: "";
}

.icofont-ssl-security:before {
  content: "";
}

.icofont-star-alt-1:before {
  content: "";
}

.icofont-star-alt-2:before {
  content: "";
}

.icofont-star:before {
  content: "";
}

.icofont-street-view:before {
  content: "";
}

.icofont-support-faq:before {
  content: "";
}

.icofont-tack-pin:before {
  content: "";
}

.icofont-tag:before {
  content: "";
}

.icofont-tags:before {
  content: "";
}

.icofont-tasks-alt:before {
  content: "";
}

.icofont-tasks:before {
  content: "";
}

.icofont-telephone:before {
  content: "";
}

.icofont-telescope:before {
  content: "";
}

.icofont-terminal:before {
  content: "";
}

.icofont-thumbs-down:before {
  content: "";
}

.icofont-thumbs-up:before {
  content: "";
}

.icofont-tick-boxed:before {
  content: "";
}

.icofont-tick-mark:before {
  content: "";
}

.icofont-ticket:before {
  content: "";
}

.icofont-tie:before {
  content: "";
}

.icofont-toggle-off:before {
  content: "";
}

.icofont-toggle-on:before {
  content: "";
}

.icofont-tools-alt-2:before {
  content: "";
}

.icofont-tools:before {
  content: "";
}

.icofont-touch:before {
  content: "";
}

.icofont-traffic-light:before {
  content: "";
}

.icofont-transparent:before {
  content: "";
}

.icofont-tree:before {
  content: "";
}

.icofont-unique-idea:before {
  content: "";
}

.icofont-unlock:before {
  content: "";
}

.icofont-unlocked:before {
  content: "";
}

.icofont-upload-alt:before {
  content: "";
}

.icofont-upload:before {
  content: "";
}

.icofont-usb-drive:before {
  content: "";
}

.icofont-usb:before {
  content: "";
}

.icofont-vector-path:before {
  content: "";
}

.icofont-verification-check:before {
  content: "";
}

.icofont-wall-clock:before {
  content: "";
}

.icofont-wall:before {
  content: "";
}

.icofont-wallet:before {
  content: "";
}

.icofont-warning-alt:before {
  content: "";
}

.icofont-warning:before {
  content: "";
}

.icofont-water-drop:before {
  content: "";
}

.icofont-web:before {
  content: "";
}

.icofont-wheelchair:before {
  content: "";
}

.icofont-wifi-alt:before {
  content: "";
}

.icofont-wifi:before {
  content: "";
}

.icofont-world:before {
  content: "";
}

.icofont-zigzag:before {
  content: "";
}

.icofont-zipped:before {
  content: "";
}

.icofont-xs {
  font-size: 0.5em;
}

.icofont-sm {
  font-size: 0.75em;
}

.icofont-md {
  font-size: 1.25em;
}

.icofont-lg {
  font-size: 1.5em;
}

.icofont-1x {
  font-size: 1em;
}

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

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

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

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

.icofont-6x {
  font-size: 6em;
}

.icofont-7x {
  font-size: 7em;
}

.icofont-8x {
  font-size: 8em;
}

.icofont-9x {
  font-size: 9em;
}

.icofont-10x {
  font-size: 10em;
}

.icofont-fw {
  text-align: center;
  width: 1.25em;
}

.icofont-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

.icofont-ul > li {
  position: relative;
  line-height: 2em;
}

.icofont-ul > li .icofont {
  display: inline-block;
  vertical-align: middle;
}

.icofont-border {
  border: solid 0.08em #f1f1f1;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

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

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

.icofont.icofont-pull-left {
  margin-right: 0.3em;
}

.icofont.icofont-pull-right {
  margin-left: 0.3em;
}

.icofont-spin {
  -webkit-animation: icofont-spin 2s infinite linear;
  animation: icofont-spin 2s infinite linear;
  display: inline-block;
}

.icofont-pulse {
  -webkit-animation: icofont-spin 1s infinite steps(8);
  animation: icofont-spin 1s infinite steps(8);
  display: inline-block;
}

@-webkit-keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes icofont-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.icofont-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

.icofont-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.icofont-flip-horizontal.icofont-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .icofont-rotate-90,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-flip-horizontal,
:root .icofont-flip-vertical {
  -webkit-filter: none;
  filter: none;
  display: inline-block;
}

.icofont-inverse {
  color: #fff;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

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

.yp-btn {
  background: #7A53F3;
  border: 1px solid #7A53F3;
  border-radius: 50px;
  font-size: 19px;
  line-height: 25px;
  padding: 14px 23px 17px 23px;
  color: white;
  white-space: normal;
  font-weight: 400;
  font-family: fieldwork, sans-serif;
  outline: none !important;
  box-shadow: none;
  position: relative;
  display: inline-block;
  box-shadow: none !important;
  -webkit-transition: border 0.3s, color 0.3s, background 0.3s;
  -o-transition: border 0.3s, color 0.3s, background 0.3s;
  transition: border 0.3s, color 0.3s, background 0.3s;
}
.yp-btn:hover, .yp-btn:focus, .yp-btn:active {
  background: #5d2df0;
  border: 1px solid #5d2df0;
  outline: none !important;
  color: white;
  box-shadow: none !important;
}
.yp-btn.btn-gradient {
  background: #7a4bf6;
  background: -moz-linear-gradient(90deg, #7a4bf6 0%, #4109ce 100%);
  background: -webkit-linear-gradient(90deg, #7a4bf6 0%, #4109ce 100%);
  background: linear-gradient(90deg, #7a4bf6 0%, #4109ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7a4bf6", endColorstr="#4109ce", GradientType=1);
  color: white;
  border: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.yp-btn.btn-gradient:hover, .yp-btn.btn-gradient:focus, .yp-btn.btn-gradient:active {
  opacity: 0.85;
  border: none;
}
.yp-btn.btn-white {
  background: white;
  color: #232323;
  border-color: white;
}
.yp-btn.btn-white:hover, .yp-btn.btn-white:focus, .yp-btn.btn-white:active {
  background: black;
  color: white;
  border-color: black;
}
.yp-btn.btn-white-orange {
  background: white;
  color: #FA7E11;
  border-color: white;
}
.yp-btn.btn-white-orange:hover, .yp-btn.btn-white-orange:focus, .yp-btn.btn-white-orange:active {
  background: black;
  color: white;
  border-color: black;
}
.yp-btn.btn-purple {
  background: #7A53F3;
  color: white;
  border-color: #7A53F3;
}
.yp-btn.btn-purple:hover, .yp-btn.btn-purple:focus, .yp-btn.btn-purple:active {
  background: #8c6bf5;
  color: white;
  border-color: #8c6bf5;
}
.yp-btn.btn-black {
  background: #232323;
  color: white;
  border-color: #232323;
}
.yp-btn.btn-black:hover, .yp-btn.btn-black:focus, .yp-btn.btn-black:active {
  background: #303030;
  color: white;
  border-color: #303030;
}
.yp-btn.btn-orange {
  background: #FA7E11;
  color: white;
  border-color: #FA7E11;
}
.yp-btn.btn-orange:hover, .yp-btn.btn-orange:focus, .yp-btn.btn-orange:active {
  background: #232323;
  border-color: #232323;
  color: white;
}
.yp-btn.btn-reversed-black {
  background: none;
  color: #232323;
  border: 1px solid #232323;
}
.yp-btn.btn-reversed-black:hover, .yp-btn.btn-reversed-black:focus, .yp-btn.btn-reversed-black:active {
  background: #232323;
  color: white;
  border-color: #232323;
}
.yp-btn.btn-reversed-purple {
  background: none;
  color: #232323;
  border: 1px solid #7A53F3;
}
.yp-btn.btn-reversed-purple:hover, .yp-btn.btn-reversed-purple:focus, .yp-btn.btn-reversed-purple:active {
  background: #7A53F3;
  color: white;
  border-color: #7A53F3;
}

.btn-set {
  margin-top: 30px;
}
.btn-set .yp-btn {
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .btn-set .yp-btn {
    margin-right: 15px;
  }
}
.btn-set .yp-btn:last-of-type {
  margin-right: 0;
}

.list-no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-footer li {
  color: #411FCB;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list-footer li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-right: -4px;
    font-size: 1.2rem;
    line-height: 1.45;
    margin-bottom: 0;
    padding-right: 15px;
  }
}
.list-footer li span {
  text-transform: uppercase;
  display: block;
  color: #411FCB;
}
.list-footer li a {
  color: white;
}

.list-contact-details {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 950px;
}
.list-contact-details li {
  padding: 0 0 10px 0;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .list-contact-details li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    margin-right: -4px;
    padding: 0 15px 0 0;
    font-size: 1.6rem;
  }
}
.list-contact-details li i {
  color: #ffc107;
  font-size: 1.5rem;
  padding-right: 5px;
}
@media (min-width: 768px) {
  .list-contact-details li i {
    font-size: 1.8rem;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  outline: none !important;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #232323;
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: #232323;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* =============================================================================
  Mouse animation scroll
============================================================================= */
.mouse {
  height: 50px;
  width: 35px;
  border-radius: 14px;
  border: 2px solid #fff;
}
.mouse:after {
  content: "";
  display: block;
  height: 8px;
  width: 2px;
  margin: 10px auto;
  background: #fff;
  position: relative;
  animation: mouse-wheel 1.2s ease infinite;
}

.arrow-scroll {
  width: 35px;
  margin-top: 10px;
}
.arrow-scroll > span {
  font-family: Arial, sans-serif;
  display: block;
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin: 5px auto 3px;
  animation: mouse-scroll 1s infinite;
  animation-delay: 0.2s;
}
.arrow-scroll > span:first-child {
  animation-delay: 0.1s;
}
.arrow-scroll > span:last-child {
  animation-delay: 0.3s;
}

/* Keyframes */
@keyframes mouse-wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(8px);
  }
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.featured-blog {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .featured-blog {
    padding: 50px 0 100px 0;
  }
}
.featured-blog .featured-thumb {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .featured-blog .featured-thumb {
    margin-bottom: 0;
  }
}
.featured-blog .featured-label {
  display: block;
  color: #b8b8b8;
}
.featured-blog h3 {
  margin: 15px 0 20px 0;
  font-size: 30px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .featured-blog h3 {
    font-size: 40px;
    line-height: 50px;
    margin: 10px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .featured-blog h3 {
    padding-right: 40px;
    font-size: 60px;
    line-height: 67px;
  }
}
.featured-blog .yp-btn {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .featured-blog .yp-btn {
    margin-bottom: 50px;
  }
}
.featured-blog .author {
  margin: 0;
  font-size: 18px;
}
.featured-blog .date {
  color: #b8b8b8;
  font-size: 18px;
}

.blog-wrapper {
  position: relative;
  background: rgba(250, 126, 17, 0.07);
  padding: 60px 0;
}
@media (min-width: 992px) {
  .blog-wrapper {
    padding: 100px 0;
  }
}
.blog-wrapper .filter-bar {
  border-bottom: 1px solid rgba(209, 209, 209, 0.4);
  padding: 15px 0 10px 0;
}
.blog-wrapper .filter-bar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .blog-wrapper .filter-bar ul {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
  }
}
.blog-wrapper .filter-bar ul li {
  display: inline-block;
  vertical-align: top;
}
.blog-wrapper .filter-bar ul li.active a {
  opacity: 1;
}
.blog-wrapper .filter-bar ul li a {
  display: block;
  padding-right: 20px;
  font-size: 19px;
  font-weight: 400;
  opacity: 0.5;
}
.blog-wrapper .filter-bar .blog-search {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .blog-wrapper .filter-bar .blog-search {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    text-align: right;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .blog-wrapper .filter-bar .blog-search form {
    max-width: 300px;
    display: inline-block;
  }
}
.blog-wrapper .filter-bar .blog-search input {
  background: none;
  border: none;
  width: calc(100% - 55px);
  padding: 10px;
  height: auto;
  vertical-align: top;
  line-height: 25px;
}
.blog-wrapper .filter-bar .blog-search button {
  background: none;
  padding: 10px 0;
  outline: none;
  border: none;
  color: #232323;
  width: 50px;
  vertical-align: top;
  text-align: right;
  line-height: 25px;
}
.blog-wrapper .filter-bar .blog-search button:hover {
  color: #FA7E11;
}
.blog-wrapper .blog-grid {
  margin-top: 50px;
}

.blog-item {
  display: flex;
  flex-flow: column nowrap;
}
.blog-item .blog-thumb {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 250px;
  border-radius: 10px;
}
.blog-item .news-item-inner {
  padding: 15px 0;
}
.blog-item .news-item-inner .category {
  color: #b8b8b8;
  font-size: 17px;
  display: block;
}
.blog-item .news-item-inner h4 {
  margin: 10px 0 0 0;
  font-size: 21px;
  line-height: 28px;
}
@media (min-width: 992px) {
  .blog-item .news-item-inner h4 {
    padding-right: 30px;
    font-size: 23px;
    line-height: 30px;
  }
}
.blog-item .blog-btn {
  color: #FA7E11;
  border-bottom: 1px solid #FA7E11;
  align-self: flex-start !important;
  margin-top: auto !important;
  font-weight: 400;
}
.blog-item .blog-btn:hover {
  color: #d46504;
  border-color: #d46504;
}

.blog-post-wrapper {
  position: relative;
}
.blog-post-wrapper .blog-banner {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .blog-post-wrapper .blog-banner {
    padding-bottom: 50px;
  }
}
.blog-post-wrapper .blog-banner .image-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.blog-post-wrapper .blog-post-col a:not(.yp-btn) {
  color: #7A53F3;
}
.blog-post-wrapper .blog-heading {
  font-size: 35px;
  margin: 0 0 30px 0;
}
@media (min-width: 768px) {
  .blog-post-wrapper .blog-heading {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  .blog-post-wrapper .blog-heading {
    font-size: 65px;
    line-height: 70px;
  }
}
.blog-post-wrapper .blog-meta {
  font-size: 18px;
  margin: 0 0 10px 0;
}
@media (min-width: 768px) {
  .blog-post-wrapper .blog-meta {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 155px);
    margin: 0;
  }
}
.blog-post-wrapper .blog-meta .author-date {
  margin: 0;
}
.blog-post-wrapper .blog-meta .author-date time {
  color: #b8b8b8;
}
.blog-post-wrapper .social-shares {
  margin: 0;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blog-post-wrapper .social-shares {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    text-align: right;
  }
}
.blog-post-wrapper .social-shares li {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin: 0 4px;
}
.blog-post-wrapper .social-shares li a {
  display: block;
  color: #b8b8b8;
}
.blog-post-wrapper .social-shares li a:hover {
  color: #7A53F3;
}
.blog-post-wrapper .signup-form-spacing {
  padding-bottom: 140px;
}
.blog-post-wrapper .signup-noform-spacing {
  padding-bottom: 40px;
}
.blog-post-wrapper .top-blog-content {
  margin-top: 30px;
  padding: 30px 0 50px 0;
  border-top: 1px solid rgba(209, 209, 209, 0.4);
}
.blog-post-wrapper .top-blog-content h1, .blog-post-wrapper .top-blog-content h2, .blog-post-wrapper .top-blog-content h3, .blog-post-wrapper .top-blog-content h4, .blog-post-wrapper .top-blog-content h5, .blog-post-wrapper .top-blog-content h6, .blog-post-wrapper .lower-blog-content h1, .blog-post-wrapper .lower-blog-content h2, .blog-post-wrapper .lower-blog-content h3, .blog-post-wrapper .lower-blog-content h4, .blog-post-wrapper .lower-blog-content h5, .blog-post-wrapper .lower-blog-content h6 {
  margin: 35px 0 15px 0;
}
.blog-post-wrapper .top-blog-content *:first-of-type, .blog-post-wrapper .lower-blog-content *:first-of-type {
  margin-top: 0;
}
.blog-post-wrapper .blog-testimonial {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .blog-post-wrapper .blog-testimonial {
    padding: 50px 40px;
  }
}
.blog-post-wrapper .blog-testimonial .testimonial-label {
  display: block;
  font-size: 18px;
  color: #232323;
  margin: 0 0 20px 0;
}
.blog-post-wrapper .blog-testimonial .testimonial {
  font-size: 24px;
  line-height: 31px;
  color: #7A53F3;
  font-weight: 400;
}
@media (min-width: 992px) {
  .blog-post-wrapper .blog-testimonial .testimonial {
    font-size: 28px;
    line-height: 34px;
  }
}
.blog-post-wrapper .blog-testimonial .testimonial-name {
  display: block;
  font-size: 18px;
  color: #232323;
  margin: 20px 0 0 0;
}
.blog-post-wrapper .blog-testimonial .testimonial-company {
  display: block;
  font-size: 17px;
  color: #b8b8b8;
  margin: 0;
}
.blog-post-wrapper .lower-blog-content {
  padding: 50px 0 0 0;
}
@media (min-width: 768px) {
  .blog-post-wrapper .lower-blog-content {
    padding: 50px 0;
  }
}
.blog-post-wrapper .blog-signup-form {
  background: white;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  padding: 30px;
  margin: 0 0 50px 0;
  margin: 0 auto;
}
.blog-post-wrapper .blog-signup-form.related {
  position: absolute;
  bottom: -140px;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
@media (min-width: 768px) {
  .blog-post-wrapper .blog-signup-form {
    padding: 40px;
  }
}
.blog-post-wrapper .blog-signup-form .form-content {
  font-weight: 400;
  font-size: 23px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .blog-post-wrapper .blog-signup-form .form-content {
    display: inline-block;
    vertical-align: middle;
    width: 270px;
  }
}
.blog-post-wrapper .blog-signup-form .form-content strong, .blog-post-wrapper .blog-signup-form .form-content b {
  color: #FA7E11;
}
@media (min-width: 768px) {
  .blog-post-wrapper .blog-signup-form .form-embed {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 275px);
    padding-left: 20px;
  }
}
.blog-post-wrapper .blog-signup-form .form-embed form input[type=text], .blog-post-wrapper .blog-signup-form .form-embed form input[type=email] {
  width: 100% !important;
  height: 50px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(122, 83, 243, 0) !important;
  color: white !important;
}
.blog-post-wrapper .blog-signup-form .form-embed form button, .blog-post-wrapper .blog-signup-form .form-embed form input[type=button], .blog-post-wrapper .blog-signup-form .form-embed form input[type=submit] {
  width: 125px !important;
  height: 50px !important;
  margin-right: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  background: #7A53F3 !important;
  border: #7A53F3 !important;
  color: white !important;
  display: inline-block !important;
}
.blog-post-wrapper .blog-signup-form .form-embed form button:hover, .blog-post-wrapper .blog-signup-form .form-embed form input[type=button]:hover, .blog-post-wrapper .blog-signup-form .form-embed form input[type=submit]:hover {
  cursor: pointer;
}
.blog-post-wrapper .blog-signup-form .form-embed form #message_container {
  position: absolute;
  top: 25px;
  font-weight: 700;
  color: #ff3333 !important;
  font-size: 20px !important;
}
.blog-post-wrapper .related-posts {
  background: rgba(250, 126, 17, 0.07);
  padding: 80px 0;
}
.blog-post-wrapper .related-posts.form-above {
  padding-top: 170px;
}

.blog-call-to-action {
  background: #d66807;
  background: -moz-linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  background: -webkit-linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  background: linear-gradient(0deg, #d66807 17%, #fa7e11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d66807", endColorstr="#fa7e11", GradientType=1);
  padding: 40px 0;
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .blog-call-to-action {
    padding: 60px 0;
  }
}
.blog-call-to-action:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../img/background-outline.png");
  background-size: 800px 800px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.blog-call-to-action .container, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .blog-call-to-action .container img, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper img, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper img {
    max-width: 250px;
  }
}
.blog-call-to-action .container .xl-heading h1, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h1, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h1, .blog-call-to-action .container .xl-heading h2, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h2, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h2, .blog-call-to-action .container .xl-heading h3, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h3, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h3, .blog-call-to-action .container .xl-heading h4, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h4, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h4, .blog-call-to-action .container .xl-heading h5, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h5, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h5, .blog-call-to-action .container .xl-heading h6, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h6, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h6, .blog-call-to-action .container .xl-heading p, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading p, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading p {
  font-size: 35px;
  line-height: 40px;
}
@media (min-width: 768px) {
  .blog-call-to-action .container .xl-heading h1, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h1, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h1, .blog-call-to-action .container .xl-heading h2, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h2, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h2, .blog-call-to-action .container .xl-heading h3, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h3, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h3, .blog-call-to-action .container .xl-heading h4, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h4, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h4, .blog-call-to-action .container .xl-heading h5, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h5, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h5, .blog-call-to-action .container .xl-heading h6, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h6, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h6, .blog-call-to-action .container .xl-heading p, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading p, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading p {
    font-size: 45px;
    line-height: 53px;
  }
}
@media (min-width: 992px) {
  .blog-call-to-action .container .xl-heading h1, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h1, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h1, .blog-call-to-action .container .xl-heading h2, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h2, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h2, .blog-call-to-action .container .xl-heading h3, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h3, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h3, .blog-call-to-action .container .xl-heading h4, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h4, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h4, .blog-call-to-action .container .xl-heading h5, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h5, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h5, .blog-call-to-action .container .xl-heading h6, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading h6, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading h6, .blog-call-to-action .container .xl-heading p, .blog-call-to-action .mobile-navigation-panel .mobile-navigation-wrapper .inner-wrapper .xl-heading p, .mobile-navigation-panel .mobile-navigation-wrapper .blog-call-to-action .inner-wrapper .xl-heading p {
    font-size: 52px;
    line-height: 58px;
  }
}

.blog-signup-form {
  display: flex;
  align-items: center;
}
.blog-signup-form .form-wrapper {
  position: relative;
}
.blog-signup-form .form-wrapper .gform_wrapper form {
  display: flex !important;
}
.blog-signup-form .form-wrapper .gform_wrapper form .gravity-theme, .blog-signup-form .form-wrapper .gform_wrapper form .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
}
.blog-signup-form .form-wrapper .gform_wrapper form .gform_body {
  width: 100% !important;
}
.blog-signup-form .form-wrapper .gform_wrapper form input[type=text], .blog-signup-form .form-wrapper .gform_wrapper form input[type=email] {
  width: 100%;
  height: 60px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background: rgba(122, 83, 243, 0) !important;
  color: black !important;
  border: #565656 1px solid !important;
  border-radius: 0;
  font-size: 19px;
  line-height: 25px;
}
.blog-signup-form .form-wrapper .gform_wrapper form button, .blog-signup-form .form-wrapper .gform_wrapper form input[type=submit] {
  background: #7A53F3 !important;
  border: #7A53F3 !important;
  color: white !important;
  display: inline-block !important;
  height: 60px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  padding: 13px 35px !important;
}
.blog-signup-form .form-wrapper .gform_wrapper form button:hover, .blog-signup-form .form-wrapper .gform_wrapper form input[type=submit]:hover {
  background: #3e0fd1 !important;
  cursor: pointer !important;
}
.blog-signup-form .form-wrapper .gform_wrapper form #message_container {
  top: -35px;
}

#cookie-law-info-bar {
  display: none !important;
}
@media (min-width: 992px) {
  #cookie-law-info-bar {
    display: block !important;
  }
}

/*# sourceMappingURL=shared.min.css.map */
