@charset "UTF-8";
body.forbes-publicity .fp-box .fpb-toggle:after, .slider-career .slider-career-inside img, .filar-moreless .fm-toggle .fm-inside:after, .modal-thank-you .pf-social, .slider-clients .slick-slide img, .red-box:before, .red-box:after, .red-box, .brief-box .brief-toggle:after, .brief-box .brief-toggle h3, .contact-bottom-right .cbr-toggle, .modals .modal-close, .faq-toggle, .btn, .form-group .form-label, .input-text, .side-widget .side-widget-close.swc-mobile, .side-widget .contact-box, .side-widget .side-widget-toggle, .page-header .navbar-more .sub-menu, .page-header .navbar-more > ul > li.menu-item-szkolenia > a, .page-header .navbar-more > ul > li.menu-item-has-children > a:after, .page-footer .pf-social, .section-wrapper > section.section-newsletter .input-newsletter, a, body.home .slide-bg h2, body.home .slide-bg p, .gfield_label, .gform_button {
  -moz-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

/* For bootstrap use predefined breakpoints: 
@include media-breakpoint-up(xs) { ... }
@include media-breakpoint-up(sm) { ... }
@include media-breakpoint-up(md) { ... }
@include media-breakpoint-up(lg) { ... }
@include media-breakpoint-up(xl) { ... }

Reverse:

@include media-breakpoint-down(xl) { ... }
@include media-breakpoint-down(lg) { ... }
@include media-breakpoint-down(md) { ... }
@include media-breakpoint-down(sm) { ... }
@include media-breakpoint-down(xs) { ... }
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, 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: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: 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: 0.5rem;
}

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  border-radius: 0.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #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-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-toggle.bs-placeholder {
  color: #C8C8C8 !important;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  font-size: 14px;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: initial;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.carousel li img {
  width: 100%;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  width: 47px;
  height: 74px;
  margin: -37px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0.7;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  //background: url(../img/sl-next.png);
  background-size: contain;
  font: 0/0 a;
  color: transparent;
  text-indent: -2999px;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav .flex-prev {
  left: 30px;
  //background: url(../img/sl-prev.png);
}

.flex-direction-nav .flex-next {
  right: 30px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 30px;
  text-align: center;
  line-height: 16px;
}

.flex-control-nav li {
  margin: 0 8px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 16px;
  height: 16px;
  display: block;
  background: #666;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #e10000;
}

.flex-control-paging li a.flex-active {
  background: #e10000;
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

.slide-bg {
  background: center center no-repeat;
  background-size: cover;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  height: 80vh;
}

body.home .slide-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  line-height: 1.24;
  font-size: 22px;
}
@media (min-width: 576px) {
  body.home .slide-bg {
    font-size: 27px;
  }
}
@media (min-width: 768px) {
  body.home .slide-bg {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body.home .slide-bg {
    font-size: 37px;
  }
}
@media (min-width: 1200px) {
  body.home .slide-bg {
    font-size: 42px;
  }
}
body.home .slide-bg h2, body.home .slide-bg p {
  text-shadow: 0 0 53px rgba(0, 0, 1, 0.95);
}
body.home .slide-bg h2 {
  color: #e0be9a;
  font-size: 21px;
  font-size: 31px;
}
@media (min-width: 576px) {
  body.home .slide-bg h2 {
    font-size: 41px;
  }
}
@media (min-width: 768px) {
  body.home .slide-bg h2 {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  body.home .slide-bg h2 {
    font-size: 61px;
  }
}
@media (min-width: 1200px) {
  body.home .slide-bg h2 {
    font-size: 71px;
  }
}
body.home .slide-bg a {
  color: inherit;
}
body.home .slide-bg a:hover {
  text-decoration: none;
  color: #e6e6e6;
}
body.home .slide-bg a:hover h2 {
  color: #d4a573;
}

.slider-reviews .flex-direction-nav .flex-prev {
  background-image: url(../img/ref-prev.png);
  background-size: contain;
  width: 41px;
  height: 41px;
  margin-top: -20.5px;
  left: -51px;
}

.slider-reviews .flex-direction-nav .flex-next {
  background-image: url(../img/ref-prev.png);
  background-size: contain;
  width: 41px;
  height: 41px;
  margin-top: -20.5px;
  right: -51px;
  transform: rotate(180deg);
}

@media (max-width: 991.98px) {
  .slider-reviews .flex-direction-nav .flex-prev {
    margin: 0;
    top: auto;
    bottom: 0;
    left: auto;
    right: 51%;
  }

  .slider-reviews .flex-direction-nav .flex-next {
    margin: 0;
    top: auto;
    bottom: 0;
    right: auto;
    left: 51%;
  }
}
@media (max-width: 575.98px) {
  .slider-reviews .flex-direction-nav .flex-prev {
    right: auto;
    left: 0;
  }

  .slider-reviews .flex-direction-nav .flex-next {
    left: 51px;
  }
}
.hb-link {
  display: block;
  margin: 0 0 2rem 0;
}

.logo-slider.carousel li img {
  width: auto;
}

.logo-slider .flex-direction-nav .flex-prev {
  background-image: url(../img/ref-prev.png);
  background-size: contain;
  width: 41px;
  height: 41px;
  margin-top: -20.5px;
  left: -15px;
  z-index: 2;
}

.logo-slider .flex-direction-nav .flex-next {
  background-image: url(../img/ref-prev.png);
  background-size: contain;
  width: 41px;
  height: 41px;
  margin-top: -20.5px;
  right: -15px;
  z-index: 2;
  transform: rotate(180deg);
}

.logo-slider {
  position: relative;
  margin: 3rem 0 2rem 0;
}
.logo-slider:before {
  position: absolute;
  content: "";
  left: 0;
  height: 100%;
  width: 100px;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}
.logo-slider:after {
  position: absolute;
  content: "";
  right: 0;
  height: 100%;
  width: 100px;
  top: 0;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

/*!
 * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ;
  /*IE9 and below*/
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*# sourceMappingURL=bootstrap-select.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 10px;
}
html[lang] {
  margin-top: 0 !important;
}
html #wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

body {
  background: #ffffff;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1370px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-wide {
    max-width: 1640px;
  }
}
/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Main content wrapper. Serves primarly for sticked footer.
 */
#wrap {
  min-height: 100%;
  padding-bottom: 50px;
  margin-bottom: -50px;
  position: relative;
}

legend,
label {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  font-size: 18px;
  margin: 0 0 0.5rem 0;
}

hr {
  margin: 3rem auto;
  height: 1px;
  background: #efefef;
  border: none;
}

