@import "https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;600;700;900&display=swap";
html {
  scrollbar-gutter: stable;
  overflow: auto;
}

body .wp-site-blocks footer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.home .wp-site-blocks .site-header {
  box-shadow: none;
}

body.nav-active .wp-block-site-logo {
  position: absolute;
}

body.nav-active .wp-block-site-logo img {
  width: 98px;
  min-height: 50px;
}

body.nav-active .nav-list .drop-container {
  overflow-y: auto;
}

.overlay {
  pointer-events: none;
  z-index: -1;
  background: #00000080;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.wp-site-blocks {
  scrollbar-gutter: stable;
  margin-top: 0;
  padding-top: 0;
}

.wp-site-blocks .site-header {
  background-color: var(--wp--preset--color--base);
  z-index: 30;
  position: sticky;
  top: -32px;
  box-shadow: 0 1px 2px #0000001a;
}

@media (width <= 991px) {
  .wp-site-blocks .site-header {
    top: 0;
  }
}

.wp-site-blocks .site-header.header-box-shadow {
  transition: box-shadow .3s ease-in-out;
  box-shadow: 0 1px 6px #20212447;
}

.wp-site-blocks .site-header nav .wp-block-navigation__responsive-container-content ul li a {
  font-weight: 500;
}

.breadcrumbs li:before {
  color: var(--wp--preset--color--light-gray);
}

.breadcrumbs li .breadcrumbs__crumb-label {
  font-weight: 500;
}

.img-hover:hover {
  opacity: .5 !important;
}

.wp-block-query figure a {
  border-radius: 8px 8px 0 0;
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.wp-block-query figure a img {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  transition: transform .6s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
  transform: scale(1)translateZ(0);
}

.wp-block-query figure a img:hover {
  transform: scale(1.02)translateZ(0);
}

.wp-block-table table td {
  word-break: normal;
}

.post-password-form p {
  align-items: end;
  display: flex;
}

.post-password-form p input {
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  height: auto;
  font-weight: 400;
  line-height: inherit;
  outline-offset: -2px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  padding: 10px 16px;
  box-shadow: 0 2px 4px #0000001a;
}

.post-password-form p input:focus {
  background-color: var(--wp--preset--color--neutral);
  border: 1px solid var(--wp--preset--color--light-gray);
}

.post-password-form p input[type="submit"] {
  background: var(--wp--preset--gradient--teal-cyan);
  box-shadow: var(--wp--preset--shadow--light);
  color: var(--wp--preset--color--base);
  cursor: pointer;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--xx-small);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: inherit;
  text-transform: uppercase;
  background-color: #32373c;
  border-width: 0;
  border-radius: 2px;
  width: auto;
  margin-left: 10px;
  padding: .75rem 2rem;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.post-password-form p input[type="submit"]:hover {
  background: var(--wp--preset--gradient--teal-cyan);
  box-shadow: var(--wp--preset--shadow--dark);
  background-color: #32373c;
}

.wp-block-separator {
  border: 1px solid;
  border-left: none;
  border-right: none;
}

.wp-block-separator.is-style-dots {
  text-align: center;
  border: none;
  height: auto;
  line-height: 1;
  background: none !important;
}

.wp-block-separator.is-style-dots:before {
  color: currentColor;
  content: "···";
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
  font-size: 1.5em;
}

.wp-block-separator {
  border: 0 solid;
  border-top-width: 1px;
  border-radius: 0;
}

input.gform_button {
  box-shadow: var(--wp--preset--shadow--light);
  text-transform: uppercase !important;
}

input.gform_button:hover {
  box-shadow: none;
}

.wp-block-details summary {
  text-transform: uppercase;
  font-weight: 700;
  transition: transform .25s;
}

.wp-block-details summary:hover {
  cursor: pointer;
}

.wp-block-details summary::marker {
  font-size: .75rem;
  transition: transform .25s;
}

.has-emerald-background-color .tribe-events-schedule .tribe-events-schedule__datetime span {
  color: var(--wp--preset--color--base);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1rem;
  font-weight: 400;
}

.wp-block-query .tribe-events-schedule h2.tribe-events-schedule__datetime {
  line-height: 0;
}

.wp-block-query .tribe-events-schedule h2.tribe-events-schedule__datetime span {
  color: var(--wp--preset--color--emerald);
  font-family: var(--wp--preset--font-family--primary);
  font-size: .75rem;
  font-weight: 700;
  line-height: normal;
}

.wp-block-query .wp-block-outermost-icon-block .icon-container svg {
  fill: var(--wp--preset--color--emerald);
}

.wp-block-query .wp-block-outermost-icon-block a:hover {
  transform: none !important;
}

.wp-block-outermost-icon-block .icon-container svg {
  fill: none;
}

.wp-block-outermost-icon-block a:hover {
  transform: none !important;
}

.wp-block-columns {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap !important;
  align-items: normal !important;
}

@media (width >= 992px) {
  .wp-block-columns {
    flex-wrap: nowrap !important;
  }
}

@media (width <= 1200px) {
  .wp-block-columns.breakpoint-1200 {
    flex-wrap: wrap !important;
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

@media (width <= 991px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile).trusted-brands .wp-block-column {
    border: 0;
    flex-basis: 50% !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile).trusted-brands .wp-block-column:nth-child(odd) {
    border-right: 1px solid var(--wp--preset--color--light-gray);
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile).trusted-brands .wp-block-column:nth-child(-n+2) {
    border-bottom: 1px solid var(--wp--preset--color--light-gray);
  }
}

@media (width >= 992px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1;
    flex-basis: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}

@media (width <= 1200px) {
  .wp-block-columns.breakpoint-1200:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-grow: 1;
    flex-basis: 100% !important;
  }

  .wp-block-columns.breakpoint-1200:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
}

.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap !important;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-grow: 1;
  flex-basis: 0;
}

.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}

:where(.wp-block-columns) {
  margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
  padding: 1.25em 2.375em;
}

.wp-block-column {
  overflow-wrap: break-word;
  word-break: break-word;
  flex-grow: 1;
  min-width: 0;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-column.is-vertically-aligned-stretch {
  align-self: stretch;
}

.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%;
}

.wp-block-columns.is-style-full-height {
  height: 100%;
}

.wp-block-group.is-position-sticky {
  top: 100px;
}

.wp-block-heading[id] {
  scroll-margin-top: 100px;
}

.sticky-offset-40 {
  top: 40px;
}

.sticky-offset-60 {
  top: 60px;
}

.sticky-offset-80 {
  top: 80px;
}

.sticky-offset-100 {
  top: 100px;
}

.max-width-extra-wide {
  max-width: 1920px;
}

.max-width-wide {
  max-width: 1320px;
}

.max-width-content {
  max-width: 1140px;
}

.overflow-scroll {
  height: 100vh;
  overflow-y: scroll;
}

.max-w-100 {
  max-width: 100%;
}

.max-w-200 {
  max-width: 200px;
}

.max-w-300 {
  max-width: 300px;
}

.max-w-400 {
  max-width: 400px;
}

.max-w-500 {
  max-width: 500px;
}

.max-w-600 {
  max-width: 600px;
}

.max-w-700 {
  max-width: 700px;
}

.max-w-800 {
  max-width: 800px;
}

.max-w-900 {
  max-width: 900px;
}

.max-w-1000 {
  max-width: 1000px;
}

.rounded-10 {
  border-radius: 10px;
}

.rounded-20 {
  border-radius: 20px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-40 {
  border-radius: 40px;
}

.rounded-50 {
  border-radius: 50px;
}

.top-nav-links {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  gap: 10px;
  padding: 0;
  overflow-x: auto;
}

.top-nav-links::-webkit-scrollbar {
  display: none;
}

.top-nav-links p {
  border-radius: 0 0 3px 3px;
  align-items: stretch;
  padding: 5px;
  display: flex;
  position: relative;
}

.top-nav-links p:before {
  background-color: var(--wp--preset--color--emerald);
  content: "";
  opacity: 0;
  height: 5px;
  transition: opacity .3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-nav-links p.active:before, .top-nav-links p:hover:before {
  opacity: 1;
}

.top-nav-links p a {
  color: #343a40;
  white-space: nowrap;
  flex: none;
  align-items: center;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
}

.top-nav-links p a:after {
  content: "";
  background-image: url("external-link.594dbe98.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 13px 13px;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  display: block;
}

.top-nav-links p.active a:after {
  content: none;
}

@media (width <= 991px) {
  .top-nav-links p {
    padding-top: 0;
  }

  .top-nav-links p a {
    font-size: .75rem;
  }

  .top-nav-links p:before {
    opacity: 0 !important;
  }

  .top-nav-links {
    gap: 5px;
  }
}

header .wpml-language-switcher-block {
  align-items: center;
  padding: 0 10px 0 .75rem;
  display: inline-flex;
  width: auto !important;
}

header .wpml-language-switcher-block .wpml-ls-dropdown .wp-block-navigation__container {
  justify-content: end;
}

header .wpml-language-switcher-block .wpml-ls-dropdown .wp-block-navigation__container .wp-block-navigation__submenu-container {
  z-index: 20;
  background-color: #fff6;
  border: 1px solid #ffffffe6;
  border-radius: 3px;
  left: -12px;
  box-shadow: 0 1px 3px #0000001a;
  width: auto !important;
}

header .wpml-language-switcher-block .wpml-ls-dropdown .wp-block-navigation__container .wp-block-navigation__submenu-container li {
  padding: 5px 10px;
}

header .wpml-language-switcher-block .wpml-ls-dropdown .wp-block-navigation__container .wp-block-navigation__submenu-container li:hover {
  background-color: var(--wp--preset--color--base) !important;
}

header .wpml-language-switcher-block .wpml-ls-dropdown .wp-block-navigation__container .wp-block-navigation__submenu-container li:last-child {
  border-radius: 0 0 5px 5px;
}

.accordion-item a {
  color: var(--wp--preset--color--contrast);
}

.accordion-item a:hover {
  color: var(--wp--preset--color--cyan);
}

@media (width <= 991px) {
  .accordion-item a {
    color: var(--wp--preset--color--yellow);
  }

  .accordion-item a:hover {
    color: var(--wp--preset--color--base);
  }
}

.accordion-item figure {
  align-self: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.accordion-item figure img {
  transition: transform .25s;
  transform: rotate(180deg);
}

.accordion-item figure img.collapsed {
  transform: rotate(0);
}

.accordion-item nav {
  max-height: 2000px;
  transition: max-height .35s;
  overflow: hidden;
}

.accordion-item nav.collapsed {
  max-height: 0;
}

@media (width <= 991px) {
  .accordion-item nav ul li a {
    color: var(--wp--preset--color--base) !important;
  }

  .accordion-item nav ul li a:hover {
    color: var(--wp--preset--color--cyan) !important;
  }
}

.accordion-item nav ul li.current-menu-item a {
  color: var(--wp--preset--color--cyan) !important;
}

.gb-accordion .gb-container button {
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--ghost);
  cursor: pointer;
  padding-left: 0;
  transition: all .25s;
}

.gb-accordion .gb-container button:hover {
  background-color: var(--wp--preset--color--ghost);
}

.gb-accordion .gb-container button.gb-block-is-current {
  padding-left: 20px;
  font-weight: 700;
}

.logos-container .gb-container:has(img) {
  max-height: 150px;
}

.logos-container .gb-container:has(img) img {
  max-height: 100px;
}

.back-to-top {
  background-color: #000;
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
  z-index: 99;
  border: none;
  border-radius: 50px;
  outline: none;
  padding: 10px 18px;
  font-size: 18px;
  transition: all .5s;
  position: fixed;
  bottom: 100px;
  box-shadow: 0 1px 1px #42424214, 0 1px 3px 1px #42424229;
}

@media screen and (width <= 990px) {
  .back-to-top {
    right: 10px;
  }
}

.back-to-top.show {
  opacity: 1;
}

.back-to-top:hover {
  background-color: var(--wp--preset--color--base);
  color: var(--wp--preset--color--contrast);
}

.bg-green, .bg-success {
  background-color: #004b4e !important;
}

.bg-yellow {
  background-color: #ffbf3b !important;
}

.bg-teal {
  background-color: #20c997 !important;
}

.bg-cyan {
  background-color: #00cecd !important;
}

.bg-cyan-light {
  background-color: #00cecd0d !important;
}

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

.bg-fido-gray {
  background-color: #262b2e !important;
}

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

.bg-lighter {
  background-color: #fafafa !important;
}

.bg-secondary {
  background-color: #f5f6f7 !important;
}

a:hover {
  text-decoration: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.blockquote-footer:before {
  content: "— ";
}

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

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  padding: .25rem;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  color: #868e96;
  font-size: 90%;
}

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

a > code {
  color: inherit;
}

kbd {
  color: #fff;
  background-color: #212529;
  border-radius: .2rem;
  padding: .2rem .4rem;
  font-size: 87.5%;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  color: #212529;
  font-size: 87.5%;
  display: block;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

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

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

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

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

@media (width >= 992px) {
  .container {
    max-width: 960px;
  }
}

@media (width >= 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (width >= 1400px) {
  .container {
    max-width: 1320px;
  }
}

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

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

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

.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 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, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

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

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

.col-1, .col-auto {
  -webkit-box-flex: 0;
}

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

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

.col-2, .col-3 {
  -webkit-box-flex: 0;
}

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

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

.col-4, .col-5 {
  -webkit-box-flex: 0;
}

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

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

.col-6, .col-7 {
  -webkit-box-flex: 0;
}

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

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

.col-8, .col-9 {
  -webkit-box-flex: 0;
}

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

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

.col-10, .col-11 {
  -webkit-box-flex: 0;
}

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 992px) {
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 1200px) {
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6667%;
  }
}

@media (width >= 1400px) {
  .col-xxl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-2 {
    margin-left: 16.6667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.3333%;
  }

  .offset-xxl-5 {
    margin-left: 41.6667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.3333%;
  }

  .offset-xxl-8 {
    margin-left: 66.6667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.3333%;
  }

  .offset-xxl-11 {
    margin-left: 91.6667%;
  }
}

.table {
  background-color: initial;
  width: 100%;
  margin-bottom: 1rem;
}

.table td, .table th {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: .75rem;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered, .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: #0000000d;
}

.table-hover tbody tr:hover {
  background-color: #00000013;
}

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

.table-hover .table-primary:hover, .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: #dddfe2;
}

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

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

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

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

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

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

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

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

.table-hover .table-danger:hover, .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-hover .table-light:hover, .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-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-green, .table-green > td, .table-green > th {
  background-color: #b8cdcd;
}

.table-hover .table-green:hover, .table-hover .table-green:hover > td, .table-hover .table-green:hover > th {
  background-color: #a9c2c2;
}

.table-teal, .table-teal > td, .table-teal > th {
  background-color: #c1f0e2;
}

.table-hover .table-teal:hover, .table-hover .table-teal:hover > td, .table-hover .table-teal:hover > th {
  background-color: #acebd8;
}

.table-cyan, .table-cyan > td, .table-cyan > th {
  background-color: #b8f1f1;
}

.table-hover .table-cyan:hover, .table-hover .table-cyan:hover > td, .table-hover .table-cyan:hover > th {
  background-color: #a3eded;
}

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

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

.table-yellow, .table-yellow > td, .table-yellow > th {
  background-color: #ffedc8;
}

.table-hover .table-yellow:hover, .table-hover .table-yellow:hover > td, .table-hover .table-yellow:hover > th {
  background-color: #ffe5af;
}

.table-black, .table-black > td, .table-black > th {
  background-color: #b8b8b8;
}

.table-hover .table-black:hover, .table-hover .table-black:hover > td, .table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: #00000013;
}

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

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: #ffffff0d;
}

.table-dark.table-hover tbody tr:hover {
  background-color: #ffffff13;
}

@media (width <= 575.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (width <= 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (width <= 991.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (width <= 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (width <= 1399.98px) {
  .table-responsive-xxl {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    width: 100%;
    display: block;
    overflow-x: auto;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100%;
  display: block;
  overflow-x: auto;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

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

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

.form-control:-ms-placeholder-shown {
  color: #fff;
  opacity: 1;
}

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

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

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

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

.col-form-label {
  font-size: inherit;
  margin-bottom: 0;
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  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 {
  background-color: initial;
  color: #212529;
  border: 1px solid #0000;
  border-width: 1px 0;
  width: 100%;
  margin-bottom: 0;
  padding-top: .375rem;
  padding-bottom: .375rem;
  line-height: 1.5;
  display: block;
}

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

.form-control-sm {
  border-radius: .2rem;
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

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

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

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

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

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

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

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

.form-check-input:disabled ~ .form-check-label {
  color: #868e96;
}

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

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

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

.valid-feedback {
  color: #004b4e;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  display: none;
}

.valid-tooltip {
  color: #fff;
  z-index: 5;
  background-color: #004b4ee6;
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
}

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

.custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
  border-color: #004b4e;
  box-shadow: 0 0 0 .2rem #004b4e40;
}

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

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

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

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

.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 {
  background-color: #007c81;
}

.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 1px #fff, 0 0 0 .2rem #004b4e40;
}

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

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

.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 {
  box-shadow: 0 0 0 .2rem #004b4e40;
}

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

.invalid-tooltip {
  color: #fff;
  z-index: 5;
  background-color: #dc3545e6;
  border-radius: .25rem;
  max-width: 100%;
  margin-top: .1rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  display: none;
  position: absolute;
  top: 100%;
}

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

.custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem #dc354540;
}

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control: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 {
  background-color: #efa2a9;
}

.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 {
  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 1px #fff, 0 0 0 .2rem #dc354540;
}

.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 ~ .custom-file-label:after, .was-validated .custom-file-input:invalid ~ .custom-file-label:after {
  border-color: inherit;
}

.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 {
  box-shadow: 0 0 0 .2rem #dc354540;
}

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

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

@media (width >= 576px) {
  .form-inline label {
    -ms-flex-align: center;
    justify-content: center;
  }

  .form-inline .form-group, .form-inline label {
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .form-inline .form-group {
    flex-flow: wrap;
    flex: none;
    -ms-flex-align: center;
  }

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

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

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

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

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

  .form-inline .custom-control {
    justify-content: center;
    align-items: center;
  }

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

.btn {
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: inline-block;
}

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

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

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

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

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

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 #007bff80;
}

.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: initial !important;
  border: none !important;
}

.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 #007bff80;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

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

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem #868e9680;
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

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

.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 #868e9680;
}

.btn-success {
  color: #fff;
  background-color: #004b4e;
  border-color: #004b4e;
}

.btn-success:hover {
  color: #fff;
  background-color: #002628;
  border-color: #001a1b;
}

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem #004b4e80;
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #004b4e;
  border-color: #004b4e;
}

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #001a1b;
  border-color: #000e0e;
}

.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 #004b4e80;
}

.btn-info {
  color: #fff;
  background-color: #00cecd;
  border-color: #00cecd;
}

.btn-info:hover {
  color: #fff;
  background-color: #00a8a7;
  border-color: #009b9a;
}

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #00cecd;
  border-color: #00cecd;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #009b9a;
  border-color: #008e8e;
}

.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 #00cecd80;
}

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

.btn-warning:hover {
  color: #212529;
  background-color: #ffb315;
  border-color: #ffae08;
}

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 .2rem #ffbf3b80;
}

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

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

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

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

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

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

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

.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 #343a4080;
}

.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 #343a4080;
}

.btn-green {
  color: #fff;
  background-color: #004b4e;
  border-color: #004b4e;
}

.btn-green:hover {
  color: #fff;
  background-color: #002628;
  border-color: #001a1b;
}

.btn-green.focus, .btn-green:focus {
  box-shadow: 0 0 0 .2rem #004b4e80;
}

.btn-green.disabled, .btn-green:disabled {
  color: #fff;
  background-color: #004b4e;
  border-color: #004b4e;
}

.btn-green:not(:disabled):not(.disabled).active, .btn-green:not(:disabled):not(.disabled):active, .show > .btn-green.dropdown-toggle {
  color: #fff;
  background-color: #001a1b;
  border-color: #000e0e;
}

.btn-green:not(:disabled):not(.disabled).active:focus, .btn-green:not(:disabled):not(.disabled):active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #004b4e80;
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-teal:hover {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}

.btn-teal.focus, .btn-teal:focus {
  box-shadow: 0 0 0 .2rem #20c99780;
}

.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-teal:not(:disabled):not(.disabled).active, .btn-teal:not(:disabled):not(.disabled):active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}

.btn-teal:not(:disabled):not(.disabled).active:focus, .btn-teal:not(:disabled):not(.disabled):active:focus, .show > .btn-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #20c99780;
}

.btn-cyan {
  color: #fff;
  background-color: #00cecd;
  border-color: #00cecd;
}

.btn-cyan:hover {
  color: #fff;
  background-color: #00a8a7;
  border-color: #009b9a;
}

