@charset "UTF-8";

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* apps/clients/baguette/chilis/src/styles.scss */
.price-column {
  display: flex;
  flex-direction: column;
}
.old-price-row {
  display: flex;
  align-items: baseline;
}
.old-price {
  color: #6e6e6e;
  text-decoration: line-through;
}
.new-price {
  color: #d62215;
}
.active {
  color: #e81b23 !important;
  text-decoration: underline;
}
.object-cover {
  object-fit: cover;
}
.spinner-grow {
  color: #e81b23;
}
.border-2 {
  border-width: 2px !important;
}
.button-info {
  background: #22235b !important;
  color: #fff !important;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.toast-success {
  background-color: #22235b;
}
.cursor-pointer {
  cursor: pointer;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* apps/clients/baguette/chilis/src/styles.css */

/* node_modules/quill/dist/quill.core.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container:not(.ql-disabled) li[data-list=checked] > .ql-ui,
.ql-container:not(.ql-disabled) li[data-list=unchecked] > .ql-ui {
  cursor: pointer;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
}
@supports (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-set: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor p,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    counter-reset: list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor table {
  border-collapse: collapse;
}
.ql-editor td {
  border: 1px solid #000;
  padding: 2px 5px;
}
.ql-editor ol {
  padding-left: 1.5em;
}
.ql-editor li {
  list-style-type: none;
  padding-left: 1.5em;
  position: relative;
}
.ql-editor li > .ql-ui:before {
  display: inline-block;
  margin-left: -1.5em;
  margin-right: .3em;
  text-align: right;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li[data-list=checked] > .ql-ui,
.ql-editor li[data-list=unchecked] > .ql-ui {
  color: #777;
}
.ql-editor li[data-list=bullet] > .ql-ui:before {
  content: "\2022";
}
.ql-editor li[data-list=checked] > .ql-ui:before {
  content: "\2611";
}
.ql-editor li[data-list=unchecked] > .ql-ui:before {
  content: "\2610";
}
@supports (counter-set:none) {
  .ql-editor li[data-list] {
    counter-set: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list] {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered] {
  counter-increment: list-0;
}
.ql-editor li[data-list=ordered] > .ql-ui:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor li[data-list=ordered].ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor li[data-list=ordered].ql-indent-1 > .ql-ui:before {
  content: counter(list-1, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-set: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor li[data-list=ordered].ql-indent-2 > .ql-ui:before {
  content: counter(list-2, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-set: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor li[data-list=ordered].ql-indent-3 > .ql-ui:before {
  content: counter(list-3, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-set: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor li[data-list=ordered].ql-indent-4 > .ql-ui:before {
  content: counter(list-4, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-set: list-5 list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor li[data-list=ordered].ql-indent-5 > .ql-ui:before {
  content: counter(list-5, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-set: list-6 list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor li[data-list=ordered].ql-indent-6 > .ql-ui:before {
  content: counter(list-6, decimal) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-set: list-7 list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor li[data-list=ordered].ql-indent-7 > .ql-ui:before {
  content: counter(list-7, lower-alpha) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-set: list-8 list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-7 {
    counter-reset: list-8 list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor li[data-list=ordered].ql-indent-8 > .ql-ui:before {
  content: counter(list-8, lower-roman) ". ";
}
@supports (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-set: list-9;
  }
}
@supports not (counter-set:none) {
  .ql-editor li[data-list].ql-indent-8 {
    counter-reset: list-9;
  }
}
.ql-editor li[data-list=ordered].ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor li[data-list=ordered].ql-indent-9 > .ql-ui:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor li.ql-direction-rtl > .ql-ui:before {
  margin-left: .3em;
  margin-right: -1.5em;
  text-align: left;
}
.ql-editor table {
  table-layout: fixed;
  width: 100%;
}
.ql-editor table td {
  outline: none;
}
.ql-editor .ql-code-block-container {
  font-family: monospace;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: .75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor .ql-ui {
  position: absolute;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer:coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: .4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: .83em;
}
.ql-snow .ql-editor h6 {
  font-size: .67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor .ql-code-block-container {
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor .ql-code-block-container {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: .83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: .67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-code-block-container {
  position: relative;
}
.ql-code-block-container .ql-ui {
  right: 5px;
  top: 5px;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0;
  content: "Save";
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* apps/clients/baguette/chilis/src/assets/css/fontawesome-all.min.css */
/*!
 * Font Awesome Free 5.0.13 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fas {
  font-family: "Font Awesome 5 Free";
}
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  animation: a 2s infinite linear;
}
.fa-pulse {
  animation: a 1s infinite steps(8);
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.fa-flip-vertical {
  transform: scaleY(-1);
}
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-aws:before {
  content: "\f375";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-moon:before {
  content: "\f186";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nintendo-switch:before {
  content: "\f418";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-plane:before {
  content: "\f072";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-random:before {
  content: "\f074";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-rendact:before {
  content: "\f3e4";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-safari:before {
  content: "\f267";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-train:before {
  content: "\f238";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  src: url("./media/fa-brands-400-G3ZO5SUD.eot");
  src:
    url("./media/fa-brands-400-G3ZO5SUD.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-brands-400-3TV7CJNT.woff2") format("woff2"),
    url("./media/fa-brands-400-CAXEJADM.woff") format("woff"),
    url("./media/fa-brands-400-WBXJ74RM.ttf") format("truetype"),
    url("./media/fa-brands-400-VRP2DAJQ.svg#fontawesome") format("svg");
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  src: url("./media/fa-regular-400-KUPG7LRY.eot");
  src:
    url("./media/fa-regular-400-KUPG7LRY.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-regular-400-W32HCR3Y.woff2") format("woff2"),
    url("./media/fa-regular-400-VXUVROWX.woff") format("woff"),
    url("./media/fa-regular-400-7CCEWYDO.ttf") format("truetype"),
    url("./media/fa-regular-400-NEMVJFUP.svg#fontawesome") format("svg");
}
.far {
  font-weight: 400;
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  src: url("./media/fa-solid-900-ZQMHQGTP.eot");
  src:
    url("./media/fa-solid-900-ZQMHQGTP.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-solid-900-6ZR7KRXY.woff2") format("woff2"),
    url("./media/fa-solid-900-4OF5BZFD.woff") format("woff"),
    url("./media/fa-solid-900-TUKQONXE.ttf") format("truetype"),
    url("./media/fa-solid-900-RK6U2VJT.svg#fontawesome") format("svg");
}
.fa,
.far,
.fas {
  font-family: Font Awesome\ 5 Free;
}
.fa,
.fas {
  font-weight: 900;
}

/* apps/clients/baguette/chilis/src/assets/css/linearicons.css */
@font-face {
  font-family: "Linearicons";
  src: url("./media/Linearicons-H7ESWQHC.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=licon-],
[class*=licon-] {
  font-family: "Linearicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.licon-home:before {
  content: "\e600";
}
.licon-home2:before {
  content: "\e601";
}
.licon-home3:before {
  content: "\e602";
}
.licon-home4:before {
  content: "\e603";
}
.licon-home5:before {
  content: "\e604";
}
.licon-home6:before {
  content: "\e605";
}
.licon-bathtub:before {
  content: "\e606";
}
.licon-toothbrush:before {
  content: "\e607";
}
.licon-bed:before {
  content: "\e608";
}
.licon-couch:before {
  content: "\e609";
}
.licon-chair:before {
  content: "\e60a";
}
.licon-city:before {
  content: "\e60b";
}
.licon-apartment:before {
  content: "\e60c";
}
.licon-pencil:before {
  content: "\e60d";
}
.licon-pencil2:before {
  content: "\e60e";
}
.licon-pen:before {
  content: "\e60f";
}
.licon-pencil3:before {
  content: "\e610";
}
.licon-eraser:before {
  content: "\e611";
}
.licon-pencil4:before {
  content: "\e612";
}
.licon-pencil5:before {
  content: "\e613";
}
.licon-feather:before {
  content: "\e614";
}
.licon-feather2:before {
  content: "\e615";
}
.licon-feather3:before {
  content: "\e616";
}
.licon-pen2:before {
  content: "\e617";
}
.licon-pen-add:before {
  content: "\e618";
}
.licon-pen-remove:before {
  content: "\e619";
}
.licon-vector:before {
  content: "\e61a";
}
.licon-pen3:before {
  content: "\e61b";
}
.licon-blog:before {
  content: "\e61c";
}
.licon-brush:before {
  content: "\e61d";
}
.licon-brush2:before {
  content: "\e61e";
}
.licon-spray:before {
  content: "\e61f";
}
.licon-paint-roller:before {
  content: "\e620";
}
.licon-stamp:before {
  content: "\e621";
}
.licon-tape:before {
  content: "\e622";
}
.licon-desk-tape:before {
  content: "\e623";
}
.licon-texture:before {
  content: "\e624";
}
.licon-eye-dropper:before {
  content: "\e625";
}
.licon-palette:before {
  content: "\e626";
}
.licon-color-sampler:before {
  content: "\e627";
}
.licon-bucket:before {
  content: "\e628";
}
.licon-gradient:before {
  content: "\e629";
}
.licon-gradient2:before {
  content: "\e62a";
}
.licon-magic-wand:before {
  content: "\e62b";
}
.licon-magnet:before {
  content: "\e62c";
}
.licon-pencil-ruler:before {
  content: "\e62d";
}
.licon-pencil-ruler2:before {
  content: "\e62e";
}
.licon-compass:before {
  content: "\e62f";
}
.licon-aim:before {
  content: "\e630";
}
.licon-gun:before {
  content: "\e631";
}
.licon-bottle:before {
  content: "\e632";
}
.licon-drop:before {
  content: "\e633";
}
.licon-drop-crossed:before {
  content: "\e634";
}
.licon-drop2:before {
  content: "\e635";
}
.licon-snow:before {
  content: "\e636";
}
.licon-snow2:before {
  content: "\e637";
}
.licon-fire:before {
  content: "\e638";
}
.licon-lighter:before {
  content: "\e639";
}
.licon-knife:before {
  content: "\e63a";
}
.licon-dagger:before {
  content: "\e63b";
}
.licon-tissue:before {
  content: "\e63c";
}
.licon-toilet-paper:before {
  content: "\e63d";
}
.licon-poop:before {
  content: "\e63e";
}
.licon-umbrella:before {
  content: "\e63f";
}
.licon-umbrella2:before {
  content: "\e640";
}
.licon-rain:before {
  content: "\e641";
}
.licon-tornado:before {
  content: "\e642";
}
.licon-wind:before {
  content: "\e643";
}
.licon-fan:before {
  content: "\e644";
}
.licon-contrast:before {
  content: "\e645";
}
.licon-sun-small:before {
  content: "\e646";
}
.licon-sun:before {
  content: "\e647";
}
.licon-sun2:before {
  content: "\e648";
}
.licon-moon:before {
  content: "\e649";
}
.licon-cloud:before {
  content: "\e64a";
}
.licon-cloud-upload:before {
  content: "\e64b";
}
.licon-cloud-download:before {
  content: "\e64c";
}
.licon-cloud-rain:before {
  content: "\e64d";
}
.licon-cloud-hailstones:before {
  content: "\e64e";
}
.licon-cloud-snow:before {
  content: "\e64f";
}
.licon-cloud-windy:before {
  content: "\e650";
}
.licon-sun-wind:before {
  content: "\e651";
}
.licon-cloud-fog:before {
  content: "\e652";
}
.licon-cloud-sun:before {
  content: "\e653";
}
.licon-cloud-lightning:before {
  content: "\e654";
}
.licon-cloud-sync:before {
  content: "\e655";
}
.licon-cloud-lock:before {
  content: "\e656";
}
.licon-cloud-gear:before {
  content: "\e657";
}
.licon-cloud-alert:before {
  content: "\e658";
}
.licon-cloud-check:before {
  content: "\e659";
}
.licon-cloud-cross:before {
  content: "\e65a";
}
.licon-cloud-crossed:before {
  content: "\e65b";
}
.licon-cloud-database:before {
  content: "\e65c";
}
.licon-database:before {
  content: "\e65d";
}
.licon-database-add:before {
  content: "\e65e";
}
.licon-database-remove:before {
  content: "\e65f";
}
.licon-database-lock:before {
  content: "\e660";
}
.licon-database-refresh:before {
  content: "\e661";
}
.licon-database-check:before {
  content: "\e662";
}
.licon-database-history:before {
  content: "\e663";
}
.licon-database-upload:before {
  content: "\e664";
}
.licon-database-download:before {
  content: "\e665";
}
.licon-server:before {
  content: "\e666";
}
.licon-shield:before {
  content: "\e667";
}
.licon-shield-check:before {
  content: "\e668";
}
.licon-shield-alert:before {
  content: "\e669";
}
.licon-shield-cross:before {
  content: "\e66a";
}
.licon-lock:before {
  content: "\e66b";
}
.licon-rotation-lock:before {
  content: "\e66c";
}
.licon-unlock:before {
  content: "\e66d";
}
.licon-key:before {
  content: "\e66e";
}
.licon-key-hole:before {
  content: "\e66f";
}
.licon-toggle-off:before {
  content: "\e670";
}
.licon-toggle-on:before {
  content: "\e671";
}
.licon-cog:before {
  content: "\e672";
}
.licon-cog2:before {
  content: "\e673";
}
.licon-wrench:before {
  content: "\e674";
}
.licon-screwdriver:before {
  content: "\e675";
}
.licon-hammer-wrench:before {
  content: "\e676";
}
.licon-hammer:before {
  content: "\e677";
}
.licon-saw:before {
  content: "\e678";
}
.licon-axe:before {
  content: "\e679";
}
.licon-axe2:before {
  content: "\e67a";
}
.licon-shovel:before {
  content: "\e67b";
}
.licon-pickaxe:before {
  content: "\e67c";
}
.licon-factory:before {
  content: "\e67d";
}
.licon-factory2:before {
  content: "\e67e";
}
.licon-recycle:before {
  content: "\e67f";
}
.licon-trash:before {
  content: "\e680";
}
.licon-trash2:before {
  content: "\e681";
}
.licon-trash3:before {
  content: "\e682";
}
.licon-broom:before {
  content: "\e683";
}
.licon-game:before {
  content: "\e684";
}
.licon-gamepad:before {
  content: "\e685";
}
.licon-joystick:before {
  content: "\e686";
}
.licon-dice:before {
  content: "\e687";
}
.licon-spades:before {
  content: "\e688";
}
.licon-diamonds:before {
  content: "\e689";
}
.licon-clubs:before {
  content: "\e68a";
}
.licon-hearts:before {
  content: "\e68b";
}
.licon-heart:before {
  content: "\e68c";
}
.licon-star:before {
  content: "\e68d";
}
.licon-star-half:before {
  content: "\e68e";
}
.licon-star-empty:before {
  content: "\e68f";
}
.licon-flag:before {
  content: "\e690";
}
.licon-flag2:before {
  content: "\e691";
}
.licon-flag3:before {
  content: "\e692";
}
.licon-mailbox-full:before {
  content: "\e693";
}
.licon-mailbox-empty:before {
  content: "\e694";
}
.licon-at-sign:before {
  content: "\e695";
}
.licon-envelope:before {
  content: "\e696";
}
.licon-envelope-open:before {
  content: "\e697";
}
.licon-paperclip:before {
  content: "\e698";
}
.licon-paper-plane:before {
  content: "\e699";
}
.licon-reply:before {
  content: "\e69a";
}
.licon-reply-all:before {
  content: "\e69b";
}
.licon-inbox:before {
  content: "\e69c";
}
.licon-inbox2:before {
  content: "\e69d";
}
.licon-outbox:before {
  content: "\e69e";
}
.licon-box:before {
  content: "\e69f";
}
.licon-archive:before {
  content: "\e6a0";
}
.licon-archive2:before {
  content: "\e6a1";
}
.licon-drawers:before {
  content: "\e6a2";
}
.licon-drawers2:before {
  content: "\e6a3";
}
.licon-drawers3:before {
  content: "\e6a4";
}
.licon-eye:before {
  content: "\e6a5";
}
.licon-eye-crossed:before {
  content: "\e6a6";
}
.licon-eye-plus:before {
  content: "\e6a7";
}
.licon-eye-minus:before {
  content: "\e6a8";
}
.licon-binoculars:before {
  content: "\e6a9";
}
.licon-binoculars2:before {
  content: "\e6aa";
}
.licon-hdd:before {
  content: "\e6ab";
}
.licon-hdd-down:before {
  content: "\e6ac";
}
.licon-hdd-up:before {
  content: "\e6ad";
}
.licon-floppy-disk:before {
  content: "\e6ae";
}
.licon-disc:before {
  content: "\e6af";
}
.licon-tape2:before {
  content: "\e6b0";
}
.licon-printer:before {
  content: "\e6b1";
}
.licon-shredder:before {
  content: "\e6b2";
}
.licon-file-empty:before {
  content: "\e6b3";
}
.licon-file-add:before {
  content: "\e6b4";
}
.licon-file-check:before {
  content: "\e6b5";
}
.licon-file-lock:before {
  content: "\e6b6";
}
.licon-files:before {
  content: "\e6b7";
}
.licon-copy:before {
  content: "\e6b8";
}
.licon-compare:before {
  content: "\e6b9";
}
.licon-folder:before {
  content: "\e6ba";
}
.licon-folder-search:before {
  content: "\e6bb";
}
.licon-folder-plus:before {
  content: "\e6bc";
}
.licon-folder-minus:before {
  content: "\e6bd";
}
.licon-folder-download:before {
  content: "\e6be";
}
.licon-folder-upload:before {
  content: "\e6bf";
}
.licon-folder-star:before {
  content: "\e6c0";
}
.licon-folder-heart:before {
  content: "\e6c1";
}
.licon-folder-user:before {
  content: "\e6c2";
}
.licon-folder-shared:before {
  content: "\e6c3";
}
.licon-folder-music:before {
  content: "\e6c4";
}
.licon-folder-picture:before {
  content: "\e6c5";
}
.licon-folder-film:before {
  content: "\e6c6";
}
.licon-scissors:before {
  content: "\e6c7";
}
.licon-paste:before {
  content: "\e6c8";
}
.licon-clipboard-empty:before {
  content: "\e6c9";
}
.licon-clipboard-pencil:before {
  content: "\e6ca";
}
.licon-clipboard-text:before {
  content: "\e6cb";
}
.licon-clipboard-check:before {
  content: "\e6cc";
}
.licon-clipboard-down:before {
  content: "\e6cd";
}
.licon-clipboard-left:before {
  content: "\e6ce";
}
.licon-clipboard-alert:before {
  content: "\e6cf";
}
.licon-clipboard-user:before {
  content: "\e6d0";
}
.licon-register:before {
  content: "\e6d1";
}
.licon-enter:before {
  content: "\e6d2";
}
.licon-exit:before {
  content: "\e6d3";
}
.licon-papers:before {
  content: "\e6d4";
}
.licon-news:before {
  content: "\e6d5";
}
.licon-reading:before {
  content: "\e6d6";
}
.licon-typewriter:before {
  content: "\e6d7";
}
.licon-document:before {
  content: "\e6d8";
}
.licon-document2:before {
  content: "\e6d9";
}
.licon-graduation-hat:before {
  content: "\e6da";
}
.licon-license:before {
  content: "\e6db";
}
.licon-license2:before {
  content: "\e6dc";
}
.licon-medal-empty:before {
  content: "\e6dd";
}
.licon-medal-first:before {
  content: "\e6de";
}
.licon-medal-second:before {
  content: "\e6df";
}
.licon-medal-third:before {
  content: "\e6e0";
}
.licon-podium:before {
  content: "\e6e1";
}
.licon-trophy:before {
  content: "\e6e2";
}
.licon-trophy2:before {
  content: "\e6e3";
}
.licon-music-note:before {
  content: "\e6e4";
}
.licon-music-note2:before {
  content: "\e6e5";
}
.licon-music-note3:before {
  content: "\e6e6";
}
.licon-playlist:before {
  content: "\e6e7";
}
.licon-playlist-add:before {
  content: "\e6e8";
}
.licon-guitar:before {
  content: "\e6e9";
}
.licon-trumpet:before {
  content: "\e6ea";
}
.licon-album:before {
  content: "\e6eb";
}
.licon-shuffle:before {
  content: "\e6ec";
}
.licon-repeat-one:before {
  content: "\e6ed";
}
.licon-repeat:before {
  content: "\e6ee";
}
.licon-headphones:before {
  content: "\e6ef";
}
.licon-headset:before {
  content: "\e6f0";
}
.licon-loudspeaker:before {
  content: "\e6f1";
}
.licon-equalizer:before {
  content: "\e6f2";
}
.licon-theater:before {
  content: "\e6f3";
}
.licon-3d-glasses:before {
  content: "\e6f4";
}
.licon-ticket:before {
  content: "\e6f5";
}
.licon-presentation:before {
  content: "\e6f6";
}
.licon-play:before {
  content: "\e6f7";
}
.licon-film-play:before {
  content: "\e6f8";
}
.licon-clapboard-play:before {
  content: "\e6f9";
}
.licon-media:before {
  content: "\e6fa";
}
.licon-film:before {
  content: "\e6fb";
}
.licon-film2:before {
  content: "\e6fc";
}
.licon-surveillance:before {
  content: "\e6fd";
}
.licon-surveillance2:before {
  content: "\e6fe";
}
.licon-camera:before {
  content: "\e6ff";
}
.licon-camera-crossed:before {
  content: "\e700";
}
.licon-camera-play:before {
  content: "\e701";
}
.licon-time-lapse:before {
  content: "\e702";
}
.licon-record:before {
  content: "\e703";
}
.licon-camera2:before {
  content: "\e704";
}
.licon-camera-flip:before {
  content: "\e705";
}
.licon-panorama:before {
  content: "\e706";
}
.licon-time-lapse2:before {
  content: "\e707";
}
.licon-shutter:before {
  content: "\e708";
}
.licon-shutter2:before {
  content: "\e709";
}
.licon-face-detection:before {
  content: "\e70a";
}
.licon-flare:before {
  content: "\e70b";
}
.licon-convex:before {
  content: "\e70c";
}
.licon-concave:before {
  content: "\e70d";
}
.licon-picture:before {
  content: "\e70e";
}
.licon-picture2:before {
  content: "\e70f";
}
.licon-picture3:before {
  content: "\e710";
}
.licon-pictures:before {
  content: "\e711";
}
.licon-book:before {
  content: "\e712";
}
.licon-audio-book:before {
  content: "\e713";
}
.licon-book2:before {
  content: "\e714";
}
.licon-bookmark:before {
  content: "\e715";
}
.licon-bookmark2:before {
  content: "\e716";
}
.licon-label:before {
  content: "\e717";
}
.licon-library:before {
  content: "\e718";
}
.licon-library2:before {
  content: "\e719";
}
.licon-contacts:before {
  content: "\e71a";
}
.licon-profile:before {
  content: "\e71b";
}
.licon-portrait:before {
  content: "\e71c";
}
.licon-portrait2:before {
  content: "\e71d";
}
.licon-user:before {
  content: "\e71e";
}
.licon-user-plus:before {
  content: "\e71f";
}
.licon-user-minus:before {
  content: "\e720";
}
.licon-user-lock:before {
  content: "\e721";
}
.licon-users:before {
  content: "\e722";
}
.licon-users2:before {
  content: "\e723";
}
.licon-users-plus:before {
  content: "\e724";
}
.licon-users-minus:before {
  content: "\e725";
}
.licon-group-work:before {
  content: "\e726";
}
.licon-woman:before {
  content: "\e727";
}
.licon-man:before {
  content: "\e728";
}
.licon-baby:before {
  content: "\e729";
}
.licon-baby2:before {
  content: "\e72a";
}
.licon-baby3:before {
  content: "\e72b";
}
.licon-baby-bottle:before {
  content: "\e72c";
}
.licon-walk:before {
  content: "\e72d";
}
.licon-hand-waving:before {
  content: "\e72e";
}
.licon-jump:before {
  content: "\e72f";
}
.licon-run:before {
  content: "\e730";
}
.licon-woman2:before {
  content: "\e731";
}
.licon-man2:before {
  content: "\e732";
}
.licon-man-woman:before {
  content: "\e733";
}
.licon-height:before {
  content: "\e734";
}
.licon-weight:before {
  content: "\e735";
}
.licon-scale:before {
  content: "\e736";
}
.licon-button:before {
  content: "\e737";
}
.licon-bow-tie:before {
  content: "\e738";
}
.licon-tie:before {
  content: "\e739";
}
.licon-socks:before {
  content: "\e73a";
}
.licon-shoe:before {
  content: "\e73b";
}
.licon-shoes:before {
  content: "\e73c";
}
.licon-hat:before {
  content: "\e73d";
}
.licon-pants:before {
  content: "\e73e";
}
.licon-shorts:before {
  content: "\e73f";
}
.licon-flip-flops:before {
  content: "\e740";
}
.licon-shirt:before {
  content: "\e741";
}
.licon-hanger:before {
  content: "\e742";
}
.licon-laundry:before {
  content: "\e743";
}
.licon-store:before {
  content: "\e744";
}
.licon-haircut:before {
  content: "\e745";
}
.licon-store-24:before {
  content: "\e746";
}
.licon-barcode:before {
  content: "\e747";
}
.licon-barcode2:before {
  content: "\e748";
}
.licon-barcode3:before {
  content: "\e749";
}
.licon-cashier:before {
  content: "\e74a";
}
.licon-bag:before {
  content: "\e74b";
}
.licon-bag2:before {
  content: "\e74c";
}
.licon-cart:before {
  content: "\e74d";
}
.licon-cart-empty:before {
  content: "\e74e";
}
.licon-cart-full:before {
  content: "\e74f";
}
.licon-cart-plus:before {
  content: "\e750";
}
.licon-cart-plus2:before {
  content: "\e751";
}
.licon-cart-add:before {
  content: "\e752";
}
.licon-cart-remove:before {
  content: "\e753";
}
.licon-cart-exchange:before {
  content: "\e754";
}
.licon-tag:before {
  content: "\e755";
}
.licon-tags:before {
  content: "\e756";
}
.licon-receipt:before {
  content: "\e757";
}
.licon-wallet:before {
  content: "\e758";
}
.licon-credit-card:before {
  content: "\e759";
}
.licon-cash-dollar:before {
  content: "\e75a";
}
.licon-cash-euro:before {
  content: "\e75b";
}
.licon-cash-pound:before {
  content: "\e75c";
}
.licon-cash-yen:before {
  content: "\e75d";
}
.licon-bag-dollar:before {
  content: "\e75e";
}
.licon-bag-euro:before {
  content: "\e75f";
}
.licon-bag-pound:before {
  content: "\e760";
}
.licon-bag-yen:before {
  content: "\e761";
}
.licon-coin-dollar:before {
  content: "\e762";
}
.licon-coin-euro:before {
  content: "\e763";
}
.licon-coin-pound:before {
  content: "\e764";
}
.licon-coin-yen:before {
  content: "\e765";
}
.licon-calculator:before {
  content: "\e766";
}
.licon-calculator2:before {
  content: "\e767";
}
.licon-abacus:before {
  content: "\e768";
}
.licon-vault:before {
  content: "\e769";
}
.licon-telephone:before {
  content: "\e76a";
}
.licon-phone-lock:before {
  content: "\e76b";
}
.licon-phone-wave:before {
  content: "\e76c";
}
.licon-phone-pause:before {
  content: "\e76d";
}
.licon-phone-outgoing:before {
  content: "\e76e";
}
.licon-phone-incoming:before {
  content: "\e76f";
}
.licon-phone-in-out:before {
  content: "\e770";
}
.licon-phone-error:before {
  content: "\e771";
}
.licon-phone-sip:before {
  content: "\e772";
}
.licon-phone-plus:before {
  content: "\e773";
}
.licon-phone-minus:before {
  content: "\e774";
}
.licon-voicemail:before {
  content: "\e775";
}
.licon-dial:before {
  content: "\e776";
}
.licon-telephone2:before {
  content: "\e777";
}
.licon-pushpin:before {
  content: "\e778";
}
.licon-pushpin2:before {
  content: "\e779";
}
.licon-map-marker:before {
  content: "\e77a";
}
.licon-map-marker-user:before {
  content: "\e77b";
}
.licon-map-marker-down:before {
  content: "\e77c";
}
.licon-map-marker-check:before {
  content: "\e77d";
}
.licon-map-marker-crossed:before {
  content: "\e77e";
}
.licon-radar:before {
  content: "\e77f";
}
.licon-compass2:before {
  content: "\e780";
}
.licon-map:before {
  content: "\e781";
}
.licon-map2:before {
  content: "\e782";
}
.licon-location:before {
  content: "\e783";
}
.licon-road-sign:before {
  content: "\e784";
}
.licon-calendar-empty:before {
  content: "\e785";
}
.licon-calendar-check:before {
  content: "\e786";
}
.licon-calendar-cross:before {
  content: "\e787";
}
.licon-calendar-31:before {
  content: "\e788";
}
.licon-calendar-full:before {
  content: "\e789";
}
.licon-calendar-insert:before {
  content: "\e78a";
}
.licon-calendar-text:before {
  content: "\e78b";
}
.licon-calendar-user:before {
  content: "\e78c";
}
.licon-mouse:before {
  content: "\e78d";
}
.licon-mouse-left:before {
  content: "\e78e";
}
.licon-mouse-right:before {
  content: "\e78f";
}
.licon-mouse-both:before {
  content: "\e790";
}
.licon-keyboard:before {
  content: "\e791";
}
.licon-keyboard-up:before {
  content: "\e792";
}
.licon-keyboard-down:before {
  content: "\e793";
}
.licon-delete:before {
  content: "\e794";
}
.licon-spell-check:before {
  content: "\e795";
}
.licon-escape:before {
  content: "\e796";
}
.licon-enter2:before {
  content: "\e797";
}
.licon-screen:before {
  content: "\e798";
}
.licon-aspect-ratio:before {
  content: "\e799";
}
.licon-signal:before {
  content: "\e79a";
}
.licon-signal-lock:before {
  content: "\e79b";
}
.licon-signal-80:before {
  content: "\e79c";
}
.licon-signal-60:before {
  content: "\e79d";
}
.licon-signal-40:before {
  content: "\e79e";
}
.licon-signal-20:before {
  content: "\e79f";
}
.licon-signal-0:before {
  content: "\e7a0";
}
.licon-signal-blocked:before {
  content: "\e7a1";
}
.licon-sim:before {
  content: "\e7a2";
}
.licon-flash-memory:before {
  content: "\e7a3";
}
.licon-usb-drive:before {
  content: "\e7a4";
}
.licon-phone:before {
  content: "\e7a5";
}
.licon-smartphone:before {
  content: "\e7a6";
}
.licon-smartphone-notification:before {
  content: "\e7a7";
}
.licon-smartphone-vibration:before {
  content: "\e7a8";
}
.licon-smartphone-embed:before {
  content: "\e7a9";
}
.licon-smartphone-waves:before {
  content: "\e7aa";
}
.licon-tablet:before {
  content: "\e7ab";
}
.licon-tablet2:before {
  content: "\e7ac";
}
.licon-laptop:before {
  content: "\e7ad";
}
.licon-laptop-phone:before {
  content: "\e7ae";
}
.licon-desktop:before {
  content: "\e7af";
}
.licon-launch:before {
  content: "\e7b0";
}
.licon-new-tab:before {
  content: "\e7b1";
}
.licon-window:before {
  content: "\e7b2";
}
.licon-cable:before {
  content: "\e7b3";
}
.licon-cable2:before {
  content: "\e7b4";
}
.licon-tv:before {
  content: "\e7b5";
}
.licon-radio:before {
  content: "\e7b6";
}
.licon-remote-control:before {
  content: "\e7b7";
}
.licon-power-switch:before {
  content: "\e7b8";
}
.licon-power:before {
  content: "\e7b9";
}
.licon-power-crossed:before {
  content: "\e7ba";
}
.licon-flash-auto:before {
  content: "\e7bb";
}
.licon-lamp:before {
  content: "\e7bc";
}
.licon-flashlight:before {
  content: "\e7bd";
}
.licon-lampshade:before {
  content: "\e7be";
}
.licon-cord:before {
  content: "\e7bf";
}
.licon-outlet:before {
  content: "\e7c0";
}
.licon-battery-power:before {
  content: "\e7c1";
}
.licon-battery-empty:before {
  content: "\e7c2";
}
.licon-battery-alert:before {
  content: "\e7c3";
}
.licon-battery-error:before {
  content: "\e7c4";
}
.licon-battery-low1:before {
  content: "\e7c5";
}
.licon-battery-low2:before {
  content: "\e7c6";
}
.licon-battery-low3:before {
  content: "\e7c7";
}
.licon-battery-mid1:before {
  content: "\e7c8";
}
.licon-battery-mid2:before {
  content: "\e7c9";
}
.licon-battery-mid3:before {
  content: "\e7ca";
}
.licon-battery-full:before {
  content: "\e7cb";
}
.licon-battery-charging:before {
  content: "\e7cc";
}
.licon-battery-charging2:before {
  content: "\e7cd";
}
.licon-battery-charging3:before {
  content: "\e7ce";
}
.licon-battery-charging4:before {
  content: "\e7cf";
}
.licon-battery-charging5:before {
  content: "\e7d0";
}
.licon-battery-charging6:before {
  content: "\e7d1";
}
.licon-battery-charging7:before {
  content: "\e7d2";
}
.licon-chip:before {
  content: "\e7d3";
}
.licon-chip-x64:before {
  content: "\e7d4";
}
.licon-chip-x86:before {
  content: "\e7d5";
}
.licon-bubble:before {
  content: "\e7d6";
}
.licon-bubbles:before {
  content: "\e7d7";
}
.licon-bubble-dots:before {
  content: "\e7d8";
}
.licon-bubble-alert:before {
  content: "\e7d9";
}
.licon-bubble-question:before {
  content: "\e7da";
}
.licon-bubble-text:before {
  content: "\e7db";
}
.licon-bubble-pencil:before {
  content: "\e7dc";
}
.licon-bubble-picture:before {
  content: "\e7dd";
}
.licon-bubble-video:before {
  content: "\e7de";
}
.licon-bubble-user:before {
  content: "\e7df";
}
.licon-bubble-quote:before {
  content: "\e7e0";
}
.licon-bubble-heart:before {
  content: "\e7e1";
}
.licon-bubble-emoticon:before {
  content: "\e7e2";
}
.licon-bubble-attachment:before {
  content: "\e7e3";
}
.licon-phone-bubble:before {
  content: "\e7e4";
}
.licon-quote-open:before {
  content: "\e7e5";
}
.licon-quote-close:before {
  content: "\e7e6";
}
.licon-dna:before {
  content: "\e7e7";
}
.licon-heart-pulse:before {
  content: "\e7e8";
}
.licon-pulse:before {
  content: "\e7e9";
}
.licon-syringe:before {
  content: "\e7ea";
}
.licon-pills:before {
  content: "\e7eb";
}
.licon-first-aid:before {
  content: "\e7ec";
}
.licon-lifebuoy:before {
  content: "\e7ed";
}
.licon-bandage:before {
  content: "\e7ee";
}
.licon-bandages:before {
  content: "\e7ef";
}
.licon-thermometer:before {
  content: "\e7f0";
}
.licon-microscope:before {
  content: "\e7f1";
}
.licon-brain:before {
  content: "\e7f2";
}
.licon-beaker:before {
  content: "\e7f3";
}
.licon-skull:before {
  content: "\e7f4";
}
.licon-bone:before {
  content: "\e7f5";
}
.licon-construction:before {
  content: "\e7f6";
}
.licon-construction-cone:before {
  content: "\e7f7";
}
.licon-pie-chart:before {
  content: "\e7f8";
}
.licon-pie-chart2:before {
  content: "\e7f9";
}
.licon-graph:before {
  content: "\e7fa";
}
.licon-chart-growth:before {
  content: "\e7fb";
}
.licon-chart-bars:before {
  content: "\e7fc";
}
.licon-chart-settings:before {
  content: "\e7fd";
}
.licon-cake:before {
  content: "\e7fe";
}
.licon-gift:before {
  content: "\e7ff";
}
.licon-balloon:before {
  content: "\e800";
}
.licon-rank:before {
  content: "\e801";
}
.licon-rank2:before {
  content: "\e802";
}
.licon-rank3:before {
  content: "\e803";
}
.licon-crown:before {
  content: "\e804";
}
.licon-lotus:before {
  content: "\e805";
}
.licon-diamond:before {
  content: "\e806";
}
.licon-diamond2:before {
  content: "\e807";
}
.licon-diamond3:before {
  content: "\e808";
}
.licon-diamond4:before {
  content: "\e809";
}
.licon-linearicons:before {
  content: "\e80a";
}
.licon-teacup:before {
  content: "\e80b";
}
.licon-teapot:before {
  content: "\e80c";
}
.licon-glass:before {
  content: "\e80d";
}
.licon-bottle2:before {
  content: "\e80e";
}
.licon-glass-cocktail:before {
  content: "\e80f";
}
.licon-glass2:before {
  content: "\e810";
}
.licon-dinner:before {
  content: "\e811";
}
.licon-dinner2:before {
  content: "\e812";
}
.licon-chef:before {
  content: "\e813";
}
.licon-scale2:before {
  content: "\e814";
}
.licon-egg:before {
  content: "\e815";
}
.licon-egg2:before {
  content: "\e816";
}
.licon-eggs:before {
  content: "\e817";
}
.licon-platter:before {
  content: "\e818";
}
.licon-steak:before {
  content: "\e819";
}
.licon-hamburger:before {
  content: "\e81a";
}
.licon-hotdog:before {
  content: "\e81b";
}
.licon-pizza:before {
  content: "\e81c";
}
.licon-sausage:before {
  content: "\e81d";
}
.licon-chicken:before {
  content: "\e81e";
}
.licon-fish:before {
  content: "\e81f";
}
.licon-carrot:before {
  content: "\e820";
}
.licon-cheese:before {
  content: "\e821";
}
.licon-bread:before {
  content: "\e822";
}
.licon-ice-cream:before {
  content: "\e823";
}
.licon-ice-cream2:before {
  content: "\e824";
}
.licon-candy:before {
  content: "\e825";
}
.licon-lollipop:before {
  content: "\e826";
}
.licon-coffee-bean:before {
  content: "\e827";
}
.licon-coffee-cup:before {
  content: "\e828";
}
.licon-cherry:before {
  content: "\e829";
}
.licon-grapes:before {
  content: "\e82a";
}
.licon-citrus:before {
  content: "\e82b";
}
.licon-apple:before {
  content: "\e82c";
}
.licon-leaf:before {
  content: "\e82d";
}
.licon-landscape:before {
  content: "\e82e";
}
.licon-pine-tree:before {
  content: "\e82f";
}
.licon-tree:before {
  content: "\e830";
}
.licon-cactus:before {
  content: "\e831";
}
.licon-paw:before {
  content: "\e832";
}
.licon-footprint:before {
  content: "\e833";
}
.licon-speed-slow:before {
  content: "\e834";
}
.licon-speed-medium:before {
  content: "\e835";
}
.licon-speed-fast:before {
  content: "\e836";
}
.licon-rocket:before {
  content: "\e837";
}
.licon-hammer2:before {
  content: "\e838";
}
.licon-balance:before {
  content: "\e839";
}
.licon-briefcase:before {
  content: "\e83a";
}
.licon-luggage-weight:before {
  content: "\e83b";
}
.licon-dolly:before {
  content: "\e83c";
}
.licon-plane:before {
  content: "\e83d";
}
.licon-plane-crossed:before {
  content: "\e83e";
}
.licon-helicopter:before {
  content: "\e83f";
}
.licon-traffic-lights:before {
  content: "\e840";
}
.licon-siren:before {
  content: "\e841";
}
.licon-road:before {
  content: "\e842";
}
.licon-engine:before {
  content: "\e843";
}
.licon-oil-pressure:before {
  content: "\e844";
}
.licon-coolant-temperature:before {
  content: "\e845";
}
.licon-car-battery:before {
  content: "\e846";
}
.licon-gas:before {
  content: "\e847";
}
.licon-gallon:before {
  content: "\e848";
}
.licon-transmission:before {
  content: "\e849";
}
.licon-car:before {
  content: "\e84a";
}
.licon-car-wash:before {
  content: "\e84b";
}
.licon-car-wash2:before {
  content: "\e84c";
}
.licon-bus:before {
  content: "\e84d";
}
.licon-bus2:before {
  content: "\e84e";
}
.licon-car2:before {
  content: "\e84f";
}
.licon-parking:before {
  content: "\e850";
}
.licon-car-lock:before {
  content: "\e851";
}
.licon-taxi:before {
  content: "\e852";
}
.licon-car-siren:before {
  content: "\e853";
}
.licon-car-wash3:before {
  content: "\e854";
}
.licon-car-wash4:before {
  content: "\e855";
}
.licon-ambulance:before {
  content: "\e856";
}
.licon-truck:before {
  content: "\e857";
}
.licon-trailer:before {
  content: "\e858";
}
.licon-scale-truck:before {
  content: "\e859";
}
.licon-train:before {
  content: "\e85a";
}
.licon-ship:before {
  content: "\e85b";
}
.licon-ship2:before {
  content: "\e85c";
}
.licon-anchor:before {
  content: "\e85d";
}
.licon-boat:before {
  content: "\e85e";
}
.licon-bicycle:before {
  content: "\e85f";
}
.licon-bicycle2:before {
  content: "\e860";
}
.licon-dumbbell:before {
  content: "\e861";
}
.licon-bench-press:before {
  content: "\e862";
}
.licon-swim:before {
  content: "\e863";
}
.licon-football:before {
  content: "\e864";
}
.licon-baseball-bat:before {
  content: "\e865";
}
.licon-baseball:before {
  content: "\e866";
}
.licon-tennis:before {
  content: "\e867";
}
.licon-tennis2:before {
  content: "\e868";
}
.licon-ping-pong:before {
  content: "\e869";
}
.licon-hockey:before {
  content: "\e86a";
}
.licon-8ball:before {
  content: "\e86b";
}
.licon-bowling:before {
  content: "\e86c";
}
.licon-bowling-pins:before {
  content: "\e86d";
}
.licon-golf:before {
  content: "\e86e";
}
.licon-golf2:before {
  content: "\e86f";
}
.licon-archery:before {
  content: "\e870";
}
.licon-slingshot:before {
  content: "\e871";
}
.licon-soccer:before {
  content: "\e872";
}
.licon-basketball:before {
  content: "\e873";
}
.licon-cube:before {
  content: "\e874";
}
.licon-3d-rotate:before {
  content: "\e875";
}
.licon-puzzle:before {
  content: "\e876";
}
.licon-glasses:before {
  content: "\e877";
}
.licon-glasses2:before {
  content: "\e878";
}
.licon-accessibility:before {
  content: "\e879";
}
.licon-wheelchair:before {
  content: "\e87a";
}
.licon-wall:before {
  content: "\e87b";
}
.licon-fence:before {
  content: "\e87c";
}
.licon-wall2:before {
  content: "\e87d";
}
.licon-icons:before {
  content: "\e87e";
}
.licon-resize-handle:before {
  content: "\e87f";
}
.licon-icons2:before {
  content: "\e880";
}
.licon-select:before {
  content: "\e881";
}
.licon-select2:before {
  content: "\e882";
}
.licon-site-map:before {
  content: "\e883";
}
.licon-earth:before {
  content: "\e884";
}
.licon-earth-lock:before {
  content: "\e885";
}
.licon-network:before {
  content: "\e886";
}
.licon-network-lock:before {
  content: "\e887";
}
.licon-planet:before {
  content: "\e888";
}
.licon-happy:before {
  content: "\e889";
}
.licon-smile:before {
  content: "\e88a";
}
.licon-grin:before {
  content: "\e88b";
}
.licon-tongue:before {
  content: "\e88c";
}
.licon-sad:before {
  content: "\e88d";
}
.licon-wink:before {
  content: "\e88e";
}
.licon-dream:before {
  content: "\e88f";
}
.licon-shocked:before {
  content: "\e890";
}
.licon-shocked2:before {
  content: "\e891";
}
.licon-tongue2:before {
  content: "\e892";
}
.licon-neutral:before {
  content: "\e893";
}
.licon-happy-grin:before {
  content: "\e894";
}
.licon-cool:before {
  content: "\e895";
}
.licon-mad:before {
  content: "\e896";
}
.licon-grin-evil:before {
  content: "\e897";
}
.licon-evil:before {
  content: "\e898";
}
.licon-wow:before {
  content: "\e899";
}
.licon-annoyed:before {
  content: "\e89a";
}
.licon-wondering:before {
  content: "\e89b";
}
.licon-confused:before {
  content: "\e89c";
}
.licon-zipped:before {
  content: "\e89d";
}
.licon-grumpy:before {
  content: "\e89e";
}
.licon-mustache:before {
  content: "\e89f";
}
.licon-tombstone-hipster:before {
  content: "\e8a0";
}
.licon-tombstone:before {
  content: "\e8a1";
}
.licon-ghost:before {
  content: "\e8a2";
}
.licon-ghost-hipster:before {
  content: "\e8a3";
}
.licon-halloween:before {
  content: "\e8a4";
}
.licon-christmas:before {
  content: "\e8a5";
}
.licon-easter-egg:before {
  content: "\e8a6";
}
.licon-mustache2:before {
  content: "\e8a7";
}
.licon-mustache-glasses:before {
  content: "\e8a8";
}
.licon-pipe:before {
  content: "\e8a9";
}
.licon-alarm:before {
  content: "\e8aa";
}
.licon-alarm-add:before {
  content: "\e8ab";
}
.licon-alarm-snooze:before {
  content: "\e8ac";
}
.licon-alarm-ringing:before {
  content: "\e8ad";
}
.licon-bullhorn:before {
  content: "\e8ae";
}
.licon-hearing:before {
  content: "\e8af";
}
.licon-volume-high:before {
  content: "\e8b0";
}
.licon-volume-medium:before {
  content: "\e8b1";
}
.licon-volume-low:before {
  content: "\e8b2";
}
.licon-volume:before {
  content: "\e8b3";
}
.licon-mute:before {
  content: "\e8b4";
}
.licon-lan:before {
  content: "\e8b5";
}
.licon-lan2:before {
  content: "\e8b6";
}
.licon-wifi:before {
  content: "\e8b7";
}
.licon-wifi-lock:before {
  content: "\e8b8";
}
.licon-wifi-blocked:before {
  content: "\e8b9";
}
.licon-wifi-mid:before {
  content: "\e8ba";
}
.licon-wifi-low:before {
  content: "\e8bb";
}
.licon-wifi-low2:before {
  content: "\e8bc";
}
.licon-wifi-alert:before {
  content: "\e8bd";
}
.licon-wifi-alert-mid:before {
  content: "\e8be";
}
.licon-wifi-alert-low:before {
  content: "\e8bf";
}
.licon-wifi-alert-low2:before {
  content: "\e8c0";
}
.licon-stream:before {
  content: "\e8c1";
}
.licon-stream-check:before {
  content: "\e8c2";
}
.licon-stream-error:before {
  content: "\e8c3";
}
.licon-stream-alert:before {
  content: "\e8c4";
}
.licon-communication:before {
  content: "\e8c5";
}
.licon-communication-crossed:before {
  content: "\e8c6";
}
.licon-broadcast:before {
  content: "\e8c7";
}
.licon-antenna:before {
  content: "\e8c8";
}
.licon-satellite:before {
  content: "\e8c9";
}
.licon-satellite2:before {
  content: "\e8ca";
}
.licon-mic:before {
  content: "\e8cb";
}
.licon-mic-mute:before {
  content: "\e8cc";
}
.licon-mic2:before {
  content: "\e8cd";
}
.licon-spotlights:before {
  content: "\e8ce";
}
.licon-hourglass:before {
  content: "\e8cf";
}
.licon-loading:before {
  content: "\e8d0";
}
.licon-loading2:before {
  content: "\e8d1";
}
.licon-loading3:before {
  content: "\e8d2";
}
.licon-refresh:before {
  content: "\e8d3";
}
.licon-refresh2:before {
  content: "\e8d4";
}
.licon-undo:before {
  content: "\e8d5";
}
.licon-redo:before {
  content: "\e8d6";
}
.licon-jump2:before {
  content: "\e8d7";
}
.licon-undo2:before {
  content: "\e8d8";
}
.licon-redo2:before {
  content: "\e8d9";
}
.licon-sync:before {
  content: "\e8da";
}
.licon-repeat-one2:before {
  content: "\e8db";
}
.licon-sync-crossed:before {
  content: "\e8dc";
}
.licon-sync2:before {
  content: "\e8dd";
}
.licon-repeat-one3:before {
  content: "\e8de";
}
.licon-sync-crossed2:before {
  content: "\e8df";
}
.licon-return:before {
  content: "\e8e0";
}
.licon-return2:before {
  content: "\e8e1";
}
.licon-refund:before {
  content: "\e8e2";
}
.licon-history:before {
  content: "\e8e3";
}
.licon-history2:before {
  content: "\e8e4";
}
.licon-self-timer:before {
  content: "\e8e5";
}
.licon-clock:before {
  content: "\e8e6";
}
.licon-clock2:before {
  content: "\e8e7";
}
.licon-clock3:before {
  content: "\e8e8";
}
.licon-watch:before {
  content: "\e8e9";
}
.licon-alarm2:before {
  content: "\e8ea";
}
.licon-alarm-add2:before {
  content: "\e8eb";
}
.licon-alarm-remove:before {
  content: "\e8ec";
}
.licon-alarm-check:before {
  content: "\e8ed";
}
.licon-alarm-error:before {
  content: "\e8ee";
}
.licon-timer:before {
  content: "\e8ef";
}
.licon-timer-crossed:before {
  content: "\e8f0";
}
.licon-timer2:before {
  content: "\e8f1";
}
.licon-timer-crossed2:before {
  content: "\e8f2";
}
.licon-download:before {
  content: "\e8f3";
}
.licon-upload:before {
  content: "\e8f4";
}
.licon-download2:before {
  content: "\e8f5";
}
.licon-upload2:before {
  content: "\e8f6";
}
.licon-enter-up:before {
  content: "\e8f7";
}
.licon-enter-down:before {
  content: "\e8f8";
}
.licon-enter-left:before {
  content: "\e8f9";
}
.licon-enter-right:before {
  content: "\e8fa";
}
.licon-exit-up:before {
  content: "\e8fb";
}
.licon-exit-down:before {
  content: "\e8fc";
}
.licon-exit-left:before {
  content: "\e8fd";
}
.licon-exit-right:before {
  content: "\e8fe";
}
.licon-enter-up2:before {
  content: "\e8ff";
}
.licon-enter-down2:before {
  content: "\e900";
}
.licon-enter-vertical:before {
  content: "\e901";
}
.licon-enter-left2:before {
  content: "\e902";
}
.licon-enter-right2:before {
  content: "\e903";
}
.licon-enter-horizontal:before {
  content: "\e904";
}
.licon-exit-up2:before {
  content: "\e905";
}
.licon-exit-down2:before {
  content: "\e906";
}
.licon-exit-left2:before {
  content: "\e907";
}
.licon-exit-right2:before {
  content: "\e908";
}
.licon-cli:before {
  content: "\e909";
}
.licon-bug:before {
  content: "\e90a";
}
.licon-code:before {
  content: "\e90b";
}
.licon-file-code:before {
  content: "\e90c";
}
.licon-file-image:before {
  content: "\e90d";
}
.licon-file-zip:before {
  content: "\e90e";
}
.licon-file-audio:before {
  content: "\e90f";
}
.licon-file-video:before {
  content: "\e910";
}
.licon-file-preview:before {
  content: "\e911";
}
.licon-file-charts:before {
  content: "\e912";
}
.licon-file-stats:before {
  content: "\e913";
}
.licon-file-spreadsheet:before {
  content: "\e914";
}
.licon-link:before {
  content: "\e915";
}
.licon-unlink:before {
  content: "\e916";
}
.licon-link2:before {
  content: "\e917";
}
.licon-unlink2:before {
  content: "\e918";
}
.licon-thumbs-up:before {
  content: "\e919";
}
.licon-thumbs-down:before {
  content: "\e91a";
}
.licon-thumbs-up2:before {
  content: "\e91b";
}
.licon-thumbs-down2:before {
  content: "\e91c";
}
.licon-thumbs-up3:before {
  content: "\e91d";
}
.licon-thumbs-down3:before {
  content: "\e91e";
}
.licon-share:before {
  content: "\e91f";
}
.licon-share2:before {
  content: "\e920";
}
.licon-share3:before {
  content: "\e921";
}
.licon-magnifier:before {
  content: "\e922";
}
.licon-file-search:before {
  content: "\e923";
}
.licon-find-replace:before {
  content: "\e924";
}
.licon-zoom-in:before {
  content: "\e925";
}
.licon-zoom-out:before {
  content: "\e926";
}
.licon-loupe:before {
  content: "\e927";
}
.licon-loupe-zoom-in:before {
  content: "\e928";
}
.licon-loupe-zoom-out:before {
  content: "\e929";
}
.licon-cross:before {
  content: "\e92a";
}
.licon-menu:before {
  content: "\e92b";
}
.licon-list:before {
  content: "\e92c";
}
.licon-list2:before {
  content: "\e92d";
}
.licon-list3:before {
  content: "\e92e";
}
.licon-menu2:before {
  content: "\e92f";
}
.licon-list4:before {
  content: "\e930";
}
.licon-menu3:before {
  content: "\e931";
}
.licon-exclamation:before {
  content: "\e932";
}
.licon-question:before {
  content: "\e933";
}
.licon-check:before {
  content: "\e934";
}
.licon-cross2:before {
  content: "\e935";
}
.licon-plus:before {
  content: "\e936";
}
.licon-minus:before {
  content: "\e937";
}
.licon-percent:before {
  content: "\e938";
}
.licon-chevron-up:before {
  content: "\e939";
}
.licon-chevron-down:before {
  content: "\e93a";
}
.licon-chevron-left:before {
  content: "\e93b";
}
.licon-chevron-right:before {
  content: "\e93c";
}
.licon-chevrons-expand-vertical:before {
  content: "\e93d";
}
.licon-chevrons-expand-horizontal:before {
  content: "\e93e";
}
.licon-chevrons-contract-vertical:before {
  content: "\e93f";
}
.licon-chevrons-contract-horizontal:before {
  content: "\e940";
}
.licon-arrow-up:before {
  content: "\e941";
}
.licon-arrow-down:before {
  content: "\e942";
}
.licon-arrow-left:before {
  content: "\e943";
}
.licon-arrow-right:before {
  content: "\e944";
}
.licon-arrow-up-right:before {
  content: "\e945";
}
.licon-arrows-merge:before {
  content: "\e946";
}
.licon-arrows-split:before {
  content: "\e947";
}
.licon-arrow-divert:before {
  content: "\e948";
}
.licon-arrow-return:before {
  content: "\e949";
}
.licon-expand:before {
  content: "\e94a";
}
.licon-contract:before {
  content: "\e94b";
}
.licon-expand2:before {
  content: "\e94c";
}
.licon-contract2:before {
  content: "\e94d";
}
.licon-move:before {
  content: "\e94e";
}
.licon-tab:before {
  content: "\e94f";
}
.licon-arrow-wave:before {
  content: "\e950";
}
.licon-expand3:before {
  content: "\e951";
}
.licon-expand4:before {
  content: "\e952";
}
.licon-contract3:before {
  content: "\e953";
}
.licon-notification:before {
  content: "\e954";
}
.licon-warning:before {
  content: "\e955";
}
.licon-notification-circle:before {
  content: "\e956";
}
.licon-question-circle:before {
  content: "\e957";
}
.licon-menu-circle:before {
  content: "\e958";
}
.licon-checkmark-circle:before {
  content: "\e959";
}
.licon-cross-circle:before {
  content: "\e95a";
}
.licon-plus-circle:before {
  content: "\e95b";
}
.licon-circle-minus:before {
  content: "\e95c";
}
.licon-percent-circle:before {
  content: "\e95d";
}
.licon-arrow-up-circle:before {
  content: "\e95e";
}
.licon-arrow-down-circle:before {
  content: "\e95f";
}
.licon-arrow-left-circle:before {
  content: "\e960";
}
.licon-arrow-right-circle:before {
  content: "\e961";
}
.licon-chevron-up-circle:before {
  content: "\e962";
}
.licon-chevron-down-circle:before {
  content: "\e963";
}
.licon-chevron-left-circle:before {
  content: "\e964";
}
.licon-chevron-right-circle:before {
  content: "\e965";
}
.licon-backward-circle:before {
  content: "\e966";
}
.licon-first-circle:before {
  content: "\e967";
}
.licon-previous-circle:before {
  content: "\e968";
}
.licon-stop-circle:before {
  content: "\e969";
}
.licon-play-circle:before {
  content: "\e96a";
}
.licon-pause-circle:before {
  content: "\e96b";
}
.licon-next-circle:before {
  content: "\e96c";
}
.licon-last-circle:before {
  content: "\e96d";
}
.licon-forward-circle:before {
  content: "\e96e";
}
.licon-eject-circle:before {
  content: "\e96f";
}
.licon-crop:before {
  content: "\e970";
}
.licon-frame-expand:before {
  content: "\e971";
}
.licon-frame-contract:before {
  content: "\e972";
}
.licon-focus:before {
  content: "\e973";
}
.licon-transform:before {
  content: "\e974";
}
.licon-grid:before {
  content: "\e975";
}
.licon-grid-crossed:before {
  content: "\e976";
}
.licon-layers:before {
  content: "\e977";
}
.licon-layers-crossed:before {
  content: "\e978";
}
.licon-toggle:before {
  content: "\e979";
}
.licon-rulers:before {
  content: "\e97a";
}
.licon-ruler:before {
  content: "\e97b";
}
.licon-funnel:before {
  content: "\e97c";
}
.licon-flip-horizontal:before {
  content: "\e97d";
}
.licon-flip-vertical:before {
  content: "\e97e";
}
.licon-flip-horizontal2:before {
  content: "\e97f";
}
.licon-flip-vertical2:before {
  content: "\e980";
}
.licon-angle:before {
  content: "\e981";
}
.licon-angle2:before {
  content: "\e982";
}
.licon-subtract:before {
  content: "\e983";
}
.licon-combine:before {
  content: "\e984";
}
.licon-intersect:before {
  content: "\e985";
}
.licon-exclude:before {
  content: "\e986";
}
.licon-align-center-vertical:before {
  content: "\e987";
}
.licon-align-right:before {
  content: "\e988";
}
.licon-align-bottom:before {
  content: "\e989";
}
.licon-align-left:before {
  content: "\e98a";
}
.licon-align-center-horizontal:before {
  content: "\e98b";
}
.licon-align-top:before {
  content: "\e98c";
}
.licon-square:before {
  content: "\e98d";
}
.licon-plus-square:before {
  content: "\e98e";
}
.licon-minus-square:before {
  content: "\e98f";
}
.licon-percent-square:before {
  content: "\e990";
}
.licon-arrow-up-square:before {
  content: "\e991";
}
.licon-arrow-down-square:before {
  content: "\e992";
}
.licon-arrow-left-square:before {
  content: "\e993";
}
.licon-arrow-right-square:before {
  content: "\e994";
}
.licon-chevron-up-square:before {
  content: "\e995";
}
.licon-chevron-down-square:before {
  content: "\e996";
}
.licon-chevron-left-square:before {
  content: "\e997";
}
.licon-chevron-right-square:before {
  content: "\e998";
}
.licon-check-square:before {
  content: "\e999";
}
.licon-cross-square:before {
  content: "\e99a";
}
.licon-menu-square:before {
  content: "\e99b";
}
.licon-prohibited:before {
  content: "\e99c";
}
.licon-circle:before {
  content: "\e99d";
}
.licon-radio-button:before {
  content: "\e99e";
}
.licon-ligature:before {
  content: "\e99f";
}
.licon-text-format:before {
  content: "\e9a0";
}
.licon-text-format-remove:before {
  content: "\e9a1";
}
.licon-text-size:before {
  content: "\e9a2";
}
.licon-bold:before {
  content: "\e9a3";
}
.licon-italic:before {
  content: "\e9a4";
}
.licon-underline:before {
  content: "\e9a5";
}
.licon-strikethrough:before {
  content: "\e9a6";
}
.licon-highlight:before {
  content: "\e9a7";
}
.licon-text-align-left:before {
  content: "\e9a8";
}
.licon-text-align-center:before {
  content: "\e9a9";
}
.licon-text-align-right:before {
  content: "\e9aa";
}
.licon-text-align-justify:before {
  content: "\e9ab";
}
.licon-line-spacing:before {
  content: "\e9ac";
}
.licon-indent-increase:before {
  content: "\e9ad";
}
.licon-indent-decrease:before {
  content: "\e9ae";
}
.licon-text-wrap:before {
  content: "\e9af";
}
.licon-pilcrow:before {
  content: "\e9b0";
}
.licon-direction-ltr:before {
  content: "\e9b1";
}
.licon-direction-rtl:before {
  content: "\e9b2";
}
.licon-page-break:before {
  content: "\e9b3";
}
.licon-page-break2:before {
  content: "\e9b4";
}
.licon-sort-alpha-asc:before {
  content: "\e9b5";
}
.licon-sort-alpha-desc:before {
  content: "\e9b6";
}
.licon-sort-numeric-asc:before {
  content: "\e9b7";
}
.licon-sort-numeric-desc:before {
  content: "\e9b8";
}
.licon-sort-amount-asc:before {
  content: "\e9b9";
}
.licon-sort-amount-desc:before {
  content: "\e9ba";
}
.licon-sort-time-asc:before {
  content: "\e9bb";
}
.licon-sort-time-desc:before {
  content: "\e9bc";
}
.licon-sigma:before {
  content: "\e9bd";
}
.licon-pencil-line:before {
  content: "\e9be";
}
.licon-hand:before {
  content: "\e9bf";
}
.licon-pointer-up:before {
  content: "\e9c0";
}
.licon-pointer-right:before {
  content: "\e9c1";
}
.licon-pointer-down:before {
  content: "\e9c2";
}
.licon-pointer-left:before {
  content: "\e9c3";
}
.licon-finger-tap:before {
  content: "\e9c4";
}
.licon-fingers-tap:before {
  content: "\e9c5";
}
.licon-reminder:before {
  content: "\e9c6";
}
.licon-fingers-crossed:before {
  content: "\e9c7";
}
.licon-fingers-victory:before {
  content: "\e9c8";
}
.licon-gesture-zoom:before {
  content: "\e9c9";
}
.licon-gesture-pinch:before {
  content: "\e9ca";
}
.licon-fingers-scroll-horizontal:before {
  content: "\e9cb";
}
.licon-fingers-scroll-vertical:before {
  content: "\e9cc";
}
.licon-fingers-scroll-left:before {
  content: "\e9cd";
}
.licon-fingers-scroll-right:before {
  content: "\e9ce";
}
.licon-hand2:before {
  content: "\e9cf";
}
.licon-pointer-up2:before {
  content: "\e9d0";
}
.licon-pointer-right2:before {
  content: "\e9d1";
}
.licon-pointer-down2:before {
  content: "\e9d2";
}
.licon-pointer-left2:before {
  content: "\e9d3";
}
.licon-finger-tap2:before {
  content: "\e9d4";
}
.licon-fingers-tap2:before {
  content: "\e9d5";
}
.licon-reminder2:before {
  content: "\e9d6";
}
.licon-gesture-zoom2:before {
  content: "\e9d7";
}
.licon-gesture-pinch2:before {
  content: "\e9d8";
}
.licon-fingers-scroll-horizontal2:before {
  content: "\e9d9";
}
.licon-fingers-scroll-vertical2:before {
  content: "\e9da";
}
.licon-fingers-scroll-left2:before {
  content: "\e9db";
}
.licon-fingers-scroll-right2:before {
  content: "\e9dc";
}
.licon-fingers-scroll-vertical3:before {
  content: "\e9dd";
}
.licon-border-style:before {
  content: "\e9de";
}
.licon-border-all:before {
  content: "\e9df";
}
.licon-border-outer:before {
  content: "\e9e0";
}
.licon-border-inner:before {
  content: "\e9e1";
}
.licon-border-top:before {
  content: "\e9e2";
}
.licon-border-horizontal:before {
  content: "\e9e3";
}
.licon-border-bottom:before {
  content: "\e9e4";
}
.licon-border-left:before {
  content: "\e9e5";
}
.licon-border-vertical:before {
  content: "\e9e6";
}
.licon-border-right:before {
  content: "\e9e7";
}
.licon-border-none:before {
  content: "\e9e8";
}
.licon-ellipsis:before {
  content: "\e9e9";
}
.licon-uni21:before {
  content: "!";
}
.licon-uni22:before {
  content: '"';
}
.licon-uni23:before {
  content: "#";
}
.licon-uni24:before {
  content: "$";
}
.licon-uni25:before {
  content: "%";
}
.licon-uni26:before {
  content: "&";
}
.licon-uni27:before {
  content: "'";
}
.licon-uni28:before {
  content: "(";
}
.licon-uni29:before {
  content: ")";
}
.licon-uni2a:before {
  content: "*";
}
.licon-uni2b:before {
  content: "+";
}
.licon-uni2c:before {
  content: ",";
}
.licon-uni2d:before {
  content: "-";
}
.licon-uni2e:before {
  content: ".";
}
.licon-uni2f:before {
  content: "/";
}
.licon-uni30:before {
  content: "0";
}
.licon-uni31:before {
  content: "1";
}
.licon-uni32:before {
  content: "2";
}
.licon-uni33:before {
  content: "3";
}
.licon-uni34:before {
  content: "4";
}
.licon-uni35:before {
  content: "5";
}
.licon-uni36:before {
  content: "6";
}
.licon-uni37:before {
  content: "7";
}
.licon-uni38:before {
  content: "8";
}
.licon-uni39:before {
  content: "9";
}
.licon-uni3a:before {
  content: ":";
}
.licon-uni3b:before {
  content: ";";
}
.licon-uni3c:before {
  content: "<";
}
.licon-uni3d:before {
  content: "=";
}
.licon-uni3e:before {
  content: ">";
}
.licon-uni3f:before {
  content: "?";
}
.licon-uni40:before {
  content: "@";
}
.licon-uni41:before {
  content: "A";
}
.licon-uni42:before {
  content: "B";
}
.licon-uni43:before {
  content: "C";
}
.licon-uni44:before {
  content: "D";
}
.licon-uni45:before {
  content: "E";
}
.licon-uni46:before {
  content: "F";
}
.licon-uni47:before {
  content: "G";
}
.licon-uni48:before {
  content: "H";
}
.licon-uni49:before {
  content: "I";
}
.licon-uni4a:before {
  content: "J";
}
.licon-uni4b:before {
  content: "K";
}
.licon-uni4c:before {
  content: "L";
}
.licon-uni4d:before {
  content: "M";
}
.licon-uni4e:before {
  content: "N";
}
.licon-uni4f:before {
  content: "O";
}
.licon-uni50:before {
  content: "P";
}
.licon-uni51:before {
  content: "Q";
}
.licon-uni52:before {
  content: "R";
}
.licon-uni53:before {
  content: "S";
}
.licon-uni54:before {
  content: "T";
}
.licon-uni55:before {
  content: "U";
}
.licon-uni56:before {
  content: "V";
}
.licon-uni57:before {
  content: "W";
}
.licon-uni58:before {
  content: "X";
}
.licon-uni59:before {
  content: "Y";
}
.licon-uni5a:before {
  content: "Z";
}
.licon-uni5b:before {
  content: "[";
}
.licon-uni5c:before {
  content: "\\";
}
.licon-uni5d:before {
  content: "]";
}
.licon-uni5e:before {
  content: "^";
}
.licon-uni5f:before {
  content: "_";
}
.licon-uni60:before {
  content: "`";
}
.licon-uni61:before {
  content: "a";
}
.licon-uni62:before {
  content: "b";
}
.licon-uni63:before {
  content: "c";
}
.licon-uni64:before {
  content: "d";
}
.licon-uni65:before {
  content: "e";
}
.licon-uni66:before {
  content: "f";
}
.licon-uni67:before {
  content: "g";
}
.licon-uni68:before {
  content: "h";
}
.licon-uni69:before {
  content: "i";
}
.licon-uni6a:before {
  content: "j";
}
.licon-uni6b:before {
  content: "k";
}
.licon-uni6c:before {
  content: "l";
}
.licon-uni6d:before {
  content: "m";
}
.licon-uni6e:before {
  content: "n";
}
.licon-uni6f:before {
  content: "o";
}
.licon-uni70:before {
  content: "p";
}
.licon-uni71:before {
  content: "q";
}
.licon-uni72:before {
  content: "r";
}
.licon-uni73:before {
  content: "s";
}
.licon-uni74:before {
  content: "t";
}
.licon-uni75:before {
  content: "u";
}
.licon-uni76:before {
  content: "v";
}
.licon-uni77:before {
  content: "w";
}
.licon-uni78:before {
  content: "x";
}
.licon-uni79:before {
  content: "y";
}
.licon-uni7a:before {
  content: "z";
}
.licon-uni7b:before {
  content: "{";
}
.licon-uni7c:before {
  content: "|";
}
.licon-uni7d:before {
  content: "}";
}
.licon-uni7e:before {
  content: "~";
}
.licon-copyright:before {
  content: "\a9";
}

/* apps/clients/baguette/chilis/src/assets/css/bootstrap.min.css */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace ;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([routerLink]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([routerLink]):not([tabindex]):focus,
a:not([routerLink]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([routerLink]):not([tabindex]):focus {
  outline: 0;
}
code,
kbd,
pre,
samp {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: .5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}
.h1,
h1 {
  font-size: 2.5rem;
}
.h2,
h2 {
  font-size: 2rem;
}
.h3,
h3 {
  font-size: 1.75rem;
}
.h4,
h4 {
  font-size: 1.5rem;
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 90%;
  color: #6c757d;
}
code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}
pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width:576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width:1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: .3rem;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05);
}
.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, .075);
}
.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075);
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}
.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
select.form-control[multiple],
select.form-control[size] {
  height: auto;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: .25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: block;
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 15px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip {
  display: block;
}
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25);
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 15px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block;
}
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block;
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width:576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled {
  opacity: .65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5);
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5);
}
.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5);
}
.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5);
}
.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5);
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5);
}
.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5);
}
.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5);
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: .5rem;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
  width: 100%;
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto;
}
.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn:hover,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}
.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label::before {
  border-radius: .25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .15s ease-in-out;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    transform .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out,
    -webkit-transform .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(.75rem);
  transform: translateX(.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, .5);
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 15px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
}
.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0;
}
.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0;
}
.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: .5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  border-radius: .25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (max-width:575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width:767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width:991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width:1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9);
}
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9);
}
.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: .75rem;
}
.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}
.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}
.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0;
}
.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}
.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}
.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
}
.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}
.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width:576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: .75rem;
}
@media (min-width:576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}
.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}
.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}
.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5);
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5);
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5);
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5);
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5);
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5);
}
.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5);
}
.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem;
}
@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}
.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
}
.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0;
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}
.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}
.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}
.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}
.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}
.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}
.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}
.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}
.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75;
}
button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0;
  border-radius: .25rem;
}
.toast:not(:last-child) {
  margin-bottom: .75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}