.main-padding-top {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .main-padding-top {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .main-padding-top {
    padding-top: 100px;
  }
}

.main-subpadding-top {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .main-subpadding-top {
    padding-top: 40px;
  }
}
@media (min-width: 1200px) {
  .main-subpadding-top {
    padding-top: 80px;
  }
}

.main-padding-bottom {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .main-padding-bottom {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .main-padding-bottom {
    padding-bottom: 80px;
  }
}

.section-wrapper {
  overflow: hidden;
}
.section-wrapper > section {
  background: #f6f6f6;
  padding: 40px 0 20px 0;
}
@media (min-width: 768px) {
  .section-wrapper > section {
    padding: 60px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .section-wrapper > section {
    padding: 100px 0 80px 0;
  }
}
.section-wrapper > section:nth-child(2n) {
  background: #ffffff;
}
.section-wrapper > section.section-newsletter {
  background: #f6f6f6;
}
.section-wrapper > section.section-brief {
  background: #ffffff;
}
.section-wrapper > section.intro-section {
  padding: 40px 0 20px 0;
  overflow: visible;
}
@media (min-width: 992px) {
  .section-wrapper > section.intro-section {
    padding: 60px 0 20px 0;
  }
}
.section-wrapper > section.intro-section-2 {
  padding: 40px 0 0 0;
}
@media (min-width: 992px) {
  .section-wrapper > section.intro-section-2 {
    padding: 60px 0 80px 0;
  }
}

.background-white {
  background: #fff !important;
}

.background-grey {
  background: #f6f6f6 !important;
}

/**
 * Basic typography style for copy text
 */
body {
  color: #000000;
  font: normal 14px/1.5 "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
@media (min-width: 576px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 20px;
  }
}

.font-md {
  font-size: 16px;
}
@media (min-width: 576px) {
  .font-md {
    font-size: 18px;
  }
}

.font-sm {
  font-size: 14px;
}
@media (min-width: 576px) {
  .font-sm {
    font-size: 16px;
  }
}

.font-xs {
  font-size: 14px;
}

.font-xxs {
  font-size: 12px;
}

strong {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  line-height: 1.16;
  color: #000000;
  margin: 3rem 0 2rem 0;
}

h1, .h1 {
  font-size: 40px;
  margin: 0 0 20px 0;
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 50px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 30px;
  margin: 0 0 30px 0;
}
@media (min-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 18px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
}
@media (min-width: 576px) {
  h4 {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 19px;
}
@media (min-width: 576px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 21px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 24px;
  }
}

h6 {
  font-size: 17px;
}
@media (min-width: 576px) {
  h6 {
    font-size: 19px;
  }
}
@media (min-width: 768px) {
  h6 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  h6 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  h6 {
    font-size: 21px;
  }
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

ul, ol,
p {
  margin: 0 0 2rem 0;
}

ul, ol {
  padding-left: 22px;
  margin-bottom: 15px;
}
ul li, ol li {
  margin-bottom: 15px;
}

a {
  color: #B4141B;
  outline: none !important;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #860f14;
  text-decoration: underline;
}
a:focus {
  text-decoration: none;
}

.lead {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .lead {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .lead {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .lead {
    font-size: 24px;
  }
}

.lead-2 {
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  .lead-2 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .lead-2 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .lead-2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .lead-2 {
    font-size: 20px;
  }
}

.quote-author {
  color: #B4141B;
  font-weight: bold;
  font-size: 20px;
  margin-top: 30px;
}

.quote-author-title {
  font-size: 16px;
  margin-bottom: 30px;
}

.font-scaled-down-30px {
  font-size: 20px;
}
@media (min-width: 576px) {
  .font-scaled-down-30px {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .font-scaled-down-30px {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .font-scaled-down-30px {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .font-scaled-down-30px {
    font-size: 30px;
  }
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 * commented out because bootstrap
 */
/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

img.size-full {
  display: block;
  margin: 50px 0;
  max-width: 100%;
  height: auto;
}

img.alignleft {
  max-width: 50%;
  float: left;
  height: auto;
  margin: 0 15px 10px 0;
}

img.alignright {
  max-width: 50%;
  float: right;
  height: auto;
  margin: 0 0 10px 15px;
}

img.aligncenter {
  max-width: 100%;
  height: auto;
  margin: 50px auto;
  display: block;
}

.valign-table {
  width: 100%;
  height: 100%;
  display: table;
}

.valign-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.color-primary {
  color: #B4141B;
}

.color-secondary {
  color: #f58a00;
}

.color-text {
  color: #000000;
}

.color-hover-text:hover {
  color: #000000;
}

.border-main {
  border: 1px solid #efefef;
  border-radius: 4px;
}

.radius-main {
  border-radius: 4px;
}

.mb-50px {
  margin-bottom: 50px;
}

.mt-50px {
  margin-top: 50px;
}

.text-underline {
  text-decoration: underline;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-hover-underline:hover .bb-more {
  text-decoration: underline !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.section-wrapper > section.section-newsletter {
  padding: 30px 0 30px 0;
}
.section-wrapper > section.section-newsletter h3 {
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 20px;
}
.section-wrapper > section.section-newsletter .input-newsletter {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #efefef;
  border-radius: 4px;
  box-shadow: none;
  margin: 0 0 2rem 0;
  font-weight: 400;
  line-height: 20px;
  outline: none !important;
  background: #fff;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.section-wrapper > section.section-newsletter a {
  text-decoration: underline;
}
@media (min-width: 576px) {
  .section-wrapper > section.section-newsletter {
    padding: 42px 0 42px 0;
  }
  .section-wrapper > section.section-newsletter h3 {
    font-size: 30px;
  }
  .section-wrapper > section.section-newsletter .input-with-btn {
    position: relative;
  }
  .section-wrapper > section.section-newsletter .input-with-btn input {
    padding-right: 140px;
    padding-left: 20px;
    height: 64px;
    border: 2px solid #efefef;
    max-width: 580px;
    float: right;
    margin-bottom: 10px;
  }
  .section-wrapper > section.section-newsletter .input-with-btn .btn {
    position: absolute;
    right: 9px;
    top: 9px;
    width: auto;
  }
  .section-wrapper > section.section-newsletter .newsletter-policy {
    text-align: right;
  }
  .section-wrapper > section.section-newsletter .newsletter-policy p {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .section-wrapper > section.section-newsletter h3 {
    margin: 0;
  }
}

.page-footer {
  padding: 30px 0;
}
.page-footer .pf-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer .pf-menu > li {
  margin: 0;
}
.page-footer .pf-menu > li > a {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.page-footer .pf-menu > li > a:hover {
  color: #B4141B;
}
.page-footer .pf-menu > li > a img {
  position: relative;
  top: -2px;
  margin-left: 3px;
}
.page-footer .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer .sub-menu > li {
  margin-bottom: 0;
}
.page-footer .sub-menu > li > a {
  display: inline-block;
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
  text-decoration: none;
}
.page-footer .sub-menu > li > a:hover {
  color: #B4141B;
}
.page-footer .pf-social {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  margin-right: 5px;
}
.page-footer .pf-social:hover {
  background: #dddddd;
}
.page-footer .pf-box {
  border: 2px solid #efefef;
  border-bottom-color: #B4141B;
  margin-bottom: 20px;
  padding: 30px;
  min-height: calc(100% - 20px);
}
.page-footer .pf-box h4 {
  font-size: 16px;
  line-height: 19px;
  margin: 0 0 20px 0;
}
.page-footer .pf-box .pf-name {
  font-weight: bold;
  color: #B4141B;
  font-size: 16px;
  line-height: 19px;
}
.page-footer .pf-box .pf-info {
  font-size: 14px;
  line-height: 19px;
}
.page-footer .pf-box .pf-mb {
  margin-bottom: 15px;
}
.page-footer .pf-box a {
  color: inherit;
}
.page-footer .pf-partners {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 10px 0;
}
.page-footer .pf-partners > div {
  width: 50%;
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 15px;
}
.page-footer .pf-copyright {
  font-size: 14px;
}
@media (min-width: 768px) {
  .page-footer {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .page-footer .sub-menu > li > a {
    font-size: 14px;
  }
  .page-footer .pf-partners {
    flex-wrap: initial;
    margin: 20px 0 30px 0;
    justify-content: space-between;
  }
  .page-footer .pf-partners > div {
    width: auto;
    margin-bottom: 0;
  }
  .page-footer .pf-copy-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .page-footer {
    padding: 80px 0 70px 0;
  }
  .page-footer .pf-copy-wrap {
    margin-top: 50px;
  }
  .page-footer .pf-box h4 {
    min-height: 3.2em;
  }
}
@media (min-width: 1500px) {
  .page-footer .pf-box h4,
.page-footer .pf-box .pf-name {
    font-size: 18px;
  }
  .page-footer .pf-box .pf-info {
    font-size: 16px;
  }
}

body {
  padding-top: 94px;
}
@media screen and (min-width: 1250px) {
	body{
		padding-top: 160px;
	}
}	
.section-wrapper, footer {
  transition: opacity 350ms ease;
}

body.menu-state-hover .navbar-more > ul > li:not(:hover) > a {
  color: #D6D6D6;
}

body.menu-state-hover .navbar-more > ul > li.menu-item-szkolenia > a {
  background-image: url(../img/external_link-h.svg);
}

body.menu-state-hover-2 footer,
body.menu-state-hover-2 .section-wrapper {
  opacity: 0.25;
}

body.menu-state-hover-2:before {
  background: #09090A;
  content: "";
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
}

body.menu-state-hover-3 footer,
body.menu-state-hover-3 .section-wrapper {
  opacity: 0.25;
}

body.menu-state-hover-3:before {
  background: #09090A;
  content: "";
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2001;
}

.page-header {
  border-bottom: 1px solid #f6f6f6;
  background: #ffffff;
  position: fixed;
  z-index: 2112;
  top: 0;
  width: 100%;
  min-height: 94px;
}
.page-header .logo img {
  display: block;
}
.page-header .navbar-more {
  float: right;
  display: flex;
  align-items: center;
  /*
  > ul > li.current-menu-item a:after {
  	content: '';
  	position: absolute;
  	bottom: 0;
  	height: 2px;
  	background: $color-primary;
  	left: 0;
  	right: 0;
  }
  */
}
.page-header .navbar-more > ul {
  padding: 0;
  margin: 0;
}
.page-header .navbar-more > ul > li {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
  transition: opacity 350ms ease;
}
.page-header .navbar-more > ul > li.menu-item-has-children {
  position: relative;
}
.page-header .navbar-more > ul > li.menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
.page-header .navbar-more > ul > li.menu-item-has-children > a {
  padding-right: 38px;
  position: relative;
}
.page-header .navbar-more > ul > li.menu-item-has-children > a:after {
  content: "";
  width: 13px;
  height: 100%;
  position: absolute;
  right: 15px;
  top: 0;
  background: url(../img/arrow.svg) center center no-repeat;
}
.page-header .navbar-more > ul > li.menu-item-has-children > a:after {
  right: 20px;
}
.page-header .navbar-more > ul > li.menu-item-szkolenia > a {
  background: url(../img/external_link.svg) calc(100% - 15px) calc(50% - 1px) no-repeat;
  padding-right: 35px;
}
.page-header .navbar-more > ul > li > a {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  color: #000000;
  padding: 33px 20px 33px 20px;
}
@media (max-width: 1199.98px) {
  .page-header .navbar-more > ul > li > a {
    font-size: 16px;
  }
}
.page-header .navbar-more > ul > li > a:hover {
  background-color: #f6f6f6;
  color: #B4141B;
}
.page-header .navbar-more > ul > li > a span {
  font-size: 10px;
  display: block;
  position: absolute;
  left: 20px;
  bottom: 23px;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.3px;
}
.page-header .navbar-more .sub-menu {
  width: 240px;
  margin: 0;
  position: absolute;
  z-index: 1111;
  left: 0%;
  top: 100%;
  background: #fff;
  padding: 15px 0 15px 0;
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: 50% 28px;
  border: 1px solid #f6f6f6;
  border-top: none;
}
@media (max-width: 991.98px) {
  .page-header .navbar-more .sub-menu {
    margin: 0;
  }
}
.page-header .navbar-more .sub-menu li {
  list-style: none;
  margin: 0;
}
.page-header .navbar-more .sub-menu a {
  display: block;
  padding: 9px 30px;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  position: relative;
}
.page-header .navbar-more .sub-menu a.color-secondary {
  color: #f58a00;
}
.page-header .navbar-more .sub-menu a span {
  float: right;
  display: inline-block;
  color: #fff;
  background: #019384;
  line-height: 24px;
  min-width: 24px;
  padding: 0 7px;
  border-radius: 12px;
  text-align: center;
  font-size: 13px;
  margin-top: 3px;
  margin-left: 5px;
}
.page-header .navbar-more .sub-menu a:hover {
  color: #B4141B;
  background: #f6f6f6;
}
.page-header .navbar-more .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: 50% 0;
}
.page-header .ph-btn {
  margin-left: 20px;
}
.page-header .ph-btn .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.page-header .ph-lang {
  margin-left: 10px;
}
.page-header .ph-lang a {
  color: #E2E2E2;
  font-size: 16px;
  font-weight: bold;
  margin-left: 25px;
}
.page-header .ph-lang a:hover {
  text-decoration: none;
  color: #B4141B;
}
.page-header .ph-lang a.active {
  color: #000000;
  text-decoration: underline;
}
.page-header .side-widget-toggle {
  float: right;
  margin: 36px 20px 0 0;
  padding: 0 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 21px;
  line-height: 21px;
  background: #B4141B;
  border-radius: 3px;
  cursor: pointer;
  transition: all 350ms ease;
}
@media (max-width: 1300px) {
  .page-header .navbar-more > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-header .ph-lang a {
    margin-left: 20px;
  }
  .page-header .ph-btn {
    margin-left: 15px;
  }
}

@media (max-width: 1199.98px) {
  .page-header .menu-title {
    padding: 21px 20px 19px 20px;
    border-bottom: 2px solid #efefef;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
  }
  .page-header .menu-title .menu-close {
    float: right;
    cursor: pointer;
    margin: 0 0 0 0;
    width: 21px;
    height: 21px;
    background: url(../img/close_x.svg) center calc(50% - 1px) no-repeat;
  }
  .page-header .navbar-more > ul > li.menu-item-has-children > a:after {
    background: none !important;
  }
  .page-header .navbar-more > ul > li > a span {
    position: static;
  }
  .page-header .menu-toggle {
    float: right;
    margin: 36px 0 0 0;
    width: 21px;
    height: 21px;
    background: url(../img/burger_menu.svg) center center no-repeat;
    cursor: pointer;
    transition: all 350ms ease;
  }
  .page-header .menu-toggle.active {
    background: url(../img/close_x.svg) center center no-repeat;
  }
  .page-header .navbar-more {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    box-shadow: 0 0 10px 0 #00000033;
    background: #fff;
    padding-bottom: 20px;
  }
  .page-header .navbar-more > ul {
    margin-bottom: 30px;
  }
  .page-header .navbar-more > ul > li {
    float: none;
  }
  .page-header .navbar-more > ul > li > a {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 14px;
  }
  .page-header .navbar-more .sub-menu {
    display: none !important;
  }
  .page-header .navbar-more > ul > li.menu-item-szkolenia > a {
    padding-top: 12px;
    padding-bottom: 12px;
    background-position: 138px calc(50% - 8px);
  }
  .page-header .ph-btn {
    margin-right: 20px;
  }

  body.menu-state-hover .navbar-more > ul > li:not(:hover) > a {
    color: #000000;
  }

  body.menu-state-hover .navbar-more > ul > li.menu-item-szkolenia > a {
    background-image: url(../img/external_link.svg);
  }

  .ph-lang {
    margin: 20px 15px 0 15px;
    text-align: center;
  }
  .ph-lang a {
    margin: 0 10px;
  }
}
.subnavig-scrollable,
.subnavig {
  position: sticky;
  top: 94px;
  background: #f6f6f6;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  z-index: 1111;
}
.subnavig-scrollable ul,
.subnavig ul {
  float: left;
  padding: 0;
  list-style: none;
  margin: 0;
  white-space: nowrap;
  transition: all 350ms ease;
}
.subnavig-scrollable li,
.subnavig li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 55px;
  white-space: nowrap;
}
.subnavig-scrollable a,
.subnavig a {
  font-size: 14px;
  color: #000000;
  display: block;
  padding: 24px 0 22px 0;
  border-bottom: 2px solid trasparent;
  text-decoration: none !important;
}
.subnavig-scrollable a:hover,
.subnavig a:hover {
  color: #B4141B;
}
.subnavig-scrollable a.active,
.subnavig a.active {
  border-bottom: 3px solid #B4141B;
  color: #B4141B;
  font-weight: bold;
}
@media (max-width: 1199.98px) {
  .subnavig-scrollable li,
.subnavig li {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .subnavig-scrollable li,
.subnavig li {
    margin-right: 15px;
  }
  .subnavig-scrollable a,
.subnavig a {
    font-size: 12px;
  }
}
@media (max-width: 575.98px) {
  .subnavig-scrollable,
.subnavig {
    padding-left: 49px;
  }
  .subnavig-scrollable a,
.subnavig a {
    padding: 14px 0 12px 0;
  }
  .subnavig-scrollable .scroll-top,
.subnavig .scroll-top {
    float: left;
    height: 100%;
    width: 48px;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px #0000001A;
    background: #f6f6f6;
    cursor: pointer;
  }
  .subnavig-scrollable .scroll-top span,
.subnavig .scroll-top span {
    width: 28px;
    height: 28px;
    display: block;
    background: #EFEFEF url(../img/Path-3009.png) center center no-repeat;
  }
}

.subnavig-scrollable {
  max-width: 100%;
  overflow: auto;
  /* Hide scrollbar for Chrome, Safari and Opera */
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.subnavig-scrollable::-webkit-scrollbar {
  display: none;
}
.subnavig-scrollable li {
  margin-right: 45px;
}
@media (max-width: 1199.98px) {
  .subnavig-scrollable li {
    margin-right: 25px;
  }
}
@media (max-width: 991.98px) {
  .subnavig-scrollable li {
    margin-right: 15px;
  }
  .subnavig-scrollable a {
    font-size: 12px;
  }
}

.side-widget {
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 2000;
  width: auto;
}
.side-widget .side-widget-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: #B4141B url(../img/widget-ico.png) center center no-repeat;
  border-radius: 4px 0 0 4px;
  cursor: pointer;
  box-shadow: 0 0 10px #0000001A;
}
.side-widget .contact-box {
  margin: 0 !important;
  box-shadow: 0 0 10px #0000001A;
  position: absolute;
  right: -500px;
  width: 500px;
  z-index: 2;
  border-radius: 4px 0 0 4px;
}
.side-widget .contact-box h3 {
  padding-right: 50px;
}
.side-widget .side-widget-close.swc-mobile {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 18px;
  height: 18px;
  background: url(../img/widget-close.png) no-repeat;
  cursor: pointer;
}
.side-widget .side-widget-close.swc-mobile:hover {
  transform: rotate(90deg);
}
.side-widget.active {
  width: 500px;
}
.side-widget.active .contact-box {
  right: 0;
}
.side-widget.active .side-widget-toggle {
  transform: translate(-500px, 0);
  background-image: url(../img/swc-close.png);
}
@media (max-height: 598px) {
  .side-widget {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .side-widget {
    top: 94px;
    margin-top: 0;
  }
}
@media (max-width: 991.98px) {
  .side-widget {
    right: auto;
    left: auto;
    margin: 0 auto;
    top: 0;
    padding-top: 60px;
    z-index: 12323;
    height: 100%;
    width: 100% !important;
    display: none;
    overflow: auto;
  }
  .side-widget:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #09090A;
    opacity: 0.2;
  }
  .side-widget .contact-box {
    right: auto;
    margin: 0 auto !important;
    position: relative;
    width: calc(100% - 40px);
    max-width: 400px;
  }
}
@media (min-width: 992px) {
  .side-widget {
    display: block !important;
    opacity: 1 !important;
  }
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0 0 13px 0;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .breadcrumbs {
    margin-top: -10px;
  }
}
.breadcrumbs li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 2px;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 12px;
  position: relative;
}
.breadcrumbs li:not(:last-child):after {
  line-height: 100%;
  content: "/";
  position: absolute;
  right: 0;
  top: 5px;
}
.breadcrumbs a {
  color: inherit;
  text-decoration: underline;
}
.breadcrumbs a:hover {
  color: #B4141B;
}

.contact-box {
  background: #ffffff;
  box-shadow: 0 0 10px #0000001A;
  border-radius: 4px;
  padding: 30px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .contact-box h3 {
    font-size: 30px;
  }
}
.cb-acceptance {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 0;
}
.contact-box small {
  font-size: 11px;
}
@media (min-width: 992px) {
  .contact-box {
    margin-top: 90px;
  }
}
@media (min-width: 1200px) {
  .contact-box {
    margin-top: 120px;
    padding: 40px;
  }
}

.input-text {
  width: 100%;
  padding: 10px 0 5px 0;
  border: none;
  border-bottom: 1px solid #efefef;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 2rem 0;
  font-size: 14px;
  line-height: 20px;
  outline: none !important;
  background: #fff calc(100% - 1.5rem) center no-repeat;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  /*
  &[required]:not(.no-validation) {
  	background-image: url(../img/input-required.png);
  	padding-right: $margin-horizontal*2+16px;	
  }

  &.not-initial:invalid:not(.no-validation) {
  	border-color: $color-invalid;
  	background-image: url(../img/input-invalid.png);
  	padding-right: $margin-horizontal*2+14px;

  }

  &.not-initial:valid:not(.no-validation) {
  	background-image: url(../img/input-valid.png);
  	padding-right: $margin-horizontal*2+16px;		
  }

  &.not-initial:focus:valid:not(.no-validation) {
  	border-color: $color-valid;
  	background-image: url(../img/input-valid2.png);
  	padding-right: $margin-horizontal*2+16px;
  }
  */
}
.input-text:focus {
  border-color: #000000;
}
.input-text[disabled], .input-text[readonly] {
  border: 1px solid #efefef !important;
  cursor: not-allowed;
  background-color: #efefef;
}
.input-text[required] {
  position: relative;
  background: #fff url(../img/required.png) 100% center no-repeat;
}
.input-text.not-initial:invalid + .help-text {
  color: #ffab46;
}
.input-text.wpcf7-not-valid {
  color: #B4141B;
  border-bottom-color: #B4141B;
}
.input-text + .help-text {
  display: block;
  color: #C8C8C8;
  font-size: 15px;
  margin: -1.5rem 0 2rem 0;
}
.input-text.input-short {
  padding-right: 1.5rem !important;
  background-image: none !important;
  width: 60px;
}
.input-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C8C8C8;
}
.input-text::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #C8C8C8;
}
.input-text::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #C8C8C8;
  opacity: 1;
  /* Firefox */
}
.input-text.placeholder-color-text::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #000000;
}
.input-text.placeholder-color-text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000000;
  opacity: 1;
}
.input-text.placeholder-color-text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000000;
  opacity: 1;
}
.input-text.placeholder-color-text:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #000000;
}

textarea {
  height: 102px;
}
textarea.input-text {
  background-position: calc(100% - 15px) 23px;
}

.form-row {
  margin-left: 0;
  margin-right: 0;
}

fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}

.checkbox li{
  position: relative;
  margin: 0 0 2rem 0;
}
.checkbox li label {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 0 50px;
  margin: 0;
}
.checkbox li label:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: #fff;
  border: 2px solid #efefef;
  border-radius: 4px;
}
.checkbox li label:after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 9px;
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  border-radius: 2px;
}
.checkbox li label:hover:after {
  background: #efefef;
}
.checkbox li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type=checkbox]:checked + label:after {
  background-color: #B4141B !important;
}
.checkbox input[type=checkbox]:disabled + label {
  cursor: not-allowed;
}
.checkbox input[type=checkbox]:disabled + label:before {
  border: 1px solid #efefef;
  background-color: #efefef;
}
.checkbox input[type=checkbox]:disabled:checked + label:after {
  background: url(../img/input-valid.png) center center no-repeat;
}
.checkbox.checkbox-xxs label {
  padding-left: 28px;
}
.checkbox.checkbox-xxs label:before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  top: 0.6em;
  margin-top: -9px;
}
.checkbox.checkbox-xxs label:after {
  width: 6px;
  height: 6px;
  border-radius: 0;
  top: 0.6em;
  margin-top: -3px;
  left: 6px;
}

.radio {
  position: relative;
  margin: 0 0 2rem 0;
}
.radio.radio-inline {
  display: inline-block;
  margin-right: 3rem;
}
.radio li label {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 0 50px;
}
.radio li label:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #efefef;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio input[type=radio] {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.radio input[type=radio]:checked + label::after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #B4141B;
  background: #B4141B;
  content: "";
}
.radio input[type=radio]:disabled + label {
  cursor: not-allowed;
}
.radio input[type=radio]:disabled + label:before {
  border: 1px solid #efefef;
  background-color: #efefef;
}
.radio input[type=radio]:disabled:checked + label:after {
  background-color: #efefef;
  border-color: #efefef;
}
.radio:hover label::after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid #efefef;
  border-radius: 50%;
  background: #efefef;
  content: "";
}

