/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/blob/master/LICENSE)
 */
/*
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700&display=swap");
*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-ml: 1151px;
  --breakpoint-xl: 1401px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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, dialog, 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";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          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: .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: -.25em;
}

sup {
  top: -.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: monospace, 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:not(:root) {
  overflow: hidden;
}

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: .5rem;
}

button {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          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"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type="search"]::-webkit-search-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: "\2014 \00A0";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

@media (min-width: 1024px) {
  .container {
    max-width: 1100px;
  }
}

@media (min-width: 1401px) {
  .container {
    max-width: 1370px;
  }
}

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

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.col-auto {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-border-radius: 0.25rem;
     -moz-border-radius: 0.25rem;
          border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -moz-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out, -moz-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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

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

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

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

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

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: -webkit-calc(2.25rem + 2px);
  height: -moz-calc(2.25rem + 2px);
  height: calc(2.25rem + 2px);
}

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: -webkit-calc(0.375rem + 1px);
  padding-top: -moz-calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
  padding-bottom: -webkit-calc(0.375rem + 1px);
  padding-bottom: -moz-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: -webkit-calc(0.5rem + 1px);
  padding-top: -moz-calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
  padding-bottom: -webkit-calc(0.5rem + 1px);
  padding-bottom: -moz-calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: -webkit-calc(0.25rem + 1px);
  padding-top: -moz-calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
  padding-bottom: -webkit-calc(0.25rem + 1px);
  padding-bottom: -moz-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;
  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 {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-border-radius: 0.2rem;
     -moz-border-radius: 0.2rem;
          border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: -webkit-calc(1.8125rem + 2px);
  height: -moz-calc(1.8125rem + 2px);
  height: calc(1.8125rem + 2px);
}

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]) {
  height: -webkit-calc(2.875rem + 2px);
  height: -moz-calc(2.875rem + 2px);
  height: calc(2.875rem + 2px);
}

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

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  -webkit-border-radius: .2rem;
     -moz-border-radius: .2rem;
          border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.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: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #71dd8a;
}

.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: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 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: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  -webkit-border-radius: .2rem;
     -moz-border-radius: .2rem;
          border-radius: .2rem;
}

.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;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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-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 {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          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::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  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 {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
     -moz-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
     -moz-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}



.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  -webkit-border-top-left-radius: 0.3rem;
     -moz-border-radius-topleft: 0.3rem;
          border-top-left-radius: 0.3rem;
  -webkit-border-top-right-radius: 0.3rem;
     -moz-border-radius-topright: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

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

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

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0.3rem;
     -moz-border-radius: 0.3rem;
          border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
  bottom: -webkit-calc((0.5rem + 1px) * -1);
  bottom: -moz-calc((0.5rem + 1px) * -1);
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
  left: -webkit-calc((0.5rem + 1px) * -1);
  left: -moz-calc((0.5rem + 1px) * -1);
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
  top: -webkit-calc((0.5rem + 1px) * -1);
  top: -moz-calc((0.5rem + 1px) * -1);
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
  right: -webkit-calc((0.5rem + 1px) * -1);
  right: -moz-calc((0.5rem + 1px) * -1);
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}


.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  -moz-transition: transform 0.6s ease, -moz-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -moz-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
     -moz-perspective: 1000px;
          perspective: 1000px;
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
     -moz-transform: translateX(0);
      -ms-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
     -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
       -moz-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
     -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
       -moz-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

.bg-primary {
  background-color: #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: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !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: #28a745 !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 {
  -webkit-border-radius: 0.25rem !important;
     -moz-border-radius: 0.25rem !important;
          border-radius: 0.25rem !important;
}

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

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

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

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

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

.rounded-0 {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          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, #header .header-row, #header .header-row .header-right, #footer .footer-bottom .footer-bottom-data, #footer .footer-bottom .footer-bottom-data .copyright-info, #footer .footer-bottom .footer-bottom-data .copyright-info .flinks, .default-banner, .partners-section .partners-row, .contact-section .contact-row, .books, .participants-box, .nav-row .nav-box, .seminar-list li .seminar-info-row, .seminar-list li .tags-box, .author-box, .sales-cta-main, .sales-cta-section, .sales-cta-section .sales-box {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

.flex-wrap, #header .header-row, #header .header-row .header-right, #header .header-row #mainmenu > ul, #footer .footer-bottom .footer-bottom-data, #footer .footer-bottom .footer-bottom-data .copyright-info, #footer .footer-bottom .footer-bottom-data .copyright-info .flinks, .partners-section .partners-row, .books, .participants-box, .seminar-list li .seminar-info-row, .seminar-list li .tags-box {
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}

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

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

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

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

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

.justify-content-between, .contact-section .contact-row {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
     -moz-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

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

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

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

.align-items-center, #header .header-row, #header .header-row .header-right, #header .header-row #mainmenu > ul, #footer .footer-bottom .footer-bottom-data, #footer .footer-bottom .footer-bottom-data .copyright-info, #footer .footer-bottom .footer-bottom-data .copyright-info .flinks, .default-banner, .partners-section .partners-row, .contact-section .contact-row, .seminar-list li .seminar-info-row {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
     -moz-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1151px) {
  .flex-ml-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ml-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ml-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
       -moz-box-orient: horizontal !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ml-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
       -moz-box-orient: vertical !important;
       -moz-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ml-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important;
  }
  .flex-ml-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
  }
  .flex-ml-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important;
  }
  .justify-content-ml-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ml-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
       -moz-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ml-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
       -moz-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ml-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
       -moz-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ml-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important;
  }
  .align-items-ml-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
       -moz-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ml-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
       -moz-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ml-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
       -moz-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ml-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
       -moz-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ml-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
       -moz-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ml-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important;
  }
  .align-content-ml-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important;
  }
  .align-content-ml-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important;
  }
  .align-content-ml-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important;
  }
  .align-content-ml-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important;
  }
  .align-content-ml-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important;
  }
  .align-self-ml-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important;
  }
  .align-self-ml-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important;
  }
  .align-self-ml-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important;
  }
  .align-self-ml-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important;
  }
  .align-self-ml-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important;
  }
  .align-self-ml-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

@media (min-width: 1401px) {
  .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: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-100 {
  height: 100% !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: 1024px) {
  .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: 1151px) {
  .m-ml-0 {
    margin: 0 !important;
  }
  .mt-ml-0,
  .my-ml-0 {
    margin-top: 0 !important;
  }
  .mr-ml-0,
  .mx-ml-0 {
    margin-right: 0 !important;
  }
  .mb-ml-0,
  .my-ml-0 {
    margin-bottom: 0 !important;
  }
  .ml-ml-0,
  .mx-ml-0 {
    margin-left: 0 !important;
  }
  .m-ml-1 {
    margin: 0.25rem !important;
  }
  .mt-ml-1,
  .my-ml-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ml-1,
  .mx-ml-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ml-1,
  .my-ml-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ml-1,
  .mx-ml-1 {
    margin-left: 0.25rem !important;
  }
  .m-ml-2 {
    margin: 0.5rem !important;
  }
  .mt-ml-2,
  .my-ml-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ml-2,
  .mx-ml-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ml-2,
  .my-ml-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ml-2,
  .mx-ml-2 {
    margin-left: 0.5rem !important;
  }
  .m-ml-3 {
    margin: 1rem !important;
  }
  .mt-ml-3,
  .my-ml-3 {
    margin-top: 1rem !important;
  }
  .mr-ml-3,
  .mx-ml-3 {
    margin-right: 1rem !important;
  }
  .mb-ml-3,
  .my-ml-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ml-3,
  .mx-ml-3 {
    margin-left: 1rem !important;
  }
  .m-ml-4 {
    margin: 1.5rem !important;
  }
  .mt-ml-4,
  .my-ml-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ml-4,
  .mx-ml-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ml-4,
  .my-ml-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ml-4,
  .mx-ml-4 {
    margin-left: 1.5rem !important;
  }
  .m-ml-5 {
    margin: 3rem !important;
  }
  .mt-ml-5,
  .my-ml-5 {
    margin-top: 3rem !important;
  }
  .mr-ml-5,
  .mx-ml-5 {
    margin-right: 3rem !important;
  }
  .mb-ml-5,
  .my-ml-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ml-5,
  .mx-ml-5 {
    margin-left: 3rem !important;
  }
  .p-ml-0 {
    padding: 0 !important;
  }
  .pt-ml-0,
  .py-ml-0 {
    padding-top: 0 !important;
  }
  .pr-ml-0,
  .px-ml-0 {
    padding-right: 0 !important;
  }
  .pb-ml-0,
  .py-ml-0 {
    padding-bottom: 0 !important;
  }
  .pl-ml-0,
  .px-ml-0 {
    padding-left: 0 !important;
  }
  .p-ml-1 {
    padding: 0.25rem !important;
  }
  .pt-ml-1,
  .py-ml-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ml-1,
  .px-ml-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ml-1,
  .py-ml-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ml-1,
  .px-ml-1 {
    padding-left: 0.25rem !important;
  }
  .p-ml-2 {
    padding: 0.5rem !important;
  }
  .pt-ml-2,
  .py-ml-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ml-2,
  .px-ml-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ml-2,
  .py-ml-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ml-2,
  .px-ml-2 {
    padding-left: 0.5rem !important;
  }
  .p-ml-3 {
    padding: 1rem !important;
  }
  .pt-ml-3,
  .py-ml-3 {
    padding-top: 1rem !important;
  }
  .pr-ml-3,
  .px-ml-3 {
    padding-right: 1rem !important;
  }
  .pb-ml-3,
  .py-ml-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ml-3,
  .px-ml-3 {
    padding-left: 1rem !important;
  }
  .p-ml-4 {
    padding: 1.5rem !important;
  }
  .pt-ml-4,
  .py-ml-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ml-4,
  .px-ml-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ml-4,
  .py-ml-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ml-4,
  .px-ml-4 {
    padding-left: 1.5rem !important;
  }
  .p-ml-5 {
    padding: 3rem !important;
  }
  .pt-ml-5,
  .py-ml-5 {
    padding-top: 3rem !important;
  }
  .pr-ml-5,
  .px-ml-5 {
    padding-right: 3rem !important;
  }
  .pb-ml-5,
  .py-ml-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ml-5,
  .px-ml-5 {
    padding-left: 3rem !important;
  }
  .m-ml-auto {
    margin: auto !important;
  }
  .mt-ml-auto,
  .my-ml-auto {
    margin-top: auto !important;
  }
  .mr-ml-auto,
  .mx-ml-auto {
    margin-right: auto !important;
  }
  .mb-ml-auto,
  .my-ml-auto {
    margin-bottom: auto !important;
  }
  .ml-ml-auto,
  .mx-ml-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1401px) {
  .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-justify {
  text-align: justify !important;
}

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

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

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

@media (min-width: 1401px) {
  .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: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !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-muted {
  color: #6c757d !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;
}

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

/*
 *  Box Shadow Mixin
 */
/*
* Media Query Manager
*   $grid-breakpoints: (
*       xs: 0,
*       sm: 576px,
*       md: 768px,
*       lg: 992px,
*       xl: 1200px
* ) !default;
* 
* $breakpoint argument choices :
* - phone
* - tab
* - desk
* 
*
* ORDER: Base + Typography > General Layout + Grid > Page Layout > Components
*
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: 'lightcase';
  src: url("fonts/lightcase.eot?55356177");
  src: url("fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("fonts/lightcase.woff?55356177") format("woff"), url("fonts/lightcase.ttf?55356177") format("truetype"), url("fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*='lightcase-icon-']:before {
  font-family: 'lightcase', sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: '\e800';
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: '\e801';
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: '\e802';
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: '\e803';
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: '\e804';
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: '\e805';
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}

@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}

/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }
  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }
  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}

/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}

@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}

@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}

/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}

@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}

/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}

/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}

/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'], a[class*='lightcase-icon-']:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-'] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*='lightcase-icon-']:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*='lightcase-icon-']:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'].lightcase-icon-pause, a[class*='lightcase-icon-'].lightcase-icon-play {
    opacity: 0;
  }
}

@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 15px;
    font-size: 24px;
  }
}

@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-'] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }
  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*='lightcase-icon-']:hover, #lightcase-case:hover ~ a[class*='lightcase-icon-'] {
    opacity: 1;
  }
}

/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* 
 * Body Font Style 
 */
body {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #626e75;
  line-height: 1.76;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 91px;
}

@media (max-width: 1150px) {
  body {
    padding-top: 79px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 60px;
  }
}

@media (max-width: 575px) {
  body {
    padding-top: 0;
  }
}

.container {
  max-width: 1370px;
}

/* 
 * Main Font Sizes 
 */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #20313b;
  margin: 0 0 10px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
}

h1, .h1 {
  font-size: 68px;
}

@media (max-width: 1150px) {
  h1, .h1 {
    font-size: 58px;
  }
}

@media (max-width: 1023px) {
  h1, .h1 {
    font-size: 54px;
  }
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 48px;
  }
}

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-size: 68px;
}

@media (max-width: 1150px) {
  h2, .h2 {
    font-size: 58px;
  }
}

@media (max-width: 1023px) {
  h2, .h2 {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  h2, .h2 {
    font-size: 44px;
  }
}

@media (max-width: 575px) {
  h2, .h2 {
    font-size: 36px;
  }
}

h3, .h3 {
  font-size: 48px;
}

@media (max-width: 1150px) {
  h3, .h3 {
    font-size: 44px;
  }
}

@media (max-width: 1023px) {
  h3, .h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  h3, .h3 {
    font-size: 30px;
  }
}

h4, .h4 {
  font-size: 32px;
}

@media (max-width: 1150px) {
  h4, .h4 {
    font-size: 28px;
  }
}

@media (max-width: 1023px) {
  h4, .h4 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 24px;
  }
}

h5, .h5 {
  font-size: 24px;
}

@media (max-width: 1150px) {
  h5, .h5 {
    font-size: 22px;
  }
}

@media (max-width: 1023px) {
  h5, .h5 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  h5, .h5 {
    font-size: 18px;
  }
}

h6, .h6 {
  font-size: 18px;
}

/*
 * list Style
 */
ul,
ol {
  list-style: none;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

a {
  color: #b89962;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

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

b,
strong {
  font-weight: 700;
}

.text-secondary {
  font-size: 20px;
  color: #20313b !important;
  line-height: 1.52;
}

@media (max-width: 1023px) {
  .text-secondary {
    font-size: 18px;
  }
}

.read-more {
  color: #b89962;
  position: relative;
  padding-right: 20px;
  line-height: 1.76;
  font-weight: 500;
  display: table;
  font-size: 15px;
}

.read-more:before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  height: 15px;
  width: 15px;
  background-image: url("../img/right-arrow.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

.read-more:hover, .read-more:focus {
  color: #b89962;
}

.read-more:hover:before, .read-more:focus:before {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

.read-more.white {
  color: #ffffff;
}

.read-more.white:before {
  background-image: url("../img/right-arrow-white.svg");
}

.read-more.white:hover, .read-more.white:focus {
  color: #ffffff;
}

.section-title {
  margin-bottom: 50px;
  line-height: 0.95;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title.small-space {
  margin-bottom: 35px;
}

@media (max-width: 1023px) {
  .section-title.small-space {
    margin-bottom: 25px;
  }
}

@media (max-width: 575px) {
  .section-title.small-space {
    margin-bottom: 20px;
  }
}

.section-title h1, .section-title h2, .section-title h3, .section-title h4, .section-title h5, .section-title h6 {
  margin-bottom: 0;
}

.section-title h1, .section-title h2 {
  line-height: 1.12;
}

@media (max-width: 767px) {
  .section-title h1, .section-title h2 {
    margin-bottom: 7px;
  }
}

@media (max-width: 575px) {
  .section-title h1, .section-title h2 {
    word-break: break-all;
  }
}

.section-title h1 span.gold, .section-title h2 span.gold {
  color: #b89962;
}

.section-title h1 span.blue, .section-title h2 span.blue {
  color: #20313b;
}

.section-title h1 span.gray, .section-title h2 span.gray {
  color: #626e75;
}

.section-title h3 {
  font-size: 38px;
}

@media (max-width: 1023px) {
  .section-title h3 {
    font-size: 35px;
  }
}

@media (max-width: 767px) {
  .section-title h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .section-title h3 {
    font-size: 28px;
  }
}

.section-title .sub-title {
  margin: 10px 0 0;
  font-size: 29px;
  color: #626e75;
  font-weight: 400;
  display: block;
}

.section-title .sub-title.gold {
  color: #b89962;
}

.section-title .sub-title.blue {
  color: #20313b;
}

.section-title .sub-title.gray {
  color: #626e75;
}

@media (max-width: 1150px) {
  .section-title .sub-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .section-title .sub-title {
    font-size: 20px;
    margin-top: 7px;
  }
}

@media (max-width: 575px) {
  .section-title .sub-title {
    font-size: 18px;
  }
}

.blog-title {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .blog-title {
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .blog-title {
    margin-bottom: 25px;
  }
}

.blog-title h4 {
  font-size: 38px;
  margin-bottom: 5px;
}

@media (max-width: 1150px) {
  .blog-title h4 {
    font-size: 36px;
  }
}

@media (max-width: 1023px) {
  .blog-title h4 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .blog-title h4 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .blog-title h4 {
    font-size: 28px;
  }
}

.blog-title span {
  display: block;
  font-size: 21px;
  line-height: 1.2;
}

@media (max-width: 1150px) {
  .blog-title span {
    font-size: 19px;
  }
}

@media (max-width: 767px) {
  .blog-title span {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .blog-title span {
    font-size: 16px;
  }
}

.gold {
  color: #b89962;
}

.blue {
  color: #20313b;
}

.gray {
  color: #626e75;
}

.no-js #mainmenu ul ul {
  display: none;
}

#header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 111;
  background: #ffffff;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
}

#header.sticky {
  -webkit-box-shadow: 0 0 10px rgba(32, 49, 59, 0.2);
     -moz-box-shadow: 0 0 10px rgba(32, 49, 59, 0.2);
          box-shadow: 0 0 10px rgba(32, 49, 59, 0.2);
}

@media (max-width: 575px) {
  #header {
    position: relative;
  }
}

#header .container-fluid {
  padding: 0;
}

#header .header-row {
  padding-left: 42px;
  position: relative;
}

@media (max-width: 1150px) {
  #header .header-row {
    padding-left: 20px;
  }
}