.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.toast-body {
  padding: .75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: .5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: .9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem;
}
.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000;
}
.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}
.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem;
}
.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc((.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=top] > .arrow::before,
.bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=top] > .arrow::after,
.bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem;
}
.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=right] > .arrow::before,
.bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=right] > .arrow::after,
.bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem;
}
.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc((.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^=bottom] > .arrow::before,
.bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=bottom] > .arrow::after,
.bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem;
}
.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0;
}
.bs-popover-auto[x-placement^=left] > .arrow::before,
.bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25);
}
.bs-popover-auto[x-placement^=left] > .arrow::after,
.bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: .5rem .75rem;
  color: #212529;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: .2rem !important;
}
.rounded {
  border-radius: .25rem !important;
}
.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important;
}
.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
}
.rounded-lg {
  border-radius: .3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !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: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width:576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width:768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.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.857143%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width:576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width:1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width:576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width:768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: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;
  }
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports ((position:-webkit-sticky) or (position:sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}
.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.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: .25rem !important;
}
.mt-1,
.my-1 {
  margin-top: .25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: .25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: .25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.mt-2,
.my-2 {
  margin-top: .5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: .5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: .5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.pt-1,
.py-1 {
  padding-top: .25rem !important;
}
.pr-1,
.px-1 {
  padding-right: .25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: .25rem !important;
}
.pl-1,
.px-1 {
  padding-left: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.pt-2,
.py-2 {
  padding-top: .5rem !important;
}
.pr-2,
.px-2 {
  padding-right: .5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: .5rem !important;
}
.pl-2,
.px-2 {
  padding-left: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -.25rem !important;
}
.m-n2 {
  margin: -.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important;
  }
  .m-sm-n2 {
    margin: -.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important;
  }
  .m-md-n2 {
    margin: -.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important;
  }
  .m-lg-n2 {
    margin: -.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important;
  }
  .m-xl-n2 {
    margin: -.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important;
}
.text-body {
  color: #212529 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, .5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " ("attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/* apps/clients/baguette/chilis/src/assets/css/bootstrap-grid.css */
/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-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%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.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: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/* apps/clients/baguette/chilis/src/assets/css/animate.min.css */
/*!
* animate.css -http://daneden.me/animate
* Version - 3.6.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.stealthy {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  50%, from, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
@keyframes pulse {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
}
@keyframes rubberBand {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
@keyframes tada {
  from, to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
@keyframes wobble {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  11.1%, from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  11.1%, from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.bounceOut,
.flipOutX {
  -webkit-animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.bounceOut {
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* apps/clients/baguette/chilis/src/assets/css/settings.css */
#debungcontrolls {
  z-index: 100000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  box-sizing: border-box;
}
.debugtimeline {
  width: 100%;
  height: 10px;
  position: relative;
  display: block;
  margin-bottom: 3px;
  display: none;
  white-space: nowrap;
  box-sizing: border-box;
}
.debugtimeline:hover {
  height: 15px;
}
.the_timeline_tester {
  background: #e74c3c;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0;
}
.rs-go-fullscreen {
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  left: 0px !important;
  z-index: 9999999 !important;
  background: #ffffff !important;
}
.debugtimeline.tl_slide .the_timeline_tester {
  background: #f39c12;
}
.debugtimeline.tl_frame .the_timeline_tester {
  background: #3498db;
}
.debugtimline_txt {
  color: #fff;
  font-weight: 400;
  font-size: 7px;
  position: absolute;
  left: 10px;
  top: 0px;
  white-space: nowrap;
  line-height: 10px;
}
.rtl {
  direction: rtl;
}
@font-face {
  font-family: "revicons";
  src: url("./media/revicons-MUXHE2K5.eot?5510888");
  src:
    url("./media/revicons-MUXHE2K5.eot?5510888#iefix") format("embedded-opentype"),
    url("./media/revicons-75M3GFRZ.woff?5510888") format("woff"),
    url("./media/revicons-XFV5WIR7.ttf?5510888") format("truetype"),
    url("./media/revicons-DOBHRF6M.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=revicon-]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.revicon-search-1:before {
  content: "\e802";
}
.revicon-pencil-1:before {
  content: "\e831";
}
.revicon-picture-1:before {
  content: "\e803";
}
.revicon-cancel:before {
  content: "\e80a";
}
.revicon-info-circled:before {
  content: "\e80f";
}
.revicon-trash:before {
  content: "\e801";
}
.revicon-left-dir:before {
  content: "\e817";
}
.revicon-right-dir:before {
  content: "\e818";
}
.revicon-down-open:before {
  content: "\e83b";
}
.revicon-left-open:before {
  content: "\e819";
}
.revicon-right-open:before {
  content: "\e81a";
}
.revicon-angle-left:before {
  content: "\e820";
}
.revicon-angle-right:before {
  content: "\e81d";
}
.revicon-left-big:before {
  content: "\e81f";
}
.revicon-right-big:before {
  content: "\e81e";
}
.revicon-magic:before {
  content: "\e807";
}
.revicon-picture:before {
  content: "\e800";
}
.revicon-export:before {
  content: "\e80b";
}
.revicon-cog:before {
  content: "\e832";
}
.revicon-login:before {
  content: "\e833";
}
.revicon-logout:before {
  content: "\e834";
}
.revicon-video:before {
  content: "\e805";
}
.revicon-arrow-combo:before {
  content: "\e827";
}
.revicon-left-open-1:before {
  content: "\e82a";
}
.revicon-right-open-1:before {
  content: "\e82b";
}
.revicon-left-open-mini:before {
  content: "\e822";
}
.revicon-right-open-mini:before {
  content: "\e823";
}
.revicon-left-open-big:before {
  content: "\e824";
}
.revicon-right-open-big:before {
  content: "\e825";
}
.revicon-left:before {
  content: "\e836";
}
.revicon-right:before {
  content: "\e826";
}
.revicon-ccw:before {
  content: "\e808";
}
.revicon-arrows-ccw:before {
  content: "\e806";
}
.revicon-palette:before {
  content: "\e829";
}
.revicon-list-add:before {
  content: "\e80c";
}
.revicon-doc:before {
  content: "\e809";
}
.revicon-left-open-outline:before {
  content: "\e82e";
}
.revicon-left-open-2:before {
  content: "\e82c";
}
.revicon-right-open-outline:before {
  content: "\e82f";
}
.revicon-right-open-2:before {
  content: "\e82d";
}
.revicon-equalizer:before {
  content: "\e83a";
}
.revicon-layers-alt:before {
  content: "\e804";
}
.revicon-popup:before {
  content: "\e828";
}
.rev_slider_wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
}
.rev_slider {
  position: relative;
  overflow: visible;
}
.entry-content .rev_slider a,
.rev_slider a {
  box-shadow: none;
}
.tp-overflow-hidden {
  overflow: hidden !important;
}
.group_ov_hidden {
  overflow: hidden;
}
.tp-simpleresponsive img,
.rev_slider img {
  max-width: none !important;
  transition: none;
  margin: 0px;
  padding: 0px;
  border: none;
}
.rev_slider .no-slides-text {
  font-weight: bold;
  text-align: center;
  padding-top: 80px;
}
.rev_slider > ul,
.rev_slider_wrapper > ul,
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  list-style: none !important;
  position: absolute;
  margin: 0px !important;
  padding: 0px !important;
  overflow-x: visible;
  overflow-y: visible;
  list-style-type: none !important;
  background-image: none;
  background-position: 0px 0px;
  text-indent: 0em;
  top: 0px;
  left: 0px;
}
.tp-revslider-mainul > li,
.rev_slider > ul > li,
.rev_slider > ul > li:before,
.tp-revslider-mainul > li:before,
.tp-simpleresponsive > ul > li,
.tp-simpleresponsive > ul > li:before,
.tp-revslider-mainul > li,
.tp-simpleresponsive > ul > li {
  visibility: hidden;
}
.tp-revslider-slidesli,
.tp-revslider-mainul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.rev_slider li.tp-revslider-slidesli {
  position: absolute !important;
}
.tp-caption .rs-untoggled-content {
  display: block;
}
.tp-caption .rs-toggled-content {
  display: none;
}
.rs-toggle-content-active.tp-caption .rs-toggled-content {
  display: block;
}
.rs-toggle-content-active.tp-caption .rs-untoggled-content {
  display: none;
}
.rev_slider .tp-caption,
.rev_slider .caption {
  position: relative;
  visibility: hidden;
  white-space: nowrap;
  display: block;
  -webkit-font-smoothing: antialiased !important;
  z-index: 1;
}
.rev_slider .tp-caption,
.rev_slider .caption,
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.rev_slider .tp-mask-wrap .tp-caption,
.rev_slider .tp-mask-wrap *:last-child,
.wpb_text_column .rev_slider .tp-mask-wrap .tp-caption,
.wpb_text_column .rev_slider .tp-mask-wrap *:last-child {
  margin-bottom: 0;
}
.tp-svg-layer svg {
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: top;
}
.tp_inner_padding {
  box-sizing: border-box;
  max-height: none !important;
}
.tp-caption.tp-layer-selectable {
  -moz-user-select: all;
  -khtml-user-select: all;
  -webkit-user-select: all;
  -o-user-select: all;
}
.tp-forcenotvisible,
.tp-hide-revslider,
.tp-caption.tp-hidden-caption,
.tp-parallax-wrap.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.rev_slider embed,
.rev_slider iframe,
.rev_slider object,
.rev_slider audio,
.rev_slider video {
  max-width: none !important;
}
.tp-element-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  transform: scaleX(0) scaleY(0);
}
.tp-parallax-wrap {
  transform-style: preserve-3d;
}
.rev_row_zone {
  position: absolute;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  min-height: 50px;
  font-size: 0px;
}
.rev_row_zone_top {
  top: 0px;
}
.rev_row_zone_middle {
  top: 50%;
  transform: translateY(-50%);
}
.rev_row_zone_bottom {
  bottom: 0px;
}
.rev_column .tp-parallax-wrap {
  vertical-align: top;
}
.rev_slider .tp-caption.rev_row {
  display: table;
  position: relative;
  width: 100% !important;
  table-layout: fixed;
  box-sizing: border-box;
  vertical-align: top;
  height: auto !important;
  font-size: 0px;
}
.rev_column {
  display: table-cell;
  position: relative;
  vertical-align: top;
  height: auto;
  box-sizing: border-box;
  font-size: 0px;
}
.rev_column_inner {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 100% !important;
  height: auto !important;
  white-space: normal !important;
}
.rev_column_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  box-sizing: border-box;
  background-clip: content-box;
  border: 0px solid transparent;
}
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .tp-loop-wrap,
.rev_column_inner .tp-mask-wrap {
  text-align: inherit;
}
.rev_column_inner .tp-mask-wrap {
  display: inline-block;
}
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  line-height: 0px;
}
.rev_column_inner .tp-parallax-wrap .tp-loop-wrap,
.rev_column_inner .tp-parallax-wrap .tp-mask-wrap,
.rev_column_inner .tp-parallax-wrap,
.rev_column_inner .rev_layer_in_column {
  vertical-align: top;
}
.rev_break_columns {
  display: block !important;
}
.rev_break_columns .tp-parallax-wrap.rev_column {
  display: block !important;
  width: 100% !important;
}
.fullscreen-container {
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthabanner {
  width: 100%;
  position: relative;
}
.tp-static-layers {
  position: absolute;
  z-index: 101;
  top: 0px;
  left: 0px;
}
.tp-static-layers-back {
  z-index: 0;
}
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tp-layer-inner-rotation {
  position: relative !important;
}
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
.noFilterClass {
  filter: none !important;
}
.rs-background-video-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 0;
}
.tp-caption.coverscreenvideo {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
}
.caption.fullscreenvideo,
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo audio,
.caption.fullscreenvideo video,
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe audio,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo audio,
.fullscreenvideo audio .fullcoveredvideo video,
.fullscreenvideo video {
  background: #000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.videoisplaying .html5vid .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  z-index: 3;
  margin-top: -25px;
  margin-left: -25px;
  line-height: 50px !important;
  text-align: center;
  cursor: pointer;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  z-index: 4;
  opacity: 0;
  transition: opacity 300ms ease-out !important;
}
.tp-hiddenaudio,
.tp-audio-html5 .tp-video-play-button {
  display: none !important;
}
.tp-caption .html5vid {
  width: 100% !important;
  height: 100% !important;
}
.tp-video-play-button i {
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  line-height: 50px !important;
  font-size: 40px !important;
}
.tp-caption:hover .tp-video-play-button {
  opacity: 1;
  display: block;
}
.tp-caption .tp-revstop {
  display: none;
  border-left: 5px solid #fff !important;
  border-right: 5px solid #fff !important;
  margin-top: 15px !important;
  line-height: 20px !important;
  vertical-align: top;
  font-size: 25px !important;
}
.videoisplaying .revicon-right-dir {
  display: none;
}
.videoisplaying .tp-revstop {
  display: inline-block;
}
.videoisplaying .tp-video-play-button {
  display: none;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.fullscreenvideo .fullscreenvideo audio {
  object-fit: contain !important;
}
.fullscreenvideo .fullscreenvideo video {
  object-fit: contain !important;
}
.fullscreenvideo .fullcoveredvideo audio {
  object-fit: cover !important;
}
.fullscreenvideo .fullcoveredvideo video {
  object-fit: cover !important;
}
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image:
    linear-gradient(
      to bottom,
      rgb(0, 0, 0) 13%,
      rgb(50, 50, 50) 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.tp-caption:hover .tp-video-controls {
  opacity: .9;
}
.tp-video-button {
  background: rgba(0, 0, 0, .5);
  border: 0;
  color: #EEE;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none;
}
.tp-video-button:hover {
  cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell;
  vertical-align: middle;
}
.tp-video-seek-bar-wrap {
  width: 80%;
}
.tp-video-vol-bar-wrap {
  width: 20%;
}
.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
.rs-fullvideo-cover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background: transparent;
  z-index: 5;
}
.disabled_lc .tp-video-play-button,
.rs-background-video-layer video::-webkit-media-controls-start-playback-button,
.rs-background-video-layer video::-webkit-media-controls,
.rs-background-video-layer audio::-webkit-media-controls {
  display: none !important;
}
.tp-audio-html5 .tp-video-controls {
  opacity: 1 !important;
  visibility: visible !important;
}
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.tp-dottedoverlay.twoxtwo {
  background: url("./media/gridtile-FLZSNOOZ.png");
}
.tp-dottedoverlay.twoxtwowhite {
  background: url("./media/gridtile_white-DNK57HB2.png");
}
.tp-dottedoverlay.threexthree {
  background: url("./media/gridtile_3x3-FNTDCMCF.png");
}
.tp-dottedoverlay.threexthreewhite {
  background: url("./media/gridtile_3x3_white-3UXPSHYK.png");
}
.tp-shadowcover {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.tp-shadow1 {
  box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.8);
}
.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
  z-index: -2;
  position: absolute;
  content: "";
  bottom: 10px;
  left: 10px;
  width: 50%;
  top: 85%;
  max-width: 300px;
  background: transparent;
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.8);
  transform: rotate(-3deg);
}
.tp-shadow2:after,
.tp-shadow4:after {
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.tp-shadow5 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.tp-shadow5:before,
.tp-shadow5:after {
  content: "";
  position: absolute;
  z-index: -2;
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.6);
  top: 30%;
  bottom: 0;
  left: 20px;
  right: 20px;
  border-radius: 100px / 20px;
}
.tp-button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
  text-decoration: none;
}
.tp-button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
}
.purchase:hover,
.tp-button:hover,
.tp-button.big:hover {
  background-position: bottom, 15px 11px;
}
.tp-button.green,
.tp-button:hover.green,
.purchase.green,
.purchase:hover.green {
  background-color: #21a117;
  box-shadow: 0px 3px 0px 0px #104d0b;
}
.tp-button.blue,
.tp-button:hover.blue,
.purchase.blue,
.purchase:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}
.tp-button.red,
.tp-button:hover.red,
.purchase.red,
.purchase:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0px 3px 0px 0px #7c1212;
}
.tp-button.orange,
.tp-button:hover.orange,
.purchase.orange,
.purchase:hover.orange {
  background-color: #ff7700;
  box-shadow: 0px 3px 0px 0px #a34c00;
}
.tp-button.darkgrey,
.tp-button.grey,
.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase.darkgrey,
.purchase:hover.darkgrey {
  background-color: #555;
  box-shadow: 0px 3px 0px 0px #222;
}
.tp-button.lightgrey,
.tp-button:hover.lightgrey,
.purchase.lightgrey,
.purchase:hover.lightgrey {
  background-color: #888;
  box-shadow: 0px 3px 0px 0px #555;
}
.rev-btn,
.rev-btn:visited {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 44px;
  font-size: 17px;
  font-weight: 500;
  padding: 12px 35px;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}
