@import url(https://fonts.googleapis.com/css?family=Saira:300,400,600);/**
*
*   VARIABLES
*
**/

/** Import Bootstrap functions */

/**
*
*   AUTOLOAD
*
**/

/** Import everything from autoload */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer::before {
  content: "\2014\A0";
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #5a7fac;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

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

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

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

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

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

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

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

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

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 500;
  color: #2d4159;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #2d4159;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #212529;
  background-color: #f49306;
  border-color: #f49306;
}

.btn-primary:hover {
  color: #fff;
  background-color: #cf7d05;
  border-color: #c27505;
}

.btn-primary:focus,
.btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 131, 11, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 131, 11, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #f49306;
  border-color: #f49306;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #c27505;
  border-color: #b66e04;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(212, 131, 11, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(212, 131, 11, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #39c;
  border-color: #39c;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #2b82ad;
  border-color: #297aa3;
}

.btn-secondary:focus,
.btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 168, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 168, 212, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #39c;
  border-color: #39c;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #297aa3;
  border-color: #267399;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 168, 212, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 168, 212, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #999;
  border-color: #999;
}

.btn-light:hover {
  color: #fff;
  background-color: #868686;
  border-color: gray;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #999;
  border-color: #999;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: gray;
  border-color: #797979;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(135, 136, 136, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-white {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-gray {
  color: #212529;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-gray:hover {
  color: #212529;
  background-color: #dce8f3;
  border-color: #d3e2f0;
}

.btn-gray:focus,
.btn-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 219, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 219, 221, 0.5);
}

.btn-gray.disabled,
.btn-gray:disabled {
  color: #212529;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-gray:not(:disabled):not(.disabled):active,
.btn-gray:not(:disabled):not(.disabled).active,
.show > .btn-gray.dropdown-toggle {
  color: #212529;
  background-color: #d3e2f0;
  border-color: #c9dbed;
}

.btn-gray:not(:disabled):not(.disabled):active:focus,
.btn-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(217, 219, 221, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(217, 219, 221, 0.5);
}

.btn-body-text {
  color: #fff;
  background-color: #2d4159;
  border-color: #2d4159;
}

.btn-body-text:hover {
  color: #fff;
  background-color: #202e40;
  border-color: #1c2837;
}

.btn-body-text:focus,
.btn-body-text.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 94, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(77, 94, 114, 0.5);
}

.btn-body-text.disabled,
.btn-body-text:disabled {
  color: #fff;
  background-color: #2d4159;
  border-color: #2d4159;
}

.btn-body-text:not(:disabled):not(.disabled):active,
.btn-body-text:not(:disabled):not(.disabled).active,
.show > .btn-body-text.dropdown-toggle {
  color: #fff;
  background-color: #1c2837;
  border-color: #18222f;
}

.btn-body-text:not(:disabled):not(.disabled):active:focus,
.btn-body-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-body-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(77, 94, 114, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(77, 94, 114, 0.5);
}

.btn-outline-primary {
  color: #f49306;
  border-color: #f49306;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #f49306;
  border-color: #f49306;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 147, 6, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #f49306;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #f49306;
  border-color: #f49306;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(244, 147, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(244, 147, 6, 0.5);
}