#header .header-row .header-right {
  margin-left: auto;
}

#header .header-row .header-right > .button.header-btn {
  padding: 36px 64px;
  height: 91px;
  margin-left: 66px;
  font-weight: 500;
}

@media (max-width: 1150px) {
  #header .header-row .header-right > .button.header-btn {
    padding: 30px 50px;
    height: 79px;
    margin-left: 50px;
  }
}

@media (max-width: 767px) {
  #header .header-row .header-right > .button.header-btn {
    padding: 21px 30px;
    height: 60px;
    font-size: 15px;
    margin-left: 30px;
  }
}

@media (max-width: 575px) {
  #header .header-row .header-right > .button.header-btn {
    margin-left: 15px;
    font-size: 0;
    padding: 0;
    width: 50px;
    background-image: url(../img/icon-envelope.svg);
    -webkit-background-size: 30px 30px;
       -moz-background-size: 30px;
            background-size: 30px;
    background-repeat: no-repeat;
    background-position: 35% 50%;
  }
}

#header .header-row .header-right > .button.header-btn:before {
  content: "";
  position: absolute;
  right: 100%;
  border-left: 66px solid transparent;
  border-right: 0;
  border-bottom: 91px solid #b89962;
  top: 0;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 1150px) {
  #header .header-row .header-right > .button.header-btn:before {
    border-bottom-width: 79px;
    border-left-width: 50px;
  }
}

@media (max-width: 767px) {
  #header .header-row .header-right > .button.header-btn:before {
    border-bottom-width: 60px;
    border-left-width: 30px;
  }
}

@media (max-width: 575px) {
  #header .header-row .header-right > .button.header-btn:before {
    border-bottom-width: 60px;
    border-left-width: 15px;
  }
}

#header .header-row .header-right > .button.header-btn:hover:before, #header .header-row .header-right > .button.header-btn:focus:before {
  border-bottom-color: #20313b;
}

#header .header-row #logo {
  width: 163px;
  display: block;
}

@media (max-width: 575px) {
  #header .header-row #logo {
    width: 135px;
  }
}

#header .header-row #logo img {
  width: 100%;
}

#header .header-row #mainmenu {
  margin-right: 40px;
}

@media (max-width: 1150px) {
  #header .header-row #mainmenu {
    margin-right: 20px;
  }
}

@media (max-width: 575px) {
  #header .header-row #mainmenu {
    margin-right: 15px;
  }
}

#header .header-row #mainmenu #menu {
  display: block;
  height: 20px;
}

#header .header-row #mainmenu .menulines-button {
  padding: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-decoration: none;
}

#header .header-row #mainmenu .menulines-button:hover {
  text-decoration: none;
}

#header .header-row #mainmenu .menulines-button .menulines {
  display: inline-block;
  width: 26px;
  height: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #20313b;
  position: relative;
  margin: 9px 0 0 0;
  float: left;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  opacity: 1;
}

#header .header-row #mainmenu .menulines-button .menulines:before, #header .header-row #mainmenu .menulines-button .menulines:after {
  display: inline-block;
  width: 26px;
  height: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  background: #20313b;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transform-origin: 0.28571rem center;
     -moz-transform-origin: 0.28571rem center;
      -ms-transform-origin: 0.28571rem center;
       -o-transform-origin: 0.28571rem center;
          transform-origin: 0.28571rem center;
}

#header .header-row #mainmenu .menulines-button .menulines:before {
  top: 8px;
}

#header .header-row #mainmenu .menulines-button .menulines:after {
  top: -8px;
}

#header .header-row #mainmenu .menulines-button.menuopen .menulines {
  background: none;
}

#header .header-row #mainmenu .menulines-button.menuopen .menulines:before, #header .header-row #mainmenu .menulines-button.menuopen .menulines:after {
  -webkit-transform-origin: 50% 50%;
     -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
       -o-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  top: 0;
}

#header .header-row #mainmenu .menulines-button.menuopen .menulines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
     -moz-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}

#header .header-row #mainmenu .menulines-button.menuopen .menulines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
     -moz-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}

#header .header-row #mainmenu > ul {
  margin: 0;
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1023px) {
  #header .header-row #mainmenu > ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #20313b;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}

#header .header-row #mainmenu > ul li {
  position: relative;
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children, #header .header-row #mainmenu > ul li.menu-item-has-children {
    margin-right: 23px;
  }
}

#header .header-row #mainmenu > ul li.has-children .navtrigger, #header .header-row #mainmenu > ul li.menu-item-has-children .navtrigger {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  padding: 23px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 15;
}

#header .header-row #mainmenu > ul li.has-children .navtrigger:before, #header .header-row #mainmenu > ul li.menu-item-has-children .navtrigger:before {
  content: "";
  height: 0;
  width: 0;
  border-top: 7px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.5;
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children .navtrigger, #header .header-row #mainmenu > ul li.menu-item-has-children .navtrigger {
    display: none;
  }
}

#header .header-row #mainmenu > ul li.has-children > a, #header .header-row #mainmenu > ul li.menu-item-has-children > a {
  position: relative;
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children > a, #header .header-row #mainmenu > ul li.menu-item-has-children > a {
    padding-right: 18px;
  }
  #header .header-row #mainmenu > ul li.has-children > a:before, #header .header-row #mainmenu > ul li.has-children > a:after, #header .header-row #mainmenu > ul li.menu-item-has-children > a:before, #header .header-row #mainmenu > ul li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    width: 10px;
    height: 6px;
    background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: 100%;
    -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
    -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
    -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
    transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  }
  #header .header-row #mainmenu > ul li.has-children > a:after, #header .header-row #mainmenu > ul li.menu-item-has-children > a:after {
    background-image: url(../img/arrow-down-gold.svg);
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 1023px) {
  #header .header-row #mainmenu > ul li.has-children ul, #header .header-row #mainmenu > ul li.menu-item-has-children ul {
    display: none;
    padding-left: 0;
    background: rgba(255, 255, 255, 0.04);
  }
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children ul, #header .header-row #mainmenu > ul li.menu-item-has-children ul {
    position: absolute;
    padding: 0;
    margin: 0;
    left: 0;
    top: -webkit-calc(100% + 26px);
    top: -moz-calc(100% + 26px);
    top: calc(100% + 26px);
    width: 200px;
    background: #20313b;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
    -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
    -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
    transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  }
}

@media (min-width: 1151px) {
  #header .header-row #mainmenu > ul li.has-children ul, #header .header-row #mainmenu > ul li.menu-item-has-children ul {
    top: -webkit-calc(100% + 32px);
    top: -moz-calc(100% + 32px);
    top: calc(100% + 32px);
  }
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children ul:before, #header .header-row #mainmenu > ul li.menu-item-has-children ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 26px;
  }
}

@media (min-width: 1151px) {
  #header .header-row #mainmenu > ul li.has-children ul:before, #header .header-row #mainmenu > ul li.menu-item-has-children ul:before {
    height: 32px;
  }
}

@media (max-width: 1023px) {
  #header .header-row #mainmenu > ul li.has-children ul li, #header .header-row #mainmenu > ul li.menu-item-has-children ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.04);
  }
  #header .header-row #mainmenu > ul li.has-children ul li:first-child, #header .header-row #mainmenu > ul li.menu-item-has-children ul li:first-child {
    border: 0;
  }
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children ul li, #header .header-row #mainmenu > ul li.menu-item-has-children ul li {
    margin-bottom: 3px;
  }
}

@media (max-width: 1023px) {
  #header .header-row #mainmenu > ul li.has-children ul li a, #header .header-row #mainmenu > ul li.menu-item-has-children ul li a {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children ul li a, #header .header-row #mainmenu > ul li.menu-item-has-children ul li a {
    color: #ffffff;
  }
}

#header .header-row #mainmenu > ul li.has-children ul li:hover > a, #header .header-row #mainmenu > ul li.has-children ul li.current-menu-item > a, #header .header-row #mainmenu > ul li.menu-item-has-children ul li:hover > a, #header .header-row #mainmenu > ul li.menu-item-has-children ul li.current-menu-item > a {
  color: #b89962;
}

@media (min-width: 1024px) {
  #header .header-row #mainmenu > ul li.has-children:hover ul, #header .header-row #mainmenu > ul li.menu-item-has-children:hover ul {
    opacity: 1;
    visibility: visible;
  }
}

#header .header-row #mainmenu > ul > li {
  margin-right: 28px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  #header .header-row #mainmenu > ul > li {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}

#header .header-row #mainmenu > ul > li a {
  color: #20313b;
}

@media (max-width: 1023px) {
  #header .header-row #mainmenu > ul > li a {
    padding: 10px 20px;
    display: block;
    color: #ffffff;
  }
}

#header .header-row #mainmenu > ul > li:last-child {
  margin-right: 0;
}

#header .header-row #mainmenu > ul > li:hover > a, #header .header-row #mainmenu > ul > li.current-menu-item > a, #header .header-row #mainmenu > ul > li.current-menu-parent > a {
  color: #b89962;
}

#header .header-row #mainmenu > ul > li:hover > a:before, #header .header-row #mainmenu > ul > li.current-menu-item > a:before, #header .header-row #mainmenu > ul > li.current-menu-parent > a:before {
  opacity: 0;
  visibility: hidden;
}

#header .header-row #mainmenu > ul > li:hover > a:after, #header .header-row #mainmenu > ul > li.current-menu-item > a:after, #header .header-row #mainmenu > ul > li.current-menu-parent > a:after {
  opacity: 1;
  visibility: visible;
}

#footer {
  font-size: 14px;
  color: #20313b;
  overflow: hidden;
}

#footer .footer-top {
  background: #f7f7f7;
  padding: 73px 0 65px;
}

@media (max-width: 767px) {
  #footer .footer-top {
    padding: 63px 0 55px;
  }
}

@media (max-width: 575px) {
  #footer .footer-top {
    padding: 50px 0 45px;
  }
}

@media (max-width: 767px) {
  #footer .footer-top .footer-row > .row > div:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 575px) {
  #footer .footer-top .footer-row > .row .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
}

#footer .footer-top .footer-info {
  max-width: 360px;
}

@media (max-width: 767px) {
  #footer .footer-top .footer-info {
    max-width: 100%;
  }
}

#footer .footer-top .footer-info figure {
  max-width: 163px;
  margin: 0 0 40px;
}

@media (max-width: 1023px) {
  #footer .footer-top .footer-info figure {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #footer .footer-top .footer-info figure {
    margin-bottom: 20px;
  }
}

#footer .footer-top .footer-info figure img {
  width: 100%;
}

#footer .footer-top .footer-info p {
  margin: 0;
}

#footer .footer-top .footer-info h6 {
  font-size: 14px;
  color: #b89962;
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  #footer .footer-top .footer-info h6 {
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info h6 {
    margin-bottom: 10px;
  }
}

#footer .footer-top .footer-info address {
  line-height: 1.45;
  margin-bottom: 20px;
}

#footer .footer-top .footer-info .footer-listing {
  margin: 0;
  padding: 0;
}

#footer .footer-top .footer-info .footer-listing li {
  line-height: 1.45;
  word-break: break-all;
}

#footer .footer-top .footer-info .footer-listing li a {
  color: #20313b;
}

#footer .footer-top .footer-info .footer-listing li a:hover {
  color: #b89962;
}

#footer .footer-bottom {
  padding: 18px 0;
}

@media (max-width: 767px) {
  #footer .footer-bottom {
    padding: 15px 0;
  }
}

#footer .footer-bottom .footer-bottom-data {
  color: #969698;
}

@media (max-width: 575px) {
  #footer .footer-bottom .footer-bottom-data .copyright-info {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

#footer .footer-bottom .footer-bottom-data .copyright-info p {
  margin: 0;
}

@media (max-width: 575px) {
  #footer .footer-bottom .footer-bottom-data .copyright-info p {
    width: 100%;
  }
}

#footer .footer-bottom .footer-bottom-data .copyright-info .flinks {
  padding: 0;
  margin: 0;
}

#footer .footer-bottom .footer-bottom-data .copyright-info .flinks li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  #footer .footer-bottom .footer-bottom-data .copyright-info .flinks li {
    margin-left: 20px;
  }
}

#footer .footer-bottom .footer-bottom-data .copyright-info .flinks li a {
  color: #969698;
}

#footer .footer-bottom .footer-bottom-data .copyright-info .flinks li a:hover {
  color: #20313b;
}

#footer .footer-bottom .footer-bottom-data .website-by {
  margin-left: auto;
}

@media (max-width: 575px) {
  #footer .footer-bottom .footer-bottom-data .website-by {
    margin: 5px auto 0;
  }
}

#footer .footer-bottom .footer-bottom-data .website-by figure {
  max-width: 108px;
  margin: 0;
}

#footer .footer-bottom .footer-bottom-data .website-by figure a {
  display: block;
}

#footer .footer-bottom .footer-bottom-data .website-by figure img {
  width: 100%;
}