.checkbox.checkbox-box,
.radio.radio-box {
  text-align: center;
}
.checkbox.checkbox-box label,
.radio.radio-box label {
  padding-left: 0;
}
.checkbox.checkbox-box label:after,
.checkbox.checkbox-box label:before,
.radio.radio-box label:after,
.radio.radio-box label:before {
  content: none !important;
  display: none !important;
}
.checkbox.checkbox-box .rb-icon,
.radio.radio-box .rb-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #efefef;
  margin-bottom: 1rem;
  height: 120px;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .checkbox.checkbox-box .rb-icon,
.radio.radio-box .rb-icon {
    height: 200px;
  }
}
@media (min-width: 992px) {
  .checkbox.checkbox-box .rb-icon,
.radio.radio-box .rb-icon {
    height: 230px;
  }
}
@media (min-width: 1200px) {
  .checkbox.checkbox-box .rb-icon,
.radio.radio-box .rb-icon {
    height: 260px;
  }
}
.checkbox.checkbox-box .rb-icon img,
.radio.radio-box .rb-icon img {
  display: block;
  max-height: 80%;
  max-width: 60%;
  max-width: 60%;
}
.checkbox.checkbox-box .rb-icon img.rb-img-active,
.radio.radio-box .rb-icon img.rb-img-active {
  display: none;
}
.checkbox.checkbox-box input:checked + label img.rb-img-default,
.radio.radio-box input:checked + label img.rb-img-default {
  display: none;
}
.checkbox.checkbox-box input:checked + label img.rb-img-active,
.radio.radio-box input:checked + label img.rb-img-active {
  display: block;
}
.checkbox.checkbox-box input:checked + label .rb-icon,
.radio.radio-box input:checked + label .rb-icon {
  background: #f58a00;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.bootstrap-select {
  width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn,
.bootstrap-select .btn {
  position: relative;
  width: 100%;
  padding: 0 0 5px 0;
  border: none !important;
  border-bottom: 1px solid #efefef !important;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 2rem 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  outline: none !important;
  background: #fff calc(100% - 1.5rem) center no-repeat;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: inherit;
  text-transform: none;
  font-weight: normal;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn:focus,
.bootstrap-select .btn:focus {
  outline: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn:active,
.bootstrap-select .btn:active {
  transform: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn:after,
.bootstrap-select .btn:after {
  position: absolute;
  right: 0;
  top: 7px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn).show .btn,
.bootstrap-select.show .btn {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.17);
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle::after,
.bootstrap-select .dropdown-toggle::after {
  border: none;
  background: url(../img/Path2248.png) no-repeat;
  width: 12px;
  height: 8px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu,
.bootstrap-select .dropdown-menu {
  font-size: inherit;
  border-radius: 4px;
  width: 100%;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) > .dropdown-menu.show,
.bootstrap-select > .dropdown-menu.show {
  width: 100%;
  padding: 0;
  border: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-menu.inner,
.bootstrap-select .dropdown-menu.inner {
  position: static;
  margin: -1px 0 0 0;
  border-radius: 0;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-item.active, .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-item:active,
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  background-color: #B4141B;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .form-control,
.bootstrap-select .form-control {
  font-size: 16px;
  height: 40px;
  margin-bottom: 4px;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) li,
.bootstrap-select li {
  margin: 0;
}

.tnp-submit {
  max-width: 340px;
}

div.fileinputs {
  position: relative;
}

div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

input.file {
  position: relative;
  text-align: right;
  opacity: 0;
  z-index: 2;
}

input[type=file] {
  display: none;
}

.custom-file-upload .gfield_label {
  border: 2px solid #efefef;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  min-width: 140px;
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
  padding: 10px 20px;
  cursor: pointer;
  text-transform: none;
}
.custom-file-upload .cfu-required {
  position: relative;
  top: 0;
  font-weight: bold;
  color: #B4141B;
}
.custom-file-upload br {
  display: none;
}

.input-legend {
  margin: -20px 0 20px 0;
  font-size: 10px;
  display: block;
}

.form-requited-asteriks {
  font-weight: bold;
  color: #B4141B;
}

.wpcf7-form p, .gform_wrapper p {
  margin: 0;
}
.wpcf7-form .wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form .checkbox {
  position: relative;
  margin: 0 0 2rem 0;
}
.wpcf7-form .checkbox label {
  padding-left: 0;
}
.wpcf7-form .checkbox label:before {
  content: initial;
  display: none;
}
.wpcf7-form .checkbox .wpcf7-list-item-label {
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
  padding: 0 0 0 50px;
  margin: 0;
}
.wpcf7-form .checkbox .wpcf7-list-item-label:before {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  background: #fff;
  border: 2px solid #efefef;
  border-radius: 4px;
}
.wpcf7-form .checkbox .wpcf7-list-item-label:after {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 9px;
  width: 12px;
  height: 12px;
  content: "";
  background: #fff;
  border-radius: 2px;
  z-index: 1;
}
.wpcf7-form .checkbox .wpcf7-list-item-label:hover:after {
  background: #efefef;
}
.wpcf7-form .checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.wpcf7-form .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  background-color: #B4141B !important;
}
.wpcf7-form .checkbox input[type=checkbox]:disabled + .wpcf7-list-item-label {
  cursor: not-allowed;
}
.wpcf7-form .checkbox input[type=checkbox]:disabled + .wpcf7-list-item-label:before {
  border: 1px solid #efefef;
  background-color: #efefef;
}
.wpcf7-form .checkbox input[type=checkbox]:disabled:checked + .wpcf7-list-item-label:after {
  background: url(../img/input-valid.png) center center no-repeat;
}
.wpcf7-form .checkbox.checkbox-xxs .wpcf7-list-item-label {
  padding-left: 28px;
}
.wpcf7-form .checkbox.checkbox-xxs .wpcf7-list-item-label:before {
  width: 18px;
  height: 18px;
  border-radius: 0;
  top: 0.6em;
  margin-top: -9px;
}
.wpcf7-form .checkbox.checkbox-xxs .wpcf7-list-item-label:after {
  width: 6px;
  height: 6px;
  border-radius: 0;
  top: 0.6em;
  margin-top: -3px;
  left: 6px;
}

.wpcf7-not-valid-tip {
  font-size: 11px !important;
  margin: -25px 0 20px 0 !important;
}

.form-group .wpcf7-not-valid-tip {
  display: none !important;
}

.form-group, .gfield {
  position: relative;
}
.form-group .form-label, .text-input .gfield_label {
  font-weight: inherit;
  font-size: 14px;
  line-height: 20px;
  color: #C8C8C8;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  text-transform: none;
  position: absolute;
  top: 2px;
  pointer-events: none;
  z-index: 10;
  left: 0;
}
.checkbox .gfield_label, .radio .gfield_label{text-transform: none;}

.form-group .form-label.has-value, .gfield_label.has-value {
  top: -9px;
  font-size: 9px;
}
.form-group br, .gfield_label br {
  display: none;
}

.ginput_container_text input[type=text]{
    width: 100%;
    padding: 0 0 5px 0;
    border: none;
    border-bottom: 1px solid #efefef;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    outline: none !important;
    background: #fff calc(100% - 1.5rem) center no-repeat;
    font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border: 1px solid #B4141B !important;
  margin: 20px auto 0 auto;
  font-size: 14px;
  padding: 15px 20px;
  font-weight: bold;
}

.btn, .gform_button {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  box-shadow: none;
  font-weight: bold;
  font-family: montserrat;
  outline: none !important;
  border-radius: 4px;
  padding: 11px 15px;
  margin: 0 0 2rem;
  background: #B4141B;
  text-align: center;
  text-decoration: none !important;
  box-shadow: none !important;
  border: 2px solid #B4141B;
}
.btn:hover, .gform_button:hover {
  color: #B4141B;
  background: #fff;
}
.gform_button{margin: 0;}
.btn:active, .gform_button:active {
  transform: scale(0.98);
}
.btn.btn-send span {
  display: inline-block;
  padding-right: 24px;
  background: url(../img/Path-4.png) 100% center no-repeat;
  transition: background 350ms ease;
}
.btn.btn-send:hover span {
  background-image: url(../img/Path-1.png);
}
.btn.btn-inline {
  display: inline-block;
  width: auto;
  padding: 11px 30px;
}
@media (min-width: 992px) {
  .btn {
    font-size: 16px;
  }
}
.btn.btn-transparent-red {
  background: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-transparent-red:hover {
  color: #B4141B;
  background: #ffffff;
}
.btn.btn-transparent-red.btn-tr-arrow span {
  display: inline-block;
  padding-right: 24px;
  background: url(../img/Path-4.png) 100% center no-repeat;
  transition: background 350ms ease;
}
.btn.btn-transparent-red.btn-tr-arrow:hover span {
  color: #B4141B;
  background-image: url(../img/Path-1.png);
}
.btn.btn-white {
  background: #fff;
  color: #B4141B;
}
.btn.btn-white:hover {
  color: #fff;
  background: #B4141B;
}
.btn.btn-white.btn-white-arrow span {
  display: inline-block;
  padding-right: 24px;
  background: url(../img/Path-1.png) 100% center no-repeat;
  transition: background 350ms ease;
}
.btn.btn-white.btn-white-arrow:hover span {
  background-image: url(../img/Path-4.png);
}
.btn.btn-white.btn-white-arrow-wpcf7 {
  padding-right: 50px;
  position: relative;
}
.btn.btn-white.btn-white-arrow-wpcf7:after {
  content: "";
  width: 14px;
  height: 11px;
  right: 15px;
  top: 50%;
  margin-top: -5px;
  background: url(../img/Path-1.png) 100% center no-repeat;
}
.btn.btn-white.btn-white-arrow-wpcf7:hover:after {
  background-image: url(../img/Path-4.png);
}
.btn.btn-grey {
  background: #f6f6f6;
  color: #B4141B;
}
.btn.btn-grey:hover {
  color: #fff;
  background: #B4141B;
}
.btn.btn-grey.btn-white-arrow span {
  display: inline-block;
  padding-right: 24px;
  background: url(../img/Path-1.png) 100% center no-repeat;
  transition: background 350ms ease;
}
.btn.btn-grey.btn-white-arrow:hover span {
  background-image: url(../img/Path-4.png);
}
.btn.btn-full-grey {
  background-color: #F6F6F6;
  border-color: #F6F6F6;
  color: #000000;
}
.btn.btn-full-grey:hover {
  background-color: #B4141B;
  color: #fff;
  border-color: #B4141B;
}

.moreless-box {
  background: #ffffff;
  border: 2px solid #efefef;
  padding: 15px 20px 0 20px;
  margin-bottom: 20px;
}
.moreless-box .ml-toggle {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 350ms ease;
}
.moreless-box .ml-toggle:hover {
  color: #B4141B;
}
.moreless-box .ml-toggle .ml-icon {
  width: 60px;
  display: flex;
  justify-content: left;
  align-items: center;
  min-height: 46px;
  line-height: 46px;
  color: #B4141B;
  font-size: 30px;
  font-weight: 900;
  text-indent: 10px;
}
.moreless-box .ml-toggle .ml-title {
  display: flex;
  justify-content: left;
  align-items: center;
  width: calc(100% - 67px);
  padding-right: 30px;
  font-weight: bold;
}
.moreless-box .ml-toggle .ml-dings {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 7px;
  font-weight: bold;
}
.moreless-box .ml-toggle .ml-dings img {
  transition: all 350ms ease;
}
.moreless-box .ml-toggle .ml-dings.active img {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .moreless-box .ml-toggle .ml-title {
    width: calc(100% - 97px);
  }
  .moreless-box .ml-toggle .ml-dings {
    width: 37px;
    padding-right: 30px;
  }
}
.moreless-box .ml-more {
  display: none;
}
@media (min-width: 992px) {
  .moreless-box .ml-more {
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 10px;
  }
}
.moreless-box.ml-no-padding .ml-title {
  width: calc(100% - 7px);
  min-height: 46px;
}
.moreless-box.ml-no-padding .ml-more {
  padding-left: 0;
}
@media (min-width: 992px) {
  .moreless-box.ml-no-padding .ml-title {
    width: calc(100% - 37px);
    padding-left: 10px;
  }
  .moreless-box.ml-no-padding .ml-more {
    padding-left: 10px;
  }
}
.moreless-box .ml-images {
  max-width: 600px;
}
.moreless-box .ml-images .row {
  width: calc(100% + 30px);
}
.moreless-box .ml-images img {
  display: block;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .moreless-box .ml-images {
    display: flex;
    justify-content: center;
  }
}

.faq-more {
  background: #ffffff;
  border: 2px solid #efefef;
  padding: 30px 30px 15px 30px;
  margin-bottom: 30px;
  display: none;
}

.faq-toggle {
  cursor: pointer;
  background: #ffffff;
  border: 2px solid #efefef;
  padding: 15px 30px 15px 30px;
  margin-bottom: -2px;
  min-height: 109px;
  display: flex;
  align-items: center;
  color: #E1E1E1;
  font-weight: bold;
  font-size: 16px;
}
.faq-toggle.active {
  cursor: default;
  color: #B4141B !important;
  border-color: #B4141B;
  position: relative;
  z-index: 1;
}
.faq-toggle:hover {
  color: #000000;
}

.product-box {
  background: #ffffff;
  border: 2px solid #efefef;
  padding: 30px 30px 85px 30px;
  font-size: 16px;
  position: relative;
}
.product-box .pb-img {
  margin-bottom: 30px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box .pb-img img {
  max-height: 100%;
}
.product-box h4 {
  font-size: 24px;
}
.product-box .pb-btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  margin: 0;
}
@media (min-width: 768px) {
  .product-box {
    min-height: 482px;
  }
}
@media (min-width: 992px) {
  .product-box {
    padding: 40px 40px 105px 40px;
    font-size: 20px;
    min-height: 603px;
  }
  .product-box .pb-img {
    height: 240px;
  }
  .product-box .pb-btn {
    bottom: 40px;
    left: 40px;
  }
}

.product-slider {
  position: relative;
  margin: 0 0 20px 0;
}
.product-slider .flex-direction-nav {
  text-align: center;
  margin-top: 30px;
}
.product-slider .flex-direction-nav li {
  display: inline-block;
}
.product-slider .flex-direction-nav a {
  opacity: 1 !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin: 0 15px 0 15px;
  background: #EFEFEF url(../img/Path-1.png) center center no-repeat;
  width: 43px;
  height: 43px;
}
.product-slider .flex-direction-nav a.flex-prev {
  transform: rotate(180deg);
}
.product-slider .flex-direction-nav a.flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=0.3);
  z-index: 1;
  background: #EFEFEF url(../img/Path-1.png) center center no-repeat !important;
}
.product-slider .flex-direction-nav a:hover {
  background: #B4141B url(../img/Path-4.png) center center no-repeat;
}
@media (min-width: 1500px) {
  .product-slider .flex-direction-nav {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
  }
  .product-slider .flex-direction-nav li {
    display: inline-block;
    margin: 0;
  }
  .product-slider .flex-direction-nav a {
    margin: -15px 0 0 0;
    width: 41px;
    height: 29px;
    background: url(../img/ar.png);
  }
  .product-slider .flex-direction-nav a:hover {
    background: url(../img/ar-h.png);
  }
  .product-slider .flex-direction-nav a.flex-next {
    position: absolute;
    right: -60px;
  }
  .product-slider .flex-direction-nav a.flex-prev {
    position: absolute;
    left: -60px;
  }
  .product-slider .flex-direction-nav a.flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=0.3);
    z-index: 1;
    background: url(../img/ar.png) !important;
  }
}

.modals {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2010;
  width: 100%;
  background: rgba(81, 81, 81, 0.4);
  padding: 5rem 0;
  overflow: auto;
  align-items: center;
}
.modals .modal {
  display: none;
}
.modals .modal-box {
  position: relative;
  background: #fff;
  padding: 80px 80px 60px 80px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px #0000001A;
}
@media (max-width: 1199.98px) {
  .modals .modal-box {
    padding: 60px 60px 40px 60px;
  }
}
@media (max-width: 991.98px) {
  .modals .modal-box {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 767.98px) {
  .modals .modal-box {
    padding: 30px 30px 10px 30px;
  }
}
@media (max-width: 575.98px) {
  .modals .modal-box {
    padding: 20px 20px 0 20px;
  }
}
.modals .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 18px;
  height: 18px;
  background: url(../img/widget-close.png) no-repeat;
  cursor: pointer;
}
.modals .modal-close:hover {
  transform: rotate(90deg);
}

body.modal-open {
  overflow: hidden;
}

.positioning-intro-left {
  margin-bottom: 50px;
}

@media (max-width: 767.98px) {
  .quote-img {
    max-width: 156px;
  }
}
@media (min-width: 992px) {
  .quote-col-left {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .quote-col-left {
    margin-bottom: 70px;
  }
}
.properties-list-wrapper ul {
  padding-left: 0;
  list-style: none;
}
.properties-list-wrapper ul li {
  padding-left: 33px;
  background: url(../img/Path-13.png) 0 0.5em no-repeat;
}

ul.properties-list-bordered {
  border: 2px solid #efefef;
  padding: 20px 20px 0 20px;
}
@media (min-width: 992px) {
  ul.properties-list-bordered {
    padding: 40px 40px 20px 40px;
  }
}

.reference-section {
  overflow-x: hidden;
}
.reference-section .reference-box {
  border: 2px solid #efefef;
  background: #ffffff;
  padding: 30px 30px 15px 30px;
}
.reference-section blockquote {
  padding-top: 55px;
  background: url(../img/Group-6.png) no-repeat;
  background-size: 36px auto;
}
.reference-section .rb-logo {
  display: block;
  margin-bottom: 20px;
}
.reference-section .rb-author {
  font-size: 16px;
  margin-bottom: 20px;
}
.reference-section .reference-slider .flex-direction-nav, .swiper-container .flex-direction-nav {
  text-align: center;
  margin-top: 30px;
}
.reference-section .reference-slider .flex-direction-nav li, .swiper-container .flex-direction-nav li {
  display: inline-block;
}
.reference-section .reference-slider .flex-direction-nav a, .swiper-container .flex-direction-nav a {
  opacity: 1 !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin: 0 15px 15px 15px;
  background: #EFEFEF url(../img/Path-1.png) center center no-repeat;
  width: 43px;
  height: 43px;
}
.reference-section .reference-slider .flex-direction-nav a.flex-prev, .swiper-container .flex-direction-nav a.flex-prev {
  transform: rotate(180deg);
}
.reference-section .reference-slider .flex-direction-nav a.flex-disabled, .swiper-container .flex-direction-nav a.flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=0.3);
  z-index: 1;
  background: #EFEFEF url(../img/Path-1.png) center center no-repeat !important;
}
.reference-section .reference-slider .flex-direction-nav a:hover, .swiper-container .flex-direction-nav a:hover {
  background: #B4141B url(../img/Path-4.png) center center no-repeat;
}
@media (min-width: 992px) {
  .reference-section blockquote {
    padding-top: 80px;
    background-size: auto;
  }
  .reference-section .reference-box {
    margin-right: 9%;
    padding: 40px 40px 25px 40px;
  }
  .reference-section .flex-viewport {
    overflow: visible !important;
  }
  .reference-section .rb-author {
    max-width: calc(100% - 330px);
    padding: 0 15px;
  }
  .reference-section .rb-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .reference-section .reference-slider .flex-direction-nav, .swiper-container .flex-direction-nav {
    margin-top: 0;
    position: absolute;
    right: 9%;
    top: -83px;
  }
  .reference-section .reference-slider .flex-direction-nav li, .swiper-container .flex-direction-nav li {
    display: inline-block;
    margin: 0;
  }
  .reference-section .reference-slider .flex-direction-nav a, .swiper-container .flex-direction-nav a {
    margin: 0;
  }
  .reference-section .reference-slider .flex-direction-nav a.flex-prev, .swiper-container .flex-direction-nav a.flex-prev {
    margin-right: 30px;
  }
  .reference-section .slides li {
    opacity: 0.4;
    transition: opacity 350ms ease;
  }
  .reference-section .slides li.flex-active-slide {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .reference-section .reference-box {
    margin-right: 11%;
  }
  .reference-section .reference-slider .flex-direction-nav, .swiper-container .flex-direction-nav {
    right: 11%;
  }
}

.btn-brief {
  margin: 10px 0 30px 0;
}
@media (min-width: 992px) {
  .btn-brief {
    margin: 30px 0 30px 0;
  }
}

.contact-header {
  font-size: 30px;
  font-weight: normal;
}
@media (min-width: 576px) {
  .contact-header {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .contact-header {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  .contact-header {
    font-size: 52px;
  }
}
@media (min-width: 1200px) {
  .contact-header {
    font-size: 60px;
  }
}

.contact-header-img {
  display: block;
  margin: 0 auto 0 auto;
}
@media (min-width: 992px) {
  .contact-header-img {
    margin: 0 0 30px 0;
  }
}

.info-box {
  background: #ffffff;
  border: 2px solid #efefef;
  padding: 60px 60px 50px 40px;
}
@media (max-width: 1199.98px) {
  .info-box {
    padding: 60px 30px 50px 30px;
  }
}
@media (max-width: 767.98px) {
  .info-box {
    padding: 40px 30px 30px 30px;
  }
}
@media (max-width: 575.98px) {
  .info-box {
    font-size: 16px;
  }
  .info-box h3 {
    font-size: 24px;
  }
  .info-box .ib-img {
    max-height: 121px;
    margin-bottom: 30px;
  }
}

.offer-intro-left {
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .offer-intro-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 575.98px) {
  .offer-intro-left {
    font-size: 16px;
  }
}

.offer-box {
  background: #ffffff;
  border: 2px solid #f6f6f6;
  font-size: 16px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.offer-box .ob-inside {
  padding: 30px 20px 10px 20px;
}
.offer-box .ob-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  margin-top: 10px;
}
.offer-box .ob-img img {
  max-height: 114px;
}
.offer-box h3 {
  font-size: 24px;
}
.offer-box h3 span {
  display: inline-block;
  border-left: 2px solid #000000;
  padding-left: 7px;
  margin-left: 2px;
}
.offer-box .ob-bottom {
  background: #f6f6f6;
}
.offer-box .properties-list-wrapper ul {
  margin-bottom: 30px;
}
.offer-box .properties-list-wrapper ul li {
  padding-left: 23px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .offer-box h3 {
    font-size: 20px;
  }
  .offer-box .ob-inside {
    padding: 40px 30px 20px 30px;
  }
  .offer-box .ob-img {
    height: 114px;
  }
  .offer-box .ob-top {
    height: 343px;
  }
  .offer-box .ob-bottom {
    height: 330px;
    position: relative;
    padding-bottom: 60px;
  }
  .offer-box .ob-bottom .btn {
    position: absolute;
    bottom: 30px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .offer-box .ob-top {
    height: 365px;
  }
  .offer-box .ob-bottom {
    height: 360px;
  }
  .offer-box .btn {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .offer-box h3 {
    font-size: 24px;
  }
  .offer-box .ob-inside {
    padding: 40px 40px 30px 40px;
  }
  .offer-box .ob-img {
    height: 240px;
    margin-top: 0;
  }
  .offer-box .ob-img img {
    max-height: 100%;
  }
  .offer-box .ob-top {
    height: 495px;
    font-size: 20px;
  }
  .offer-box .properties-list-wrapper ul li {
    font-size: 16px;
  }
  .offer-box .ob-bottom {
    height: 360px;
  }
  .offer-box .ob-bottom .btn {
    font-size: 16px;
    bottom: 40px;
  }
}
.offer-box.ob-smaller {
  height: calc(100% - 30px);
  position: relative;
  padding-bottom: 60px;
  margin-bottom: 30px;
}
.offer-box.ob-smaller .ob-top {
  height: auto;
  position: static;
}
.offer-box.ob-smaller .ob-top .btn {
  position: absolute;
  bottom: 30px;
  margin: 0;
}
.offer-box.ob-case .ob-top {
  padding: 30px 30px 10px 30px;
}
.offer-box.ob-case .ob-img {
  margin: 0 0 20px 0;
  height: auto;
}
.offer-box.ob-case .ob-img img {
  max-height: none;
}
.offer-box.ob-case h3 {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .offer-box.ob-case .ob-top {
    padding: 40px 40px 40px 40px;
  }
  .offer-box.ob-case .ob-top .btn {
    bottom: 40px;
  }
  .offer-box.ob-case h3 {
    margin-top: 40px;
  }
}

.offer-col:last-child .offer-box {
  margin-bottom: 0;
}

.section-wrapper > section.seo-offer-boxes {
  padding-top: 0;
}
@media (min-width: 992px) {
  .section-wrapper > section.seo-offer-boxes {
    padding-top: 50px;
  }
}

.seo-form-wrapper {
  background: url(../img/silnik-xl.png) 85% center no-repeat;
  margin-bottom: -200px;
}

.seo-intro {
  margin-bottom: 200px;
}

.contact-info-box {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px 30px 0 30px;
  margin-bottom: 30px;
}
.contact-info-box .ci-name {
  color: #B4141B;
  font-weight: bold;
  font-size: 16px;
}
.contact-info-box .ci-position {
  margin-bottom: 15px;
}
.contact-info-box a {
  color: inherit;
}
.contact-info-box .ci-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: auto;
}
.contact-info-box .ci-img img {
  max-height: none;
}
@media (min-width: 768px) {
  .contact-info-box {
    font-size: 16px;
    padding-top: 0;
  }
  .contact-info-box .cib-left {
    padding-top: 30px;
  }
}
@media (min-width: 1200px) {
  .contact-info-box {
    padding: 0 40px 0 40px;
  }
  .contact-info-box .cib-left {
    padding-top: 40px;
  }
  .contact-info-box h3 {
    min-height: 54px;
    font-size: 23px;
  }
  .contact-info-box .ci-position,
.contact-info-box h3 {
    margin-bottom: 28px;
  }
}

.theme-box {
  border: 2px solid #efefef;
  background: #ffffff;
  border-radius: 4px;
}

.contact-bottom-left {
  border: 2px solid #efefef;
  background: #ffffff;
  font-size: 16px;
}
.contact-bottom-left .cbl-img {
  height: 40px;
}
.contact-bottom-left .cbl-inside {
  padding: 30px;
}
.contact-bottom-left .cbl-bottom {
  background: #F6F6F6;
}
.contact-bottom-left .cbl-bottom .cbl-inside div {
  margin-bottom: 15px;
}
.contact-bottom-left .cbl-bottom .cbl-inside div:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199.98px) {
  .cbl-wrapper {
    margin-bottom: 30px;
  }
}
.contact-bottom-right {
  font-size: 16px;
}
.contact-bottom-right .cbr-tabs {
  border-bottom: 2px solid #efefef;
  padding: 30px 30px 0 30px;
}
.contact-bottom-right .cbr-toggle {
  display: inline-block;
  border-bottom: 4px solid transparent;
  margin-bottom: -2px;
  padding-bottom: 20px;
  margin-right: 25px;
  line-height: 18px;
  cursor: pointer;
}
.contact-bottom-right .cbr-toggle:last-child {
  margin-right: 0;
}
.contact-bottom-right .cbr-toggle:hover {
  color: #B4141B;
}
.contact-bottom-right .cbr-toggle.active {
  font-weight: bold;
  color: #B4141B;
  border-bottom: 4px solid #B4141B;
}
.contact-bottom-right .cbr-inside {
  padding: 30px;
  display: none;
}
.contact-bottom-right .cbr-inside .cbr-address {
  padding-left: 37px;
  background: url(../img/location_icon.svg) 2px 3px no-repeat;
}
.contact-bottom-right .cbr-inside .cbr-mail {
  padding-left: 37px;
  background: url(../img/mail_icon.svg) 2px 5px no-repeat;
}
.contact-bottom-right .cbr-inside .cbr-phone {
  padding-left: 37px;
  background: url(../img/phone_icon.svg) 3px 1px no-repeat;
}
.contact-bottom-right .cbr-inside > *:last-child {
  margin-bottom: 0;
}
.contact-bottom-right .map-canvas {
  display: none;
  height: 100%;
  min-height: 300px;
}
@media (min-width: 768px) {
  .contact-bottom-right .cbr-left {
    padding-right: 0;
  }
  .contact-bottom-right .cbr-right {
    padding-left: 0;
  }
}

.brief-box {
  background: #ffffff;
  box-shadow: 0 0 10px #0000001A;
  border-radius: 4px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.brief-box .brief-box
{
	box-shadow: none;
}

.brief-box .brief-toggle {
  min-height: 102px;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.brief-box .brief-toggle:hover h3 {
  color: #B4141B;
}
.brief-box .brief-toggle h3 {
  position: relative;
  margin: 0 40px 0 40px;
}
.brief-box .brief-toggle .bt-number {
  color: #EFEFEF;
  font-size: 50px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  line-height: 102px;
}
.brief-box .brief-toggle:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 13px;
  height: 13px;
  //background: url(../img/brief-toggle.png);
  transform: rotate(-90deg);
}
.brief-box .brief-toggle.active:after {
  transform: rotate(0);
}
.brief-box .brief-more {
  border-top: 2px solid #efefef;
  padding: 30px 20px 10px 20px;
}

.options-wrapper .options-toggle {
  font-weight: 500;
  margin: 0 0 20px 50px;
  font-size: 10px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: underline;
}
.options-wrapper .options-more {
  display: none;
}

.brief-legend-mobile {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
.brief-legend-mobile li {
  color: #CED2D6;
  font-weight: 500;
}
.brief-legend-mobile li.complete {
  color: #000000;
}
.brief-legend-mobile li.active {
  color: #B4141B;
}

.brief-legend {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  top: 120px;
  position: sticky;
}
.brief-legend > li {
  color: #CED2D6;
  font-weight: bold;
  font-size: 18px;
}
.brief-legend > li.active {
  color: #000000;
}
.brief-legend li.active:not(.complete) .bl-subpart {
  display: block;
}
.brief-legend .bl-subpart {
  display: none;
  list-style: none;
  padding: 0;
  margin: 30px 0 40px 0;
}
.brief-legend .bl-subpart li {
  color: #CED2D6;
  font-weight: normal;
  font-size: 16px;
  padding-left: 50px;
  position: relative;
  margin-bottom: 20px;
}
.brief-legend .bl-subpart li.active {
  color: #000000;
}
.brief-legend .bl-subpart li:after {
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid #efefef;
  border-radius: 50%;
  background: #fff;
  content: "";
}
.brief-legend .bl-subpart li.active:after {
  border-color: #B4141B;
  background: #fff url(../img/Path-13.png) center center no-repeat;
}

.brief-success {
  padding-left: 48px;
  background: url(../img/green-check.png) 0 0.2em no-repeat;
}
.brief-success .color-green {
  color: #0E8B30;
}

@media (min-width: 992px) {
  .brief-boxes-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .case-study-intro-left {
    margin-bottom: 20px;
  }

  .case-study-intro-right {
    margin-bottom: 40px;
  }
  .case-study-intro-right img {
    max-width: 265px;
  }
}
.section-wrapper > section.home-slider {
  padding-top: 25px !important;
  padding-bottom: 0;
  font-size: 18px;
}
.section-wrapper > section.home-slider .hs-left {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .section-wrapper > section.home-slider .hs-left {
    padding-bottom: 0;
  }
}
.section-wrapper > section.home-slider h1 {
  font-size: 54px;
}
.section-wrapper > section.home-slider .hs-img {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 10px;
}
.section-wrapper > section.home-slider .hs-img img {
  max-width: 200px;
  max-height: 400px;
}
.section-wrapper > section.home-slider .flex-control-nav li {
  margin: 0 5px;
}
.section-wrapper > section.home-slider .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #E3E3E3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.section-wrapper > section.home-slider .flex-control-paging li a.flex-active {
  background: #B4141B;
}
.section-wrapper > section.home-slider .flex-direction-nav {
  display: none;
}
@media (min-width: 768px) {
  .section-wrapper > section.home-slider .hs-img img {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .section-wrapper > section.home-slider .container.container-wide {
    padding-left: 70px;
    padding-right: 70px;
  }
  .section-wrapper > section.home-slider .flex-direction-nav {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
  }
  .section-wrapper > section.home-slider .flex-direction-nav li {
    display: inline-block;
    margin: 0;
  }
  .section-wrapper > section.home-slider .flex-direction-nav a {
    margin: -15px 0 0 0;
    width: 41px;
    height: 29px;
    background: url(../img/ar.png);
  }
  .section-wrapper > section.home-slider .flex-direction-nav a:hover {
    background: url(../img/ar-h.png);
  }
  .section-wrapper > section.home-slider .flex-direction-nav a.flex-next {
    position: absolute;
    right: 15px;
  }
  .section-wrapper > section.home-slider .flex-direction-nav a.flex-prev {
    position: absolute;
    left: 15px;
    transform: rotate(180deg);
  }
  .section-wrapper > section.home-slider .flex-direction-nav a.flex-disabled {
    opacity: 0.3 !important;
    filter: alpha(opacity=0.3);
    z-index: 1;
    background: url(../img/ar.png) !important;
  }
}
@media (min-width: 1500px) {
  .section-wrapper > section.home-slider .container.container-wide {
    padding-left: 135px;
    padding-right: 135px;
  }
}
@media (max-width: 991.98px) {
  .section-wrapper > section.home-slider {
    font-size: 16px;
  }
  .section-wrapper > section.home-slider h1 {
    font-size: 36px;
  }
}

.home-steps {
  margin-bottom: 40px;
}
.home-steps .hs-row {
  padding-left: 45px;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}
.home-steps .hs-row small {
  font-weight: normal;
}
.home-steps .hs-number {
  color: #B4141B;
  font-weight: 900;
  font-size: 30px;
  position: absolute;
  left: 0;
  top: -7px;
}
.home-steps .hs-img {
  max-width: 200px;
  margin: 0 auto 30px auto;
}
@media (min-width: 768px) {
  .home-steps .hs-img {
    max-width: 100%;
  }
}

.category-box {
  height: 200px;
  background: #fff 100% 100% no-repeat;
  border: 2px solid #efefef;
  border-radius: 4px;
  background-size: contain;
  position: relative;
  margin-bottom: 30px;
}
.category-box .cb-title {
  font-weight: bold;
  padding-left: 25px;
  background: url(../img/cat-title.png) 0 8px no-repeat;
}
.category-box .cb-content {
  padding: 40px;
  transition: all 350ms ease;
}
.category-box .cb-over {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  min-height: 100%;
  padding: 30px;
  background: #fff;
  font-size: 16px;
  opacity: 0;
  transition: all 350ms ease;
}
.category-box .cb-more {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 20px;
  background: url(../img/Path-1.png) 100% center no-repeat;
  color: #B4141B !important;
  position: absolute;
  bottom: 20px;
}
.category-box:hover .cb-over {
  opacity: 1;
}

.slider-categories .category-box {
  height: 157px;
}
.slider-categories .category-box .cb-title {
  height: 51px;
  background-position: 0 3px;
  padding-left: 20px;
  font-size: 14px;
}
.slider-categories .category-box .cb-content {
  padding: 30px;
}
.slider-categories .category-box .cb-more-2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #B4141B !important;
  font-size: 14px;
}
.slider-categories .category-box .cb-more-2 img {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.slider-blog,
.slider-categories {
  padding-bottom: 30px;
}
.slider-blog .flex-control-nav li,
.slider-categories .flex-control-nav li {
  margin: 0 5px;
}
.slider-blog .flex-control-paging li a,
.slider-categories .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #E3E3E3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.slider-blog .flex-control-paging li a.flex-active,
.slider-categories .flex-control-paging li a.flex-active {
  background: #B4141B;
}
.slider-blog .flex-direction-nav,
.slider-categories .flex-direction-nav {
  display: block;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
}
.slider-blog .flex-direction-nav li,
.slider-categories .flex-direction-nav li {
  display: inline-block;
  margin: 0;
}
.slider-blog .flex-direction-nav a,
.slider-categories .flex-direction-nav a {
  margin: -15px 0 0 0;
  width: 41px;
  height: 29px;
  background: url(../img/ar.png);
}
.slider-blog .flex-direction-nav a:hover,
.slider-categories .flex-direction-nav a:hover {
  background: url(../img/ar-h.png);
}
.slider-blog .flex-direction-nav a.flex-next,
.slider-categories .flex-direction-nav a.flex-next {
  position: absolute;
  right: -60px;
}
.slider-blog .flex-direction-nav a.flex-prev,
.slider-categories .flex-direction-nav a.flex-prev {
  position: absolute;
  left: -60px;
  transform: rotate(180deg);
}
.slider-blog .flex-direction-nav a.flex-disabled,
.slider-categories .flex-direction-nav a.flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=0.3);
  z-index: 1;
  background: url(../img/ar.png) !important;
}

.slider-blog {
  padding-bottom: 0;
}
.slider-blog .flex-control-nav {
  bottom: -15px;
}

@media (min-width: 768px) {
  .home-section-header {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .home-section-header h2 {
    font-size: 24px;
  }
}
.slider-categories-red-boxes {
  margin-bottom: -30px;
}

.red-box {
  background: center center no-repeat;
  background-size: cover;
  color: #fff;
  display: block;
  position: relative;
  text-decoration: none !important;
  height: 430px;
  margin-bottom: 30px;
  border-radius: 4px;
}
.red-box .rb-top {
  position: absolute;
  top: 32px;
  left: 40px;
}
.red-box .rb-bottom {
  font-size: 30px;
  padding-right: 70px;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.red-box:after {
  content: "";
  position: absolute;
  bottom: 43px;
  right: 40px;
  width: 28px;
  height: 20px;
  background: url(../img/ar-white.png) no-repeat;
}
.red-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
}
.red-box:hover {
  color: #fff;
  box-shadow: 0 0 10px #0000001A;
}
.red-box:hover:after {
  right: 30px;
}
.red-box:hover:before {
  opacity: 0.15;
}
@media (max-width: 1199.98px) {
  .red-box {
    height: 290px;
  }
  .red-box .rb-bottom {
    font-size: 20px;
  }
  .red-box:after {
    bottom: 35px;
  }
}
@media (max-width: 991.98px) {
  .red-box .rb-top {
    font-size: 14px;
    left: 30px;
    top: 25px;
  }
  .red-box .rb-bottom {
    font-size: 16px;
    left: 30px;
    bottom: 20px;
  }
  .red-box:after {
    background-size: 16px auto;
    right: 10px !important;
    bottom: 15px;
  }
}

.slider-clients-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.slider-clients {
  position: relative;
  margin: 40px 50px;
}
.slider-clients .slick-next,
.slider-clients .slick-prev {
  position: absolute;
  top: 0;
  margin: 0;
  width: 41px;
  height: 29px;
  background: url(../img/ar.png);
  transform: none;
  top: 50%;
  margin-top: -15px;
}
.slider-clients .slick-next:hover,
.slider-clients .slick-prev:hover {
  background: url(../img/ar-h.png);
}
.slider-clients .slick-next:before, .slider-clients .slick-next:after,
.slider-clients .slick-prev:before,
.slider-clients .slick-prev:after {
  display: none;
}
.slider-clients .slick-next {
  right: -60px;
}
.slider-clients .slick-prev {
  left: -60px;
  transform: rotate(180deg);
}
.slider-clients .flex-direction-nav {
  display: block;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.slider-clients .flex-direction-nav li {
  display: inline-block;
  margin: 0;
}
.slider-clients .slides {
  display: flex;
}
.slider-clients .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: none !important;
  outline: none !important;
}
.slider-clients .slick-slide img {
  display: block;
  filter: grayscale(100%);
  max-height: 70px;
  max-width: calc(100% - 30px);
}
.slider-clients .slick-slide img:hover {
  filter: grayscale(0%);
}
.slider-clients .slick-slide.slick-current img {
  filter: grayscale(0%);
}
@media (max-width: 767.98px) {
  .slider-clients {
    margin-top: 20px;
  }
}

.slider-for .slick-slide {
  border: none !important;
  outline: none !important;
}

.featured-quote {
  display: flex;
  margin-top: 40px;
  margin-bottom: 30px;
}
.featured-quote .fq-left {
  padding-right: 30px;
  flex: 0 0 280px;
  padding-top: 30px;
}
.featured-quote .fq-right {
  border-left: 4px solid #E3E3E3;
  padding-left: 100px;
  font-style: italic;
  padding-top: 25px;
}
.featured-quote .fq-author {
  padding-left: 45px;
  background: url(../img/quote.svg) 0 7px no-repeat;
}
.featured-quote .fqa-1 {
  font-weight: bold;
  font-size: 20px;
}
.featured-quote .fqa-2 {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .featured-quote {
    display: block;
    margin: 0 0 0 0;
  }
  .featured-quote .fq-left {
    padding-right: 0;
    padding-top: 0;
  }
  .featured-quote .fq-right {
    border-left: none;
    margin-top: 24px;
    border-top: 4px solid #E3E3E3;
    padding-left: 0;
    padding-top: 25px;
  }
}

.modal h2{
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 30px;
}
@media (max-width: 991.98px) {
  .modal h2 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .modal h2 {
    padding-right: 50px;
  }
}
.modal .pf-social {
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  margin-right: 20px;
  margin-bottom: 20px;
}
.modal .pf-social:hover {
  background: #dddddd;
}
.modal-thank-you .modal-box, .modal-newsletter .modal-box {
  background: #fff url(../img/plane_desktop.png) 100% center no-repeat;
}
.modal-owl .modal-box{
	background: #fff url(https://semahead.agency/wp-content/uploads/2020/07/sowa.png) 100% bottom no-repeat; background-size: 80%;
}
@media (max-width: 1199.98px) {
  .modal-thank-you .modal-box, .modal-newsletter .modal-box {
    background-size: 40% auto;
  }
}
@media (max-width: 991.98px) {
  .modal-thank-you .modal-box, .modal-newsletter .modal-box {
    background: #fff url(../img/plane_mobile.png) center 100% no-repeat;
    padding-bottom: 220px;
  }
}

.brief-next-box {
  padding: 60px 60px 40px 60px;
  margin-bottom: 30px;
}
@media (max-width: 1199.98px) {
  .brief-next-box {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 991.98px) {
  .brief-next-box {
    padding: 20px 20px 0 20px;
    margin-bottom: 20px;
  }
}
.brief-next-box h4 {
  padding-left: 96px;
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.brief-next-box h4 .bb-number {
  font-size: 80px;
  color: #F6F6F6;
  font-weight: bold;
  line-height: 70px;
  position: absolute;
  top: 0;
  left: 0;
}
.brief-next-box h4 .bb-header {
  position: relative;
}
.brief-next-box .tb-inside {
  background: 100% 100% no-repeat;
  padding-right: 90px;
}
@media (max-width: 575.98px) {
  .brief-next-box .tb-inside {
    background: center calc(100% - 20px) no-repeat;
    padding-right: 0;
    padding-bottom: 100px;
  }
}
.brief-next-box .size-full {
  max-width: 95%;
}
.brief-next-box ul {
  padding: 0;
  font-size: 14px;
}
.brief-next-box li {
  list-style: none;
  padding-left: 20px;
  background: url(../img/brief-li.png) 0 0.7em no-repeat;
  margin-bottom: 5px;
}
.brief-next-box small {
  font-size: 14px;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  margin-top: -49px;
  z-index: 1;
}

.color-white, .color-white * {
  color: #fff;
}

.background-primary {
  background-color: #B4141B !important;
}

.sd-info {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #FC684D;
  padding: 100px 50px;
  width: 100%;
}

.sd-inside {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .sd-inside {
    padding-left: 50px;
    margin-top: 0;
  }
}
.expert-box {
  background: #f6f6f6;
  padding: 50px 100px;
}
@media (max-width: 1199.98px) {
  .expert-box {
    padding: 30px 50px;
  }
}
@media (max-width: 991.98px) {
  .expert-box {
    padding: 20px 30px;
  }
}
.expert-box .eb-img {
  margin: -80px 0;
  float: right;
}
@media (max-width: 767.98px) {
  .expert-box .eb-img {
    margin: 20px auto;
    width: 300px;
  }
}
.expert-box .eb-quote {
  padding-left: 40px;
  background: url(../img/quote-xs.png) 0 0.4em no-repeat;
  margin-bottom: 20px;
}
.expert-box .eb-name {
  font-weight: bold;
}
.expert-box .eb-position {
  text-transform: uppercase;
}
.expert-box .eb-content {
  font-style: italic;
  margin-bottom: 20px;
}
.expert-box .eb-content strong {
  color: #B4141B;
}
.expert-box .btn-white {
  background-color: transparent;
}
.expert-box .eb-hide {
  height: 46px;
  width: 63px;
  transform: rotate(180deg);
  background: transparent url(../img/Path-1.png) center center no-repeat;
}
.expert-box .eb-hide:hover {
  background: #B4141B url(../img/Path-4.png) center center no-repeat;
}
.expert-box .eb-scroll {
  overflow-y: auto;
  height: 190px;
  /* This property print the content from left to right */
  direction: rtl;
  padding-left: 10px;
  font-style: italic;
  /*This cause the division content to be displayed from right to left */
  /* Designing for scroll-bar */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.expert-box .eb-scroll .eb-flipped {
  direction: ltr;
}
.expert-box .eb-scroll::-webkit-scrollbar {
  width: 4px;
}
.expert-box .eb-scroll::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 3px;
}
.expert-box .eb-scroll::-webkit-scrollbar-thumb {
  background: #C5C5C5;
  border-radius: 3px;
}
.expert-box .eb-scroll::-webkit-scrollbar-thumb:hover {
  background: #C5C5C5;
}

.intro-image-bg {
  height: 140px;
  background: #b4141b url(../img/filtr_cover_case2.png) center center no-repeat;
  background-size: contain;
}

.intro-after-image h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
@media (min-width: 576px) {
  .intro-after-image h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .intro-after-image h1 {
    font-size: 32px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 992px) {
  .intro-after-image h1 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  .intro-after-image h1 {
    font-size: 40px;
  }
}
.intro-after-image h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #B4141B;
}
.intro-after-image .ai-right h4 {
  margin-top: 20px;
}
.intro-after-image .ai-right h4:first-child {
  margin-top: 0;
}
.intro-after-image .ai-right > *:last-child {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .intro-image-bg {
    height: 364px;
    background-position: calc(50% + 400px) center;
  }

  .ai-left {
    margin-top: -290px;
  }
  .ai-left:before {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    right: -60px;
    bottom: 0;
    background: #fff;
    border-radius: 4px;
  }
  .ai-left .ai-inside {
    position: relative;
  }

  section.intro-after-image {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  section.intro-after-image .breadcrumbs {
    margin-bottom: 30px;
  }
  section.intro-after-image h1 {
    margin-bottom: 60px;
  }
}
.small-content-toggle {
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  text-decoration: underline;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.small-content-toggle:hover {
  color: #B4141B;
}

.small-content-more {
  display: none;
}

.grey-property-title {
  margin: 10px 0 20px 0 !important;
}
@media (min-width: 768px) {
  .grey-property-title {
    margin: 20px 0 30px 0 !important;
  }
}

.grey-property-box {
  background: #f6f6f6;
  padding: 24px 20px;
  margin-bottom: 10px;
  height: calc(100% - 10px);
  display: flex;
  align-items: center;
  width: 100%;
}
@media (min-width: 768px) {
  .grey-property-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .grey-property-box {
    padding: 30px 40px;
  }
}

.icon-property-box {
  background: #fff center 30px no-repeat;
  background-size: auto 71px;
  padding: 120px 20px 24px 20px;
  margin-bottom: 10px;
  height: calc(100% - 10px);
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .icon-property-box {
    height: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .icon-property-box {
    background: #fff 40px center no-repeat;
    background-size: auto 71px;
    text-align: left;
    line-height: 26px;
    padding: 40px 40px 40px 150px;
    min-height: 150px;
    display: flex;
    align-items: center;
  }
}

.grey-box-content {
  padding: 20px 20px 0 20px;
  background: #f6f6f6;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .grey-box-content {
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .grey-box-content {
    padding: 40px 40px 20px 40px;
  }
}

.white-box-content {
  padding: 20px 20px 0 20px;
  background: #ffffff;
  border: 1px solid #CED2D6;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .white-box-content {
    padding: 30px 30px 10px 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .white-box-content {
    padding: 40px 40px 20px 40px;
  }
}

.count-number-box {
  background: #ffffff;
  border: 2px solid #efefef;
  border-radius: 4px;
  padding: 25px;
  text-align: center;
  margin-bottom: 10px;
}
.count-number-box .cn-number {
  margin-bottom: 10px;
  color: #B4141B;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 992px) {
  .count-number-box {
    margin-bottom: 30px;
    height: calc(100% - 30px);
  }
  .count-number-box .cn-number {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .count-number-box {
    padding: 45px 30px;
  }
  .count-number-box .cn-number {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

.shadow-box-content {
  background: #ffffff;
  box-shadow: 0 0 10px #0000001A;
  border-radius: 4px;
  margin: 40px 0 20px 0;
  padding: 30px 20px 10px 20px;
}
.shadow-box-content h2 {
  margin: 0 0 20px 0;
}
@media (min-width: 992px) {
  .shadow-box-content {
    padding: 55px 60px 40px 60px;
    margin: 100px 0 30px 0;
  }
  .shadow-box-content h2 {
    margin-bottom: 40px;
  }
  .shadow-box-content .btn {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .product-slider .offer-box {
    min-height: 450px;
    height: auto;
  }
}
@media (min-width: 768px) {
  .product-slider .offer-box {
    min-height: 450px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .product-slider .offer-box {
    min-height: 485px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .product-slider .offer-box {
    min-height: 574px;
    height: auto;
  }
}
.blog-intro {
  min-height: calc(70vh - 280px);
}

.blog-boxes-wrapper {
  margin-top: 60px;
}

.blog-box {
  margin-bottom: 30px;
  overflow: hidden;
  background: #F6F6F6;
}
.blog-box .bb-middle {
  background: #F6F6F6;
  padding: 25px 30px;
}
.blog-box .bb-1 {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 20px;
}
.blog-box h3 {
  font-size: 18px;
  margin: 0 0 30px 0;
  height: 4.2em;
  line-height: 1.4;
  overflow: hidden;
}
.blog-box .bb-img {
  border-bottom: 2px solid #E3E3E3;
}
.blog-box .bb-more {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #B4141B !important;
}
.blog-box .bb-more img {
  margin-left: 5px;
}
.blog-box .bb-date {
  background: #EFEFEF;
  font-size: 12px;
  font-weight: bold;
  padding: 19px 30px;
}
.blog-box.bb-list {
  margin-bottom: 100px;
}
.blog-box.bb-list h3 {
  height: auto;
}
@media (min-width: 992px) {
  .blog-box.bb-list .bb-middle {
    padding: 30px 40px;
  }
  .blog-box.bb-list h3 {
    height: auto;
    font-size: 24px;
  }
  .blog-box.bb-list .bb-1 {
    font-size: 16px;
  }
  .blog-box.bb-list .bb-more {
    display: inline-block;
    margin-top: 40px;
    font-size: 16px;
  }
  .blog-box.bb-list .bb-date {
    font-size: 16px;
    padding: 29px 40px;
  }
}

.bb-col-left {
  padding-right: 85px;
}

.bb-col-right {
  padding-left: 85px;
  padding-top: 100px;
}

@media (max-width: 1199.98px) {
  .blog-box.bb-list {
    margin-bottom: 60px;
  }

  .bb-col-left {
    padding-right: 30px;
  }

  .bb-col-right {
    padding-left: 30px;
    padding-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .blog-box.bb-list {
    margin-bottom: 30px;
  }

  .bb-col-left {
    padding-right: 15px;
  }

  .bb-col-right {
    padding-left: 15px;
    padding-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .bb-col-right {
    padding-top: 0;
  }
}
.blog-list-more {
  text-decoration: underline;
  margin-bottom: 20px;
  display: inline-block;
}

.blog-post h1 {
  font-size: 24px;
  margin: 0 0 20px 0;
}
@media (min-width: 576px) {
  .blog-post h1 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .blog-post h1 {
    font-size: 34px;
  }
}
@media (min-width: 992px) {
  .blog-post h1 {
    font-size: 36px;
    margin: 0 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .blog-post h1 {
    font-size: 40px;
  }
}
.blog-post h3 {
  color: #B4141B;
}
.blog-post .bp-margin {
  margin-bottom: 50px;
}
.blog-post .bp-margin-top {
  margin-top: 30px;
}
.blog-post .blog-post-intro {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  border-bottom: 2px solid #efefef;
  padding-bottom: 5px;
  margin-bottom: 50px;
}
.blog-post .blog-post-intro .bi-left {
  margin-right: 30px;
  margin-bottom: 10px;
}
.blog-post .blog-post-intro .bir-1 {
  display: inline-block;
  font-weight: bold;
  margin-right: 30px;
  margin-bottom: 10px;
}
.blog-post .blog-post-intro .bir-2 {
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .blog-post .blog-post-intro {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .blog-post .bi-right {
    width: 100%;
  }
  .blog-post .bir-2 {
    float: right;
  }
  .blog-post .bp-margin {
    margin-bottom: 30px;
  }
  .blog-post .bp-margin-top {
    margin-top: 10px;
  }
}

.post-author {
  padding: 40px 40px 20px 40px;
  margin: 50px 0;
}
@media (max-width: 991.98px) {
  .post-author {
    padding: 30px 30px 10px 30px;
  }
}
.post-author .pa-3 {
  display: inline-block;
  line-height: 34px;
  padding: 0 20px;
  background: #F6F6F6 0% 0% no-repeat padding-box;
  border-radius: 17px;
  font: normal normal 600 14px/26px Montserrat;
  letter-spacing: 0px;
  color: #000000;
}
.post-author .pa-img {
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 767.98px) {
  .post-author {
    margin: 30px 0;
  }
}

.prev-next-post div {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.prev-next-post div.pnp-left {
  margin-bottom: 30px;
}
.prev-next-post a {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-transform: none;
}
.prev-next-post a:hover {
  color: #B4141B;
}
@media (min-width: 576px) {
  .prev-next-post .pnp-right {
    text-align: right;
  }
  .prev-next-post div.pnp-left {
    margin-bottom: 0;
  }
}

.section-about-us-contact {
  background: #ffffff !important;
}
.section-about-us-contact.background-grey {
  background: #f6f6f6 !important;
}

.filar-moreless {
  margin-bottom: 20px;
}
.filar-moreless .fm-toggle {
  padding: 50px 60px;
  font: normal normal bold 24px/50px Montserrat;
  text-transform: uppercase;
  cursor: pointer;
}
.filar-moreless .fm-toggle .fm-inside {
  position: relative;
  padding-left: 110px;
  background: 0 center no-repeat;
}
.filar-moreless .fm-toggle .fm-inside:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
  width: 13px;
  height: 13px;
  background: url(../img/brief-toggle.png);
}
.filar-moreless .fm-toggle.active .fm-inside:after {
  transform: rotate(180deg);
}
.filar-moreless .fm-more {
  padding: 0px 100px 40px 60px;
}
.filar-moreless .fm-img {
  height: 70px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.filar-moreless .fm-img img {
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 1199.98px) {
  .filar-moreless .fm-toggle {
    padding: 17px 30px;
    font-size: 16px;
  }
  .filar-moreless .fm-toggle .fm-inside {
    padding-left: 60px;
    background-size: 45px auto;
  }
  .filar-moreless .fm-more {
    padding: 0px 30px 10px 30px;
  }
}
@media (max-width: 767.98px) {
  .filar-moreless .fm-img {
    height: auto;
    max-height: 70px;
  }
}

.about-us-video {
  overflow: hidden;
}
.about-us-video video {
  margin-left: -2px;
}

.ml-career h4 {
  font-size: 14px;
}
.ml-career ul {
  list-style: none;
  padding-left: 0;
}
.ml-career ul li {
  padding-left: 22px;
  background: url(../img/career-li.png) 0 0.5em no-repeat;
}

.grey-box-content-2 {
  padding: 40px 20px 0 20px;
  background: #f6f6f6;
  margin-bottom: 40px;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .grey-box-content-2 {
    padding: 40px 30px 10px 30px;
    margin-bottom: 30px;
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .grey-box-content-2 {
    padding: 40px 40px 20px 40px;
  }
}
@media (min-width: 1200px) {
  .grey-box-content-2 {
    padding: 60px 60px 40px 60px;
    margin-bottom: 60px;
  }
}
.grey-box-content-2 .gb-label {
  width: 158px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  position: absolute;
  top: -20px;
  left: 0;
  text-transform: uppercase;
  font-weight: bold;
}

#map-canvas {
  height: 300px;
}

.gb-2-wrapper .grey-box-content-2:last-child {
  margin-bottom: 0;
}

.slider-career {
  margin: 0 auto 70px auto;
  overflow: hidden;
  padding-bottom: 70px;
}
@media (max-width: 1199.98px) {
  .slider-career {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .slider-career {
    margin-bottom: 10px;
  }
}
.slider-career .slick-slide {
  border: none !important;
  outline: none !important;
}
.slider-career .slider-career-inside {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider-career .slider-career-inside img {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.6;
}
.slider-career .slider-career-inside .slick-current img {
  filter: grayscale(0);
  opacity: 1;
}
.slider-career .slick-list {
  padding: 0 !important;
}
.slider-career .slick-arrow {
  opacity: 1 !important;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: block;
  margin: 0 15px 15px 15px;
  background: #EFEFEF url(../img/Path-1.png) center center no-repeat;
  width: 43px;
  height: 43px;
  overflow: hidden;
  color: transparent;
  text-indent: -100px;
}
.slider-career .slick-arrow.slick-prev {
  transform: rotate(180deg);
  bottom: -60px;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-left: -58px;
}
.slider-career .slick-arrow.slick-next {
  bottom: -60px;
  position: absolute;
  left: 50%;
  margin: 0;
  margin-left: 15px;
  transform: none;
}
.slider-career .slick-arrow:hover {
  background: #B4141B url(../img/Path-4.png) center center no-repeat;
}

.theme-box.padding-box {
  padding: 60px 60px 40px 60px;
}
@media (max-width: 1199.98px) {
  .theme-box.padding-box {
    padding: 40px 40px 20px 40px;
  }
}
@media (max-width: 767.98px) {
  .theme-box.padding-box {
    padding: 30px 30px 10px 30px;
  }
}

.section-career-apply {
  background: #fff url(../img/mailbox.png) 100% 100px no-repeat !important;
  background-size: 45% auto !important;
}
@media (max-width: 991.98px) {
  .section-career-apply {
    background-image: none !important;
  }
}
.section-career-apply .sca-required {
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .section-career-apply .sca-required {
    margin-top: 30px;
  }
}
.section-career-apply .sca-required span {
  position: relative;
  top: 4px;
  font-weight: bold;
}

body.forbes-publicity {
  background: #1A1A1A;
  color: #ffffff;
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  body.forbes-publicity {
    padding-top: 40px;
  }
}
body.forbes-publicity h1, body.forbes-publicity h2, body.forbes-publicity h3, body.forbes-publicity h4, body.forbes-publicity h5, body.forbes-publicity h6 {
  color: #fff;
}
body.forbes-publicity strong {
  font-weight: 800;
}
body.forbes-publicity .fp-intro {
  border: 2px solid #ffffff;
  padding: 75px 80px 55px 80px;
  margin-bottom: 80px;
}
body.forbes-publicity .fp-intro h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 20px 0;
}
@media (max-width: 767.98px) {
  body.forbes-publicity .fp-intro {
    padding: 0;
    border: none;
    text-align: center;
    font-size: 18px;
  }
  body.forbes-publicity .fp-intro h1 {
    text-transform: none;
    font-size: 34px;
  }
}
body.forbes-publicity h2 {
  font-size: 26px;
  margin: 0 0 80px 0;
  font-weight: 800;
  color: #fff;
}
@media (min-width: 576px) {
  body.forbes-publicity h2 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  body.forbes-publicity h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body.forbes-publicity h2 {
    font-size: 36px;
  }
}
@media (min-width: 1200px) {
  body.forbes-publicity h2 {
    font-size: 40px;
  }
}
body.forbes-publicity .fp-btn {
  line-height: 30px;
  color: #FFFFFF;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  display: inline-block;
  font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  padding-left: 45px;
  outline: none !important;
}
body.forbes-publicity .fp-btn.fpb-1 {
  background: url(../img/fp1.svg) 0 center no-repeat;
}
body.forbes-publicity .fp-btn.fpb-2 {
  background: url(../img/fp2.svg) 0 center no-repeat;
}
body.forbes-publicity .fp-box {
  background: #282828;
  border-top: 6px solid #B4141B;
  border-radius: 4px;
  margin-bottom: 60px;
}
body.forbes-publicity .fp-box .fpb-top {
  padding: 9.5% 9.5%;
}
body.forbes-publicity .fp-box .fpbt-right {
  padding-left: 25px;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  font-weight: 500;
}
body.forbes-publicity .fp-box .fpbt-right h4 {
  margin-bottom: 10px;
}
body.forbes-publicity .fp-box .fp-quote {
  font-style: italic;
  padding-top: 30px;
  background: url(../img/fp-quote.svg) 30px 0 no-repeat;
}
body.forbes-publicity .fp-box .fpb-more {
  display: none;
  font-style: italic;
  padding-top: 40px;
}
body.forbes-publicity .fp-box .fpb-toggle {
  font: normal normal bold 14px/24px Montserrat;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 60px;
  cursor: pointer;
}
body.forbes-publicity .fp-box .fpb-toggle .fpbt-2 {
  display: none;
}
body.forbes-publicity .fp-box .fpb-toggle:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 11px;
  height: 7px;
  margin-top: -3px;
  background: url(../img/Path-2.png) no-repeat;
}
body.forbes-publicity .fp-box .fpb-toggle.active:after {
  transform: rotate(180deg);
}
body.forbes-publicity .fp-box .fpb-bottom {
  background: #373737;
  padding-top: 60px;
  padding-bottom: 27px;
  position: relative;
}
body.forbes-publicity .fp-box .fpb-bottom .btn {
  padding: 15px 20px;
  font-size: 20px;
}
body.forbes-publicity .fp-box .fpb-btn {
  position: absolute;
  bottom: -45px;
  width: 100%;
  left: 0;
}
body.forbes-publicity .fp-box .fpb-btn .btn-fpbox {
  padding: 15px 20px;
  font-size: 20px;
  background: #282828;
  border: 2px solid #B4141B;
}
body.forbes-publicity .fp-box .fpb-btn .btn-fpbox:hover {
  background: #fff;
}
body.forbes-publicity .fp-box.fpb-orange {
  border-top-color: #FC684D;
}
body.forbes-publicity .fp-box.fpb-orange .btn-primary {
  background: #FC684D;
  border-color: #FC684D;
}
body.forbes-publicity .fp-box.fpb-orange .btn-primary:hover {
  background: #fff;
  color: #FC684D;
}
body.forbes-publicity .fp-box.fpb-orange .btn-fpbox {
  border-color: #FC684D;
}
body.forbes-publicity .fp-box.fpb-orange .btn-fpbox:hover {
  background: #fff;
  color: #FC684D;
}
body.forbes-publicity .fp-box.fpb-orange .fpb-toggle:after {
  background: url(../img/Path-2-orange.png) no-repeat;
}
body.forbes-publicity .fp-contact {
  color: #000000;
  padding-top: 40px;
  padding-bottom: 60px;
}
body.forbes-publicity .fp-contact h2 {
  font-size: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  body.forbes-publicity .fp-contact h2 {
    font-size: 34px;
  }
}
body.forbes-publicity .fp-contact h3 {
  color: #000000;
}
body.forbes-publicity .fp-contact .fpc-left {
  padding-left: 25px;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff;
}
body.forbes-publicity .fp-contact .fpc-logo {
  display: inline-block;
  margin-top: 35px;
}
body.forbes-publicity .fp-contact .btn-fpcontact {
  padding: 12px 25px 10px 25px;
  font-size: 16px;
  background: #1A1A1A;
  border: 2px solid #B4141B;
}
body.forbes-publicity .fp-contact .btn-fpcontact:hover {
  background: #fff;
}
body.forbes-publicity .fp-contact .contact-box {
  margin-top: 0;
}
body.forbes-publicity .fp-contact .contact-box h3 {
  font-size: 30px;
}
body.forbes-publicity .fp-contact .contact-box .font-xs {
  font-size: 12px;
}
body.forbes-publicity .fp-contact .contact-box .dropdown-toggle.bs-placeholder {
  color: #000000 !important;
  font-weight: bold;
}
body.forbes-publicity .fp-contact .contact-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .dropdown-toggle::after, body.forbes-publicity .fp-contact .contact-box .bootstrap-select .dropdown-toggle::after {
  background: url(../img/Path-2-black.png) center center no-repeat;
}
body.forbes-publicity .fp-contact .contact-box textarea.input-text {
  border-bottom: none;
}
body.forbes-publicity .fp-contact .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn, body.forbes-publicity .fp-contact .bootstrap-select .btn,
body.forbes-publicity .fp-contact .input-text {
  margin-bottom: 10px;
}
body.forbes-publicity .fp-contact .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) .btn, body.forbes-publicity .fp-contact .bootstrap-select .btn {
  padding-bottom: 5px;
}
body.forbes-publicity .fp-footer {
  background: #fff;
}
body.forbes-publicity .fp-footer h3 {
  color: #1A1A1A;
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  body.forbes-publicity .fp-btn.fpb-1,
body.forbes-publicity .fp-btn.fpb-2 {
    text-align: left;
    color: #fff;
    background: #B4141B url(../img/fp1-mobile.svg) 13px center no-repeat;
    border-radius: 4px;
    font-size: 16px;
    padding: 11px 45px 9px 45px;
    position: relative;
    margin-bottom: 20px;
  }
  body.forbes-publicity .fp-btn.fpb-1:after,
body.forbes-publicity .fp-btn.fpb-2:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    width: 11px;
    height: 7px;
    content: "";
    background: url(../img/Path-2-white.png);
  }
  body.forbes-publicity .fp-btn.fpb-2 {
    color: #fff;
    background: #FC684D url(../img/fp2-mobile.svg) 13px center no-repeat;
    border-radius: 4px;
    font-size: 16px;
    padding: 11px 45px 9px 45px;
    position: relative;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  body.forbes-publicity {
    font-size: 16px;
  }
  body.forbes-publicity .fp-intro {
    margin-bottom: 20px;
  }
  body.forbes-publicity h2 {
    margin-bottom: 30px;
  }
  body.forbes-publicity .page-footer .pf-partners div {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  body.forbes-publicity .fp-btn.fpb-1,
body.forbes-publicity .fp-btn.fpb-2 {
    width: 100%;
  }
  body.forbes-publicity h4 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  body.forbes-publicity .fp-box .fpb-top {
    text-align: center;
    padding: 30px 20px 25px 20px;
  }
  body.forbes-publicity .fp-box .fpb-top p {
    margin-bottom: 25px;
  }
  body.forbes-publicity .font-sm.fp-quote {
    font-size: 16px;
    padding-top: 17px;
    text-align: left;
    font-weight: 400;
    background: url(../img/fp-quote.svg) center 0 no-repeat;
  }
  body.forbes-publicity .fp-box .fpb-toggle {
    margin-top: 0;
  }
  body.forbes-publicity .fpq-dots {
    margin: -20px 0 10px 0;
    font-weight: 300;
    letter-spacing: 3px;
  }
  body.forbes-publicity .fp-box .fpb-more {
    font-size: 16px;
    text-align: left;
    padding: 0 5px;
  }
  body.forbes-publicity .fp-box .fpbt-right {
    padding: 0 20px;
    margin-top: 30px;
  }
  body.forbes-publicity .fp-box .fpb-bottom {
    padding: 30px 30px 15px 30px;
  }
  body.forbes-publicity .fp-box .fpb-bottom .btn {
    padding: 11px 20px 10px 20px;
    font-size: 16px;
  }
  body.forbes-publicity .fp-box .fpb-bottom .btn.btn-fpbox {
    font-size: 14px;
  }
  body.forbes-publicity .fp-contact {
    padding-top: 0;
    padding-bottom: 0;
  }
  body.forbes-publicity .fp-contact textarea.input-text {
    height: 36px;
    display: block;
  }
  body.forbes-publicity .fp-contact .contact-box .btn.btn-inline {
    display: block;
    width: 100%;
  }
  body.forbes-publicity .fp-contact .cb-acceptance {
    text-align: center !important;
  }
  body.forbes-publicity .fp-contact h2 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  body.forbes-publicity .fp-contact .btn-fpcontact {
    font-size: 14px;
    margin: 0 auto 30px auto;
  }
  body.forbes-publicity .fp-contact .fpc-left {
    text-align: center;
    font-size: 18px;
  }
  body.forbes-publicity .fp-contact .fpc-left strong {
    font-weight: 700;
  }
  body.forbes-publicity .fp-contact .fpc-logo {
    width: 150px;
    margin-top: 15px;
  }
  body.forbes-publicity .fp-footer {
    padding-bottom: 10px;
  }
  body.forbes-publicity .fp-footer h3 {
    font-size: 26px;
    margin-top: 10px;
  }
}
body.forbes-publicity .btn.btn-orange, body.forbes-publicity .gform_button_orange {
  border-color: #FC684D;
  background: #FC684D;
}
body.forbes-publicity .btn.btn-orange:hover, body.forbes-publicity .gform_button_orange:hover {
  color: #FC684D;
  background: #fff;
}
body.forbes-publicity button[title="Konrad Błazenek"] .filter-option-inner-inner {
  color: #B4141B;
  font-weight: bold;
}
body.forbes-publicity button[title="Edyta Frąckowiak"] .filter-option-inner-inner {
  color: #FC684D;
  font-weight: bold;
}
body.forbes-publicity button[title="Edyta Frąckowiak"] + .dropdown-menu .dropdown-item.active {
  background: #FC684D !important;
}

/*# sourceMappingURL=style.css.map */
.wp-caption-text{font-size: 0.8em; font-style: italic;}

.gform_wrapper ul {margin: 0 !important; padding: 0 !important; list-style-type: none; display: block;}
.gform_wrapper ul, html>body .entry ul {text-indent: 0;}
.gform_wrapper form li, .gform_wrapper li {margin-left: 0!important; list-style-type: none!important; list-style-image: none!important; list-style: none!important; overflow: visible;}
.gform_wrapper ul li.gfield {clear: both;}
.gform_wrapper textarea {width: 100%;}
.gform_heading{display: none;}
.gfield_visibility_hidden{visibility:hidden;position:absolute;left:-9999px}
.hidden_label .gfield_label{display: none !important;}
.gfield textarea{height: 50px; width: 100%; padding: 0 0 5px 0; border: none; border-bottom: 1px solid #efefef; border-radius: 0; box-shadow: none; margin: 0; font-size: 14px; line-height: 20px; outline: none !important; background: #fff calc(100% - 1.5rem) center no-repeat; font-family: "Montserrat", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;}
.gform_wrapper .btn{margin: 0 !important;}
.gfield_required{margin-left: 3px; color: #B4141B;}
.validation_error{margin-bottom: 15px; font-size: 0.8em; font-weight: bold; color: #B4141B; text-align: center;}
.validation_message{font-size: 0.6em; color: #B4141B; text-align: left;}
.semahead-zgoda{text-align: left;}
.comment-notes, .logged-in-as{margin-bottom: 1em !important;}

.modal-owl #owl{position: absolute; bottom: 0; right: 0; height: auto; width: 80%; z-index: -1}

@media (min-width: 1024px)
{
	#field_5_1, #field_14_12, #field_14_14, #field_14_16, #field_17_1, #field_17_3, #field_18_1, #field_18_3
	{width: 48%; float: left; clear: none;}
	#field_5_2, #field_14_13, #field_14_15, #field_14_17, #field_17_2, #field_17_4, #field_18_2, #field_18_4
	{width: 48%; float: right; clear: none;}
}
#gform_submit_button_12{width: 200px;}