.btn-outline-secondary {
  color: #39c;
  border-color: #39c;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #39c;
  border-color: #39c;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 153, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 153, 204, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #39c;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #39c;
  border-color: #39c;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(51, 153, 204, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(51, 153, 204, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #999;
  border-color: #999;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #999;
  border-color: #999;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #999;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #999;
  border-color: #999;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

.btn-outline-white:hover {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-gray {
  color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-gray:hover {
  color: #212529;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-gray:focus,
.btn-outline-gray.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 251, 253, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 251, 253, 0.5);
}

.btn-outline-gray.disabled,
.btn-outline-gray:disabled {
  color: #f9fbfd;
  background-color: transparent;
}

.btn-outline-gray:not(:disabled):not(.disabled):active,
.btn-outline-gray:not(:disabled):not(.disabled).active,
.show > .btn-outline-gray.dropdown-toggle {
  color: #212529;
  background-color: #f9fbfd;
  border-color: #f9fbfd;
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus,
.btn-outline-gray:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-gray.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(249, 251, 253, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(249, 251, 253, 0.5);
}

.btn-outline-body-text {
  color: #2d4159;
  border-color: #2d4159;
}

.btn-outline-body-text:hover {
  color: #fff;
  background-color: #2d4159;
  border-color: #2d4159;
}

.btn-outline-body-text:focus,
.btn-outline-body-text.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.5);
}

.btn-outline-body-text.disabled,
.btn-outline-body-text:disabled {
  color: #2d4159;
  background-color: transparent;
}

.btn-outline-body-text:not(:disabled):not(.disabled):active,
.btn-outline-body-text:not(:disabled):not(.disabled).active,
.show > .btn-outline-body-text.dropdown-toggle {
  color: #fff;
  background-color: #2d4159;
  border-color: #2d4159;
}

.btn-outline-body-text:not(:disabled):not(.disabled):active:focus,
.btn-outline-body-text:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-body-text.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(45, 65, 89, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #2d4159;
  text-decoration: none;
}

.btn-link:hover {
  color: #131c26;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #7f4c03;
  background-color: #fde9cd;
  border-color: #fce1b9;
}

.alert-primary hr {
  border-top-color: #fbd7a1;
}

.alert-primary .alert-link {
  color: #4d2e02;
}

.alert-secondary {
  color: #1b506a;
  background-color: #d6ebf5;
  border-color: #c6e2f1;
}

.alert-secondary hr {
  border-top-color: #b2d8ec;
}

.alert-secondary .alert-link {
  color: #113141;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #505050;
  background-color: #ebebeb;
  border-color: #e2e2e2;
}

.alert-light hr {
  border-top-color: #d5d5d5;
}

.alert-light .alert-link {
  color: #373737;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-gray {
  color: #818384;
  background-color: #fefeff;
  border-color: #fdfefe;
}

.alert-gray hr {
  border-top-color: #ecf6f6;
}

.alert-gray .alert-link {
  color: #68696a;
}

.alert-body-text {
  color: #17222e;
  background-color: #d5d9de;
  border-color: #c4cad1;
}

.alert-body-text hr {
  border-top-color: #b6bdc6;
}

.alert-body-text .alert-link {
  color: #06090c;
}

/**
*
*   THEME MODULES
*
**/

.vcard {
  margin-bottom: 2rem;
}

.avatar {
  border-radius: 100%;
  max-width: 48px;
}

.menu__item--avatar {
  padding-right: 1rem;
}

.menu__item--author .fn {
  display: block;
  text-transform: capitalize;
  color: #2d4159;
  font-weight: 600;
}

.menu__item--author .updated {
  opacity: 0.7;
  font-size: 0.875rem;
}

.comments {
  margin-top: 7rem;
}

.comments h3,
.comments h4 {
  opacity: 0.7;
}

.comments .comment-list {
  padding-left: 0;
  margin-bottom: 4rem;
}

.comments .comment {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 2rem;
}

.comments .says {
  display: none;
}

.comments .comment-meta {
  margin-bottom: 2rem;
}

.comments .avatar {
  margin-right: 1rem;
}

.comments .fn {
  text-transform: capitalize;
  font-weight: 600;
}

.comments .comment-metadata {
  margin-top: -50px;
  margin-left: 53px;
}

.comments .comment-metadata a {
  opacity: 0.7;
  font-size: 0.7rem;
  color: #2d4159;
}

.hentry {
  margin-bottom: 1rem;
}

.hentry .entry-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.hentry .entry-title a {
  color: #2d4159;
}

.hentry .wp-post-image {
  margin-bottom: 1.62rem;
}

.hentry .menu__item--avatar {
  display: none;
}

.hentry .fn {
  display: inline;
}

body#tinymce {
  margin: 12px !important;
}

/* stylelint-disable */

