@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Medium-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Medium-WebS.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Bold-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Bold-WebS.woff") format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Regular-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Regular-WebS.woff") format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-Light-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-Light-WebS.woff") format("woff");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: "Simplon Norm";
    src: url("../fonts/SimplonNorm-LightItalic-WebS.woff2") format("woff2"),
        url("../fonts/SimplonNorm-LightItalic-WebS.woff") format("woff");
    font-weight: 100;
    font-style: italic
}

body {
    font-family: "Simplon Norm";
    font-weight: 300;
}
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.img-fluid {
  max-width: 100%;
  height: auto;
}

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

.figure {
  display: inline-block;
}

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

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

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

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

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

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

.col {
  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.33333333%;
  max-width: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@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.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 1.1rem 0.85rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #919191;
  border-radius: 3px;
  box-shadow: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #e9b18e;
  outline: 0;
  box-shadow: none;
}

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

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

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

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

.form-control-sm {
  padding: 0.5rem 0.9rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  height: 42px;
}

select.form-control-sm:not([size]):not([multiple]) {
  height: 42px;
}

.form-control-lg {
  padding: 0.8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #56ab4c;
  box-shadow: 0 0 0 0.2rem rgba(86, 171, 76, 0.25);
}

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

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

.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: #56ab4c;
}

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(86, 171, 76, 0.25);
}

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

.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(86, 171, 76, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #d02100;
  color: #d02100;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #d02100;
  box-shadow: 0 0 0 0.2rem rgba(208, 33, 0, 0.25);
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(208, 33, 0, 0.25);
}

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

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(208, 33, 0, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

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

.btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 1.1rem 0.85rem;
  font-size: 1rem;
  line-height: 1.6;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
}

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

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.btn-primary {
  color: #fff;
  background-color: #ce6829;
  border-color: #ce6829;
}

.btn-primary:hover {
  color: #fff;
  background-color: #ae5823;
  border-color: #a35321;
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #ce6829;
  border-color: #ce6829;
}

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

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-success {
  color: #fff;
  background-color: #56ab4c;
  border-color: #56ab4c;
}

.btn-success:hover {
  color: #fff;
  background-color: #499140;
  border-color: #44883c;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #56ab4c;
  border-color: #56ab4c;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #44883c;
  border-color: #407f38;
}

.btn-info {
  color: #fff;
  background-color: #42a6c6;
  border-color: #42a6c6;
}

.btn-info:hover {
  color: #fff;
  background-color: #3490ad;
  border-color: #3188a4;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #42a6c6;
  border-color: #42a6c6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #3188a4;
  border-color: #2e809a;
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #ffbd06;
  border-color: #f8b600;
}

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

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

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

.btn-danger:hover {
  color: #fff;
  background-color: #aa1b00;
  border-color: #9d1900;
}

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

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

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

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

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

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

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

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

.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-outline-primary {
  color: #ce6829;
  background-color: transparent;
  border-color: #ce6829;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #ce6829;
  border-color: #ce6829;
}

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

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

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

.btn-outline-success {
  color: #56ab4c;
  background-color: transparent;
  border-color: #56ab4c;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #56ab4c;
  border-color: #56ab4c;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #56ab4c;
  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: #56ab4c;
  border-color: #56ab4c;
}

.btn-outline-info {
  color: #42a6c6;
  background-color: transparent;
  border-color: #42a6c6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #42a6c6;
  border-color: #42a6c6;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #42a6c6;
  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: #42a6c6;
  border-color: #42a6c6;
}

.btn-outline-warning {
  color: #ffc72c;
  background-color: transparent;
  border-color: #ffc72c;
}

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

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc72c;
  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: #ffc72c;
  border-color: #ffc72c;
}

.btn-outline-danger {
  color: #d02100;
  background-color: transparent;
  border-color: #d02100;
}

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

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d02100;
  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: #d02100;
  border-color: #d02100;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}

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

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

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

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

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

.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-link {
  font-weight: 400;
  color: #ce6829;
  background-color: transparent;
}

.btn-link:hover {
  color: #8e481c;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

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

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

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

.btn-sm {
  padding: 0.5rem 0.9rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 3px;
}

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

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

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

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

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

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

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

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

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

.tooltip.show {
  opacity: 0.9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #ce6829 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #a35321 !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: #56ab4c !important;
}

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

.bg-info {
  background-color: #42a6c6 !important;
}

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9d1900 !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: #ce6829 !important;
}

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

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

.border-info {
  border-color: #42a6c6 !important;
}

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

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

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

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

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

.rounded {
  border-radius: 5px !important;
}

.rounded-top {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

.rounded-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.rounded-bottom {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.rounded-left {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !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.85714286%;
}

.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;
}

.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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  clip-path: inset(50%);
  border: 0;
}

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

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

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

.w-33 {
  width: 33.33% !important;
}

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

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

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

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

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

.h-33 {
  height: 33.33% !important;
}

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

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

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

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

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

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

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

.w-100px {
  width: 100px;
}

.w-140px {
  width: 140px;
}

.w-70px {
  width: 70px;
}

.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;
}

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

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

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

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

.ml-6,
.mx-6 {
  margin-left: 4rem !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;
}

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

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

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

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

.pl-6,
.px-6 {
  padding-left: 4rem !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;
  }
  .m-sm-6 {
    margin: 4rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4rem !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;
  }
  .p-sm-6 {
    padding: 4rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4rem !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;
  }
  .m-md-6 {
    margin: 4rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4rem !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;
  }
  .p-md-6 {
    padding: 4rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4rem !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;
  }
  .m-lg-6 {
    margin: 4rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4rem !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;
  }
  .p-lg-6 {
    padding: 4rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4rem !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;
  }
  .m-xl-6 {
    margin: 4rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4rem !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;
  }
  .p-xl-6 {
    padding: 4rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-justify {
  text-align: justify !important;
}

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

.text-truncate {
  overflow: hidden;
  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: #ce6829 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #a35321 !important;
}

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

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

.text-success {
  color: #56ab4c !important;
}

a.text-success:hover, a.text-success:focus {
  color: #44883c !important;
}

.text-info {
  color: #42a6c6 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #3188a4 !important;
}

.text-warning {
  color: #ffc72c !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #f8b600 !important;
}

.text-danger {
  color: #d02100 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #9d1900 !important;
}

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

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

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

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

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
}