.btn-cyan.focus, .btn-cyan:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #00cecd;
  border-color: #00cecd;
}

.btn-cyan:not(:disabled):not(.disabled).active, .btn-cyan:not(:disabled):not(.disabled):active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #009b9a;
  border-color: #008e8e;
}

.btn-cyan:not(:disabled):not(.disabled).active:focus, .btn-cyan:not(:disabled):not(.disabled):active:focus, .show > .btn-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-cyan-light {
  color: #fff;
  background-color: #00cecd0d;
  border-color: #00cecd0d;
}

.btn-cyan-light:hover {
  color: #fff;
  background-color: #00a8a70d;
  border-color: #009b9a0d;
}

.btn-cyan-light.focus, .btn-cyan-light:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-cyan-light.disabled, .btn-cyan-light:disabled {
  color: #fff;
  background-color: #00cecd0d;
  border-color: #00cecd0d;
}

.btn-cyan-light:not(:disabled):not(.disabled).active, .btn-cyan-light:not(:disabled):not(.disabled):active, .show > .btn-cyan-light.dropdown-toggle {
  color: #fff;
  background-color: #009b9a0d;
  border-color: #008e8e0d;
}

.btn-cyan-light:not(:disabled):not(.disabled).active:focus, .btn-cyan-light:not(:disabled):not(.disabled):active:focus, .show > .btn-cyan-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-yellow {
  color: #212529;
  background-color: #ffbf3b;
  border-color: #ffbf3b;
}

.btn-yellow:hover {
  color: #212529;
  background-color: #ffb315;
  border-color: #ffae08;
}

.btn-yellow.focus, .btn-yellow:focus {
  box-shadow: 0 0 0 .2rem #ffbf3b80;
}

.btn-yellow.disabled, .btn-yellow:disabled {
  color: #212529;
  background-color: #ffbf3b;
  border-color: #ffbf3b;
}

.btn-yellow:not(:disabled):not(.disabled).active, .btn-yellow:not(:disabled):not(.disabled):active, .show > .btn-yellow.dropdown-toggle {
  color: #212529;
  background-color: #ffae08;
  border-color: #faa900;
}

.btn-yellow:not(:disabled):not(.disabled).active:focus, .btn-yellow:not(:disabled):not(.disabled):active:focus, .show > .btn-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffbf3b80;
}

.btn-black, .btn-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-black.focus, .btn-black:focus {
  box-shadow: 0 0 0 .2rem #00000080;
}

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

.btn-black:not(:disabled):not(.disabled).active:focus, .btn-black:not(:disabled):not(.disabled):active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00000080;
}

.btn-outline-primary {
  background-color: initial;
  color: #007bff;
  background-image: none;
  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 #007bff80;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  background-color: initial;
  color: #007bff;
}

.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 #007bff80;
}

.btn-outline-secondary {
  background-color: initial;
  color: #868e96;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem #868e9680;
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  background-color: initial;
  color: #868e96;
}

.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: #868e96;
  border-color: #868e96;
}

.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 #868e9680;
}

.btn-outline-success {
  background-color: initial;
  color: #004b4e;
  background-image: none;
  border-color: #004b4e;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #004b4e;
  border-color: #004b4e;
}

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem #004b4e80;
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  background-color: initial;
  color: #004b4e;
}

.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: #004b4e;
  border-color: #004b4e;
}

.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 #004b4e80;
}

.btn-outline-info {
  background-color: initial;
  color: #00cecd;
  background-image: none;
  border-color: #00cecd;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #00cecd;
  border-color: #00cecd;
}

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  background-color: initial;
  color: #00cecd;
}

.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: #00cecd;
  border-color: #00cecd;
}

.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 #00cecd80;
}

.btn-outline-warning {
  background-color: initial;
  color: #ffbf3b;
  background-image: none;
  border-color: #ffbf3b;
}

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem #ffbf3b80;
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  background-color: initial;
  color: #ffbf3b;
}

.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: #ffbf3b;
  border-color: #ffbf3b;
}

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

.btn-outline-danger {
  background-color: initial;
  color: #dc3545;
  background-image: none;
  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 #dc354580;
}

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

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

.btn-outline-light {
  background-color: initial;
  color: #f8f9fa;
  background-image: none;
  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 #f8f9fa80;
}

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

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

.btn-outline-dark {
  background-color: initial;
  color: #343a40;
  background-image: none;
  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 #343a4080;
}

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

.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 #343a4080;
}

.btn-outline-green {
  background-color: initial;
  color: #004b4e;
  background-image: none;
  border-color: #004b4e;
}

.btn-outline-green:hover {
  color: #fff;
  background-color: #004b4e;
  border-color: #004b4e;
}

.btn-outline-green.focus, .btn-outline-green:focus {
  box-shadow: 0 0 0 .2rem #004b4e80;
}

.btn-outline-green.disabled, .btn-outline-green:disabled {
  background-color: initial;
  color: #004b4e;
}

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

.btn-outline-green:not(:disabled):not(.disabled).active:focus, .btn-outline-green:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #004b4e80;
}

.btn-outline-teal {
  background-color: initial;
  color: #20c997;
  background-image: none;
  border-color: #20c997;
}

.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-teal.focus, .btn-outline-teal:focus {
  box-shadow: 0 0 0 .2rem #20c99780;
}

.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  background-color: initial;
  color: #20c997;
}

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

.btn-outline-teal:not(:disabled):not(.disabled).active:focus, .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-teal.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #20c99780;
}

.btn-outline-cyan {
  background-color: initial;
  color: #00cecd;
  background-image: none;
  border-color: #00cecd;
}

.btn-outline-cyan:hover {
  color: #fff;
  background-color: #00cecd;
  border-color: #00cecd;
}

.btn-outline-cyan.focus, .btn-outline-cyan:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  background-color: initial;
  color: #00cecd;
}

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

.btn-outline-cyan:not(:disabled):not(.disabled).active:focus, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-cyan.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-outline-cyan-light {
  background-color: initial;
  color: #00cecd0d;
  background-image: none;
  border-color: #00cecd0d;
}

.btn-outline-cyan-light:hover {
  color: #fff;
  background-color: #00cecd0d;
  border-color: #00cecd0d;
}

.btn-outline-cyan-light.focus, .btn-outline-cyan-light:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-outline-cyan-light.disabled, .btn-outline-cyan-light:disabled {
  background-color: initial;
  color: #00cecd0d;
}

.btn-outline-cyan-light:not(:disabled):not(.disabled).active, .btn-outline-cyan-light:not(:disabled):not(.disabled):active, .show > .btn-outline-cyan-light.dropdown-toggle {
  color: #fff;
  background-color: #00cecd0d;
  border-color: #00cecd0d;
}

.btn-outline-cyan-light:not(:disabled):not(.disabled).active:focus, .btn-outline-cyan-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-cyan-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00cecd80;
}

.btn-outline-yellow {
  background-color: initial;
  color: #ffbf3b;
  background-image: none;
  border-color: #ffbf3b;
}

.btn-outline-yellow:hover {
  color: #212529;
  background-color: #ffbf3b;
  border-color: #ffbf3b;
}

.btn-outline-yellow.focus, .btn-outline-yellow:focus {
  box-shadow: 0 0 0 .2rem #ffbf3b80;
}

.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  background-color: initial;
  color: #ffbf3b;
}

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

.btn-outline-yellow:not(:disabled):not(.disabled).active:focus, .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-yellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #ffbf3b80;
}

.btn-outline-black {
  background-color: initial;
  color: #000;
  background-image: none;
  border-color: #000;
}

.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-black.focus, .btn-outline-black:focus {
  box-shadow: 0 0 0 .2rem #00000080;
}

.btn-outline-black.disabled, .btn-outline-black:disabled {
  background-color: initial;
  color: #000;
}

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

.btn-outline-black:not(:disabled):not(.disabled).active:focus, .btn-outline-black:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #00000080;
}

.btn-link {
  background-color: initial;
  color: #007bff;
  font-weight: 400;
}

.btn-link:hover {
  background-color: initial;
  color: #0056b3;
  border-color: #0000;
  text-decoration: underline;
}

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

.btn-link.disabled, .btn-link:disabled {
  color: #868e96;
  pointer-events: none;
}

.btn-group-lg > .btn, .btn-lg {
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.btn-group-sm > .btn, .btn-sm {
  border-radius: .2rem;
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

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

.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 screen and (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

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

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}

.dropdown-toggle:after {
  content: "";
  vertical-align: .255em;
  border: .3em solid #0000;
  border-top-color: currentColor;
  border-bottom: 0;
  width: 0;
  height: 0;
  margin-left: .255em;
  transition: transform .15s ease-in-out;
  display: inline-block;
}

.dropdown-toggle[aria-expanded="true"]:after {
  transform: rotate(-180deg);
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  color: #212529;
  float: left;
  text-align: left;
  z-index: 1000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #00000026;
  border-radius: .25rem;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  font-size: 1rem;
  list-style: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: .125rem;
  top: auto;
  bottom: 100%;
}

.dropup .dropdown-toggle:after {
  content: "";
  vertical-align: .255em;
  border: .3em solid #0000;
  border-top: 0;
  border-bottom-color: currentColor;
  width: 0;
  height: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: .125rem;
  top: 0;
  left: 100%;
  right: auto;
}

.dropright .dropdown-toggle:after {
  content: "";
  vertical-align: .255em;
  border: .3em solid #0000;
  border-left-color: currentColor;
  border-right: 0;
  width: 0;
  height: 0;
  margin-left: .255em;
  display: inline-block;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: .125rem;
  top: 0;
  left: auto;
  right: 100%;
}

.dropleft .dropdown-toggle:after {
  content: "";
  vertical-align: .255em;
  width: 0;
  height: 0;
  margin-left: .255em;
  display: none;
}

.dropleft .dropdown-toggle:before {
  content: "";
  vertical-align: .255em;
  border-top: .3em solid #0000;
  border-bottom: .3em solid #0000;
  border-right: .3em solid;
  width: 0;
  height: 0;
  margin-right: .255em;
  display: inline-block;
}

.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"] {
  bottom: auto;
  right: auto;
}

.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
}

.dropdown-item {
  background-color: initial;
  clear: both;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  border: 0;
  width: 100%;
  padding: .25rem 1.5rem;
  font-weight: 400;
  display: block;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: initial;
  color: #16181b;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #212529;
  background-color: #f8f9fa;
  text-decoration: none;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: initial;
  color: #868e96;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  color: #868e96;
  white-space: nowrap;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: .875rem;
  display: block;
}

.dropdown-item-text {
  color: #212529;
  padding: .25rem 1.5rem;
  display: block;
}

.btn-group, .btn-group-vertical {
  vertical-align: middle;
  display: inline-flex;
  position: relative;
}

.btn-group-vertical > .btn, .btn-group > .btn {
  flex: 0 auto;
  position: relative;
}

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.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-left: .5625rem;
  padding-right: .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-left: .375rem;
  padding-right: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-left: .75rem;
  padding-right: .75rem;
}

.btn-group-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.btn-group-vertical .btn, .btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.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"] {
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  position: absolute;
}

.input-group {
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
  flex: auto;
  width: 1%;
  margin-bottom: 0;
  position: relative;
}