.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 900;
}
.rev-btn.rev-withicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  transition: all 0.2s ease-out !important;
  margin-left: 10px !important;
}
.rev-btn.rev-hiddenicon i {
  font-size: 15px;
  font-weight: normal;
  position: relative;
  top: 0px;
  transition: all 0.2s ease-out !important;
  opacity: 0;
  margin-left: 0px !important;
  width: 0px !important;
}
.rev-btn.rev-hiddenicon:hover i {
  opacity: 1 !important;
  margin-left: 10px !important;
  width: auto !important;
}
.rev-btn.rev-medium,
.rev-btn.rev-medium:visited {
  line-height: 36px;
  font-size: 14px;
  padding: 10px 30px;
}
.rev-btn.rev-medium.rev-withicon i {
  font-size: 14px;
  top: 0px;
}
.rev-btn.rev-medium.rev-hiddenicon i {
  font-size: 14px;
  top: 0px;
}
.rev-btn.rev-small,
.rev-btn.rev-small:visited {
  line-height: 28px;
  font-size: 12px;
  padding: 7px 20px;
}
.rev-btn.rev-small.rev-withicon i {
  font-size: 12px;
  top: 0px;
}
.rev-btn.rev-small.rev-hiddenicon i {
  font-size: 12px;
  top: 0px;
}
.rev-maxround {
  border-radius: 30px;
}
.rev-minround {
  border-radius: 3px;
}
.rev-burger {
  position: relative;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  padding: 22px 0 0 14px;
  border-radius: 50%;
  border: 1px solid rgba(51, 51, 51, 0.25);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
.rev-burger span {
  display: block;
  width: 30px;
  height: 3px;
  background: #333;
  transition: .7s;
  pointer-events: none;
  transform-style: flat !important;
}
.rev-burger span:nth-child(2) {
  margin: 3px 0;
}
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
  transform: translateY(6px) rotate(-45deg);
}
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
  transform: rotate(-45deg);
  opacity: 0;
}
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
  transform: translateY(-6px) rotate(-135deg);
}
.rev-burger.revb-white {
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.rev-burger.revb-white span {
  background: #fff;
}
.rev-burger.revb-whitenoborder {
  border: 0;
}
.rev-burger.revb-whitenoborder span {
  background: #fff;
}
.rev-burger.revb-darknoborder {
  border: 0;
}
.rev-burger.revb-darknoborder span {
  background: #333;
}
.rev-burger.revb-whitefull {
  background: #fff;
  border: none;
}
.rev-burger.revb-whitefull span {
  background: #333;
}
.rev-burger.revb-darkfull {
  background: #333;
  border: none;
}
.rev-burger.revb-darkfull span {
  background: #fff;
}
@keyframes rev-ani-mouse {
  0% {
    opacity: 1;
    top: 29%;
  }
  15% {
    opacity: 1;
    top: 50%;
  }
  50% {
    opacity: 0;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 29%;
  }
}
.rev-scroll-btn {
  display: inline-block;
  position: relative;
  left: 0;
  right: 0;
  text-align: center;
  cursor: pointer;
  width: 35px;
  height: 55px;
  box-sizing: border-box;
  border: 3px solid white;
  border-radius: 23px;
}
.rev-scroll-btn > * {
  display: inline-block;
  line-height: 18px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  color: #ffffff;
  font-family:
    "proxima-nova",
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
  letter-spacing: 2px;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *.active {
  color: #ffffff;
}
.rev-scroll-btn > *:hover,
.rev-scroll-btn > *:focus,
.rev-scroll-btn > *:active,
.rev-scroll-btn > *.active {
  opacity: 0.8;
}
.rev-scroll-btn.revs-fullwhite {
  background: #fff;
}
.rev-scroll-btn.revs-fullwhite span {
  background: #333;
}
.rev-scroll-btn.revs-fulldark {
  background: #333;
  border: none;
}
.rev-scroll-btn.revs-fulldark span {
  background: #fff;
}
.rev-scroll-btn span {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: white;
  border-radius: 50%;
  animation: rev-ani-mouse 2.5s linear infinite;
}
.rev-scroll-btn.revs-dark {
  border-color: #333;
}
.rev-scroll-btn.revs-dark span {
  background: #333;
}
.rev-control-btn {
  position: relative;
  display: inline-block;
  z-index: 5;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway;
  text-decoration: none;
  text-align: center;
  background-color: #000;
  border-radius: 50px;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.50);
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  cursor: pointer;
}
.rev-cbutton-dark-sr {
  border-radius: 3px;
}
.rev-cbutton-light {
  color: #333;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-cbutton-light-sr {
  color: #333;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.75);
}
.rev-sbutton {
  line-height: 37px;
  width: 37px;
  height: 37px;
}
.rev-sbutton-blue {
  background-color: #3B5998;
}
.rev-sbutton-lightblue {
  background-color: #00A0D1;
}
.rev-sbutton-red {
  background-color: #DD4B39;
}
.tp-bannertimer {
  visibility: hidden;
  width: 100%;
  height: 5px;
  background: #000;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  top: auto;
  bottom: 0px !important;
  height: 5px;
}
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
  zoom: 1;
}
.tp-caption img {
}
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url("./media/coloredbg-6YC67HJG.png") repeat;
}
.tp-caption.slidelink a span {
  background: url("./media/coloredbg-6YC67HJG.png") repeat;
}
.tp-shape {
  width: 100%;
  height: 100%;
}
.tp-caption .rs-starring {
  display: inline-block;
}
.tp-caption .rs-starring .star-rating {
  float: none;
  display: inline-block;
  vertical-align: top;
  color: #FFC321 !important;
}
.tp-caption .rs-starring .star-rating,
.tp-caption .rs-starring-page .star-rating {
  position: relative;
  height: 1em;
  width: 5.4em;
  font-family: star;
  font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating:before,
.tp-caption .rs-starring-page .star-rating:before {
  content: "sssss";
  color: #E0DADF;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tp-caption .rs-starring .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
  font-size: 1em !important;
}
.tp-caption .rs-starring .star-rating span:before,
.tp-caption .rs-starring .star-rating span:before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-image: url("./media/loader-VKNGMKQY.gif");
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
}
.tp-loader.spinner5 {
  background-image: url("./media/loader-VKNGMKQY.gif");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  animation: tp-scaleout 1.0s infinite ease-in-out;
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0.0);
  }
  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  animation-delay: -0.16s;
}
@keyframes tp-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  animation: tp-rotate 2.0s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  animation: tp-bounce 2.0s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  animation-delay: -1.0s;
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes tp-bounce {
  0%, 100% {
    transform: scale(0.0);
  }
  50% {
    transform: scale(1.0);
  }
}
.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
}
.tp-tabs,
.tp-thumbs,
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 1000;
  top: 0px;
  left: 0px;
}
.tp-tab,
.tp-thumb {
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
  box-sizing: border-box;
}
.tp-arr-imgholder,
.tp-videoposter,
.tp-thumb-image,
.tp-tab-image {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
.tp-tab:hover,
.tp-tab.selected,
.tp-thumb:hover,
.tp-thumb.selected {
  opacity: 1;
}
.tp-tab-mask,
.tp-thumb-mask {
  box-sizing: border-box !important;
}
.tp-tabs,
.tp-thumbs {
  box-sizing: content-box !important;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.tp-bullet.selected,
.tp-bullet:hover {
  background: #fff;
}
.tparrows {
  cursor: pointer;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  width: 40px;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
}
.tparrows:hover {
  background: #000;
}
.tparrows:before {
  font-family: "revicons";
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: 40px;
  text-align: center;
}
.tparrows.tp-leftarrow:before {
  content: "\e824";
}
.tparrows.tp-rightarrow:before {
  content: "\e825";
}
body.rtl .tp-kbimg {
  left: 0 !important;
}
.dddwrappershadow {
  box-shadow: 0 45px 100px rgba(0, 0, 0, 0.4);
}
.hglayerinfo {
  position: fixed;
  bottom: 0px;
  left: 0px;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.75);
  padding: 5px 10px;
  z-index: 2000;
  white-space: normal;
}
.hginfo {
  position: absolute;
  top: -2px;
  left: -2px;
  color: #e74c3c;
  font-size: 12px;
  font-weight: 600;
  background: #000;
  padding: 2px 5px;
}
.indebugmode .tp-caption:hover {
  border: 1px dashed #c0392b !important;
}
.helpgrid {
  border: 2px dashed #c0392b;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#revsliderlogloglog {
  padding: 15px;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100000;
  font-size: 10px;
  overflow: scroll;
}
.aden {
  filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
}
.aden::after {
  background:
    linear-gradient(
      to right,
      rgba(66, 10, 14, .2),
      transparent);
  mix-blend-mode: darken;
}
.perpetua::after,
.reyes::after {
  mix-blend-mode: soft-light;
  opacity: .5;
}
.inkwell {
  filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}
.perpetua::after {
  background:
    linear-gradient(
      to bottom,
      #005b9a,
      #e6c13d);
}
.reyes {
  filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
}
.reyes::after {
  background: #efcdad;
}
.gingham {
  filter: brightness(1.05) hue-rotate(-10deg);
}
.gingham::after {
  background:
    linear-gradient(
      to right,
      rgba(66, 10, 14, .2),
      transparent);
  mix-blend-mode: darken;
}
.toaster {
  filter: contrast(1.5) brightness(.9);
}
.toaster::after {
  background:
    radial-gradient(
      circle,
      #804e0f,
      #3b003b);
  mix-blend-mode: screen;
}
.walden {
  filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}
.walden::after {
  background: #04c;
  mix-blend-mode: screen;
  opacity: .3;
}
.hudson {
  filter: brightness(1.2) contrast(.9) saturate(1.1);
}
.hudson::after {
  background:
    radial-gradient(
      circle,
      #a6b1ff 50%,
      #342134);
  mix-blend-mode: multiply;
  opacity: .5;
}
.earlybird {
  filter: contrast(.9) sepia(.2);
}
.earlybird::after {
  background:
    radial-gradient(
      circle,
      #d0ba8e 20%,
      #360309 85%,
      #1d0210 100%);
  mix-blend-mode: overlay;
}
.mayfair {
  filter: contrast(1.1) saturate(1.1);
}
.mayfair::after {
  background:
    radial-gradient(
      circle at 40% 40%,
      rgba(255, 255, 255, .8),
      rgba(255, 200, 200, .6),
      #111 60%);
  mix-blend-mode: overlay;
  opacity: .4;
}
.lofi {
  filter: saturate(1.1) contrast(1.5);
}
.lofi::after {
  background:
    radial-gradient(
      circle,
      transparent 70%,
      #222 150%);
  mix-blend-mode: multiply;
}
._1977 {
  filter: contrast(1.1) brightness(1.1) saturate(1.3);
}
._1977:after {
  background: rgba(243, 106, 188, .3);
  mix-blend-mode: screen;
}
.brooklyn {
  filter: contrast(.9) brightness(1.1);
}
.brooklyn::after {
  background:
    radial-gradient(
      circle,
      rgba(168, 223, 193, .4) 70%,
      #c4b7c8);
  mix-blend-mode: overlay;
}
.xpro2 {
  filter: sepia(.3);
}
.xpro2::after {
  background:
    radial-gradient(
      circle,
      #e6e7e0 40%,
      rgba(43, 42, 161, .6) 110%);
  mix-blend-mode: color-burn;
}
.nashville {
  filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}
.nashville::after {
  background: rgba(0, 70, 150, .4);
  mix-blend-mode: lighten;
}
.nashville::before {
  background: rgba(247, 176, 153, .56);
  mix-blend-mode: darken;
}
.lark {
  filter: contrast(.9);
}
.lark::after {
  background: rgba(242, 242, 242, .8);
  mix-blend-mode: darken;
}
.lark::before {
  background: #22253f;
  mix-blend-mode: color-dodge;
}
.moon {
  filter: grayscale(1) contrast(1.1) brightness(1.1);
}
.moon::before {
  background: #a0a0a0;
  mix-blend-mode: soft-light;
}
.moon::after {
  background: #383838;
  mix-blend-mode: lighten;
}
.clarendon {
  filter: contrast(1.2) saturate(1.35);
}
.clarendon:before {
  background: rgba(127, 187, 227, .2);
  mix-blend-mode: overlay;
}
.willow {
  filter: grayscale(.5) contrast(.95) brightness(.9);
}
.willow::before {
  background-color:
    radial-gradient(
      40%,
      circle,
      #d4a9af 55%,
      #000 150%);
  mix-blend-mode: overlay;
}
.willow::after {
  background-color: #d8cdcb;
  mix-blend-mode: color;
}
.rise {
  filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
}
.rise::after {
  background:
    radial-gradient(
      circle,
      rgba(232, 197, 152, .8),
      transparent 90%);
  mix-blend-mode: overlay;
  opacity: .6;
}
.rise::before {
  background:
    radial-gradient(
      circle,
      rgba(236, 205, 169, .15) 55%,
      rgba(50, 30, 7, .4));
  mix-blend-mode: multiply;
}
._1977:after,
._1977:before,
.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  pointer-events: none;
}
._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
  position: relative;
}
._1977 img,
.aden img,
.brooklyn img,
.clarendon img,
.earlybird img,
.gingham img,
.hudson img,
.inkwell img,
.lark img,
.lofi img,
.mayfair img,
.moon img,
.nashville img,
.perpetua img,
.reyes img,
.rise img,
.slumber img,
.toaster img,
.walden img,
.willow img,
.xpro2 img {
  width: 100%;
  z-index: 1;
}
._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
  z-index: 2;
}
._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
  z-index: 3;
}
.slumber {
  filter: saturate(.66) brightness(1.05);
}
.slumber::after {
  background: rgba(125, 105, 24, .5);
  mix-blend-mode: soft-light;
}
.slumber::before {
  background: rgba(69, 41, 12, .4);
  mix-blend-mode: lighten;
}
.tp-kbimg-wrap:before,
.tp-kbimg-wrap:after {
  height: 500%;
  width: 500%;
}
.rs-background-video-layer iframe {
  visibility: inherit !important;
}

/* apps/clients/baguette/chilis/src/assets/css/style.css */
h5,
h6 {
  color: #22235b !important;
}
body {
  font-family: "Roboto Slab", serif !important;
}
.heading-special-color {
  color: white;
  text-shadow: -6px 4px 0px #22235b;
  font-weight: bolder;
}
.heading-special-color-small {
  color: white !important;
  -webkit-text-stroke: 1.5px #22235b;
  text-shadow:
    -4px 3px 0px rgba(235, 0, 41, 1),
    -5px 4px 0px rgba(235, 0, 41, 0.9),
    -6px 4.5px 1px rgba(235, 0, 41, 0.8);
  font-weight: bolder;
}
.heading-special-color2 {
  color: #22235b !important;
  font-weight: bolder;
}
.heading-special-color2-small {
  color: #22235b !important;
  font-weight: bolder;
}
.heading-special-color3 {
  font-size: 70px;
  color: #eb0029 !important;
  text-shadow:
    -4px 3px 0px #22235b,
    -6px 4.5px 0px rgba(34, 35, 91, 0.9),
    -7px 5px 1px rgba(34, 35, 91, 0.8),
    -8px 5.5px 1.5px rgba(34, 35, 91, 0.7),
    -9px 6px 2px rgba(34, 35, 91, 0.6);
  font-weight: bolder;
  -webkit-text-stroke: 0.7px white;
}
.heading-special-color3-small {
  font-size: 45px;
  color: #eb0029 !important;
  text-shadow:
    -4px 3px 0px #22235b,
    -6px 4.5px 0px rgba(34, 35, 91, 0.9),
    -7px 5px 1px rgba(34, 35, 91, 0.8);
  font-weight: bolder;
  -webkit-text-stroke: 0.7px white;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #232223;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  letter-spacing: -0.3px;
}
* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video,
main {
  display: block;
}
mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
tdvideo,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
a {
  text-decoration: none;
  outline: none !important;
  vertical-align: baseline;
}
b,
strong {
  font-weight: bold;
}
ul,
ol {
  list-style: none;
}
q {
  quotes: none;
}
table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}
img {
  vertical-align: top;
  max-width: 100%;
}
embed {
  vertical-align: top;
}
input,
textarea {
  font-family: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
input,
button {
  -webkit-appearance: none;
  outline: none;
  background: transparent;
}
button::-moz-focus-inner {
  border: 0;
}
th {
  text-align: left;
}
textarea {
  outline: none !important;
}
button {
  cursor: pointer;
  color: inherit;
}
html,
body {
  min-height: 100%;
}
fieldset,
legend,
label,
select,
input,
textarea,
form,
button,
optgroup {
  -webkit-appearance: none !important;
}
.container,
.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
}
.row {
  margin-right: -16px;
  margin-left: -16px;
}
.row > [class*=col-] {
  padding-left: 16px;
  padding-right: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase !important;
}
h5,
h6 {
  font-size: 33px;
}
body {
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: initial !important;
}
.mad-page-wrapper {
  overflow: hidden;
  position: relative;
}
html {
  overflow-y: initial !important;
}
::-webkit-selection {
  color: #fff;
  background-color: #2e2d2e;
}
::-moz-selection {
  color: #fff;
  background-color: #2e2d2e;
}
::selection {
  color: #fff;
  background-color: #2e2d2e;
}
mark {
  color: #fff;
  background-color: #2e2d2e;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.page-wrapper {
  overflow: hidden;
}
[data-bg-image-src] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.w-100 {
  width: 100%;
}
.material-icons,
.material-icons-outlined {
  font-size: inherit;
  line-height: inherit;
}
:root {
  font-size: 16px;
}
body {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: normal;
  color: #575457;
}
address:not(:last-child) {
  margin-bottom: 1.625rem;
}
q,
kbd,
strong,
em,
tt,
var,
span,
del,
big,
small {
  vertical-align: baseline;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child) {
  margin-bottom: 2rem;
}
h1 {
  font-size: 4.5rem;
  line-height: 5rem;
  letter-spacing: -2.5px;
}
h2 {
  font-size: 3rem;
  line-height: 4.5rem;
  letter-spacing: -2px;
}
h3 {
  font-size: 3rem;
  line-height: 3.5rem;
}
h4 {
  font-size: 2.25rem;
  line-height: 3rem;
}
h5 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 1rem;
}
h2.mad-page-title {
  letter-spacing: -2px;
}
h4.mad-page-title {
  letter-spacing: -1px;
}
h2.mad-page-title:not(:last-child),
.mad-title-wrap:not(:last-child) {
  margin-bottom: 2.5rem;
}
.mad-page-title.no-bts:not(:last-child) {
  margin-bottom: 0;
}
.mad-title-wrap h2.mad-page-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-sub-title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: rgba(254, 198, 13, 1);
  font-weight: 600;
}
.mad-sub-title:hover {
  text-decoration: underline;
}
.mad-sub-title.style-2 {
  color: #eb0029;
}
.mad-semi-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.mad-semi-title:not(:last-child) {
  margin-bottom: 0.5rem;
}
p {
  line-height: inherit;
}
p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-text-small {
  font-size: 1rem;
  line-height: 1.5rem;
}
p.mad-text-small:not(:last-child) {
  margin-bottom: 1.3125rem;
}
.mad-text-small {
  font-size: 0.9286rem;
  font-weight: 500;
}
.mad-text-medium {
  font-size: 1.125rem;
  font-weight: 500;
}
.text-color-1 {
  color: #e6e6e6;
}
.text-color-1 .mad-page-title {
  color: #fff;
}
.text-color-2 .mad-page-title {
  color: #eb0029;
}
.text-color-3 .mad-page-title {
  color: rgba(254, 198, 13, 1);
}
.mad-colorizer--scheme-color-3 .text-color-1 {
  color: #ffd9dc;
}
.mad-text-color-2 {
  color: #232223;
}
.mad-text-color-3 {
  color: #959595;
}
.fw-medium {
  font-weight: 500;
}
.fw-black {
  font-weight: 900;
}
a {
  color: #232223;
}
.mad-link,
a,
button {
  transition: all .5s ease;
}
.mad-link {
  color: rgba(254, 198, 13, 1);
  border-bottom: 1px solid transparent;
}
.mad-link:hover {
  border-color: inherit;
}
.mad-link.color-2 {
  color: #eb0029;
}
.mad-dir {
  font-size: 1rem;
}
[class*=mad-font-icon] {
  line-height: 1;
}
.mad-color {
}
.mad-d-none {
  display: none;
}
.mad-fw-bold {
  font-weight: bold;
}
.mad-fw-semi {
  font-weight: 600;
}
.mad-tt-uppercase {
  text-transform: uppercase;
}
.mad-d-down-xxxl-none {
  display: none;
}
.mad-fw-down-xxxl-bold {
  font-weight: bold;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
img[class*=align] {
  border-radius: 1.5rem;
  overflow: hidden;
}
img.alignleft {
  margin-right: 2rem;
}
img.alignright {
  margin-left: 2rem;
}
.mad-img {
  border-radius: 1.5rem;
  overflow: hidden;
}
.mad-img img {
  width: 100%;
}
.mad-preloader-circle,
.mad-preloader {
  position: fixed;
  width: 260vw;
  height: 260vw;
  margin-left: -130vw;
  margin-top: -130vw;
  background-color: #fff;
  z-index: 50;
  border-radius: 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 700ms;
  transition-duration: 700ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-preloader-circle {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
.mad-preloader {
  left: 50%;
  top: 50%;
}
.mad-preloader-circle,
.mad-preloader.mad-preloader--disappearing {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.mad-preloader-circle--appearing {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mad-body--has-critical-fullscreen-message {
  overflow: hidden !important;
}
.mad-fullscreen-message {
  position: fixed;
  z-index: 49;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  font-family: "Arial", serif;
  font-size: 1.875rem;
  line-height: 2.34375rem;
  color: #313131;
  background-color: #fff;
  padding: 2rem;
  overflow: auto;
}
.mad-fullscreen-message .mad-aligner-inner {
  vertical-align: middle;
}
.mad-fullscreen-message-before {
  font-size: 3.25rem;
  line-height: 4rem;
}
.mad-fullscreen-message-before:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-fullscreen-message-before:empty,
.mad-fullscreen-message-after:empty {
  display: none;
}
.mad-header {
  position: relative;
  z-index: 25;
  background: #eb0029;
  color: #fdf7e6;
}
.mad-header.mad-header--transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}
[class*=mad-header-section--sticky] {
  padding: 2.125rem 3.875rem;
}
[class*=mad-header-section--sticky].mad-header-section--sticked {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #eb0029;
}
.mad-pre-header {
  border-bottom: 1px solid #f26375;
}
.mad-pre-header .mad-pre-header-wrap,
.mad-header:not(.header-3) .mad-pre-header {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 3.875rem;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.25px;
}
.mad-pre-header .mad-pre-header-wrap {
  padding-left: 0;
  padding-right: 0;
}
.mad-header-section {
  display: block;
}
.mad-header-section:not(:last-child) {
  margin-bottom: 3.5rem;
}
.mad-header-items {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mad-header-item .mad-logo {
  padding-right: 3rem;
}
.mad-navigation-container {
  display: flex;
}
.mad-actions {
  display: flex;
  align-items: center;
  margin: -1rem -0.5rem 0;
}
.mad-actions > .mad-item {
  padding: 1rem 0.5rem 0;
  display: flex;
}
.mad-actions .mad-item-link:not(.mad-dropdown-title):not(:last-child) {
  margin-right: 0.625rem;
}
.mad-actions .mad-item-link {
  position: relative;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #b8001f;
  text-align: center;
  display: block;
}
.mad-actions .mad-item-link:hover {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
  -moz-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
  box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
}
.mad-actions .mad-item-link i {
  font-size: 1.375rem;
  line-height: 3rem;
}
.mad-actions .mad-item-link.mad-dropdown-title i {
  font-size: 1.125rem;
}
.mad-item-link.mad-dropdown-title span {
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  color: #232223;
  font-size: 0.875rem;
  background: rgba(254, 198, 13, 1);
  border-radius: 50%;
}
.mad-pre-header .mad-quick-links a {
  color: #fff;
}
.mad-quick-links a:hover {
  text-decoration: underline;
}
.mad-pre-header .mad-quick-links > span {
  padding: 0 0.25rem;
}
.mad-header.style-2 {
  background: #fff;
  color: #575457;
}
.mad-header.style-2 [class*=mad-header-section--sticky].mad-header-section--sticked {
  background: #fff;
  -webkit-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 25px 0px rgba(0, 0, 0, 0.1);
}
.mad-header.style-2 .mad-navigation > li:hover > a,
.mad-header.style-2 .mad-navigation > li.current-menu-item > a {
  color: #eb0029;
}
.mad-header.style-2 .mad-navigation > li > a {
  color: #232223;
}
.mad-header.style-2 .mad-our-info.type-2 .mad-info-title,
.mad-header.style-2 .mad-our-info.type-2 .mad-info i {
  color: #eb0029;
}
.mad-header.style-2 .mad-actions .mad-item-link {
  background: #e6e6e6;
  color: #232223;
}
.mad-header.style-2 .mad-actions .mad-item-link:hover {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
  -moz-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
  box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
}
.mad-header.style-2 .mad-item-link.mad-dropdown-title span {
  background: #eb0029;
  color: #fff;
}
.mad-header.style-2 .mad-pre-header {
  border-bottom-color: #e6e6e6;
}
.mad-header.style-2 .mad-pre-header .mad-quick-links a {
  color: #232223;
}
.mad-message {
  position: relative;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.25px;
  padding: 0.75rem 1rem;
  padding-right: 2rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  color: #eb0029;
  text-align: center;
  background: #fef2f4;
  border-radius: 0 0 1.5rem 1.5rem;
  margin: 0 3.875rem;
}
.mad-message .close-message {
  position: absolute;
  right: 1rem;
  top: 0;
  color: #232223;
}
.mad-message .close-message i {
  font-size: 1rem;
  line-height: 2.5rem;
}
.mad-header.header-3 .mad-header-items {
  padding: 2rem 0;
  padding-bottom: 0;
}
.mad-header.header-3 .mad-header-items .mad-header-item {
  width: 33.3333%;
}
.mad-header.header-3 [class*=mad-header-section--sticky] {
  padding: 2.25rem 0;
}
.mad-header.header-3 [class*=mad-header-section--sticky] .mad-navigation-container {
  justify-content: center;
}
.mad-header.header-3 .mad-header-item .mad-logo {
  padding: 0;
}
.mad-header.header-3 .mad-actions,
.mad-header.header-3 .mad-social-icons ul {
  justify-content: flex-end;
}
.mad-header.header-3 .mad-message {
  margin: 0;
  border-radius: 0;
}
.mad-navigation {
  z-index: 4;
  text-align: initial;
  margin: 0 -1.25rem;
  display: flex;
}
.mad-navigation > li {
  font-size: 1rem;
  padding: 0 1.25rem;
  position: relative;
  vertical-align: top;
  font-family: "Josefin Sans", sans-serif;
}
.mad-navigation > li > a {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  display: block;
  position: relative;
}
.mad-navigation > li:hover > a,
.mad-navigation > li.current-menu-item > a {
  color: rgba(254, 198, 13, 1);
}
.mad-navigation > li > a::after {
  content: "keyboard_arrow_down";
  font-family: "Material Icons";
  text-transform: none;
  display: inline-block;
  font-weight: normal;
  vertical-align: -4px;
  font-size: 22px;
  font-weight: bold;
  margin-left: 0.625rem;
  line-height: 0.5rem;
  max-width: 20px;
}
.mad-navigation .menu-item-has-children:hover,
.mad-navigation .menu-item-has-children.mad-seleceted,
.mad-navigation .menu-item-has-children.mad-tapped {
  z-index: 2;
}
.mad-mobile-nav-btn {
  background-color: rgba(254, 198, 13, 1);
}
.mad-navigation .sub-menu {
  font-family: "Josefin Sans", sans-serif;
  width: 21.75rem;
  font-size: 1rem;
  padding: 2rem;
  position: absolute;
  top: 100%;
  left: -1rem;
  margin-top: 1.3125rem;
  border-radius: 1.5rem;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  background-color: #232223;
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(15, 27, 56, 0.1);
}
.mad-navigation .sub-menu:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 2rem;
}
.mad-navigation .sub-menu a {
  color: #232831;
}
.mad-navigation .sub-menu > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-navigation .sub-menu > li > a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
.mad-navigation .sub-menu.mad-reverse {
  left: auto;
  right: -1.625rem;
}
.mad-navigation .sub-menu .sub-menu {
  top: -3.5rem;
  left: calc(100% + 2.25rem);
}
.mad-navigation .sub-menu .sub-menu.mad-reverse {
  left: auto;
  right: calc(100% + 2.25rem);
}
.mad-navigation .sub-menu .menu-item-has-children {
  position: relative;
  padding-right: 1rem;
}
.mad-navigation .sub-menu .menu-item-has-children::after {
  font-family: "Material Icons";
  content: "keyboard_arrow_right";
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  width: 14px;
  top: 0;
}
.mad-no-touchevents .mad-navigation .sub-menu li:hover > a:not(.sub-title),
.mad-no-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-selected > a:not(.sub-title),
.mad-touchevents .mad-navigation .sub-menu .menu-item-has-children.mad-tapped > a:not(.sub-title),
.mad-navigation .sub-menu .current-menu-item > a:not(.sub-title),
.mad-navigation .sub-menu .current-menu-ancestor > a:not(.sub-title),
.mad-navigation .sub-menu .current-menu-parent > a:not(.sub-title) {
  border-bottom-color: inherit;
  color: rgba(254, 198, 13, 1);
}
.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.mad-navigation .sub-menu li.menu-item-has-children:hover:after,
.mad-navigation .sub-menu li.menu-item-has-children.current-menu-item::after {
  color: rgba(254, 198, 13, 1);
}
.mad-csstransforms3d .mad-navigation .sub-menu {
  -webkit-transition-property:
    -webkit-transform,
    opacity,
    visibility;
  transition-property:
    transform,
    opacity,
    visibility;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.mad-csstransforms3d.mad-no-touchevents .menu-item-has-children:hover > .sub-menu,
.mad-csstransforms3d.mad-no-touchevents .menu-item-has-children.mad-selected > .sub-menu,
.mad-csstransforms3d.mad-touchevents .menu-item-has-children.mad-tapped > .sub-menu {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mad-mobile-nav-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #232223;
  display: none;
}
.mad-mobile-nav-btn::after {
  font-family: Linearicons;
  content: "\e92b";
}
.mad-mobile-nav-btn.mad-opened {
  -webkit-transform: translate3d(-3px, -5px, 0);
  transform: translate3d(-3px, -5px, 0);
  -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
  -moz-box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
  box-shadow: 2px 6px 0px 0px rgba(235, 225, 23, 0.4);
}
.mad-breadcrumb.with-bg-image {
  position: relative;
  z-index: 1;
}
.mad-breadcrumb.with-bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 34, 35, 0.5);
  z-index: -1;
}
.mad-breadcrumb {
  padding: 1rem 0;
  background: #f8f8f8;
  text-align: center;
}
.mad-breadcrumb.with-bg-image {
  color: #e6e6e6;
  padding-top: 138px;
  padding-bottom: 142px;
  background-size: cover;
}
.mad-breadcrumb .mad-page-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-breadcrumb-path {
  font-size: 1.125rem;
  line-height: 2rem;
  vertical-align: baseline;
  margin: 0 -0.3rem;
}
.mad-breadcrumb-path > span {
  display: inline-block;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.mad-breadcrumb .mad-page-title {
  color: #fff;
}
.mad-breadcrumb a {
  color: #eb0029;
}
.mad-breadcrumb.with-bg-image a {
  color: rgba(254, 198, 13, 1);
}
.mad-breadcrumb a:hover {
  text-decoration: underline;
}
.mad-content {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.mad-section {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.mad-content.no-pt,
.mad-section.no-pt {
  padding-top: 0;
}
.mad-content.no-pb,
.mad-section.no-pb {
  padding-bottom: 0;
}
.mad-content.no-pd,
.mad-section.no-pd {
  padding-top: 0;
  padding-bottom: 0;
}
.mad-section--stretched-content {
  padding-left: 3.875rem;
  padding-right: 3.875rem;
}
.mad-section--stretched-content .mad-colorizer-bg-color {
  margin: 0 3.875rem;
  border-radius: 2rem;
}
.mad-section--parallax {
  background-size: auto;
}
.mad-section.very-small-size {
  padding: 3.5rem 0;
}
.mad-section.small-size {
  padding: 4.5rem 0;
}
.mad-section--parallax {
  background-size: auto;
}
.content-element:not(:last-child) {
  margin-bottom: 0.5rem;
}
.content-element-2:not(:last-child) {
  margin-bottom: 1rem;
}
.content-element-3:not(:last-child) {
  margin-bottom: 1.5rem;
}
.content-element-4:not(:last-child) {
  margin-bottom: 2rem;
}
.content-element-5:not(:last-child) {
  margin-bottom: 2.5rem;
}
.content-element-6:not(:last-child) {
  margin-bottom: 3rem;
}
.content-element-7:not(:last-child) {
  margin-bottom: 3.5rem;
}
.content-element-8:not(:last-child) {
  margin-bottom: 4rem;
}
.content-element-9:not(:last-child) {
  margin-bottom: 4.5rem;
}
.content-element-10:not(:last-child) {
  margin-bottom: 5rem;
}
.content-element-11:not(:last-child) {
  margin-bottom: 5.5rem;
}
.content-element-12:not(:last-child) {
  margin-bottom: 6rem;
}
.content-element-13:not(:last-child) {
  margin-bottom: 6.5rem;
}
.content-element-14:not(:last-child) {
  margin-bottom: 7rem;
}
.content-element-15:not(:last-child) {
  margin-bottom: 7.5rem;
}
.content-element-16:not(:last-child) {
  margin-bottom: 8rem;
}
.content-element-17:not(:last-child) {
  margin-bottom: 136px;
}
.content-element-18:not(:last-child) {
  margin-bottom: 9rem;
}
.content-element-19:not(:last-child) {
  margin-bottom: 9.5rem;
}
.content-element-20:not(:last-child) {
  margin-bottom: 10rem;
}
.content-element-21:not(:last-child) {
  margin-bottom: 10.5rem;
}
.content-element-22:not(:last-child) {
  margin-bottom: 11rem;
}
[class*=mad-section-icon] {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -4.5rem;
  margin-bottom: -4.25rem;
}
.mad-section--stretched-content [class*=mad-section-icon] {
  margin-left: -8rem;
}
.mad-section--stretched-content [class*=mad-section-icon].right-side {
  bottom: 50%;
  left: 95%;
}
[class*=mad-section-icon] .svg path {
  fill: #fbccd4;
  stroke: transparent;
}
[class*=mad-section-icon].right-side {
  left: auto;
  right: 0;
}
.mad-section-icon-burger .svg {
  height: 19.1875rem;
  transform: rotate(10deg);
}
.mad-section-icon-pizza .svg {
  height: 37.375rem;
}
.mad-widget:not(:last-child) {
  margin-bottom: 3.25rem;
}
.mad-widget-title {
  font-weight: 500;
}
.mad-widget.mad-categories {
  padding: 1.5rem 0;
  border-radius: 1.5rem;
  background: #f8f8f8;
}
.mad-widget.mad-categories .mad-widget-title {
  padding-left: 2rem;
}
.mad-widget.mad-categories ul li a {
  color: #eb0029;
  font-weight: bold;
  padding: 0 2rem;
  padding-left: 5rem;
  line-height: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
.mad-widget.mad-categories ul li a:hover {
  background: rgba(254, 198, 13, 1);
}
.mad-widget.mad-categories ul li a .svg {
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  left: 2rem;
  height: 2rem;
}
.mad-widget.mad-categories ul li a .svg path {
  fill: transparent;
  stroke: #232223;
}
.mad-sponsors:not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.mad-csstransforms3d .mad-sponsors img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
  transition-timing-function: cubic-bezier(0.25, 3, 0.79, 0.38);
  opacity: 1;
}
.mad-csstransforms3d .mad-sponsors a {
  display: block;
  overflow: hidden;
  border-radius: 1.5rem;
}
.mad-csstransforms3d .mad-sponsors a:hover > img {
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
.tagcloud > a {
  color: #232223;
  font-size: 0.9375rem;
  line-height: 2rem;
  white-space: nowrap;
  padding: 0 1rem;
  display: inline-block;
  border-radius: .5rem;
  margin: 4px;
  letter-spacing: 0.25px;
  font-style: italic;
  background: #fcd9df;
}
.tagcloud > a:hover {
  color: #fff;
  background: #eb0029;
}
.tags-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tags-wrap > span {
  padding-right: 1rem;
}
.mad-banners .mad-banner:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-banner {
  border-radius: 1.5rem;
  padding: 4rem 2.5rem 4.5rem;
  background-size: cover;
  color: #e6e6e6;
  font-size: 1rem;
  line-height: 1.5rem;
  flex: 1;
  position: relative;
  z-index: 1;
}
.mad-banners:not(.type-2) .mad-banner:not(.with-icon) .mad-page-title {
  font-size: 2.5rem;
  line-height: 3rem;
}
.mad-banner:not(.with-icon) .mad-page-title {
  color: #fff;
}
.mad-banner:not(.with-icon) .mad-page-title.color-2 {
  color: #232223;
}
.mad-banner .mad-page-title:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-banner .mad-read-more {
  font-size: 1.125rem;
}
.mad-banner:not(.with-icon) .mad-banner-content .btn {
  margin-top: 1rem;
}
.mad-banner:not(.with-icon) .mad-banner-content .btn-set {
  padding-top: 1.5rem;
}
.mad-banner.with-icon {
  display: flex;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: rgba(254, 198, 13, 1);
}
.mad-banner.with-icon .mad-banner-icon {
  min-width: 6.5rem;
}
.mad-banner.with-icon .mad-page-title {
  line-height: 2.5rem;
}
.mad-banner.with-icon .mad-page-title span {
  color: #eb0029;
}
.mad-banner.with-icon .mad-banner-icon .svg {
  height: 5rem;
}
.mad-banner.with-icon .mad-banner-icon .svg path {
  fill: #eb0029;
}
.mad-banner.with-icon .mad-banner-icon .svg .cls-1 {
  stroke-width: 10px;
}
.mad-banner.with-icon .mad-banner-icon .svg .cls-1 {
  fill: transparent;
  stroke: #232223;
}
.mad-banners .row:not(.col-no-space) {
  margin-bottom: -2rem;
  flex: 1;
}
.mad-banners .row:not(.col-no-space) > [class*=col] {
  padding-bottom: 2rem;
  display: flex;
  flex-direction: column;
}
.mad-banner.bg-color-2 {
  background: #eb0029;
}
.mad-banner.bg-color-2 .mad-page-title span {
  color: #fff;
}
.mad-banner.bg-color-2 .mad-read-more {
  color: rgba(254, 198, 13, 1);
}
.mad-banner.bg-color-2 .mad-read-more:after {
  background-color: rgba(254, 198, 13, 1);
}
.mad-banners.type-2 .mad-banner.bg-color-2 .mad-banner-icon .svg .cls-1 {
  stroke: #9b0e27;
}
.mad-banners.type-2 .mad-banner {
  padding: 2.5rem;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.mad-banners.type-2 .col-size-x2 .mad-banner {
  min-height: 31rem;
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-banners.type-2 .mad-banner .mad-banner-icon {
  position: absolute;
  right: -1.75rem;
  bottom: 1rem;
  z-index: -1;
}
.mad-banners.type-2 .mad-banner .mad-banner-icon .svg {
  height: 8rem;
}
.mad-banners.type-2 .mad-banner .mad-banner-icon .cls-1 {
  stroke: #9b951c;
}
.mad-banners.type-2:not(.with-icon) h2.mad-page-title {
  color: #fff;
  font-size: 3.75rem;
  line-height: 4.5rem;
}
.mad-banners.type-2:not(.with-icon) h2.mad-page-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-banners .mad-box {
  padding: 2.5rem;
}
.mad-banners .mad-box .mad-page-title:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-widget .mad-banners .mad-banner {
  min-height: 31rem;
  max-width: 19.875rem;
}
.mad-widget .mad-entities .mad-entity {
  overflow: hidden;
}
.calendar_wrap:not(:last-child) {
  margin-bottom: 1.5rem;
}
.calendar_wrap {
  position: relative;
  border-radius: 1.5rem;
  overflow: hidden;
}
.calendar_wrap table tr th:last-child {
  width: auto;
}
.calendar_wrap table {
  font-size: 0.875rem;
  line-height: 1.5rem;
  border-width: 0;
  background: #fff;
  font-size: 1rem;
  border-radius: 0;
  background: #f8f8f8;
}
.calendar_wrap table tbody {
  position: relative;
}
.calendar_wrap table caption {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-align: center;
  border-style: inherit;
  border-color: inherit;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  background: #2e2d2e;
  position: relative;
  z-index: 2;
}
.calendar_wrap.calendar-medium table caption {
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.calendar_wrap table tr:hover {
  background-color: transparent;
}
.calendar_wrap table thead {
  background-color: rgba(254, 198, 13, 1);
}
.calendar_wrap table thead th {
  font-size: 0.875rem;
  line-height: 2rem;
  font-family: "Lato", serif;
  font-weight: normal;
  color: #232223;
  text-transform: uppercase;
}
.calendar_wrap.calendar-medium table thead th {
  font-size: 1.25rem;
  line-height: 3rem;
}
.calendar_wrap table td > a,
.calendar_wrap table td > div > a {
  position: relative;
  z-index: 1;
  color: #fff;
}
.calendar_wrap table td > a:before,
.calendar_wrap table td > div > a:before {
  content: "";
  position: absolute;
  background: #eb0029;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  top: 50%;
  left: 50%;
  margin-top: -1rem;
  margin-left: -1rem;
  line-height: 2rem;
  z-index: -1;
}
.calendar_wrap table td {
  font-size: 0.875rem;
}
.calendar_wrap.calendar-medium table td {
  font-size: 1.25rem;
}
.calendar_wrap table td.marker {
  position: relative;
  z-index: 1;
}
.calendar_wrap table td.marker:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fbf8f7;
  z-index: -1;
}
.calendar_wrap table td .marker {
  background: #f1f1f1;
  height: 100%;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendar_wrap table td.first {
  color: #959595;
}
.calendar_wrap table th,
.calendar_wrap table td {
  padding: 0;
  text-align: center;
  line-height: 3rem;
  vertical-align: middle;
  border-bottom: none;
}
.calendar_wrap table tr td:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}
.calendar_wrap table tfoot td {
  padding: 1.4rem 0 0;
  border-width: 0;
}
.calendar_wrap table tfoot #prev a,
.calendar_wrap table tfoot #next a {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  font-weight: 800;
  border: none;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.calendar_wrap table tfoot #prev {
  text-align: left;
}
.calendar_wrap table tfoot #next {
  text-align: right;
}
.calendar_wrap table .calendar-caption-prev,
.calendar_wrap table .calendar-caption-next {
  display: block;
  position: absolute;
  top: 0;
  line-height: 3rem;
  height: 100%;
  font-size: 1.5rem;
  width: 3rem;
  text-align: center;
  color: #fff;
  -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.calendar_wrap.calendar-medium table .calendar-caption-prev,
.calendar_wrap.calendar-medium table .calendar-caption-next {
  line-height: 4rem;
  font-size: 2rem;
  width: 3.875rem;
}
.calendar_wrap table .calendar-caption-prev:hover,
.calendar_wrap table .calendar-caption-next:hover {
  color: rgba(254, 198, 13, 1);
}
.calendar_wrap table .calendar-caption-prev i,
.calendar_wrap table .calendar-caption-next i {
  font-size: 1.5rem;
}
.calendar_wrap table .calendar-caption-prev {
  left: 0;
}
.calendar_wrap table .calendar-caption-next {
  right: 0;
}
.big-calendar.calendar_wrap:not(:last-child) {
  margin-bottom: 3.5rem;
}
.big-calendar.calendar_wrap table thead th,
.big-calendar.calendar_wrap table tr td {
  text-align: left;
  padding: 1.5rem;
  line-height: 1rem;
  vertical-align: top;
}
.big-calendar.calendar_wrap table thead th {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.big-calendar.calendar_wrap table tr td {
  font-size: 1.5rem;
  color: #b8b7b7;
  position: relative;
}
.big-calendar.calendar_wrap table tr td > div:first-child {
  font-weight: 700;
}
.big-calendar.calendar_wrap table tr td:hover {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
  box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
}
.big-calendar.calendar_wrap table tr td.active {
  color: #595758;
}
.big-calendar.calendar_wrap table tr:not(:last-child) td {
  border-bottom: 1px solid #f2e4df;
}
.big-calendar.calendar_wrap table tr td:before,
.big-calendar.calendar_wrap table tr td:after {
  opacity: 0;
  visibility: hidden;
}
.big-calendar.calendar_wrap table tr td:hover:after,
.big-calendar.calendar_wrap table tr td:hover:before {
  opacity: 1;
  visibility: visible;
}
.calendar_wrap.big-calendar table td > *:not(:last-child) {
  margin-bottom: 1.5rem;
}
.calendar_wrap.big-calendar table td a:before {
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}
.calendar_wrap.big-calendar .mad-event .mad-event-title {
  position: relative;
  display: inline-block;
}
.calendar_wrap.big-calendar .mad-event .mad-event-title:hover .mad-dropdown-element {
  opacity: 1;
  visibility: visible;
}
.calendar_wrap.big-calendar .mad-event .mad-event-title a,
.calendar_wrap.big-calendar .mad-event .mad-event-title {
  font-size: 1rem;
  line-height: 1.25rem;
}
.calendar_wrap.big-calendar .mad-event .mad-event-title a {
  line-height: 1rem;
}
.calendar_wrap.big-calendar .mad-dropdown-element {
  font-family: "Gentium Basic", serif;
  position: absolute;
  top: 0;
  left: 100%;
  padding: 1.5rem;
  background: #fff;
  width: 280px;
  border-radius: 1rem;
  overflow: hidden;
  min-width: 100%;
  margin-top: 0;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
  box-shadow: 0px 0px 24px 0px rgba(0, 18, 29, 0.17);
  z-index: 2;
}
.calendar_wrap.big-calendar .mad-dropdown-element:after,
.big-calendar.calendar_wrap table tr td:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #eb0029;
}
.calendar_wrap.big-calendar .mad-dropdown-element:before,
.big-calendar.calendar_wrap table tr td:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  z-index: 1;
}
.calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content {
  color: #595758;
  line-height: 1rem;
  font-size: 14px;
}
.calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title:not(:last-child) {
  margin-bottom: 1rem;
}
.calendar_wrap.big-calendar .mad-dropdown-element figure:not(:last-child) {
  margin-bottom: 1rem;
}
.calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title,
.calendar_wrap.big-calendar .mad-dropdown-element .mad-event-content .mad-event-title a {
  font-family: "Arvo", serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: bold;
}
.calendar_wrap.big-calendar span.mad-event-sub {
  font-size: 0.875rem;
}
.calendar_wrap.big-calendar .mad-dropdown-element .mad-event-sub {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1rem;
}
.calendar_wrap.big-calendar .mad-dropdown-element .mad-event-sub:not(:last-child) {
  margin-bottom: 0.25rem;
}
.calendar_wrap.big-calendar .mad-abs-title {
  position: relative;
}
.calendar_wrap.big-calendar .mad-abs-title .mad-event-title {
  font-family: "Arvo", serif;
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 24px;
  margin-left: -24px;
  width: calc(200% + 98px);
  background: #fbf8f7;
}
.calendar_wrap.big-calendar {
  overflow: visible;
}
.calendar_wrap.calendar-medium table tr td {
  height: 5vw;
}
.calendar_wrap.calendar-medium table td > a:before,
.calendar_wrap.calendar-medium table td > div > a:before {
  width: 3.5rem;
  height: 3.5rem;
  margin-top: -1.75rem;
  margin-left: -1.75rem;
}
.mad-widget .recentcomments li:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-widget .recentcomments li {
  position: relative;
  padding-left: 2rem;
}
.mad-widget .recentcomments li:before {
  position: absolute;
  font-family: "Material Icons Outlined";
  content: "comment";
  font-size: 1.25rem;
  top: 0;
  left: 0;
  line-height: 2rem;
  color: #232223;
}
.mad-widget .recentcomments li a {
  color: #eb0029;
}
.mad-widget .recentcomments li a:hover {
  text-decoration: underline;
}
.mad-footer {
  color: #b6b6b6;
  background: #232223;
}
.mad-footer .mad-footer-main {
  padding: 8.75rem 0;
}
.mad-footer .mad-our-info.vr-type .mad-info > i {
  color: #fff;
}
.mad-footer .mad-widget-title {
  color: #fff;
  font-weight: 500;
}
.mad-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.5rem;
}
.mad-footer-bottom p:not(:last-child) {
  margin-bottom: 0;
}
.mad-banners.with-slide-down {
  position: relative;
  margin-bottom: -1px;
}
.mad-banners.with-slide-down:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 100%;
  background: #232223;
  z-index: -1;
}
.mad-footer.style-2 {
  background: #2e2d2e;
  border-radius: 1.5rem 1.5rem 0 0;
  margin: 0 3.875rem;
}
.mad-footer.style-2 .mad-footer-top,
.mad-footer.style-2 .mad-footer-main {
  padding: 9rem 1.5rem;
}
.mad-footer.style-2 .mad-footer-main {
  background: #232223;
  color: #b6b6b6;
}
.mad-footer.style-2 .mad-footer-main .mad-social-icons ul,
.mad-footer.style-2 .mad-footer-main .mad-hr-list ul {
  justify-content: flex-end;
}
.mad-footer.footer-4 .mad-widget.align-center .mad-hr-list ul,
.mad-footer.footer-4 .mad-widget.align-center .mad-social-icons ul {
  justify-content: center;
}
.mad-footer.footer-4 .row > *:last-child .mad-our-info .mad-info {
  text-align: right;
  justify-content: flex-end;
}
[class*=item-col-]:not(.no-gutters) {
  margin: -3rem -1rem 0;
}
[class*=item-col-]:not(.no-gutters) > * {
  padding: 3rem 1rem 0;
}
.mad-grid--isotope[class*=item-col-]:not(.no-gutters) {
  margin-top: -2rem;
}
.mad-grid--isotope[class*=item-col-]:not(.no-gutters) > * {
  padding-top: 2rem;
}
.item-col {
  width: 100%;
}
.item-col-2 > * {
  width: 50%;
}
.item-col-3 > * {
  width: 33.3333%;
}
.item-col-4 > * {
  width: 25%;
}
.item-col-5 > * {
  width: 20%;
}
.item-col-6 > * {
  width: 16.6666%;
}
.row:not(.col-no-space) {
  margin-bottom: -3rem;
}
.row:not(.col-no-space) > [class*=col] {
  padding-bottom: 3rem;
}
.row:not(.col-no-space) {
  margin-bottom: -3rem;
}
.row:not(.col-no-space) > [class*=col] {
  padding-bottom: 3rem;
}
.row.vr-size-1:not(.col-no-space) {
  margin-bottom: -2rem;
}
.row.vr-size-1:not(.col-no-space) > [class*=col] {
  padding-bottom: 2rem;
}
.row.vr-size-2:not(.col-no-space) {
  margin-bottom: -4.5rem;
}
.row.vr-size-2:not(.col-no-space) > [class*=col] {
  padding-bottom: 4.5rem;
}
.row.hr-size-1:not(.col-no-space) {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.row.hr-size-1:not(.col-no-space) > [class*=col] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.row.hr-size-2:not(.col-no-space) {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}
.row.hr-size-2:not(.col-no-space) > [class*=col] {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.mad-square-image[data-bg-image-src] {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.mad-square-image[data-bg-image-src] a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mad-square-image.mad-square-image--size-90 {
  padding-bottom: 90%;
}
.mad-square-image.mad-square-image--size-80 {
  padding-bottom: 80%;
}
.mad-square-image.mad-square-image--size-70 {
  padding-bottom: 70%;
}
.mad-square-image.mad-square-image--size-60 {
  padding-bottom: 60%;
}
.mad-square-image.mad-square-image--size-50 {
  padding-bottom: 50%;
}
.mad-square-image.mad-square-image--size-40 {
  padding-bottom: 40%;
}
.mad-square-image--position-left-top {
  background-position: left top;
}
.mad-square-image--position-left-center {
  background-position: left center;
}
.mad-square-image--position-left-bottom {
  background-position: left bottom;
}
.mad-square-image--position-center-top {
  background-position: center top;
}
.mad-square-image--position-center-center {
  background-position: center center;
}
.mad-square-image--position-center-bottom {
  background-position: center bottom;
}
.mad-square-image--position-right-top {
  background-position: right top;
}
.mad-square-image--position-right-center {
  background-position: right center;
}
.mad-square-image--position-right-bottom {
  background-position: right bottom;
}
.mad-modal {
  position: relative;
  width: 100%;
  height: 100%;
}
.arcticmodal-container {
  background-color: #fff;
}
.arcticmodal-container_i2 {
  padding: 0;
  height: 100%;
}
.arcticmodal-container table {
  background-color: transparent;
  border: none;
}
.arcticmodal-container table tr {
  border: none;
  -webkit-transition: none;
  transition: none;
}
.arcticmodal-container table tr:hover {
  background-color: transparent;
}
.arcticmodal-close {
  font-size: 2rem;
  color: #232223;
  position: absolute;
  right: 4rem;
  top: 4rem;
}
.arcticmodal-close:hover {
  color: #eb0029;
}
.arcticmodal-close i {
  font-size: 2.5rem;
}
.mad-modal--search .arcticmodal-container_i2 {
  vertical-align: middle;
}
.arcticmodal-container table {
  border-radius: 0;
}
.mad-modal--search {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: rgba(254, 198, 13, 1);
}
.mad-modal--search .mad-title {
  margin-right: 2rem;
}
.mad-modal--search .mad-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-searchform {
  position: relative;
}
.mad-modal--search form {
  width: 40%;
  display: flex;
}
.mad-modal--search form input {
  width: 100%;
}
.mad-modal--search form button {
  width: 3rem;
  height: 3rem;
  min-width: 3rem;
  line-height: 3rem;
  text-align: center;
  padding: 0;
  margin-left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
.mad-modal--search form button i {
  font-size: 1.5rem;
}
.mad-responsive-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.mad-responsive-iframe > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mad-fullwidth-iframe > iframe {
  width: 100%;
}
.mad-responsive-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56%;
}
.mad-responsive-iframe > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.mad-fullwidth-iframe > iframe {
  width: 100%;
}
.comments-list {
  overflow: hidden;
}
.comments-list > .comment:first-child {
  margin-top: -2rem;
}
.comment {
  font-size: 1.125rem;
  line-height: 2rem;
  padding-top: 2rem;
}
.comment .fn {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #040a1c;
  display: block;
  font-style: normal;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
.comment-author-avatar {
  float: left;
  margin-right: 1.25rem;
  position: relative;
  z-index: 2;
}
.comment .children > li,
.comment.comment-has-children > .comment-body > .comment-author-info {
  position: relative;
}
.comment-author-info {
  padding-left: 6.5rem;
}
.comment-meta {
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
  color: #959595;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.comment-meta time {
  font-size: 0.9375rem;
  color: #959595;
  font-style: italic;
}
.mad-text-link {
  font-weight: bold;
  color: #eb0029;
  text-transform: uppercase;
}
.mad-text-link i {
  font-size: 1rem;
  line-height: inherit;
}
.mad-text-link:hover {
  text-decoration: underline;
}
.comment-meta > * {
  margin-top: 0.5rem;
}
.comment-content:not(:last-child) {
  margin-bottom: 0.1rem;
}
.comment-actions {
  font-size: 0.6875rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  color: #b1b1b1;
  letter-spacing: 0.82px;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.comment-actions > a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.comment::after {
  content: "";
  display: block;
  clear: both;
}
.comment .children {
  padding-left: 2.5rem;
  overflow: hidden;
}
.mad-navigation-vertical {
  display: block !important;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.mad-navigation-vertical .sub-menu {
  padding-top: 0.125rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.mad-navigation-vertical .sub-menu > li {
  margin-top: 0.5rem;
}
.mad-navigation-vertical .sub-menu > li.menu-item-has-children > a::after {
  font-family: "Linearicons";
  content: "\e93a";
  margin-left: 0.4rem;
  vertical-align: middle;
  font-size: 0.75rem;
}
.mad-navigation-vertical .sub-menu a {
  color: #b1b1b1;
}
.mad-navigation-vertical > li:hover > a::before,
.mad-navigation-vertical > li.mad-seleceted > a::before,
.mad-navigation-vertical > li.mad-tapped > a::before,
.mad-navigation-vertical > li.current-menu-ancestor > a::before,
.mad-navigation-vertical > li.current-menu-parent > a::before,
.mad-navigation-vertical > li.current-menu-item > a::before {
  opacity: 1;
}
.mad-navigation-vertical > li > a {
  text-transform: uppercase;
  letter-spacing: 0.81px;
  display: block;
  padding: 0.48rem 1.875rem;
  position: relative;
}
.mad-navigation-vertical > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-navigation-vertical a {
  color: #313131;
  -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-body--scheme-brown .mad-navigation-vertical > li > a::before {
  background-color: #ba89f4;
}
.mad-social-icons ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5rem -0.75rem 0;
}
.mad-social-icons ul li {
  padding: 0.5rem 0.75rem 0;
}
.mad-social-icons ul li a {
  display: block;
  color: rgba(254, 198, 13, 1);
  font-size: 1.5rem;
}
.mad-social-icons ul li a:hover {
  color: #fff;
}
.mad-social-icons ul li a i {
  line-height: inherit;
}
.mad-social-icons.size-big ul li a {
  font-size: 2rem;
}
.mad-social-icons.size-big ul {
  margin: -1rem -1rem 0;
}
.mad-social-icons.size-big ul li {
  padding: 1rem 1rem 0;
}
.mad-social-icons.size-small ul li a {
  font-size: 1.25rem;
}
.mad-social-icons.size-small ul {
  margin: -1rem -0.75rem 0;
}
.mad-social-icons.size-small ul li {
  padding: 1rem 0.75rem 0;
}
.mad-social-icons.style-2 ul li a {
  color: #eb0029;
}
.mad-social-icons.style-2 ul li a:hover {
  color: #232223;
}
.mad-social-icons.type-2 ul li a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 50%;
  display: block;
  background: #eb0029;
  font-size: 1.25rem;
  color: #fff;
}
.mad-social-icons.type-2 ul li a:hover {
  -webkit-transform: translate3d(-3px, -5px, 0);
  transform: translate3d(-3px, -5px, 0);
  -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
  -moz-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
  box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
}
.mad-social-icons.type-2 ul {
  margin: -0.5rem -0.25rem 0;
}
.mad-social-icons.type-2 ul li {
  padding: 0.5rem 0.25rem 0;
}
.mad-dropcap > *:first-child:first-letter {
  font-size: 3.75rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  line-height: 3rem;
  display: block;
  float: left;
  margin-right: 0.5rem;
  margin-top: 1rem;
  color: #eb0029;
}
.mad-dropcap--filled > *:first-child:first-letter {
  font-size: 2.25rem;
  color: #232223;
  padding: 0.5rem 0.625rem 0px;
  width: 3rem;
  height: 3rem;
  line-height: 2.5rem;
  text-align: center;
  background: rgba(254, 198, 13, 1);
  border-radius: 50%;
  margin-top: 0.5rem;
  margin-right: 1.1rem;
}
@-moz-document url-prefix() {
  .mad-dropcap > *:first-child:first-letter {
    margin-top: 12px;
  }
  .mad-dropcap--filled > *:first-child:first-letter {
    margin-top: 0.5rem;
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.mad-alert-boxes-example {
  margin-top: -1rem;
}
.mad-alert-box {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 2rem;
  padding-top: 1rem;
}
.mad-alert-box strong {
  font-weight: inherit;
}
.mad-alert-box-inner {
  position: relative;
  border-radius: 1.5rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  padding-left: 4.5rem;
  padding-right: 3.75rem;
  text-align: initial;
}
.mad-alert-box-inner::before {
  font-family: "Material Icons Outlined";
  font-size: 1.75rem;
  line-height: 1;
  position: absolute;
  font-weight: normal;
  left: 2rem;
  top: 30px;
}
.mad-alert-box-close {
  position: absolute;
  color: transparent;
  font-size: 1.25rem;
  line-height: 1;
  display: block;
  width: 1rem;
  height: 1rem;
  right: 1.875rem;
  top: 0;
  margin-top: 35px;
  overflow: hidden;
}
.mad-alert-box-close::-moz-selection {
  color: transparent;
}
.mad-alert-box-close::selection {
  color: transparent;
}
.mad-alert-box-close::-webkit-selection {
  color: transparent;
}
.mad-alert-box-close::after {
  font-family: "Material Icons";
  content: "close";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  margin-top: -0.575rem;
  color: #232223;
}
.mad-alert-box--success {
  color: #4a7309;
}
.mad-alert-box--success .mad-alert-box-inner {
  background: #e0eede;
  color: #4a7309;
}
.mad-alert-box--success .mad-alert-box-inner::before {
  content: "check_circle";
}
.mad-alert-box--warning {
  color: #f2921d;
}
.mad-alert-box--warning .mad-alert-box-inner {
  background: #fdefdd;
  color: #f2921d;
}
.mad-alert-box--warning .mad-alert-box-inner::before {
  content: "notification_important";
}
.mad-alert-box--info {
  color: #3384aa;
}
.mad-alert-box--info .mad-alert-box-inner {
  color: #3384aa;
  background: #daeaf1;
}
.mad-alert-box--info .mad-alert-box-inner::before {
  content: "info";
}
.mad-alert-box--error {
  color: #eb0029;
}
.mad-alert-box--error .mad-alert-box-inner {
  background: #fde5e9;
}
.mad-alert-box--error .mad-alert-box-inner::before {
  content: "highlight_off";
}
.mad-csstransforms3d .mad-alert-box-close {
  -webkit-transition: -webkit-transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
  transition: transform .4s cubic-bezier(0.25, 3, 0.75, 0.9);
}
.mad-csstransforms3d .mad-alert-box-close:hover {
  -webkit-transform: scale3d(1.3, 1.3, 1.3);
  transform: scale3d(1.3, 1.3, 1.3);
}
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
.mad-entity-content > ul > li i {
  font-size: 1.125rem;
  color: #eb0029;
}
.mad-entity-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}
.mad-entity-content ol ol,
.mad-entity-content ol ul {
  padding-left: 2rem;
}
.mad-entity-content ol ul > li > ul,
.mad-entity-content ol ul > li > ol {
  padding-left: 0;
}
.mad-list-title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-entity-content.style-2 ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before,
.mad-entity-content.style-2 ul > li i {
  color: #232223;
}
.mad-list--icon > li,
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li {
  padding-left: 2rem;
  position: relative;
}
.mad-list--icon > li > .icon,
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li::before {
  position: absolute;
  left: 1px;
  top: 0;
  line-height: 2rem;
}
.mad-list--icon ul,
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-icon-first) {
  padding-top: 1rem;
}
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child),
.mad-list--icon > li:not(:last-child),
.mad-list--icon-big > li:not(:last-child),
.mad-entity-content ol:not(.mad-list--unstyled) > li:not(:last-child),
.mad-entity-content > ul:not(.mad-list--icon):not(.mad-list--unstyled) > li:not(:last-child),
.mad-list--icon > li:not(:last-child),
.mad-list--icon-big > li:not(:last-child),
.mad-entity-content > ol:not(.mad-list--unstyled) > li:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-vr-list:not(.no-icons) ul li {
  position: relative;
  padding-left: 1.5rem;
}
.mad-vr-list:not(.no-icons) ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  -webkit-mask: url("./media/arrow_right-FVOKSWYQ.svg") no-repeat;
  mask: url("./media/arrow_right-FVOKSWYQ.svg") no-repeat;
  background-color: #fff;
  width: 0.75rem;
  height: 0.625rem;
}
.mad-vr-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-vr-list.style-2 ul li a {
  color: #eb0029;
}
.mad-vr-list.style-2 ul li:before {
  background-color: #232223;
}
.mad-hr-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -7px 0;
}
.mad-hr-list ul li {
  padding: 7px 7px 0;
}
hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #eaeaea;
}
hr:not(:first-child) {
  margin-top: 2.51875rem;
}
hr:not(:last-child) {
  margin-bottom: 2.51875rem;
}
hr.mad-divider--medium {
  border-top-width: 2px;
}
hr.mad-divider--large {
  border-top-width: 3px;
}
hr.mad-divider--shorter {
  width: 30px;
}
hr.mad-divider--scheme-dark {
  border-color: #b1b1b1;
}
hr.mad-divider--scheme-darkest {
  border-color: #313131;
}
blockquote:not(.mad-blockquote--unstyled) {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.4px;
  color: #eb0029;
}
blockquote:not(.mad-blockquote--unstyled) cite,
.mad-author cite {
  font-size: 1.25rem;
  font-style: normal;
  line-height: 1.5rem;
  color: #232223;
  display: block;
}
blockquote:not(.mad-blockquote--unstyled).mad-blockquote--style-2 {
  color: #fff;
}
blockquote:not(.mad-blockquote--unstyled).mad-blockquote--style-2 cite,
.mad-testimonials.style-2 .mad-author cite {
  color: #fff;
}
.mad-testimonial-bg {
  padding: 4.5rem;
  border-radius: 1.5rem;
  background: rgba(254, 198, 13, 1);
}
.mad-testimonial-bg.size-2 {
  padding: 2rem;
}
.mad-testimonial-bg .mad-testimonial {
  text-align: left;
  z-index: 1;
}
.mad-testimonials.type-2 .mad-testimonial-bg .mad-testimonial:before {
  background-color: #f1ea7b;
}
.mad-testimonial-bg.style-2 {
  background: #eb0029;
}
.mad-testimonial-bg.style-2 blockquote:not(.mad-blockquote--unstyled) {
  color: rgba(254, 198, 13, 1);
}
.mad-testimonial-bg.style-2 blockquote:not(.mad-blockquote--unstyled) cite,
.mad-testimonial-bg.style-2 .mad-testimonial .mad-author cite {
  color: #fff;
}
.mad-testimonials.type-2 .mad-testimonial-bg.style-2 .mad-testimonial:before {
  background-color: #ee495e;
}
.btn {
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  padding: 0.5rem 1rem;
  display: inline-block !important;
  font-weight: normal;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1rem;
  position: relative;
  white-space: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  z-index: 1;
  border-radius: 2rem;
  position: relative;
  font-family: Montserrat, sans-serif;
}
.btn_info {
  color: #fff !important;
  background: #22235b;
  border: 2px solid #fff;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: -4px 4px 0px 0px #fff;
}
.btn_primary {
  color: #fff !important;
  background: rgba(229, 24, 35, 1);
  border: 2px solid #fff;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: -4px 4px 0px 0px #fff;
}
.btn_secondary {
  color: rgb(34, 35, 91) !important;
  background: rgb(255, 255, 255);
  border-radius: 100px;
  box-shadow: -4px 4px 0px 0px rgba(229, 24, 35, 1);
}
.box-shadow-secondary {
  border: 2px solid #22235b;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: -4px 4px 0px 0px #22235b;
}
.box-shadow-primary {
  border: 2px solid rgba(229, 24, 35, 1);
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: -4px 4px 0px 0px rgba(229, 24, 35, 1);
}
.btn_muted {
  background-color: rgb(238, 236, 231);
  color: rgb(34, 35, 91);
  border-color: rgb(34, 35, 91);
  border-width: 2px;
  border-radius: 100px;
  border-style: solid;
  width: auto;
  height: 42px;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  margin: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  box-shadow: rgb(34, 35, 91) -4px 4px 0px;
}
.btn-xxs {
  width: auto;
  height: 42px;
}
.btn-mini {
  font-size: 0.8125rem;
  padding: 0.8125rem 1.5rem;
}
.btn-small {
  font-size: 0.9375rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.btn-big {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 1.25rem 2.5rem 1.25rem;
}
.btn-huge {
  font-size: 2rem;
  line-height: 2.25rem;
  padding: 1.4rem 3.5rem;
  border-radius: 3rem;
}
[class*=btn] > i {
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: -4px;
  line-height: 0.5rem;
}
.btn-mini > i {
  font-size: 1rem;
}
.btn-small > i {
  font-size: 1.25rem;
}
.btn-big > i {
  font-size: 1.5rem;
  vertical-align: -5px;
}
.btn-huge > i {
  font-size: 2.2rem;
  vertical-align: -7px;
}
[class*=btn] > i:not(:only-child):first-child {
  margin-right: 0.5rem;
}
[class*=btn] > i:not(:only-child):last-child {
  margin-left: 0.5rem;
}
[class*=btn].btn-style-2 {
  background: #e6e6e6;
  color: #000000 !important;
}
[class*=btn].btn-style-2:hover {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
  -moz-box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
  box-shadow: 2px 6px 0px 0px rgba(230, 230, 230, 0.4);
}
[class*=btn].btn-style-3 {
  background: #eb0029;
  color: #fff;
}
[class*=btn].btn-style-3:hover {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
  -moz-box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
  box-shadow: 2px 6px 0px 0px rgba(235, 0, 41, 0.3);
}
[class*=btn].btn-style-4 {
  background: #b8001f;
  color: #fff;
}
[class*=btn].btn-style-4:hover {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
  -moz-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
  box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.4);
}
[class*=btn].btn-style-5 {
  background: #2e2d2e;
  color: #fff;
}
[class*=btn].btn-style-5:hover {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(46, 45, 46, 0.4);
  -moz-box-shadow: 2px 6px 0px 0px rgba(46, 45, 46, 0.4);
  box-shadow: 2px 6px 0px 0px rgba(46, 45, 46, 0.4);
}
.page-nav {
  padding-top: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}
.page-nav .menu-button {
  font-size: 30px;
}
.btn-wrap {
  margin: -0.625rem;
}
.btn-wrap > * {
  margin: 0.625rem;
}
.prev-btn,
.next-btn,
.exp {
  font-weight: 600;
  margin-left: 30px;
  position: relative;
}
.prev-btn,
.next-btn {
  border-bottom: 1px solid transparent;
}
.prev-btn:hover,
.next-btn:hover {
  border-bottom-color: inherit;
}
.prev-btn:before,
.next-btn:before,
.exp:before {
  font-family: "Linearicons";
  content: "\e964";
  font-size: 20px;
  color: #262626;
  position: absolute;
  font-weight: normal;
  left: 0;
  top: 0;
  margin-top: -3px;
  margin-left: -30px;
}
.next-btn {
  margin-left: 0;
  margin-right: 30px;
}
.next-btn:before {
  margin-left: 0;
  margin-right: -30px;
}
.next-btn:before {
  content: "\e965";
  right: 0;
  left: auto;
}
.mad-back-to-top {
  width: 56px;
  height: 56px;
  padding: 0;
  text-align: center;
  position: fixed;
  border-radius: 50%;
  z-index: 103;
  right: 3.3%;
  top: 60%;
  color: #232831;
  background: #e0e1e3;
}
.mad-back-to-top:hover {
  background: rgba(254, 198, 13, 1);
}
.mad-back-to-top .icon .svg {
  width: 1.375rem;
  height: 1.1875rem;
  transform: rotate(-90deg);
}
.mad-back-to-top .icon .svg path {
  stroke: transparent;
}
.mad-read-more {
  font-family: "Lato", sans-serif;
  display: inline-block;
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #eb0029;
}
.mad-read-more:not(.no-arrow):after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 7px;
  -webkit-mask: url("./media/arrow_right-FVOKSWYQ.svg") no-repeat;
  mask: url("./media/arrow_right-FVOKSWYQ.svg") no-repeat;
  background-color: #eb0029;
  width: 13px;
  height: 11px;
}
.mad-read-more:hover {
  text-decoration: underline;
}
.btn-set {
  margin: -0.5rem -0.25rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.btn-set > * {
  margin: 0.5rem 0.25rem 0;
}
.btn-set.vr-type {
  flex-direction: column;
}
.btn-set.small-btns {
  margin: -0.25rem -0.125rem 0;
}
.btn-set.small-btns > * {
  margin: 0.25rem 0.125rem 0;
}
.btn-set.big-btns {
  margin: -1rem -0.5rem 0;
}
.btn-set.big-btns > * {
  margin: 1rem 0.5rem 0;
}
.btns-set {
  margin: -2rem -1rem 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.btns-set > ul {
  width: 33.3333%;
  padding: 2rem 1rem 0;
  line-height: normal;
}
.btns-set ul > li:not([class*=content-element-]):not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-share-btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -0.25rem -0.125rem 0;
}
.mad-share-btns > a {
  padding: 0.3125rem 2rem;
  font-size: 0.9375rem;
  letter-spacing: 0.1px;
  color: #fff !important;
  border-radius: 8px;
  font-weight: 500;
  margin: 0.25rem 0.125rem 0;
  background-image: none !important;
}
.mad-share-btns > a i {
  font-size: 0.75rem;
  margin-right: 0.625rem !important;
  margin-left: 0 !important;
  margin-top: 0.25rem;
  line-height: 25px;
}
.mad-share-btns > a i.icon {
  font-size: 0.875rem;
}
.mad-share-btns > span {
  margin-right: 1rem;
}
.mad-share-facebook {
  background: #3a5599;
}
.mad-share-twitter {
  background: #1f9de9;
}
.mad-share-pinterest {
  background: #e00b2b;
}
.mad-share-in {
  background: #2a8dc0;
}
.mad-share-email {
  background: #4caa19;
}
.toggle-item {
  position: relative;
}
.toggle-section {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 1.875rem;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 1.5rem;
  width: 45.75rem;
  background: #fff;
  margin-top: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
  z-index: 9;
}
.toggle-section.active {
  opacity: 1;
  visibility: visible;
}
.toggle-section:after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 2rem;
  width: 4rem;
  height: 1.125rem;
  background: url("./media/box_arrow3-XF4EKLHJ.png") no-repeat;
}
.toggle-section .mad-page-title {
  font-weight: 500;
}
.toggle-section .mad-page-title:not(:last-child) {
  margin-bottom: 1.25rem;
}
.toggle-section.left-side {
  right: auto;
  left: 0;
}
.toggle-section.left-side:after {
  right: auto;
  left: 2rem;
}
.toggle-section-close {
  position: absolute;
  top: 1.75rem;
  right: 1.75rem;
  font-size: 2rem;
  color: #232223;
  z-index: 3;
}
.mad-filter-list ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-filter-list ul li {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  color: #eb0029;
  font-size: 1.125rem;
  cursor: pointer;
}
.mad-filter-list ul li.toggle {
  color: #232223;
}
.mad-filter-list ul li span:first-child {
  display: flex;
}
.mad-filter-list ul li .mad-filter-icon {
  margin-right: 1rem;
}
.mad-filter-list ul li .mad-filter-icon .svg {
  height: 2rem;
}
.mad-filter-list ul li .mad-filter-icon .svg path {
  stroke: #232223;
  fill: transparent;
}
.mad-filter-list ul li .mad-filter-icon.type-2 .svg path {
  stroke: transparent;
  fill: #232223;
}
.mad-order-section {
  max-height: 24.75rem;
  overflow: auto;
  padding-right: 1rem;
}
.mad-order-section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-order-section ul li {
  padding: 0.5rem 1.5rem;
  display: flex;
  align-items: center;
  transition: all .5s ease;
  border-top: 1px solid #dcdcdc;
}
.mad-order-section ul li:hover {
  background: #f8f8f8;
}
.mad-order-section ul li .mad-col {
  width: 40%;
}
.mad-order-section ul li .mad-col:last-child {
  width: 20%;
}
.mad-order-item {
  display: flex;
  align-items: center;
}
.mad-order-item > .mad-order-img {
  width: 4rem;
  border-radius: 1rem;
  overflow: hidden;
  margin-right: 1rem;
}
.mad-action-area {
  cursor: pointer;
}
.mad-select-item {
  position: relative;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  background: #fff;
}
.mad-select-item:after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  margin-top: -0.5rem;
  margin-left: -0.5rem;
  top: 50%;
  left: 50%;
  background: #232223;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
}
.mad-action-area.selected .mad-select-item:after {
  opacity: 1;
  visibility: visible;
}
.mad-order-title {
  font-weight: bold;
  color: #232223;
}
.mad-order-title:not(:last-child) {
  margin-bottom: 0.625rem;
}
.mad-order-section .mad-order-title {
  margin-left: -1.5rem;
  line-height: 40px;
}
.mad-order-section::-webkit-scrollbar {
  width: 1rem;
  background: #e6e6e6;
  border-radius: 0.625rem;
}
.mad-order-section::-webkit-scrollbar-track {
  border-radius: 0.625rem;
}
.mad-order-section::-webkit-scrollbar-thumb {
  background: #575457;
  border-radius: 0.625rem;
}
.mad-order-section::-webkit-scrollbar-button:decrement {
  background-image: url("./media/scr_up-Z2SB4ZEY.png");
  background-repeat: no-repeat;
  background-position: center top 6px;
  width: 10px;
  height: 16px;
}
.mad-order-section::-webkit-scrollbar-button:increment {
  background-image: url("./media/scr_down-HIQA327F.png");
  background-repeat: no-repeat;
  background-position: center bottom 6px;
  width: 10px;
  height: 16px;
}
.mad-panels-title > button {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  text-align: initial;
  position: relative;
  color: #eb0029;
  padding-left: 2rem;
  letter-spacing: -0.25px;
  border-bottom: 2px solid transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mad-panels-title > button::after,
.mad-panels-title > button::before {
  font-family: "Material Icons";
  font-size: 1.25rem;
  line-height: 1.7rem;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-timing-function: inherit;
  transition-timing-function: inherit;
}
.mad-panels-title > button::before {
  content: "add_circle_outline";
}
.mad-panels-title > button::after {
  content: "remove_circle_outline";
  opacity: 0;
}
.mad-panels-title:not(:first-child) {
  margin-top: 1.5rem;
}
.mad-panels-active.mad-panels-title > button::before {
  opacity: 0;
}
.mad-panels-active.mad-panels-title > button::after {
  opacity: 1;
}
.mad-panels-definition {
  padding-top: 1.25rem;
}
.mad-panels-definition:not(:last-child) {
  margin-bottom: 0;
}
.mad-panels-definition p:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-panels--style-2 .mad-panels-title > button {
  width: 100%;
}
.mad-panels--style-2 .mad-panels-title.mad-panels-active > button {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #232223;
}
.mad-panels--style-2 .mad-panels-definition {
  padding: 0 2rem 1.75rem;
  background: #fbf9d1;
  border: 2px solid rgba(254, 198, 13, 1);
  border-top: none;
  border-radius: 0 0 1.5rem 1.5rem;
  overflow: hidden;
}
.mad-panels--style-2 .mad-panels-title > button::after,
.mad-panels--style-2 .mad-panels-title > button::before {
  left: 1.75rem;
  top: 1.625rem;
}
.mad-panels--style-2 .mad-panels-title > button {
  padding: 1.625rem 2rem 1.125rem;
  padding-left: 3.875rem;
  background: #fbf9d1;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 1.5rem;
}
.mad-panels--style-2 .mad-panels-title:not(:first-child) {
  margin-top: 0.5rem;
}
.mad-panels:not(.mad-panels--style-2) .mad-panels-title.mad-panels-active > button {
  color: #232223;
}
.mad-csstransforms3d .mad-panels-title > button::after,
.mad-csstransforms3d .mad-panels-title > button::before {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.mad-csstransforms3d .mad-panels-title > button::after,
.mad-csstransforms3d .mad-panels-title.mad-panels-active > button::before {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.mad-csstransforms3d .mad-panels-title > button::before,
.mad-csstransforms3d .mad-panels-title.mad-panels-active > button::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mad-tabs:not(:last-child) {
  margin-bottom: 3.5rem;
}
.mad-tabs:not(.mad-tabs--unstyled) {
  overflow: hidden;
}
.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.3px;
  display: flex;
  white-space: nowrap;
  z-index: 2;
  position: relative;
}
.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav > span:not(:last-child) {
  margin-right: 2.5rem;
}
.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav a {
  color: #eb0029;
  display: block;
  white-space: nowrap;
  -webkit-transition:
    background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1),
    color .5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition:
    background-color .5s cubic-bezier(0.165, 0.84, 0.44, 1),
    color .5s cubic-bezier(0.165, 0.84, 0.44, 1),
    border-color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--style-2) .mad-tabs-nav > span.mad-active a {
  color: #262123;
}
.mad-tabs-container .mad-tab {
  font-size: 1.125rem;
  padding-top: 2rem;
  line-height: 2rem;
}
.mad-tabs-container .mad-tab p:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-tabs.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
  margin-right: 8px;
}
.mad-tabs.mad-tabs--style-2 .mad-tabs-nav {
  margin-bottom: -2px;
}
.mad-tabs.mad-tabs--style-2 .mad-tabs-nav a {
  padding: 26px 1.75rem;
  color: #eb0029;
  background: #fbf9d1;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 1.5rem 1.5rem 0 0;
}
.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-nav > span.mad-active a {
  color: #232223;
}
.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections) .mad-tabs-nav > span.mad-active a {
  border-bottom-color: transparent;
}
.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-container .mad-tab {
  background: #fbf9d1;
  padding: 2rem;
  padding-top: 1.5rem;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 0 1.5rem 1.5rem 1.5rem;
}
.mad-tabs.mad-tabs--tour-sections {
  display: flex;
}
.mad-tabs.mad-tabs--tour-sections > * {
  width: 100%;
}
.mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
  max-width: 50%;
  display: block;
  margin: 0;
  margin-right: -2px;
}
.mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span {
  margin-right: 0 !important;
  display: block;
}
.mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span a {
  display: inline-block;
}
.mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span a {
  border-radius: 1.5rem 0 0 1.5rem;
  display: block;
}
.mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span.mad-active a {
  border-right-color: transparent;
}
.mad-tabs.mad-tabs--tour-sections .mad-tabs-nav > span:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-tabs.mad-tabs--tour-sections:not(.mad-tabs--style-2) .mad-tabs-container .mad-tab {
  padding-top: 0;
}
.mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-tabs .mad-menu-box {
  overflow: visible;
}
.mad-tabs .mad-menu-box > span {
  width: 16.6666%;
  max-width: 15rem;
}
.mad-tabs .mad-menu-box .mad-menu-item {
  position: relative;
  background: transparent;
  padding: 2rem 2rem 3rem;
  border-radius: 1.5rem;
  margin-bottom: 1rem;
}
.mad-tabs .mad-menu-box .mad-active .mad-menu-item {
  background: rgba(254, 198, 13, 1);
}
.mad-tabs .mad-menu-box .mad-active .mad-menu-icon .svg path {
  fill: #eb1e27;
}
.mad-tabs .mad-menu-box .mad-active .mad-menu-icon .svg .cls-2 {
  stroke: #fff;
  fill: transparent !important;
}
.mad-tabs .mad-menu-box .mad-menu-item:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1.875rem;
  background: url("./media/box_arrow2-HH3O74BC.png") no-repeat;
  width: 3.75rem;
  height: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.mad-tabs .mad-menu-box .mad-active .mad-menu-item:after {
  opacity: 1;
  visibility: visible;
}
.mad-tabs:not(.mad-tabs--unstyled) .mad-tabs-nav.mad-menu-box > span:not(:last-child) {
  margin: 0;
}
.mad-menu-box.with-slide-top {
  margin-top: -7.5rem;
  position: relative;
  z-index: 9;
}
.mad-page-nav {
  margin-top: 2.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mad-page-nav > [class*=mad-nav-] {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 50%;
}
.mad-page-nav > [class*=mad-nav-]:before {
  content: "";
  display: block;
  width: 3.5rem;
  min-width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  line-height: 3.5rem;
  background: #e6e6e6;
  transition: all .5s ease;
  border-radius: 50%;
  cursor: pointer;
}
.mad-page-nav > .mad-nav-left:after,
.mad-page-nav > .mad-nav-right:after {
  position: absolute;
  left: 1rem;
  top: 50%;
  margin-top: -9.5px;
  content: "";
  height: 19px;
  width: 22px;
  -webkit-mask: url("./media/arrow_left-XUANTBUT.svg") no-repeat;
  mask: url("./media/arrow_left-XUANTBUT.svg") no-repeat;
  background-color: #232223;
  background-size: cover;
}
.mad-page-nav > .mad-nav-right:after {
  left: auto;
  right: 1rem;
  -webkit-mask: url("./media/arrow_right-FVOKSWYQ.svg") no-repeat;
  mask: url("./media/arrow_right-FVOKSWYQ.svg") no-repeat;
}
.mad-page-nav > [class*=mad-nav-]:hover:before {
  background: rgba(254, 198, 13, 1);
}
.nav-actions a b {
  font-weight: normal;
}
.mad-page-nav > .mad-nav-right {
  flex-direction: row-reverse;
  text-align: right;
}
.mad-page-nav > [class*=mad-nav-] > * {
  padding: 0 1rem;
}
.mad-page-nav.mad-entities.mad-entity-hr .mad-nav-right .mad-entity .mad-entity-tags {
  justify-content: flex-end;
}
.mad-page-nav.mad-entities.mad-entity-hr .mad-nav-right .mad-entity .mad-entity-media {
  margin-right: 0;
  margin-left: 1rem;
}
.mad-pagination {
  display: flex;
  margin-top: 3rem;
}
.mad-pagination > li > a {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 3.5rem;
  background: #e6e6e6;
  color: #232223;
  border-radius: 50%;
}
.mad-pagination > li > a:hover {
  background: rgba(254, 198, 13, 1);
}
.mad-pagination > li > a.current {
  background: #232223;
  color: #fff;
}
.mad-pagination > li > a .svg {
  width: 1.375rem;
  height: 3.5rem;
}
.mad-pagination > li > a .svg path {
  fill: #232223;
  stroke: transparent;
}
.mad-pagination > li:not(:last-child) {
  margin-right: 0.25rem;
}
.mad-progress-bars-item {
  position: relative;
}
.mad-progress-bars-item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-progress-bar {
  height: 3.5rem;
  position: relative;
  background-color: #fbf9d1;
  border-radius: 1.5rem;
  overflow: hidden;
}
.mad-progress-bar-title {
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  display: block;
  padding: 0 2rem;
  line-height: 3.5rem;
  color: #232223;
  z-index: 2;
}
.mad-progress-bar-title::after {
  content: attr(data-value) attr(data-units);
  position: absolute;
  top: 0;
  right: 2rem;
}
.mad-progress-bar-indicator {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: auto;
  background: rgba(254, 198, 13, 1);
}
.mad-progress-bars--secondary .mad-progress-bar {
  background-color: #2e2d2e;
}
.mad-progress-bars--secondary .mad-progress-bar-indicator {
  background: #eb0029;
}
.mad-progress-bars--secondary .mad-progress-bar-title {
  color: #fff;
}
.mad-counters {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
.mad-counters[class*=item-col-]:not(.no-gutters) {
  margin-top: -3rem;
}
.mad-counters[class*=item-col-]:not(.no-gutters) > * {
  padding-top: 3rem;
}
.mad-counter {
  color: #575457;
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: bold;
}
.mad-counter-count {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.5rem;
  line-height: 4rem;
  white-space: nowrap;
  font-weight: bold;
  color: #eb0029;
}
.mad-counter-icon {
  line-height: 1;
}
.mad-counter-icon .svg {
  height: 7rem;
}
.mad-counter .mad-counter-icon:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-counter-icon .svg .cls-1 {
  fill: #eb0029;
  opacity: 1;
}
.mad-counter-icon .svg .cls-2 {
  stroke: #fff;
}
.mad-counters.hr-type .mad-counter .mad-counter-inner {
  display: flex;
  align-items: center;
}
.mad-counters.hr-type .mad-counter .mad-counter-icon {
  margin-bottom: 0;
  min-width: 8.5rem;
}
.mad-counters.style-2 .mad-counter {
  color: #e6e6e6;
}
.mad-counters.style-2 .mad-counter-count {
  color: rgba(254, 198, 13, 1);
}
.mad-counters.style-2 .mad-counter-icon .svg .cls-1 {
  fill: rgba(254, 198, 13, 1);
  stroke: transparent;
}
.mad-counters.style-2 .mad-counter-icon .svg .cls-2 {
  stroke: #232223;
}
.mad-counters.no-icons .mad-counter-icon {
  display: none;
}
.mad-counters.no-icons .mad-counter-icon {
  display: none;
}
.owl-carousel.mad-products .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.mad-products:not(.owl-carousel):not(.mad-product-small):not(.mad-product-single):not(.hr-type) {
  display: flex;
  flex-wrap: wrap;
}
.mad-products:not(.mad-product-small) .mad-product {
  padding: 1.875rem 28px;
  height: 100%;
  border-radius: 1.5rem;
  position: relative;
  overflow: hidden;
  transition: all .5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 2px solid transparent;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mad-products:not(.mad-product-small) .mad-product:hover {
  border-color: rgba(254, 198, 13, 1);
}
.mad-products .mad-product-image {
  position: relative;
  background: none !important;
}
.mad-products:not(.mad-product-small) .mad-product-image:not(:last-child) {
  margin-bottom: 1.75rem;
}
.mad-product .mad-rating-top-level > *,
.mad-product .mad-rating-bottom-level > * {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.mad-products:not(.mad-product-small) .mad-product-image img {
  width: 100%;
}
.mad-product-description {
  flex: 1;
}
.mad-products:not(.mad-product-small) .mad-product-description:not(:last-child) {
  margin-bottom: 1.25rem;
}
.mad-product-description .mad-product-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}
.mad-product-description .mad-product-title .mad-link {
  color: #232223;
}
.mad-product-info {
  font-size: 1rem;
  color: #a8a7a8;
  display: block;
  line-height: 1rem;
}
.mad-product-info:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-products:not(.mad-product-small):not(.mad-product-single) .mad-product-description .mad-product-title:not(:last-child) {
  margin-bottom: 0.25rem;
}
.mad-product-price {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
  color: #f21f1f;
  display: block;
}
.mad-product-price:not(:last-child) {
  margin-bottom: 1.5rem;
}
table tr.bg .mad-product-price {
  color: #eb0029;
  font-size: 1.25rem;
}
.shopping-cart .mad-products .mad-product-price:not(.onsale):before,
.shopping-cart .mad-products .mad-product-price span:before {
  display: none;
}
.mad-product-price > span:first-child {
  color: #7f8c93;
  padding-right: 8px;
  text-decoration: line-through;
  display: inline-block;
}
.mad-label {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  right: 0.5rem;
  line-height: 2.2rem;
  display: block;
  background: #2f8c1f;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  text-align: center;
}
.mad-label .svg {
  height: 18px;
}
.mad-label .svg path {
  stroke: #fff;
  stroke-width: 1rem;
  fill: transparent;
}
.mad-label.red {
  background: #eb0029;
}
.mad-label.yellow {
  background: #f2921d;
}
.mad-label.yellow .svg path {
  fill: #fff;
  stroke: transparent;
}
.mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2:not(.mad-tabs--tour-sections).with-products .mad-tabs-container .mad-tab {
  padding: 0;
}
.mad-tabs.mad-tabs--style-2.with-products .mad-tabs-nav:not(:last-child) {
  margin-bottom: 2.5rem;
}
.mad-product .mad-coupons .mad-coupon {
  border-radius: 0;
}
.mad-products.mad-product-small:not(.owl-carousel):not(.mad-page-nav) {
  display: block;
}
.mad-products.mad-product-small .mad-product {
  display: flex;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.mad-products.mad-product-small .mad-col:not(:last-child),
.mad-products.mad-product-small:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-products.mad-product-small .mad-product .mad-product-description {
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9375rem;
  line-height: 1rem;
  color: #575457;
}
.mad-products.mad-product-small .mad-product .mad-product-image {
  display: inline-block;
  min-width: 5.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.shopping-cart .mad-products.mad-product-small .mad-product .mad-product-image,
.shop-cart-form .mad-products.mad-product-small .mad-product .mad-product-image {
  min-width: 4.5rem;
  border-radius: 1rem;
}
.shop-cart-form .mad-products.mad-product-small .mad-product .mad-product-description {
  line-height: 1.5rem;
}
.shop-cart-form .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child) {
  margin-bottom: 0;
}
.shopping-cart .mad-products.mad-product-small .mad-product .mad-product-image {
  min-width: 4.5rem;
}
.mad-products.mad-product-small .mad-product .mad-product-price {
  font-size: 1.125rem;
  line-height: 1rem;
  font-weight: bold;
}
.mad-products.mad-product-small .mad-product-price:not(.onsale):before,
.mad-products .mad-product-price span:before {
  font-size: 12px;
  line-height: 10px;
}
.mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child),
.mad-products.mad-product-small .mad-product .mad-product-description p:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title:not(:last-child) {
  margin-bottom: 0.5rem;
}
table .mad-product-title a:hover {
  text-decoration: underline;
}
.product-sort-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  align-items: center;
  font-size: 1rem;
  color: #959595;
  margin: -1rem -1rem 0;
}
.product-sort-section > .mad-col {
  padding: 1rem 1rem 0;
}
.product-sort-section:not(:last-child) {
  margin-bottom: 2rem;
}
.product-sort-section .mad-custom-select {
  width: 18rem;
}
.mad-tabs .product-sort-section {
  padding-top: 2rem;
}
.mad-tabs .product-sort-section:not(:last-child) {
  margin-bottom: 0;
}
.btn-box-shadow {
  box-shadow: none;
}
.product-sort-section .mad-filter {
  margin-bottom: 0;
}
.mad-dropdown-element.shopping-cart {
  position: absolute;
  top: 100%;
  right: 95px;
  left: auto;
  margin-top: 1rem;
  margin-right: -12.25rem;
  min-width: 20rem;
}
.shopping-cart {
  background: rgba(254, 198, 13, 1);
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: left;
  overflow: hidden;
}
.shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-title {
  font-weight: normal;
  line-height: 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
}
.shopping-cart .mad-products.mad-product-small .mad-product .mad-product-description .mad-product-price {
  color: #575457;
  font-weight: normal;
  font-family: "Lato", sans-serif;
}
.shopping-cart .mad-close-item {
  position: absolute;
  right: 0;
  top: 0.25rem;
  font-size: 1.25rem;
  color: #232223;
}
.shopping-cart .sc-footer {
  position: relative;
  padding-top: 1.5rem;
}
.shopping-cart .sc-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #c3bb19;
  height: 1px;
}
.shopping-cart .subtotal {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25rem;
  color: #040a1c;
  font-weight: bold;
  letter-spacing: -0.3px;
}
.shopping-cart .subtotal span {
  color: #eb0029;
}
.shopping-cart .btn i {
  font-size: 1.5rem;
  vertical-align: -6px;
}
.shopping-cart .btn:after {
  background: #f2e4df;
}
.shopping-cart .subtotal:not(:last-child) {
  margin-bottom: 1.5rem;
}
.shop-cart-form table {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.shop-cart-form table tr th {
  width: 25%;
}
.shop-cart-form table tr th:last-child {
  width: 20%;
}
.shop-cart-form table tr td {
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: middle;
}
.shop-cart-form table tr th:first-child {
  width: 35%;
}
.mad-table-wrap.shop-cart-form table tr:last-child td {
  border-bottom: 1px solid #dcdcdc;
}
.shop-cart-form .mad-product {
  align-items: flex-start;
}
.shop-cart-form .mad-product .mad-close-item {
  margin-right: 1.25rem;
  font-size: 1.125rem;
}
.shop-cart-form .mad-products.mad-product-small .mad-product-description .mad-product-title {
  font-size: 1.125rem;
}
table .mad-product-price {
  font-weight: bold;
  font-size: 1.125rem;
  color: #232223;
}
.shop-cart-form .mad-close-item {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  color: #eb0029;
}
.shop-cart-form .mad-close-item:hover {
  text-decoration: underline;
}
.shop-cart-form .mad-close-item:before {
  content: "cancel";
  font-size: 20px;
  font-family: "Material Icons Outlined";
  text-transform: none;
  display: inline-block;
  vertical-align: -4px;
  margin-right: 6px;
}
.shop-cart-form table tfoot tr td {
  padding: 1.3125rem 1.75rem;
}
.mad-shop-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-cart-form .mad-shop-footer > * {
  margin: 0;
}
.mad-checkout-form tr th:first-child {
  width: 25%;
  min-width: 18.75rem;
}
.mad-checkout-form .mad-product-title {
  font-size: 1.125rem;
  line-height: 1.875rem;
  letter-spacing: -0.5px;
  font-weight: 500;
}
.mad-checkout-form .checkout-title {
  font-size: 1.125rem;
}
.mad-checkout-form .checkout-title strong {
  font-weight: 600;
}
.mad-checkout-form tfoot,
.mad-checkout-form tfoot .checkout-title {
  position: relative;
  color: #386f7c !important;
}
.mad-checkout-form tfoot tr td {
  background: none;
}
.shop-cart-form tr th.order-date {
  width: 35%;
}
.shop-cart-form table tr th:first-child.order-number {
  width: 22%;
}
.shop-cart-form table tr td[data-cell-title=Actions] .mad-link:before {
  content: "remove_red_eye";
  font-family: "Material Icons Outlined";
  display: inline-block;
  vertical-align: -4px;
  text-transform: none;
  font-size: 20px;
  margin-right: 6px;
}
.shop-cart-form table tr td[data-cell-title=Actions] .mad-link {
  font-family: "Lato", sans-serif;
  border: none;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
.shop-cart-form table tr td[data-cell-title=Actions] .mad-link:hover {
  text-decoration: underline;
}
@-moz-document url-prefix() {
  .mad-checkout-form tfoot:before {
    top: 0;
  }
}
.mad-checkout-form tfoot tr td:first-child {
  border-bottom: none;
}
.payment-option input[type=radio] + label {
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding-top: 0 !important;
}
.payment-option input[type=radio] + label[for]:not(:last-child) {
  margin-bottom: 1.5rem;
}
.payment-option input[type=radio] + label span {
  font-size: 0.875rem;
  line-height: 1rem;
  display: inline-block;
  color: #959595;
}
.payment-option input[type=radio] + label span b {
  color: #232223;
}
.payment-desc {
  padding-left: 2.8125rem;
}
.payment-option .input-wrapper:not(:last-child) {
  margin-bottom: 0;
}
.payment-option > li:last-child [class*=btn]:only-child {
  margin-top: 0.9375rem;
}
.mad-calc {
  display: flex;
}
.mad-calc .btn:not(.with-text) {
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-left: -4px;
}
.quantity {
  width: 7.8125rem;
  position: relative;
}
.quantity input {
  height: 2.5rem !important;
  line-height: 2.5rem !important;
  font-size: 1rem !important;
  padding: 0 2rem !important;
  text-align: center;
  border: 2px solid #e6e6e6 !important;
  box-shadow: none !important;
}
.quantity.size-2 {
  width: 13.0625rem;
}
.quantity.size-2 input {
  font-size: 1.125rem !important;
  height: 4rem !important;
  line-height: 4rem !important;
  font-size: 1.125rem;
}
.quantity.size-2 button {
  left: 1.875rem;
}
.quantity.size-2 .qty-plus {
  right: 1.875rem;
  left: auto;
}
.quantity.size-2 button {
  font-size: 1rem;
}
.mad-calc .quantity input {
  border-radius: 0.5rem 0 0 0.5rem;
}
.quantity button {
  position: absolute;
  top: 59%;
  left: 0.875rem;
  transform: translateY(-50%);
  color: #a0a0a0;
  font-size: 12px;
}
.quantity .qty-plus {
  left: auto;
  right: 0.875rem;
}
.mad-product.mad-product-single {
  padding: 1.875rem;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 1.5rem;
  position: relative;
}
.mad-product.mad-product-single .image-preview-container:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-product-single .mad-product-title {
  display: inline-block;
}
.mad-product-single .mad-product-title .mad-label {
  position: initial;
  display: inline-block;
  vertical-align: 0;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
}
.mad-product-single .mad-product-title .mad-label .svg {
  height: 1.875rem;
}
.mad-product-single .mad-product-title:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-product.mad-product-single .mad-product-price {
  display: block;
}
.mad-product.mad-product-single .mad-product-calc:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-product.mad-product-single .mad-product-calc .mad-product-price:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-product.mad-product-single .mad-product-calc .mad-product-price {
  display: block;
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
}
.mad-product.mad-product-single .mad-product-calc .mad-product-price:before {
  font-size: 1.5rem;
  line-height: 2rem;
}
.mad-product.mad-product-single .mad-product-calc .mad-product-price i {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: normal;
}
.mad-product.mad-product-single .mad-product-description:not(:last-child) {
  margin-bottom: 3rem;
}
.mad-product-single .mad-shop-footer {
  margin-top: 2rem !important;
}
.image-preview-container,
.zoomContainer {
  overflow: hidden;
  border-radius: 1rem;
}
.mad-product.mad-product-single .mad-product-calc .quantity input {
  height: 3rem;
  font-size: 1rem;
}
.mad-product.mad-product-single .mad-product-calc .quantity {
  width: 10rem;
}
.mad-product.mad-product-single .mad-product-calc .btn {
  margin-left: -4px;
}
.mad-product-single .mad-product-info {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #595758;
}
.mad-product-single .mad-product-info ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-product-single .mad-product-info ul li span {
  color: #d98f4e;
}
.mad-product-single .mad-product-info:not(:last-child) {
  margin-bottom: 2.75rem;
}
.mad-product-footer {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.625rem;
  border-bottom: 1px solid #f2e4df;
}
.mad-product-footer .mad-share-wrap > span {
  font-size: 18px;
}
.mad-product-footer .mad-social-icons.size-2 ul li a {
  font-size: 1.25rem;
}
.shop-cart-form .mad-product .mad-close-item {
  margin-right: 3.75rem;
  font-size: 1.125rem;
}
.shop-cart-form .mad-products.mad-product-small .mad-product-description .mad-product-title {
  font-size: 1.25rem;
}
.mad-product-thumbs .mad-grid-item a {
  opacity: 0.6;
  display: block;
  max-width: 10.5rem;
  overflow: hidden;
  border-radius: 1rem;
}
.mad-product-thumbs .mad-grid-item a.active {
  opacity: 1;
}
.image-preview-container.type-2 {
  position: relative;
}
.image-preview-container .mad-thumb-holer {
  position: relative;
  width: 100%;
  max-width: 48.5rem;
  margin-top: 0.5rem;
  z-index: 9;
}
.image-preview-container.type-2 .mad-thumb-holer {
  position: absolute;
  transform: rotate(90deg);
  top: 296px;
  right: -305px;
}
.image-preview-container .mad-thumb-holer .owl-carousel {
  padding-right: 5rem;
}
.mad-product .image-preview-container .mad-product-thumbs .owl-nav {
  display: flex;
  flex-direction: column-reverse;
  position: absolute;
  justify-content: center;
  right: 1rem;
  top: 0;
  height: 100%;
}
.mad-product .image-preview-container .mad-product-thumbs .owl-nav > button {
  position: initial;
  margin: 0.25rem 0;
}
[data-tooltip]:not(a) {
  color: #232223;
}
.monkeysan-tooltip-skin-mad {
  font-size: 0.875rem;
  line-height: 1.875rem;
  font-weight: normal;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  color: #232223;
  background-color: rgba(254, 198, 13, 1);
  border-radius: 0.625rem;
}
.monkeysan-tooltip-skin-mad.monkeysan-tooltip::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  position: absolute;
}
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-top::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom.monkeysan-tooltip-position-reversed::after {
  bottom: auto;
  right: auto;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  margin-top: -1px;
  border-width: 7px 8px 0 8px;
  border-color: rgba(254, 198, 13, 1) transparent transparent transparent;
}
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-bottom::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-top.monkeysan-tooltip-position-reversed::after {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -1px;
  border-width: 0 8px 7px 8px;
  border-color: transparent transparent rgba(254, 198, 13, 1) transparent;
}
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-right::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-left.monkeysan-tooltip-position-reversed::after {
  bottom: auto;
  right: 100%;
  top: 50%;
  left: auto;
  margin-top: -8px;
  margin-right: -1px;
  border-width: 8px 7px 8px 0;
  border-color: transparent rgba(254, 198, 13, 1) transparent transparent;
}
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-left::after,
.monkeysan-tooltip-skin-mad.monkeysan-tooltip-right.monkeysan-tooltip-position-reversed::after {
  bottom: auto;
  right: auto;
  top: 50%;
  left: 100%;
  margin-top: -8px;
  margin-left: -1px;
  border-width: 8px 0 8px 7px;
  border-color: transparent transparent transparent rgba(254, 198, 13, 1);
}
.mad-team {
  display: flex;
  flex-wrap: wrap;
}
.mad-team[class*=item-col-]:not(.no-gutters) {
  margin-top: -4rem;
}
.mad-team[class*=item-col-]:not(.no-gutters) > * {
  padding-top: 4rem;
}
.mad-team .mad-team-member-photo {
  border-radius: 1.5rem;
  overflow: hidden;
  display: block;
}
.mad-team .mad-team-member {
  position: relative;
  transition: all .5s ease;
}
.mad-team.big-type .mad-team-member {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-team.big-type .mad-col:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-team.big-type .mad-team-member .mad-team-member-name {
  letter-spacing: -2.5px;
}
.mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
  flex-direction: row-reverse;
}
.mad-team.big-type .mad-team-member > * {
  max-width: 43rem;
  width: 100%;
}
.mad-team.big-type .mad-team-member > .mad-team-member-info {
  max-width: 51.5%;
}
.mad-team:not(.big-type) .mad-team-member .mad-team-member-info {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-right: 2rem;
}
.mad-team.big-type .mad-team-member .mad-info-header:not(:last-child) {
  margin-bottom: 2.5rem;
}
.mad-team:not(.big-type) .mad-team-member .mad-info-header:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-team.big-type .mad-team-member .mad-team-member-info {
  padding: 2rem 4.5rem;
}
.mad-team:not(.big-type) .mad-team-member .mad-team-member-name {
  font-weight: bold;
}
.mad-team .mad-team-member .mad-team-member-name a {
  color: #232223;
}
.mad-team .mad-team-member .mad-team-member-name:not(:last-child) {
  margin-bottom: 0;
}
.mad-team .mad-team-member .mad-member-stat {
  color: #959595;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mad-team.big-type .mad-team-member .mad-member-stat {
  font-size: 1.25rem;
}
.mad-team .mad-team-member p:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-team:not(.big-type) .mad-team-member .mad-team-member-photo:not(:last-child) {
  margin-bottom: 1.625rem;
}
.mad-team .mad-team-member .mad-team-member-photo img {
  width: 100%;
}
.mad-team.big-type .mad-team-member .mad-social-icons {
  margin-top: 3rem;
}
.mad-team.type-2 .mad-team-member {
  padding: 1.875rem;
  border: 2px solid transparent;
  border-radius: 1.5rem;
  text-align: center;
}
.mad-team.type-2 .mad-team-member:hover {
  border-color: rgba(254, 198, 13, 1);
}
.mad-team.type-2 .mad-team-member .mad-team-member-info {
  padding: 0;
}
.mad-team.type-2 .mad-team-member .mad-social-icons ul {
  justify-content: center;
}
.mad-team.owl-carousel:not(.no-dots) .owl-nav {
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}
.mad-team.owl-carousel:not(.no-dots):hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: none;
  border-radius: 20px;
  overflow: hidden;
}
table:not(:last-child) {
  margin-bottom: 1.625rem;
}
table tr {
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  border-width: 0;
  border-style: solid;
}
table tr:hover,
table tr:focus {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}
table td,
table th {
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  border-bottom: 1px solid #dcdcdc;
}
table tr th:last-child {
  width: 30%;
}
table th {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
}
table:not(.mad-table--vertical) tbody tr:last-child td,
table.mad-table--vertical tfoot tr:last-child td,
table tr th {
  border-bottom: none;
}
table td {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
table th,
table tfoot {
  color: #262123;
}
table:not(.mad-table--vertical) tr.bg,
.mad-table.mad-table--vertical tr th {
  background: rgba(254, 198, 13, 1);
}
.mad-table-wrap.style-2 table:not(.mad-table--vertical) tr.bg,
.mad-table-wrap.style-2 .mad-table.mad-table--vertical tr th {
  background: #2e2d2e;
}
.mad-table-wrap.style-2 tr th {
  color: #fff;
}
.mad-table-wrap.style-2 tr td {
  border-color: #dcdcdc;
}
.mad-table.mad-table--vertical tr th {
  width: 30%;
}
table tfoot tr td {
  border-bottom: none;
  font-size: 1.125rem;
}
table tr:hover {
  background: #f8f8f8;
}
table tfoot tr.bg td,
.mad-table.mad-table--vertical tfoot tr th,
.mad-table.mad-table--vertical tfoot tr td {
  color: #eb0029;
  font-weight: bold;
  font-size: 1.25rem;
}
.mad-table.mad-table--vertical tfoot tr th {
  font-size: 1.25rem;
}
table tr.total,
table tr.total td {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
}
.mad-dollar {
  position: relative;
}
.mad-dollar:before {
  content: "$";
  font-size: 14px;
  line-height: 1rem;
  display: inline-block;
  vertical-align: top;
}
.mad-pricing-tables {
  display: flex;
  flex-wrap: wrap;
}
.mad-pricing-table {
  position: relative;
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-pt-img {
  border-radius: 1.7rem;
  overflow: hidden;
  position: relative;
}
.mad-pricing-tables:not(.type-2) .mad-pt-img:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-pricing-tables .mad-pt-content {
  display: flex;
}
.mad-pricing-tables .mad-pt-content .mad-pt-price {
  position: relative;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 600;
  color: #232223;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  min-width: 7.5rem;
  width: 7.5rem;
  height: 7.5rem;
  margin-left: -18px;
  text-align: center;
  padding-left: 0.875rem;
}
.mad-pricing-tables .mad-pt-content .mad-pt-price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url("./media/blot-H5XTHPU3.svg") no-repeat;
  mask: url("./media/blot-H5XTHPU3.svg") no-repeat;
  background-color: #eee63a;
  background-size: cover;
  z-index: -1;
  transform: rotate(90deg);
}
.mad-pt-price-num {
  position: relative;
  font-size: 2.25rem;
  color: #eb0029;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -1px;
}
.mad-pt-price-num:before {
  content: "$";
  font-size: 1.25rem;
  line-height: 1rem;
  display: inline-block;
  vertical-align: top;
}
.mad-pricing-tables:not(.type-2):not(.type-3) .mad-pt-text {
  padding-left: 1.5rem;
}
.mad-pt-title:not(:last-child) {
  margin-bottom: 0.25rem;
}
.mad-pricing-tables.type-2 .mad-pricing-table,
.mad-pricing-tables.type-3 .mad-pricing-table {
  padding: 1.875rem;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 1.5rem;
  text-align: center;
  overflow: hidden;
}
.mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-content,
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-content {
  flex-direction: column;
  align-items: center;
  margin-top: -3.5rem;
  z-index: 1;
  position: relative;
  padding: 0 2.5rem;
}
.mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-content .mad-pt-price {
  margin-bottom: 0.875rem;
}
.mad-pricing-tables.type-2 .mad-pricing-table.mad-pt-selected {
  background: rgba(254, 198, 13, 1);
}
.mad-pricing-tables.type-2 .mad-pricing-table.mad-pt-selected .mad-pt-price:after {
  background-color: #fff;
}
.mad-pricing-tables.type-2 .mad-pricing-table.mad-pt-selected .pt-label {
  background: #232223;
  color: #fff;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-content {
  margin-top: 0;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-icon {
  display: block;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-icon:not(:last-child) {
  margin-bottom: 1.125rem;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-icon .svg {
  height: 7.5rem;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-icon .svg .cls-1 {
  fill: #efe749;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-icon .svg .cls-2 {
  stroke: #232223;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-price {
  margin: 0 auto;
  background: none;
  width: auto;
  height: auto;
  -webkit-mask: none;
  mask: none;
  padding: 0;
  padding-top: 0.5rem;
}
.mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-price:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-pricing-tables.type-3 .mad-pricing-table.mad-pt-selected {
  background: #fbf9d1;
}
.mad-pricing-tables.type-3 .mad-pt-content .mad-pt-price:after {
  display: none;
}
.pt-label {
  position: absolute;
  top: 1.5rem;
  left: -3.5rem;
  padding: 0 4rem;
  letter-spacing: 0.3px;
  text-align: left;
  font-weight: bold;
  background: rgba(254, 198, 13, 1);
  color: #232223;
  font-size: 1rem;
  line-height: 2rem;
  white-space: nowrap;
  z-index: 2;
  transform: rotate(-30deg);
}
.mad-banners {
  overflow: hidden;
}
.mad-icon-boxes[class*=item-col-]:not(.no-gutters) {
  margin: -3rem -2rem 0;
}
.mad-icon-boxes[class*=item-col-]:not(.no-gutters) > * {
  padding: 3rem 2rem 0;
}
.mad-icon-boxes:not(.no-bottom-space):not(:last-child) {
  margin-bottom: 3rem;
}
.mad-icon-boxes {
  display: flex;
  flex-wrap: wrap;
}
.mad-icon-boxes .mad-icon-box {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #575457;
}
.mad-icon-box .mad-icon-box-icon {
  font-size: 3.75rem;
  display: block;
}
.mad-icon-box .mad-icon-box-title {
  letter-spacing: -1px;
}
.mad-icon-box .mad-icon-box-title:not(:last-child) {
  margin-bottom: 0.75rem;
}
.mad-icon-boxes:not(.hr-type) .mad-icon-box .mad-icon-box-icon:not(:last-child) {
  margin-bottom: 1.75rem;
}
.mad-icon-box .mad-icon-box-icon .svg {
  height: 6rem;
}
.mad-icon-box .mad-icon-box-icon .svg .cls-1 {
  fill: #ede42f;
  stroke: transparent;
}
.mad-icon-box .mad-icon-box-icon .svg .cls-2 {
  stroke: #232223;
  fill: transparent;
}
.mad-icon-boxes.style-2 .mad-icon-box {
  color: #b6b6b6;
}
.mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon .svg .cls-1 {
  fill: #ede42f;
}
.mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-icon .svg .cls-2 {
  stroke: #242324;
  fill: transparent;
}
.mad-icon-boxes.style-2 .mad-icon-box .mad-icon-box-title {
  color: #fff;
}
.mad-icon-boxes.style-2 .mad-icon-box {
  color: #b6b6b6;
}
.mad-icon-boxes.style-3 .mad-icon-box .mad-icon-box-icon .svg path {
  fill: #eb0029;
}
.mad-icon-boxes.style-3 .mad-icon-box .mad-icon-box-icon .svg .cls-2 {
  stroke: #fff;
  fill: transparent;
}
.mad-icon-boxes.style-4 .mad-icon-box .mad-icon-box-icon .svg path {
  fill: #252425;
}
.mad-icon-boxes.style-4 .mad-icon-box .mad-icon-box-icon .svg .cls-2 {
  stroke: rgba(254, 198, 13, 1);
  fill: transparent;
}
.mad-icon-boxes.style-4 .mad-icon-box .mad-icon-box-title {
  color: #fff;
}
.mad-icon-boxes.style-4 .mad-icon-box {
  color: #b6b6b6;
}
.mad-icon-boxes.hr-type .mad-icon-box {
  display: flex;
}
.mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
  min-width: 7.5rem;
  margin-top: -1rem;
}
.mad-icon-boxes.hr-type.small-size .mad-icon-box > .mad-icon-box-icon {
  min-width: 8.5rem;
}
.mad-icon-boxes.hr-type.with-backplate .mad-icon-box {
  padding: 2.5rem;
  background: #fbf9d1;
  border-radius: 2rem;
  font-size: 1.125rem;
  line-height: 2rem;
  border: 2px solid rgba(254, 198, 13, 1);
  position: relative;
}
.mad-icon-boxes.hr-type.with-backplate .mad-icon-box .mad-icon-box-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-icon-boxes.hr-type.with-backplate > .mad-col:not(:last-child) .mad-icon-box:after {
  content: "";
  position: absolute;
  background: url("./media/box_arrow-VCIHB2K5.png") no-repeat;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -1.875rem;
  width: 1.125rem;
  height: 3.75rem;
}
.mad-icon-boxes.hr-type.with-backplate[class*=item-col-]:not(.no-gutters) {
  margin: -3rem -1.5rem 0;
}
.mad-icon-boxes.hr-type.with-backplate[class*=item-col-]:not(.no-gutters) > * {
  padding: 3rem 1.5rem 0;
}
.mad-icon-boxes.with-arrows .mad-icon-box {
  position: relative;
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-icon-boxes.with-arrows .mad-col:not(:last-child) .mad-icon-box:after {
  content: "";
  position: absolute;
  left: 90%;
  top: 1.5rem;
  -webkit-mask: url("./media/next_step-BFUBOOJE.svg") no-repeat;
  mask: url("./media/next_step-BFUBOOJE.svg") no-repeat;
  background-color: #fff;
  width: 151px;
  height: 31px;
}
.mad-icon-boxes.with-arrows .mad-col:nth-child(2n) .mad-icon-box:after {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
.mad-colorizer--scheme-color-5 .mad-icon-boxes.with-arrows .mad-col:not(:last-child) .mad-icon-box:after {
  -webkit-mask: url("./media/next_step-BFUBOOJE.svg") no-repeat;
  mask: url("./media/next_step-BFUBOOJE.svg") no-repeat;
  background-color: #e6e6e6;
}
.mad-icon-boxes.with-arrows .mad-icon-box .mad-icon-box-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-menu-box {
  display: flex;
  flex-wrap: wrap;
  border-radius: 1.5rem;
  overflow: hidden;
}
.mad-menu-box:not(.mad-tabs-nav) {
  background: #f3f3f3;
}
.mad-menu-box.mad-tabs-nav {
  flex-wrap: nowrap;
}
.mad-menu-box .mad-col {
  width: 16.6666%;
}
.mad-menu-box .mad-menu-item {
  display: block;
  padding: 2rem 1rem 3rem;
  text-align: center;
  background: #f3f3f3;
}
.mad-menu-box:not(.mad-tabs-nav) .mad-menu-item:hover {
  background: rgba(254, 198, 13, 1);
}
.mad-menu-icon .svg {
  height: 6rem;
}
.mad-menu-icon .svg [class*=cls-] {
  transition: all .5s ease;
}
.mad-menu-icon .svg .cls-1 {
  fill: #e9e8e9;
  stroke: transparent;
}
.mad-menu-icon .svg .cls-2 {
  stroke: #eb1e27;
  fill: transparent !important;
}
.mad-menu-box:not(.mad-tabs-nav) .mad-menu-item:hover .mad-menu-icon .svg .cls-1 {
  fill: #eb1e27;
}
.mad-menu-box:not(.mad-tabs-nav) .mad-menu-item:hover .mad-menu-icon .svg .cls-2 {
  stroke: #fff;
  fill: transparent !important;
}
.mad-entities[class*=item-col-]:not(.mad-grid--isotope):not(.no-gutters) {
  margin-top: -3rem;
}
.mad-entities[class*=item-col-]:not(.mad-grid--isotope):not(.no-gutters) > * {
  padding-top: 3rem;
}
.mad-entities[class*=item-col-]:not(.mad-grid--isotope) {
  display: flex;
  flex-wrap: wrap;
}
.mad-entities:not(.with-big-date) .mad-entity {
  height: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
}
.mad-entities:not(.type-3) .mad-entity-media {
  border-radius: 2rem;
  overflow: hidden;
}
.mad-entities .mad-entity-media img {
  width: 100%;
}
.mad-entities:not(.mad-entity-hr) .mad-entity:not(:last-child),
.mad-entities:not([class*=item-col-]):not(.type-2):not(.mad-entity-hr) .mad-col:not(:last-child) {
  margin-bottom: 2.5rem;
}
.mad-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*=item-col-]:not(.mad-grid--isotope):not(.no-gutters) {
  margin-top: -4rem;
}
.mad-entities.style-2:not(.type-2):not(.type-3):not(.style-3)[class*=item-col-]:not(.mad-grid--isotope):not(.no-gutters) > * {
  padding-top: 4rem;
}
.mad-entities:not(.type-2):not(.type-3):not(.style-3):not(.mad-entity-hr) .mad-entity .mad-entity-media:not(:last-child) {
  margin-bottom: 1.75rem;
}
.mad-entities:not(.single-entity) .mad-entity p:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-entity .mad-entity-title:not(:last-child) {
  margin-bottom: 0.75rem;
}
.mad-entities .mad-entity .mad-entity-title a.mad-link {
  color: #232223;
}
.mad-entities.size-2 .mad-entity,
.mad-entities.type-2 .mad-entity {
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-entities.size-2 .mad-entity .mad-read-more {
  font-size: 1.125rem;
}
.mad-entities.type-2 .mad-entity {
  display: flex;
  align-items: center;
}
.mad-entities.type-2 .mad-entity > * {
  width: 100%;
}
.mad-entities.type-2 .mad-entity .mad-entity-media {
  width: 100%;
  min-width: 43rem;
  border-radius: 2.125rem;
}
.mad-entities.type-2 .mad-entity .mad-entity-content {
  padding: 4rem 4.5rem;
}
.mad-entities.type-2 .mad-entity .mad-entity-content p:not(:last-child) {
  margin-bottom: 3rem;
}
.mad-entities.type-2.with-bg .mad-entity {
  background: #2e2d2e;
  border-radius: 2.125rem;
}
.mad-entities.type-2 .mad-entity .mad-entity-title {
  letter-spacing: -2.5px;
}
.mad-entities.type-3:not(.with-big-date):not(.mad-entity-hr) .mad-entity {
  border-radius: 1.5rem;
  background: #fff;
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-entities.type-3 .mad-entity .mad-entity-media {
  border-radius: 0;
}
.mad-entities.type-3 .mad-entity .mad-entity-body {
  padding: 2rem;
}
.mad-entities.type-3 .mad-entity .mad-entity-tags:not(:last-child) {
  margin-bottom: 0.75rem;
}
.mad-entities.type-3 .mad-entity .mad-entity-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -4px -0.125rem 0;
}
.mad-entities.type-3 .mad-entity .mad-entity-tags > * {
  color: #232223;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 2rem;
  white-space: nowrap;
  letter-spacing: 0.5px;
  padding: 0 0.625rem;
  background: #f1f1f1;
  border-radius: 0.5rem;
  margin: 0.25rem 0.125rem 0;
}
.mad-entities.type-3 .mad-entity .mad-entity-tags .mad-in {
  background: rgba(254, 198, 13, 1);
}
.mad-entities.type-3 .mad-entity .mad-entity-tags > a {
  background: #fcd9df;
}
.mad-entities.type-3 .mad-entity .mad-entity-tags a:hover {
  background: #eb0029;
  color: #fff;
}
.mad-entities.type-3.with-big-date .mad-entity .mad-entity-body {
  padding: 0;
  position: relative;
  padding-left: 7.5rem;
}
.mad-entities.type-3.with-big-date .mad-entity .mad-entity-date {
  position: absolute;
  margin-top: 0.25rem;
  top: 0;
  left: 0;
  width: 88px;
  height: 6rem;
  text-align: center;
  font-weight: 900;
  background: #f1f1f1;
  font-size: 3rem;
  font-family: "Lato", sans-serif;
  font-style: italic;
  color: #232223;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 2.5rem;
  border-radius: 0.5rem;
}
.mad-entities.type-3.with-big-date .mad-entity .mad-entity-date span {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.mad-entities.type-3.with-img:not(.mad-entity-hr):not(.single-entity):not(.no-border) .mad-entity {
  padding-bottom: 2.375rem;
  border-bottom: 2px solid rgba(254, 198, 13, 1);
  border-radius: 0;
}
.mad-entities.type-3.with-img.no-border .mad-entity {
  overflow: visible;
}
.mad-entities.type-3.with-img .mad-entity .mad-entity-body {
  padding-bottom: 0;
}
.mad-entities.type-3.with-big-date.with-img .mad-entity .mad-entity-body {
  margin-top: 2rem;
  margin-left: 2rem;
}
.mad-entities-big.mad-entities.type-3.with-big-date.with-img .mad-entity .mad-entity-body {
  padding-right: 2rem;
}
.mad-entities.type-3.with-img .mad-entity .mad-entity-media {
  border-radius: 1.5rem;
  overflow: hidden;
}
.mad-entities.type-3.with-img.with-sidebar .mad-entity .mad-testimonials.type-2 .mad-testimonial {
  padding-left: 0;
}
.mad-entities.type-3.with-img.with-sidebar .mad-entity .mad-entity-link-element {
  padding-left: 4.5rem;
}
.mad-entity-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: -1rem;
}
.mad-entity-footer > * {
  margin-top: 1rem;
}
.mad-share-wrap {
  display: flex;
  align-items: center;
}
.mad-share-wrap > span {
  margin-right: 1.5rem;
  display: inline-block;
  vertical-align: top;
}
.mad-entities.single-entity .mad-entity {
  padding: 1.875rem;
  border: 2px solid rgba(254, 198, 13, 1);
  overflow: hidden;
  border-radius: 1.5rem;
}
.mad-entities.type-3.with-big-date.with-img.single-entity .mad-entity .mad-entity-body {
  margin-left: 0;
  margin-right: 0;
}
.mad-entities.type-3.with-big-date.with-img.single-entity .mad-entity .mad-entity-body:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-entities.single-entity .mad-entity .mad-testimonials {
  float: left;
  max-width: 55%;
  margin-right: 2rem;
}
.mad-entities.single-entity .mad-entity .mad-entity-footer,
.mad-product-single .mad-shop-footer {
  margin: -1.875rem;
  padding: 18px 2rem;
  margin-top: 0;
  background: #fbf9d1;
  border-top: 2px solid rgba(254, 198, 13, 1);
  border-bottom-left-radius: 1.4rem;
  border-bottom-right-radius: 1.4rem;
}
.mad-entities.single-entity .mad-entity .mad-entity-footer > *,
.mad-product-single .mad-shop-footer > * {
  margin-top: 0;
}
.mad-entities:not(.mad-entity-small):not(.with-big-date):not(.type-2):not(.with-img) .mad-entity .mad-entity-content {
  padding-right: 2rem;
}
.mad-entities.style-2 .mad-entity {
  color: #b6b6b6;
}
.mad-entities.style-2 .mad-entity .mad-entity-title a,
.mad-entities.style-2 .mad-entity .mad-entity-title {
  color: #fff;
}
.mad-entities.mad-entity-hr .mad-col:not(:last-child),
.mad-entities.mad-entity-hr .mad-entity:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-entities.mad-entity-hr .mad-entity {
  display: flex;
}
.mad-entities.mad-entity-hr .mad-entity .mad-entity-media {
  border-radius: 1rem;
  overflow: hidden;
  min-width: 5.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
.mad-entities.mad-entity-hr .mad-entity .mad-entity-body {
  padding: 0;
}
.mad-entities.mad-entity-hr .mad-entity .mad-entity-title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
}
.mad-entities.mad-entity-hr .mad-entity .mad-entity-title:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-entities.mad-entity-hr .mad-entity .mad-entity-tags > *,
.mad-entities.mad-entity-small .mad-entity .mad-entity-tags > * {
  line-height: 1.5rem;
  font-size: 0.8125rem;
}
.mad-entities.mad-entity-hr .mad-entity .mad-entity-tags:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-entity-link-element {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  font-size: 1.5rem;
  line-height: 2.5rem;
  background: rgba(254, 198, 13, 1);
  color: #eb0029;
  padding: 4.5rem;
  font-weight: 600;
  border-radius: 1rem;
  padding-left: 14rem;
  font-style: italic;
  letter-spacing: -0.4px;
  display: block;
  z-index: 1;
}
.mad-entity-link-element > i {
  position: absolute;
  top: 50%;
  margin-top: -1.25rem;
  left: 4.5rem;
  color: #f1ea7b;
  font-size: 6rem;
  line-height: inherit;
  transform: rotate(180deg);
  z-index: -1;
}
.owl-carousel {
  position: relative;
}
.owl-carousel:not(.mad-simple-slideshow) .owl-stage {
  display: flex;
}
.owl-carousel:not(.mad-simple-slideshow) .owl-item {
  float: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.75rem;
  background: #e6e6e6;
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  font-size: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-carousel:not(.no-dots) .owl-nav button.owl-prev,
.owl-carousel:not(.no-dots) .owl-nav button.owl-next {
  top: calc(50% - 2rem);
}
.owl-carousel .mad-grid-item {
  height: 100%;
}
.owl-carousel .owl-nav button.owl-next {
  right: 0;
  left: auto;
}
.owl-carousel .owl-nav button.owl-prev {
  right: auto;
  left: 0;
}
.owl-carousel .owl-nav button:hover {
  background: rgba(254, 198, 13, 1);
}
.owl-carousel .owl-nav button span {
  line-height: inherit;
  font-size: inherit;
  transform: rotate(105deg);
}
.owl-carousel .owl-nav button svg {
  width: 22px;
  height: 19px;
}
.owl-carousel .owl-nav button svg path {
  fill: #012533;
  stroke: transparent;
}
.owl-carousel .owl-dots,
.tp-bullets {
  width: auto !important;
  display: flex;
  justify-content: center;
  margin: 3rem -0.5rem 0;
}
.tp-bullets {
  margin-top: 0;
}
.owl-carousel .owl-dots > button.owl-dot {
  padding: 0 0.5rem !important;
}
.owl-carousel .owl-dots > button.owl-dot > span,
.tp-bullet {
  display: block;
  width: 1rem !important;
  height: 1rem !important;
  background: transparent;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
}
.owl-carousel .owl-dots > button.owl-dot.active > span {
  background: #dcdcdc;
}
.owl-carousel.dots-style-2 .owl-dots > button.owl-dot > span {
  border-color: #fff;
}
.owl-carousel.dots-style-2 .owl-dots > button.owl-dot.active > span {
  background: #fff;
}
.owl-carousel.no-nav {
  padding: 0 !important;
}
.owl-carousel.no-nav .owl-nav,
.owl-carousel.no-dots .owl-dots {
  display: none;
}
.owl-carousel.nav-hide .owl-nav {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.owl-carousel.nav-hide:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}
.owl-carousel.nav-style-2 .owl-nav button:hover {
  background: #232223;
}
.owl-carousel.nav-style-2 .owl-nav button:hover svg path {
  fill: #fff;
}
.owl-carousel.nav-size-2 .owl-nav button {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: -1.25rem;
}
.owl-carousel.nav-size-2 .owl-nav button .svg {
  width: 0.9375rem;
  height: 0.8125rem;
}
.mad-cta .row > *:last-child {
  text-align: right;
}
.mad-cta .mad-page-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-rating {
  font-size: 1.5rem;
  line-height: 1rem;
  white-space: nowrap;
}
.mad-rating-top-level > *,
.mad-rating-bottom-level > * {
  font-size: 1.5rem;
  line-height: 1;
  color: rgba(254, 198, 13, 1);
}
.mad-rating-bottom-level > * {
  color: #ccd5d9;
}
.mad-testimonials:not(.type-2) .mad-testimonial {
  text-align: center;
  padding-left: 3rem;
  padding-right: 3rem;
}
.mad-testimonial .mad-rating:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-testimonial .mad-testimonial-info:not(:last-child) {
  margin-bottom: 1.75rem;
}
.mad-testimonials.style-2 .mad-testimonial blockquote {
  color: #fff;
}
.mad-testimonials.style-3 .mad-testimonial .mad-rating-top-level > * {
  color: #fff;
}
.mad-testimonials.type-2 .owl-carousel {
  padding: 0 15rem;
}
.mad-testimonials.type-2 .owl-carousel .owl-dots {
  justify-content: flex-start;
  margin-left: 9rem;
}
.mad-testimonials.type-2 .mad-testimonial {
  position: relative;
  padding-left: 9.5rem;
}
.mad-testimonials.type-2 .mad-testimonial:before {
  content: "";
  -webkit-mask: url("./media/blockquote-Z5AIRD3X.svg") no-repeat;
  mask: url("./media/blockquote-Z5AIRD3X.svg") no-repeat;
  background-color: #f0f0f0;
  width: 104px;
  height: 97px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.mad-testimonials.type-2.style-2 .mad-testimonial:before {
  background-color: #3a393a;
}
.mad-testimonials.type-2.style-3 .mad-testimonial:before {
  background-color: #f1ea7b;
}
.mad-testimonials.type-2 .mad-testimonial .mad-author {
  display: flex;
  align-items: center;
}
.mad-testimonials.type-2 .mad-testimonial .mad-author-img:not(:last-child) {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mad-testimonials.with-img {
  display: flex;
  align-items: center;
  margin: -4.5rem -2.25rem 0;
}
.mad-testimonials.with-img > .mad-col {
  width: 50%;
  padding: 4.5rem 2.25rem 0;
}
.mad-testimonials.with-img .mad-testimonial-img {
  border-radius: 1.5rem;
  overflow: hidden;
  margin-right: -11.5rem;
}
.mad-testimonials.with-img .mad-col:first-child .mad-testimonial-img {
  margin: 0;
  margin-left: -11.5rem;
}
.mad-testimonials.single-item {
  display: flex;
  flex-wrap: wrap;
}
.mad-testimonials.single-item {
  margin-top: -3.75rem;
}
.mad-testimonials.single-item > .mad-col {
  padding-top: 3.75rem;
}
.mad-entities[class*=item-col-]:not(.no-gutters) {
  margin-top: -2.5rem;
}
.mad-entities[class*=item-col-]:not(.no-gutters) > * {
  padding-top: 2.5rem;
}
.mad-author-img {
  display: inline-block;
  width: 6rem;
  border-radius: 50%;
  overflow: hidden;
}
.mad-author-img:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col.mad-col-full {
  flex: 1;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col:last-child .mad-offset-right {
  display: flex;
  justify-content: center;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a img {
  width: 100%;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
  display: block;
  position: relative;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
  content: "\f16d";
  font-family: Font Awesome\ 5 Brands;
  font-size: 50px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 34, 35, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.mad-instafeed .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:hover:before {
  opacity: 1;
  visibility: visible;
}
.mad-instafeed.style-2 .mad-grid {
  margin: -8px -4px 0;
}
.mad-instafeed.style-2 .mad-grid .mad-col {
  padding: 8px 4px 0;
}
.mad-instafeed.style-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
  border-radius: 1.5rem;
  overflow: hidden;
}
.mad-instafeed.style-2 .mad-grid .mad-col.col-x2 {
  width: 40%;
}
.mad-instafeed.style-2.size-2 .mad-grid {
  margin: -0.5rem -0.25rem 0;
}
.mad-instafeed.style-2.size-2 .mad-grid > * {
  padding: 0.5rem 0.25rem 0;
}
.mad-instafeed .mad-separator {
  z-index: 1;
}
.mad-instafeed.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a:before {
  font-size: 2rem;
}
.mad-instafeed.style-2.size-2 .mad-grid:not(.mad-grid--no-gutters):not(.owl-carousel) .mad-col a {
  border-radius: 0.875rem;
}
.mad-instafeed.style-2.size-2:not(:last-child) {
  margin-bottom: 1.5rem;
}
.mad-box {
  background: rgba(254, 198, 13, 1);
  padding: 2rem 4.5rem;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  border-radius: 1.5rem;
}
.mad-box .mad-box-content {
  width: 100%;
}
.mad-banners .mad-instafeed.style-2 .mad-grid {
  margin: -2rem -1rem 0;
}
.mad-banners .mad-instafeed.style-2 .mad-grid .mad-col {
  padding: 2rem 1rem 0;
}
#rev_slider_1_1_wrapper.rev_slider_wrapper {
  background: #eb0029;
}
.container.wide > #rev_slider_1_1_wrapper.rev_slider_wrapper {
  border-radius: 1.5rem;
  overflow: hidden !important;
  margin-bottom: 2rem;
}
.rev-slider-section .rev-slider,
.rev-slider-section .rev_slider_wrapper {
  position: relative;
}
.rev-slider-section {
  padding: 5rem 0;
  padding-bottom: 2.5rem;
  position: relative;
}
.rev-slider-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f2fcfe;
  z-index: -1;
}
.rev-slider[class*=with-overlay] {
  z-index: 1;
  position: relative;
}
.rev-slider[class*=with-overlay] .tp-bgimg:after {
  z-index: 22 !important;
}
.rev-slider[class*=with-overlay] .tp-bgimg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 34, 35, 0.5);
}
.tp-layer-section-title {
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold !important;
  text-shadow: -3px 5px 0px rgba(17, 17, 17, 0.26);
}
.mad-menu-box-wrap {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.mad-menu-box-wrap .mad-menu-box {
  border-radius: 0;
  background: transparent;
}
.mad-menu-box-wrap .mad-menu-box .mad-menu-item {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.mad-menu-box-wrap .mad-menu-box .mad-menu-item:not(:hover) {
  background: transparent;
}
.mad-menu-box-wrap .mad-menu-box .mad-menu-item:not(:hover) .mad-menu-title {
  color: #fff;
}
.mad-gmap {
  height: 49.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.mad-gmap:not(:last-child) {
  margin-bottom: 3.5rem;
}
.mad-gmap {
  height: 100%;
  min-height: 40rem;
}
.mad-section--stretched-content-no-px .mad-gmap {
  border-radius: 0;
}
.mad-gmap.size-2 {
  min-height: 35.5rem;
}
input[type=text],
input[type=search],
input[type=date],
input[type=datetime-local],
input[type=email],
input[type=file],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=time],
input[type=url],
input[type=week],
textarea,
.mad-custom-select .mad-selected-option,
.select2-container--milenia .select2-selection,
.form-select {
  height: 4rem;
  width: 100%;
  padding: 2rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #959595;
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.16);
  -moz-box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.16);
  box-shadow: 2px 6px 0px 0px rgba(184, 0, 31, 0.16);
}
form.one-line {
  position: relative;
}
form.one-line .btn {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}
form.one-line.mad-newsletter-form input {
  padding-right: 6rem;
  text-overflow: ellipsis;
}
form.style-2 input,
select {
  -webkit-box-shadow: 2px 6px 0px 0px rgba(17, 17, 17, 0.26);
  -moz-box-shadow: 2px 6px 0px 0px rgba(17, 17, 17, 0.26);
  box-shadow: 2px 6px 0px 0px rgba(17, 17, 17, 0.26);
}
.form-select,
form.type-2 input,
form.type-2 textarea {
  border: 2px solid #e6e6e6;
  box-shadow: none;
}
form.type-2 input,
select {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
form.size-2 input,
select {
  height: 3rem;
  font-size: 1rem;
  line-height: 3rem;
  padding-left: 1.5rem;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
form.size-2:not(.one-line) input:not(:last-child) {
  margin-bottom: 1rem;
}
form.one-line.size-2 .btn {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  padding: 0;
  text-align: center;
}
.mad-contact-form .mad-col:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -1rem;
}
.mad-form-footer > * {
  margin-top: 1rem;
}
.mad-contact-form.var2 .mad-col:not(:last-child) {
  margin-bottom: 2rem;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-webkit-textarea-placeholder {
  color: inherit;
  opacity: 1;
}
input::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}
::-ms-textarea-placeholder {
  color: inherit;
  opacity: 1;
}
.mad-range-slider-field {
  font-size: 1rem;
  line-height: 1.625rem;
  padding-top: 0.5rem;
}
.mad-range-slider-field input[type=text],
.mad-range-slider-field input[type=search],
.mad-range-slider-field input[type=date],
.mad-range-slider-field input[type=datetime-local],
.mad-range-slider-field input[type=email],
.mad-range-slider-field input[type=file],
.mad-range-slider-field input[type=month],
.mad-range-slider-field input[type=number],
.mad-range-slider-field input[type=password],
.mad-range-slider-field input[type=tel],
.mad-range-slider-field input[type=time],
.mad-range-slider-field input[type=url],
.mad-range-slider-field input[type=week],
.mad-range-slider-field textarea {
  height: auto !important;
  font-size: inherit;
  line-height: inherit !important;
  border-width: 0px;
  font-weight: inherit;
  width: 100%;
  padding: 0 !important;
  background-color: transparent;
  box-shadow: none;
  color: #575457;
}
.mad-range-slider:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-range-slider-input:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-range-slider {
  position: relative;
  height: 0.5rem;
  background-color: #2e2d2e;
  border-radius: 1rem;
}
.mad-range-slider .ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 1;
  cursor: pointer;
  background: #eb0029;
}
.mad-range-slider .ui-slider-handle {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.75rem;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border-radius: 50%;
  background-color: #b8001f;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(184, 0, 31, 0.4);
  -moz-box-shadow: 2px 3px 0px 0px rgba(184, 0, 31, 0.4);
  box-shadow: 2px 3px 0px 0px rgba(184, 0, 31, 0.4);
}
.mad-range-slider .ui-slider-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -8px;
  margin-top: -8px;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}
.mad-range-slider .ui-slider-handle:last-child {
  margin-left: -0.625rem;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label[for],
input[type=radio] + label[for] {
  display: block;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding-left: 4.25rem;
  padding-top: 0.75rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0;
  min-height: 3rem;
  color: #575457;
}
input[type=checkbox] + label[for]::before,
input[type=radio] + label[for]::before {
  content: "";
  border: 2px solid #e6e6e6;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  border-radius: 1rem;
  left: 0;
  top: 0;
}
input[type=checkbox] + label[for]::after,
input[type=radio] + label[for]::after {
  font-family: "Linearicons";
  content: "\e934";
  color: #313131;
  font-size: 1.5rem;
  line-height: 3rem;
  position: absolute;
  left: 0;
  width: 3rem;
  text-align: center;
  top: 0;
  display: none;
}
input[type=checkbox] + label[for]:not(:last-child),
input[type=radio] + label[for]:not(:last-child) {
  margin-bottom: 0.5rem;
}
input[type=checkbox]:checked + label[for]::after,
input[type=radio]:checked + label[for]::after {
  display: block;
}
input[type=radio] + label[for]::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #232223;
  left: 1rem;
  top: 1rem;
}
input[type=radio] + label[for]::before {
  border-radius: 50%;
}
.mad-toggled-fields.hr-type {
  display: flex;
}
.mad-toggled-fields.hr-type > *:not(:last-child) {
  margin-right: 2rem;
}
.mad-custom-select {
  position: relative;
}
.mad-custom-select.mad-over {
  z-index: 3;
}
.mad-custom-select .mad-selected-option {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-right: 4rem;
  border: 2px solid #e6e6e6;
  box-shadow: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mad-custom-select.size-2 .mad-selected-option {
  font-size: 1rem;
  height: 3rem;
  line-height: 2.75rem;
  padding-left: 1.5rem;
  padding-right: 3rem;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.mad-custom-select.mad-opened .mad-selected-option {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.mad-custom-select .mad-selected-option::after,
.mad-custom-select .mad-selected-option::before {
  content: "keyboard_arrow_down";
  font-family: "Material Icons";
  font-size: 2rem;
  color: #959595;
  line-height: inherit;
  position: absolute;
  top: 0;
  right: 1.5rem;
  line-height: 3.75rem;
  -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-custom-select.size-2 .mad-selected-option::after,
.mad-custom-select.size-2 .mad-selected-option::before {
  font-size: 1.5rem;
  line-height: 2.75rem;
  right: 1rem;
}
.mad-custom-select .mad-selected-option::before {
  content: "keyboard_arrow_up";
  opacity: 0;
  visibility: hidden;
}
.mad-custom-select .mad-options-list {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: initial;
  background-color: #fff;
  color: #959595;
  padding-bottom: 1rem;
  border: 2px solid #e6e6e6;
  border-top: none;
  position: absolute;
  border-radius: 0 0 1.5rem 1.5rem;
  top: 100%;
  left: 0;
  width: 100%;
  margin-top: -1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-custom-select .mad-options-list > li {
  cursor: pointer;
  padding-top: 1rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-custom-select .mad-options-list > li:hover,
.mad-custom-select .mad-options-list > li.mad-active {
  color: #eb0029;
}
.mad-custom-select.mad-opened .mad-options-list,
.mad-custom-select.mad-opened .mad-selected-option::before {
  opacity: 1;
  visibility: visible;
}
.mad-custom-select.mad-opened .mad-selected-option::after {
  opacity: 0;
  visibility: hidden;
}
.mad-csstransforms3d .mad-custom-select .mad-options-list,
.mad-csstransforms3d .mad-custom-select .mad-selected-option::after,
.mad-csstransforms3d .mad-custom-select .mad-selected-option::before {
  -webkit-transition-property:
    -webkit-transform,
    opacity,
    visibility;
  transition-property:
    transform,
    opacity,
    visibility;
}
.mad-csstransforms3d .mad-custom-select .mad-options-list {
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.mad-csstransforms3d .mad-custom-select .mad-selected-option::before,
.mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::after {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.mad-csstransforms3d .mad-custom-select.mad-opened .mad-options-list,
.mad-csstransforms3d .mad-custom-select.mad-opened .mad-selected-option::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mad-field-counter {
  position: relative;
  padding-right: 3rem;
}
.mad-field-counter-value {
  font-family: "Old Standard TT", serif;
  color: #313131;
  font-size: 3.7rem;
  line-height: 0.82;
  position: relative;
  top: 5px;
}
.mad-field-counter-control {
  font-size: 1.25rem;
  line-height: 1;
  position: absolute;
  right: 0;
  -webkit-transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: color .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-field-counter-control::after {
  font-family: "Linearicons";
}
.mad-field-counter-control:hover {
  color: #313131;
}
.mad-field-counter-control--increase {
  top: 0;
}
.mad-field-counter-control--increase::after {
  content: "\e939";
}
.mad-field-counter-control--decrease {
  bottom: 0;
}
.mad-field-counter-control--decrease::after {
  content: "\e93a";
}
label {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 1rem;
  display: block;
}
label[for] {
  cursor: pointer;
}
p .req,
label span {
  color: #eb0029;
}
textarea {
  height: auto;
  resize: none;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}
.form-group {
  display: flex;
  margin-top: -1rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.form-group:last-child > [class*=form-col]:only-child > .btn:only-child {
  margin-top: 1rem;
}
.form-group:first-child {
  margin-top: -1rem;
}
[class*=form-col] {
  flex: auto;
  width: 100%;
  position: relative;
  margin-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
[class*=form-col].with-icon i {
  position: absolute;
  left: 2.5rem;
  font-size: 1.5rem;
  line-height: 4rem;
  color: #232223;
}
[class*=form-col].with-icon input {
  padding-left: 4.375rem;
}
.form-group [class*=form-col].no-fw {
  max-width: max-content;
  width: auto;
}
.form-group.type-2 {
  flex-wrap: wrap;
}
.form-group.type-2 [class*=form-col] {
  max-width: 50%;
  width: 48%;
}
.form-group.type-2 [class*=form-col] .btn {
  width: 100%;
}
.form-group.type-3 .form-col .btn {
  margin-top: 2.125rem;
  width: 100%;
}
.form-group.type-3 [class*=form-col] {
  width: 38%;
}
.form-group.type-3 [class*=form-col]:last-child {
  width: 24%;
}
.mad-form-tag {
  display: block;
  font-size: 0.875rem;
  color: #959595;
  line-height: 1rem;
  white-space: nowrap;
  margin-top: 0.5rem;
}
.mad-singlefield-form {
  display: flex;
  margin: -1rem -1rem 0;
}
.mad-singlefield-form input {
  width: 100%;
  margin-right: 1rem;
}
.mad-singlefield-form > * {
  margin: 1rem 1rem 0;
}
.mad-figure-linked {
  text-align: center;
}
.mad-figure-linked figcaption:last-child:not(:only-child) {
  margin-top: 1.2rem;
}
.mad-figure-linked figcaption:first-child:not(:only-child) {
  margin-bottom: 1.2rem;
}
[class*=mad-colorizer--scheme-] {
  position: relative;
}
.container .mad-section[class*=mad-colorizer--scheme-]:not([class*=mad-section--stretched]):not(.mad-section--no-adaptive) {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mad-colorizer-bg-color,
.mad-colorizer-bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
}
.mad-colorizer-bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mad-colorizer--parallax .mad-colorizer-bg-image {
  background-size: auto;
  background-attachment: fixed;
}
.mad-touchevents .mad-colorizer--parallax .mad-colorizer-bg-image {
  background-size: cover !important;
  background-position: center !important;
  background-attachment: scroll !important;
}
[class*=with-overlay] {
  z-index: 1;
  position: relative;
}
[class*=with-overlay]:not(.mad-section):after,
.mad-section[class*=with-overlay] > [class*=mad-colorizer-]:after {
  content: "";
  background: rgba(35, 34, 35, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.mad-bg-section {
  min-height: 442px;
}
.mad-colorizer--scheme-color-2 > .mad-colorizer-bg-color {
  background: rgba(254, 198, 13, 1);
}
.mad-colorizer--scheme-color-3 > .mad-colorizer-bg-color {
  background: #eb0029;
}
.mad-colorizer--scheme-color-4 > .mad-colorizer-bg-color {
  background: #fef2f4;
}
.mad-colorizer--scheme-color-5 > .mad-colorizer-bg-color {
  background: #f8f8f8;
}
.mad-colorizer--scheme-color-6 > .mad-colorizer-bg-color {
  background: #2e2d2e;
}
.mad-colorizer--scheme-light .mad-cta-title,
.mad-colorizer--scheme-light .mad-title,
.mad-colorizer--scheme-light .mad-section-title,
.mad-colorizer--scheme-light .mad-page-title {
  color: #fff;
}
.mad-colorizer--scheme-color-2 {
}
.mad-colorizer--scheme-color-3 {
}
.mad-colorizer--scheme-color-4 {
}
.video_wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.video_wrapper > iframe {
  z-index: 2;
}
.video_wrapper_full {
  padding-top: 36rem;
}
.video_wrapper_full.with-half-bg:after {
  content: "";
  position: absolute;
  top: 50%;
  background: rgba(254, 198, 13, 1);
  left: -2000px;
  right: -2000px;
  height: 50%;
}
.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("./media/928x560_img1-JMPOG5ZS.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  text-indent: -999em;
  opacity: 1;
  z-index: 3;
  overflow: hidden;
  border-radius: 1.5rem;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster[class*=with-overlay]:not(.mad-section):after {
  border-radius: 1rem;
  overflow: hidden;
}
.video_wrapper_full.image-2 {
  padding-top: 37.5rem;
}
.video_wrapper_full.image-2.size-2 {
  padding-top: 18rem;
}
.video_wrapper_full.image-2.size-3 {
  padding-top: 28rem;
}
.video_wrapper_full.image-2.size-2 .videoPoster {
  background-image: url("./media/493x320_img1-RY6A2D7T.jpg");
}
.video_wrapper_full.image-2.size-3 .videoPoster {
  background-image: url("./media/688x448_img1-V4I3H5E6.jpg");
}
.video_wrapper_full.image-2 .videoPoster {
  background-image: url("./media/1018x656_img5-QIZW2FA4.jpg");
  border-radius: 1rem;
}
.videoPoster:hover {
  cursor: pointer;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  margin: -44px 0 0 -44px;
  background: url("./media/play-btn-Q2U3PZEM.png") no-repeat;
}
.videoPoster.no-btn {
  cursor: auto;
}
.videoPoster.no-btn:before {
  display: none;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.mad-gallery:not(.mad-grid--isotope) {
  display: flex;
  flex-wrap: wrap;
}
.mad-gallery:not(.mad-grid--isotope) .mad-gallery-item {
  display: block;
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
  transition: all .5s ease;
}
.mad-grid-item.col-x2 {
  width: 50%;
}
.mad-gallery .mad-gallery-item a {
  display: block;
  overflow: hidden;
  position: relative;
  cursor: url("./media/crosshair-EUBU2QXM.png"), crosshair;
  overflow: hidden;
  border-radius: 1.5rem;
  z-index: 1;
}
.fancybox-content img {
  overflow: hidden;
  border-radius: 1.7rem;
}
.mad-gallery .mad-gallery-item a img {
  width: 100%;
  transition: all .5s ease;
}
.mad-gallery .mad-gallery-item a:hover img {
  transform: scale(1.1);
}
.mad-gallery .mad-gallery-item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 34, 35, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}
.mad-grid--isotope:not(:last-child) {
  margin-bottom: 3.5rem;
}
.mad-gallery .mad-gallery-item a:hover:after {
  opacity: 1;
  visibility: visible;
}
.mad-filter {
  position: relative;
  z-index: 2;
  display: flex;
  margin-bottom: 2rem;
}
.mad-filter > li > a {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 2rem;
  color: #eb0029;
  letter-spacing: -0.3px;
}
.mad-filter > li > a.mad-active {
  color: #232223;
}
.mad-filter > *:not(:last-child) {
  margin-right: 2.5rem;
}
.mad-gallery:not([class*=item-col-]).col-size-3 .mad-gallery-item {
  width: 33.3333%;
}
.mad-gallery.col-size-3:not([class*=item-col-]) {
  margin: -0.5rem -0.25rem 0;
}
.mad-gallery.col-size-3:not([class*=item-col-]) > * {
  padding: 0.5rem 0.25rem 0;
}
.mad-gallery.col-size-3 .mad-gallery-item a {
  border-radius: 0.875rem;
}
.mad-countdown {
  margin-top: -2rem;
}
.mad-countdown .countdown-row {
  font-size: 0;
  line-height: 0;
  display: flex;
  flex-wrap: wrap;
}
.mad-countdown .countdown-section {
  vertical-align: top;
  padding-top: 2rem;
  width: 25%;
  color: #575457;
  font-weight: bold;
}
.mad-countdown .countdown-amount {
  font-family: "Josefin Sans", sans-serif;
  font-size: 4.5rem;
  color: #eb0029;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: -0.3px;
  display: block;
}
.mad-countdown .countdown-period {
  font-size: 1.125rem;
  line-height: 2rem;
  display: block;
}
.mad-countdown.style-2 .countdown-amount {
  color: rgba(254, 198, 13, 1);
}
.mad-countdown.style-2 .countdown-section {
  color: #e6e6e6;
}
.mad-countdown.style-3 .countdown-amount {
  color: #232223;
}
.mad-dropdown {
  position: relative;
  z-index: 1;
}
.mad-dropdown-title {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mad-dropdown-element {
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: initial;
  padding: 2rem;
  background-color: rgba(254, 198, 13, 1);
  color: #575457;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity .5s cubic-bezier(0.165, 0.84, 0.44, 1), visibility .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mad-dropdown-element > li {
  padding-top: 1rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
.mad-dropdown-element > li > a {
  color: #313131;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #313131), to(#313131));
  background-image:
    linear-gradient(
      to bottom,
      #313131 100%,
      #313131 100%);
}
.mad-dropdown-element--icons > li {
  position: relative;
  padding-left: 3.1rem;
}
.mad-dropdown-element--x-right {
  left: auto;
  right: 0;
}
.mad-dropdown--opened {
  z-index: 6;
}
.mad-dropdown--opened .mad-dropdown-element {
  opacity: 1;
  visibility: visible;
}
.mad-dropdown--title-icon .mad-dropdown-title {
  position: relative;
  padding-right: 0.875rem;
}
.mad-csstransforms3d .mad-dropdown-element {
  -webkit-transition-property:
    -webkit-transform,
    opacity,
    visibility;
  transition-property:
    transform,
    opacity,
    visibility;
  -webkit-transform: scale3d(0.9, 0.9, 0.9);
  transform: scale3d(0.9, 0.9, 0.9);
}
.mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
.mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-default {
  -webkit-transition-property:
    -webkit-transform,
    opacity,
    visibility;
  transition-property:
    transform,
    opacity,
    visibility;
}
.mad-csstransforms3d .mad-dropdown--title-icon .mad-dropdown-icon--state-opened,
.mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-default {
  -webkit-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
}
.mad-csstransforms3d .mad-dropdown--opened .mad-dropdown-element,
.mad-csstransforms3d .mad-dropdown--title-icon.mad-dropdown--opened .mad-dropdown-icon--state-opened {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.mad-twitter-feed:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-twitter-feed > li:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-twitter-feed > li {
  padding-left: 2rem;
}
.mad-twitter-feed > li {
  position: relative;
  font-size: 1.125rem;
  line-height: 2rem;
}
.mad-twitter-feed > li::before {
  content: "\f099";
  font-family: Font Awesome\ 5 Brands;
  font-size: 1.125rem;
  line-height: 2rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #232223;
}
.mad-twitter-feed > li a {
  color: #eb0029;
}
.mad-twitter-feed > li a:hover {
  text-decoration: underline;
}
.fb_iframe_widget,
.fb_iframe_widget span {
  border-radius: 1rem;
  overflow: hidden;
}
.mad-page-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(8, 8, 8, 0.7);
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.mad-page-popup .mad-popup-inner {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 5rem 0;
  width: 100%;
  max-width: 800px;
  border-radius: 1.5rem;
  background: url("./media/800x440_bg1-U5PJJ3SE.jpg") no-repeat #fff;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
  -webkit-box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
  -moz-box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
  box-shadow: -3px 5px 0px 0px rgba(12, 11, 11, 0.18);
}
.mad-popup-inner .mad-page-title:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-popup-inner .arcticmodal-close {
  right: 1.75rem;
  top: 1.75rem;
}
.mad-popup-inner .arcticmodal-close i {
  font-size: 2rem;
}
.mad-page-popup.share-popup .mad-popup-inner {
  background: #fff;
  padding: 2rem;
  max-width: 28rem;
}
.mad-total-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.mad-total-section .mad-total-item {
  font-size: 1.5rem;
  font-weight: bold;
  color: #eb0029;
}
.mad-total-section .mad-total-item span {
  font-family: "Josefin Sans", sans-serif;
  display: inline-block;
  margin-right: 1rem;
}
.mad-service-hours ul li span {
  min-width: 7.5rem;
  display: inline-block;
  font-weight: bold;
  color: #232223;
}
.mad-half-section {
  display: flex;
  flex-wrap: wrap;
  margin: -2rem -1rem 0;
}
.mad-half-section .mad-col {
  width: 50%;
  padding: 2rem 1rem 0;
}
.mad-half-section .mad-col:first-child .mad-half-section-item {
  justify-content: flex-end;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}
.mad-half-section .mad-col:last-child .mad-half-section-item {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}
.mad-half-section-item {
  text-align: center;
  display: flex;
  background-size: cover;
  padding: 10rem 3.875rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mad-half-section-item .mad-half-content {
  color: #e6e6e6;
  max-width: 20.625rem;
}
.mad-half-content .mad-page-title {
  color: #fff;
}
.mad-half-content .mad-page-title:not(:last-child) {
  margin-bottom: 0;
}
.mad-our-info {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem -0.75rem 0;
}
.mad-our-info .mad-info {
  display: flex;
  padding: 0.75rem 0.75rem 0;
}
.mad-our-info .mad-info > i {
  min-width: 1.5rem;
  font-size: 1.125rem;
  line-height: inherit;
}
.mad-our-info.type-2 .mad-info {
  display: flex;
  align-items: center;
  font-family: "Josefin Sans", sans-serif;
}
.mad-our-info.type-2 .mad-info span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}
.mad-our-info.type-2 .mad-info i {
  font-size: 2.5rem;
  color: #fff;
  min-width: 3rem;
}
.mad-our-info.type-2 .mad-info-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  letter-spacing: 0.1px;
  color: rgba(254, 198, 13, 1);
}
.mad-our-info.vr-type .mad-info {
  width: 100%;
  line-height: 2rem;
}
.mad-our-info.vr-type .mad-info:not(:last-child) {
  margin-bottom: 0;
}
.mad-our-info.vr-type .mad-info > i {
  min-width: 2rem;
  font-size: 1.25rem;
  color: #232223;
}
.mad-our-info .mad-info .mad-dir {
  margin-top: -4px;
  line-height: 1.25rem;
  display: table;
}
.mad-info .mad-selected {
  color: rgba(254, 198, 13, 1);
  font-size: 1.25rem;
  font-weight: bold;
}
.mad-our-info-map .mad-our-info {
  padding: 1.875rem;
  border: 2px solid rgba(254, 198, 13, 1);
  border-radius: 1.5rem;
  transition: all .5s ease;
  color: #575457;
  margin: 0;
  height: 100%;
  display: block;
}
.mad-our-info-map .mad-our-info .mad-info {
  padding: 0;
}
.mad-our-info-map .mad-our-info .mad-info:not(:last-child) {
  margin-bottom: 0.5rem;
}
.mad-our-info-map .mad-our-info:hover {
  background: rgba(254, 198, 13, 1);
}
.mad-our-info-map .mad-our-info .mad-page-title:not(:last-child) {
  margin-bottom: 0.25rem;
}
.mad-our-info.size-2 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: bold;
}
.mad-our-info.size-2 .mad-info .mad-dir {
  line-height: 2rem;
  font-size: 1.125rem;
  margin-top: 0;
}
.mad-our-info.vr-type.size-2 .mad-info > i {
  min-width: 4rem;
  font-size: 2.5rem;
}
.mad-our-info.vr-type.size-2 {
  margin-top: -1.5rem;
}
.mad-our-info.vr-type.size-2 .mad-info {
  padding-top: 1.5rem;
}
.mad-specs[class*=item-col-] {
  display: flex;
  flex-wrap: wrap;
}
.mad-specs:not([class*=item-col-]) .mad-col:not(:last-child) {
  margin-bottom: 2rem;
}
.mad-specs[class*=item-col-] {
  margin-top: -3rem;
}
.mad-specs[class*=item-col-] .mad-col {
  padding-top: 3rem;
}
.mad-specs:not(:last-child) {
  margin-bottom: 3.5rem;
}
.mad-spec-item {
  display: flex;
  color: #7a7879;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.mad-spec-item figure {
  max-width: 88px;
  width: 100%;
  min-width: 88px;
  margin-right: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.mad-spec-item figure img {
  width: 100%;
}
.mad-spec-item > * {
  width: 100%;
}
.mad-spec-header {
  font-family: "Josefin Sans", sans-serif;
  position: relative;
  display: flex;
  color: #eb0029;
  line-height: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
  justify-content: space-between;
  margin: 0 -1.5rem;
}
.mad-spec-header > * {
  padding: 0 1.5rem;
}
.mad-spec-header > *:last-child {
  text-align: right;
}
.mad-spec-header .mad-line {
  height: 1.4rem;
  flex: 1;
  border-bottom: 2px dotted #7a7879;
}
.mad-spec-header:not(:last-child) {
  margin-bottom: 0.25rem;
}
.mad-spec-header .mad-spec-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #232223;
  letter-spacing: -0.3px;
  white-space: nowrap;
}
.mad-spec-header .mad-spec-title .mad-label {
  position: initial;
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: -0.25rem;
}
.mad-spec-price {
  white-space: nowrap;
}
.mad-spec-price::before {
  content: "$";
  display: inline-block;
  vertical-align: top;
  line-height: 1.5rem;
  font-size: 1rem;
}
.mad-specs-section .row {
  align-items: center;
}
.mad-specs-section > .row:not(:first-child) {
  margin-top: 2rem;
}
.mad-specs-section img {
  width: 100%;
}
.mad-specs-section > .row > * .mad-specs {
  padding-right: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mad-specs-section > .row > * .mad-specs {
  padding-left: 4.5rem;
  padding-right: 2.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.mad-specs-section > .row > *:nth-child(2n) .mad-specs {
  padding-left: 2.5rem;
  padding-right: 4.5rem;
}
.mad-specs.style-2 .mad-spec-item {
  display: block;
}
.mad-spec-tags {
  font-size: 1rem;
  line-height: 1.5rem;
}
.mad-spec-el {
  line-height: 1.5rem;
}
.mad-specs.style-2 .mad-spec-item > figure:not(:last-child) {
  margin-bottom: 1.5rem;
  min-width: 100%;
}
.mad-specs.item-reverse .mad-col:nth-child(2n) .mad-spec-item {
  flex-direction: column-reverse;
  display: flex;
}
.mad-specs.item-reverse .mad-col:nth-child(2n) .mad-spec-item > figure:not(:last-child) {
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.mad-single-menu.owl-carousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.mad-single-menu.owl-carousel .owl-stage .owl-item {
  float: none;
}
.mad-single-menu .mad-menu-item {
  display: flex;
  align-items: center;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #fff;
  height: 100%;
  opacity: 0.7;
}
.mad-single-menu .owl-item.center .mad-menu-item {
  opacity: 1;
}
.mad-single-menu .mad-menu-item > .mad-menu-img {
  max-width: 28rem;
  width: 100%;
}
.mad-single-menu .mad-menu-item .mad-menu-content {
  padding: 2rem;
}
.mad-menu-item .mad-menu-content .mad-title:not(:last-child) {
  margin-bottom: 1rem;
}
.mad-menu-item .mad-menu-price {
  font-family: "Josefin Sans", sans-serif;
  font-size: 3rem;
  line-height: 48px;
  font-weight: bold;
  color: #eb0029;
}
.mad-menu-item .mad-menu-price:before {
  content: "$";
  display: inline-block;
  vertical-align: top;
  font-size: 1.75rem;
  line-height: 1.5rem;
}
.mad-menu-item .btn-set {
  align-items: flex-end;
  padding-top: 0.5rem;
  margin: -1.25rem -1.25rem 0;
}
.mad-menu-item .btn-set > * {
  margin: 1.25rem 1.25rem 0;
}
.owl-carousel.nav-style-2 .owl-nav .owl-prev {
  left: 15%;
}
.owl-carousel.nav-style-2 .owl-nav .owl-next {
  right: 15%;
}
.mad-404-content:not(:last-child) {
  margin-bottom: 2.6rem;
}
.mad-404-title {
  font-size: 22.5rem;
  font-weight: bold;
  line-height: 19rem;
  color: #eb0029;
}
.mad-404-title + * {
  margin-top: -4rem;
  color: #eb0029;
  font-weight: 500;
}
.mad-coming-soon {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.mad-coming-soon .mad-content {
  flex: 1;
}
.mad-coming-soon .mad-content .mad-section:first-child {
  padding: 11rem 0;
}
.mad-coming-soon .mad-header .mad-header-items {
  padding: 2rem 0;
}
.mad-coming-soon .mad-footer-bottom {
  padding-top: 2rem;
}
.mad-coming-soon .mad-footer-bottom .container {
  display: block;
}

/* apps/clients/baguette/chilis/src/assets/css/responsive.css */
@media only screen and (min-width: 1480px) {
  .container {
    max-width: 1440px;
  }
}
@media only screen and (max-width: 1440px) {
  .mad-header.mad-header--transparent {
    position: relative;
    background: #eb0029;
  }
  .mad-header-items {
    margin-top: -1rem;
  }
  .mad-header-items > * {
    padding-top: 1rem;
  }
  .mad-header-items .mad-header-item:not(:first-child) {
    width: 50%;
  }
  .mad-header-items .mad-header-item:last-child .mad-actions {
    justify-content: flex-end;
  }
  .mad-header:not(.style-2) .mad-pre-header .mad-pre-header-wrap,
  .mad-header:not(.header-3) .mad-pre-header,
  .mad-header:not(.style-2) [class*=mad-header-section--sticky],
  .mad-section--stretched-content {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .mad-testimonials.with-img .mad-testimonial-img,
  .mad-testimonials.with-img .mad-col:first-child .mad-testimonial-img {
    margin: 0;
  }
  .mad-box .mad-page-title br {
    display: none;
  }
  .container.wide .container {
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }
}
@media only screen and (max-width: 1400px) {
  .mad-header:not(.style-2) .mad-pre-header .mad-pre-header-wrap,
  .mad-header:not(.header-3) .mad-pre-header,
  .mad-header:not(.style-2) [class*=mad-header-section--sticky],
  .mad-section--stretched-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mad-navigation .mega-menu {
    position: static;
  }
  .mad-navigation .mega-menu > .sub-menu {
    text-align: center;
    left: 3.875rem;
    right: 0;
    width: calc(100% - 124px);
    margin-top: -1.5rem;
    padding: 2.375rem 2rem 1.125rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  .mad-navigation .mega-menu > .sub-menu > li {
    text-align: initial;
    width: 16.6666%;
    padding: 0;
  }
  .mad-navigation .mega-menu > .sub-menu > li > a {
    font-size: 1.125rem;
    font-weight: 500;
    background: none !important;
  }
  .mad-navigation .mega-menu > .sub-menu > li::after {
    display: none;
  }
  .mad-navigation .mega-menu > .sub-menu > li .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin-top: 0;
    -webkit-transform: none;
    transform: none;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    border: none;
  }
  .mad-navigation .mega-menu > .sub-menu > li .sub-menu > li {
    padding-left: 0;
    padding-right: 0;
  }
  .mad-navigation .mega-menu:hover > .sub-menu > li .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  .mad-navigation .mega-menu > .sub-menu > li .sub-menu {
    background: none;
    box-shadow: none;
    padding: 0;
  }
  .mad-navigation .sub-menu > li > a.sub-title {
    display: block;
    font-weight: bold;
    border-bottom: none;
    font-size: 1rem;
    color: #b6b6b6;
    text-transform: uppercase;
    border: none;
    margin-bottom: 1rem;
  }
  .mad-navigation .sub-menu > li > a.sub-title.no-title,
  .mad-navigation .sub-menu > li > a .no-title {
    opacity: 0;
  }
  .mad-header.header-3 .mad-navigation .mega-menu > .sub-menu {
    margin-top: -1rem;
  }
}
@media only screen and (max-width: 1280px) {
  .fb-page {
    width: 100% !important;
  }
  .fb-page {
    max-width: 100% !important;
  }
  p br,
  h2 br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .mad-icon-boxes.hr-type.item-col-3 > *,
  .mad-icon-boxes.hr-type.item-col-4 > *,
  .mad-team.item-col-4 > *,
  .mad-products.item-col-4 > *,
  .mad-counters[class*=item-col-] > * {
    width: 50%;
  }
  .mad-header-item .mad-logo {
    padding: 0;
  }
  img[class*=align] {
    float: none;
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .mad-navigation {
    margin: 0 -0.5rem;
  }
  .mad-navigation > li {
    padding: 0 0.5rem;
  }
  .mad-navigation > li > a {
    font-size: 14px;
  }
  .mad-header:not(.style-2):not(.header-3) .mad-header-item .mad-logo {
    max-width: 100px;
  }
  .btns-set > ul {
    width: 50%;
  }
  .mad-empty {
    display: none;
  }
  .mad-cta .row,
  .mad-cta .row > *:last-child {
    text-align: center;
  }
  .mad-entities.type-2 .mad-entity {
    flex-direction: column;
  }
  .mad-entities.type-2 .mad-entity .mad-entity-media {
    min-width: 100%;
  }
  .mad-entities.type-2:not(.with-bg) .mad-entity .mad-entity-content {
    padding-left: 0;
    padding-right: 0;
  }
  .mad-entities.type-2.with-bg .mad-entity {
    flex-direction: column-reverse;
  }
  .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections) .mad-tabs-nav {
    overflow-x: auto;
    white-space: nowrap;
    width: -webkit-fill-available;
    width: -moz-available;
    overflow-y: hidden;
  }
  .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections) .mad-tabs-nav.mad-menu-box {
    justify-content: flex-start !important;
  }
  .mad-team.big-type .mad-team-member .mad-team-member-info {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .mad-testimonials.type-2 .owl-carousel {
    padding: 0 6rem;
  }
  .mad-testimonials.with-img {
    flex-direction: column;
  }
  .mad-testimonials.with-img > .mad-col {
    width: 100%;
  }
  .mad-testimonials.with-img.mad-reverse {
    flex-direction: column-reverse;
  }
  .mad-tabs .mad-menu-box > span {
    width: auto;
  }
  .mad-instafeed.style-2 .item-col-5 > *,
  .mad-instafeed.style-2 .mad-grid .mad-col.col-x2 {
    width: 50%;
  }
  .mad-instafeed.style-2 .item-col-5 > *:last-child {
    display: none;
  }
  .mad-box {
    padding: 2rem 1rem;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item {
    width: 50%;
    order: 2;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item:last-child {
    order: 3;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item:nth-child(2) {
    order: 1;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item:last-child {
    width: 100%;
  }
  .mad-header.header-3 .mad-quick-links {
    text-align: right;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item.align-center {
    text-align: left;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item .mad-our-info {
    justify-content: flex-end;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item:last-child .mad-actions {
    justify-content: center;
  }
  .mad-pre-header-wrap > * {
    flex: 1;
  }
  .mad-menu-box-wrap .mad-menu-box {
    overflow-x: auto;
    white-space: nowrap;
    width: -webkit-fill-available;
    width: -moz-available;
    justify-content: flex-start !important;
    overflow-y: hidden;
    flex-wrap: nowrap;
  }
  .mad-menu-box:not(.with-slide-top) .mad-col {
    width: auto;
    flex: 1;
  }
  .mad-specs-section > .row > * .mad-specs,
  .mad-specs-section > .row > *:nth-child(2n) .mad-specs {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .mad-specs-section > .row:not(:nth-child(2n)) {
    flex-direction: column-reverse;
  }
  .mad-menu-item .mad-menu-content .mad-title br {
    display: none;
  }
  .image-preview-container.type-2 .mad-thumb-holer {
    position: initial;
    transform: none;
  }
  .zoomContainer {
    display: none;
  }
  .image-preview img {
    width: 100%;
  }
  .mad-product-thumbs .mad-grid-item a,
  .image-preview-container .mad-thumb-holer {
    max-width: 100%;
  }
  .toggle-section {
    width: auto;
    min-width: 40rem;
  }
  .toggle-section.lg-right-side:after {
    right: auto;
    left: 2rem;
  }
  .toggle-section.lg-right-side {
    right: auto;
    left: 0;
  }
  .mad-header.header-3 .mad-actions,
  .mad-header.header-3 .mad-social-icons ul {
    justify-content: center;
  }
  .mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-content,
  .mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-content {
    padding: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
}
@media (max-width: 1024px) and (min-width: 768px) {
}
@media only screen and (max-width: 992px) {
  table:not(.mad-table--vertical) {
    table-layout: fixed;
  }
  .mad-table--responsive-md {
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 0;
  }
  .mad-table--responsive-md thead,
  .mad-table--responsive-md tfoot tr td:first-child {
    display: none;
  }
  .calendar_wrap .mad-table--responsive-md tbody tr:first-child td:first-child {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #dcdcdc;
  }
  .big-calendar.calendar_wrap table tr td:not(:last-child),
  table.mad-table--responsive-md tbody tr td:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
  }
  .mad-table--responsive-md th,
  .mad-table--responsive-md td {
    display: block;
  }
  .mad-table--responsive-md th:empty,
  .mad-table--responsive-md td:empty {
    display: none;
  }
  .mad-table--responsive-md th[data-cell-title],
  .mad-table--responsive-md td[data-cell-title] {
    position: relative;
    overflow: hidden;
    padding-left: 55%;
    padding-right: 1rem;
  }
  .mad-table--responsive-md th[data-cell-title]::before,
  .mad-table--responsive-md td[data-cell-title]::before {
    content: attr(data-cell-title);
    font-family: "Josefin Sans", sans-serif;
    position: absolute;
    width: 50%;
    padding-top: inherit;
    padding-right: inherit;
    padding-bottom: inherit;
    padding-left: 1rem;
    display: block;
    overflow: hidden;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mad-table--responsive-md th[data-cell-title]::after,
  .mad-table--responsive-md td[data-cell-title]::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    border-width: 0 1px 0 0;
    border-style: inherit;
    border-color: inherit;
  }
  .mad-table--responsive-md > tr:last-child,
  .mad-table--responsive-md > thead:last-child > tr:last-child,
  .mad-table--responsive-md > tbody:last-child > tr:last-child,
  .mad-table--responsive-md > tfoot:last-child > tr:last-child {
    border-bottom-width: 0;
  }
  .calendar_wrap table tr td:not(:last-child) {
    border: none;
  }
  .shop-cart-form .mad-product .mad-close-item {
    margin-right: 1rem;
  }
}
@media (min-width: 992px) {
}
@media (max-width:813px) and (min-width: 769px) {
  .mad-header-item .mad-logo {
    display: block;
    max-width: 7rem;
  }
  .mad-icon-boxes.hr-type.with-backplate.item-col-3 > *,
  .mad-icon-boxes.hr-type.with-backplate.item-col-4 > * {
    width: 100%;
  }
  .mad-icon-boxes.hr-type.with-backplate > .mad-col:not(:last-child) .mad-icon-box:after {
    top: calc(100% + 9px);
    left: 50%;
    transform: rotate(90deg);
  }
  .mad-footer.footer-4 .mad-widget,
  .mad-footer.footer-4 .mad-widget.align-right,
  .mad-footer.footer-4 .row > *:last-child .mad-our-info .mad-info,
  .mad-footer.footer-4 .mad-footer-bottom .container {
    text-align: center;
  }
  .mad-footer.footer-4 .row > *:last-child .mad-our-info .mad-info,
  .mad-footer.footer-4 .mad-our-info.vr-type .mad-info {
    justify-content: center;
  }
  .mad-footer-bottom .container {
    flex-direction: column;
  }
  .mad-footer.footer-4 .mad-footer-bottom p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .mad-menu-box .mad-col {
    width: 33.3333%;
  }
  .mad-icon-boxes.with-arrows .mad-col:not(:last-child) .mad-icon-box:after {
    width: 100px;
  }
  .item-col-4 > *,
  .mad-countdown .countdown-section,
  .mad-header[class*=header-]:not(.mad-header--transparent) .mad-header-items > *,
  .mad-grid--isotope[class*=item-col-] > *,
  .mad-products.item-col-3 > * {
    width: 50%;
  }
  .mad-icon-boxes.hr-type.with-backplate.item-col-3 > *,
  .mad-icon-boxes.hr-type.with-backplate.item-col-4 > *,
  .mad-pricing-tables.item-col-3 > *,
  .mad-pt-img img,
  .mad-entities.item-col-3 > *,
  .mad-half-section .mad-col,
  .mad-grid--isotope[class*=item-col-] > .col-x2,
  .btns-set > ul {
    width: 100%;
  }
}
@media (max-width:769px) {
  .mad-header-items {
    flex-direction: row;
    padding-bottom: 0;
  }
  .mad-header .mad-navigation-container {
    text-align: center;
  }
  .mad-header .mad-mobile-nav-btn {
    display: inline-block;
    z-index: 3;
    position: relative;
  }
  .mad-header.header-2 .mad-mobile-nav-btn {
    margin-top: 0;
  }
  .mad-navigation {
    margin: 0;
  }
  .mad-navigation--vertical-sm > li,
  .mad-navigation:not(.side-menu) {
    display: block;
    margin: 0;
    padding: 0;
  }
  .mad-navigation--vertical-sm {
    text-align: center;
    background: #e6e6e6;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
  .mad-navigation--vertical-sm > li > a {
    color: #232223;
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: #e6e6e6;
    transition: all .5s ease;
  }
  .mad-header .mad-navigation > li > a {
    line-height: 2rem;
  }
  .mad-navigation:not(.side-menu) > li:hover > a,
  .mad-navigation:not(.side-menu) > li.current-menu-item > a,
  .mad-navigation:not(.side-menu) > li.mad-tapped > a {
    background: rgba(254, 198, 13, 1);
    color: #232223 !important;
  }
  .mad-navigation:not(.side-menu) > li.menu-item-has-children > a:after {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
  .mad-navigation .sub-menu .sub-menu {
    border-top: none;
  }
  .mad-navigation .sub-menu .menu-item-has-children::after {
    content: "arrow_drop_up";
    font-size: 0.875rem;
    color: #fff;
    font-weight: bold;
  }
  .mad-navigation:not(.side-menu) > li.menu-item-has-children.mad-tapped > a:after {
    content: "keyboard_arrow_up";
  }
  .mad-navigation:not(.side-menu) > li .sub-menu li.mad-tapped > a,
  .mad-navigation:not(.side-menu) > li .sub-menu li.current-menu-item > a {
    border-bottom-color: inherit;
    color: rgba(254, 198, 13, 1);
  }
  .mad-navigation .menu-item-has-children:hover,
  .mad-navigation .menu-item-has-children.mad-seleceted,
  .mad-navigation .menu-item-has-children.mad-tapped {
    z-index: initial;
  }
  .mad-navigation > li > a:before {
    display: none;
  }
  .mad-navigation--vertical-sm .sub-menu {
    position: static;
    width: 100%;
    border-radius: 0 !important;
    opacity: 1;
    visibility: visible;
    transform: none !important;
    margin: 0 !important;
    padding: 1rem;
    background: #2e2d2e;
  }
  .mad-navigation > li > .sub-menu {
    border: none;
  }
  .mad-navigation .sub-menu > li:not(:last-child) {
    margin-bottom: 1rem;
  }
  .mad-navigation .sub-menu .menu-item-has-children::after {
    transform: rotate(0);
    right: 1rem;
    top: 0;
    content: "arrow_drop_down";
  }
  .mad-navigation .sub-menu .menu-item-has-children > a {
    padding-right: 0;
    padding-left: 0;
  }
  .mad-navigation--vertical-sm .sub-menu .sub-menu {
    padding: 0;
    padding-top: 1rem;
    background: none;
    box-shadow: none !important;
  }
  .mad-navigation > li > a::before {
    top: auto;
    bottom: 0;
  }
  .mad-navigation .sub-menu > li {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .mad-icon-boxes.hr-type.with-backplate.item-col-3 > *,
  .mad-icon-boxes.hr-type.with-backplate.item-col-4 > *,
  .mad-pricing-tables.item-col-3 > *,
  .mad-pt-img img,
  .mad-entities.item-col-3 > *,
  .mad-half-section .mad-col,
  .mad-grid--isotope[class*=item-col-] > .col-x2,
  .btns-set > ul {
    width: 100%;
  }
  .item-col-4 > *,
  .mad-countdown .countdown-section,
  .mad-header-items > *,
  .mad-grid--isotope[class*=item-col-] > *,
  .mad-products.item-col-3 > * {
    width: 50%;
  }
  .mad-menu-box .mad-col {
    width: 33.3333%;
  }
  .mad-instafeed .item-col-5 > * {
    width: 25%;
  }
  .mad-instafeed .item-col-5 > *:last-child {
    display: none;
  }
  .container.wide {
    max-width: 100%;
    padding: 0 1rem;
  }
  .mad-menu-box.with-slide-top {
    margin-top: 9rem;
  }
  .mad-half-section .mad-col:first-child .mad-half-section-item,
  .mad-half-section .mad-col:last-child .mad-half-section-item {
    border-radius: 0;
  }
  .mad-col-img .mad-colorizer-bg-image {
    background-position: top left -300px;
  }
  .mad-pre-header .mad-pre-header-wrap,
  .mad-header:not(.header-3) .mad-pre-header,
  .mad-header-section--sticky-xl {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mad-modal--search {
    flex-direction: column;
    text-align: center;
  }
  .mad-modal--search .mad-title:not(:last-child) {
    margin: 0;
    margin-bottom: 1rem;
  }
  .mad-modal--search form {
    width: 90%;
  }
  .arcticmodal-close {
    right: 1rem;
    top: 1rem;
  }
  .mad-header .mad-navigation-container {
    justify-content: flex-end;
  }
  .mad-header-item .mad-logo {
    max-width: 100%;
  }
  .mad-icon-boxes.with-arrows .mad-col:not(:last-child) .mad-icon-box:after {
    width: 100px;
  }
  .mad-icon-boxes.hr-type.with-backplate > .mad-col:not(:last-child) .mad-icon-box:after {
    top: calc(100% + 9px);
    left: 50%;
    transform: rotate(90deg);
  }
  .mad-team.big-type .mad-team-member,
  .mad-team.big-type .mad-col:nth-child(2n) .mad-team-member {
    flex-direction: column;
  }
  .mad-team.big-type .mad-team-member > .mad-team-member-info,
  .mad-team.big-type .mad-team-member > * {
    max-width: 100%;
    width: 100%;
  }
  .mad-team.big-type .mad-team-member > .mad-team-member-info {
    padding-left: 0;
    padding-right: 0;
  }
  .mad-page-popup:not(.share-popup) .mad-popup-inner {
    text-align: center;
  }
  .mad-page-popup .mad-popup-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: -1;
  }
  .mad-header.style-2 .mad-header-section--sticky-xl,
  .container.wide .mad-testimonials.with-img > .mad-col,
  .container.wide .mad-section--stretched-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mad-header.style-2 .mad-message,
  .container.wide .mad-section--stretched-content .mad-colorizer-bg-color,
  .mad-footer.style-2 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .container.wide .mad-testimonials.with-img {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .mad-footer-bottom .container {
    flex-direction: column;
  }
  .mad-header.style-2 .mad-pre-header .mad-pre-header-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .mad-footer.footer-4 .mad-widget,
  .mad-footer.footer-4 .mad-widget.align-right,
  .mad-footer.footer-4 .row > *:last-child .mad-our-info .mad-info {
    text-align: center;
  }
  .mad-footer.footer-4 .row > *:last-child .mad-our-info .mad-info,
  .mad-footer.footer-4 .mad-our-info.vr-type .mad-info {
    justify-content: center;
  }
  .mad-footer.footer-4 .mad-footer-bottom .container {
    align-items: center;
  }
  .mad-footer.footer-4 .mad-footer-bottom p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .mad-single-menu.owl-carousel {
    padding: 0 2.5rem;
  }
  .product-sort-section .mad-custom-select {
    width: auto;
  }
  .mad-filter-wrap .mad-filter {
    overflow-x: auto;
    white-space: nowrap;
    width: -webkit-fill-available;
    width: -moz-available;
    overflow-y: hidden;
    justify-content: flex-start !important;
  }
  .toggle-section.lg-right-side {
    right: auto;
    left: 1rem;
  }
  .toggle-section.left-side {
    width: 100%;
  }
  .mad-product-single .btn-set {
    position: relative;
  }
  .toggle-item {
    position: static;
  }
  .mad-page-nav {
    flex-direction: column;
  }
  .mad-page-nav > [class*=mad-nav-]:not(:last-child) {
    margin-bottom: 1rem;
  }
  .mad-entities.single-entity .mad-entity .mad-testimonials {
    float: none;
    margin-right: 0;
    margin-bottom: 1.5rem;
    max-width: 100%;
  }
  .mad-page-nav > [class*=mad-nav-] {
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .container.wide {
    max-width: 100%;
    padding: 0 3.875rem;
  }
}
@media only screen and (max-width:480px) {
  .btns-set > ul,
  .item-col-4 > *,
  .mad-countdown .countdown-section,
  .mad-icon-boxes.hr-type.item-col-3 > *,
  .mad-icon-boxes.hr-type.item-col-4 > *,
  [class*=item-col-] > *,
  .mad-team[class*=item-col-] > *,
  .mad-menu-box .mad-col,
  .mad-instafeed.style-2 .item-col-5 > *,
  .mad-instafeed.style-2 .mad-grid .mad-col.col-x2,
  .mad-products[class*=item-col-] > *,
  .mad-counters[class*=item-col-] > *,
  .mad-grid--isotope[class*=item-col-] > *,
  .form-group.type-3 [class*=form-col],
  .form-group.type-3 [class*=form-col]:last-child {
    width: 100%;
  }
  .mad-instafeed .item-col-5 > * {
    width: 50%;
  }
  .form-group.type-2 [class*=form-col] {
    max-width: 100%;
    width: 100%;
  }
  .form-group.type-3 .form-col .btn {
    margin-top: 0;
  }
  p br {
    display: none;
  }
  .mad-banner p br {
    display: block;
  }
  .mad-pre-header .mad-pre-header-wrap,
  .mad-header:not(.header-3) .mad-pre-header,
  .form-group,
  .product-sort-section {
    display: block;
  }
  .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections) .mad-tabs-nav {
    justify-content: flex-start !important;
  }
  .mad-header:not(.header-3) .mad-pre-header > *:not(:last-child) {
    margin-bottom: 0.75rem;
  }
  .mad-pre-header .mad-pre-header-wrap,
  .mad-header:not(.header-3) .mad-pre-header,
  .mad-header-section--sticky-xl,
  .mad-icon-boxes.hr-type.with-backplate .mad-icon-box,
  table td,
  table th,
  .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-container .mad-tab,
  .mad-tabs.mad-tabs--style-2 .mad-tabs-nav a,
  .mad-team.type-2 .mad-team-member,
  .mad-icon-boxes.hr-type.with-backplate .mad-icon-box,
  .mad-banner,
  .mad-banners.type-2 .mad-banner,
  .mad-banners .mad-box,
  .mad-single-menu .mad-menu-item .mad-menu-content,
  .mad-product.mad-product-single,
  .toggle-section,
  .shopping-cart,
  .mad-entities.type-3.with-img.with-sidebar .mad-entity .mad-entity-link-element,
  .mad-half-section-item,
  .mad-entities.type-3 .mad-entity .mad-entity-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mad-entity-link-element > i {
    left: 1rem;
  }
  .mad-entities.type-3.with-img.with-sidebar .mad-entity .mad-entity-link-element {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .mad-team.type-2 .mad-team-member {
    padding: 1rem;
  }
  .mad-icon-boxes.hr-type.with-backplate .mad-icon-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .mad-icon-boxes.hr-type .mad-icon-box > .mad-icon-box-icon {
    margin-bottom: 1rem;
  }
  .mad-header-item .mad-logo {
    max-width: 100%;
  }
  .mad-header-items .mad-header-item:not(:first-child) {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .mad-breadcrumb .mad-page-title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
  h2.mad-page-title,
  h2,
  h2.mad-entity-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  h3.mad-entity-title {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .mad-entities.type-2 .mad-entity .mad-entity-content {
    padding: 2rem 1rem;
  }
  .mad-footer-bottom .container {
    flex-direction: column;
  }
  .mad-footer-bottom .copyrights:not(:last-child) {
    margin-bottom: 1rem;
  }
  .shopping-cart.mad-dropdown-element {
    width: auto;
    right: 0;
    left: 0;
    margin-top: 0;
    margin: 0;
    min-width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mad-item .mad-dropdown:not(.mad-lang) {
    position: static;
  }
  form.mad-newsletter-form.one-line .btn,
  form.one-line.sm-button-down .btn {
    position: initial;
    margin-top: 1rem;
  }
  .justify-content-center form.one-line.sm-button-down {
    text-align: center;
  }
  .mad-icon-boxes.with-arrows .mad-col:not(:last-child) .mad-icon-box:after {
    display: none;
  }
  .mad-pricing-tables.type-2 .mad-pricing-table .mad-pt-content,
  .mad-pricing-tables.type-3 .mad-pricing-table .mad-pt-content {
    padding: 0;
  }
  .mad-pricing-tables.type-2 .mad-pricing-table,
  .mad-pricing-tables.type-3 .mad-pricing-table {
    padding: 1.875rem 1rem;
  }
  .mad-table.mad-table--vertical tr th {
    width: auto;
  }
  .mad-tabs.mad-tabs--tour-sections {
    flex-direction: column;
  }
  .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
    margin: 0;
    margin-bottom: 2rem;
  }
  .mad-tabs.mad-tabs--tour-sections .mad-tabs-nav {
    width: 100%;
    max-width: 100%;
  }
  .mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span.mad-active a {
    border-right-color: rgba(254, 198, 13, 1);
  }
  .mad-tabs.mad-tabs--tour-sections.mad-tabs--style-2 .mad-tabs-nav > span a,
  .mad-tabs:not(.mad-tabs--unstyled).mad-tabs--style-2 .mad-tabs-container .mad-tab {
    border-radius: 1.5rem;
  }
  .mad-tabs:not(.mad-tabs--unstyled):not(.mad-tabs--tour-sections).mad-tabs--style-2 .mad-tabs-container .mad-tab {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .mad-testimonials.type-2 .owl-carousel {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .owl-carousel:not(.mad-simple-slideshow) .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel:not(.mad-simple-slideshow) .owl-nav button.owl-next {
    right: 0;
  }
  .mad-testimonials.type-2 .mad-testimonial:before {
    display: none;
  }
  .mad-testimonials.type-2 .mad-testimonial {
    padding: 0;
  }
  .mad-testimonials.type-2 .owl-carousel .owl-dots {
    margin-left: 0;
    margin-right: 0;
  }
  .mad-testimonial-bg {
    padding: 2rem 1rem;
  }
  .mad-half-section-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
  }
  .mad-page-popup .mad-page-title {
    font-size: 2rem;
  }
  .mad-footer.style-2 .mad-footer-main,
  .mad-message,
  .mad-pre-header {
    text-align: center;
  }
  .mad-footer.style-2 .mad-footer-main .mad-hr-list ul,
  .mad-footer.style-2 .mad-footer-main .mad-social-icons ul,
  .mad-our-info {
    justify-content: center;
  }
  .mad-header.header-3 .mad-header-items {
    flex-direction: column;
  }
  .mad-header.header-3 .mad-quick-links {
    text-align: center;
    margin-top: 0.75rem;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item {
    width: 100%;
  }
  .tp-layer-section-title {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
  }
  .tp-layer-section-title br {
    display: none;
  }
  .mad-spec-header {
    margin: 0 -1rem;
  }
  .mad-spec-header > * {
    padding: 0 1rem;
  }
  .mad-header:not(.style-2):not(.header-3) .mad-header-item .mad-logo {
    max-width: 100%;
  }
  .mad-spec-header .mad-spec-title {
    white-space: normal;
  }
  .mad-single-menu .mad-menu-item {
    flex-direction: column;
  }
  .mad-spec-header .mad-spec-title .mad-label {
    display: none;
  }
  .mad-filter {
    overflow-x: auto;
    white-space: nowrap;
    width: -webkit-fill-available;
    width: -moz-available;
    overflow-y: hidden;
    justify-content: flex-start !important;
  }
  .mad-404-title {
    font-size: 14rem;
    line-height: 14rem;
  }
  .toggle-section,
  .toggle-section.lg-right-side {
    min-width: auto;
    left: 1rem;
    right: 1rem;
  }
  .mad-order-item > .mad-order-img {
    display: none;
  }
  .mad-page-nav.mad-entities.type-3 .mad-entity .mad-entity-body {
    padding-top: 0;
  }
  .mad-order-section .mad-order-title {
    margin-left: -1rem;
  }
  .mad-order-section ul li {
    padding-left: 1rem;
    padding-right: 1rem;
    justify-content: space-between;
  }
  .mad-order-section ul li .mad-col,
  .mad-order-section ul li .mad-col:last-child {
    width: auto;
  }
  .mad-entities.single-entity .mad-entity .mad-entity-footer,
  .mad-product-single .mad-shop-footer {
    margin: -1rem;
  }
  .mad-entities.single-entity .mad-entity .mad-entity-footer,
  .mad-product-single .mad-shop-footer {
    padding: 1rem;
  }
  .btn-big {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .mad-product.mad-product-single {
    padding-bottom: 1rem;
  }
  .shop-cart-form .mad-products.mad-product-small .mad-product {
    display: block;
  }
  .shop-cart-form .mad-products.mad-product-small .mad-product .mad-product-description,
  .mad-entities.type-3.with-img .mad-entity .mad-entity-body {
    padding: 1rem 0 0;
  }
  .mad-entities.single-entity .mad-entity {
    padding: 1rem;
  }
  .mad-header.header-3 .mad-header-items .mad-header-item .mad-our-info {
    justify-content: center;
  }
  .owl-carousel .owl-dots {
    display: none;
  }
  .mad-col-img .mad-colorizer-bg-image {
    background-position: top left -780px;
  }
  .mad-page-nav {
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .mad-page-nav > [class*=mad-nav-]:not(:last-child) {
    margin-bottom: 0;
  }
  .mad-page-nav.mad-products.mad-product-small .mad-product .mad-product-description {
    display: none;
  }
  .mad-team.owl-carousel:not(.no-dots) .owl-nav button.owl-prev,
  .mad-team.owl-carousel:not(.no-dots) .owl-nav button.owl-next {
    top: 20%;
  }
  .form-group.type-3 {
    margin-top: -2rem;
  }
  [class*=form-col] {
    padding-top: 2rem;
    margin-top: 0;
  }
  .mad-half-section .mad-col:first-child .mad-half-section-item {
    justify-content: center;
  }
  .mad-widget .mad-banners .mad-banner {
    max-width: 100%;
  }
  .mad-entities.type-3.with-big-date.with-img .mad-entity .mad-entity-body {
    margin-left: 0;
  }
  .mad-footer.style-2 .mad-footer-top,
  .mad-footer.style-2 .mad-footer-main {
    padding: 9rem 0;
  }
  .mad-entities-big.mad-entities.type-3.with-big-date.with-img .mad-entity .mad-entity-body {
    padding-right: 0;
  }
  .mad-entities.type-3.with-big-date .mad-entity .mad-entity-date {
    position: initial;
    float: left;
    margin-right: 1rem;
  }
  .mad-entities.type-3.with-big-date.with-img .mad-entity .mad-entity-body {
    margin-top: 1rem;
  }
}
@media only screen and (max-width:380px) {
  .mad-header .mad-actions {
    flex-direction: column;
  }
  .btn-huge {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .tp-layer-section-title {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
  }
  .mad-breadcrumb .mad-page-title {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .calendar_wrap.calendar-medium table thead th,
  .calendar_wrap.calendar-medium table td {
    font-size: 1rem;
  }
  .mad-404-title {
    font-size: 10rem;
    line-height: 11rem;
  }
  .mad-page-nav .mad-product .mad-product-description,
  .mad-page-nav.mad-entities.type-3 .mad-entity .mad-entity-body {
    display: none;
  }
  .mad-order-section ul li {
    flex-wrap: wrap;
  }
  .mad-order-section ul li .mad-col:first-child {
    width: 100%;
  }
  .mad-spec-item {
    flex-direction: column;
  }
  .mad-spec-item figure {
    margin: 0;
    margin-bottom: 1rem;
  }
  .mad-page-nav > [class*=mad-nav-] .mad-product,
  .mad-page-nav.mad-entities.mad-entity-hr .mad-entity {
    display: none;
  }
  .mad-entity-link-element {
    padding: 3rem 1rem;
  }
  .mad-instafeed.style-2.size-2 .mad-grid > * {
    width: 50%;
  }
}

/* node_modules/owl.carousel/dist/assets/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/owl.carousel/dist/assets/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-VIPLGEEH.css.map */