*:hover, *:active, *:focus {
  outline: none;
  text-decoration: none;
}

::-ms-clear {
  display: none;
}

button, input[type="text"] {
  -webkit-appearance: none;
}

::selection {
  background: #2f9dfc;
  color: #fff;
}

::-moz-selection {
  background: #2f9dfc;
  color: #fff;
}

/* all */
::-webkit-input-placeholder {
  color: #222;
  opacity: 1;
  font-weight: normal;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #222;
  opacity: 1;
  font-weight: normal;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #222;
  opacity: 1;
  font-weight: normal;
}

:-ms-input-placeholder {
  color: #222;
  opacity: 1;
  font-weight: normal;
}

a:focus, button:focus, input:focus, a:active, button:active {
  outline: 0;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

/* FF 4-18 */
input:focus::-moz-placeholder {
  opacity: 0;
}

/* FF 19+ */
select {
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABaCAYAAAA4qEECAAACX0lEQVR4nO3bsU5UQRiG4RdDTaGNl2Ds2Z5Y2hjivRhCvQpcCTHeh8mcUrSm5gqMBVgIFFb775n55j9zvrflTHbyLGE5c/49eOAB174XvTewlgwtytCiDC3K0KIMLcrQogwtytCiDC3K0KIMLcrQogwtytCiDC3K0KIMLcrQogwtytCiDC3K0KIMLeowcvHmeHMEbIFT4DXreqP+ADfAlzKVb9HFB7tOKj0ifwfeRl9kwD6VqVxFFkR+I7cY+ant5njzJrIgAv0xuJmROwQ+RBZEoF/G9jJ8ryIXR6BvghsZvZ+RiyPQl8GNjNwtcB1ZsDN0mcpX4HNwQyN2B7wvU/kdWRT6P7hM5Ry4iKwZrDvgXZnKr+jC8A1HmcoZ68R+Qt7rs2qvO7sVYs9Chhm30CvCno0MM88qVoBdBRkqHAoNjF0NGSqdvg2IXRUZKh5zDoRdHRkqnycPgN0EGRoc3C8YuxkyNHpCskDspsjQ8FHUgrCbI0PjZ34LwJYgg+DhamJsGTKInmInxJYig3BcIBG2HBnEcxkJsLsgQ4cBmI7Y3ZCh06RRB+yuyNBxpEuI3R0ZOs/OCbBTIEOCIcWG2GmQIQE0NMFOhQxJoKEqdjpkSAQNVbBTIkMyaJiFnRYZEkLDXtipkSEpNISw0yNDYmjYCXsRyJAcGp6xz4H7/350C5wsARkCXxbq3eN3Rk75N2n/A7iOjs72bDHQSy/9n45RMrQoQ4sytChDizK0KEOLMrQoQ4sytChDizK0KEOLMrQoQ4sytChDizK0KEOLMrQoQ4sytChDizK0KEOL+gs8xhLCZLStywAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 12px auto;
  background-position: calc(100% - 8px);
}

select::-ms-expand {
  display: none;
}

/* This stylesheet generated by Transfonter (https://transfonter.org) on March 22, 2018 10:16 AM */
/* 
@font-face {
    font-family: 'Planer';
    src: url('../fonts/Planer-ExtraBold.woff2') format('woff2'),
        url('../fonts/Planer-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
 */
.user-select-none {
  user-select: none;
}

.force-gpu {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.uc {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

img[src$=".svg"] {
  backface-visibility: hidden;
}

[v-cloak] {
  opacity: 0;
}

.container-xl {
  max-width: 1680px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media (max-width: 991.98px) {
  .container-xl {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.fs-14 {
  font-size: 14px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-25 {
  font-size: 25px;
}

.fs-30 {
  font-size: 30px;
}

.fs-34 {
  font-size: 34px;
}

.fs-36 {
  font-size: 36px;
}

.font-weight-black {
  font-weight: 900;
}

.bold {
  font-weight: bold;
}

.clr-grey-1 {
  color: #706f6f;
}

.clr-grey-2 {
  color: #a7a7a7;
}

.clr-grey-3 {
  color: #282828;
}

a.clr-white,
.clr-white {
  color: #fff;
}

.clr-cyan {
  color: #42a6c6;
}

.clr-yellow {
  color: #ffc72c;
}

.clr-orange-light {
  color: #ed8b00;
}

.clr-brown {
  color: #d45d00;
}

.clr-blue-light {
  color: #699bff;
}

.clr-red-orange {
  color: #ff553e;
}

.clr-blue-dark {
  color: #05149b;
}

.bg-grey-1 {
  background: #f3f3f3;
}

.bg-grey-2 {
  background: #6d7584;
}

a.a-more {
  font-weight: bold;
  text-decoration: underline;
}

.error-msg {
  color: #BA0000;
  font-size: 14px;
}

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

.list-bullets li {
  position: relative;
  padding-left: 15px;
}

.list-bullets li:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0px;
  border-radius: 100%;
  width: 4px;
  height: 4px;
  background: #d45d00;
}

.list-bullets--top li:before {
  top: 10px;
  -ms-transform: translate(0);
  transform: translate(0);
}

.footer-links-cols-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 575.98px) {
  .footer-links-cols-wrap {
    padding-right: 0;
  }
  .footer-links-cols-wrap .footer-links-col {
    width: 50%;
  }
  .footer-links-cols-wrap .footer-links-col:last-child {
    width: 100%;
  }
}

@media (max-width: 400px) {
  .footer-links-cols-wrap .footer-links-col {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media (min-width: 1400px) {
  .footer-links-cols-wrap {
    padding-right: 30px;
  }
}

.footer-logo {
  display: inline-block;
  max-width: 200px;
}

@media (min-width: 576px) {
  .footer-logo {
    padding-top: 16px;
    max-width: 250px;
  }
}

.footer-link-wrap {
  padding: 5px 0;
}

a.footer-link-big {
  color: #282828;
  font-size: 22px;
  font-weight: bold;
}

a.footer-link-big:hover {
  color: #ce6829;
}

@media (min-width: 768px) {
  a.footer-link-big {
    font-size: 30px;
  }
}

a.footer-link-small {
  color: #282828;
  font-size: 16px;
}

a.footer-link-small:hover {
  color: #ce6829;
  text-decoration: underline;
}

.footer-socials {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 140px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 2px solid #dcdcdc;
  padding-top: 20px;
  padding-bottom: 30px;
}

.a-social {
  font-size: 24px;
}

.a-social:hover {
  color: #ae5823;
}

.hero-grid {
  clear: both;
  min-height: 610px;
  height: 300px;
}

@media (min-width: 768px) {
  .hero-grid {
    height: calc(100vh - 66px);
  }
}

@media (min-width: 1200px) {
  .hero-grid {
    height: calc(100vh - 90px);
  }
}

@media (min-width: 1400px) {
  .hero-grid {
    height: calc(100vh - 107px);
  }
}

.hero-grid .row {
  height: 100%;
}

.hero-grid-col {
  height: 300px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .hero-grid-col {
    height: 50%;
  }
}

@media (max-width: 767.98px) {
  .hero-grid-col--1 .h-grid-col-bg-main {
    background-size: contain;
  }
  .hero-grid-col--5 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.h-grid-col-bg-main {
  position: relative;
  transition: all 0.35s ease-in-out;
}

.h-grid-col-bg-main,
.h-grid-col-bg-secondary {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.h-grid-col-bg-secondary {
  position: absolute;
  width: 100%;
}

.from-bottom .h-grid-col-bg-secondary {
  left: 0;
  top: 100%;
}

.from-top .h-grid-col-bg-secondary {
  left: 0;
  top: -100%;
}

.from-left .h-grid-col-bg-secondary {
  left: -100%;
  top: 0;
}

.from-right .h-grid-col-bg-secondary {
  left: 100%;
  top: 0;
}

@media (min-width: 768px) {
  .hover-animations .hero-grid-col--hoverable.from-bottom:hover .h-grid-col-bg-main {
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .hover-animations .hero-grid-col--hoverable.from-top:hover .h-grid-col-bg-main {
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
  .hover-animations .hero-grid-col--hoverable.from-left:hover .h-grid-col-bg-main {
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  .hover-animations .hero-grid-col--hoverable.from-right:hover .h-grid-col-bg-main {
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.h-grid-col-bg-eggs {
  background-image: url("../images/hero-grid-eggs.png");
}

.h-grid-col-bg-baseball {
  background-image: url("../images/hero-grid-baseball.png");
}

.h-grid-col-bg-bunny {
  background-image: url("../images/hero-grid-bunny.png");
}

.h-grid-col-bg-drum {
  background-image: url("../images/hero-grid-drum.png");
}

.h-grid-col-bg-paint {
  background-image: url("../images/hero-grid-paint.png");
}

.hero-grid-cta-wrap {
  max-width: 360px;
}

@media (max-width: 500px) {
  .hero-grid-cta-wrap {
    max-width: 300px;
  }
}

.plus-sign {
  font-size: 48px;
  line-height: 0;
  font-weight: 600;
  font-family: 'Simplon Norm';
}

.hero-grid-logo--epi {
  width: 100px;
}

.hero-grid-logo--ms {
  width: 160px;
}

@media (max-width: 500px) {
  .hero-grid-logo--epi {
    width: 80px;
  }
  .hero-grid-logo--ms {
    width: 130px;
  }
}

.hero-grid-h {
  font-weight: 600;
  font-family: 'Simplon Norm';
  color: #000;
  margin: 12px 0 12px;
  font-size: 28px;
}

@media (min-width: 500px) {
  .hero-grid-h {
    font-size: 36px;
  }
}

@media (min-width: 1400px) {
  .hero-grid-h {
    font-size: 36px;
  }
}

.hero-grid-subh {
  font-weight: 400;
  margin: 15px 0 15px;
  font-family: 'Simplon Norm';
  font-size: 19px;
}

@media (min-width: 500px) {
  .hero-grid-subh {
    font-size: 20px;
  }
}

.vert-wrap-main {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  align-items: flex-start;
  padding-bottom: 60px;
}

@media (min-width: 1400px) {
  .vert-wrap-main {
    margin-top: 90px;
    padding-bottom: 110px;
  }
}

.vert-navs-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1400px) {
  .vert-navs-wrap {
    width: 320px;
    padding-bottom: 9px;
    background-color: #f2f2f2;
  }
}

.vert-nav {
  cursor: pointer;
  position: relative;
  user-select: none;
  background-color: #f2f2f2;
  color: #1e1283;
  font-family: 'Simplon Norm';
  font-weight: 700;
  font-size: 14px;
  padding: 15px 25px;
  border-bottom: 2px solid #e6e6e6;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 1400px) {
  .vert-nav {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
  }
}

@media (min-width: 560px) {
  .vert-nav {
    width: 50%;
  }
}

@media (min-width: 1100px) {
  .vert-nav {
    font-size: 20px;
    width: 25%;
  }
}

@media (min-width: 1400px) {
  .vert-nav {
    width: 100%;
    height: 90px;
    padding: 15px 0px 15px 15px;
    border-bottom: 0;
  }
  .vert-nav__arrow {
    position: absolute;
    display: block;
    top: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 45px 0 45px 30px;
    border-color: transparent transparent transparent #ff553e;
    opacity: 0;
  }
  .vert-nav__bord-grad {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #e8e8e8 0%, #e8e8e8 65%, rgba(232, 232, 232, 0) 100%);
  }
  .vert-nav.active:before, .vert-nav.active:after {
    position: absolute;
    right: 100%;
    content: '';
    display: block;
  }
  .vert-nav.active:before {
    top: 0;
    width: 7px;
    height: 100%;
    background-color: #ff553e;
  }
  .vert-nav.active:after {
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 9px 0;
    border-color: transparent #ae3a2a transparent transparent;
  }
  .vert-nav.active .vert-nav__arrow {
    opacity: 1;
  }
  .vert-nav.active .vert-nav__bord-grad {
    opacity: 0;
  }
}

.vert-nav__icon {
  width: 60px;
}

.vert-nav__icon svg {
  width: 55px;
  height: auto;
}

.vert-nav__icon .fill {
  fill: #ff553e;
}

.vert-nav__text {
  width: calc(100% - 70px);
}

.vert-nav:hover {
  border-color: #c9c7c7;
  background-image: linear-gradient(90deg, #e8e8e8 0%, #e8e8e8 65%, rgba(232, 232, 232, 0) 100%);
}

.vert-nav.active {
  z-index: 1;
  background-color: #ff553e;
  color: #fff;
  border-color: #ff553e;
  border-bottom-color: #aa3929;
  background-image: none;
}

.vert-nav.active .vert-nav__icon .fill {
  fill: #fff;
}

.vert-tabs-wrap {
  padding-top: 40px;
}

@media (min-width: 1400px) {
  .vert-tabs-wrap {
    padding-top: 0px;
    background-color: #f2f2f2;
    width: calc(100% - 320px);
    min-height: 369px;
  }
}

.vert-tab {
  display: none;
}

.vert-tab.active {
  display: flex;
  align-items: center;
}

.vert-tab .vert-tab__text {
  padding-left: 35px;
}

.vert-tab--2 .row {
  margin-top: 35px;
}

.vert-tab--2 .vert-tab__text {
  padding-left: 0px;
}

.vert-tab__img-col {
  width: auto;
  height: auto;
  max-width: 100%;
}

@media (min-width: 400px) {
  .vert-tab__img-col {
    max-width: 230px;
  }
}

.vert-tab__h-col {
  font-weight: 400;
}

@media (max-width: 1000px) {
  .vert-tab .vert-tab__img {
    width: auto;
    height: auto;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .vert-tab.active {
    display: block;
  }
  .vert-tab .vert-tab__text {
    padding-left: 0;
  }
  .vert-tab .vert-tab__img {
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .vert-tab {
    position: relative;
    padding-left: 500px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  .vert-tab--1 .vert-tab__img {
    position: absolute;
    left: 50px;
    top: -60px;
  }
  .vert-tab--2 {
    padding-left: 90px;
  }
  .vert-tab--2 .vert-tab__img {
    position: absolute;
    left: 50px;
    top: -60px;
  }
  .vert-tab--3 .vert-tab__img {
    position: absolute;
    width: 300px;
    left: 120px;
    top: 36px;
  }
  .vert-tab--4 .vert-tab__img {
    position: absolute;
    width: 300px;
    left: 140px;
    top: 28px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #010b77;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@keyframes lds-rolling {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lds-rolling {
  position: relative;
}

.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1em solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}

.lds-rolling div {
  animation: lds-rolling 1s linear infinite;
  top: 0;
  left: 0;
}

.lds-rolling div:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.lds-rolling {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Buzz */
@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-buzz.animating {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* Buzz Out */
@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}

.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-buzz-out.animating {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

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

.color-black {
  color: #000 !important;
}

.color-blue-light {
  color: #699bff !important;
}

.color-blue-dark {
  color: #05149b !important;
}

.color-red-orange {
  color: #ff553e !important;
}

.pdf-bg-color-blue {
  background: #123e93 !important;
}

.pdf-color-gray {
  color: #808080 !important;
}

.pdf-bg-gray {
  background: #808080 !important;
}

.pdf-border-gray {
  border: 0.3mm solid #808080 !important;
}

.pdf-color-blue {
  color: #123e93 !important;
}

.pdf-color-blue-2 {
  color: #4b86e6 !important;
}

.pdf-underline-orange {
  text-decoration: none;
  display: inline-block;
  border-bottom: 0.1mm solid #ff553e;
}

.line-height-0 {
  line-height: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.pdf-wrap {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  padding: 0;
  color: #323232;
}

.pdf-wrap--web {
  background: #525659;
}

.pdf-wrap--web .pdf-page {
  margin-bottom: 40px;
}

a.a-uline {
  color: inherit !important;
  text-decoration: underline;
}

a.a-uline-orange {
  color: #ed8b00 !important;
  text-decoration: underline;
}

.pdf-page {
  overflow: hidden;
  position: relative;
  width: 21cm;
  height: 29.73cm;
  margin: 0 auto;
  background: #fff;
}

.pdf-page h1, .pdf-page h2, .pdf-page h3, .pdf-page h4, .pdf-page h5 {
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0;
}

.pdf-page svg {
  backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.pdf-page--cover {
  background: #fff url("../images/pdf/cover-v2.jpg") left top no-repeat;
  background-size: cover;
  padding: 10cm 0 0 2cm;
}

.pdf-page--cover-2 {
  padding: 8cm 0 0 2cm;
}

.pdf-page--1 {
  padding: 1cm;
}

.pdf-page--2 {
  padding: 3cm 1cm 0;
}

.pdf-page--5, .pdf-page--6 {
  padding: 1cm 1cm 0 2cm;
}

.pdf-page--7 {
  padding-top: 3cm;
}

.pdf-page__blue {
  background: url("../images/pdf/bg-left-lg.png") left top no-repeat;
  background-size: auto 100%;
}

.pdf-page__left {
  padding: 4cm .5cm 0 .7cm;
}

.pdf-page__left-border {
  padding: 2cm .5cm 0 1cm;
}

.pdf-page__right {
  padding: .7cm .7cm 0;
}

.pdf-page__coverend {
  margin-bottom: 5cm;
}

.pdf-border-shapes {
  background: #00368d url("../images/pdf/bg-left-xs.png") left top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1cm;
}

.shape-matrix {
  background: #4b86e6;
  -ms-transform: matrix(1, -0.5, 0, 1, 0, 0);
  transform: matrix(1, -0.5, 0, 1, 0, 0);
  display: block;
  width: 100%;
}

.shape-matrix--xs {
  height: .4cm;
}

.shape-matrix--lg {
  height: 4cm;
  margin-top: -.3cm;
}

.shape-matrix--top {
  -ms-transform: matrix(1, -0.4, 0, 1, 0, 0);
  transform: matrix(1, -0.4, 0, 1, 0, 0);
  position: absolute;
  left: 0;
  top: -3cm;
}

.shape-matrix--bottom {
  position: absolute;
  bottom: 4cm;
  left: 0;
}

.shape-matrix--bottom-white {
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -4cm;
  height: 7cm;
}

.pdf-title {
  line-height: 1.3;
}

.pdf-title sup {
  font-size: 50%;
}

.pdf-title--md {
  font-size: 5.5mm;
}

.pdf-title--lg {
  font-size: 6.5mm;
}

.pdf-title--xl {
  font-size: 7.5mm;
}

.pdf-title--xl2 {
  font-size: 10mm;
}

.pdf-title--xxl {
  font-size: 10mm;
  line-height: 1;
}

.pdf-icon {
  width: 2cm;
}

.pdf-icon--md {
  width: 4cm;
}

.pdf-arrow--right {
  font-size: 150%;
}

.pdf-item-list {
  padding-left: .4cm;
}

.pdf-item-list .pdf-arrow--right {
  position: absolute;
  left: 0;
  top: 0;
  line-height: .7;
}

.pdf-p {
  margin-bottom: 4mm;
}

.pdf-p sup {
  font-size: 80%;
}

.pdf-p--xs {
  font-size: 3mm;
}

.pdf-p--sm {
  font-size: 3.5mm;
}

.pdf-p--md {
  font-size: 4.5mm;
}

.pdf-p--lg {
  font-size: 5.3mm;
}

.pdf-page__footer {
  color: #939393;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 6mm;
  line-height: 1;
  color: #a7a9ac;
  padding: 0 .7cm .5cm 1.5cm;
}

.pdf-logo-f {
  width: 5cm;
}

.pdf-logo-eps {
  width: 4cm;
  margin-top: 5cm;
}

.pdf-chart-wrap {
  width: 340px;
  height: 340px;
}

.pdf-chart-wrap:after {
  display: block;
  position: absolute;
  z-index: 1;
  top: 14px;
  left: 14px;
  content: '';
  width: 292px;
  height: 292px;
  opacity: 1;
  border-radius: 50%;
  border: 10px solid white;
}

.pdf-chart-wrap svg {
  width: 100%;
  height: 100%;
}

.pdf-chart-wrap__inner {
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
}

.pdf-chart-wrap__inner table {
  height: 100%;
}

.pdf-icon-high {
  width: 9cm;
}

.pdf-download {
  color: #1A4836;
}

.pdf-download a {
  text-decoration: underline;
  color: #1A4836;
}

.pdf-download--bottom {
  position: absolute;
  bottom: 2cm;
  right: 2cm;
  left: 2cm;
}

.pdf-logo-forrester {
  width: 3.7cm;
}

.pdf-chart-static {
  width: 4.6cm;
  font-size: 3mm;
  white-space: nowrap;
  margin-top: 2cm;
  margin-bottom: 4cm;
  left: -.2cm;
}

.pdf-chart-static__middle {
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.pdf-chart-static__middle table {
  height: 100%;
}

.pdf-chart-static__tr {
  bottom: 100%;
  left: 40%;
}

.pdf-chart-static__mr {
  left: 100%;
  top: 20%;
}

.pdf-chart-static__bl {
  top: 100%;
  left: 0;
}

.pdf-table-wrap {
  background: #dddddd;
}

.pdf-table {
  width: 100%;
  margin-bottom: 0.5cm;
  text-align: left;
  border-collapse: collapse;
}

.pdf-table th {
  color: #000;
  font-size: 3.4mm;
  padding: .2cm;
}

.pdf-table td {
  color: #575757;
  font-size: 3.4mm;
  padding: .2cm;
  border-top: .2mm solid #bfbfbf;
}

.pdf-table--2 {
  border-collapse: collapse;
}

.pdf-table--2 td {
  padding: .2cm;
  font-size: 3.3mm;
  border: .2mm solid #bfbfbf;
  vertical-align: top;
}

.pdf-table--2 td:first-child {
  white-space: nowrap;
}

.table-default {
  border: none;
  width: 100%;
}

.w-col-4 {
  width: 33%;
}

.w-col-8 {
  width: 66%;
}

.l-below-header > div > .block.htmlblock.span12 .c-event-agenda-overview {
  padding: 0px 0px;
}

.l-below-header > div > .block.htmlblock.span12 .l-container {
  margin: 0;
  max-width: none;
}

.l-below-header > div > .block.htmlblock.span12 .c-event-agenda-overview__inner {
  margin: 0;
  max-width: none;
}

.subnavigationblock {
  font-weight: 600;
  background: #f2f2f2;
}

.subnavigationblock__item--number {
  display: inline-block;
  vertical-align: middle;
  background: #fff;
}

.subnavigationblock__item--number > span {
  font-weight: 600;
}

.subnavigationblock__item--link {
  display: inline-block;
  width: calc(100% - 54px);
}

.subnavigationblock__item--link:hover {
  text-decoration: underline;
}

@media (max-width: 910px) {
  .subnavigationblock {
    position: static;
  }
  .subnavigationblock .col {
    width: 100%;
    flex-basis: auto;
  }
}

.block.fourmosaicsblock .c-categories__text {
  font-size: 0;
  color: transparent;
}

@media (min-width: 992px) {
  .block.fourmosaicsblock .c-categories__heading {
    font-size: 32px;
  }
}

.font-ai {
  font-family: Tahoma;
  font-size: 97%;
}

.c-categories__link {
  cursor: pointer;
}

.bg-blue-dark {
  background-color: #05149b;
}

.bg-blue-light {
  background-color: #699bff;
}

.bg-red-orange {
  background-color: #ff553e;
}

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

a.kbs-btn,
.kbs-btn {
  display: inline-block;
  -webkit-appearance: none;
  background-color: #f2f2f2;
  border-radius: 0;
  border: 0;
  font-family: 'Simplon Norm';
  font-weight: 600;
  font-size: 19px;
  padding: 0.7em 0.7em;
}

a.kbs-btn--xl,
.kbs-btn--xl {
  padding: 1.5em 1em;
}

a.kbs-btn--shadow,
.kbs-btn--shadow {
  box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
}

a.kbs-btn--red-orange,
.kbs-btn--red-orange {
  background-color: #ff553e;
  color: #fff;
}

a.kbs-btn--red-orange:hover,
.kbs-btn--red-orange:hover {
  background-color: #ff280b;
}

a.kbs-btn--blue-dark,
.kbs-btn--blue-dark {
  background-color: #05149b;
  color: #fff;
}

a.kbs-btn--blue-dark:hover,
.kbs-btn--blue-dark:hover {
  background-color: #030e6a;
}

a.kbs-btn--blue-dark-outline,
.kbs-btn--blue-dark-outline {
  box-shadow: 0px 0px 0px 7px #05149b inset;
  color: #05149b;
}

a.kbs-btn--blue-dark-outline:hover,
.kbs-btn--blue-dark-outline:hover {
  background-color: #c0c3de;
}

a.kbs-btn--video, a.kbs-btn--report,
.kbs-btn--video,
.kbs-btn--report {
  padding-left: 56px;
  background-repeat: no-repeat;
}

a.kbs-btn--report,
.kbs-btn--report {
  background-image: url("../images/icon-report.svg");
  background-size: 25px auto;
  background-position: 17px 50%;
}

a.kbs-btn--nr-4,
.kbs-btn--nr-4 {
  background-image: none;
  padding-left: 50px;
}

a.kbs-btn--video,
.kbs-btn--video {
  background-image: url("../images/icon-video.svg");
  background-size: 34px auto;
  background-position: 14px 50%;
}

a.kbs-btn--video-pdf,
.kbs-btn--video-pdf {
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  text-decoration: none !important;
  box-shadow: 0px 0px 0px 4px #05149b inset;
  background-size: 30px auto;
  padding-left: 50px;
}

.roi-calc-btns-wrap .kbs-btn {
  min-width: 312px;
}

@media (max-width: 400px) {
  .roi-calc-btns-wrap .kbs-btn {
    width: 100%;
    min-width: 0;
    background-image: none;
    padding-left: 0.7em;
    font-size: 18px;
  }
  .roi-calc-btns-wrap .kbs-btn--xl {
    padding-left: 2.7em;
  }
}

.section-roi-calculator {
  background: #f2f2f2;
}

.header-logo {
  display: inline-block;
  max-width: 290px;
}

@media (max-width: 800px) {
  .header-logo {
    max-width: 200px;
  }
}

.app-header a.nav-link {
  color: #222;
  padding: 15px 17px;
}

.app-header a.nav-link:hover {
  color: #000;
  text-decoration: underline;
}

@media (max-width: 1200px) {
  .app-header a.nav-link {
    padding: 12px 0;
  }
}

.btn-menu-open {
  display: none;
  font-size: 36px;
  color: #222;
}

@media (max-width: 1200px) {
  .btn-menu-open {
    display: inline-block;
  }
}

.menu-wrap {
  background: #fff;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 1200px) {
  .menu-wrap {
    position: fixed;
    z-index: 30;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 45px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
    -ms-transform: translate(330px, 0);
    transform: translate(330px, 0);
    transition: all 0.25s ease-out;
  }
  .menu-wrap.mobile-menu-show {
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
  }
  .menu-wrap .btn {
    margin: 15px 0;
  }
  .menu-wrap .btn:last-child {
    margin-bottom: 0;
  }
}

.btn-menu-close {
  position: absolute;
  top: 25px;
  right: 25px;
  display: none;
  font-size: 30px;
  color: #b2b0b0;
}

.btn-menu-close:active {
  color: #222;
}

@media (max-width: 1200px) {
  .btn-menu-close {
    display: inline-block;
  }
}

.input-calculator-label {
  display: block;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.input-calculator-label.min-2-rows {
  min-height: 35px;
}

.input-calculator {
  font-size: 18px;
}

#roi-calculator-spacer {
  font-size: 0px;
  line-height: 0;
}

.donut-chart-wrap {
  position: relative;
  width: 400px;
  height: 400px;
  margin: 0 auto;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .donut-chart-wrap--lp {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 440px) {
  .donut-chart-wrap--lp {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
  }
}

@media (max-width: 340px) {
  .donut-chart-wrap--lp .donut-chart-title {
    display: none;
  }
}

@media (min-width: 992px) {
  .donut-chart-wrap--lp {
    margin-top: -17px;
  }
}

.donut-chart-wrap--video {
  width: 300px;
  height: 300px;
  font-size: 300px;
}

.donut-chart-wrap--video .donut-chart-categories-texts {
  top: 0.15em;
  left: 0.15em;
  bottom: 0.15em;
  right: 0.15em;
}

.donut-chart-wrap--video .donut-chart-categories-texts .donut-chart-sum {
  font-size: 0.1em;
}

.donut-chart-wrap--video .donut-chart-categories-texts .donut-chart-title {
  font-size: 0.06em;
}

@media (max-width: 768px) {
  .donut-chart-wrap--video .donut-chart-categories-texts .donut-chart-title {
    display: none;
  }
}

.donut-chart-categories-texts {
  position: absolute;
  top: 55px;
  left: 55px;
  bottom: 55px;
  right: 55px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  line-height: 1.4;
  user-select: none;
}

.donut-chart-categories-texts .donut-chart-title-save {
  font-size: 30px;
}

.donut-chart-categories-texts .donut-chart-sum {
  font-size: 34px;
}

.donut-chart-categories-texts .donut-chart-title {
  font-size: 22px;
  padding: 0px 12px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .donut-chart-categories-texts .donut-chart-sum {
    font-size: 30px;
  }
  .donut-chart-categories-texts .donut-chart-title {
    font-size: 15px;
  }
}

@media (max-width: 440px) {
  .donut-chart-categories-texts .donut-chart-title-save {
    font-size: 26px;
  }
  .donut-chart-categories-texts .donut-chart-sum {
    font-size: 30px;
  }
  .donut-chart-categories-texts .donut-chart-title {
    font-size: 15px;
  }
}

.donut-chart {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.donut-part {
  opacity: 0.85;
}

.donut-part.active {
  opacity: 1;
  stroke-width: 26px !important;
}

.h-category {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 600;
  padding-right: 60px;
  margin: 0;
}

.h-category .font-ai {
  font-weight: 400;
}

@media (max-width: 1440px) {
  .h-category br {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1300px) {
  .h-category {
    font-size: 20px;
  }
}

@media (max-width: 440px) {
  .h-category {
    font-size: 18px;
  }
}

.h-category__nr {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  margin-top: -18px;
  font-size: 40px;
  line-height: 1;
  text-align: center;
}

.subh-category {
  color: #282828;
  font-size: 17px;
  font-weight: bold;
}

@media (max-width: 440px) {
  .subh-category {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .category-cards-wrap {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

.category-card {
  position: relative;
  background: #fff;
}

@media (min-width: 992px) {
  .category-card {
    height: 100%;
  }
}

.category-card__header {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  padding: 20px 30px;
  height: 100%;
  user-select: none;
}

.category-card__header--with-nr {
  padding-left: 50px;
}

.category-card .control {
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 30px;
  width: 36px;
  height: 36px;
  transition: all 0.1s ease-out;
}

.category-card .control-bar {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  width: 100%;
  height: 8px;
  background: #fff;
  border-radius: 2px;
  transition: all 0.1s ease-out;
}

.category-card .control-bar:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 2px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.1s ease-out;
}

.category-card--audit-reports {
  z-index: 9;
}

.category-card--audit-reports .category-card__header {
  background: #699bff;
}

.category-card--audit-reports .category-card__header:hover, .category-card--audit-reports .category-card__header.highlighted {
  background: #3376ff;
}

.category-card--audit-reports.open .h-category {
  color: #699bff;
}

.category-card--audit-reports.open .control-bar, .category-card--audit-reports.open .control-bar:after {
  background: #699bff;
}

.category-card--rules-changes {
  z-index: 8;
}

.category-card--rules-changes .category-card__header {
  background: #ff553e;
}

.category-card--rules-changes .category-card__header:hover, .category-card--rules-changes .category-card__header.highlighted {
  background: #d71a00;
}

.category-card--rules-changes.open .h-category {
  color: #ff553e;
}

.category-card--rules-changes.open .control-bar, .category-card--rules-changes.open .control-bar:after {
  background: #ff553e;
}

.category-card--cloud-provisioning {
  z-index: 7;
}

.category-card--cloud-provisioning .category-card__header {
  background: #05149b;
}

.category-card--cloud-provisioning .category-card__header:hover, .category-card--cloud-provisioning .category-card__header.highlighted {
  background: #071ee5;
}

.category-card--cloud-provisioning.open .h-category {
  color: #05149b;
}

.category-card--cloud-provisioning.open .control-bar, .category-card--cloud-provisioning.open .control-bar:after {
  background: #05149b;
}

.category-card .open-content {
  position: relative;
  display: none;
}

.category-card .open-content__inner {
  padding: 30px 30px 20px;
}

.category-card .open-content__inner:before {
  content: '';
  position: absolute;
  width: 100%;
  display: block;
  top: -8px;
  left: 0;
  height: 10px;
  background: #fff;
}

@media (min-width: 992px) {
  .category-card .open-content__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    background: #fff;
  }
  .category-card .open-content__inner--right, .category-card .open-content__inner--right:before {
    right: 0;
    left: auto;
  }
  .category-card .open-content__inner:before {
    width: 66.6666%;
  }
}

.category-card.open {
  background: #fff;
  z-index: 10;
}

.category-card.open .category-card__header {
  background: #fff;
}

.category-card.open .control-bar:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (min-width: 992px) {
  .category-card.open .category-card__header {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

.category-card.open .category-card__header:before {
  content: '';
  display: block;
  width: 50%;
  position: absolute;
  top: -8px;
  left: 0;
  background: #fff;
}

.category-card.open .open-content {
  display: block;
}

.category-card.open .open-content__inner {
  background: #fff;
}

@media (min-width: 992px) {
  .category-card.open .open-content__inner {
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.3);
  }
}

.slider-wrap {
  padding-top: 25px;
  user-select: none;
}

.slider-wrap .vue-slider-horizontal {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.vue-slider-no-transitions .vue-slider-dot,
.vue-slider-no-transitions .vue-slider-process,
.slider-wrap .vue-slider-dot,
.slider-wrap .vue-slider-process {
  transition: none !important;
}

.vue-slider-no-transitions .vue-slider-dot-tooltip-top,
.vue-slider-no-transitions .vue-slider-dot,
.slider-wrap .vue-slider-dot-tooltip-top,
.slider-wrap .vue-slider-dot {
  backface-visibility: hidden;
}

.vue-slider-no-transitions .vue-slider-dot-tooltip-inner,
.slider-wrap .vue-slider-dot-tooltip-inner {
  font-family: tahoma;
}

.slider-labels {
  position: relative;
  text-align: center;
  font-size: 14px;
  padding: 0 30px;
}

.slider-labels .label-min {
  position: absolute;
  left: 4px;
  top: 0;
}

.slider-labels .label-max {
  position: absolute;
  right: 4px;
  top: 0;
}

.info-circle {
  cursor: default;
  display: inline-block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #b7bcc1 url("../images/icon-info.png") no-repeat 50% 50%;
}

.info-circle--sm {
  width: 18px;
  height: 18px;
  background-size: 6px auto;
}

.info-circle:hover {
  background-color: #05149b;
}

.info-circle.animate {
  transition: none;
  animation: pulse 0.25s ease 0.15s 2;
}

@keyframes pulse {
  0% {
    background-color: #b7bcc1;
  }
  50% {
    background-color: #2d455d;
  }
  100% {
    background-color: #b7bcc1;
  }
}

.slider-with-info-wrap {
  display: flex;
  flex-wrap: wrap;
}

.slider-with-info-wrap .slider-wrap {
  width: calc(100% - 60px);
}

.slider-with-info-wrap .info-wrap {
  width: 60px;
  padding-top: 37px;
  text-align: right;
}

@media (max-width: 767.98px) {
  .roi-calc-category-bars-wrap {
    max-width: 312px;
    margin: 0 auto;
  }
}

.category-bar {
  width: 40px;
  height: 10px;
  background: #666;
  border-radius: 2px;
}

.category-bar--audit-reports {
  background: #699bff;
}

.category-bar--rules-changes {
  background: #ff553e;
}

.category-bar--cloud-provisioning {
  background: #05149b;
}

.category-bar-text {
  cursor: default;
  font-size: 15px;
}

.category-bar-text .font-ai {
  font-size: 95%;
}

@media (min-width: 1200px) {
  .category-bar-text--lg {
    font-size: 18px;
  }
}

.category-bar-text--audit-reports.active {
  color: #699bff;
}

.category-bar-text--rules-changes.active {
  color: #ff553e;
}

.category-bar-text--cloud-provisioning.active {
  color: #05149b;
}

.row-divided .col-sm-6 {
  position: relative;
  padding: 40px 40px;
}

.row-divided .col-sm-6:after, .row-divided .col-sm-6:before {
  content: '';
  display: block;
  position: absolute;
}

.row-divided .col-sm-6:after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url("../images/divider-x.png") no-repeat center;
}

.row-divided .col-sm-6:before {
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: url("../images/divider-y.png") no-repeat center;
}

@media (min-width: 576px) {
  .row-divided .col-sm-6:nth-child(2n):before {
    display: none;
  }
  .row-divided .col-sm-6:last-child:after {
    display: none;
  }
  .row-divided .col-sm-6:nth-last-child(2):after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .row-divided .col-sm-6:before {
    display: none;
  }
  .row-divided .col-sm-6:last-child:after {
    display: none;
  }
}

a.link-show-formulas {
  color: #699bff;
  font-size: 14px;
  text-decoration: none;
}

a.link-show-formulas:hover {
  text-decoration: underline;
}

.formulas {
  position: relative;
  border: 1px dashed #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 15px;
  font-size: 12px;
  user-select: none;
}

.formulas .close {
  position: absolute;
  top: 5px;
  right: 12px;
}

.kbs-popup {
  position: relative;
  background: #fff;
  color: #222;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0px 0px;
}

.kbs-popup .mfp-close {
  background: #4498ea;
  color: #fff;
  opacity: 1;
}

.kbs-popup .mfp-close:hover {
  background: #1774d0;
}

.kbs-popup .mfp-close:active {
  top: 0px;
}

.kbs-popup h4 {
  padding-left: 30px;
  padding-right: 70px;
}

.btn-submit-loader-wrap {
  position: relative;
}

.btn-submit-loader-wrap input[type="submit"][disabled] + .lds-css {
  display: block;
}

.btn-submit-loader-wrap .lds-css {
  display: none;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  font-size: 5px;
}

.personalized-video-wrap {
  position: relative;
  padding: 56.25% 0 0;
}

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

.personalized-video-html {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.personalized-video-slide {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #000;
}

.personalized-video-slide .donut-part {
  opacity: 1;
}

.personalized-video-slide--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 83%;
}

.personalized-video-slide--right {
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.personalized-video-slide__dummy {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 20px solid rgba(255, 0, 0, 0.5);
}

.btn-video-share {
  cursor: pointer;
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0px;
  right: 44px;
  border: 0;
  -webkit-appearance: none;
  background: #ff553e url("../images/icon-share.svg") no-repeat center/22px 22px;
  color: #fff;
}

.btn-video-share:hover {
  background-color: #ff280b;
}

#clipboard-helper {
  position: absolute;
  z-index: -1;
  opacity: 0.01;
  display: block;
}

#wistia-embed-personalized-video [data-handle="loadingIndicator"] {
  pointer-events: none !important;
}

.wistia-embed-wrap-initial {
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.slim-header {
  position: relative;
  min-height: 340px;
  background: url("../images/header-slim.jpg") no-repeat center top/cover;
  color: #fff;
}

.slim-header--report-b2c {
  background: url("../images/header-report-b2c.jpg") no-repeat center top/cover;
}

.slim-header--report-forrester {
  background: url("../images/header-report-forrester.jpg") no-repeat center top/cover;
}

.slim-header h2, .slim-header h3, .slim-header h4, .slim-header h5 {
  color: #fff;
}

.slim-header-logo-wrap {
  max-width: 360px;
}

.logo-forrester {
  width: 130px;
}

@media (min-width: 992px) {
  .logo-forrester {
    width: 170px;
    position: absolute;
    bottom: 15px;
    right: 25px;
  }
}

.logo-thinkmax {
  width: 150px;
}

@media (min-width: 768px) {
  .logo-thinkmax {
    width: 272px;
  }
}

.thinkmax-case-study {
  background: #f4f4f4;
  padding: 15px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0px 28px 29px 0 rgba(0, 0, 0, 0.3);
}

.thinkmax-case-study a.thinkmax-case-study-inner {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none !important;
  background: url("../images/case-study-thinkmax.jpg") no-repeat left top/cover;
  min-height: 330px;
}

.thinkmax-case-study a.thinkmax-case-study-inner.case--eason {
  background-image: url("../images/case-study-eason.jpg");
}

@media (min-width: 768px) {
  .thinkmax-case-study a.thinkmax-case-study-inner {
    min-height: 428px;
  }
}

.thinkmax-case-study a.thinkmax-case-study-inner .thinkmax-case-study-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff553e;
  transition: all 0.35s ease-out;
}

.thinkmax-case-study a.thinkmax-case-study-inner:hover .thinkmax-case-study-overlay {
  top: 0%;
}

.thinkmax-case-study .h-thinkmax-case-study {
  font-size: 18px;
  color: #fff !important;
  margin: 0;
  padding: 30px;
  background-color: rgba(255, 85, 62, 0.9);
  position: relative;
  text-align: center;
  letter-spacing: -1px;
  line-height: 1.1;
  font-weight: 100;
}

@media (min-width: 768px) {
  .thinkmax-case-study .h-thinkmax-case-study {
    font-size: 30px;
  }
}

@media (min-width: 992px) {
  .thinkmax-case-study .h-thinkmax-case-study {
    font-size: 42px;
  }
}