button, input[type="submit"], input[type="button"] {
  background-color: #b89962;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.2;
  padding: 16px 44px 15px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-align: center;
  border: 0;
  cursor: pointer;
  outline: none;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus {
  background-color: #20313b;
  text-decoration: none;
  color: #ffffff;
  outline: none;
}

button:disabled, input[type="submit"]:disabled, input[type="button"]:disabled {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  opacity: 1;
  background-color: #e2d6be;
}

.button {
  background-color: #b89962;
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  line-height: 1.2;
  padding: 16px 44px 15px;
  vertical-align: bottom;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  position: relative;
  text-align: center;
  border: 0;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

.button:hover, .button:focus {
  background-color: #20313b;
  text-decoration: none;
  color: #ffffff;
  outline: none;
}

.button.btn-lightgray, input[type="submit"].btn-lightgray, input[type="button"].btn-lightgray, button.btn-lightgray {
  background: #969698;
  color: #ffffff;
}

.button.btn-lightgray:hover, input[type="submit"].btn-lightgray:hover, input[type="button"].btn-lightgray:hover, button.btn-lightgray:hover {
  background-color: #20313b;
}

.button.btn-secondary, input[type="submit"].btn-secondary, input[type="button"].btn-secondary, button.btn-secondary {
  background: #20313b;
  color: #ffffff;
}

.button.btn-secondary:hover, input[type="submit"].btn-secondary:hover, input[type="button"].btn-secondary:hover, button.btn-secondary:hover {
  background: #b89962;
}

.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline, button.btn-outline {
  background: #ffffff;
  border: solid 2px #b89962;
  color: #b89962;
}

.button.btn-outline:hover, input[type="submit"].btn-outline:hover, input[type="button"].btn-outline:hover, button.btn-outline:hover {
  background: #b89962;
  color: #ffffff;
}

.button.btn-outline, input[type="submit"].btn-outline, input[type="button"].btn-outline {
  padding: 11px 30px;
}

.modal-backdrop {
  background-color: rgba(0, 22, 34, 0.8);
}

.modal-backdrop.show {
  opacity: 1;
}

.modal-dialog {
  max-width: 1173px;
  padding: 0 15px;
  margin: 0 auto;
}

.modal-dialog .modal-content {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.modal-header {
  padding: 50px;
  border: 0;
}

@media (max-width: 1023px) {
  .modal-header {
    padding: 40px 20px;
  }
}

@media (max-width: 575px) {
  .modal-header {
    padding: 30px 20px 35px;
  }
}

.modal-header .back {
  display: inline-block;
}

.modal-header .back img {
  width: 50px;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 767px) {
  .modal-header .back img {
    width: 45px;
  }
}

@media (max-width: 575px) {
  .modal-header .back img {
    width: 35px;
  }
}

.modal-header .back:hover img {
  -webkit-transform: translateX(-5px);
     -moz-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
       -o-transform: translateX(-5px);
          transform: translateX(-5px);
}

.modal-header .close {
  padding: 0;
  margin: 0;
  margin-left: auto;
  background: transparent;
}

.modal-header .close img {
  width: 32px;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 767px) {
  .modal-header .close img {
    width: 27px;
  }
}

@media (max-width: 575px) {
  .modal-header .close img {
    width: 20px;
  }
}

.modal-header .close:hover img {
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popup-row {
  position: relative;
}

.popup-row.form-info {
  padding-bottom: 200px;
}

@media (max-width: 767px) {
  .popup-row.form-info {
    padding-bottom: 140px;
  }
}

@media (max-width: 767px) {
  .popup-row.form-info {
    padding-bottom: 100px;
  }
}

.popup-row.form-info .btn-wider, .popup-row.form-info input[type="submit"].btn-wider {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 33px 20px;
  font-size: 20px;
}

@media (max-width: 767px) {
  .popup-row.form-info .btn-wider, .popup-row.form-info input[type="submit"].btn-wider {
    padding: 20px;
    font-size: 18px;
  }
}

.popup-row.form-info.fixed-button {
  padding-bottom: 0;
}

.popup-row.form-info.fixed-button .kern-popup-section.kern-section {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .popup-row.form-info.fixed-button .kern-popup-section.kern-section {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .popup-row.form-info.fixed-button .kern-popup-section.kern-section {
    padding-bottom: 50px;
  }
}

.popup-row.form-info.fixed-button .fixed-button-row {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  bottom: 0;
}

.popup-row.form-info.fixed-button .fixed-button-row .btn-wider {
  position: relative;
}

.popup-row.form-info.form-fixed-button {
  padding-bottom: 0;
}

.popup-row.form-info.form-fixed-button .wrap {
  max-width: 100%;
  padding: 0;
}

.popup-row.form-info.form-fixed-button .table-box {
  max-width: 715px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.popup-row.form-info.form-fixed-button .form-box {
  max-width: 715px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .popup-row.form-info.form-fixed-button .form-box {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .popup-row.form-info.form-fixed-button .form-box {
    margin-bottom: 50px;
  }
}

.popup-row.form-info.form-fixed-button .form-submit {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  bottom: 0;
  margin-top: 110px;
}

@media (max-width: 767px) {
  .popup-row.form-info.form-fixed-button .form-submit {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .popup-row.form-info.form-fixed-button .form-submit {
    margin-top: 50px;
  }
}

.popup-row.form-info.form-fixed-button .btn-wider, .popup-row.form-info.form-fixed-button input[type="submit"].btn-wider {
  position: relative;
}

.wrap {
  max-width: 715px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.modal-body {
  padding: 0;
}

.popup-title {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .popup-title {
    margin-bottom: 30px;
  }
}

.popup-title h3 {
  font-size: 38px;
}

@media (max-width: 767px) {
  .popup-title h3 {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .popup-title h3 {
    font-size: 30px;
  }
}

.table-section {
  padding: 100px 0;
}

@media (max-width: 1150px) {
  .table-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .table-section {
    padding: 50px 0;
  }
}

.table-section .table-box {
  margin-bottom: 0;
}

.table-section + .kern-popup-section.kern-section {
  padding: 0;
}

.table-section.module-details-section {
  padding-bottom: 0;
  padding-top: 0;
}

.table-section.module-details-section p {
  margin-bottom: 0;
}

.table-section.module-details-section p:last-child {
  margin-bottom: 1rem;
}

.table-box {
  margin-bottom: 100px;
}

.table-box .read-more-row {
  margin-top: 30px;
}

.popup-info .popup-data {
  margin-bottom: 100px;
}

@media (max-width: 1150px) {
  .popup-info .popup-data {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .popup-info .popup-data {
    margin-bottom: 50px;
  }
}

.popup-info .popup-data .text-secondary {
  margin-bottom: 50px;
}

@media (max-width: 1150px) {
  .popup-info .popup-data .text-secondary {
    margin-bottom: 30px;
  }
}

.popup-participants.participants-section {
  padding: 100px 0;
}

@media (max-width: 1150px) {
  .popup-participants.participants-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .popup-participants.participants-section {
    padding: 50px 0;
  }
}

.kern-popup-section.kern-section {
  padding: 100px 0 0;
}

@media (max-width: 1150px) {
  .kern-popup-section.kern-section {
    padding: 70px 0 0;
  }
}

@media (max-width: 767px) {
  .kern-popup-section.kern-section {
    padding: 50px 0 0;
  }
}

.kern-popup-section.kern-section .kern-slider-box .kern-slider {
  max-width: 675px;
  width: 70%;
}

.kern-popup-section .kern-box .kern-info {
  padding: 40px;
}

@media (max-width: 575px) {
  .kern-popup-section .kern-box .kern-info {
    padding: 30px;
  }
}

body.slide .modal .modal-dialog {
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

body.slide .modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

body.slide .modal[data-slide='slide'] .modal-dialog {
  -webkit-transform: translate(50%, 0);
     -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
       -o-transform: translate(50%, 0);
          transform: translate(50%, 0);
}

body.slide .modal[data-slide='slide'].show .modal-dialog {
  -webkit-transform: translate(0, 0);
     -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th, table td {
  color: #20313b;
  text-align: left;
  vertical-align: top;
}

table th {
  color: #20313b;
  font-weight: 700;
  vertical-align: top;
  width: 34%;
}

@media (max-width: 767px) {
  table th {
    width: 50%;
  }
}

.form-box {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .form-box {
    margin-bottom: 70px;
  }
}

@media (max-width: 575px) {
  .form-box {
    margin-bottom: 50px;
  }
}

.form-box h6 {
  font-size: 20px;
  font-weight: 400;
  color: #20313b;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .form-box h6 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.form-box:last-of-type, .form-box.last-child {
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 2px;
}

.form-group p:empty {
  display: none;
}

.form-control::-webkit-input-placeholder {
  color: #626e75;
}

.form-control::-moz-placeholder {
  color: #626e75;
}

.form-control::-ms-input-placeholder {
  color: #626e75;
}

.form-control::placeholder {
  color: #626e75;
}

.form-control {
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #20313b;
  padding: 12px 0;
  color: #626e75;
}

.form-control:hover, .form-control:focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  border-color: #b89962;
}

select.form-control {
  height: auto !important;
}

.custom-select {
  position: relative;
  background-image: none !important;
}

.custom-select:before {
  content: "";
  border-right: 1px solid #20313b;
  border-top: 1px solid #20313b;
  height: 7px;
  width: 7px;
  margin-top: -6px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(135deg);
     -moz-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

.custom-select select, .custom-select select.form-control {
 -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
}

.checkbox {
  position: relative;
}

.checkbox label {
  padding-left: 36px;
  display: block;
  line-height: 1.4;
  color: #20313b;
}

.checkbox label a {
  color: #20313b;
  text-decoration: underline;
}

.checkbox label a:hover {
  color: #b89962;
}

.checkbox input {
  height: 21px;
  width: 21px;
  margin: 0;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.checkbox input:checked + .input-helper:after, .checkbox input:checked + span .input-helper:after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.checkbox .input-helper:before, .checkbox .input-helper:after {
  position: absolute;
  content: "";
  -webkit-transition: all 200ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 200ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 200ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 200ms cubic-bezier(0.45, 1, 0.32, 1);
}

.checkbox .input-helper:before {
  top: 0;
  height: 21px;
  width: 21px;
  color: #fff;
  left: 0;
  border: 1px solid #20313b;
}

.checkbox .input-helper:after {
  top: 4px;
  left: 4px;
  height: 13px;
  width: 13px;
  background: #20313b;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 32px;
  right: 40px;
  background-image: url(../img/loader.gif);
  height: 26px;
  width: 26px;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
  pointer-events: none;
}

@media (max-width: 767px) {
  div.wpcf7 .ajax-loader {
    height: 18px;
    width: 18px;
    bottom: 22px;
  }
}

div.wpcf7-response-output {
  padding: 20px;
  margin: 40px 0 0;
  text-align: center;
  line-height: 1.3;
  border-width: 1px;
}

@media (max-width: 575px) {
  div.wpcf7-response-output {
    padding: 15px;
  }
}

div.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-response-output.wpcf7-acceptance-missing {
  background: #fff9f9;
  color: #f00;
  border-color: #f00;
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #398f14;
  color: #398f14;
  background-color: #efffe9;
}

.banner-section {
  padding: 274px 0;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #20313b;
}

@media (max-width: 1150px) {
  .banner-section {
    padding: 200px 0;
  }
}

@media (max-width: 767px) {
  .banner-section {
    padding: 150px 0;
  }
}

.banner-text {
  max-width: 630px;
  color: #ffffff;
}

@media (max-width: 1023px) {
  .banner-text {
    max-width: 470px;
  }
}

.banner-text h1, .banner-text h2 {
  color: #ffffff;
  line-height: 1.12;
}

@media (max-width: 575px) {
  .banner-text h1, .banner-text h2 {
    word-break: keep-all;
  }
}

.banner-text h1 span.gold, .banner-text h2 span.gold {
  color: #b89962;
}

.banner-text h1 span.blue, .banner-text h2 span.blue {
  color: #20313b;
}

.banner-text h1 span.gray, .banner-text h2 span.gray {
  color: #626e75;
}

.banner-text p {
  margin-bottom: 5px;
  font-weight: 500;
}

.banner-text p span {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
}

.default-banner {
  padding: 20px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 600px;
}

@media only screen and (min-width: 1921px) {
  .default-banner {
    min-height: 770px;
  }
}

@media (max-width: 1150px) {
  .default-banner {
    min-height: 510px;
  }
}

@media (max-width: 1023px) {
  .default-banner {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  .default-banner {
    min-height: 420px;
  }
}

@media (max-width: 575px) {
  .default-banner {
    min-height: 340px;
  }
}

.default-banner .video-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.default-banner .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.default-banner:not(.blog-banner):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 22, 34, 0.7);
  z-index: -1;
}

.default-banner:not(.blog-banner):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: url(../img/highlight-shape.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
  z-index: -1;
}

.default-banner .banner-text {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.section-row {
  padding: 200px 0;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .section-row {
    padding: 150px 0;
  }
}

@media (max-width: 1400px) {
  .section-row {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-row {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .section-row {
    padding: 50px 0;
  }
}

.blocks-row .more-block {
  margin-top: 50px;
}

@media (max-width: 1150px) {
  .blocks-row .more-block {
    margin-top: 40px;
  }
}

@media (max-width: 1023px) {
  .blocks-row .more-block {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .blocks-row .more-block {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .blocks-row .more-block {
    margin-top: 10px;
  }
}

@media (max-width: 1023px) {
  .blocks-row > .row {
    margin: 0 -10px;
  }
}

@media (max-width: 1023px) {
  .blocks-row > .row > [class*="col-"] {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.blocks-row .blocks-slider {
  margin: 0 !important;
}

@media (max-width: 1023px) {
  .blocks-row .blocks-slider {
    width: 100vw;
    overflow: hidden;
  }
}

.blocks-row .blocks-slider .slick-list {
  margin: 0 -15px;
}

@media (max-width: 575px) {
  .blocks-row .blocks-slider .slick-list {
    margin: 0 -10px;
  }
}

@media (max-width: 1023px) {
  .blocks-row .blocks-slider .slick-list {
    overflow: visible;
    width: 90%;
  }
}

@media (max-width: 575px) {
  .blocks-row .blocks-slider .slick-list .slick-track [class*="col-"] {
    padding: 0 10px;
  }
}

.blocks-row .blocks-slider .slick-slide [class*="col-"] {
  max-width: 100%;
}

.block-info {
  position: relative;
  padding-top: 125%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: center center;
  overflow: hidden;
  background-color: #20313b;
  display: block;
}

.block-info .block-details {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 1150px) {
  .block-info .block-details {
    padding: 40px;
  }
}

.block-info .block-details:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#c0a474), to(#b89962));
  background: -webkit-linear-gradient(bottom, #c0a474 0%, #b89962 100%);
  background: -moz- oldlinear-gradient(bottom, #c0a474 0%, #b89962 100%);
  background: -o-linear-gradient(bottom, #c0a474 0%, #b89962 100%);
  background: linear-gradient(0deg, #c0a474 0%, #b89962 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
}

.block-info .block-details:after {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  width: -webkit-calc(100% + 24px);
  width: -moz-calc(100% + 24px);
  width: calc(100% + 24px);
  height: 100%;
  background: url(../img/block-shape.png) no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: left top;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

.block-info .block-details .block-text {
  line-height: 1.56;
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}

.block-info .block-details .block-text h4 {
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .block-info .block-details .block-text h4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .block-info .block-details .block-text h4 {
    margin-bottom: 30px;
    font-weight: 700;
  }
}

.block-info .block-details .block-text h4 span {
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
}

.block-info .block-details .block-text h4 span.gold {
  color: #b89962;
}

.block-info .block-details .block-text h4 span.blue {
  color: #20313b;
}

.block-info .block-details .block-text h4 span.gray {
  color: #626e75;
}

.block-info .block-details .block-text p {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}

.block-info .block-details .block-text .block-link {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}

.block-info:hover .block-details:before {
  opacity: 1;
  visibility: visible;
}

.block-info:hover .block-details:after {
  -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
  left: -24px;
  opacity: 1;
  visibility: visible;
}

.block-info:hover .block-text p {
  -webkit-transition-delay: 200ms;
     -moz-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.block-info:hover .block-text .block-link {
  -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.block-info:hover .block-text h4 span.gold {
  color: #20313b;
}

.block-info:hover .block-text h4 span.blue {
  color: #b89962;
}

.block-info:hover .block-text h4 span.gray {
  color: #ffffff;
}

.highlight-section {
  position: relative;
  padding: 253px 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-color: #20313b;
  z-index: 1;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .highlight-section {
    padding: 200px 0;
  }
}

@media (max-width: 1023px) {
  .highlight-section {
    padding: 150px 0;
  }
}

@media (max-width: 767px) {
  .highlight-section {
    padding: 100px 0;
  }
}

@media (max-width: 575px) {
  .highlight-section {
    padding: 70px 0;
  }
}

.highlight-section:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 22, 34, 0.8);
}

.highlight-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 735px;
  background: url(../img/highlight-shape.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
  z-index: 0;
}

.highlight-section .video-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.highlight-section .video-box video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight-section .bg-image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-color: #20313b;
  z-index: -1;
}

.highlight-section .bg-image .simpleParallax {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.highlight-section .bg-image .simpleParallax img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.highlight-section .highlight-info {
  max-width: 675px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.highlight-section .highlight-info h3 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.36;
}

.counter-row {
  position: relative;
  padding-right: 100px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .counter-row {
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .counter-row {
    padding-right: 0;
  }
}

.counter-row .counter-slider {
  padding: 0;
  position: static;
  height: 200px;
}

.counter-row .counter-slider.slick-initialized {
  height: auto;
}

.counter-row .counter-slider .slick-arrow.slick-prev {
  display: none !important;
}

.counter-row .counter-slider .slick-arrow.slick-next {
  left: auto;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 18px;
}

@media (max-width: 575px) {
  .counter-row .counter-slider .slick-arrow.slick-next {
    display: none !important;
  }
}

.counter-row .counter-slider .slick-arrow.slick-next:before {
  background-image: url(../img/right-arrow-2.svg);
}

.counter-row .counter-slider .slick-arrow.slick-next:hover {
  -webkit-transform: translateY(-50%) translateX(5px);
     -moz-transform: translateY(-50%) translateX(5px);
      -ms-transform: translateY(-50%) translateX(5px);
       -o-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

.counter-row .counter-slider .slick-slide [class*="col-"] {
  max-width: 100%;
}

.counter-row .row {
  margin: 0;
  overflow: hidden;
}

.counter-row .row .slick-list {
  margin: 0 -140px 0 0;
}

@media (max-width: 1023px) {
  .counter-row .row .slick-list {
    margin: 0 -100px 0 0;
  }
}

@media (max-width: 479px) {
  .counter-row .row .slick-list {
    margin: 0;
    width: 80%;
    overflow: visible;
  }
}

.counter-row .row [class*="col-"] {
  padding: 47px 140px 47px 0;
  position: relative;
}

@media (max-width: 1400px) {
  .counter-row .row [class*="col-"] {
    padding: 30px 100px 30px 0;
  }
}

@media (max-width: 1023px) {
  .counter-row .row [class*="col-"] {
    padding: 20px 80px 20px 0;
  }
}

.counter-row .row [class*="col-"]:before {
  content: "";
  position: absolute;
  right: 80px;
  width: 1px;
  height: 245px;
  background: rgba(0, 22, 34, 0.17);
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(26deg);
     -moz-transform: translateY(-50%) rotate(26deg);
      -ms-transform: translateY(-50%) rotate(26deg);
       -o-transform: translateY(-50%) rotate(26deg);
          transform: translateY(-50%) rotate(26deg);
}

@media (max-width: 1400px) {
  .counter-row .row [class*="col-"]:before {
    width: 1px;
    height: 165px;
    -webkit-transform: translateY(-50%) rotate(29deg);
       -moz-transform: translateY(-50%) rotate(29deg);
        -ms-transform: translateY(-50%) rotate(29deg);
         -o-transform: translateY(-50%) rotate(29deg);
            transform: translateY(-50%) rotate(29deg);
  }
}

@media (max-width: 1023px) {
  .counter-row .row [class*="col-"]:before {
    right: 50px;
  }
}

.counter-row .counter-box {
  color: #20313b;
}

@media (max-width: 767px) {
  .counter-row .counter-box {
    font-size: 14px;
  }
}

.counter-row .counter-box .count-info {
  font-size: 70px;
  color: #20313b;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 1400px) {
  .counter-row .counter-box .count-info {
    font-size: 60px;
  }
}

@media (max-width: 1150px) {
  .counter-row .counter-box .count-info {
    font-size: 50px;
  }
}

@media (max-width: 1023px) {
  .counter-row .counter-box .count-info {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .counter-row .counter-box .count-info {
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .counter-row .counter-box .count-info {
    font-size: 30px;
  }
}

.counter-row .counter-box .count-info em {
  font-style: normal;
}

.counter-row .counter-box p {
  margin: 0;
}

.partners-section {
  background: #20313b;
  padding: 0 20px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .partners-section {
    padding: 0;
  }
}

.partners-section .partners-row {
  margin: 0 -90px;
}

@media (max-width: 1400px) {
  .partners-section .partners-row {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .partners-section .partners-row {
    padding: 30px 0;
  }
}

.partners-section .partners-row .partners-logo {
  padding: 0 20px;
  width: 20%;
  text-align: center;
}

@media (max-width: 767px) {
  .partners-section .partners-row .partners-logo {
    width: 33.333333%;
  }
}

@media (max-width: 575px) {
  .partners-section .partners-row .partners-logo {
    width: 50%;
  }
}

.partners-section .partners-row .partners-logo figure {
  max-width: 136px;
  margin: 0 auto;
  padding: 110px 0;
}

@media (max-width: 1400px) {
  .partners-section .partners-row .partners-logo figure {
    padding: 80px 0;
  }
}

@media (max-width: 1023px) {
  .partners-section .partners-row .partners-logo figure {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .partners-section .partners-row .partners-logo figure {
    padding: 40px 0;
  }
}

@media (max-width: 575px) {
  .partners-section .partners-row .partners-logo figure {
    max-width: 116px;
  }
}

.partners-section .partners-row .partners-logo figure img {
  width: 136px;
}

@media (max-width: 575px) {
  .partners-section .partners-row .partners-logo figure img {
    width: 116px;
  }
}

.partners-box {
  overflow: hidden;
  position: relative;
  padding-right: 100px;
}

@media (max-width: 1023px) {
  .partners-box {
    padding-right: 50px;
  }
}

@media (max-width: 1023px) and (max-width: 575px) {
  .partners-box {
    padding-right: 0;
  }
}

.partners-slider.partners-row {
  margin: 0;
  position: static;
  padding: 0;
  overflow: hidden;
}

.partners-slider.partners-row .slick-list {
  margin-left: -60px;
}

@media (max-width: 1400px) {
  .partners-slider.partners-row .slick-list {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .partners-slider.partners-row .slick-list {
    padding: 30px 0;
  }
}

@media (max-width: 479px) {
  .partners-slider.partners-row .slick-list {
    margin: 0;
    width: 70%;
    overflow: visible;
  }
}

.partners-slider.partners-row .slick-arrow.slick-prev {
  display: none !important;
}

.partners-slider.partners-row .slick-arrow.slick-next {
  left: auto;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 18px;
}

@media (max-width: 575px) {
  .partners-slider.partners-row .slick-arrow.slick-next {
    display: none !important;
  }
}

.partners-slider.partners-row .slick-arrow.slick-next:before {
  background-image: url(../img/right-arrow-2-white.svg);
}

.partners-slider.partners-row .slick-arrow.slick-next:hover {
  -webkit-transform: translateY(-50%) translateX(5px);
     -moz-transform: translateY(-50%) translateX(5px);
      -ms-transform: translateY(-50%) translateX(5px);
       -o-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}

@media (max-width: 479px) {
  .partners-slider.partners-row .partners-logo figure {
    margin: 0;
  }
}

.contact-section {
  padding: 90px 0 80px;
  background: #20313b;
}

@media (max-width: 1400px) {
  .contact-section {
    padding: 80px 0 70px;
  }
}

@media (max-width: 1023px) {
  .contact-section {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .contact-section {
    padding: 60px 0 0;
  }
}

.contact-section .contact-row {
  text-align: center;
}

@media (max-width: 767px) {
  .contact-section .contact-row {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
       -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.contact-section .contact-row .contact-details {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  text-align: left;
  max-width: 320px;
  width: 100%;
}

@media (max-width: 767px) {
  .contact-section .contact-row .contact-details {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

.contact-section .contact-row .contact-details h4 {
  font-size: 38px;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.85);
}

@media (max-width: 1150px) {
  .contact-section .contact-row .contact-details h4 {
    font-size: 36px;
  }
}

@media (max-width: 1023px) {
  .contact-section .contact-row .contact-details h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-row .contact-details h4 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .contact-section .contact-row .contact-details h4 {
    font-size: 28px;
  }
}

.contact-section .contact-row .contact-details p {
  margin: 0;
}

@media (max-width: 1400px) {
  .contact-section .contact-row .contact-box {
    width: 20%;
    padding: 0 5px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-row .contact-box {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .contact-section .contact-row .contact-box {
    width: 50%;
  }
}

.contact-section .contact-row .contact-info {
  display: block;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.contact-section .contact-row .contact-info figure {
  max-width: 53px;
  margin: 0 auto 10px;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 1023px) {
  .contact-section .contact-row .contact-info figure {
    max-width: 47px;
  }
}

.contact-section .contact-row .contact-info figure img {
  width: 100%;
}

.contact-section .contact-row .contact-info:hover {
  color: #ffffff;
}

.contact-section .contact-row .contact-info:hover figure {
  -webkit-transform: translateY(-3px);
     -moz-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
       -o-transform: translateY(-3px);
          transform: translateY(-3px);
}

@media (max-width: 575px) {
  .contact-section:not(.contact-inner) .contact-row .contact-box:last-child {
    display: none;
  }
}

.contact-section.contact-inner {
  padding: 75px 0;
}

@media (max-width: 1023px) {
  .contact-section.contact-inner {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .contact-section.contact-inner {
    padding: 50px 0 20px;
  }
}

@media (max-width: 575px) {
  .contact-section.contact-inner {
    padding: 50px 0 10px;
  }
}

@media (max-width: 575px) {
  .contact-section.contact-inner .contact-box {
    width: 33.333333%;
  }
}

.impulses-list .impulses-row {
  margin-bottom: 100px;
}

@media (max-width: 1150px) {
  .impulses-list .impulses-row {
    margin-bottom: 70px;
  }
}

@media (max-width: 1023px) {
  .impulses-list .impulses-row {
    margin-bottom: 50px;
  }
}

.impulses-list .impulses-row .impulses-img figure {
  width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.impulses-list .impulses-row .impulses-img figure a {
  display: block;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.impulses-list .impulses-row .impulses-img figure img {
  width: 100%;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
}

.impulses-list .impulses-row .impulses-img figure:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.impulses-list .impulses-row .impulses-info {
  max-width: 558px;
  padding-left: 78px;
  color: #20313b;
}

@media (max-width: 1150px) {
  .impulses-list .impulses-row .impulses-info {
    padding-left: 50px;
  }
}

@media (max-width: 1023px) {
  .impulses-list .impulses-row .impulses-info {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .impulses-list .impulses-row .impulses-info {
    padding-left: 0;
    max-width: 100%;
    padding-top: 20px;
  }
}

.impulses-list .impulses-row .impulses-info h5 {
  margin-bottom: 7px;
}

.impulses-list .impulses-row .impulses-info h5 a {
  color: #20313b;
}

.impulses-list .impulses-row .impulses-info h5 a:hover {
  color: #b89962;
}

.impulses-list .impulses-row .impulses-info .read-more {
  margin-top: 30px;
}

@media (max-width: 1150px) {
  .impulses-list .impulses-row .impulses-info .read-more {
    margin-top: 20px;
  }
}

.impulses-list .impulses-row:last-of-type {
  margin-bottom: 0;
}

.impulses-box .more-impulses {
  margin-top: 60px;
}

@media (max-width: 1150px) {
  .impulses-box .more-impulses {
    margin-top: 50px;
  }
}

@media (max-width: 1023px) {
  .impulses-box .more-impulses {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  .impulses-box .more-impulses {
    margin-top: 20px;
  }
}

.recommended-section {
  padding-bottom: 200px;
  overflow: hidden;
}

@media (max-width: 1150px) {
  .recommended-section {
    padding-bottom: 150px;
  }
}

@media (max-width: 767px) {
  .recommended-section {
    padding-bottom: 100px;
  }
}

@media (max-width: 575px) {
  .recommended-section {
    padding-bottom: 70px;
  }
}

.recommended-slider-box {
  width: 100vw;
  overflow: hidden;
}

.recommended-slider-box .recommended-slider {
  max-width: 1340px;
}

.recommended-slider-box .recommended-slider .slick-list {
  overflow: visible;
}

.recommended-box {
  padding-right: 30px;
  color: #20313b;
}

.recommended-box figure {
  width: 100%;
  margin: 0 0 34px;
  overflow: hidden;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 767px) {
  .recommended-box figure {
    margin-bottom: 20px;
  }
}

.recommended-box figure a {
  display: block;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.recommended-box figure img {
  width: 100%;
  -webkit-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 350ms cubic-bezier(0.45, 1, 0.32, 1);
}

.recommended-box figure:hover img {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
       -o-transform: scale(1.05);
          transform: scale(1.05);
}

.recommended-box h5 {
  margin-bottom: 5px;
}

.recommended-box h5 a {
  color: #20313b;
}

.recommended-box h5 a:hover {
  color: #b89962;
}

.recommended-box p:last-child {
  margin-bottom: 0;
}

.slick-slider {
  padding-bottom: 60px;
}

@media (max-width: 575px) {
  .slick-slider {
    padding-bottom: 50px;
  }
}

.slick-slider .slick-arrow {
  font-size: 0;
  padding: 0;
  text-indent: -999em;
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
  width: 47px;
  height: 27px;
}

@media (max-width: 575px) {
  .slick-slider .slick-arrow {
    width: 37px;
    height: 25px;
  }
}

.slick-slider .slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-background-size: 100% auto;
     -moz-background-size: 100% auto;
          background-size: 100% auto;
  background-repeat: no-repeat;
}

.slick-slider .slick-arrow.slick-prev:before {
  background-image: url(../img/slider-prev.svg);
}

.slick-slider .slick-arrow.slick-next {
  left: 87px;
}

@media (max-width: 575px) {
  .slick-slider .slick-arrow.slick-next {
    left: 62px;
  }
}

.slick-slider .slick-arrow.slick-next:before {
  background-image: url(../img/slider-next.svg);
}

.slick-slider .slick-arrow.slick-next:hover {
  -webkit-transform: translateX(5px);
     -moz-transform: translateX(5px);
      -ms-transform: translateX(5px);
       -o-transform: translateX(5px);
          transform: translateX(5px);
}

.blog-post {
  padding: 150px 0;
}

@media (max-width: 1150px) {
  .blog-post {
    padding: 110px 0;
  }
}

@media (max-width: 1023px) {
  .blog-post {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .blog-post {
    padding: 60px 0;
  }
}

.blog-info .text-secondary {
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .blog-info .text-secondary {
    margin-bottom: 35px;
  }
}

@media (max-width: 575px) {
  .blog-info .text-secondary {
    margin-bottom: 25px;
  }
}

.blog-info figure {
  width: 100%;
  margin: 50px 0;
}

@media (max-width: 1023px) {
  .blog-info figure {
    margin: 35px 0;
  }
}

@media (max-width: 575px) {
  .blog-info figure {
    margin: 25px 0;
  }
}

.blog-info figure img {
  max-width: 100%;
}

.blog-info p {
  margin-bottom: 20px;
}

.blog-info p strong {
  color: #20313b;
}

.blog-info p a strong {
  color: #b89962;
}

.blog-info p a strong:hover {
  color: #20313b;
}

.blog-info h5 {
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  .blog-info h5 {
    margin-bottom: 12px;
  }
}

.youtube-video {
  margin: 50px 0 0;
  position: relative;
  padding-top: 56.25%;
}

@media (max-width: 1023px) {
  .youtube-video {
    margin: 35px 0 0;
  }
}

@media (max-width: 575px) {
  .youtube-video {
    margin: 25px 0 0;
  }
}

.youtube-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.books {
  margin: 30px 0;
}

@media (max-width: 575px) {
  .books {
    margin: 20px 0;
  }
}

.books figure {
  max-width: 201px;
  width: 100%;
  margin: 0;
}

@media (max-width: 767px) {
  .books figure {
    max-width: 141px;
  }
}

@media (max-width: 575px) {
  .books figure {
    max-width: 121px;
  }
}

.books figure img {
  width: 100%;
}

.books .book-info {
  width: -webkit-calc(100% - 201px);
  width: -moz-calc(100% - 201px);
  width: calc(100% - 201px);
  padding: 0 30px;
}

@media (max-width: 767px) {
  .books .book-info {
    width: -webkit-calc(100% - 141px);
    width: -moz-calc(100% - 141px);
    width: calc(100% - 141px);
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .books .book-info {
    width: -webkit-calc(100% - 121px);
    width: -moz-calc(100% - 121px);
    width: calc(100% - 121px);
    padding: 0 20px;
  }
}

.books .book-info p:empty {
  display: none;
}

.participants-section {
  background: #f7f7f7;
  overflow: hidden;
}

.participants-section .participants-slider .slick-list {
  margin: 0 -20px;
}

.participants-section .participants-slider-box {
  width: 100vw;
  overflow: hidden;
}

.participants-section .participants-slider-box .participants-slider {
  max-width: 791px;
}

@media (max-width: 1023px) {
  .participants-section .participants-slider-box .participants-slider {
    max-width: 65%;
  }
}

.participants-section .participants-slider-box .participants-slider .slick-list {
  overflow: visible;
}

.participants-section .participants-slider-box .participants-slider .participants-row {
  padding-right: 50px;
}

@media (max-width: 575px) {
  .participants-section .participants-slider-box .participants-slider .participants-row {
    padding-right: 30px;
  }
}

.participants-section .participants-slider-box .participants-slider:not(.slick-initialized) {
  height: 292px;
  overflow: hidden;
}

@media (max-width: 1023px) {
  .participants-section:not(.popup-participants) .participants-slider {
    width: 100vw;
    overflow: hidden;
  }
}

@media (max-width: 1023px) {
  .participants-section:not(.popup-participants) .participants-slider .slick-list {
    width: 75%;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .participants-section:not(.popup-participants) .participants-slider .slick-list {
    width: 85%;
  }
}

@media (max-width: 1023px) {
  .participants-section:not(.popup-participants) .participants-slider .slick-list .participants-row {
    padding-right: 50px;
  }
}

@media (max-width: 575px) {
  .participants-section:not(.popup-participants) .participants-slider .slick-list .participants-row {
    padding-right: 20px;
  }
}

.participants-section:not(.popup-participants) .participants-slider .slick-list .participants-box {
  width: 100% !important;
}

.participants-section:not(.popup-participants) .participants-slider .slick-list .participants-box:not(:last-child) {
  margin: 0 0 100px;
}

@media (max-width: 1400px) {
  .participants-section:not(.popup-participants) .participants-slider .slick-list .participants-box:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .participants-section:not(.popup-participants) .participants-slider .slick-list .participants-box:not(:last-child) {
    margin-bottom: 30px;
  }
}

.participants-box {
  max-width: 625px;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .participants-box {
    width: 100%;
    margin-bottom: 30px;
  }
  .participants-box:last-child {
    margin-bottom: 0;
  }
}

.participants-box .participant-img {
  width: 35%;
}

@media (max-width: 479px) {
  .participants-box .participant-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.participants-box .participant-img figure {
  max-width: 205px;
  margin: 0;
}

@media (max-width: 767px) {
  .participants-box .participant-img figure {
    max-width: 100%;
  }
}

.participants-box .participant-img figure img {
  width: 100%;
}

.participants-box .participant-info {
  width: 65%;
  padding-left: 58px;
}

@media (max-width: 1400px) {
  .participants-box .participant-info {
    padding-left: 25px;
  }
}

@media (max-width: 479px) {
  .participants-box .participant-info {
    width: 100%;
    padding-left: 0;
  }
}

.participants-box .participant-info p {
  font-size: 20px;
  color: #20313b;
  font-style: italic;
  line-height: 1.47;
}

@media (max-width: 1400px) {
  .participants-box .participant-info p {
    font-size: 18px;
  }
}

.participants-box .participant-info .speaker-info {
  font-size: 13px;
  margin-top: 20px;
}

@media (max-width: 1400px) {
  .participants-box .participant-info .speaker-info {
    margin-top: 15px;
  }
}

.participants-box .participant-info .speaker-info span {
  display: block;
  line-height: 1.3;
}

.info-section .section-title {
  margin-bottom: 30px;
}

@media (max-width: 1150px) {
  .info-section .section-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 1023px) {
  .info-section .section-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .info-section .section-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .info-section .section-title h3 {
    font-size: 26px;
  }
}

.info-row {
  padding-right: 80px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 148px;
     -moz-column-gap: 148px;
          column-gap: 148px;
}

@media (max-width: 1400px) {
  .info-row {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}

@media (max-width: 1150px) {
  .info-row {
    padding-right: 40px;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

@media (max-width: 1023px) {
  .info-row {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (max-width: 767px) {
  .info-row {
    padding-right: 0;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.info-row .row {
  margin: 0 -74px;
}

@media (max-width: 1400px) {
  .info-row .row {
    margin: 0 -50px;
  }
}

@media (max-width: 1150px) {
  .info-row .row {
    margin: 0 -30px;
  }
}

@media (max-width: 1023px) {
  .info-row .row {
    margin: 0 -20px;
  }
}

.info-row .row > div {
  padding: 0 74px;
}

@media (max-width: 1400px) {
  .info-row .row > div {
    padding: 0 50px;
  }
}

@media (max-width: 1150px) {
  .info-row .row > div {
    padding: 0 30px;
  }
}

@media (max-width: 1023px) {
  .info-row .row > div {
    padding: 0 20px;
  }
}

.info-row p {
  margin-bottom: 20px;
}

.info-row p a {
  color: #626e75;
  text-decoration: underline;
}

.info-row p a:hover {
  color: #b89962;
}

.team-img-section figure {
  width: 100%;
  margin: 0;
  position: relative;
}

.team-img-section figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: url(../img/highlight-shape.png) no-repeat;
  -webkit-background-size: contain;
     -moz-background-size: contain;
          background-size: contain;
  -webkit-background-size: auto 100%;
     -moz-background-size: auto 100%;
          background-size: auto 100%;
  z-index: 1;
}

.team-img-section figure img {
  width: 100%;
}

.team-section {
  background: #f7f7f7;
}

.team-row {
  margin-top: 200px;
}

@media (max-width: 1600px) {
  .team-row {
    margin-top: 150px;
  }
}

@media (max-width: 1400px) {
  .team-row {
    margin-top: 100px;
  }
}

@media (max-width: 767px) {
  .team-row {
    margin-top: 80px;
  }
}

@media (max-width: 575px) {
  .team-row {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .team-row .row {
    margin: -10px;
  }
}

@media (max-width: 767px) {
  .team-row .row > div:not(.slick-list) {
    padding: 0 10px;
    margin-bottom: 20px;
  }
}

.team-row-info.team-slider {
  margin: 0;
}

@media (max-width: 575px) {
  .team-row-info.team-slider {
    width: 100vw;
    overflow: hidden;
  }
}

.team-row-info.team-slider .slick-list {
  margin: -15px;
}

@media (max-width: 767px) {
  .team-row-info.team-slider .slick-list {
    margin: -10px;
  }
}

@media (max-width: 575px) {
  .team-row-info.team-slider .slick-list {
    width: 80%;
    overflow: visible;
  }
}

.team-row-info.team-slider .slick-list .slick-slide > div > div {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 100%;
  display: block !important;
}

@media (max-width: 767px) {
  .team-row-info.team-slider .slick-list .slick-slide > div > div {
    padding: 0 10px;
  }
}

.team-row-info.team-slider:not(.nav-show) {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .team-row-info.team-slider:not(.nav-show) {
    padding-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .team-row-info.team-slider:not(.nav-show) {
    padding-bottom: 50px;
  }
}

.team-box {
  position: relative;
  overflow: hidden;
}

.team-box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0) 50%);
  background-image: -moz- oldlinear-gradient(bottom, #000000, rgba(0, 0, 0, 0) 50%);
  background-image: -o-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0) 50%);
  opacity: 0.3;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

.team-box figure {
  margin: 0;
  width: 100%;
}

.team-box figure img {
  width: 100%;
}

.team-box .team-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  padding: 30px;
  z-index: 1;
  line-height: 1.3;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 1023px) {
  .team-box .team-info {
    padding: 20px;
    font-size: 18px;
  }
}

.team-box .team-info h5 {
  font-size: 20px;
  color: #ffffff;
  margin: 0;
  font-weight: 400;
}

@media (max-width: 1023px) {
  .team-box .team-info h5 {
    font-size: 18px;
  }
}

.team-box:hover:before {
  opacity: 0.5;
  height: 300px;
}

.kernseminare-page {
  padding: 200px 0 0;
}

@media (max-width: 1400px) {
  .kernseminare-page {
    padding-top: 150px;
  }
}

@media (max-width: 1150px) {
  .kernseminare-page {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  .kernseminare-page {
    padding-top: 70px;
  }
}

@media (max-width: 575px) {
  .kernseminare-page {
    padding-top: 50px;
  }
}

.page-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 91px;
  z-index: 11;
}

@media (max-width: 1150px) {
  .page-nav {
    top: 79px;
  }
}

@media (max-width: 767px) {
  .page-nav {
    top: 60px;
  }
}

@media (max-width: 575px) {
  .page-nav {
    top: 0;
  }
}

.nav-row {
  padding: 27px 0;
  background: #ffffff;
  overflow-x: auto;
}

@media (max-width: 1150px) {
  .nav-row {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .nav-row {
    padding: 15px 0;
  }
}

.nav-row .nav-box {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.nav-row .nav-box li {
  margin-right: 40px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .nav-row .nav-box li {
    margin-right: 20px;
  }
}

.nav-row .nav-box li a {
  color: #20313b;
  padding: 2px 0;
  position: relative;
}

.nav-row .nav-box li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background: #b89962;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

.nav-row .nav-box li.active a, .nav-row .nav-box li a:hover {
  color: #b89962;
}

.nav-row .nav-box li.active a:before, .nav-row .nav-box li a:hover:before {
  width: 100%;
}

.kern-section {
  padding: 30px 0 134px;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .kern-section {
    padding: 20px 0 114px;
  }
}

@media (max-width: 1150px) {
  .kern-section {
    padding: 20px 0 90px;
  }
}

@media (max-width: 1023px) {
  .kern-section {
    padding: 20px 0 70px;
  }
}

@media (max-width: 575px) {
  .kern-section {
    padding: 20px 0 50px;
  }
}

.kern-slider-box {
  width: 100vw;
  overflow: hidden;
}

.kern-slider-box .kern-slider {
  max-width: 1340px;
}

@media (max-width: 1023px) {
  .kern-slider-box .kern-slider {
    max-width: 85%;
  }
}

@media (max-width: 575px) {
  .kern-slider-box .kern-slider {
    max-width: 70%;
  }
}

.kern-slider-box .kern-slider .slick-list {
  overflow: visible;
  margin: 0 -15px;
}

@media (max-width: 1023px) {
  .kern-slider-box .kern-slider .slick-list {
    margin: 0 -10px;
  }
}

.kern-slider-box .kern-slider .slick-list .slick-track {
  margin: 0;
}

.kern-slider-box .kern-slider:not(.slick-initialized) {
  height: 430px;
  overflow: hidden;
  opacity: 0;
}

.kern-slide {
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .kern-slide {
    padding: 0 10px;
  }
}

.kern-box {
  position: relative;
  background-color: #20313b;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  overflow: hidden;
  display: block;
}

.kern-box .kern-img {
  margin: 0;
}

.kern-box .kern-img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

.kern-box .kern-img .img-hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.kern-box .kern-info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 60px;
  color: #ffffff;
  z-index: 1;
}

@media (max-width: 1150px) {
  .kern-box .kern-info {
    padding: 40px;
  }
}

@media (max-width: 767px) {
  .kern-box .kern-info {
    padding: 25px;
  }
}

.kern-box .kern-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/kern-shape-hover.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: left top;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

.kern-box .kern-info .kern-text {
  line-height: 1.56;
  position: relative;
  padding-bottom: 30px;
  height: 100%;
}

.kern-box .kern-info .kern-text h4 {
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 1023px) {
  .kern-box .kern-info .kern-text h4 {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .kern-box .kern-info .kern-text h4 {
    margin-bottom: 30px;
  }
}

.kern-box .kern-info .kern-text h4 span {
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

.kern-box .kern-info .kern-text h4 span.gold {
  color: #b89962;
}

.kern-box .kern-info .kern-text h4 span.blue {
  color: #20313b;
}

.kern-box .kern-info .kern-text h4 span.gray {
  color: #626e75;
}

.kern-box .kern-info .kern-text .kern-link {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
  -webkit-transform: translateY(20px);
     -moz-transform: translateY(20px);
      -ms-transform: translateY(20px);
       -o-transform: translateY(20px);
          transform: translateY(20px);
}

.kern-box.no-image {
  padding-top: 100.90%;
}

.kern-box.no-image .kern-info:before {
  opacity: 1;
  visibility: visible;
  background-image: url(../img/kern-shape.png);
}

.kern-box.no-image:hover .kern-info:before {
  background-image: url(../img/kern-shape-hover.png);
}

.kern-box:hover {
  background-color: #b89962;
}

.kern-box:hover .kern-info:before {
  opacity: 1;
  visibility: visible;
}

.kern-box:hover .kern-img .img-primary {
  opacity: 0;
  visibility: hidden;
}

.kern-box:hover .kern-img .img-hover {
  opacity: 1;
  visibility: visible;
}

.kern-box:hover .kern-text .kern-link {
  -webkit-transition-delay: 300ms;
     -moz-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

.kern-box:hover .kern-text h4 span.gold {
  color: #20313b;
}

.kern-box:hover .kern-text h4 span.blue {
  color: #b89962;
}

.kern-box:hover .kern-text h4 span.gray {
  color: #ffffff;
}

.seminar-list {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(0, 22, 34, 0.11);
}

.seminar-list li .seminar-info-row {
  color: #626e75;
  padding: 37px 0;
  border-bottom: 1px solid rgba(0, 22, 34, 0.11);
  font-size: 13px;
}

@media (max-width: 1150px) {
  .seminar-list li .seminar-info-row {
    padding: 30px 0;
  }
}

@media (max-width: 575px) {
  .seminar-list li .seminar-info-row {
    padding: 20px 0;
  }
}

.seminar-list li .seminar-date {
  width: 17%;
}

@media (max-width: 767px) {
  .seminar-list li .seminar-date {
    width: 33.333333%;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .seminar-list li .seminar-date {
    width: 100%;
    margin-bottom: 10px;
  }
}

.seminar-list li .seminar-title {
  width: 42%;
}

@media (max-width: 1023px) {
  .seminar-list li .seminar-title {
    width: 39%;
  }
}

@media (max-width: 767px) {
  .seminar-list li .seminar-title {
    width: 66.666666%;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .seminar-list li .seminar-title {
    width: 100%;
    margin-bottom: 10px;
  }
}

.seminar-list li .seminar-location {
  width: 13.75%;
}

@media (max-width: 1023px) {
  .seminar-list li .seminar-location {
    width: 12.75%;
  }
}

@media (max-width: 767px) {
  .seminar-list li .seminar-location {
    width: 33.333333%;
  }
}

@media (max-width: 575px) {
  .seminar-list li .seminar-location {
    width: 100%;
    margin-bottom: 10px;
  }
}

.seminar-list li .seminar-price {
  width: 11.31%;
  text-align: right;
}

@media (max-width: 767px) {
  .seminar-list li .seminar-price {
    width: 33.333333%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .seminar-list li .seminar-price {
    width: 100%;
    margin-bottom: 10px;
  }
}

.seminar-list li .seminar-details {
  width: 15.94%;
  text-align: right;
}

@media (max-width: 1023px) {
  .seminar-list li .seminar-details {
    width: 19.94%;
  }
}

@media (max-width: 767px) {
  .seminar-list li .seminar-details {
    width: 33.333333%;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .seminar-list li .seminar-details {
    width: 100%;
  }
}

.seminar-list li .seminar-details .read-more {
  margin-left: auto;
}

@media (max-width: 767px) {
  .seminar-list li .seminar-details .read-more {
    margin-left: 0;
  }
}

.seminar-list li h4 {
  font-size: 29px;
  margin: 0 0 5px;
}

@media (max-width: 1150px) {
  .seminar-list li h4 {
    font-size: 26px;
  }
}

@media (max-width: 1023px) {
  .seminar-list li h4 {
    font-size: 23px;
    margin-bottom: 0;
  }
}

.seminar-list li h6 {
  margin-bottom: 5px;
}

@media (max-width: 1150px) {
  .seminar-list li h6 {
    font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .seminar-list li h6 {
    font-size: 15px;
  }
}

.seminar-list li .tags-box span {
  padding-right: 7px;
  margin-right: 6px;
  line-height: 1.3;
  position: relative;
}

.seminar-list li .tags-box span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 14px;
  background: #626e75;
}

.seminar-list li .tags-box span:last-child:before {
  display: none;
}

.seminar-list li .seminar-title span {
  font-size: 17px;
  line-height: 1.3;
}

.seminar-list li p {
  margin: 0;
  line-height: 1.3;
}

.seminar-more {
  margin-top: 35px;
}

@media (max-width: 575px) {
  .seminar-more {
    margin-top: 20px;
  }
}

.header-nav-btn {
  background-color: #1eb8c1;
  font-size: 24px;
  padding: 32px 64px;
  height: 91px;
  margin-left: 66px;
  font-weight: 500;
}

@media (max-width: 1150px) {
  .header-nav-btn {
    padding: 30px 50px;
    height: 79px;
    margin-left: 50px;
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .header-nav-btn {
    padding: 21px 30px;
    height: 60px;
    font-size: 15px;
    margin-left: 30px;
  }
}

@media (max-width: 575px) {
  .header-nav-btn {
    margin-left: 15px;
    font-size: 0;
    padding: 0;
    width: 50px;
    background-image: url(../img/icon-envelope.svg);
    -webkit-background-size: 30px 30px;
       -moz-background-size: 30px;
            background-size: 30px;
    background-repeat: no-repeat;
    background-position: 35% 50%;
  }
}

.header-nav-btn:hover, .header-nav-btn:focus {
  background-color: rgba(30, 184, 193, 0.7);
}

.header-nav-btn:hover:before, .header-nav-btn:focus:before {
  border-bottom: 91px solid rgba(30, 184, 193, 0.7);
}

@media (max-width: 1150px) {
  .header-nav-btn:hover:before, .header-nav-btn:focus:before {
    border-bottom-width: 79px;
    border-left-width: 50px;
  }
}

@media (max-width: 767px) {
  .header-nav-btn:hover:before, .header-nav-btn:focus:before {
    border-bottom-width: 60px;
    border-left-width: 30px;
  }
}

@media (max-width: 575px) {
  .header-nav-btn:hover:before, .header-nav-btn:focus:before {
    border-bottom-width: 60px;
    border-left-width: 15px;
  }
}

.header-nav-btn:before {
  content: "";
  position: absolute;
  right: 100%;
  border-left: 66px solid transparent;
  border-right: 0;
  border-bottom: 91px solid #1eb8c1;
  top: 0;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 1150px) {
  .header-nav-btn:before {
    border-bottom-width: 79px;
    border-left-width: 50px;
  }
}

@media (max-width: 767px) {
  .header-nav-btn:before {
    border-bottom-width: 60px;
    border-left-width: 30px;
  }
}

@media (max-width: 575px) {
  .header-nav-btn:before {
    border-bottom-width: 60px;
    border-left-width: 15px;
  }
}

#header .header-row .nav #mainmenu > ul > li:hover > a {
  color: #1eb8c1;
}

.sales-banner {
  padding: 100px 0;
  position: relative;
}

@media (max-width: 767px) {
  .sales-banner {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .sales-banner {
    padding: 0 0 80px;
    background-position: left center;
  }
}

@media (max-width: 575px) {
  .sales-banner .container {
    padding: 0;
  }
}

.sales-banner .banner-text {
  max-width: 630px;
  color: #ffffff;
}

@media (max-width: 575px) {
  .sales-banner .banner-text {
    text-align: center;
  }
}

.sales-banner .banner-text h1, .sales-banner .banner-text h2 {
  color: #ffffff;
  line-height: 1.12;
}

@media (max-width: 575px) {
  .sales-banner .banner-text h1, .sales-banner .banner-text h2 {
    font-size: 32px;
  }
}

.sales-banner .banner-text h1 span, .sales-banner .banner-text h2 span {
  display: block;
}

.sales-banner .banner-text p {
  margin-bottom: 5px;
  font-weight: 500;
  margin-bottom: 48px;
}

@media (max-width: 575px) {
  .sales-banner .banner-text p {
    margin-bottom: 32px;
  }
}

.sales-banner .banner-text .button.btn-blue {
  display: table;
  margin: 0 auto;
}

.button.btn-blue {
  font-size: 24px;
  font-weight: 700;
  background: transparent;
  position: relative;
  z-index: 9;
  text-decoration: none;
  padding: 18px 44px;
}

@media (max-width: 1150px) {
  .button.btn-blue {
    font-size: 20px;
    padding: 18px 20px;
  }
}

@media (max-width: 767px) {
  .button.btn-blue {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .button.btn-blue {
    font-size: 18px;
  }
}

.button.btn-blue:hover {
  background: transparent;
}

.button.btn-blue:hover:before {
  background: rgba(30, 184, 193, 0.7);
}

.button.btn-blue:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #1eb8c1;
  color: #413b3b;
  -webkit-transform: skew(-35deg);
     -moz-transform: skew(-35deg);
      -ms-transform: skew(-35deg);
       -o-transform: skew(-35deg);
          transform: skew(-35deg);
  z-index: -1;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 575px) {
  .button.btn-blue:before {
    -webkit-transform: skew(-32deg);
       -moz-transform: skew(-32deg);
        -ms-transform: skew(-32deg);
         -o-transform: skew(-32deg);
            transform: skew(-32deg);
  }
}

.banner-video {
  position: relative;
  padding-top: 56.26%;
  width: 100%;
  display: block;
  margin-bottom: 46px;
}

@media (max-width: 575px) {
  .banner-video {
    margin-bottom: 42px;
  }
}

.banner-video video {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  height: auto;
}

@media (max-width: 767px) {
  .sales-partners-section .partners-row .slick-list {
    padding: 0;
  }
}

.sales-partners-section .partners-row .partners-logo figure {
  padding: 30px 0;
}

.section_row {
  padding: 150px 0;
}

@media (max-width: 1150px) {
  .section_row {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section_row {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .section_row {
    padding: 70px 0;
  }
}

.result-approach-main .row > div {
  margin-bottom: 40px;
}

@media (max-width: 575px) {
  .result-approach-main .row > div {
    margin-bottom: 25px;
  }
}

.result-approach-main .row > div:last-child {
  margin-bottom: 0;
}

.result-approach-section .title-row {
  max-width: 914px;
  margin-bottom: 100px;
}

@media (max-width: 1150px) {
  .result-approach-section .title-row {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .result-approach-section .title-row {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .result-approach-section .title-row {
    margin-bottom: 32px;
  }
}

.result-approach-section .title-row h3 {
  text-align: left;
}

.result-approach-box h3 {
  line-height: 1.3;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .result-approach-box h3 {
    font-size: 24px;
  }
}

.result-approach-box span {
  font-size: 18px;
  color: #b89962;
  font-weight: 700;
  margin-bottom: 24px;
  display: inline-block;
}

@media (max-width: 575px) {
  .result-approach-box span {
    font-size: 16px;
  }
}

.result-approach-list {
  padding-left: 25px;
  margin-bottom: 26px;
}

.result-approach-list:last-child {
  margin-bottom: 0;
}

.result-approach-list h5 {
  line-height: 1.4;
  margin-bottom: 0;
  position: relative;
}

@media (max-width: 575px) {
  .result-approach-list h5 {
    font-size: 16px;
  }
}

.result-approach-list h5:before {
  content: '';
  background: url(../img/right-arrow-gold.svg);
  position: absolute;
  left: -25px;
  top: 10px;
  width: 17px;
  background-position: center center;
  height: 14px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .result-approach-list h5:before {
    top: 4px;
  }
}

.result-approach-list p {
  font-size: 18px;
  line-height: 1.4;
  color: #20313b;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .result-approach-list p {
    font-size: 14px;
  }
}

.result-approach-list-box {
  max-width: 460px;
}

@media (max-width: 767px) {
  .result-approach-list-box {
    max-width: 100%;
  }
}

.result-approach-list-box:last-child {
  margin-bottom: 0;
}

.counter-row-section .count-info span {
  font-size: 110px;
  color: #b89962;
  font-weight: 900;
  line-height: 1.1;
}

.counter-row-section .count-info em {
  font-size: 55px;
  font-weight: bold;
  color: #b89962;
}

@media (max-width: 767px) {
  .counter-row-section .counter-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 24px;
  }
}

@media (max-width: 1150px) {
  .counter-row-section .counter-box .count-info span {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .counter-row-section .counter-box .count-info {
    padding-right: 25px;
    width: 25%;
    padding: 0 15px;
    line-height: normal;
  }
  .counter-row-section .counter-box .count-info span {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .counter-row-section .counter-box .count-info span {
    font-size: 48px;
  }
  .counter-row-section .counter-box .count-info em {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .counter-row-section .counter-box .count-text {
    width: 75%;
    padding: 0 15px;
  }
}

.counter-row-section .counter-box p {
  font-size: 20px;
  color: #20313b;
  line-height: 1.4;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .counter-row-section .counter-box p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .counter-row-section .counter-box p {
    font-size: 14px;
  }
}

.facts-section {
  padding: 75px 0 150px;
}

@media (max-width: 1150px) {
  .facts-section {
    padding: 50px 0 100px;
  }
}

@media (max-width: 767px) {
  .facts-section {
    padding: 40px 0 80px;
  }
}

@media (max-width: 767px) {
  .facts-section {
    padding: 32px 0 70px;
  }
}

.media-text-section {
  padding: 150px 0 75px;
}

@media (max-width: 1150px) {
  .media-text-section {
    padding: 100px 0 50px;
  }
}

@media (max-width: 767px) {
  .media-text-section {
    padding: 80px 0 40px;
  }
}

@media (max-width: 575px) {
  .media-text-section {
    padding: 70px 0 35px;
  }
}

@media (max-width: 767px) {
  .course-content-section {
    padding: 70px 0;
  }
}

.word-rotate {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 320px;
  height: 1em;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .word-rotate {
    width: 100%;
    padding-bottom: 80px;
  }
}

.word-rotate li {
  height: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

@media (max-width: 767px) {
  .word-rotate li {
    right: 0;
  }
}

.word-carousel-section {
  background: #20313b;
  padding: 70px 0 60px;
}

.word-carousel-section.sales-cta-section {
  padding: 70px 0 60px;
}

.word-carousel-section h3 {
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 1150px) {
  .word-carousel-section h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .word-carousel-section h3 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 575px) {
  .word-carousel-section h3 {
    font-size: 24px;
  }
}

.word-carousel-box {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .word-carousel-box {
    width: 100%;
  }
}

.word-carousel-box:before, .word-carousel-box:after {
  content: '';
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#20313B), to(rgba(32, 49, 59, 0)));
  background: -webkit-linear-gradient(top, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  background: -moz- oldlinear-gradient(top, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  background: -o-linear-gradient(top, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  background: linear-gradient(180deg, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  width: 292px;
  height: 70px;
  z-index: 1;
}

.word-carousel-box:before {
  right: 20px;
  bottom: 100%;
}

.word-carousel-box:after {
  right: 20px;
  top: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#20313B), to(rgba(32, 49, 59, 0)));
  background: -webkit-linear-gradient(top, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  background: -moz- oldlinear-gradient(top, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  background: -o-linear-gradient(top, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  background: linear-gradient(180deg, #20313B 0%, rgba(32, 49, 59, 0) 100%);
  -webkit-transform: rotate(-180deg);
     -moz-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
       -o-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.successfully-convince-section {
  overflow: hidden;
}

.successfully-convince-box {
  max-width: 914px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.successfully-convince-box .title-row {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .successfully-convince-box .title-row {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .successfully-convince-box .title-row {
    margin-bottom: 32px;
  }
}

.successfully-convince-box p {
  max-width: 412px;
  font-size: 18px;
  color: #20313b;
  margin: 0 auto;
}

@media (max-width: 1150px) {
  .successfully-convince-box p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .successfully-convince-box p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .waiting-section .slick-slider {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .waiting-section .slick-slider .slick-arrow {
    width: 30px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .waiting-section .slick-slider .slick-arrow.slick-prev {
    left: 0;
  }
}

.waiting-section .slick-slider .slick-arrow.slick-next {
  left: 62px;
}

.waiting-section .title-row {
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .waiting-section .title-row {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .waiting-section .title-row {
    margin-bottom: 32px;
  }
}

.waiting-section .title-row h3 {
  font-weight: 300;
  text-align: center;
}

.waiting-section .blocks-row .more-block {
  margin-top: 0;
}

@media (max-width: 1150px) {
  .waiting-section .blocks-row .more-block {
    margin-top: 20px;
  }
}

.waiting-section .blocks-row .more-block h3 {
  font-weight: 300;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1150px) {
  .waiting-section .blocks-row .more-block h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .waiting-section .blocks-row .more-block h3 {
    font-size: 24px;
  }
}

.waiting-section .blocks-row .block-info .block-details {
  padding: 60px 40px;
}

@media (max-width: 1150px) {
  .waiting-section .blocks-row .block-info .block-details {
    padding: 40px 20px;
  }
}

.waiting-section .blocks-row .block-info:hover h4 {
  color: #20313B;
}

.quote-section {
  background: #F7F7F7;
}

@media (max-width: 767px) {
  .author-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.author-box .author-img {
  width: 30%;
  position: relative;
}

@media (max-width: 767px) {
  .author-box .author-img {
    width: 100%;
  }
}

.author-box .author-img figure {
  position: absolute;
  bottom: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .author-box .author-img figure {
    position: relative;
    margin-top: -60px;
  }
}

@media (max-width: 767px) {
  .author-box .author-img figure img {
    margin-left: auto;
    max-width: 183px;
  }
}

.author-box .author-text {
  width: 70%;
  position: relative;
  padding: 42px 0 26px;
}

@media (max-width: 767px) {
  .author-box .author-text {
    width: 100%;
    padding: 66px 0 26px;
  }
}

.author-box .author-text figure {
  position: absolute;
  top: -30px;
  display: block;
  left: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .author-box .author-text figure {
    position: relative;
    top: -20px;
  }
}

@media (max-width: 767px) {
  .author-box .author-text figure img {
    max-width: 63px;
  }
}

.author-box .author-text .author-info {
  color: #20313b;
  max-width: 560px;
  padding-left: 110px;
}

@media (max-width: 767px) {
  .author-box .author-text .author-info {
    padding-left: 0;
    max-width: 100%;
  }
}

.author-box .author-text .author-info p {
  color: #20313b;
}

.author-box .author-text .author-info span {
  display: block;
  line-height: 1.2;
}

.author-box .author-text .author-info .author-name {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3px;
}

.sales-cta-main {
  margin: 0 -15px;
}

@media (max-width: 1150px) {
  .sales-cta-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sales-cta-section {
  background: #20313b;
  padding: 36px 0 33px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1150px) {
  .sales-cta-section {
    padding: 56px 0;
  }
}

.sales-cta-section .sales-cta-title {
  width: 42%;
  padding: 0 15px;
}

@media (max-width: 1150px) {
  .sales-cta-section .sales-cta-title {
    width: 100%;
    margin-bottom: 22px;
  }
}

.sales-cta-section .sales-cta-title h3 {
  font-weight: 300;
  color: #ffffff;
}

@media (max-width: 1150px) {
  .sales-cta-section .sales-cta-title h3 {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .sales-cta-section .sales-cta-title h3 {
    font-size: 24px;
  }
}

.sales-cta-section .sales-box {
  width: 58%;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1150px) {
  .sales-cta-section .sales-box {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 575px) {
  .sales-cta-section .sales-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sales-cta-section .sales-box .sales-cta-btn {
  margin-left: 60px;
}

@media (max-width: 1150px) {
  .sales-cta-section .sales-box .sales-cta-btn {
    margin: 0;
  }
}

.sales-cta-section:before {
  content: '';
  background: url(../img/sales-cta-left.png);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: absolute;
  width: 969px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1150px) {
  .sales-cta-section:before {
    background: url(../img/sales-mobile-right.png);
    background-repeat: no-repeat;
    width: 375px;
    height: 100%;
  }
}

.sales-cta-section:after {
  content: '';
  background: url(../img/sales-cta-right.png);
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  position: absolute;
  width: 477px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 1150px) {
  .sales-cta-section:after {
    background: url(../img/sales-mobile-left.png);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: right;
  }
}

.sales-cta-section.discount {
  background: #1EB8C1;
  padding: 64px 0;
}

@media (max-width: 575px) {
  .sales-cta-section.discount {
    padding: 48px 0;
  }
}

.sales-cta-section.discount .discount-text {
  text-align: center;
  color: #fff;
}

.sales-cta-section.discount .discount-text .title-row {
  margin-bottom: 8px;
}

.sales-cta-section.discount .discount-text h3 {
  color: #fff;
}

.sales-cta-section.discount .discount-text p {
  font-size: 29px;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (max-width: 1150px) {
  .sales-cta-section.discount .discount-text p {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .sales-cta-section.discount .discount-text p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .sales-cta-section.discount .discount-text p {
    font-size: 14px;
  }
}

.sales-cta-list {
  margin-left: 100px;
}

@media (max-width: 575px) {
  .sales-cta-list {
    margin-left: 0;
    margin-top: 36px;
  }
}

.sales-cta-list .sales-list li {
  color: #ffffff;
}

.sales-list {
  padding: 0;
  margin: 0;
}

.sales-list li {
  font-size: 20px;
  position: relative;
  padding-left: 25px;
  color: #20313b;
}

@media (max-width: 767px) {
  .sales-list li {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .sales-list li {
    font-size: 14px;
  }
}

.sales-list li:before {
  content: '';
  background: url(../img/right-arrow-gold.svg);
  position: absolute;
  left: 0;
  top: 10px;
  width: 17px;
  background-position: center center;
  height: 14px;
  background-repeat: no-repeat;
}

@media (max-width: 575px) {
  .sales-list li:before {
    top: 5px;
  }
}

@media (max-width: 767px) {
  .expect-section .slick-slider {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .expect-section .slick-slider .slick-arrow {
    width: 30px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .expect-section .slick-slider .slick-arrow.slick-prev {
    left: 16px;
  }
}

.expect-section .title-row {
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .expect-section .title-row {
    margin-bottom: 60px;
  }
}

@media (max-width: 575px) {
  .expect-section .title-row {
    margin-bottom: 24px;
  }
}

.expect-section .title-row h3 {
  font-weight: 300;
  line-height: 1.3;
  text-align: left;
}

.expect-section .blocks-row .row {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .expect-section .blocks-row .row {
    padding-top: 0;
  }
}

.expect-section .blocks-row .row > div:nth-child(2n+1) {
  margin-top: -100px;
}

@media (max-width: 767px) {
  .expect-section .blocks-row .row > div:nth-child(2n+1) {
    margin-top: 0;
  }
}

.expect-section .blocks-row .row .item {
  width: 50%;
}

.expect-section .blocks-row .block-info {
  padding-top: 55%;
}

@media (max-width: 575px) {
  .expect-section .blocks-row .block-info {
    padding-top: 100%;
  }
}

.expect-section .blocks-row .block-info:hover .desktop-text {
  display: none;
}

.expect-section .blocks-row .block-info:hover .hover-text {
  display: block;
}

.expect-section .blocks-row > .row div {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .expect-section .blocks-row > .row div {
    margin-bottom: 0;
  }
}

.course-detail-img figure {
  margin: 0;
}

.course-detail-box {
  padding-bottom: 38px;
}

@media only screen and (max-width: 1023px) {
  .course-detail-box {
    padding-bottom: 0;
  }
}

.course-detail-box p {
  font-size: 18px;
  max-width: 560px;
  line-height: 1.4;
  color: #20313b;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1023px) {
  .course-detail-box p {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .course-detail-box p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .course-detail-box p {
    font-size: 14px;
  }
}

.course-detail-box .section-title {
  margin-bottom: 24px;
}

@media only screen and (max-width: 1023px) {
  .course-detail-box .section-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .course-detail-box .section-title {
    margin-bottom: 16px;
  }
}

.course-detail-box .section-title h3 {
  font-size: 48px;
  line-height: 1.3;
}

@media (max-width: 1150px) {
  .course-detail-box .section-title h3 {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .course-detail-box .section-title h3 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .course-detail-box .section-title h3 {
    font-size: 24px;
  }
}

.course-detail-box .section-title span {
  font-size: 18px;
  color: #B89962;
  font-weight: 700;
  line-height: 1.48;
}

@media (max-width: 575px) {
  .course-detail-box .section-title span {
    font-size: 16px;
  }
}

.course-detail-box .sales-list li {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .course-detail-box .sales-list li {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .course-detail-box .sales-list li {
    font-size: 14px;
  }
}

.course-detail-box .sales-list li:before {
  top: 6px;
}

.seminar-date-section {
  margin-top: 80px;
}

@media only screen and (max-width: 1023px) {
  .seminar-date-section {
    margin-top: 0;
  }
}

.seminar-date-section ul {
  margin: 0;
  padding: 0;
}

.seminar-date-section ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 10px;
}

.seminar-date-section ul li strong {
  width: 40%;
  color: #20313b;
  font-size: 18px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .seminar-date-section ul li strong {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .seminar-date-section ul li strong {
    font-size: 14px;
  }
}

.seminar-date-section ul li p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.4;
  width: 60%;
  padding: 0 10px;
  color: #20313b;
}

@media (max-width: 767px) {
  .seminar-date-section ul li p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .seminar-date-section ul li p {
    font-size: 14px;
  }
}

.seminar-date-section ul li p img {
  display: table-cell;
}

.accordion-trigger.open .accordion-title:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
   -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
       transform: rotate(-135deg);
  top: 28px;
}

.accordion-title {
  border-top: 1px solid rgba(0, 22, 34, 0.110413);
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.accordion-title:after {
  content: '';
  border: solid 1px #bbb;
  border-left: 0;
  border-top: 0;
  position: absolute;
  right: 10px;
  top: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  width: 12px;
  height: 12px;
}

.course-detail-accordion-box .accordion-row {
  margin-bottom: 30px;
}

.course-detail-accordion-box .accordion-row .accordion-trigger {
  position: relative;
}

.course-detail-accordion-box .accordion-row .accordion-data p {
  font-size: 18px;
  line-height: 1.4;
  color: #20313b;
  max-width: 560px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .course-detail-accordion-box .accordion-row .accordion-data p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .course-detail-accordion-box .accordion-row .accordion-data p {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .course-detail-accordion-box .accordion-row .accordion-data p {
    font-size: 14px;
  }
}

.course-detail-section .course-btn {
  text-align: center;
  margin-top: 100px;
}

@media only screen and (max-width: 1023px) {
  .course-detail-section .course-btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1023px) {
  .course-detail-section .row > div {
    margin-bottom: 30px;
  }
}

.course-detail-accordion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.course-detail-accordion .course-detail-module {
  width: 30%;
}

.course-detail-accordion .course-detail-module span {
  font-size: 18px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .course-detail-accordion .course-detail-module span {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .course-detail-accordion .course-detail-module span {
    font-size: 14px;
  }
}

.course-detail-accordion .course-detail-data {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-detail-accordion .course-detail-data h5 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .course-detail-accordion .course-detail-data h5 {
    font-size: 16px;
  }
}

.course-detail-accordion .course-detail-data p {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: normal;
}

.ticket-progress-section {
  padding: 64px 0;
}

.ticket-progress-section .title-row {
  margin-bottom: 48px;
}

.ticket-progress-section .title-row h3 {
  color: #fff;
}

.gray-bg {
  background: #e5e6e7;
  position: relative;
  z-index: 1;
}

.gray-bg:before {
  content: '';
  background: url(../img/gray-bg-shape.png);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 148px;
  z-index: -1;
  background-repeat: no-repeat;
}

.special-offer-section {
  text-align: center;
  overflow: hidden;
}

.special-offer-section h3 {
  font-weight: 300;
  text-align: center;
}

.special-offer-box .special-offer-title {
  margin-top: 30px;
}

.special-offer-box .special-offer-title h2 {
  color: #1EB8C1;
  line-height: 1.1;
}

.special-offer-box .special-offer-title h2.line-through {
  color: #20313B;
  text-decoration: line-through;
  font-weight: 300;
}

.special-offer-box .special-offer-text {
  max-width: 442px;
  margin: 30px auto;
  font-size: 18px;
  line-height: 1.4;
  color: #20313B;
}

@media (max-width: 767px) {
  .special-offer-box .special-offer-text {
    font-size: 16px;
    margin: 15px auto;
  }
}

.special-offer-box .special-offer-btn {
  padding-top: 20px;
}

.countdown-section {
  padding: 52px 0 58px;
}

.countdown-section .countdown-title h4 {
  font-size: 29px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .statements-main-box .slick-slider {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .statements-main-box .slick-slider .slick-arrow {
    width: 30px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .statements-main-box .slick-slider .slick-arrow.slick-prev {
    left: 16px;
  }
}

.statements-section .title-row h3 {
  margin-bottom: 80px;
}

@media (max-width: 1150px) {
  .statements-section .title-row h3 {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .statements-section .title-row h3 {
    margin-bottom: 40px;
    text-align: left;
  }
}

@media (max-width: 575px) {
  .statements-section .title-row h3 {
    margin-bottom: 24px;
  }
}

.video-section {
  margin-bottom: 18px;
  position: relative;
}

.video-section figure {
  margin: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 767px) {
  .video-section figure img {
    width: 100%;
  }
}

.play-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  width: 58px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: auto;
  font-size: 0;
  display: block;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
     -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: pulse 1.5s infinite;
}

.video-text h6 {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .video-text h6 {
    font-size: 16px;
  }
}

.video-text p {
  font-size: 18px;
  line-height: 1.4;
  color: #20313b;
}

@media (max-width: 767px) {
  .video-text p {
    font-size: 16px;
  }
}

.accordion-data {
  display: none;
}

.title-row h3 {
  font-size: 48px;
  font-weight: 300;
  margin-bottom: 0;
  font-weight: 300;
  text-align: center;
  line-height: 1.3;
}

@media (max-width: 1150px) {
  .title-row h3 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .title-row h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .title-row h3 {
    font-size: 24px;
  }
}

.countdown-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .countdown-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}

.countdown-box .countdown-title {
  width: 40%;
}

@media (max-width: 767px) {
  .countdown-box .countdown-title {
    width: 100%;
    margin-bottom: 20px;
  }
}

.countdown-box .countdown-data {
  width: 60%;
}

@media (max-width: 767px) {
  .countdown-box .countdown-data {
    width: 100%;
  }
}

.countdown-box .countdown-data #countdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .countdown-box .countdown-data #countdown {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.countdown-box .countdown-data #countdown ul {
  padding: 0;
  margin: 0;
  font-size: 0;
}

.countdown-box .countdown-data #countdown ul li {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  margin-right: 25px;
  color: #1EB8C1;
  line-height: normal;
}

@media (max-width: 767px) {
  .countdown-box .countdown-data #countdown ul li {
    margin-right: 18px;
  }
}

.countdown-box .countdown-data #countdown ul li:last-child {
  margin-right: 0;
}

.countdown-box .countdown-data #countdown ul li span {
  display: block;
  font-size: 68px;
  color: #1EB8C1;
  font-weight: 700;
}

@media (max-width: 767px) {
  .countdown-box .countdown-data #countdown ul li span {
    font-size: 58px;
  }
}

@media (max-width: 575px) {
  .countdown-box .countdown-data #countdown ul li span {
    font-size: 48px;
  }
}

.progress {
  height: 60px;
}

.progress .skill {
  padding: 0;
  margin: 0 0 0 22px;
  text-transform: uppercase;
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1150px) {
  .progress .skill {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .progress .skill {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .progress .skill {
    font-size: 16px;
  }
}

.progress .skill i {
  margin-right: 10px;
}

.progress-bar {
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1EB8C1;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
       box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  -moz-transition: width .6s ease;
  transition: width .6s ease;
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
  text-align: left;
  -webkit-transition-duration: 3s;
     -moz-transition-duration: 3s;
       -o-transition-duration: 3s;
          transition-duration: 3s;
  position: relative;
  z-index: 9;
}

.progress-bar:after {
  content: '';
  background: url(../img/progress-img.png);
  width: 100%;
  right: 0;
  top: 0;
  position: absolute;
  bottom: 0;
  max-width: 606px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-position: right center;
  z-index: -1;
}

.progress.skill-bar {
  background: #fff;
  -webkit-border-radius: 13px;
     -moz-border-radius: 13px;
          border-radius: 13px;
  border: 3px solid #fff;
  max-width: 915px;
  margin: 0 auto;
}

.pricing-section .title-row h3 {
  text-align: left;
}

@media (max-width: 767px) {
  .pricing-section .slick-slider {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .pricing-section .slick-slider .slick-arrow {
    width: 30px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .pricing-section .slick-slider .slick-arrow.slick-prev {
    left: 16px;
  }
}

.pricing-section .highlight-section:after, .pricing-section .highlight-section:before {
  display: none;
}

.pricing-section .highlight-section .highlight-info {
  max-width: 100%;
}

.pricing-box {
  position: relative;
}

@media (max-width: 767px) {
  .pricing-box {
    max-height: 488px;
    overflow: hidden;
  }
}

@media (max-width: 575px) {
  .pricing-box {
    max-height: 545px;
  }
}

.pricing-box.bg-black {
  background: #20313B;
  border: 3px solid #20313B;
}

.pricing-box.bg-blue {
  background: #1EB8C1;
  border: 3px solid #1EB8C1;
}

.pricing-box .pricing-title {
  text-align: center;
  padding: 30px 24px;
}

.pricing-box .pricing-title span {
  color: #fff;
  font-size: 32px;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1.2;
}

@media (max-width: 1150px) {
  .pricing-box .pricing-title span {
    font-size: 28px;
  }
}

@media (max-width: 575px) {
  .pricing-box .pricing-title span {
    font-size: 24px;
  }
}

.pricing-box .pricing-title span.line-through {
  text-decoration: line-through;
}

.pricing-box .pricing-title h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .pricing-box .pricing-title h3 {
    font-size: 38px;
  }
}

.pricing-box .pricing-data {
  padding: 48px 40px;
  background: #fff;
}

@media (max-width: 1150px) {
  .pricing-box .pricing-data {
    padding: 40px 24px;
  }
}

@media (max-width: 767px) {
  .pricing-box .pricing-data {
    padding: 32px 24px;
  }
}

.pricing-box .pricing-detail ul {
  margin: 0;
  padding: 0;
}

.pricing-box .pricing-detail ul li {
  font-size: 18px;
  line-height: 1.4;
  color: #20313B;
  margin-bottom: 32px;
  padding-left: 40px;
  position: relative;
}

@media (max-width: 1150px) {
  .pricing-box .pricing-detail ul li {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .pricing-box .pricing-detail ul li {
    font-size: 16px;
    margin-bottom: 22px;
  }
}

.pricing-box .pricing-detail ul li:last-child {
  margin-bottom: 0;
}

.pricing-box .pricing-detail ul li:before {
  content: '';
  background: url(../img/right-arrow-black.svg);
  position: absolute;
  left: 0;
  top: 10px;
  width: 17px;
  background-position: center center;
  height: 14px;
  background-repeat: no-repeat;
}

.price-label {
  background: transparent;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 35px;
  display: inline-block;
  z-index: 9;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: -10px;
  color: #20313B;
}

.price-label:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #fff;
  color: #413b3b;
  -webkit-transform: skew(-40deg);
     -moz-transform: skew(-40deg);
      -ms-transform: skew(-40deg);
       -o-transform: skew(-40deg);
          transform: skew(-40deg);
  z-index: -1;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

.pricing-main-box {
  margin-top: -55px;
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}

@media (max-width: 767px) {
  .pricing-main-box {
    margin-top: -25px;
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .pricing-main-box {
    padding-bottom: 72px;
  }
}

.pricing-main-box .pricing-btn {
  display: table;
  margin: 40px auto 0;
  text-align: center;
}

.pricing-main-box .row .item {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .pricing-main-box .row .item {
    width: 100%;
  }
}

.performance-section {
  background-position: top right;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-color: #20313B;
}

.performance-box {
  color: #fff;
  max-width: 560px;
}

.performance-box .title-row {
  margin-bottom: 32px;
}

.performance-box .title-row h3 {
  color: #fff;
  text-align: left;
}

.performance-box p {
  font-size: 18px;
  line-height: 1.46;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .performance-box p {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media (max-width: 575px) {
  .performance-box p {
    font-size: 14px;
  }
}

.performance-box .sales-list li {
  color: #fff;
  font-size: 18px;
  margin-bottom: 24px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .performance-box .sales-list li {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .performance-box .sales-list li {
    font-size: 14px;
  }
}

.performance-box .sales-list li:last-child {
  margin-bottom: 0;
}

.contact-section.sales-cta-section {
  background: #1eb8c1;
}

.solution-btn {
  padding-top: 72px;
}

@media (max-width: 575px) {
  .solution-btn {
    padding-top: 32px;
  }
}

.signature-box {
  display: block;
  position: absolute;
  right: -50px;
  bottom: -100px;
}

@media (max-width: 1150px) {
  .signature-box {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 50px;
  }
}

@media (max-width: 575px) {
  .signature-box {
    position: relative;
    right: 0;
    bottom: 0;
    margin-top: 18px;
  }
}

@media (max-width: 1150px) {
  .signature-box img {
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .signature-box img {
    max-width: 161px;
    text-align: center;
    margin: 0 auto;
  }
}

.faq-section .title-row {
  margin-bottom: 28px;
}

.faq-section .title-row h3 {
  line-height: 1.5;
  text-align: left;
}

.faq-accordion {
  counter-reset: my-sec-counter;
}

.faq-accordion .accordion-trigger {
  font-weight: normal;
  margin-bottom: 0;
}

.faq-accordion .accordion-trigger .accordion-title {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-trigger .accordion-title {
    padding-left: 30px;
  }
}

.faq-accordion .accordion-trigger .accordion-title span {
  font-size: 18px;
  color: #20313B;
}

@media (max-width: 575px) {
  .faq-accordion .accordion-trigger .accordion-title span {
    font-size: 16px;
  }
}

.faq-accordion .accordion-trigger .accordion-title:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter);
  position: absolute;
  left: 0;
  text-align: center;
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
  color: #20313B;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.faq-accordion .accordion-trigger.open {
  font-weight: bold;
}

.faq-accordion .accordion-data {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-data {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.faq-accordion .accordion-data p {
  font-size: 18px;
  line-height: 1.4;
  color: #20313B;
}

@media (max-width: 767px) {
  .faq-accordion .accordion-data p {
    font-size: 16px;
  }
}

.faq-box .row > div {
  margin-bottom: 30px;
}

.faq-box .row > div:last-child {
  margin-bottom: 0;
}

.questions-box {
  background: #F7F7F7;
  padding: 30px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.questions-box h4 {
  color: #b89962;
  margin-bottom: 48px;
}

@media (max-width: 1150px) {
  .questions-box h4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .questions-box h4 {
    margin-bottom: 26px;
  }
}

@media (max-width: 575px) {
  .questions-box h4 {
    margin-bottom: 24px;
  }
}

.questions-box p {
  color: #20313B;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .questions-box p {
    font-size: 16px;
  }
}

.questions-box p a {
  color: #20313B;
  font-weight: bold;
  display: block;
}

.questions-box p a:hover {
  color: #1eb8c1;
}

.questions-box:after {
  content: '';
  background: url(../img/question-bg.png);
  position: absolute;
  width: 221px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.testimonial-section {
  background: #20313B;
}

.testimonial-section .title-row {
  margin-bottom: 40px;
}

.testimonial-section .title-row h3 {
  color: #fff;
  text-align: left;
}

.testimonial-box .test-author-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-box .test-author-box .test-author-img {
  margin-right: 20px;
}

.testimonial-box .test-author-box .test-author-img figure {
  margin: 0;
}

.testimonial-box .test-author-box .test-author-data .test-author-detail {
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: 210px;
}

@media (max-width: 575px) {
  .testimonial-box .test-author-box .test-author-data .test-author-detail {
    font-size: 14px;
  }
}

.testimonial-box .test-author-box .test-author-data .test-author-detail h6 {
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.testimonial-box .test-author-box .test-author-data .test-author-detail p {
  margin-bottom: 0;
  line-height: 1.2;
}

.testimonial-box .test-data {
  background: #fff;
  padding: 32px 56px 32px 46px;
  margin-bottom: 50px;
  position: relative;
}

@media (max-width: 575px) {
  .testimonial-box .test-data {
    padding: 32px 16px;
  }
}

.testimonial-box .test-data:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
  display: inline-block;
  position: absolute;
  bottom: -14px;
  left: 40px;
  margin: 0 auto;
}

.testimonial-box .test-data p {
  font-size: 20px;
  line-height: 1.47;
  margin-bottom: 0;
  color: #0D3C55;
}

@media (max-width: 767px) {
  .testimonial-box .test-data p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .testimonial-box .test-data p {
    font-size: 16px;
  }
}

.testimonial-slider .slick-slide {
  margin: 0 15px;
}

.testimonial-slider.slick-slider .slick-arrow.slick-prev:before {
  background-image: url(../img/slider-prev-white.svg);
}

.testimonial-slider.slick-slider .slick-arrow.slick-next:before {
  background-image: url(../img/slider-next-white.svg);
}

.ebook-section {
  padding: 40px 0;
}

.ebook-section.sales-cta-section {
  background: #1eb8c1;
}

.ebook-box-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1150px) {
  .ebook-box-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.ebook-box-main .ebook-detail .title-row h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 16px;
  line-height: 1.36;
}

.ebook-box-main .ebook-detail .ebook-data {
  margin-top: 16px;
}

.ebook-box-main .ebook-detail .ebook-data p {
  font-size: 12px;
  max-width: 678px;
  margin-bottom: 0;
  line-height: 1.2;
  color: #fff;
}

.ebook-box-main .free-ebook .form-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 1150px) {
  .ebook-box-main .free-ebook .form-box {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  .ebook-box-main .free-ebook .form-box {
    margin: 0;
  }
}

.ebook-box-main .free-ebook .form-box .form-group {
  padding: 0 15px;
  margin: 0;
}

@media (max-width: 1150px) {
  .ebook-box-main .free-ebook .form-box .form-group {
    padding: 0 10px;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}

.ebook-box-main .free-ebook .form-box .form-group .form-control {
  min-width: 324px;
  border: 0;
  font-size: 18px;
  padding: 12px 20px;
}

@media (max-width: 1150px) {
  .ebook-box-main .free-ebook .form-box .form-group .form-control {
    min-width: 100%;
    font-size: 16px;
  }
}

.ebook-box-main .free-ebook .form-box input[type="submit"] {
  background-color: #20313b;
}

.ebook-box-main .ebook-img {
  width: 20%;
}

@media (max-width: 1150px) {
  .ebook-box-main .ebook-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.ebook-box-main .ebook-img img {
  margin-top: -100px;
}

@media (max-width: 1150px) {
  .ebook-box-main .ebook-img img {
    margin: 0 auto;
  }
}

.ebook-box-main .ebook-detail {
  width: 80%;
}

@media (max-width: 1150px) {
  .ebook-box-main .ebook-detail {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .guarantee-main-box .row > div {
    margin-bottom: 50px;
  }
}

@media (max-width: 1150px) {
  .guarantee-main-box .row > div:last-child {
    margin-bottom: 0;
  }
}

.guarantee-section {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  position: relative;
  z-index: 1;
}

.guarantee-section:before {
  content: '';
  background: #20313b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  z-index: -1;
}

.guarantee-box .title-row {
  margin-bottom: 40px;
}

@media (max-width: 1150px) {
  .guarantee-box .title-row {
    margin-bottom: 24px;
  }
}

.guarantee-box .title-row h3 {
  color: #fff;
  text-align: left;
}

.guarantee-box .guarantee-data {
  max-width: 560px;
}

@media (max-width: 575px) {
  .guarantee-box .guarantee-data {
    max-width: 100%;
  }
}

.guarantee-box p {
  color: #fff;
  font-size: 18px;
  line-height: 1.46;
}

.guarantee-box p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .guarantee-box p {
    font-size: 16px;
  }
}

.guarantee-img {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guarantee-img figure {
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .guarantee-img figure img {
    max-width: 178px;
  }
}

.sales-footer .footer-top-row {
  background: #20313b;
  padding: 42px 0;
}

.sales-footer .footer-bottom-row {
  padding: 15px 0;
}

.sales-footer .flinks {
  margin: 0;
  padding: 0;
  text-align: center;
}

.sales-footer .flinks li {
  display: inline-block;
  margin-right: 54px;
  line-height: 1.46;
}

@media (max-width: 575px) {
  .sales-footer .flinks li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.sales-footer .flinks li a {
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -o-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  -moz-transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
  transition: all 550ms cubic-bezier(0.45, 1, 0.32, 1);
}

.sales-footer .flinks li a:hover {
  color: #1eb8c1;
}

.sales-footer .flinks li:last-child {
  margin-right: 0;
}

.sales-footer .footer-bottom-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sales-footer .footer-bottom-data .copyright-info p {
  margin-bottom: 0;
  font-size: 12px;
  color: #969698;
}

.sales-footer .footer-bottom-data .website-by figure {
  margin-bottom: 0;
}

.sales-footer .footer-bottom-data .website-by figure img {
  max-width: 108px;
}

.hover-text {
  display: none;
}

.desktop-text {
  position: absolute;
  margin: 0 auto 0 !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.waiting-section {
  overflow: hidden;
}

.waiting-section .block-info:hover .hover-text {
  display: block;
}

.waiting-section .block-info:hover .desktop-text {
  display: none;
}

.waiting-section .block-info p {
  font-size: 18px;
}

@media (max-width: 767px) {
  .waiting-section .block-info p {
    font-size: 16px;
  }
}

.section-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  text-align: center;
  font-size: 0;
  z-index: 1;
  width: 80%;
  margin: auto;
  -o-animation: breathe 2s alternate infinite;
  -webkit-animation: breathe 2s alternate infinite;
  -moz-animation: breathe 2s alternate infinite;
       animation: breathe 2s alternate infinite;
}

.section-btn a {
  font-size: 16px;
  color: #fff;
  height: 25px;
  position: relative;
  display: block;
  text-align: center;
}

.btn-down i::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
       transform: rotate(45deg);
  margin: auto;
  content: "";
}

@media (max-width: 575px) {
  .contact-section.sales-cta-section {
    padding: 46px 0 0;
  }
}

@media (max-width: 1150px) {
  .contact-section.sales-cta-section .contact-box {
    width: 50%;
  }
}

.contact-section.sales-cta-section .contact-box:last-child {
  display: block !important;
}

@-webkit-keyframes breathe {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-20px) scale(1.08);
    -ms-transform: translateY(-20px) scale(1.08);
    -o-transform: translateY(-20px) scale(1.08);
    transform: translateY(-20px) scale(1.08);
    opacity: .3;
  }
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -15px;
}

.slider .item {
  padding: 0 15px;
}

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.custom-select:before {
  z-index: 0;
}

.checkbox .wpcf7-form-control-wrap {
  position: static;
  display: block;
}

.checkbox .wpcf7-form-control {
  display: block;
}

.checkbox span.wpcf7-list-item {
  margin: 0;
  display: block;
}

.checkbox .wpcf7-list-item-label {
  display: block;
}

.wpcf7-list-item-label, .wpcf7-list-item-label span {
  display: inline-block;
  vertical-align: middle;
}

.admin-bar .page-nav {
  top: -webkit-calc(91px + 32px);
  top: -moz-calc(91px + 32px);
  top: calc(91px + 32px);
}

/*** Loader for Pop Up ***/
.loader-cart {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.loader-cart img {
  width: 60px;
  margin: 0 auto;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
     -moz-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
       -o-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
     -moz-transform-origin: 32px 32px;
      -ms-transform-origin: 32px 32px;
       -o-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  margin: -3px 0 0 -3px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
     -moz-animation-delay: -0.036s;
       -o-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
     -moz-animation-delay: -0.072s;
       -o-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
     -moz-animation-delay: -0.108s;
       -o-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
     -moz-animation-delay: -0.144s;
       -o-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
     -moz-animation-delay: -0.18s;
       -o-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
     -moz-animation-delay: -0.216s;
       -o-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
     -moz-animation-delay: -0.252s;
       -o-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
     -moz-animation-delay: -0.288s;
       -o-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-moz-keyframes lds-roller {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg);
  }
}

@-o-keyframes lds-roller {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/********** Loader for PopUp ************/

/*# sourceMappingURL=style.css.map */


/* New css */
.result-approach-box h3 { margin-left: -2px; }
.carousel .change_outer::before, .carousel .change_outer::after { display: none; }
.word-carousel-section .carousel { overflow: hidden; }
.testimonial-box .test-author-box .test-author-img figure { max-width: 118px; }

.section-row.small { padding: 150px 0; }
.bullets-point { padding: 0; margin: 0; width: 100%; }
.bullets-point li { font-size: 18px; margin-bottom: 32px; position: relative; padding-left: 40px; line-height: 1.6; color: #20313B; }
.bullets-point li:last-child { margin-bottom: 0; }
.bullets-point li:before { content: ''; background: url(/wp-content/themes/geraldkern/dist/img/right-arrow-gold.svg); position: absolute;
  left: 0; top: 5px;width: 26px; background-position: center center; height: 26px; background-repeat: no-repeat; background-size: contain; }
.single-headline { text-align: center; }
/* .single-headline .section-title { margin-bottom: 0; } */
.single-headline .section-title h3 { font-size: 48px; line-height: 1.3; }
.single-headline .section-title span { font-size: 18px; color: #B89962;font-weight: 700; line-height: 1.48; }

.single-text-section { text-align: center; color: #20313B; } 
.single-text-section p { font-size: 18px; }
.highlight-title { margin: 0; max-width: 678px; width: 100%; text-align: left; }
.highlight-title h3 { text-align: left; }


@media (max-width:1150px) {
  .section-row.small { padding: 100px 0; }
  .single-headline .section-title h3 { font-size: 40px; }
}
@media (max-width:767px) {
  .section-row.small { padding: 72px 0; }
  .single-headline .section-title h3 { font-size: 32px; }
  .single-text-section p { font-size: 14px; }
  .single-headline .section-title span { font-size: 16px; }
}
@media (max-width:575px) {
  .single-headline .section-title h3 { font-size: 24px; }
}

/* for new contact formular */
/* ===================================================
   KONTAKTFORMULAR-POPUP: #popup_contact
   Kompiliertes CSS aus _02_popup.scss
   ================================================ */

/* Close Button - übergeordnet über allem */
#popup_contact .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 20px;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

#popup_contact .close img {
  width: 28px;
  transition: all 450ms cubic-bezier(0.45, 1, 0.32, 1);
}

@media (max-width: 767px) {
  #popup_contact .close img {
    width: 24px;
  }
}

@media (max-width: 575px) {
  #popup_contact .close img {
    width: 18px;
  }
}

#popup_contact .close:hover img {
  transform: rotate(180deg);
}

/* Button Styles */
#popup_contact .btn-wider {
  border-radius: 4px;
}

/* Modal Dialog - 85% Breite, vertikal zentriert */
#popup_contact .modal-dialog {
  max-width: 85%;
  width: 85%;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

/* Modal Content - Flex Layout (2 Spalten) */
#popup_contact .modal-content {
  display: flex !important;
  flex-direction: row !important;
  max-height: 90vh !important;
  overflow: hidden !important;
}

/* Rechte Hälfte - Bild */
#popup_contact .right-part-modal-image {
  width: 50% !important;
  flex-shrink: 0;
  position: relative;
}

#popup_contact .right-part-modal-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Kontakt Icons - Vertikal übereinander */
#popup_contact .right-part-modal-image .contact-icons-popup {
  position: absolute;
  bottom: auto;
  top: 66%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

#popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(184, 153, 98, 0.4);
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
}

#popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgba(184, 153, 98, 0.8);
  box-shadow: 0 4px 16px rgba(184, 153, 98, 0.25);
  transform: translateX(5px);
}

#popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

#popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item:hover img {
  opacity: 1;
}

#popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  white-space: nowrap;
}

/* 24h Text - Gleiche Box wie die Buttons */
#popup_contact .right-part-modal-image .text-24h {
  position: absolute;
  bottom: auto;
  top: calc(66% + 138px);
  left: 30px;
  max-width: calc(100% - 60px);
  z-index: 2;
  display: inline-block;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.92);
  border: 1.5px solid rgba(184, 153, 98, 0.4);
  border-radius: 50px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}

/* Linke Hälfte - Formular */
#popup_contact .left-part-modal-body {
  width: 50% !important;
  padding: 40px !important;
  overflow-y: auto;
  flex-shrink: 0;
}

#popup_contact .init {
  margin-top: 40px;
}

#popup_contact .form-box p {
  padding-left: 0px;
  width: 100%;
}

/* Form Controls - Input Felder */
#popup_contact .form-control {
  border: 1px solid #20313b;
  color: #20313b;
  padding-top: 12px;
  padding-right: 0px;
  padding-bottom: 12px;
  padding-left: 8px;
  border-radius: 6px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#popup_contact .form-control:focus {
  border-color: #b89962;
  box-shadow: 0 0 4px #8b7144;
  outline: none;
}

/* Formular - Erste Zeile (2 Felder nebeneinander) */
#popup_contact .form-row-one {
  display: flex;
  gap: 15px;
}

#popup_contact .form-row-one .form-group {
  flex: 1;
}

/* Select Dropdown - Custom Styling */
#popup_contact select,
#popup_contact select.form-control,
#popup_contact .wpcf7-select,
#popup_contact .wpcf7-form-control.wpcf7-select,
#popup_contact .wpcf7-form-control.wpcf7-select.form-control {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%2320313b' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-color: white !important;
  background-size: 16px !important;
  padding-right: 36px !important;
  border: 1px solid #20313b;
  border-radius: 6px;
}

#popup_contact select:focus,
#popup_contact select.form-control:focus,
#popup_contact .wpcf7-select:focus,
#popup_contact .wpcf7-form-control.wpcf7-select:focus,
#popup_contact .wpcf7-form-control.wpcf7-select.form-control:focus {
  border-color: #b89962;
  box-shadow: 0 0 4px #8b7144;
  outline: none;
}

select.form-select {
  appearance: none;           /* Standard */
  -webkit-appearance: none;   /* Safari/Chrome */
  -moz-appearance: none;      /* Firefox */
  background: none;           /* Entfernt Standard-Hintergrund */
  background-image: none;     /* Entfernt Pfeil */
}


/* Checkbox - Akzeptanz */
#popup_contact .wpcf7-form-control.wpcf7-acceptance span {
  color: #20313b;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 5px;
}

#popup_contact .wpcf7-form-control.wpcf7-acceptance a {
  color: #20313b;
  text-decoration: underline;
}

#popup_contact .wpcf7-form-control.wpcf7-acceptance a:hover {
  text-decoration: none;
}

/* Security Info - Lock Icon */
#popup_contact .security-info {
  margin-bottom: 20px;
}

#popup_contact .lock-wrapper p {
  display: flex;
  align-items: center;
  gap: 0px;
}

#popup_contact .lock-icon {
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  display: block !important;
  margin-left: 3px !important;
}

#popup_contact .lock-text {
  color: #20313b;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 8px;
}

#popup_contact .form-box {
  margin-bottom: 20px;
}

/* Submit Button Styling */
#popup_contact .popup-row.form-info {
  padding-bottom: 0 !important;
}

#popup_contact .form-submit {
  margin-top: 0 !important;
  text-align: left !important;
}

#popup_contact input[type="submit"],
#popup_contact .btn-wider {
  width: auto !important;
  position: static !important;
  display: inline-block !important;
  padding: 15px 40px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  min-width: 200px;
}

@media (max-width: 768px) {
  #popup_contact #popup_contact .modal-dialog {
    max-width: 95%;
    width: 95%;
  }
}

/* ===================================================
   RESPONSIVE - MOBILE OPTIMIERUNG
   ================================================ */

@media (max-width: 768px) {
  #popup_contact .popup-title {
    margin-top: 10px !important;
  }

  #popup_contact .modal-dialog {
    max-width: 100% !important;
    width: 100% !important;
    height: 100vh !important;
    margin: 0 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
  }

  #popup_contact .modal-content {
    flex-direction: column !important;
    height: 100vh !important;
    overflow-y: auto !important;
    border-radius: 0 !important;
    padding-top: 5vh !important;
  }

  /* Bild oben - volle Breite */
  #popup_contact .right-part-modal-image {
    width: 100% !important;
    height: 40vh !important;
    order: -1 !important;
    position: relative !important;
  }

  #popup_contact .right-part-modal-image img {
    height: 100% !important;
    object-fit: cover !important;
  }

  /* 24h Text in der unteren Hälfte des Bildes */
  #popup_contact .right-part-modal-image .text-24h {
    position: absolute !important;
    bottom: 30px !important;
    left: 20px !important;
    right: 20px !important;
    top: auto !important;
    transform: none !important;
    max-width: none !important;
    text-align: center !important;
    font-size: 13px !important;
  }

  /* Kontakt Buttons - horizontal unter dem Bild */
  #popup_contact .right-part-modal-image .contact-icons-popup {
    position: absolute !important;
    bottom: -60px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: auto !important;
    display: flex !important;
    flex-direction: row !important;
    gap: 15px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  #popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item {
    padding: 12px !important;
  }

  /* Nur Icons, kein Text auf Mobile */
  #popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item span {
    display: none !important;
  }

  #popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item img {
    width: 24px !important;
    height: 24px !important;
    margin: 0 !important;
  }

  /* Formular unten - volle Breite */
  #popup_contact .left-part-modal-body {
    width: 100% !important;
    padding: 80px 20px 40px 20px !important;
    order: 1 !important;
    overflow-y: visible !important;
  }

  /* Formular-Felder untereinander (nicht mehr nebeneinander) */
  #popup_contact .form-row-one {
    flex-direction: column !important;
    gap: 15px !important;
  }

  #popup_contact .form-row-one .form-group {
    width: 100% !important;
  }

  #popup_contact .form-row-two,
  #popup_contact .form-row-three {
    display: block !important;
    margin-bottom: 15px !important;
  }

  /* Submit Button */
  #popup_contact .wpcf7-form input[type=submit] {
    width: 100% !important;
    min-width: auto !important;
    margin-top: 20px !important;
  }
}

/* Kleine Smartphones (< 480px) */
@media (max-width: 480px) {
  #popup_contact .right-part-modal-image {
    height: 35vh !important;
  }

  #popup_contact .right-part-modal-image .text-24h {
    font-size: 12px !important;
    padding: 8px 12px !important;
  }

  #popup_contact .right-part-modal-image .contact-icons-popup {
    gap: 10px !important;
  }

  #popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item {
    padding: 10px !important;
  }

  #popup_contact .right-part-modal-image .contact-icons-popup .contact-icon-item img {
    width: 20px !important;
    height: 20px !important;
  }

  #popup_contact .left-part-modal-body {
    padding: 70px 15px 30px 15px !important;
  }
}

/* ===================================================
   THANK YOU POPUP - DANKE POPUP (#popup_thank_you)
   ================================================ */

#popup_thank_you .modal-dialog {
  max-width: 600px;
  margin: auto;
}

#popup_thank_you .modal-content.thank-you-modal {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

#popup_thank_you .close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10;
}

#popup_thank_you .close img {
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

#popup_thank_you .close:hover img {
  transform: rotate(90deg);
}

#popup_thank_you .thank-you-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

#popup_thank_you .thank-you-icon {
  margin-bottom: 10px;
}

#popup_thank_you .thank-you-icon svg {
  animation: checkmark 0.6s ease-in-out;
}

#popup_thank_you h2 {
  font-size: 32px;
  font-weight: 600;
  color: #20313b;
  margin: 0;
  line-height: 1.3;
}

#popup_thank_you p {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: 1.6;
}

/* Animation für Checkmark */
@keyframes checkmark {
  0% {
    transform: scale(0) rotate(0deg);
    opacity: 0;
  }
  50% {
    transform: scale(1.2) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}

/* Mobile Optimierung - Thank You Popup */
@media (max-width: 768px) {
  #popup_thank_you .modal-dialog {
    max-width: 90%;
    margin: 20px auto;
  }

  #popup_thank_you .modal-content.thank-you-modal {
    padding: 50px 30px;
  }

  #popup_thank_you h2 {
    font-size: 26px;
  }

  #popup_thank_you p {
    font-size: 16px;
  }

  #popup_thank_you .thank-you-icon svg {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  #popup_thank_you .modal-content.thank-you-modal {
    padding: 40px 20px;
  }

  #popup_thank_you h2 {
    font-size: 22px;
  }

  #popup_thank_you p {
    font-size: 15px;
  }

  #popup_thank_you .thank-you-icon svg {
    width: 50px;
    height: 50px;
  }
}

/* Zentriere das Danke-Popup vertikal und horizontal */
#popup_thank_you .modal-dialog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: -webkit-calc(100% - (0.5rem * 2));
  min-height: -moz-calc(100% - (0.5rem * 2));
  min-height: calc(100% - (0.5rem * 2));
}