@font-face {
  font-family: "prometo";
  src: url("https://use.typekit.net/af/3a1800/0000000000000000000175dc/27/l?subset_id=2&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/3a1800/0000000000000000000175dc/27/d?subset_id=2&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/3a1800/0000000000000000000175dc/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "prometo";
  src: url("https://use.typekit.net/af/38d118/0000000000000000000175dd/27/l?subset_id=2&fvd=i3&v=3") format("woff2"), url("https://use.typekit.net/af/38d118/0000000000000000000175dd/27/d?subset_id=2&fvd=i3&v=3") format("woff"), url("https://use.typekit.net/af/38d118/0000000000000000000175dd/27/a?subset_id=2&fvd=i3&v=3") format("opentype");
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: "prometo";
  src: url("https://use.typekit.net/af/dbe3ed/0000000000000000000175e0/27/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/dbe3ed/0000000000000000000175e0/27/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/dbe3ed/0000000000000000000175e0/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "prometo";
  src: url("https://use.typekit.net/af/2b603b/0000000000000000000175de/27/l?subset_id=2&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2b603b/0000000000000000000175de/27/d?subset_id=2&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2b603b/0000000000000000000175de/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}

/**
*
*   BRAND MODULES
*
**/

.slider-product {
  text-align: center;
}

.slider-product__link {
  color: inherit;
  text-decoration: none !important;
}

.slider-product__image img {
  margin-left: auto;
  margin-right: auto;
}

.slider-product--lifted {
  margin-top: 40px;
}

@media (min-width: 768px) {
  .slider-product--lifted {
    margin-top: -200px;
  }
}

.video-block {
  width: 100%;
  position: relative;
  padding-top: 65%;
  overflow: hidden;
}

@media (min-width: 576px) {
  .video-block {
    padding-top: 45%;
  }
}

.video-block__holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-block__holder video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.video-block__btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.video-block__btn img {
  max-width: 60px;
}

@media (min-width: 576px) {
  .video-block__btn img {
    max-width: 100px;
  }
}

@media (min-width: 992px) {
  .video-block__btn img {
    max-width: 100%;
  }
}

.video-block__pause {
  width: 100%;
  height: 100%;
}

.video-block__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-size: cover;
}

.fade-leave-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.fade-leave-to {
  opacity: 0;
}

.fade-enter {
  opacity: 0;
}

.fade-enter-active {
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slide-enter-active,
.slideDown-enter-active {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.slide-leave-active,
.slideDown-leave-active {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -o-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to,
.slide-leave {
  max-width: 100%;
  overflow: hidden;
}

.slide-enter,
.slide-leave-to {
  overflow: hidden;
  max-width: 0;
}

.slideDown-enter-to,
.slideDown-leave {
  max-height: 1000px;
  overflow: hidden;
}

.slideDown-enter,
.slideDown-leave-to {
  overflow: hidden;
  max-height: 0;
}

.text-center {
  text-align: center;
}

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

.text-white {
  color: #fff;
}

.text--simple {
  font-size: 12px;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .text--simple {
    font-size: 16px;
  }

  .text--simple--small {
    font-size: 12px;
  }
}

.text--simple strong {
  font-weight: 600;
}

.text--muted-primary {
  color: #f93;
  font-size: 12px;
}

@media (min-width: 576px) {
  .text-sm-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-right {
    text-align: right;
  }
}

.btn {
  font-size: 20px;
  padding: 10px 40px;
  line-height: 1.2;
  min-width: 200px;
  border-radius: 50px;
  border: none;
  font-weight: 400;
  /* stylelint-disable */
  font-family: "prometo";
  /* stylelint-enable */
}

.btn-primary {
  color: #fff;
  background: -webkit-linear-gradient(to right, #ff9900 0%, #ff6600 100%);
  background: -o-linear-gradient(to right, #ff9900 0%, #ff6600 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff9900), to(#ff6600));
  background: -webkit-linear-gradient(left, #ff9900 0%, #ff6600 100%);
  background: -o-linear-gradient(left, #ff9900 0%, #ff6600 100%);
  background: linear-gradient(to right, #ff9900 0%, #ff6600 100%);
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5) !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 153, 0, 0.5) !important;
}

.btn-secondary--outline {
  font-size: 20px;
  border: 1px solid #39c;
  background: transparent;
  color: #39c;
}

.btn-secondary--outline:hover {
  background: #39c;
  color: #fff;
}

.btn-secondary--white {
  font-size: 20px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-secondary--white:hover {
  background: #39c;
  color: #f49306;
}

.btn-white {
  color: #f49306;
  background: #fff;
}

.btn-group {
  max-width: 550px;
}

.btn-group--single-product {
  max-width: 530px;
}

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

.img--office {
  border-radius: 15px;
}

@media (min-width: 1200px) {
  .img--office {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  .img--office {
    width: 100%;
  }
}

.icons-wt {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  -ms-grid-columns: 115px 115px 115px 115px;
  grid-gap: 0 20px;
  grid-auto-flow: row dense;
  grid-area: content;
}

@media (max-width: 575.98px) {
  .icons-wt {
    -ms-grid-columns: 50% 50%;
  }
}

.icons-wt__inner {
  text-align: center;
}

.icons-wt__item {
  margin-bottom: 25px;
}

.icons-wt__item:nth-child(2) {
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

@media (max-width: 767.98px) {
  .icons-wt__item:nth-child(2) {
    display: none;
  }
}

.icons-wt__item:nth-child(3) {
  -ms-grid-column: 3;
  -ms-grid-row: 1;
}

@media (max-width: 767.98px) {
  .icons-wt__item:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
  }
}

.icons-wt__item:nth-child(4) {
  -ms-grid-column: 4;
  -ms-grid-row: 1;
}

@media (max-width: 767.98px) {
  .icons-wt__item:nth-child(4) {
    display: none;
  }
}

@media (min-width: 576px) {
  .icons-wt__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.icons-wt__image {
  min-height: 54px;
  margin-bottom: 15px;
}

.icons-wt__image img {
  margin-left: auto;
  margin-right: auto;
}

.icons-wt__text {
  line-height: 1.3;
  font-size: 18px;
}

.solution-block {
  text-align: center;
  position: relative;
  padding-top: 55%;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.solution-block__link {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 1px;
}

.solution-block__link p {
  margin: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.solution-block__link:hover p {
  background-color: rgba(255, 153, 0, 0.5);
  font-weight: 500;
}

.solution-block__link:hover .solution-block {
  -webkit-transform: scale(1.3);
       -o-transform: scale(1.3);
          transform: scale(1.3);
}

.tagget-text {
  background-color: #3c465c;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 5px 20px 5px 10px;
  position: relative;
  border-radius: 4px;
  font-weight: 600;
}

.tagget-text::before {
  height: 0;
  content: "";
  width: 0;
  position: absolute;
  right: -14px;
  top: 1px;
  border-left: 10px solid #3c465c;
  border-top: 12px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 12px solid transparent;
}

.tagget-text--single-solution {
  color: #f49306;
  background-color: #fff;
}

.tagget-text--single-solution::before {
  border-left: 10px solid #fff;
}

.solution-hero-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .solution-hero-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.solution-hero-block__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
}

@media (min-width: 576px) {
  .solution-hero-block__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.solution-service {
  margin-bottom: 60px;
}

.solution-service__inner {
  max-width: 195px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .solution-service__inner {
    max-width: 230px;
  }
}

.solution-service__text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}

@media (min-width: 1200px) {
  .solution-service__text {
    font-size: 16px;
    line-height: 26px;
  }
}

.other-solution-item {
  margin-bottom: 60px;
}

.other-solution-item__image {
  margin: 0 auto 35px;
  height: 200px;
  width: 200px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.other-solution-item__image img {
  width: 100%;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.other-solution-item__image--with-hover {
  background-color: #f9fbfd;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.other-solution-item__image--with-hover svg {
  width: 70px;
}

.other-solution-item__image--with-hover path,
.other-solution-item__image--with-hover line,
.other-solution-item__image--with-hover rect {
  stroke: #39c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.other-solution-item__image--with-hover .fill-to {
  fill: #39c;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.other-solution-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 153, 0, 0.5);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.other-solution-item__image--product {
  overflow: visible;
  height: 225px;
  width: 225px;
}

.other-solution-item__image--product img {
  z-index: 1;
  position: relative;
}

.other-solution-item__image--product::before {
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-radius: 50%;
  background-color: #e2eaf6;
  opacity: 0.3;
}

.other-solution-item__text p {
  font-size: 20px;
  margin-bottom: 0;
}

.other-solution__link {
  color: #2d4159;
}

.other-solution__link:hover {
  text-decoration: none;
  font-weight: 600;
  color: #2d4159;
}

.other-solution__link:hover .other-solution-item__image--with-hover {
  background-color: #39c;
}

.other-solution__link:hover .other-solution-item__image--with-hover path,
.other-solution__link:hover .other-solution-item__image--with-hover line,
.other-solution__link:hover .other-solution-item__image--with-hover rect {
  stroke: #fff;
}

.other-solution__link:hover .other-solution-item__image--with-hover .fill-to {
  fill: #fff;
}

.other-solution__link:hover .other-solution-item__image::before {
  opacity: 1;
}

.other-solution__link:hover .other-solution-item__image img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.available-products {
  margin-bottom: 35px;
}

.available-products__item {
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .available-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }
}

.available-products__image {
  min-height: 55px;
  margin-bottom: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.available-products__text p {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .available-products__text p {
    font-size: 16px;
  }
}

.available-products__inner {
  padding: 0 15px;
}

.available-products__inner a {
  text-decoration: none !important;
  color: inherit;
}

.available-products__inner a:hover .available-products__image {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.available-products__inner a:hover .available-products__text p {
  font-weight: 600;
}

.contact-block {
  margin-bottom: 30px;
}

.contact-block .title--h4 {
  font-size: 22px;
}

.contact-block .text--simple {
  font-size: 14px;
}

.contact-block__link {
  color: #2d4159;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-info {
  padding: 30px 30px 65px;
  background-color: #f9fbfd;
  border-radius: 30px;
  margin-bottom: 50px;
}

.logReg-block {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 225px;
  padding: 25px;
  -webkit-box-shadow: 0 0 10px 2px rgba(66, 66, 66, 0.32);
          box-shadow: 0 0 10px 2px rgba(66, 66, 66, 0.32);
  border-radius: 25px;
  margin-bottom: 25px;
}

.logReg-block__image {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.logReg-block__actions {
  color: #2d4159;
  font-size: 16px;
}

.logReg-block__actions a {
  color: inherit;
  text-decoration: none !important;
}

.logReg-block:hover .logReg-block__actions {
  font-weight: 600;
}

.search__toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  /* @include media-breakpoint-down(md) {
      display: none !important;
    } */
}

.search__results {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 2;
  width: 100%;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .search__results {
    padding: 0;
  }
}

.search__results--inner {
  background: #fff;
  -webkit-box-shadow: 0 2px 5px #00000047;
          box-shadow: 0 2px 5px #00000047;
  max-height: 300px;
  overflow-y: auto;
}

.search__bar {
  width: 100%;
  position: relative;
  height: 37px;
}

@media (max-width: 991.98px) {
  .search__bar {
    width: calc(100% - 30px);
    position: absolute;
    left: 15px;
    top: 100%;
    z-index: 2;
  }
}

.search__start {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.search__field {
  width: 100%;
  padding: 6px;
  border: none;
  border-bottom: 1px solid #999;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  border-radius: 0 !important;
}

.search__line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0 15px;
}

@media (max-width: 991.98px) {
  .search__line {
    padding: 0;
  }
}

.search__icon {
  width: 100%;
  padding: 2px;
}

.search__link {
  color: unset;
  text-decoration: none !important;
}

.search__item {
  border-bottom: 1px dashed #999;
  padding: 10px 5px;
}

.search__item p {
  margin: 0;
}

.product-slider {
  max-height: 300px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 992px) {
  .product-slider {
    padding: 0 20px;
  }
}

.product-slider.loadedSlider {
  opacity: 1;
  max-height: 700px;
}

.product-slider__main-slider {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-slider__main-slider {
    margin-bottom: 18px;
  }
}

.product-slider__main-slider__slide {
  height: 250px;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  .product-slider__main-slider__slide {
    height: 400px;
  }
}

.product-slider__main-slider .slick-slide {
  line-height: 1;
}

.product-slider__nav-slider__slide {
  height: 60px;
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

@media (min-width: 992px) {
  .product-slider__nav-slider__slide {
    height: 100px;
  }
}

.product-slider__nav-slider .slick-list {
  padding: 0 !important;
  margin: 0 -5px;
}

@media (min-width: 992px) {
  .product-slider__nav-slider .slick-list {
    margin: 0 -10px;
  }
}

.product-slider__nav-slider .slick-slide {
  margin: 0 5px;
  line-height: 1;
}

@media (min-width: 992px) {
  .product-slider__nav-slider .slick-slide {
    margin: 0 10px;
  }
}

.product-slider__nav-slider .slick-slide.slick-center .product-slider__nav-slider__slide {
  border: 2px solid #39c;
  opacity: 1;
}

.products-slider .slick-slide {
  opacity: 0.6;
}

.products-slider .slick-slide.slick-current {
  opacity: 1;
}

.products-slider .product-slide--image {
  position: relative;
  margin: 0 auto;
}

.products-slider .product-slide--image::before {
  left: 0;
  right: auto;
}

.products-slider .product-slide--image::after {
  left: auto;
  right: 0;
}

.products-slider .product-slide--image::before,
.products-slider .product-slide--image::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: #e6e6e6;
  top: 50%;
  -webkit-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.products-slider .product-slide--title {
  text-align: center;
  font-size: 21px;
  color: #284156;
  margin-bottom: 30px;
  font-weight: bold;
}

.products-slider .product-slide--descr {
  margin: 0 10%;
}

.products-slider .product-slide--descr-wrapper {
  border: 1px solid #b6d8e5;
  text-align: center;
}

.products-slider .product-slide--descr-wrapper-title {
  background: #b6d8e5;
  text-align: center;
  font-weight: bold;
  padding: 5px;
}

.products-slider .product-slide--descr-wrapper-value {
  text-align: center;
  padding: 5px;
}

.tempo-docs {
  width: 100%;
}

.tempo-docs__head {
  background: #cddcea;
}

.tempo-docs__row {
  border: 1px solid #cddcea;
}

.tempo-docs__row--placeholder {
  height: 100%;
}

.tempo-docs__col {
  padding: 5px 10px;
}

.tempo-docs__col-border {
  padding: 12px 10px;
  vertical-align: middle;
  border: 1px solid #cddcea;
}

.tempo-list {
  padding-left: 25px;
}

.tempo-list li {
  padding: 5px 0;
}

.tempo-list--two-cols {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .tempo-list--two-cols {
    -webkit-columns: 2;
            columns: 2;
  }
}

.child_categories_wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
  padding: 0 15px;
  width: 100%;
}

.child_categories_ul {
  padding: 0;
  list-style: none;
}

.child_categories__li {
  margin-bottom: 30px;
}

.child_categories__image {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.child_categories__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 0;
  text-align: center;
}

.child_categories__link:hover {
  text-decoration: none;
}

.child_categories__link:hover .child_categories__image {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

.child_categories__title {
  color: #394557;
  font-size: 18px;
}

.child_categories__arrow {
  background-image: url(/wp-content/uploads/2019/04/prodLink.svg);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-top: 10px;
}

.child_categories__link:hover .child_categories__arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNS4yIDE1LjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE1LjIgMTUuMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2NsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTt9DQoJLnN0MXtmaWxsOm5vbmU7c3Ryb2tlOiNFOEFEMzA7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KPC9zdHlsZT4NCjx0aXRsZT5wcm9kTGluazwvdGl0bGU+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB3aWR0aD0iMTUuMiIgaGVpZ2h0PSIxNS4yIi8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCTwvY2xpcFBhdGg+DQoJPGcgY2xhc3M9InN0MCI+DQoJCTxjaXJjbGUgY2xhc3M9InN0MSIgY3g9IjcuNiIgY3k9IjcuNiIgcj0iNy4xIi8+DQoJPC9nPg0KPC9nPg0KPHBvbHlsaW5lIGNsYXNzPSJzdDEiIHBvaW50cz0iNi40LDExLjUgMTAuMyw3LjYgNi40LDMuNyAiLz4NCjwvc3ZnPg0K);
}

.resources__link {
  color: inherit !important;
  position: relative;
  padding: 0 30px;
  text-decoration: none !important;
}

.resources__link::before {
  content: "";
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  width: 23px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.resources__link--catalog::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAASCAYAAACw50UTAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAeRJREFUOI2t1D9oFEEYBfBf4hkTNIlayBGDBBWMwhoLsRDERthGEMF6MYpgq5DWFLZWiqBgIQtioSBYCBuCjUWw1EVsgmIwKOK/BMRT8GKxI1kvudwKfjDszLx5b76Zfd906RBxmtdwDL2l6e+YzpLo11rc7k7iOIsP6MPG8P2I8U7EWgXxPpzEecxjB67iaydilcyhH3eyJDqAh9hchVRVfAn74jQ/jd1Y867/Vfw+1uEmmriHrv8hPoXDuIYeXMFRPKqYWLWI03wpTvORqutXPVqc5oNtsC8Yw9wq2GKWRM224nGaD+Ex9lTNrhSfcTxLopk/E60+P4EF7FQ4pDVe4wjeroJN4gz+Fo/TvBd1RcG8w3rMZUnUCHjdsv0W0MiS6H0L9w1G4jTfjk9ZEjVqcZp347LCFZuCcIRzmIjT/FRI4lUQryOK07yBB4E7HRLrwS5ciNN8ooYBvFCU9GgQOIhLoT+seKiehvGU4r3ZhkG8xK2wTri2SQyWfT6qcMJIIPaXsL24gS24i/0lrDcIj4U2HOZW/NAB7WOD4k3paYOv4NYsu+IZnoT+PL6F/hKeK44+Hsbj4RRN/MBsiTuLn2jWsiRaCFV3u2XjraVND+FiCatjJkuixVAb11u4Q1kSLf4GOxp8l22okYQAAAAASUVORK5CYII=);
}

.resources__link--new::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAARCAYAAAA2cze9AAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAZBJREFUOI2l1DtoVEEUxvHfxvVBfAQXAtFerMZOiBYKKkzho7HR5tqJjYhYWAp2NnYWgtVYpLERLJxCFNTKzjEgVnZa+CCiq2RNYpEbWa4XV7Nf+c05//Pdy5zpqBVTOYo5TFu/PuFcrsID6A4dXMNt9DFYB3gzVnAdf8B34Cue5yo8+19yTGUfInprXrdRs7Ee0GzsYRaL9fDvLfwvdfrfmviHRGdxBm/wHpdiKodH9bUlb4Jn0c9VmBuyX8VUrsRU5nMVPvytf1TyA7kK91v8Ozg5onckfKnNzFVYwPZx4YsxlZ1NM6ZyEC/Hhd/F1ZjK5BB4N87nKjwZC56r8A03cCGmcjGmchmn8DCmcnwUfPi2/NTyj3MVPuNm04+pxBbestVdAJ36k49gFxbqIctDxU/rAU34FA5hwxoLmzCFd3jciancwmmrC9LUNsyg7T738LEO1NQ0chc/MI8TbWsdU9mPrS2APl7kKqw06rfgHgadmMoMHmFP3TCuJvEWxzr1tAns1Xh41qkBXucqLP0C0dV/pzORJF0AAAAASUVORK5CYII=);
}

@media (min-width: 992px) {
  .resources__link {
    font-size: 18px;
  }
}

.facetwp-pager .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.facetwp-pager .pagination .page-item {
  color: #39c;
}

.facetwp-pager .pagination .page-item a {
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.facetwp-pager .pagination .page-item a:hover {
  font-weight: 600;
}

.facetwp-pager .pagination .page-item .sep {
  padding: 0 10px;
}

.facetwp-pager .pagination .page-item:not(.shown) {
  display: none;
}

.facetwp-pager .pagination .page-item.disabled {
  pointer-events: none;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.slick-dots li {
  border: 2px solid #e6e6e8;
  width: 15px;
  height: 15px;
  overflow: hidden;
  margin: 5px;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li button {
  font-size: 0;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0;
}

.slick-dots li.slick-active {
  background: #e6e6e8;
}

.slick-arrow {
  position: absolute;
  outline: none !important;
  z-index: 2;
  top: 35%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px;
  height: 100px;
  border: none;
  -webkit-appearance: none;
  color: transparent;
  font-size: 0;
  left: 0;
  background-size: 135%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(data:image/png;base64,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);
}

@media (max-width: 767.98px) {
  .slick-arrow {
    width: 35px;
    top: 40%;
  }
}

.slick-arrow.slick-next {
  left: auto;
  right: 0;
  background-image: url(data:image/png;base64,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);
}

.loadedSliderHero {
  opacity: 1;
}

.loadedSliderHero .btn {
  position: relative;
  z-index: 2;
}

.prosvit-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background: rgba(255, 255, 255, 0.55);
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.prosvit-modal__holder {
  display: inline-block;
}

.prosvit-modal__inner {
  width: 1000px;
  height: auto;
  max-width: 100%;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  position: relative;
}

.prosvit-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #39c;
  z-index: 2;
}

.prosvit-modal__body {
  position: relative;
  padding-top: 56.4%;
}

.prosvit-modal__body-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.prosvit-modal__body-inner .wp-video {
  width: 100% !important;
  height: 100% !important;
}

.prosvit-modal__body-inner .wp-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  outline: none !important;
}

.prosvit-modal-enter,
.prosvit-modal-leave-to {
  opacity: 0;
}

.prosvit-modal-enter .prosvit-modal__inner,
.prosvit-modal-leave-to .prosvit-modal__inner {
  -webkit-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}


/*# sourceMappingURL=main.css.map*/