.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 {
  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 {
  align-items: center;
  display: flex;
}

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

.input-group-append .btn, .input-group-prepend .btn {
  z-index: 2;
  position: relative;
}

.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 {
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  align-items: center;
  margin-bottom: 0;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
}

.input-group-text input[type="checkbox"], .input-group-text input[type="radio"] {
  margin-top: 0;
}

.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 {
  border-radius: .3rem;
  height: calc(2.875rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.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 {
  border-radius: .2rem;
  height: calc(1.8125rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.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 {
  min-height: 1.5rem;
  padding-left: 1.5rem;
  display: block;
  position: relative;
}

.custom-control-inline {
  margin-right: 1rem;
  display: inline-flex;
}

.custom-control-input {
  opacity: 0;
  z-index: -1;
  position: absolute;
}

.custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #868e96;
}

.custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
  position: relative;
}

.custom-control-label:before {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label:after, .custom-control-label:before {
  content: "";
  width: 1rem;
  height: 1rem;
  display: block;
  position: absolute;
  top: .25rem;
  left: -1.5rem;
}

.custom-control-label:after {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label:before {
  border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23ffffff' 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 {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23ffffff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before, .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: #007bff80;
}

.custom-radio .custom-control-label:before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23ffffff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: #007bff80;
}

.custom-select {
  appearance: none;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%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") right .75rem center / 8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  line-height: 1.5;
  display: inline-block;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #80bdff80;
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: .75rem;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  font-size: 75%;
}

.custom-select-lg, .custom-select-sm {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  font-size: 125%;
}

.custom-file {
  margin-bottom: 0;
  display: inline-block;
}

.custom-file, .custom-file-input {
  width: 100%;
  height: calc(2.25rem + 2px);
  position: relative;
}

.custom-file-input {
  opacity: 0;
  z-index: 2;
  margin: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.custom-file-input:focus ~ .custom-file-label:after {
  border-color: #80bdff;
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}

.custom-file-label {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: calc(2.25rem + 2px);
  left: 0;
}

.custom-file-label, .custom-file-label:after {
  color: #495057;
  padding: .375rem .75rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
}

.custom-file-label:after {
  content: "Browse";
  z-index: 3;
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 .25rem .25rem 0;
  height: 2.25rem;
  display: block;
  bottom: 0;
}

.custom-range {
  appearance: none;
  background-color: initial;
  width: 100%;
  padding-left: 0;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #007bff40;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (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 {
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.custom-range::-moz-range-thumb {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (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 {
  color: #0000;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: #0000;
  border-radius: 1rem;
  width: 100%;
  height: .5rem;
}

.custom-range::-ms-thumb {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-left: .2rem;
  margin-right: .2rem;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  background-color: initial;
  color: #0000;
  cursor: pointer;
  border-width: .5rem;
  border-color: #0000;
  width: 100%;
  height: .5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
}

.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 screen and (prefers-reduced-motion: reduce) {
  .custom-control-label:before, .custom-file-label, .custom-select {
    transition: none;
  }
}

.nav {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.nav-link {
  padding: .5rem 1rem;
  display: block;
}

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

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid #0000;
  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 {
  background-color: initial;
  color: #868e96;
  border-color: #0000;
}

.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 {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}

.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 {
  text-align: center;
  flex: auto;
}

.nav-justified .nav-item {
  text-align: center;
  flex-grow: 1;
  flex-basis: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  padding: .5rem 1rem;
  position: relative;
}

.navbar, .navbar > .container, .navbar > .container-fluid {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  margin-right: 1rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  display: inline-block;
}

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

.navbar-nav {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: inline-block;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  background-color: initial;
  border: 1px solid #0000;
  border-radius: .25rem;
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  content: "";
  vertical-align: middle;
  background: 50% / 100% 100% no-repeat;
  width: 1.5em;
  height: 1.5em;
  display: inline-block;
}

@media (width <= 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 576px) {
  .navbar-expand-sm {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-sm, .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (width <= 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 768px) {
  .navbar-expand-md {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-md, .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (width <= 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 992px) {
  .navbar-expand-lg {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-lg, .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (width <= 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 1200px) {
  .navbar-expand-xl {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-xl, .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (width <= 1399.98px) {
  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (width >= 1400px) {
  .navbar-expand-xxl {
    flex-flow: row;
    justify-content: flex-start;
  }

  .navbar-expand-xxl, .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .navbar-expand-xxl > .container, .navbar-expand-xxl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xxl .navbar-collapse {
    flex-basis: auto;
    display: flex !important;
  }

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row;
  justify-content: flex-start;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-left: .5rem;
  padding-right: .5rem;
}

.navbar-expand > .container, .navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  flex-basis: auto;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #000000e6;
}

.navbar-light .navbar-nav .nav-link {
  color: #00000080;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #000000b3;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #0000004d;
}

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

.navbar-light .navbar-toggler {
  color: #00000080;
  border-color: #0000001a;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #00000080;
}

.navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: #000000e6;
}

.navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: #ffffff80;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffffbf;
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: #ffffff40;
}

.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: #ffffff80;
  border-color: #ffffff1a;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%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: #ffffff80;
}

.navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  word-wrap: break-word;
  background-clip: initial;
  background-color: #fff;
  border: 1px solid #e2e8f0;
  border-radius: .25rem;
  flex-direction: column;
  min-width: 0;
  display: flex;
  position: relative;
  box-shadow: 0 2px 4px #0000001a;
}

.card > hr {
  margin-left: 0;
  margin-right: 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-group {
  box-shadow: inset 0 2px #fff, inset 0 1px 10px #fff, 0 0 #0000, 0 0 #0000, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
}

.card-body {
  background-color: #fff;
  flex: auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: .75rem;
}

.card-subtitle {
  margin-top: -.375rem;
}

.card-subtitle, .card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  background-color: #00000008;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
}

.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 {
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0;
  padding: .75rem 1.25rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -.75rem;
}

.card-header-pills, .card-header-tabs {
  margin-left: -.625rem;
  margin-right: -.625rem;
}

.card-img-overlay {
  padding: 1.25rem;
  position: absolute;
  inset: 0;
}

.card-img {
  border-radius: calc(.25rem - 1px);
  width: 100%;
}

.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  width: 100%;
}

.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px);
  width: 100%;
}

.card-deck {
  flex-direction: column;
  display: flex;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (width >= 576px) {
  .card-deck {
    flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-deck, .card-deck .card {
    -webkit-box-direction: normal;
  }

  .card-deck .card {
    flex-direction: column;
    flex: 1 0;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }
}

.card-group {
  flex-direction: column;
  display: flex;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (width >= 576px) {
  .card-group {
    flex-flow: wrap;
  }

  .card-group > .card {
    flex: 1 0;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: .25rem;
  }

  .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
  }

  .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child), .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: .75rem;
}

@media (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;
    orphans: 1;
    widows: 1;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    width: 100%;
    display: inline-block;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}

.breadcrumb {
  background-color: #e9ecef;
  border-radius: .25rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: .75rem 1rem;
  list-style: none;
  display: flex;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item + .breadcrumb-item:before {
  color: #868e96;
  content: "/";
  padding-right: .5rem;
  display: inline-block;
}

.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  border-radius: .25rem;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.page-link {
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
  margin-left: -1px;
  padding: .5rem .75rem;
  line-height: 1.25;
  display: block;
  position: relative;
}

.page-link:hover {
  color: #0056b3;
  z-index: 2;
  background-color: #e9ecef;
  border-color: #dee2e6;
  text-decoration: none;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  margin-left: 0;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  color: #fff;
  z-index: 1;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  cursor: auto;
  pointer-events: none;
  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 {
  text-align: center;
  vertical-align: initial;
  white-space: nowrap;
  border-radius: .25rem;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  border-radius: 10rem;
  padding-left: .6em;
  padding-right: .6em;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  background-color: #0062cc;
  text-decoration: none;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  background-color: #6c757d;
  text-decoration: none;
}

.badge-success {
  color: #fff;
  background-color: #004b4e;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  background-color: #001a1b;
  text-decoration: none;
}

.badge-info {
  color: #fff;
  background-color: #00cecd;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  background-color: #009b9a;
  text-decoration: none;
}

.badge-warning {
  color: #212529;
  background-color: #ffbf3b;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #212529;
  background-color: #ffae08;
  text-decoration: none;
}

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

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  background-color: #bd2130;
  text-decoration: none;
}

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

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #212529;
  background-color: #dae0e5;
  text-decoration: none;
}

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

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  background-color: #1d2124;
  text-decoration: none;
}

.badge-green {
  color: #fff;
  background-color: #004b4e;
}

.badge-green[href]:focus, .badge-green[href]:hover {
  color: #fff;
  background-color: #001a1b;
  text-decoration: none;
}

.badge-teal {
  color: #fff;
  background-color: #20c997;
}

.badge-teal[href]:focus, .badge-teal[href]:hover {
  color: #fff;
  background-color: #199d76;
  text-decoration: none;
}

.badge-cyan {
  color: #fff;
  background-color: #00cecd;
}

.badge-cyan[href]:focus, .badge-cyan[href]:hover {
  color: #fff;
  background-color: #009b9a;
  text-decoration: none;
}

.badge-cyan-light {
  color: #fff;
  background-color: #00cecd0d;
}

.badge-cyan-light[href]:focus, .badge-cyan-light[href]:hover {
  color: #fff;
  background-color: #009b9a0d;
  text-decoration: none;
}

.badge-yellow {
  color: #212529;
  background-color: #ffbf3b;
}

.badge-yellow[href]:focus, .badge-yellow[href]:hover {
  color: #212529;
  background-color: #ffae08;
  text-decoration: none;
}

.badge-black {
  color: #fff;
  background-color: #000;
}

.badge-black[href]:focus, .badge-black[href]:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}

.jumbotron {
  background-color: #e9ecef;
  border-radius: .3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}

@media (width >= 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.alert {
  border: 1px solid #0000;
  border-radius: .25rem;
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  position: relative;
}

.alert-heading {
  color: inherit;
}

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

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

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

.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: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

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

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #002729;
  background-color: #ccdbdc;
  border-color: #b8cdcd;
}

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

.alert-success .alert-link {
  color: #000;
}

.alert-info {
  color: #006b6b;
  background-color: #ccf5f5;
  border-color: #b8f1f1;
}

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

.alert-info .alert-link {
  color: #003838;
}

.alert-warning {
  color: #85631f;
  background-color: #fff2d8;
  border-color: #ffedc8;
}

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

.alert-warning .alert-link {
  color: #5c4415;
}

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

.alert-green {
  color: #002729;
  background-color: #ccdbdc;
  border-color: #b8cdcd;
}

.alert-green hr {
  border-top-color: #a9c2c2;
}

.alert-green .alert-link {
  color: #000;
}

.alert-teal {
  color: #11694f;
  background-color: #d2f4ea;
  border-color: #c1f0e2;
}

.alert-teal hr {
  border-top-color: #acebd8;
}

.alert-teal .alert-link {
  color: #0a3d2e;
}

.alert-cyan {
  color: #006b6b;
  background-color: #ccf5f5;
  border-color: #b8f1f1;
}

.alert-cyan hr {
  border-top-color: #a3eded;
}

.alert-cyan .alert-link {
  color: #003838;
}

.alert-cyan-light {
  color: #00060681;
  background-color: #fdffffcf;
  border-color: #fcfffebb;
}

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

.alert-cyan-light .alert-link {
  color: #00000081;
}

.alert-yellow {
  color: #85631f;
  background-color: #fff2d8;
  border-color: #ffedc8;
}

.alert-yellow hr {
  border-top-color: #ffe5af;
}

.alert-yellow .alert-link {
  color: #5c4415;
}

.alert-black {
  color: #000;
  background-color: #ccc;
  border-color: #b8b8b8;
}

.alert-black hr {
  border-top-color: #ababab;
}

.alert-black .alert-link {
  color: #000;
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  background-color: #e9ecef;
  border-radius: .25rem;
  height: 1rem;
  font-size: .75rem;
  overflow: hidden;
}

.progress, .progress-bar {
  display: flex;
}

.progress-bar {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  flex-direction: column;
  justify-content: center;
  transition: width .6s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, #ffffff26 25%, #0000 0 50%, #ffffff26 0 75%, #0000 0, #0000);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

.media {
  align-items: flex-start;
  display: flex;
}

.media-body {
  flex: 1;
}

.list-group {
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  background-color: #f8f9fa;
  text-decoration: none;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  background-color: #fff;
  border: 1px solid #00000020;
  margin-bottom: -1px;
  padding: .75rem 1.25rem;
  display: block;
  position: relative;
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
  margin-bottom: 0;
}

.list-group-item:focus, .list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  color: #fff;
  z-index: 2;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  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: #464a4e;
  background-color: #dddfe2;
}

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #002729;
  background-color: #b8cdcd;
}

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #002729;
  background-color: #a9c2c2;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #002729;
  border-color: #002729;
}

.list-group-item-info {
  color: #006b6b;
  background-color: #b8f1f1;
}

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #006b6b;
  background-color: #a3eded;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #006b6b;
  border-color: #006b6b;
}

.list-group-item-warning {
  color: #85631f;
  background-color: #ffedc8;
}

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #85631f;
  background-color: #ffe5af;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #85631f;
  border-color: #85631f;
}

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

.list-group-item-green {
  color: #002729;
  background-color: #b8cdcd;
}

.list-group-item-green.list-group-item-action:focus, .list-group-item-green.list-group-item-action:hover {
  color: #002729;
  background-color: #a9c2c2;
}

.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #002729;
  border-color: #002729;
}

.list-group-item-teal {
  color: #11694f;
  background-color: #c1f0e2;
}

.list-group-item-teal.list-group-item-action:focus, .list-group-item-teal.list-group-item-action:hover {
  color: #11694f;
  background-color: #acebd8;
}

.list-group-item-teal.list-group-item-action.active {
  color: #fff;
  background-color: #11694f;
  border-color: #11694f;
}

.list-group-item-cyan {
  color: #006b6b;
  background-color: #b8f1f1;
}

.list-group-item-cyan.list-group-item-action:focus, .list-group-item-cyan.list-group-item-action:hover {
  color: #006b6b;
  background-color: #a3eded;
}

.list-group-item-cyan.list-group-item-action.active {
  color: #fff;
  background-color: #006b6b;
  border-color: #006b6b;
}

.list-group-item-cyan-light {
  color: #00060681;
  background-color: #fcfffebb;
}

.list-group-item-cyan-light.list-group-item-action:focus, .list-group-item-cyan-light.list-group-item-action:hover {
  color: #00060681;
  background-color: #e3fff6bb;
}

.list-group-item-cyan-light.list-group-item-action.active {
  color: #fff;
  background-color: #00060681;
  border-color: #00060681;
}

.list-group-item-yellow {
  color: #85631f;
  background-color: #ffedc8;
}

.list-group-item-yellow.list-group-item-action:focus, .list-group-item-yellow.list-group-item-action:hover {
  color: #85631f;
  background-color: #ffe5af;
}

.list-group-item-yellow.list-group-item-action.active {
  color: #fff;
  background-color: #85631f;
  border-color: #85631f;
}

.list-group-item-black {
  color: #000;
  background-color: #b8b8b8;
}

.list-group-item-black.list-group-item-action:focus, .list-group-item-black.list-group-item-action:hover {
  color: #000;
  background-color: #ababab;
}

.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

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

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

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

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  z-index: 1050;
  outline: 0;
  display: none;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

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

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translateY(-25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-dialog-centered {
  align-items: center;
  min-height: calc(100% - 1rem);
  display: flex;
}

.modal-dialog-centered:before {
  content: "";
  height: calc(100vh - 1rem);
  display: block;
}

.modal-content {
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  outline: 0;
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.modal-backdrop {
  z-index: 1040;
  background-color: #000;
  position: fixed;
  inset: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

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

.modal-header {
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  flex: auto;
  padding: 1rem;
  position: relative;
}

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

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

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

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

@media (width >= 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (width >= 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  opacity: 0;
  margin: 0;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  position: absolute;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  width: .8rem;
  height: .4rem;
  display: block;
  position: absolute;
}

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

.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 {
  border-width: .4rem .4rem 0;
  border-top-color: #000;
  top: 0;
}

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

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

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

.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 {
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000;
  bottom: 0;
}

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

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

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

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

.popover {
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  max-width: 276px;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #0003;
  border-radius: .3rem;
  font-family: Lato, sans-serif;
  font-size: .875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  top: 0;
  left: 0;
}

.popover, .popover .arrow {
  display: block;
  position: absolute;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover-body {
  color: #212529;
  padding: .5rem .75rem;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  backface-visibility: hidden;
  perspective: 1000px;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  transition: transform .6s;
  display: block;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item-next, .carousel-item-prev, .carousel-item.active {
    transition: none;
  }
}

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

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: .6s;
}

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
  transform: translateX(0);
}

@supports (transform-style: preserve-3d) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    transform: translateZ(0);
  }
}

.carousel-control-next, .carousel-control-prev {
  color: #fff;
  opacity: .5;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
}

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

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

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

.carousel-control-next-icon, .carousel-control-prev-icon {
  background: 50% / 100% 100% no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
}

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

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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 {
  z-index: 15;
  justify-content: center;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.carousel-indicators li {
  cursor: pointer;
  text-indent: -999px;
  background-color: #ffffff80;
  flex: 0 auto;
  width: 30px;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  position: relative;
}

.carousel-indicators li:before {
  top: -10px;
}

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

.carousel-indicators li:after {
  bottom: -10px;
}

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

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

.align-baseline {
  vertical-align: initial !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-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: initial !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: #868e96 !important;
}

.border-success {
  border-color: #004b4e !important;
}

.border-info {
  border-color: #00cecd !important;
}

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

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

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

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

.border-green {
  border-color: #004b4e !important;
}

.border-teal {
  border-color: #20c997 !important;
}

.border-cyan {
  border-color: #00cecd !important;
}

.border-cyan-light {
  border-color: #00cecd0d !important;
}

.border-yellow {
  border-color: #ffbf3b !important;
}

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

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

.rounded {
  border-radius: .25rem !important;
}

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

.rounded-right, .rounded-top {
  border-top-right-radius: .25rem !important;
}

.rounded-bottom, .rounded-right {
  border-bottom-right-radius: .25rem !important;
}

.rounded-bottom, .rounded-left {
  border-bottom-left-radius: .25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (width >= 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (width >= 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (width >= 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (width >= 1400px) {
  .d-xxl-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  width: 100%;
}

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

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

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

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

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

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

.flex-column, .flex-row {
  -webkit-box-direction: normal !important;
}

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

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

.flex-column-reverse, .flex-row-reverse {
  -webkit-box-direction: reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-self-auto {
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.align-self-center {
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

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

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

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

  .flex-sm-column, .flex-sm-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (width >= 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column, .flex-md-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (width >= 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column, .flex-lg-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (width >= 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column, .flex-xl-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (width >= 1400px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column, .flex-xxl-row {
    -webkit-box-direction: normal !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xxl-auto {
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }

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

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

  .align-self-xxl-center {
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }

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

  .align-self-xxl-stretch {
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

@media (width >= 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (width >= 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (width >= 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

@media (width >= 1400px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

.fixed-top {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

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

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem #00000013 !important;
}

.shadow {
  box-shadow: 0 .5rem 1rem #00000026 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem #0000002d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: .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;
}

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

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

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

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

.ml-6, .mx-6 {
  margin-left: 4.5rem !important;
}

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

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

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

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

.ml-7, .mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8, .my-8 {
  margin-top: 7.5rem !important;
}

.mr-8, .mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8, .mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

.m-10 {
  margin: 10.5rem !important;
}

.mt-10, .my-10 {
  margin-top: 10.5rem !important;
}

.mr-10, .mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 10.5rem !important;
}

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

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

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

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

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

.pl-6, .px-6 {
  padding-left: 4.5rem !important;
}

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

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

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

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

.pl-7, .px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8, .py-8 {
  padding-top: 7.5rem !important;
}

.pr-8, .px-8 {
  padding-right: 7.5rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8, .px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

.p-10 {
  padding: 10.5rem !important;
}

.pt-10, .py-10 {
  padding-top: 10.5rem !important;
}

.pr-10, .px-10 {
  padding-right: 10.5rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10, .px-10 {
  padding-left: 10.5rem !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 (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;
  }

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

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

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

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

  .ml-sm-6, .mx-sm-6 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-sm-7, .mx-sm-7 {
    margin-left: 6rem !important;
  }

  .m-sm-8 {
    margin: 7.5rem !important;
  }

  .mt-sm-8, .my-sm-8 {
    margin-top: 7.5rem !important;
  }

  .mr-sm-8, .mx-sm-8 {
    margin-right: 7.5rem !important;
  }

  .mb-sm-8, .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-sm-8, .mx-sm-8 {
    margin-left: 7.5rem !important;
  }

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

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

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

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

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

  .m-sm-10 {
    margin: 10.5rem !important;
  }

  .mt-sm-10, .my-sm-10 {
    margin-top: 10.5rem !important;
  }

  .mr-sm-10, .mx-sm-10 {
    margin-right: 10.5rem !important;
  }

  .mb-sm-10, .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }

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

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

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

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

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

  .pl-sm-6, .px-sm-6 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

  .pl-sm-7, .px-sm-7 {
    padding-left: 6rem !important;
  }

  .p-sm-8 {
    padding: 7.5rem !important;
  }

  .pt-sm-8, .py-sm-8 {
    padding-top: 7.5rem !important;
  }

  .pr-sm-8, .px-sm-8 {
    padding-right: 7.5rem !important;
  }

  .pb-sm-8, .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-sm-8, .px-sm-8 {
    padding-left: 7.5rem !important;
  }

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

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

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

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

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

  .p-sm-10 {
    padding: 10.5rem !important;
  }

  .pt-sm-10, .py-sm-10 {
    padding-top: 10.5rem !important;
  }

  .pr-sm-10, .px-sm-10 {
    padding-right: 10.5rem !important;
  }

  .pb-sm-10, .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-sm-10, .px-sm-10 {
    padding-left: 10.5rem !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 (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;
  }

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

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

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

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

  .ml-md-6, .mx-md-6 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-md-7, .mx-md-7 {
    margin-left: 6rem !important;
  }

  .m-md-8 {
    margin: 7.5rem !important;
  }

  .mt-md-8, .my-md-8 {
    margin-top: 7.5rem !important;
  }

  .mr-md-8, .mx-md-8 {
    margin-right: 7.5rem !important;
  }

  .mb-md-8, .my-md-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-md-8, .mx-md-8 {
    margin-left: 7.5rem !important;
  }

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

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

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

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

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

  .m-md-10 {
    margin: 10.5rem !important;
  }

  .mt-md-10, .my-md-10 {
    margin-top: 10.5rem !important;
  }

  .mr-md-10, .mx-md-10 {
    margin-right: 10.5rem !important;
  }

  .mb-md-10, .my-md-10 {
    margin-bottom: 10.5rem !important;
  }

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

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

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

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

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

  .pl-md-6, .px-md-6 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

  .pl-md-7, .px-md-7 {
    padding-left: 6rem !important;
  }

  .p-md-8 {
    padding: 7.5rem !important;
  }

  .pt-md-8, .py-md-8 {
    padding-top: 7.5rem !important;
  }

  .pr-md-8, .px-md-8 {
    padding-right: 7.5rem !important;
  }

  .pb-md-8, .py-md-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-md-8, .px-md-8 {
    padding-left: 7.5rem !important;
  }

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

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

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

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

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

  .p-md-10 {
    padding: 10.5rem !important;
  }

  .pt-md-10, .py-md-10 {
    padding-top: 10.5rem !important;
  }

  .pr-md-10, .px-md-10 {
    padding-right: 10.5rem !important;
  }

  .pb-md-10, .py-md-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-md-10, .px-md-10 {
    padding-left: 10.5rem !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 (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;
  }

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

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

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

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

  .ml-lg-6, .mx-lg-6 {
    margin-left: 4.5rem !important;
  }

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

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

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

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

  .ml-lg-7, .mx-lg-7 {
    margin-left: 6rem !important;
  }

  .m-lg-8 {
    margin: 7.5rem !important;
  }

  .mt-lg-8, .my-lg-8 {
    margin-top: 7.5rem !important;
  }

  .mr-lg-8, .mx-lg-8 {
    margin-right: 7.5rem !important;
  }

  .mb-lg-8, .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-lg-8, .mx-lg-8 {
    margin-left: 7.5rem !important;
  }

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

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

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

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

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

  .m-lg-10 {
    margin: 10.5rem !important;
  }

  .mt-lg-10, .my-lg-10 {
    margin-top: 10.5rem !important;
  }

  .mr-lg-10, .mx-lg-10 {
    margin-right: 10.5rem !important;
  }

  .mb-lg-10, .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }

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

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

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

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

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

  .pl-lg-6, .px-lg-6 {
    padding-left: 4.5rem !important;
  }

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

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

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

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

  .pl-lg-7, .px-lg-7 {
    padding-left: 6rem !important;
  }

  .p-lg-8 {
    padding: 7.5rem !important;
  }

  .pt-lg-8, .py-lg-8 {
    padding-top: 7.5rem !important;
  }

  .pr-lg-8, .px-lg-8 {
    padding-right: 7.5rem !important;
  }

  .pb-lg-8, .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-lg-8, .px-lg-8 {
    padding-left: 7.5rem !important;
  }

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

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

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

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

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

  .p-lg-10 {
    padding: 10.5rem !important;
  }

  .pt-lg-10, .py-lg-10 {
    padding-top: 10.5rem !important;
  }

  .pr-lg-10, .px-lg-10 {
    padding-right: 10.5rem !important;
  }

  .pb-lg-10, .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-lg-10, .px-lg-10 {
    padding-left: 10.5rem !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 (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;
  }

  .m-xl-6 {
    margin: 4.5rem !important;
  }

  .mt-xl-6, .my-xl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xl-6, .mx-xl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xl-6, .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xl-6, .mx-xl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xl-7 {
    margin: 6rem !important;
  }

  .mt-xl-7, .my-xl-7 {
    margin-top: 6rem !important;
  }

  .mr-xl-7, .mx-xl-7 {
    margin-right: 6rem !important;
  }

  .mb-xl-7, .my-xl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-7, .mx-xl-7 {
    margin-left: 6rem !important;
  }

  .m-xl-8 {
    margin: 7.5rem !important;
  }

  .mt-xl-8, .my-xl-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xl-8, .mx-xl-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xl-8, .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xl-8, .mx-xl-8 {
    margin-left: 7.5rem !important;
  }

  .m-xl-9 {
    margin: 9rem !important;
  }

  .mt-xl-9, .my-xl-9 {
    margin-top: 9rem !important;
  }

  .mr-xl-9, .mx-xl-9 {
    margin-right: 9rem !important;
  }

  .mb-xl-9, .my-xl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xl-9, .mx-xl-9 {
    margin-left: 9rem !important;
  }

  .m-xl-10 {
    margin: 10.5rem !important;
  }

  .mt-xl-10, .my-xl-10 {
    margin-top: 10.5rem !important;
  }

  .mr-xl-10, .mx-xl-10 {
    margin-right: 10.5rem !important;
  }

  .mb-xl-10, .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xl-10, .mx-xl-10 {
    margin-left: 10.5rem !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;
  }

  .p-xl-6 {
    padding: 4.5rem !important;
  }

  .pt-xl-6, .py-xl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xl-6, .px-xl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-6, .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xl-6, .px-xl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xl-7 {
    padding: 6rem !important;
  }

  .pt-xl-7, .py-xl-7 {
    padding-top: 6rem !important;
  }

  .pr-xl-7, .px-xl-7 {
    padding-right: 6rem !important;
  }

  .pb-xl-7, .py-xl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-7, .px-xl-7 {
    padding-left: 6rem !important;
  }

  .p-xl-8 {
    padding: 7.5rem !important;
  }

  .pt-xl-8, .py-xl-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xl-8, .px-xl-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xl-8, .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xl-8, .px-xl-8 {
    padding-left: 7.5rem !important;
  }

  .p-xl-9 {
    padding: 9rem !important;
  }

  .pt-xl-9, .py-xl-9 {
    padding-top: 9rem !important;
  }

  .pr-xl-9, .px-xl-9 {
    padding-right: 9rem !important;
  }

  .pb-xl-9, .py-xl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xl-9, .px-xl-9 {
    padding-left: 9rem !important;
  }

  .p-xl-10 {
    padding: 10.5rem !important;
  }

  .pt-xl-10, .py-xl-10 {
    padding-top: 10.5rem !important;
  }

  .pr-xl-10, .px-xl-10 {
    padding-right: 10.5rem !important;
  }

  .pb-xl-10, .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xl-10, .px-xl-10 {
    padding-left: 10.5rem !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;
  }
}

@media (width >= 1400px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: .25rem !important;
  }

  .mt-xxl-1, .my-xxl-1 {
    margin-top: .25rem !important;
  }

  .mr-xxl-1, .mx-xxl-1 {
    margin-right: .25rem !important;
  }

  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: .25rem !important;
  }

  .ml-xxl-1, .mx-xxl-1 {
    margin-left: .25rem !important;
  }

  .m-xxl-2 {
    margin: .5rem !important;
  }

  .mt-xxl-2, .my-xxl-2 {
    margin-top: .5rem !important;
  }

  .mr-xxl-2, .mx-xxl-2 {
    margin-right: .5rem !important;
  }

  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: .5rem !important;
  }

  .ml-xxl-2, .mx-xxl-2 {
    margin-left: .5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important;
  }

  .m-xxl-6 {
    margin: 4.5rem !important;
  }

  .mt-xxl-6, .my-xxl-6 {
    margin-top: 4.5rem !important;
  }

  .mr-xxl-6, .mx-xxl-6 {
    margin-right: 4.5rem !important;
  }

  .mb-xxl-6, .my-xxl-6 {
    margin-bottom: 4.5rem !important;
  }

  .ml-xxl-6, .mx-xxl-6 {
    margin-left: 4.5rem !important;
  }

  .m-xxl-7 {
    margin: 6rem !important;
  }

  .mt-xxl-7, .my-xxl-7 {
    margin-top: 6rem !important;
  }

  .mr-xxl-7, .mx-xxl-7 {
    margin-right: 6rem !important;
  }

  .mb-xxl-7, .my-xxl-7 {
    margin-bottom: 6rem !important;
  }

  .ml-xxl-7, .mx-xxl-7 {
    margin-left: 6rem !important;
  }

  .m-xxl-8 {
    margin: 7.5rem !important;
  }

  .mt-xxl-8, .my-xxl-8 {
    margin-top: 7.5rem !important;
  }

  .mr-xxl-8, .mx-xxl-8 {
    margin-right: 7.5rem !important;
  }

  .mb-xxl-8, .my-xxl-8 {
    margin-bottom: 7.5rem !important;
  }

  .ml-xxl-8, .mx-xxl-8 {
    margin-left: 7.5rem !important;
  }

  .m-xxl-9 {
    margin: 9rem !important;
  }

  .mt-xxl-9, .my-xxl-9 {
    margin-top: 9rem !important;
  }

  .mr-xxl-9, .mx-xxl-9 {
    margin-right: 9rem !important;
  }

  .mb-xxl-9, .my-xxl-9 {
    margin-bottom: 9rem !important;
  }

  .ml-xxl-9, .mx-xxl-9 {
    margin-left: 9rem !important;
  }

  .m-xxl-10 {
    margin: 10.5rem !important;
  }

  .mt-xxl-10, .my-xxl-10 {
    margin-top: 10.5rem !important;
  }

  .mr-xxl-10, .mx-xxl-10 {
    margin-right: 10.5rem !important;
  }

  .mb-xxl-10, .my-xxl-10 {
    margin-bottom: 10.5rem !important;
  }

  .ml-xxl-10, .mx-xxl-10 {
    margin-left: 10.5rem !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: .25rem !important;
  }

  .pt-xxl-1, .py-xxl-1 {
    padding-top: .25rem !important;
  }

  .pr-xxl-1, .px-xxl-1 {
    padding-right: .25rem !important;
  }

  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: .25rem !important;
  }

  .pl-xxl-1, .px-xxl-1 {
    padding-left: .25rem !important;
  }

  .p-xxl-2 {
    padding: .5rem !important;
  }

  .pt-xxl-2, .py-xxl-2 {
    padding-top: .5rem !important;
  }

  .pr-xxl-2, .px-xxl-2 {
    padding-right: .5rem !important;
  }

  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: .5rem !important;
  }

  .pl-xxl-2, .px-xxl-2 {
    padding-left: .5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important;
  }

  .p-xxl-6 {
    padding: 4.5rem !important;
  }

  .pt-xxl-6, .py-xxl-6 {
    padding-top: 4.5rem !important;
  }

  .pr-xxl-6, .px-xxl-6 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-6, .py-xxl-6 {
    padding-bottom: 4.5rem !important;
  }

  .pl-xxl-6, .px-xxl-6 {
    padding-left: 4.5rem !important;
  }

  .p-xxl-7 {
    padding: 6rem !important;
  }

  .pt-xxl-7, .py-xxl-7 {
    padding-top: 6rem !important;
  }

  .pr-xxl-7, .px-xxl-7 {
    padding-right: 6rem !important;
  }

  .pb-xxl-7, .py-xxl-7 {
    padding-bottom: 6rem !important;
  }

  .pl-xxl-7, .px-xxl-7 {
    padding-left: 6rem !important;
  }

  .p-xxl-8 {
    padding: 7.5rem !important;
  }

  .pt-xxl-8, .py-xxl-8 {
    padding-top: 7.5rem !important;
  }

  .pr-xxl-8, .px-xxl-8 {
    padding-right: 7.5rem !important;
  }

  .pb-xxl-8, .py-xxl-8 {
    padding-bottom: 7.5rem !important;
  }

  .pl-xxl-8, .px-xxl-8 {
    padding-left: 7.5rem !important;
  }

  .p-xxl-9 {
    padding: 9rem !important;
  }

  .pt-xxl-9, .py-xxl-9 {
    padding-top: 9rem !important;
  }

  .pr-xxl-9, .px-xxl-9 {
    padding-right: 9rem !important;
  }

  .pb-xxl-9, .py-xxl-9 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-9, .px-xxl-9 {
    padding-left: 9rem !important;
  }

  .p-xxl-10 {
    padding: 10.5rem !important;
  }

  .pt-xxl-10, .py-xxl-10 {
    padding-top: 10.5rem !important;
  }

  .pr-xxl-10, .px-xxl-10 {
    padding-right: 10.5rem !important;
  }

  .pb-xxl-10, .py-xxl-10 {
    padding-bottom: 10.5rem !important;
  }

  .pl-xxl-10, .px-xxl-10 {
    padding-left: 10.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important;
  }

  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important;
  }

  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (width >= 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (width >= 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (width >= 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (width >= 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (width >= 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: 900 !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: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #004b4e !important;
}

a.text-success:focus, a.text-success:hover {
  color: #001a1b !important;
}

.text-info {
  color: #00cecd !important;
}

a.text-info:focus, a.text-info:hover {
  color: #009b9a !important;
}

.text-warning {
  color: #ffbf3b !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #ffae08 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-green {
  color: #004b4e !important;
}

a.text-green:focus, a.text-green:hover {
  color: #001a1b !important;
}

.text-teal {
  color: #20c997 !important;
}

a.text-teal:focus, a.text-teal:hover {
  color: #199d76 !important;
}

.text-cyan {
  color: #00cecd !important;
}

a.text-cyan:focus, a.text-cyan:hover {
  color: #009b9a !important;
}

.text-cyan-light {
  color: #00cecd0d !important;
}

a.text-cyan-light:focus, a.text-cyan-light:hover {
  color: #009b9a0d !important;
}

.text-yellow {
  color: #ffbf3b !important;
}

a.text-yellow:focus, a.text-yellow:hover {
  color: #ffae08 !important;
}

.text-black, a.text-black:focus, a.text-black:hover {
  color: #000 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-black-50 {
  color: #00000080 !important;
}

.text-white-50 {
  color: #ffffff80 !important;
}

.text-hide {
  background-color: initial;
  color: #0000;
  font: 0 / 0 a;
  text-shadow: none;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.embed-responsive {
  height: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:after, .navigation-single:after, .post-password-form p:after, .search-form:after, .widget:after {
  clear: both;
  content: "";
  display: block;
}

.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.widget {
  margin-bottom: 1.2em;
}

.widget ul {
  padding-left: 2em;
}

.widget select {
  min-width: 150px;
}

.comment-form label {
  padding-bottom: 4px;
  display: block;
}

.comment-form textarea {
  height: 120px;
  min-height: 120px;
  margin: 0;
  overflow: auto;
}

.comment-form input[type="text"], .comment-form textarea {
  width: 300px;
  margin: 0 4px 0 0;
}

.comment-form input[type="submit"] {
  float: none;
  display: block;
}

.commentlist {
  margin: 0 0 1.2em;
}

.commentlist .edit-link {
  margin: 0;
}

.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}

@media (width >= 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment, .commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item {
  padding-top: 1.2em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation, .navigation-comments {
  vertical-align: middle;
  min-width: 100%;
  margin-bottom: 1.2em;
  position: relative;
}

@media (width >= 768px) {
  .navigation, .navigation-comments {
    min-width: 410px;
  }
}

.navigation .screen-reader-text, .navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}

.navigation .page-numbers, .navigation-comments .page-numbers {
  vertical-align: middle;
  padding: 0 .4em;
  display: inline-block;
}

@media (width <= 767px) {
  .navigation .page-numbers, .navigation-comments .page-numbers {
    padding: 0;
  }
}

.navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
  color: #fff;
  text-transform: uppercase;
  vertical-align: middle;
  background: #666 linear-gradient(30deg, #33a4c0, #00cecd);
  border-radius: 2px;
  max-width: 50%;
  padding: .4em;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 4px 4px 13px #00000026;
}

.navigation .next:before, .navigation .prev:before, .navigation-comments .next:before, .navigation-comments .prev:before {
  content: none;
}

.navigation .next:hover, .navigation .prev:hover, .navigation-comments .next:hover, .navigation-comments .prev:hover {
  background-image: linear-gradient(30deg, #33a4c0 100%, #00cecd 0);
}

@media (width <= 767px) {
  .navigation .next, .navigation .prev, .navigation-comments .next, .navigation-comments .prev {
    padding: .2em;
  }
}

.navigation-single {
  margin-bottom: 1.2em;
}

.navigation-single .next, .navigation-single .prev {
  color: #fff;
  float: left;
  text-transform: uppercase;
  vertical-align: middle;
  background-image: linear-gradient(30deg, #33a4c0, #00cecd);
  border: none;
  border-radius: 2px;
  max-width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
  box-shadow: 4px 4px 13px #00000026;
}

.navigation-single .next:before, .navigation-single .prev:before {
  content: none;
}

.navigation-single .next:hover, .navigation-single .prev:hover {
  background-image: linear-gradient(30deg, #33a4c0 100%, #00cecd 0);
}

.navigation-single .next a, .navigation-single .prev a {
  color: inherit;
  padding: .4em;
  text-decoration: none;
  display: block;
}

@media (width <= 767px) {
  .navigation-single .next a, .navigation-single .prev a {
    padding: .2em;
  }
}

.navigation-single .next {
  float: right;
}

.wp-caption {
  clear: both;
  border: 1px solid #ccc;
  max-width: 100%;
  margin-bottom: 1.2em;
  padding: .4em;
}

.wp-caption img {
  vertical-align: top;
}

.wp-caption p {
  margin: .4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.2em;
}

img.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.2em;
}

#footer {
  border-top: 1px solid #dddfe7;
  border-bottom: 9px solid #ffbf3b;
}

#footer .brand-container {
  max-width: 178px;
  position: inherit;
  left: 0;
}

#footer p {
  color: #262b2e;
  opacity: .5;
  max-width: 205px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

#footer li.active a {
  color: #00cecd;
}

#footer li a {
  color: #212529;
  opacity: .8;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

#footer li a:hover {
  color: #00cecd;
}

#footer h3 {
  color: #162e30;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.social-list {
  width: 100%;
}

.social-list li {
  margin: 2px;
}

.social-list a {
  background-color: #ffbf3b;
  width: 30px;
  height: 30px;
}

.social-list a:hover i {
  color: #004b4e;
}

.social-list a i {
  color: #fff;
  font-size: 18px;
}

.image-overlay:before {
  content: "";
  opacity: .6;
  background-color: #2b2b2b;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#main {
  overflow: hidden;
}

#main .content-wrap ul {
  list-style-type: disc;
}

hr.divider {
  content: " ";
  width: 60%;
  margin: 0 auto;
  display: block;
}

hr.divider-nav {
  content: " ";
  width: 100%;
  margin: 50px auto 0;
  display: block;
}

.section-intro {
  background-color: #004b4e;
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: inherit;
  min-height: 365px;
  overflow: hidden;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .section-intro .row {
    padding-top: 3.5rem;
  }
}

@media (width >= 768px) {
  .section-intro {
    background-position: 50%;
    min-height: 400px;
  }
}

.section-intro .intro-content {
  margin: 0 auto;
  position: relative;
  top: 0;
}

.section-intro .intro-content h1 {
  color: #ffbf3b;
  letter-spacing: -.36px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

@media (width >= 768px) {
  .section-intro .intro-content h1 {
    letter-spacing: -.58px;
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
  }
}

.section-intro .intro-content p {
  color: #fff;
  letter-spacing: -.31px;
  opacity: .8;
  text-align: center;
  max-width: 425px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

@media (width >= 768px) {
  .section-intro .intro-content p {
    letter-spacing: -.34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}

.section-intro .intro-content .btn {
  padding: .375rem 2rem;
  line-height: 37px;
}

.section-case .card-item a strong {
  text-transform: none;
}

.section-case .card-item a strong:hover {
  text-decoration: underline;
}

.row-card-items .card-item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 200px;
  padding: 30px 0 35px 10px;
}

@media (width >= 1024px) {
  .row-card-items .card-item .card-content {
    flex-direction: column;
  }

  .row-card-items .card-item {
    width: 33.33%;
    min-height: 360px;
    padding: 40px 0 40px 40px;
  }
}

@media (width >= 1200px) {
  .row-card-items .card-item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 33.33%;
    min-height: 360px;
    padding: 40px 0 40px 90px;
  }
}

.row-card-items .card-item:first-child {
  background-color: #00cecd;
  background-image: linear-gradient(30deg, #33a4c0, #00cecd);
}

.row-card-items .card-item:last-child {
  background-color: #48a436;
  background-image: linear-gradient(30deg, #22651573, #48a43673);
}

.row-card-items i {
  color: #ffbf3b;
  margin-right: 15px;
  font-size: 25px;
}

@media (width >= 1024px) {
  .row-card-items i {
    margin-right: 0;
    font-size: 40px;
  }
}

.row-card-items strong {
  color: #fff;
  width: 75%;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  position: relative;
}

@media (width >= 1024px) {
  .row-card-items strong {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (width <= 768px) {
  .row-card-items strong {
    width: 90%;
  }
}

.row-card-items strong:after {
  content: "";
  opacity: .2;
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.row-card-items strong:before {
  content: "";
  z-index: 1;
  background-color: #ffbf3b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.row-card-items p {
  color: #fff;
  max-width: 75%;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media (width <= 768px) {
  .row-card-items p {
    max-width: 90%;
  }
}

.row-card-items a {
  color: #fff;
  text-transform: uppercase;
  max-width: max-content;
  font-size: 12px;
  font-weight: 900;
  transition: all .3s;
}

.row-card-items a:hover {
  color: #00bfd6;
}

.row-card-items-min strong {
  color: #262b2e;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  position: relative;
}

@media (width >= 992px) {
  .row-card-items-min strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
}

.row-card-items-min strong:after {
  content: "";
  opacity: .2;
  background-color: #9ea7ad;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.row-card-items-min strong:before {
  content: "";
  z-index: 1;
  background-color: #ffbf3b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.row-card-items-min p a {
  color: #262b2e;
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.row-card-items-min p a:hover {
  text-decoration: underline;
}

.row-card-items-min a {
  color: #00cecd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  transition: all .3s;
}

.row-card-items-min a:hover {
  color: #000;
}

.card-video {
  max-width: 555px;
  margin: 0 auto;
}

.videoWrapper {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.videoWrapper.playing {
  border-radius: 5px;
  background-image: none !important;
}

.videoWrapper.playing .play-btn {
  left: 9999px;
}

.videoWrapper.playing iframe {
  z-index: 0;
}

.videoWrapper.playing .card-all-content {
  display: none;
}

.videoWrapper iframe {
  z-index: -1;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.videoWrapper .play-btn {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.videoWrapper .card-all-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0;
}

.videoWrapper .top-line a {
  color: #ffbf3b;
  letter-spacing: .6px;
  font-size: 12px;
  font-weight: 700;
}

.videoWrapper .top-line a:hover {
  color: #004b4e;
}

.videoWrapper .bottom-line strong {
  color: #fff;
  width: 100%;
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  position: relative;
}

@media (width >= 992px) {
  .videoWrapper .bottom-line strong {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
  }
}

.videoWrapper .bottom-line strong:after {
  content: "";
  opacity: .2;
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.videoWrapper .bottom-line strong:before {
  content: "";
  z-index: 1;
  background-color: #ffbf3b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.videoWrapper .bottom-line .title {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  display: block;
}

@media (width >= 992px) {
  .videoWrapper .bottom-line .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
  }
}

.videoWrapper .bottom-line p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  display: none;
}

@media (width >= 992px) {
  .videoWrapper .bottom-line p {
    display: block;
  }
}

.videoWrapper .bottom-line a {
  color: #00bfd6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.videoWrapper .bottom-line a:hover {
  color: #fff;
}

.section-video-case {
  background-color: #f7f8fb;
}

.section-video-case .card-content a {
  color: #ffbf3b;
  letter-spacing: -.2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.section-video-case .card-content h2 {
  color: #004b4e;
  font-size: 24px;
  line-height: 26px;
}

@media (width >= 992px) {
  .section-video-case .card-content h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

.section-video-case .card-content .row-btn .btn {
  color: #fff;
  text-transform: uppercase;
  padding: .375rem 1.3rem;
  font-size: 14px;
  font-weight: 900;
  line-height: 35px;
}

.section-video-case .card-content .row-btn .btn:last-child {
  color: #000;
  background-color: #ffbf3b;
  background-image: none;
}

.section-video-case .card-content .row-btn .btn:last-child:hover {
  opacity: .8;
}

.section-video-case .card-content .row-btn .btn i {
  font-size: 12px;
}

.section-events .card-title h2 {
  color: #004b4e;
  letter-spacing: -.29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
}

@media (width >= 992px) {
  .section-events .card-title h2 {
    letter-spacing: -.43px;
    font-size: 36px;
    font-weight: 700;
    line-height: 62px;
  }
}

.section-events .card-title p {
  color: #262b2e;
  letter-spacing: -.27px;
  opacity: .9;
  text-align: center;
  max-width: 565px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section-events .btn {
  text-transform: uppercase;
  padding: .375rem 3.3rem;
  font-size: 14px;
  font-weight: 900;
  line-height: 35px;
}

.section-using .card-title h2 {
  color: #004b4e;
  letter-spacing: -.29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
}

@media (width >= 992px) {
  .section-using .card-title h2 {
    letter-spacing: -.43px;
    font-size: 36px;
    font-weight: 700;
    line-height: 62px;
  }
}

.section-using .card-title p {
  color: #262b2e;
  letter-spacing: -.27px;
  opacity: .9;
  text-align: center;
  max-width: 565px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.section-using .associate-wrap {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.section-using .row-container {
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.section-using img {
  max-width: 100%;
  display: block;
}

.section-using .list-using {
  display: -ms-grid;
  -ms-grid-column-align: center;
  border-top: 1px solid #dddfe7;
  border-left: 1px solid #dddfe7;
  flex-wrap: wrap;
  justify-content: flex-start;
  justify-self: center;
  height: auto;
}

.section-using .box, .section-using .list-using {
  background-color: #fff;
  display: flex;
}

.section-using .box {
  border-bottom: 1px solid #dddfe7;
  border-right: 1px solid #dddfe7;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 50%;
  min-height: 145px;
  position: relative;
}

.section-using .box img {
  max-width: 50%;
}

.section-using .box h6 {
  text-align: center;
  max-width: 80%;
  line-height: 12px;
  position: absolute;
  bottom: 0;
}

.section-using .box h6 a {
  color: #6f7274;
  font-size: 10px;
}

.section-using .box h6 a:hover {
  text-decoration: underline;
}

@media (width >= 576px) {
  .section-using .box {
    width: 33.33%;
    min-width: 170px;
  }
}

@media (width >= 992px) {
  .section-using .box {
    width: 20%;
    min-width: 20%;
    min-height: 200px;
  }

  .section-using .box img {
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 225px;
  }

  .liaison-partners .section-using .box {
    width: 25%;
    min-width: 25%;
  }

  .liaison-partners .section-using .box img {
    max-width: 90%;
  }
}

@media (width >= 1200px) {
  .section-using .box {
    min-height: 275px;
  }

  .liaison-partners .section-using .box {
    min-height: 200px;
  }
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .section-using .box img {
    width: 50%;
  }
}

.section-animation {
  background-color: #004b4e;
  background-image: linear-gradient(10deg, #005356, #009899);
}

.section-animation.section-animation-blog {
  background-image: none;
}

.section-animation .title {
  opacity: 1;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  line-height: 35px;
}

.section-animation h2 {
  letter-spacing: -.29px;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
}

@media (width >= 992px) {
  .section-animation h2 {
    letter-spacing: -.61px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
  }
}

.section-animation .btn {
  text-transform: uppercase;
  padding: .375rem 1.3rem;
  font-size: 14px;
  font-weight: 900;
  line-height: 35px;
}

.row-container {
  max-width: 1190px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.list-card-events .card {
  background-color: #004b4e;
  background-image: linear-gradient(30deg, #004246, #00686c);
  border: none;
  border-radius: 0;
  min-height: 330px;
}

.list-card-events .card.card-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.list-card-events .card-footer, .list-card-events .card-header {
  background-color: initial;
  border: none;
  padding: .75rem 1.25rem 2rem;
}

.list-card-events .card-header {
  color: #fff;
  letter-spacing: .6px;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
}

.list-card-events .card-body p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.list-card-events .card-body p:after {
  content: "";
  opacity: .2;
  background-color: #9ea7ad;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-card-events .card-body p:before {
  content: "";
  z-index: 1;
  background-color: #ffbf3b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.list-card-events .card-body p a {
  color: #fff;
}

.list-card-events .card-body p a:hover {
  text-decoration: underline;
}

.list-card-events .card-footer a {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.list-card-events .card-footer a:hover {
  color: #fff;
}

.section-community {
  background-position: 50%;
  background-size: cover;
}

.section-community .row-container {
  padding: 0 1.5rem;
}

.section-community .col-l {
  max-width: 540px;
}

.section-community .col-l h2 {
  color: #ffbf3b;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

@media (width >= 992px) {
  .section-community .col-l h2 {
    letter-spacing: -.5px;
    font-size: 42px;
    font-weight: 700;
    line-height: 62px;
  }
}

.section-community .col-l p {
  color: #fff;
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

@media (width >= 992px) {
  .section-community .col-l p {
    letter-spacing: -.3px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }
}

.section-community .col-r {
  align-items: center;
  max-width: 300px;
  display: flex;
}

.section-community .col-r .btn {
  width: 100%;
  line-height: 36px;
}

.section-community .card-btns {
  height: 140px;
}

.section-news-social .card-menu {
  position: relative;
}

.section-news-social .card-menu:after {
  content: "";
  opacity: .2;
  background-color: #9ea7ad;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.section-news-social .card-menu:before {
  content: "";
  z-index: 1;
  background-color: #ffbf3b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.section-news-social .card-menu h3 {
  color: #004b4e;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .section-news-social .card-menu h3 {
    width: 100%;
  }
}

@media (width >= 768px) {
  .section-news-social .card-menu h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

.section-news-social .card-menu a {
  color: #00cecd;
  letter-spacing: .14px;
  text-transform: uppercase;
  min-width: 82px;
  font-size: 12px;
  font-weight: 900;
  line-height: 50px;
}

.section-news-social .card-menu a:hover {
  color: #004b4e;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .section-news-social .card-menu a {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }
}

@media (width >= 768px) {
  .section-news-social .card-menu a {
    font-size: 14px;
  }
}

.row-list-news .card {
  border-radius: none;
  background-color: #f5f6f7;
  background-position: 50%;
  background-size: cover;
  border: none;
  border-radius: 0;
  width: 100%;
}

.row-list-news .card.card-image a, .row-list-news .card.card-image a:hover, .row-list-news .card.card-image p {
  color: #fff;
}

.row-list-news .card.card-bg {
  background-color: #004b4e;
}

.row-list-news .card.card-bg a, .row-list-news .card.card-bg a:hover, .row-list-news .card.card-bg p {
  color: #fff;
}

.archive-list .row-list-news .card {
  flex: 1 0 100%;
}

@media (width >= 768px) {
  .archive-list .row-list-news .card {
    flex: 1 0 32%;
  }
}

@media (width >= 992px) {
  .archive-list .row-list-news .card {
    flex: 1 0 21%;
  }
}

.row-list-news .card-footer, .row-list-news .card-header {
  background-color: initial;
  border: none;
  position: relative;
}

.row-list-news .card-header {
  color: #ffbf3b;
  letter-spacing: .6px;
  font-family: Lato;
  font-size: 12px;
  font-weight: 700;
}

.row-list-news .card-body p {
  color: #262b2e;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.row-list-news .card-body p a {
  color: #262b2e;
}

.row-list-news .card-body p a:hover {
  text-decoration: underline;
}

.row-list-news .card-footer a {
  color: #00bfd6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
}

.row-list-news .card-footer a:hover {
  color: #004b4e;
}

.row-list-news .videoWrapper {
  border-radius: 0;
}

.row-list-news .card-video {
  max-width: 100%;
}

.row-list-news .card-video span {
  color: #ffbf3b;
  letter-spacing: .6px;
  font-size: 12px;
  font-weight: 700;
}

.row-list-news .card-video p {
  color: #262b2e;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.social-container {
  background-color: #fff;
  position: relative;
  top: 9px;
  box-shadow: 0 0 2px #3d3d3d33;
}

.social-container .twitter-tweet {
  height: 290px !important;
}

.card-btns {
  max-width: 300px;
}

.card-btns .btn {
  width: 100%;
  line-height: 36px;
}

.description {
  max-width: 70%;
}

@media (width <= 768px) {
  .description {
    max-width: 95%;
  }
}

.description-wide {
  width: 100%;
  padding-bottom: 15px;
}

.description-wide div {
  max-width: 60%;
}

@media (width <= 768px) {
  .description-wide div {
    width: 100%;
    max-width: none;
  }
}

.main-expert-container {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.main-expert-container .copy-block ul {
  list-style-type: disc;
}

.main-expert-container ul.anchor-nav {
  width: 100%;
  max-width: none;
  padding: 20px 0 0;
  list-style-type: none;
}

.main-expert-container ul.anchor-nav li {
  text-align: center;
  margin: 0 15px 5px;
  display: inline-block;
}

@media (width <= 768px) {
  .main-expert-container ul.anchor-nav li {
    width: 100%;
  }
}

.main-expert-container ul.anchor-nav li a {
  text-transform: uppercase;
  display: block;
}

@media (width <= 768px) {
  .main-expert-container ul.anchor-nav li a {
    font-size: .75rem;
    line-height: 1.25rem;
  }
}

.main-expert-container .card-title {
  color: #004b4e;
}

.main-expert-container .subheadline {
  color: #212529;
}

.main-expert-container-md {
  max-width: 905px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.section-blog-post {
  position: relative;
}

.section-blog-post .card-content h2 {
  color: #099;
  letter-spacing: -.29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
}

@media (width >= 992px) {
  .section-blog-post .card-content h2 {
    letter-spacing: -.61px;
    font-size: 36px;
    font-weight: 300;
    line-height: 44px;
  }
}

.section-blog-post .card-content p {
  color: #262b2e;
  opacity: .7;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.section-blog-post .row-bottom p {
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-blog-post .row-bottom em {
  color: #212529;
  letter-spacing: -.27px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.section-blog-post h1, .section-blog-post h2, .section-blog-post h3, .section-blog-post h4, .section-blog-post h5, .section-blog-post h6 {
  width: 100%;
}

.section-blog-post ul {
  list-style-type: disc;
}

blockquote .card-circle {
  background-color: #004b4e;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
}

blockquote .card-circle i {
  color: #fff;
}

.list-blog-post a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.list-blog-post a:hover {
  opacity: .8;
}

.list-blog-post a i {
  color: #fff;
  font-size: 24px;
}

.list-blog-post a.rss {
  background-color: #f57341;
}

.list-blog-post a.twitter {
  background-color: #3fa8e9;
}

.list-blog-post a.linked-in {
  background-color: #3875b0;
}

.list-blog-tags span {
  color: #212529;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.top-border:before {
  content: "";
  opacity: .1;
  background-color: #212529;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

@media (width >= 768px) {
  .top-border:before {
    width: 80%;
    left: 120px;
  }
}

.top-border-lg:before {
  content: "";
  opacity: .1;
  background-color: #212529;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
}

.section-intro-video .card-video {
  max-width: 100%;
  height: auto;
  margin: 0;
}

.section-intro-video .videoWrapper {
  border-radius: 0;
  padding-bottom: 61%;
}

.section-intro-video .card-list {
  min-width: 180px;
}

.section-intro-video .card-list strong {
  color: #262b2e;
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  position: relative;
}

.section-intro-video .card-list strong:after {
  content: "";
  opacity: .2;
  background-color: #262b2e;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.section-intro-video .card-list strong:before {
  content: "";
  z-index: 1;
  background-color: #ffbf3b;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}

.section-intro-video .list-links:first-child {
  margin-top: 20px;
}

.section-intro-video .list-links a {
  color: #262b2e;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.section-intro-video .list-links a:hover {
  color: #004b4e;
}

.section-spec-intro .main-expert-container-md {
  max-width: 930px;
}

.section-spec-intro h1 {
  color: #004b4e;
  letter-spacing: -.36px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

@media (width >= 992px) {
  .section-spec-intro h1 {
    font-size: 48px;
    line-height: 62px;
  }
}

.section-spec-intro p {
  color: #212529;
  letter-spacing: -.27px;
  text-align: center;
  max-width: 475px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-spec-intro span {
  color: #ffbf3b;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  line-height: 72px;
}

.section-spec-intro ul {
  max-width: 620px;
}

.section-spec-intro li a {
  color: #00cecd;
  letter-spacing: -.24px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
}

.section-spec-intro li a:hover {
  color: #004b4e;
}

.section-spec-example .card-content h2 {
  color: #004b4e;
  font-size: 36px;
  font-weight: 700;
}

.section-spec-example .card-content p {
  color: #212529;
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-spec-example .card-content p a {
  color: #00cecd;
  letter-spacing: -.27px;
}

.section-spec-example .card-content p a:hover {
  color: #004b4e;
}

.section-spec-example .card-content .btn {
  padding: .375rem 1.8rem;
  font-weight: 700;
  line-height: 35px;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .section-spec-example img {
    width: 100%;
  }
}

.breadcrumb {
  background-color: initial;
  margin: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #6f7274;
  font-size: 16px;
  font-weight: 400;
}

.breadcrumb .breadcrumb-item a:hover {
  color: #004b4e;
}

.breadcrumb .breadcrumb-item.active {
  color: #ffbf3b;
  font-weight: 700;
}

.h1, h1 {
  letter-spacing: -.36px;
  font-weight: 700;
}

@media (width >= 992px) {
  .h1, h1 {
    font-weight: 700;
  }
}

.font-weight-ligh {
  font-weight: 300;
}

.section-item h1 {
  color: #004b4e;
  letter-spacing: -.36px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

@media (width >= 992px) {
  .section-item h1 {
    font-size: 48px;
    line-height: 62px;
  }
}

.section-item em {
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.section-item p, .section-item span {
  color: #212529;
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-item p {
  opacity: .9;
}

.section-item h2 {
  color: #099;
  letter-spacing: -.29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
}

@media (width >= 992px) {
  .section-item h2 {
    letter-spacing: -.61px;
    font-size: 36px;
    line-height: 44px;
  }
}

.section-item ul {
  list-style-type: disc;
}

.section-item ul li {
  margin-bottom: 10px;
}

@media (width >= 768px) {
  .section-item ul li {
    margin-bottom: 20px;
  }
}

.section-item ul li strong {
  color: #212529;
  opacity: .9;
  min-width: 140px;
  font-size: 15px;
  line-height: 24px;
}

@media (width >= 768px) {
  .section-item ul li strong {
    width: 210px;
    font-size: 18px;
    font-weight: 900;
    line-height: 20px;
  }
}

.section-item ul li span {
  color: #212529;
  opacity: .9;
  word-break: break-word;
  font-size: 15px;
  line-height: 24px;
}

@media (width >= 768px) {
  .section-item ul li span {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
  }
}

.section-products h2 {
  color: #099;
  letter-spacing: -.29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 62px;
}

@media (width >= 992px) {
  .section-products h2 {
    letter-spacing: -.61px;
    font-size: 36px;
    line-height: 44px;
  }
}

.list-card-products .card-products {
  border: 1px solid #dddfe7;
  border-radius: 4px;
  width: 100%;
  margin: 0 -10px;
}

@media (width >= 768px) {
  .list-card-products .card-products {
    width: 32.33%;
    height: auto;
  }
}

.list-card-products .card-body {
  min-height: 150px;
}

.list-card-products .card-img {
  height: 50%;
}

.list-card-products .card-img img {
  width: 50%;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .list-card-products .card-img img {
    width: 70%;
  }
}

.list-card-products .card-footer {
  background-color: initial;
  border: none;
}

.list-card-products strong {
  color: #212529;
  letter-spacing: -.36px;
  font-size: 24px;
  font-weight: 900;
  line-height: 26px;
}

.list-card-products p {
  color: #212529;
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.list-card-products a {
  color: #00bfd6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.list-card-products a:hover {
  color: #004b4e;
}

.section-info-by .card-info {
  color: #212529;
  letter-spacing: -.18px;
  opacity: .9;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.section-info-by .h1, .section-info-by h1 {
  color: #004b4e;
  letter-spacing: -.36px;
  font-weight: 900;
  line-height: 38px;
}

@media (width >= 992px) {
  .section-info-by .h1, .section-info-by h1 {
    font-weight: 900;
    line-height: 62px;
  }
}

.section-info-by h2 {
  color: #099;
  letter-spacing: -.29px;
  font-weight: 700;
  line-height: 44px;
}

@media (width >= 992px) {
  .section-info-by h2 {
    letter-spacing: -.61px;
    font-size: 36px;
    line-height: 44px;
  }
}

.list-items-step .card-circle {
  background-color: #004b4e;
  min-width: 40px;
  min-height: 40px;
  position: relative;
  box-shadow: 6px 6px 13px #0000000d;
}

.list-items-step span {
  color: #fff;
  letter-spacing: -.24px;
  font-size: 16px;
  font-weight: 700;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .list-items-step span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.list-items-step strong {
  color: #172f30;
  font-size: 18px;
  font-weight: 700;
}

.list-items-step p {
  color: #262b2e;
  font-size: 16px;
  font-weight: 400;
}

.row-download-spec p {
  color: #212529;
  opacity: .9;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.card-spec-arhive {
  position: relative;
}

.card-spec-arhive:after {
  content: "";
  background-color: #ccc;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 97%;
  left: 0;
}

@media (width >= 768px) {
  .card-spec-arhive:after {
    top: 95%;
  }
}

.card-spec-arhive p {
  color: #212529;
}

.card-spec-arhive a, .card-spec-arhive p {
  opacity: .9;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.card-spec-arhive a {
  color: #00cecd;
  letter-spacing: -.18px;
}

.card-spec-arhive a:hover {
  color: #004b4e;
}

.card-u2f .card-img, .card-uaf .card-img {
  height: 200px;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .card-u2f .card-img img, .card-uaf .card-img img {
    width: 100%;
  }
}

.card-u2f h2, .card-uaf h2 {
  color: #099;
  letter-spacing: -.29px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

@media (width >= 992px) {
  .card-u2f h2, .card-uaf h2 {
    letter-spacing: -.61px;
    font-size: 36px;
    line-height: 44px;
  }
}

.row-all-spec .title {
  background-color: #ffbf3b;
  border-radius: 2px 2px 0 0;
}

.row-all-spec .title p {
  color: #212529;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.row-all-spec .list-arhive strong {
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.row-all-spec .list-arhive a {
  color: #00cecd;
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.row-all-spec .list-arhive a:hover {
  color: #004b4e;
}

.row-all-spec p {
  color: #212529;
}

.row-all-spec a, .row-all-spec p {
  opacity: .9;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.row-all-spec a {
  color: #00cecd;
  letter-spacing: -.18px;
}

.row-all-spec a:hover {
  color: #004b4e;
}

.row-all-spec .row-cards {
  border: 1px solid #ffbf3b;
}

.row-all-spec .row-cards .card-all-spec strong {
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.row-all-spec .row-cards .card-all-spec:first-child {
  border-bottom: 1px solid #ffbf3b;
  border-right: none;
}

@media (width >= 768px) {
  .row-all-spec .row-cards .card-all-spec:first-child {
    border-bottom: none;
    border-right: 1px solid #ffbf3b;
  }
}

.card-spec {
  border-left: 1px solid #ffbf3b;
  border-right: 1px solid #ffbf3b;
}

.card-spec .title {
  background-color: #ffbf3b;
  border-radius: 2px 2px 0 0;
}

.card-spec .title p {
  color: #212529;
  word-break: break-all;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.card-spec .card-body {
  border-bottom: 1px solid #ffbf3b;
}

.card-spec .card-body p {
  color: #212529;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.card-spec .card-body strong {
  color: #212529;
}

.card-spec .card-body em, .card-spec .card-body strong {
  letter-spacing: -.27px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.card-spec .card-body em {
  color: #a91728;
}

.card-spec .list-arhive span {
  position: relative;
  top: -2px;
}

.card-spec .list-arhive strong {
  letter-spacing: -.27px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.card-spec .list-arhive a {
  color: #00cecd;
  letter-spacing: -.27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.card-spec .list-arhive a:hover {
  color: #004b4e;
}

.card-spec .list-card-body .card-body:first-child {
  min-height: 440px;
}

.card-spec .list-card-body .card-body:nth-child(2n) {
  background-color: #fff9eb;
  min-height: 420px;
}

.card-spec .list-card-body .card-body:last-child {
  min-height: 320px;
}

.list li {
  position: relative;
}

.list li ol li:before {
  content: none;
}

.list li:before {
  content: "";
  background-color: #004b4e;
  border-radius: 3px;
  width: 6px;
  height: 6px;
  display: block;
  position: absolute;
  top: 10px;
  left: -17px;
}

.list li span {
  font-size: 18px;
}

.nav-links .page-numbers {
  color: #212529;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  background-image: linear-gradient(30deg, #33a4c0, #00cecd);
  border: none;
  border-radius: 2px;
  width: 92px;
  height: 36px;
  font-size: 14px;
  font-weight: 900;
  line-height: 25px;
  box-shadow: 4px 4px 13px #00000026;
}

.nav-links .page-numbers.next:hover, .nav-links .page-numbers.prev:hover {
  background-image: linear-gradient(30deg, #33a4c0 100%, #00cecd 0);
  text-decoration: none;
}

.nav-links .page-numbers.next i, .nav-links .page-numbers.prev i {
  color: #fff;
}

.nav-links .page-numbers:hover {
  color: #000;
  text-decoration: underline;
}

.nav-links .page-numbers.current {
  color: #00cecd;
  text-decoration: underline;
}

.nav-links .next:hover, .nav-links .prev:hover {
  color: #fff;
}

.fixed-btn {
  color: #262b2e;
  z-index: 1;
  background-color: #ffbf3b;
  border-radius: 2px 2px 0 0;
  padding: 6px 11px 4px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: none;
  position: fixed;
  top: 44%;
  right: -13px;
  transform: rotate(-90deg)translateY(150%);
}

@media (width >= 992px) {
  .fixed-btn {
    color: #262b2e;
    text-transform: uppercase;
    padding: 7px 26px 4px;
    font-size: 14px;
    font-weight: 700;
    line-height: 39px;
    display: block;
    right: 0;
    transform: rotate(-90deg)translateY(185%);
  }
}

.fixed-btn:active, .fixed-btn:focus, .fixed-btn:hover {
  color: #004b4e;
  text-decoration: none;
}

.pagination-wrapper {
  margin-top: 1rem;
  margin-right: 0;
}

@media (width >= 768px) {
  .pagination-wrapper {
    margin-right: .5rem;
  }
}

span.tribe-address {
  line-height: 22px;
}

@media only screen and (width <= 600px) {
  figure.alignleft, figure.alignright, img.alignleft, img.alignright {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  figure.alignleft img, figure.alignright img, img.alignleft img, img.alignright img {
    width: 100% !important;
  }
}

.sidebar .top-menu span {
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.sidebar .top-menu a {
  color: #3d5051;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 0 !important;
  display: flex !important;
}

.sidebar .current-menu-item > a, .sidebar .top-menu a.active {
  color: var(--wp--preset--color--emerald);
  font-weight: 700;
}

.sidebar .top-menu a.active {
  background-color: #f9f9f9;
}

.sidebar .top-menu a:hover {
  color: var(--wp--preset--color--cyan);
}

.sidebar .sub-menu a {
  color: var(--wp--preset--color--emerald);
  letter-spacing: .35px;
  align-items: end;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.sidebar .sub-menu a:hover {
  color: var(--wp--preset--color--cyan);
}

.sidebar form label, .sidebar form p {
  color: #434343;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.sidebar form input {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  border-color: #ccc !important;
}

.sidebar form .checkbox {
  padding: 20px;
  display: none;
  background-color: #fff !important;
}

.sidebar strong {
  color: #434343;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
}

.sidebar .sidemenu-container .list-items {
  list-style: none;
}

.sidebar .sidemenu-container .sidemenu-title {
  cursor: pointer;
}

.sidebar .sidemenu-container .sidemenu-title svg {
  margin-left: 5px;
  transition: transform .2s ease-in-out;
}

.sidebar .sidemenu-container .sidemenu-title.active svg {
  transform: rotate(180deg);
}

.sidebar .sidemenu-container .list-items a .sidemenu-title {
  cursor: default;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
}

.sidebar .sidemenu-container .list-items .top-menu .menu-item a {
  font-size: 13px;
  line-height: 20px;
}

.footerbar-parent-container, .footerbar-parent-container .footerbar-container {
  display: flex;
}

.footerbar-parent-container .footerbar-container {
  padding: 57px 53px 124px;
}

.footerbar-parent-container .footerbar-container .primary-sidebar .sidebar-title, .footerbar-parent-container .footerbar-container .secondary-sidebar .sidebar-title {
  padding-bottom: 50px;
}

.footerbar-parent-container .footerbar-container .primary-sidebar .list-items, .footerbar-parent-container .footerbar-container .secondary-sidebar .list-items {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 0;
}

.footerbar-parent-container .footerbar-container .primary-sidebar .list-items li, .footerbar-parent-container .footerbar-container .secondary-sidebar .list-items li {
  padding: 10px 0;
}

.footerbar-parent-container .footerbar-container .primary-sidebar .list-items li a, .footerbar-parent-container .footerbar-container .secondary-sidebar .list-items li a {
  color: #3d5051;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.footerbar-parent-container .footerbar-container .secondary-sidebar {
  padding-top: 50px;
}

.footerbar-parent-container .footerbar-container .secondary-sidebar .list-items {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}

@media (width >= 650px) and (width <= 781px) {
  .sidebar {
    padding: 0 !important;
  }

  .sidebar.desktop-sidebar {
    z-index: 2;
    transition: all .25s ease-in;
  }

  .sidebar .sidemenu-container.top-sidebar.active {
    transform: translateY(0);
  }

  .sidebar .sidemenu-container.top-sidebar.active .list-items a .sidemenu-title {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none' viewBox='0 0 18 11'%3E%3Cpath stroke='%23000' stroke-width='2' d='m17 9.5-8-8-8 8'/%3E%3C/svg%3E");
    background-position: 96%;
    background-repeat: no-repeat;
  }

  .sidebar .sidemenu-container.top-sidebar .list-items a .sidemenu-title {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none' viewBox='0 0 18 11'%3E%3Cpath stroke='%23000' stroke-width='2' d='m17 1.5-8 8-8-8'/%3E%3C/svg%3E");
    background-position: 96%;
    background-repeat: no-repeat;
  }

  .sidebar .sidemenu-container.bottom-sidebar {
    margin-top: -40px;
    padding-bottom: 24px;
  }

  .sidebar .sidemenu-container.bottom-sidebar .list-items a .sidemenu-title {
    text-align: left;
    margin-left: 20px;
  }

  .footerbar-parent-container .footbar-sidebar {
    display: none;
  }

  .footerbar-parent-container .footerbar-container {
    padding-left: 1rem;
  }
}

@media (width <= 650px) {
  .sidebar {
    padding: 0 !important;
  }

  .sidebar.desktop-sidebar {
    z-index: 2;
  }

  .sidebar.desktop-sidebar.fixed {
    margin-top: -46px;
  }

  .sidebar .sidemenu-container.top-sidebar.active {
    border-bottom: 1px solid #e5e8e8;
    padding-bottom: 40px;
  }

  .sidebar .sidemenu-container.top-sidebar.active .list-items a .sidemenu-title {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none' viewBox='0 0 18 11'%3E%3Cpath stroke='%23000' stroke-width='2' d='m17 9.5-8-8-8 8'/%3E%3C/svg%3E");
    background-position: 90%;
    background-repeat: no-repeat;
  }

  .sidebar .sidemenu-container.top-sidebar .list-items a .sidemenu-title {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='11' fill='none' viewBox='0 0 18 11'%3E%3Cpath stroke='%23000' stroke-width='2' d='m17 1.5-8 8-8-8'/%3E%3C/svg%3E");
    background-position: 90%;
    background-repeat: no-repeat;
  }

  .sidebar .sidemenu-container.top-sidebar .list-items .sidebar-menu-items {
    border-top: 1px solid #e5e8e8;
    padding-top: 10px !important;
  }

  .sidebar .sidemenu-container.bottom-sidebar {
    margin-top: -40px;
    padding-bottom: 24px;
  }

  .sidebar .sidemenu-container.bottom-sidebar .list-items a .sidemenu-title {
    text-align: left;
    margin-left: 20px;
  }

  .sidebar .sidemenu-container .list-items {
    list-style: none;
  }

  .sidebar .sidemenu-container .list-items a .sidemenu-title {
    cursor: default;
    text-align: center;
    margin-left: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
  }

  .sidebar .sidemenu-container .list-items .top-menu .menu-item a {
    color: #3d5051;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }

  .footerbar-parent-container .sidebar {
    display: none;
  }

  .footerbar-parent-container .footerbar-container {
    flex-direction: column;
    padding: 45px 22px;
  }

  .footerbar-parent-container .footerbar-container .primary-sidebar .list-items, .footerbar-parent-container .footerbar-container .secondary-sidebar .list-items {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  .footerbar-parent-container .footerbar-container .secondary-sidebar {
    padding-top: 0;
  }
}

.enterprise-top {
  background-color: #004b4e;
  padding: 2rem 0;
}

.enterprise-top .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.enterprise-top-desc {
  margin-top: 5rem;
}

.enterprise-top-desc h3 {
  color: #ffbf3b;
  font-size: 2rem;
  font-weight: 700;
}

.enterprise-top-desc h1 {
  color: #fff;
  font-size: 5rem;
  font-weight: 700;
}

.enterprise-section #accordion .card {
  background-attachment: fixed;
  background-color: initial;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  border-radius: 0;
}

.enterprise-section #accordion .card.card-1:before {
  width: 6rem;
  margin-top: -5rem;
  position: relative;
  left: 50%;
}

.enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 2rem;
  margin-left: -2px;
  position: relative;
  left: 50%;
}

.enterprise-section #accordion .card.card-3:after {
  width: 5rem;
  position: relative;
  bottom: 1.5rem;
  left: 48%;
}

.enterprise-section #accordion .card-header {
  color: #fff;
  text-align: center;
  background: none;
  border-radius: 0;
  align-items: center;
  padding: 0;
  text-decoration: none;
  display: inline-flex;
  border: none !important;
}

.enterprise-section #accordion .card-header:hover {
  text-decoration: none !important;
}

.enterprise-section #accordion .card-header h5 {
  text-align: center;
  min-width: 100%;
  text-decoration: none;
  display: block;
}

.enterprise-section #accordion .card-header h5:hover {
  text-decoration: none !important;
}

.enterprise-section #accordion .card-header h5 span {
  min-width: 100%;
  text-decoration: none;
  display: block;
}

.enterprise-section #accordion .card-header h5 span:hover {
  text-decoration: none !important;
}

.enterprise-section #accordion .card-header h5 span.months-data {
  color: #fff;
  text-transform: normal;
  font-size: 2rem;
  font-weight: 400;
  display: none;
}

.enterprise-section #accordion .card-header h5 span.header-data {
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 900;
}

.enterprise-section #accordion .card-header button {
  text-align: center;
  min-width: 100%;
  padding: 2rem 0;
  display: block;
  color: #fff !important;
}

.enterprise-section #accordion .card-header button:hover {
  color: #ffbf3b;
  text-decoration: none !important;
}

.enterprise-section #accordion .card-header button.card-1-btn {
  margin-top: -2rem;
}

.enterprise-section #accordion .card-header:after {
  color: #fff;
}

.enterprise-section #accordion .card-body {
  background: none;
  margin-top: 0;
  padding: 0;
}

.enterprise-section .pad-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.enterprise-side-btns {
  z-index: 1;
  background: #bdbdbd4d;
  border-radius: 0 16px 16px 0;
  max-width: 10rem;
  position: fixed;
  top: 62%;
  box-shadow: 0 4px 4px #000;
}

.enterprise-side-btns ul {
  margin: 0;
  padding: 1rem .5rem;
}

.enterprise-side-btns ul, .enterprise-side-btns ul li {
  list-style: none;
  display: block;
}

.enterprise-side-btns ul li a {
  color: #fff;
  text-align: center;
  padding: .5rem 0;
  text-decoration: none;
  display: block;
}

.enterprise-side-btns ul li a img {
  max-width: 50px;
  height: auto;
}

.enterprise-side-btns ul li a span {
  text-transform: uppercase;
  margin-top: .5rem;
  font-weight: 700;
  line-height: 1.1;
  transition: all .5s;
  display: block;
}

@media (width <= 2560px) {
  .enterprise-section #accordion .card.card-3:after {
    margin-left: 15px;
  }
}

@media (width <= 1920px) {
  .enterprise-section #accordion .card.card-3:after {
    margin-left: 3px;
  }
}

@media (width <= 1600px) {
  .enterprise-section #accordion .card.card-3:after {
    margin-left: -4px;
  }
}

@media (width <= 1440px) {
  .enterprise-section #accordion .card.card-3:after {
    margin-left: -7px;
  }
}

@media (width <= 1399.98px) {
  .enterprise-section #accordion .card.card-3:after {
    margin-left: -10px;
  }
}

@media (width <= 1199.98px) {
  .enterprise-section #accordion .card.card-3:after {
    margin-left: -14px;
  }

  .enterprise-side-btns {
    display: none;
  }
}

@media (width <= 768px) {
  .enterprise-top-desc {
    margin-top: 2rem;
  }

  .enterprise-top-desc h3 {
    font-size: 1.3rem;
  }

  .enterprise-top-desc h1 {
    font-size: 3rem;
  }

  .enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
    margin-left: -4px;
    left: 6%;
  }

  .enterprise-section #accordion .card.card-3:after {
    margin-top: 2rem;
    left: 45%;
  }

  .enterprise-side-btns {
    display: none;
  }
}

@media (width <= 767.98px) {
  .enterprise-top-desc {
    text-align: center;
  }

  .enterprise-top-desc h3 {
    font-size: 1.3rem;
  }

  .enterprise-top-desc h1 {
    margin-bottom: 2rem;
    font-size: 3rem;
  }

  .enterprise-top-img {
    padding-bottom: 5rem;
  }

  .enterprise-section #accordion .card-header h5 span.header-data {
    font-size: 1.5rem;
  }

  .enterprise-section #accordion .card-header h5 span.months-data {
    font-size: 1.4rem;
    display: none;
  }

  .enterprise-section #accordion .card-body {
    padding: 0 1rem;
  }

  .enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
    margin-left: -4px;
    left: 10%;
  }

  .enterprise-section #accordion .card.card-3:after {
    margin-top: 2rem;
    left: 40%;
  }

  .enterprise-side-btns {
    display: none;
  }
}

@media (width <= 575.98px) {
  .enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
    margin-left: -7px;
  }
}

@media (width <= 414px) {
  .enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
    margin-left: -7px;
  }
}

@media (width <= 375px) {
  .enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
    margin-left: -4px;
  }
}

@media (width <= 320px) {
  .enterprise-section #accordion .card.card-2:before, .enterprise-section #accordion .card.card-3:before {
    margin-left: 2px;
  }
}

.cd-timeline {
  color: #818d98;
  background: none;
  padding: 0;
  overflow: hidden;
}

.cd-timeline h2 {
  font-weight: 700;
}

.cd-timeline ul li {
  color: #fff;
  list-style: initial;
}

.cd-timeline__container {
  padding: 1.25em 0;
  position: relative;
}

.cd-timeline__container:before {
  content: "";
  background: #fff;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 18px;
}

@media (width >= 64rem) {
  .cd-timeline__container:before {
    left: 50%;
    transform: translateX(-50%);
  }
}

.plus_more span {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.plus_more span, .plus_more span:hover {
  border-radius: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.plus_more span:hover {
  color: #ffbf3b;
  border-bottom: 1px solid #ffbf3b;
}

.cd-timeline__block {
  z-index: 1;
  margin-bottom: 2em;
  display: flex;
  position: relative;
}

.cd-timeline__block:last-child {
  margin-bottom: 0;
}

@media (width >= 64rem) {
  .cd-timeline__block:nth-child(2n), .cd-timeline__block:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.cd-timeline__img {
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.cd-timeline__img .timeline-counter {
  font-size: 1.4rem;
  font-weight: 700;
}

@media (width >= 64rem) {
  .cd-timeline__img {
    will-change: transform;
    order: 1;
    width: 50px;
    height: 50px;
    margin-right: calc(5% - 24px);
  }
}

.cd-timeline__content {
  background: none;
  border-radius: 0;
  flex-grow: 1;
  margin-left: 1.25em;
  padding: 0;
  position: relative;
  margin-top: 1rem !important;
}

.cd-timeline__content .more_text_expanded a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all .5s;
}

.cd-timeline__content .more_text_expanded a:hover {
  color: #ffbf3b;
  border-bottom: 1px solid #ffbf3b;
}

.cd-timeline__content h2 {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

.cd-timeline__content p {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.cd-timeline__content a {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all .5s;
}

.cd-timeline__content a:hover {
  color: #ffbf3b;
  border-bottom: 1px solid #ffbf3b;
}

.cd-timeline__content a span {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  background: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  transition: all .5s;
}

.cd-timeline__content a span:hover {
  color: #ffbf3b;
  border-bottom: 1px solid #ffbf3b;
}

.collapse1 .cd-timeline__container:first-child:before {
  top: 2rem;
}

.cd-timeline__container:first-child:before {
  top: 0;
}

@media (width >= 64rem) {
  .cd-timeline__content {
    will-change: transform;
    flex-grow: 0;
    width: 45%;
    margin: 0;
    font-size: .8em;
  }
}

@media (width <= 768px) {
  .cd-timeline__content {
    margin-top: .5rem !important;
  }
}

@media (width <= 767.98px) {
  .cd-timeline__content h2 {
    font-size: 1.2rem;
  }

  .cd-timeline__content {
    margin-top: .5rem !important;
  }
}

.fido2-top {
  background-color: #004b4e;
  padding-top: 5rem;
  padding-bottom: 0;
}

.fido2-top .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fido2-top-desc {
  margin-top: 5rem;
}

.fido2-top-desc h3 {
  color: #ffbf3b;
  font-size: 2.5rem;
  font-weight: 700;
}

.fido2-top-desc h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

.fido2-section {
  padding: 4rem 0;
}

.fido2-section-left {
  padding-right: 7rem;
}

.fido2-section-left-top h3 {
  color: #004b4e;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 900;
}

.fido2-section-left-top p {
  color: #000;
  margin-bottom: 4rem;
}

.fido2-section-left-center h3 {
  color: #004b4e;
  font-size: 1.5rem;
  font-weight: 900;
}

.fido2-section-left-center .fido2-section-center-headers {
  padding: 1.5rem 0;
  display: inline-flex;
}

.fido2-section-left-center .fido2-section-center-headers h5 {
  font-size: 1.25rem;
  font-weight: 700;
}

.fido2-section-left-center .fido2-section-center-lists {
  justify-content: space-between;
  width: 100%;
  display: inline-flex;
}

.fido2-section-left-center .fido2-section-center-lists ul {
  margin: 0;
  padding: 0 0 0 1rem;
}

.fido2-section-left-center .fido2-section-center-lists ul li {
  list-style: outside;
}

.fido2-section-left-bottom {
  margin-top: 4rem;
}

.fido2-section-left-bottom h3 {
  color: #004b4e;
  margin-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 900;
}

.fido2-section-left-bottom video {
  width: 100%;
}

.fido2-section-left-bottom iframe {
  border: none;
  width: 100%;
  height: 300px;
}

.fido2-section-left-bottom p {
  color: #000;
  margin-top: 1rem;
}

.fido2-section-right .sidebar-top {
  background-color: #ffbf3b;
  margin-bottom: 1.5rem;
  padding: 2rem;
}

.fido2-section-right .sidebar-top h3 {
  color: #004b4e;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 900;
}

.fido2-section-right .sidebar-top p {
  color: #000;
}

.fido2-section-right .sidebar-list {
  background-color: #c4c4c433;
  padding: 2rem;
}

.fido2-section-right .sidebar-list h3 {
  color: #004b4e;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 900;
}

.fido2-section-right .sidebar-list ul {
  margin: 0;
  padding: 0;
}

.fido2-section-right .sidebar-list ul li {
  display: inline-flex;
}

.fido2-section-right .sidebar-list ul li .li_icon {
  padding-right: 1.7rem;
}

.fido2-section-right .sidebar-list ul li .li_icon img {
  min-width: 5rem;
  height: auto;
}

.fido2-section-right .sidebar-list ul li .li_desc h4 {
  color: #004b4e;
  text-transform: none;
  font-size: 1.1875rem;
  font-weight: 900;
}

.fido2-section-right .sidebar-list ul li .li_desc p {
  color: #000;
  font-size: 1rem;
}

.fido2-bottom {
  background-color: #004b4e;
  padding: 2rem 0 6rem;
}

.fido2-bottom h2 {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
}

.fido2-bottom .ui-tabs-vertical {
  width: 100%;
  margin-top: 4rem;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav {
  float: left;
  width: 35%;
  min-height: 20rem;
  padding: 3rem .1em .2em 2rem;
  position: relative;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav:before {
  content: "";
  background: #ffbf3b;
  border-radius: 50px;
  width: 5px;
  min-height: 20rem;
  position: absolute;
  top: 0;
  left: 0;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav li {
  clear: left;
  width: 100%;
  margin: 0 -1px .2em 0;
  border-bottom-width: 1px !important;
  border-right-width: 0 !important;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav li a {
  color: #fff;
  padding: 1.5rem 0;
  font-size: 1.3rem;
  font-weight: 400;
  display: block;
  position: relative;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav li a:hover {
  color: #fff;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
  border-right-width: 1px;
  padding-bottom: 0;
  padding-right: .1em;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
  font-weight: 700;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a:before {
  content: "";
  background-color: #ffbf3b;
  border: 5px solid #004b4e;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  left: -45px;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel {
  box-sizing: border-box;
  color: #fff;
  float: right;
  border: 1px solid #97a4bf;
  width: 65%;
  padding: 2rem 4rem;
  position: relative;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel:before {
  content: "";
  background: #ffbf3b;
  border: 4px solid #004b4e;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -14px;
  left: -14px;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel a, .fido2-bottom .ui-tabs-vertical .ui-tabs-panel h1, .fido2-bottom .ui-tabs-vertical .ui-tabs-panel h2, .fido2-bottom .ui-tabs-vertical .ui-tabs-panel h3, .fido2-bottom .ui-tabs-vertical .ui-tabs-panel h4, .fido2-bottom .ui-tabs-vertical .ui-tabs-panel h5 {
  color: #fff;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel a:hover {
  color: #ffbf3b;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 2.0625rem;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel ul {
  margin: 0;
  padding: 0;
}

.fido2-bottom .ui-tabs-vertical .ui-tabs-panel ul li {
  color: #fff;
  font-size: 1.2rem;
  list-style: outside;
}

@media (width <= 768px) {
  .fido2-top-desc {
    margin-top: 2rem;
  }

  .fido2-top-desc h3 {
    font-size: 1.3rem;
  }

  .fido2-top-desc h1 {
    font-size: 3rem;
  }
}

@media (width <= 767.98px) {
  .fido2-top-desc {
    text-align: center;
  }

  .fido2-top-desc h3 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }

  .fido2-top-desc h1 {
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .fido2-bottom .ui-tabs-vertical .ui-tabs-nav {
    width: 100%;
  }

  .fido2-bottom .ui-tabs-vertical .ui-tabs-panel {
    width: 100%;
    margin-top: 3rem;
    padding: 1rem 2rem;
  }

  .fido2-bottom .ui-tabs-vertical .ui-tabs-panel p {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }

  .fido2-section-left {
    padding-right: 0;
  }

  .fido2-top-img {
    padding-bottom: 0;
  }

  .fido2-section-left-bottom h3, .fido2-section-left-top h3 {
    font-size: 2rem;
  }

  .fido2-bottom h2 {
    font-size: 2.2rem;
  }

  .fido2-section-left-center .fido2-section-center-headers h5 {
    font-size: 1rem;
  }

  .fido2-section-right .sidebar-list ul li {
    display: block;
  }

  .fido2-section-right .sidebar-list ul li .li_icon {
    padding: 1rem 0;
    display: block;
  }

  .fido2-section-left-bottom iframe {
    height: 200px;
  }
}

.multi-dev-top .disclaimer {
  margin-bottom: 12px;
  margin-left: -50px;
  font-size: .75rem;
  line-height: 1rem;
}

.multi-dev-top-desc {
  margin-top: 5rem;
}

.multi-dev-top-desc h3 {
  color: #ffbf3b;
  font-size: 2.5rem;
  font-weight: 700;
}

.multi-dev-top-desc h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.points .row .col-lg-3, .points .row .col-lg-3:last-child {
  border-right: none;
}

@media (width >= 1024px) {
  .points .row .col-lg-3 {
    border-right: 1px solid #dee2e6;
  }
}

.multi-dev-section {
  padding: 4rem 0 0;
}

.multi-dev-section-left {
  padding-right: 3rem;
}

.multi-dev-section-left-title {
  color: #004b4e;
}

.multi-dev-section-left .data-desc {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.multi-dev-section-left .data-desc .data-p {
  color: #ffbf3b;
  font-size: 7rem;
  font-weight: 900;
}

.multi-dev-section-left .data-desc .data-d {
  color: #262b2e;
  padding-left: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
}

.multi-dev-section-left-points {
  padding: 1rem 0;
}

.multi-dev-section-left-points ul {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.multi-dev-section-left-points ul li {
  text-align: center;
  border-right: 1px solid #dee2e6;
  min-height: 9rem;
  padding: 0 1rem;
}

.multi-dev-section-left-points ul li .mds-icon {
  color: #ffbf3b;
  margin-bottom: 1rem;
  font-size: 5rem;
  font-weight: 700;
  display: block;
}

.multi-dev-section-left-points ul li .mds-text {
  color: #262b2e;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  display: block;
}

.multi-dev-section-left-points ul li:last-child {
  border-right: none;
}

.multi-dev-section-left small {
  font-weight: 400;
}

.multi-dev-section-right {
  text-align: center;
  background-color: #ffbf3b;
  padding: 2rem;
}

.multi-dev-section-right h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.multi-dev-section-right .three-images ul {
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.multi-dev-section-right .three-images ul li {
  padding: 1rem;
}

.solution-section {
  text-align: center;
}

.solution-section h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
}

.solution-section h1 {
  color: #ffbf3b;
  text-transform: uppercase;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 2.8rem;
}

.solution-section h3 {
  color: #fff;
  font-size: 1.5rem;
  font-style: italic;
}

.solution-section .ss-links {
  margin-top: 3rem;
}

.solution-section .ss-links ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.solution-section .ss-links ul li {
  padding-right: 1.5rem;
}

.solution-section .ss-links ul li:last-child {
  padding-right: 0;
}

.fourth-section {
  z-index: 4;
  position: relative;
}

.fourth-section-img {
  height: auto;
}

.fourth-section-desc {
  padding-left: 2rem;
}

.fifth-section {
  z-index: 3;
}

.fifth-section .row {
  background-color: #ffbf3b;
  min-width: 85rem;
  margin-top: -4rem;
  padding: 2rem 2rem 2rem 0;
}

.sixth-section {
  padding: 4rem 0;
}

.sixth-section-points {
  padding: 2rem 0;
}

.sixth-section-points .card img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 200px;
}

.sixth-section-points ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.sixth-section-points ul li {
  min-width: 25rem;
  padding-right: 3rem;
}

.sixth-section-points ul li .sp-icon {
  text-align: center;
  vertical-align: middle;
  background-color: #004b4e;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin-bottom: 2rem;
  line-height: 11rem;
  display: inline-block;
}

.sixth-section-points ul li .sp-icon img {
  vertical-align: middle;
  width: auto;
  height: auto;
}

.sixth-section-points ul li .sp-title {
  color: #004b4e;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 36px;
  display: block;
}

.sixth-section-points ul li .sp-desc {
  display: block;
}

.multi-dev-bottom {
  padding: 3rem 0;
}

.multi-dev-bottom .res-points {
  margin-top: 3rem;
}

.multi-dev-bottom .res-points ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
}

.multi-dev-bottom .res-points ul li {
  padding-left: 4rem;
}

.multi-dev-bottom .res-points ul li:first-child {
  padding-left: 0;
}

.multi-dev-bottom .res-points ul li a {
  color: #fff;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: inline-flex;
}

.multi-dev-bottom .res-points ul li a:hover {
  color: #ffbf3b;
}

.multi-dev-bottom .res-points ul li a h3 {
  font-weight: 400;
}

.multi-dev-bottom .res-points ul li a img {
  max-height: 50px;
}

@media (width <= 1600px) {
  .fifth-section .row {
    min-width: 80rem;
  }

  .multi-dev-top-img small {
    font-size: .8rem;
  }
}

@media (width <= 1440px) {
  .fifth-section .row {
    min-width: 75rem;
  }

  .multi-dev-top-img small {
    color: #fff;
    max-width: 10rem;
    font-size: .6rem;
    display: block;
    position: relative;
    top: 26rem;
    right: -16rem;
  }
}

@media (width <= 1080px) {
  .multi-dev-top-desc h1 {
    font-size: 2.2rem;
  }

  .multi-dev-top-desc h3 {
    font-size: 1.1rem;
  }

  .multi-dev-top-img small {
    color: #fff;
    max-width: 13rem;
    font-size: 1rem;
    display: block;
    position: relative;
    top: 25rem;
    right: 15rem;
  }

  .multi-dev-section {
    padding: 2rem 0;
  }

  .multi-dev-section .row .col-md-6 {
    min-width: 100%;
  }

  .multi-dev-section-left {
    margin-bottom: 2rem;
    padding: 0;
  }

  .solution-section h1 {
    line-height: 1.2;
  }

  .fourth-section .row .col-md-6 {
    min-width: 100%;
  }

  .fourth-section-img {
    margin-bottom: 3rem;
  }

  .fifth-section .row {
    min-width: auto;
    margin-top: 2rem;
  }

  .fifth-section .row .col-md-8 {
    min-width: 100%;
  }

  .sixth-section-title h1 {
    text-align: center;
  }

  .sixth-section-points ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .sixth-section-points ul li {
    text-align: center;
    min-width: auto;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .sixth-section-points ul li .sp-title {
    margin-bottom: 1rem;
  }

  .multi-dev-bottom .res-points ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .multi-dev-bottom .res-points ul li {
    float: left;
    min-width: 50%;
    min-height: 8rem;
    padding-left: 0;
  }

  .sixth-section-points ul li .sp-desc {
    padding: 0 8rem;
    font-size: 1.8rem;
    display: block;
  }
}

@media (width <= 991.98px) {
  .multi-dev-top-desc h1 {
    font-size: 2.2rem;
  }

  .multi-dev-top-desc h3 {
    font-size: 1.1rem;
  }

  .multi-dev-section {
    padding: 2rem 0;
  }

  .multi-dev-section .row .col-md-6 {
    min-width: 100%;
  }

  .multi-dev-section-left {
    margin-bottom: 2rem;
    padding: 0;
  }

  .solution-section h1 {
    line-height: 1.2;
  }

  .fourth-section .row .col-md-6 {
    min-width: 100%;
  }

  .fourth-section-img {
    margin-bottom: 3rem;
  }

  .fifth-section .row {
    min-width: auto;
    margin-top: 2rem;
  }

  .fifth-section .row .col-md-8 {
    min-width: 100%;
  }

  .sixth-section-title h1 {
    text-align: center;
  }

  .sixth-section-points ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .sixth-section-points ul li {
    text-align: center;
    min-width: auto;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .sixth-section-points ul li .sp-title {
    margin-bottom: 1rem;
  }

  .multi-dev-bottom .res-points ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .multi-dev-bottom .res-points ul li {
    float: left;
    min-width: 50%;
    min-height: 8rem;
  }

  .multi-dev-bottom .res-points ul li a img {
    width: auto;
    height: auto;
  }

  .sixth-section-points ul li .sp-desc {
    padding: 0 4rem;
    font-size: 1.8rem;
    display: block;
  }
}

@media (width <= 768px) {
  .multi-dev-top-desc h1 {
    font-size: 2.2rem;
  }

  .multi-dev-top-desc h3 {
    font-size: 1.1rem;
  }

  .multi-dev-top-img small {
    color: #fff;
    max-width: 11rem;
    font-size: .6rem;
    display: block;
    position: relative;
    top: 18rem;
    right: 10rem;
  }

  .multi-dev-section {
    padding: 2rem 0;
  }

  .multi-dev-section .row .col-md-6 {
    min-width: 100%;
  }

  .multi-dev-section-left {
    margin-bottom: 2rem;
    padding: 0;
  }

  .solution-section h1 {
    line-height: 1.2;
  }

  .fourth-section .row .col-md-6 {
    min-width: 100%;
  }

  .fourth-section-img {
    margin-bottom: 3rem;
  }

  .fifth-section .row {
    min-width: auto;
    margin-top: 2rem;
  }

  .fifth-section .row .col-md-8 {
    min-width: 100%;
  }

  .sixth-section-title h1 {
    text-align: center;
  }

  .sixth-section-points ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .sixth-section-points ul li {
    text-align: center;
    min-width: auto;
    margin-bottom: 2rem;
    padding-right: 0;
  }

  .sixth-section-points ul li .sp-title {
    margin-bottom: 1rem;
  }

  .multi-dev-bottom .res-points ul {
    margin: 0;
    padding: 0;
    display: inline-block;
  }

  .multi-dev-bottom .res-points ul li {
    float: left;
    min-width: 50%;
    min-height: 8rem;
  }

  .multi-dev-bottom .res-points ul li a img {
    width: auto;
    height: auto;
  }

  .sixth-section-points ul li .sp-desc {
    padding: 0 2rem;
    font-size: 1.8rem;
    display: block;
  }
}

@media (width <= 767.98px) {
  .multi-dev-top {
    padding-top: 0;
    padding-bottom: 0;
  }

  .multi-dev-top-img small {
    display: none;
  }

  .multi-dev-top-desc {
    text-align: center;
    padding: 0 2rem;
  }

  .multi-dev-top-desc h3 {
    margin-bottom: 2rem;
    font-size: 1.2rem;
  }

  .multi-dev-top-desc h1 {
    margin-bottom: 1rem;
    font-size: 2.2rem;
  }

  .multi-dev-top-img img {
    margin: 0 auto;
    display: block;
  }

  .multi-dev-section-left-title {
    font-size: 2.2rem;
    line-height: 1.2;
  }

  .multi-dev-section-left .data-desc {
    display: block;
  }

  .multi-dev-section-left .data-desc .data-p {
    width: 100%;
    display: block;
  }

  .multi-dev-section-left .data-desc .data-d {
    text-align: left;
    width: 100%;
    padding-left: 0;
    display: block;
  }

  .multi-dev-section-left-points ul li .mds-text {
    color: #262b2e;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    display: block;
  }

  .multi-dev-section-left-points ul li .mds-icon {
    max-width: 5rem;
    min-height: 5rem;
    margin: 0 auto;
    display: block;
  }

  .multi-dev-section-right .three-images ul li {
    padding: .5rem;
  }

  .solution-section {
    margin: 2rem 0;
    padding: 2rem;
  }

  .solution-section h2 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .solution-section h1 {
    font-size: 2rem;
    line-height: 1.4;
  }

  .solution-section h3 {
    font-size: 1.1rem;
  }

  .solution-section .ss-links ul {
    display: block;
  }

  .solution-section .ss-links ul li {
    padding-right: 0;
  }

  .solution-section .ss-links ul li a {
    min-width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .fourth-section-desc {
    padding-left: 0;
  }

  .fourth-section-desc h2 {
    font-size: 2rem;
  }

  .fourth-section-desc h3 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .fifth-section-desc h3 {
    font-size: 1.5rem;
  }

  .fifth-section-desc p {
    font-size: 1.1rem;
    line-height: 1.5;
  }

  .sixth-section-points ul li .sp-desc {
    padding: 0 1rem;
    font-size: 1.2rem;
    display: block;
  }

  .sixth-section-points ul li .sp-icon {
    width: 100px;
    height: 100px;
    line-height: 6rem;
  }

  .sixth-section-points ul li .sp-icon img {
    width: 45px;
  }

  .multi-dev-bottom .res-points ul li {
    float: none;
    min-width: auto;
    min-height: 8rem;
  }

  .multi-dev-bottom .res-points ul li a img {
    width: auto;
    height: auto;
  }
}

.fido_accordion > .card ~ .card {
  border: 0 solid #f2f2f2;
  border-top-width: 1px;
}

.fido_accordion:first-child {
  border-top: 0;
}

.fido_accordion button {
  color: #343a40;
  letter-spacing: -.27px;
  text-align: left;
  white-space: normal;
  word-wrap: break-word;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.fido_accordion button:active, .fido_accordion button:focus, .fido_accordion button:hover {
  color: #00bfd6;
  background: none;
  text-decoration: none;
}

.fido_accordion .card {
  border: none;
  border-radius: 0;
  padding: 8px 0 10px;
}

.fido_accordion .card:last-child {
  margin-bottom: 20px;
}

.fido_accordion .card-header {
  background-color: initial;
  border: none;
  padding: 0;
}

.fido_accordion .card-body {
  margin-bottom: 20px;
  padding: 0;
}

.fido_accordion .card-body p {
  margin: 0;
}

.ux-design-system.ux-design-system-no-sidebar .row h4 {
  color: #004b4e;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-style: normal;
}

.ux-design-system.ux-design-system-no-sidebar .row h5 {
  color: #505a5a;
  font-size: 1rem;
  font-weight: 700;
}

.ux-design-system .row {
  font-weight: 400;
}

.ux-design-system .row h2 {
  color: #004b4e;
  margin-top: 6.25rem;
  margin-bottom: 1.25rem;
  font-weight: 900;
}

.ux-design-system .row h2:first-child {
  margin-top: 0;
}

.ux-design-system .row h2:target {
  scroll-margin-top: 70px;
}

.ux-design-system .row h2 + h3 {
  margin-top: 0;
}

.ux-design-system .row h3 {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  font-weight: 700;
}

.ux-design-system .row h3 a, .ux-design-system .row h3 strong {
  font-weight: 700;
}

.ux-design-system .row h4 {
  color: #505a5a;
  font-size: 1rem;
  font-style: italic;
}

.ux-design-system .row h5 {
  font-size: .9rem;
  font-weight: 400;
}

.ux-design-system .row figure, .ux-design-system figure {
  text-align: center;
  background-color: #f5f5f5;
  width: 100%;
  padding: 0;
}

@media (width >= 768px) {
  .ux-design-system .row figure, .ux-design-system figure {
    padding: 3.125rem 0;
  }
}

.ux-design-system .content-wrap h1, .ux-design-system .content-wrap h3, .ux-design-system .content-wrap h4, .ux-design-system .content-wrap h5, .ux-design-system .content-wrap h6 {
  color: #fff;
}

.ux-design-system .content-wrap a:hover {
  color: #ffbf3b;
}

.ux-design-system .featured-image {
  margin-bottom: 0;
}

@media (width >= 768px) {
  .ux-design-system .featured-image {
    margin-bottom: -125px;
  }
}

.user-journey-page .content-wrap .row .content-container .breadcrumb {
  padding-left: 0;
}

.user-journey-page .content-wrap .row .content-container .breadcrumb .breadcrumb-item {
  flex-direction: row-reverse;
}

.user-journey-page .content-wrap .row .content-container .breadcrumb .breadcrumb-item:nth-of-type(2) {
  padding-left: 0;
}

.user-journey-page .content-wrap .row .content-container .breadcrumb .breadcrumb-item:nth-of-type(2):before {
  display: none;
}

.user-journey-page .content-wrap .row .content-container .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 700;
}

.user-journey-page .content-wrap .row .content-container .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.user-journey-page .content-wrap .row .content-container .breadcrumb .breadcrumb-item.active:before {
  color: #fff;
}

.user-journey-page .content-wrap .row .content-container .additional-information {
  background-color: #fff;
}

.user-journey-page .content-wrap .featured-image.featured-image-ux-no-side-bar {
  margin-bottom: -48px;
}

@media (width <= 650px) {
  .user-journey-page .content-wrap .featured-image.featured-image-ux-no-side-bar {
    margin-bottom: 0;
  }
}

.user-journey-page .content-wrap .featured-image .img-fluid {
  min-width: 120%;
}

.user-journey-page .content-wrap .featured-image .fido-image {
  width: 120%;
  max-width: 120%;
}

.ux-design-system .wp-block-image img {
  box-shadow: 0 0 10px #ced4da;
}

.col-12.custom_first_multi {
  border: none !important;
}

.col-12.custom_first_multi .first-section-title h2 {
  font-size: 40px;
  line-height: 48px;
}

.col-12.custom_first_multi .first-section-desc {
  font-size: 24px;
  line-height: 28.8px;
}

@media (width <= 767.98px) {
  .multi-dev-section-copy .multi-dev-section-left .multi-dev-section-left-points .list-unstyled {
    flex-wrap: wrap;
  }

  .multi-dev-section-copy .multi-dev-section-left .multi-dev-section-left-points .list-unstyled li {
    width: 50%;
  }

  .multi-dev-section-copy .multi-dev-section-left .multi-dev-section-left-points .list-unstyled li:nth-of-type(2) {
    border-right: none;
  }
}

.solution-section-multi .container .row .col-12 h1 {
  color: #fff;
  text-transform: none;
  font-size: 27px;
  line-height: 32.4px;
}

.fourth-section-multi {
  z-index: 1;
  border-bottom: 10px solid #004b4e;
}

@media (width <= 991.98px) {
  .fourth-section-multi .fourth-section-img {
    flex-direction: column;
  }

  .fourth-section-multi .fourth-section-img h3 {
    padding-top: 40px;
  }
}

.sixth-section-multi .container .row .col-container .sixth-section-title h1 {
  font-size: 43px;
  line-height: 51.6px;
}

.sixth-section-multi .container .row .col-container .sixth-section-points .list-unstyled li .sp-icon {
  background-color: initial;
  border-radius: 100%;
  width: auto;
  height: auto;
  margin-bottom: 24px;
}

.sixth-section-multi .container .row .col-container .sixth-section-points .list-unstyled li .sp-title {
  color: #212121;
  font-size: 27px;
  line-height: 32.4px;
}

.seventh-section-multi {
  background-color: #f6f6f6;
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled {
  justify-content: space-between;
}

@media (width <= 767.98px) {
  .seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled {
    flex-direction: column;
  }
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled .item {
  background-color: #fff;
  max-width: 390px;
  padding: 16px;
  box-shadow: 0 5px 10px #21212126;
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled .item .sp-icon {
  background-color: initial;
  border-radius: 100%;
  width: auto;
  height: auto;
  padding-bottom: 15px;
  display: block;
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled .item .sp-icon img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 203px;
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled .item .sp-title {
  color: #212121;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
  font-size: 18px;
  line-height: 22.5px;
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled .item .url-container {
  margin-top: auto;
  padding: 16px 0;
}

.seventh-section-multi .container .row .col-container .sixth-section-points .list-unstyled .item .url-container .sp-url {
  color: #fff;
  background: #004b4e;
  border: 1px solid #004b4e;
  border-radius: 1px;
  padding: 12px 16px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container {
  padding-top: 28px;
}

@media (width <= 767.98px) {
  .multi-dev-bottom .container .row .resource-container .resource-tab-container {
    flex-direction: column !important;
  }

  .multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills {
    flex-direction: row !important;
  }

  .multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li {
    width: 100%;
  }
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills {
  border-left: 5px solid #f6c157;
  row-gap: 40px;
  padding: 45px 0 90px 31px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li {
  font-size: 21px;
  font-weight: 400;
  line-height: 16px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li .circle {
  background-color: #ffbf3b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: none;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li a {
  color: #fff;
  margin-bottom: 16px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li.active {
  margin-right: 12px;
  font-size: 24px;
  font-weight: 700;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li.active .circle {
  margin-left: -48px;
  display: block;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .nav-pills li.active a {
  padding-left: 12px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .tab-content {
  padding-top: 45px;
  position: relative;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .tab-content .circle {
  background-color: #ffbf3b;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
  margin-left: -15px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .tab-content .tab-pane {
  color: #fff;
  border: 1px solid #97a4bf;
  padding: 27px 45px;
  font-size: 22px;
  font-weight: 400;
  line-height: 33px;
}

.multi-dev-bottom .container .row .resource-container .resource-tab-container .tab-content .tab-pane a, .multi-dev-bottom .container .row .resource-container .resource-tab-container .tab-content .tab-pane a:hover {
  color: #fff;
}

.hero-area {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.hero-text h2 {
  color: #ffbf3b;
  max-width: 500px;
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.ux-slide-row.ux-slide-row-1 {
  background: #fff;
  margin-top: -7rem;
  margin-bottom: 4rem;
  padding-top: 2rem;
}

.ux-slide-row {
  margin-bottom: 4rem;
}

.hero-text.contact-text p {
  color: #fff;
  margin-top: -1rem;
}

.ux-contact-container {
  padding: 5rem 0;
}

.hero-text.contact-text {
  width: 100%;
  margin-bottom: 5rem;
}

.frm_form_field.frm_alignright textarea {
  background: #262b2e;
  border-color: #004b4e;
  border-radius: 0;
  min-height: 22rem;
  margin-top: -18rem;
  float: right !important;
}

.frm_form_field input {
  background: none;
  border: none;
  border-bottom: 1px solid #004b4e;
  border-radius: 0;
}

.form-section #frm_form_20_container button.frm_button_submit {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  float: right;
  background-image: linear-gradient(30deg, #33a4c0, #00cecd);
  border: none;
  padding: 10px 30px;
  font-size: 22px;
}

.form-section label {
  color: #fff !important;
  font-weight: 300 !important;
}

.hero-text.contact-text p {
  max-width: 38rem;
}

.ux-main-tile {
  color: #004b4e;
}

.ux-landing-btn {
  margin-bottom: .5rem !important;
}

a#pdfShow {
  margin-right: 1rem;
}

.videoWrapper-box iframe {
  border: none;
  width: 100%;
  min-height: 40rem;
}

.vid-section h2 {
  text-align: center;
}

.ux-landing-btn {
  min-width: 32%;
  padding: 1rem;
  font-size: 1rem !important;
}

@media only screen and (width <= 767px) {
  figure.wp-block-video.video-blox {
    width: 100%;
  }

  .wp-block-image.judge-img img {
    min-width: 270px;
  }

  .wp-block-column.judge-details {
    margin-left: 0;
  }

  .videoWrapper-box iframe {
    border: none;
    width: 100%;
    min-height: 10rem;
  }

  .hero-text h2 {
    font-size: 3rem;
  }

  .hero-text {
    width: 100%;
  }

  .hero-text.contact-text p {
    max-width: 100%;
  }

  .form-section button {
    width: 100% !important;
  }

  .form-section textarea {
    float: unset;
    width: 100%;
    margin: 0 !important;
  }

  .ux-landing-btn {
    min-width: 100%;
    font-size: .9rem !important;
  }
}

.alignleft, img.alignleft {
  float: left;
  margin-right: 1.5em;
  display: inline;
}

.alignright, img.alignright {
  float: right;
  margin-left: 1.5em;
  display: inline;
}

.aligncenter, img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
  padding-top: 5px;
}

.wp-caption img {
  border: 0;
  margin: 0;
  padding: 0;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  font-size: 10px;
  line-height: 1.5;
}

.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}

blockquote.left {
  float: left;
  text-align: right;
  width: 33%;
  margin-left: 0;
  margin-right: 20px;
}

blockquote.right {
  float: right;
  text-align: left;
  width: 33%;
  margin-left: 20px;
  margin-right: 0;
}

@font-face {
  font-family: icomoon;
  font-style: normal;
  font-weight: 400;
  src: url("icomoon.9a58e735.eot#iefix") format("embedded-opentype"), url("icomoon.ccdd53b7.ttf") format("truetype"), url("icomoon.6ce778c8.woff") format("woff"), url("icomoon.232b3122.svg#icomoon") format("svg");
}

[class*=" icon-"], [class^="icon-"] {
  speak: none;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-transition: all .2s ease-in-out;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  transition: all .2s ease-in-out;
  font-family: icomoon !important;
}

[class*=" icon-"].rotate, [class^="icon-"].rotate {
  transform: rotate(180deg);
}

.icon-next:before {
  content: "";
}

.icon-prev:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-right-light:before {
  color: #fff;
  content: "";
}

.icon-clock:before {
  content: "";
}

.icon-document:before {
  content: "";
}

.icon-quote:before {
  color: #fff;
  content: "";
}

.icon-close:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.card-mobile-bottom {
  display: none;
}

.row-form, .row-mobile-form {
  z-index: 4;
  background-color: #172f30;
  width: 100%;
  height: 101%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.display-contents {
  display: contents;
}

.wp-site-blocks .tribe-events, .wp-site-blocks .tribe-events-pg-template {
  --tec-font-family-sans-serif: var(--wp--preset--font-family--primary) !important;
  --tec-font-size-2: var(--wp--preset--font-size--x-small) !important;
  --tec-line-height-3: var(--wp--custom--line-height--body) !important;
  --tec-color-accent-primary: var(--wp--preset--color--emerald) !important;
  --tec-color-accent-primary-hover: var(--wp--preset--color--cyan) !important;
  --tec-color-accent-primary-background: var(--wp--preset--color--emerald) !important;
  --tec-color-link-accent-hover: var(--wp--preset--color--cyan) !important;
  --tec-color-accent-primary-contrast: var(--wp--preset--color--yellow) !important;
  --tec-color-text-primary: var(--wp--preset--color--contrast) !important;
  --tec-color-text-events-title: var(--wp--preset--color--contrast) !important;
  --tec-color-text-event-date: var(--wp--preset--color--contrast) !important;
  --tec-color-link-accent: var(--wp--preset--color--cyan) !important;
  --tec-color-button-primary: var(--wp--preset--color--emerald) !important;
  --tec-color-background-events-bar-submit-button: var(--wp--preset--color--emerald) !important;
  --tec-color-background-events-bar-submit-button-hover: var(--wp--preset--color--cyan) !important;
  --tec-grid-width: 100% !important;
  --tec-grid-gutter-page: 0 !important;
  --tec-border-radius-default: 10px !important;
  --tec-spacer-13: 0 !important;
  --tec-spacer-14: 0 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.wp-site-blocks .tribe-events .tribe-events-before-html .btn, .wp-site-blocks .tribe-events-pg-template .tribe-events-before-html .btn {
  background-color: var(--wp--preset--color--cyan);
  color: var(--wp--preset--color--base);
  font-family: inherit;
  font-size: var(--wp--preset--font-size--xx-small);
  font-weight: var(--wp--custom--font-weight--bold);
  line-height: inherit;
  text-transform: uppercase;
  border-width: 0;
  border-radius: 10px;
  padding: .5rem 1rem;
  text-decoration: none;
}

.wp-site-blocks .tribe-events .tribe-events-before-html .btn:hover, .wp-site-blocks .tribe-events-pg-template .tribe-events-before-html .btn:hover {
  background-color: var(--wp--preset--color--emerald);
  color: var(--wp--preset--color--base);
}

.tribe-events-schedule__all-day, .tribe-events-schedule__separator, .tribe-events-schedule__timezone {
  color: var(--wp--preset--color--contrast) !important;
}

.tribe-common a:not(.tribe-common-anchor--unstyle) {
  transition: all .2s ease-in-out;
  display: block;
  color: var(--wp--preset--color--contrast) !important;
  border: none !important;
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
  color: var(--wp--preset--color--cyan) !important;
  border: none !important;
}

.ais-Breadcrumb-list, .ais-CurrentRefinements-list, .ais-HierarchicalMenu-list, .ais-Hits-list, .ais-InfiniteHits-list, .ais-InfiniteResults-list, .ais-Menu-list, .ais-NumericMenu-list, .ais-Pagination-list, .ais-RatingMenu-list, .ais-RefinementList-list, .ais-Results-list, .ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ais-ClearRefinements-button, .ais-CurrentRefinements-delete, .ais-CurrentRefinements-reset, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-InfiniteResults-loadMore, .ais-Menu-showMore, .ais-RangeInput-submit, .ais-RefinementList-showMore, .ais-SearchBox-reset, .ais-SearchBox-submit, .ais-VoiceSearch-button {
  color: inherit;
  cursor: pointer;
  font: inherit;
  -webkit-user-select: none;
  user-select: none;
  background: none;
  border: 0;
  padding: 0;
  line-height: normal;
  overflow: visible;
}

.ais-ClearRefinements-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-CurrentRefinements-delete::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-CurrentRefinements-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-GeoSearch-redo::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-GeoSearch-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-HierarchicalMenu-showMore::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-InfiniteHits-loadMore::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-InfiniteHits-loadPrevious::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-InfiniteResults-loadMore::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-Menu-showMore::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-RangeInput-submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-RefinementList-showMore::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-SearchBox-reset::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-SearchBox-submit::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-VoiceSearch-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ais-ClearRefinements-button[disabled], .ais-CurrentRefinements-delete[disabled], .ais-CurrentRefinements-reset[disabled], .ais-GeoSearch-redo[disabled], .ais-GeoSearch-reset[disabled], .ais-HierarchicalMenu-showMore[disabled], .ais-InfiniteHits-loadMore[disabled], .ais-InfiniteHits-loadPrevious[disabled], .ais-InfiniteResults-loadMore[disabled], .ais-Menu-showMore[disabled], .ais-RangeInput-submit[disabled], .ais-RefinementList-showMore[disabled], .ais-SearchBox-reset[disabled], .ais-SearchBox-submit[disabled], .ais-VoiceSearch-button[disabled] {
  cursor: default;
}

.ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-Menu-showMore, .ais-RefinementList-showMore {
  overflow-anchor: none;
}

.ais-Breadcrumb-item, .ais-Breadcrumb-list, .ais-Pagination-list, .ais-PoweredBy, .ais-RangeInput-form, .ais-RatingMenu-link {
  align-items: center;
  display: flex;
}

.ais-GeoSearch, .ais-GeoSearch-map {
  height: 100%;
}

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em;
}

.ais-PoweredBy-logo {
  width: auto;
  height: 1.2em;
  display: block;
}

.ais-PoweredBy-text {
  margin-right: .3rem;
}

.ais-RatingMenu-starIcon {
  width: 20px;
  height: 20px;
  display: block;
}

.ais-SearchBox-input::-ms-clear {
  width: 0;
  height: 0;
  display: none;
}

.ais-SearchBox-input::-ms-reveal {
  width: 0;
  height: 0;
  display: none;
}

.ais-SearchBox-input::-webkit-search-cancel-button {
  display: none;
}

.ais-SearchBox-input::-webkit-search-decoration {
  display: none;
}

.ais-SearchBox-input::-webkit-search-results-button {
  display: none;
}

.ais-SearchBox-input::-webkit-search-results-decoration {
  display: none;
}

.ais-RangeSlider .rheostat {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: visible;
}

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0;
}

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px;
}

.ais-RangeSlider .rheostat-background {
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
}

.ais-RangeSlider .rheostat-progress {
  background-color: #333;
  height: 4px;
  position: absolute;
  top: 1px;
}

.rheostat-handle {
  cursor: grab;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
}

.rheostat-marker {
  background-color: #aaa;
  width: 1px;
  height: 5px;
  margin-left: -1px;
  position: absolute;
}

.rheostat-marker--large {
  height: 9px;
}

.rheostat-value {
  padding-top: 15px;
}

.rheostat-tooltip, .rheostat-value {
  text-align: center;
  margin-left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.rheostat-tooltip {
  top: -22px;
}

.search-container {
  flex-grow: 1;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  display: flex;
}

@media (width <= 1007px) {
  .search-container {
    width: 100%;
  }
}

#brands .ais-SearchBox-input {
  box-shadow: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}

#brands, #content-types {
  margin-bottom: 24px;
}

#content-types {
  margin-right: 24px;
  padding: 8px 0;
}

#brands, #content-types, #price, .ais-SearchBox-input, .ais-SortBy-select {
  background: #fff;
  border-radius: 4px;
  height: auto;
  box-shadow: 0 2px 4px #0000001a;
}

.ais-SearchBox-input:focus {
  border: 1px solid var(--wp--preset--color--ghost);
  background-color: #f9f9f9;
}

@media screen and (width <= 768px) {
  .search-container {
    flex-direction: column;
  }
}

.left-panel {
  flex: 0 0 290px;
}

@media screen and (width <= 768px) {
  .left-panel {
    width: 100%;
  }
}

.right-panel {
  flex-direction: column;
  flex-grow: 1;
  width: calc(100% - 306px);
  display: flex;
}

@media screen and (width <= 768px) {
  .right-panel {
    width: 100%;
  }
}

#searchbox {
  flex-grow: 0;
  width: 100%;
  margin-bottom: 8px;
}

@media screen and (width <= 768px) {
  #searchbox {
    width: 100%;
  }
}

#searchbox, #stats {
  flex-grow: 0;
}

.ais-SearchBox {
  width: 100%;
  height: auto;
  position: relative;
}

.ais-SearchBox-submit {
  cursor: pointer;
  background: none;
  border: none;
  margin: 20px 15px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.ais-SearchBox-reset {
  cursor: pointer;
  margin: 9px 0;
  position: absolute;
  top: 0;
  right: 0;
}

.ais-SearchBox-reset svg, .ais-SearchBox-submit svg {
  width: 13px;
  height: 13px;
  display: block;
}

.ais-SearchBox-submit svg {
  fill: var(--wp--preset--color--emerald);
}

.ais-SearchBox-reset svg {
  fill: #ed5a6a;
}

.ais-SearchBox-reset {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  right: 20px;
}

.ais-SearchBox-reset.badge {
  background-color: var(--wp--preset--color--yellow);
  padding: 3px;
  font-size: 12px;
  top: -3px;
  right: -5px;
}

.ais-MenuSelect-select, .ais-SearchBox-input, .ais-SortBy-select {
  appearance: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  border: 1px solid #eee;
  border-radius: 4px;
  width: 100%;
  padding: 10px 50px 10px 40px;
  box-shadow: 0 2px 4px #0000001a;
}

.ais-HitsPerPage-select, .ais-MenuSelect-select, .ais-SortBy-select {
  color: var(--wp--preset--color--contrast);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233A4570' d='m0 7.3 2.8-2.8 9.2 9.3 9.2-9.3L24 7.3 12 19.5z'/%3E%3C/svg%3E");
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}

.ais-MenuSelect:before {
  color: var(--wp--preset--color--emerald);
  content: "";
  vertical-align: initial;
  margin-right: 5px;
  font-family: dashicons;
  font-size: 12px;
  position: absolute;
  top: 15px;
  left: 30px;
}

#stats {
  flex-grow: 0;
  margin-bottom: 16px;
}

.ais-Stats {
  color: #697782;
  font-size: 12px;
}

#hits {
  flex-grow: 1;
}

.ais-Hits {
  flex-wrap: wrap;
  display: flex;
}

.ais-Hits-item {
  margin-bottom: 24px;
}

.hit {
  padding: 16px;
  display: flex;
}

.hit-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.hit-image {
  margin-right: 24px;
  display: flex;
}

.hit-image img {
  width: auto;
  max-height: 176px;
}

.hit-name {
  margin-bottom: 16px;
  font-weight: 400;
}

.hit-name, .hit-price {
  font-size: 16px;
}

.hit-description {
  color: #999;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  display: block;
}

#product-company-hits .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a {
  text-align: left;
}

#product-company-hits .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a:hover {
  color: var(--wp--preset--color--cyan) !important;
}

#product-company-hits .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a p, #product-company-hits .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a p:hover {
  color: var(--wp--preset--color--contrast) !important;
}

#product-company-hits .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a img {
  object-fit: contain;
  border-radius: 0;
  width: auto;
  max-width: 200px;
  height: 75px;
  margin-bottom: 20px;
  padding-top: 1.25rem !important;
  padding-left: 1.25rem !important;
}

#product-company-hits .ais-InfiniteHits .ais-InfiniteHits-list a.btn:hover {
  color: var(--wp--preset--color--base) !important;
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a {
  text-align: left;
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a:hover {
  color: var(--wp--preset--color--cyan) !important;
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a p, .ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a p:hover {
  color: var(--wp--preset--color--contrast) !important;
}

.ais-InfiniteHits .ais-InfiniteHits-list .ais-InfiniteHits-item a img {
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
}

.ais-InfiniteHits .ais-InfiniteHits-list a.btn:hover {
  color: var(--wp--preset--color--base) !important;
}

.ais-InfiniteHits-loadMore {
  background-color: var(--wp--preset--color--emerald);
  color: #fff;
  cursor: pointer;
  display: inherit;
  text-align: center;
  text-transform: uppercase;
  border-radius: 7px;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.ais-InfiniteHits-loadMore:hover {
  background-color: var(--wp--preset--color--forest-green);
  color: #fff;
}

.ais-InfiniteHits-loadMore--disabled {
  color: #999;
  cursor: not-allowed;
  background-color: #eee;
}

.ais-InfiniteHits-loadMore--disabled:hover {
  color: #999;
  background-color: #eee;
}

.ais-Snippet .ais-Snippet-highlighted {
  color: var(--wp--preset--color--forest-green);
  letter-spacing: -.27px;
  letter-spacing: normal;
  background-color: #044b4e4d;
  border-radius: 2px;
  padding: 0 5px;
  font-size: 16px;
  font-style: italic;
  line-height: 25px;
}

.ais-Highlight .ais-Highlight-highlighted, .ais-Highlight .ais-Snippet-highlighted {
  color: var(--wp--preset--color--forest-green);
  letter-spacing: normal;
  background: #044b4e4d;
  border-radius: 2px;
  padding: 0 5px;
  font-style: italic;
  line-height: normal;
}

.ais-Panel-header {
  font-size: inherit;
  text-transform: uppercase;
  margin: 0;
  padding: 0 16px 8px;
  font-weight: bolder;
}

.ais-RefinementList {
  margin-bottom: 24px;
}

.ais-RefinementList--noRefinement, .ais-RefinementList-item, .ais-RefinementList-noResults {
  padding: 0;
}

.ais-RefinementList--noRefinement:after {
  content: "No results";
}

.ais-RefinementList--noRefinement .ais-RefinementList-searchBox {
  display: none;
}

.ais-RefinementList-label {
  cursor: pointer;
  margin-bottom: 0;
}

.ais-RefinementList-count {
  color: #999;
  float: right;
  background: none;
  padding: 0;
  font-size: 12px;
  line-height: 24px;
}

.ais-RefinementList-checkbox {
  appearance: none;
  color: #d6d6e7;
  cursor: inherit;
  background-color: #fff;
  background-position: 50%;
  background-size: 180%;
  border: 1px solid;
  border-radius: 3px;
  min-width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
  box-shadow: inset 0 1px 4px #777aaf66;
}

.ais-RefinementList-labelText {
  text-transform: capitalize;
  margin-left: .4em;
  font-size: 14px;
}

.ais-RefinementList-item--selected {
  font-weight: 700;
}

.ais-RefinementList-item--selected input:checked {
  color: #3c4fe0;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: currentColor;
  box-shadow: inset 0 1px #23263b0d;
}

.ais-RefinementList-showMore span {
  color: var(--wp--preset--color--cyan);
  font-size: 14px;
  font-weight: 700;
}

.dropdown-menu.show {
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 15px;
  display: block;
  box-shadow: 0 2.75px 2.21px #00000012, 0 6.65px 5.32px #0000000b, 0 12.5px 10px #00000008, 0 22px 18px #00000008, 0 42px 33.4px #00000005, 0 100px 80px #00000004;
}

.ais-RangeSlider {
  padding: 0 11px 0 16px;
}

.ais-RangeSlider .rheostat-handle {
  border: 2px solid #5468ff;
  width: 19px;
  height: 19px;
}

.ais-RangeSlider .rheostat {
  margin: 32px 0;
}

.ais-RangeSlider .rheostat-horizontal .rheostat-handle {
  top: -6px;
}

.ais-RangeSlider .rheostat-horizontal .rheostat-progress {
  background: #5468ff;
  height: 5px;
  top: 1px;
}

.ais-RangeSlider .rheostat-marker {
  display: none;
}

.ais-RangeSlider .rheostat-background {
  background-color: #ddd;
  border: 0;
  width: 100%;
  height: 3px;
  top: 2px;
}

.ais-RangeSlider .rheostat-tooltip {
  font-size: .8em;
}

#pagination {
  order: 1;
}

.ais-Pagination-list {
  box-shadow: none;
  text-align: center;
  background: none;
  border: none;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
}

.ais-Pagination-link {
  display: block;
}

.ais-Pagination-item, .ais-Pagination-item--disabled {
  text-align: center;
  background-color: #004b4e;
  border-radius: 4px;
  flex: 0 0 40px;
  width: auto;
  height: auto;
  margin: 4px;
  list-style: none;
  transition: all .1s linear;
}

.ais-Pagination-item--disabled {
  display: none;
}

.ais-Pagination-item--selected, .ais-Pagination-item:hover {
  background-color: #00cecd;
}

.ais-Pagination-item .ais-Pagination-link, .ais-Pagination-item--disabled .ais-Pagination-link {
  color: #fff;
  word-wrap: normal;
  word-break: normal;
  padding: 6px 16px;
  line-height: 20px;
  text-decoration: none;
}

#brands:empty:before, #content-types:empty:before, #hits:empty:before, #pagination:empty:before, #price:empty:before, #searchbox:empty:before, #stats:empty:before {
  color: #999;
  padding: 16px;
  display: block;
}

#brands:empty, #content-types:empty, #hits:empty, #pagination:empty, #price:empty, #searchbox:empty, #stats:empty {
  box-shadow: none;
  background: none;
  border: 3px dashed #ddd;
  border-radius: 4px;
  padding: 0;
}

#brands:empty, #content-types:empty, #hits:empty, #pagination:empty, #searchbox:empty {
  margin-bottom: 24px;
}

.wpcf7-download, .wpcf7-response-output {
  display: none;
}

.wpcf7-form label {
  color: #595f6b;
  font-size: 13px;
}

input.wpcf7-form-control {
  font-family: inherit;
  font-size: inherit;
  height: 47px;
  font-weight: 400;
  line-height: inherit;
  border: 1px solid #6f7274;
  border-radius: 3px;
  width: 100%;
  max-width: none;
  padding: 12px;
  line-height: 15px;
  box-shadow: 0 1px 4px #12196114;
}

input.wpcf7-form-control:focus {
  background-color: var(--wp--preset--color--base);
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #afffffbf;
}

input.wpcf7-submit {
  background-color: var(--wp--preset--color--cyan);
  color: var(--wp--preset--color--base);
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-family: inherit !important;
  font-size: var(--wp--preset--font-size--xx-small) !important;
  font-weight: var(--wp--custom--font-weight--bold) !important;
  line-height: inherit !important;
  border-width: 0 !important;
  border-radius: 10px !important;
  width: fit-content !important;
  padding: .5rem 1rem !important;
}

input.wpcf7-submit:hover {
  background-color: var(--wp--preset--color--emerald);
}

input.wpcf7-submit:after {
  background-image: url("download-white.ce916a5c.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
}
/*# sourceMappingURL=index.css.map */
