<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">




.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem;
}

.breadcrumb-item+.breadcrumb-item:before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  border-radius: .25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #26a5d4;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #1a7393;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(38,165,212,.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #26a5d4;
  border-color: #26a5d4;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #26a5d4;
}

.badge-primary[href]:focus,.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e83a9;
}

.badge-secondary {
  color: #212529;
  background-color: #fff;
}

.badge-secondary[href]:focus,.badge-secondary[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-success {
  color: #fff;
  background-color: #27ae60;
}

.badge-success[href]:focus,.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e8449;
}

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

.badge-info[href]:focus,.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

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

.badge-warning[href]:focus,.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #eb5757;
}

.badge-danger[href]:focus,.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #e62929;
}

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

.badge-light[href]:focus,.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

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

.badge-dark[href]:focus,.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 10px 10px 10px 10px;
  border: 3px solid #5ea9db;
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: #14566e;
  background-color: #d4edf6;
  border-color: #c2e6f3;
}

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

.alert-primary .alert-link {
  color: #0c3443;
}

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

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

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

.alert-success {
  color: #145a32;
  background-color: #d4efdf;
  border-color: #c3e8d2;
}

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

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

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

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

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

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

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

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

.alert-danger {
  color: #7a2d2d;
  background-color: #fbdddd;
  border-color: #f9d0d0;
}

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

.alert-danger .alert-link {
  color: #551f1f;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

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

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

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

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

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

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #26a5d4;
  transition: width .6s ease;
}

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

.progress-bar-striped {
  background-image: linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #333;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
}

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.list-group-item:focus,.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #26a5d4;
  border-color: #26a5d4;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 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: #14566e;
  background-color: #c2e6f3;
}

.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover {
  color: #14566e;
  background-color: #adddef;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #14566e;
  border-color: #14566e;
}

.list-group-item-secondary {
  color: #858585;
  background-color: #fff;
}

.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-success {
  color: #145a32;
  background-color: #c3e8d2;
}

.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover {
  color: #145a32;
  background-color: #b1e1c4;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #145a32;
  border-color: #145a32;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7a2d2d;
  background-color: #f9d0d0;
}

.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover {
  color: #7a2d2d;
  background-color: #f6b9b9;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7a2d2d;
  border-color: #7a2d2d;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

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

.modal,.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

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

.modal.show .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer&gt;:not(:first-child) {
  margin-left: .25rem;
}

.modal-footer&gt;:not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width:576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width:992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: .9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  top: 0;
  left: 0;
  z-index: 1060;
  max-width: 276px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: .3rem;
}

.popover,.popover .arrow {
  position: absolute;
  display: block;
}

.popover .arrow {
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem;
}

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

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

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

.bs-popover-auto[x-placement^=top] .arrow: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 {
  bottom: 0;
  border-top-color: rgba(0,0,0,.25);
}

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

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

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

.bs-popover-auto[x-placement^=right] .arrow: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 {
  left: 0;
  border-right-color: rgba(0,0,0,.25);
}

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

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

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

.bs-popover-auto[x-placement^=bottom] .arrow: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 {
  top: 0;
  border-bottom-color: rgba(0,0,0,.25);
}

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

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

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

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

.bs-popover-auto[x-placement^=left] .arrow: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 {
  right: 0;
  border-left-color: rgba(0,0,0,.25);
}

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

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

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

.popover-body {
  padding: .5rem .75rem;
  color: #333;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
  display: block;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
}

@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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.active.carousel-item-right,.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-right,.carousel-item-next {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
}

.active.carousel-item-left,.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
  .active.carousel-item-left,.carousel-item-prev {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.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 {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (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 {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.carousel-control-next,.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: hsla(0,0%,100%,.5);
}

.carousel-indicators li:before {
  top: -10px;
}

.carousel-indicators li:after,.carousel-indicators li:before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li:after {
  bottom: -10px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top!important;
}

.align-middle {
  vertical-align: middle!important;
}

.align-bottom {
  vertical-align: bottom!important;
}

.align-text-bottom {
  vertical-align: text-bottom!important;
}

.align-text-top {
  vertical-align: text-top!important;
}

.bg-primary {
  background-color: #26a5d4!important;
}

a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover {
  background-color: #1e83a9!important;
}

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

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

.bg-success {
  background-color: #27ae60!important;
}

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

.bg-info {
  background-color: #17a2b8!important;
}

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent!important;
}

.border {
  border: 1px solid #dee2e6!important;
}

.border-top {
  border-top: 1px solid #dee2e6!important;
}

.border-right {
  border-right: 1px solid #dee2e6!important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important;
}

.border-left {
  border-left: 1px solid #dee2e6!important;
}

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

.border-top-0 {
  border-top: 0!important;
}

.border-right-0 {
  border-right: 0!important;
}

.border-bottom-0 {
  border-bottom: 0!important;
}

.border-left-0 {
  border-left: 0!important;
}

.border-primary {
  border-color: #26a5d4!important;
}

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

.border-success {
  border-color: #27ae60!important;
}

.border-info {
  border-color: #17a2b8!important;
}

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

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

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

.border-dark {
  border-color: #343a40!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 {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive:before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fixed-top {
  top: 0;
}

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

.fixed-bottom {
  bottom: 0;
}

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

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

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


.breadcrumbs {
  margin: 1rem 0 1.5rem;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:not(:first-of-type) {
  margin-left: .33333rem;
}

.breadcrumbs li:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  margin-left: .33333rem;
}

.breadcrumbs li a {
  color: #333;
}

a.btn {
  display: inline-block;
}

.btn {
  transition: .3s;
  border-radius: 4px;
  font-weight: 300;
  font-size: 1rem;
  cursor: pointer;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  white-space: normal;
  line-height: 1.25;
}

.btn,.btn.home__button {
  text-transform: uppercase;
}

.btn.home__button {
  font-size: 1.3rem;
  color: #fff;
  background-color: #5ea9db;
  border: 1px solid #fff;
  padding: 1rem 2rem;
}

.btn.home__button:hover {
  background-color: #fff;
  color: #333;
}

.btn.primary {
  background-color: #26a5d4;
  color: #fff;
  padding: 1rem 4rem;
  border: none;
}

.btn.primary:hover {
  background-color: #1e83a9;
}

.btn.secondary {
  border: 1px solid #26a5d4;
  padding: 1rem 2rem;
  background-color: #fff;
  color: #26a5d4;
}

.btn.secondary:hover {
  border-color: #1e83a9;
  color: #1e83a9;
}

.btn.danger {
  border: 1px solid #eb5757;
  background-color: transparent;
  color: #eb5757;
  padding: 1rem 4rem;
}

.btn.danger:hover {
  background-color: #c53636;
  color: #fff;
}

.btn.narrow {
  padding: .5rem 2.5rem;
}

.btn.gray {
  background-color: #d3d1d0;
  border: 0;
  color: #fff;
  padding: 1rem 4rem;
}

.btn.gray:hover {
  background-color: #bab7b6;
}

.btn.btn-link {
  padding: 0;
  vertical-align: baseline;
  color: #d3d1d0;
  text-transform: none;
}

.btn.social-btn svg {
  vertical-align: text-bottom;
  border-right: 1px solid #fff;
  margin-right: .25rem;
  padding-right: .25rem;
}

.btn.social-btn.facebook {
  background: #3b5998;
}

.btn.social-btn.facebook:hover {
  background: #2d4373;
}

.btn.social-btn.google {
  background: #dd4b39;
}

.btn.social-btn.google:hover {
  background: #c23321;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}


.cart-dropdown {
  position: absolute;
  width: 45rem;
  top: 3.8rem;
  right: 0;
  z-index: 3;
  display: none;
  border: 1px solid #000;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
}

.cart-dropdown .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-height: 28rem;
}

.cart-dropdown__list {
  max-height: 10rem;
  overflow-y: auto;
  overflow-x: hidden;
  border-top: 1px solid #d3d1d0;
  border-bottom: 1px solid #d3d1d0;
  background: #fff;
}

.cart-dropdown__list:first-child {
  border-top: none;
}

.cart-dropdown__list.overflow {
  overflow-y: hidden;
}

.cart-dropdown__list .item {
  height: 5rem;
  border-bottom: 1px solid #d3d1d0;
}

.cart-dropdown__list .item h3 {
  margin-bottom: 0;
  padding: 1.4rem;
}

.cart-dropdown__list .item h3 span {
  color: #777777;
}

.cart-dropdown__list .item h3 p {
  margin-bottom: 0;
  padding-top: .2rem;
  color: #777777;
}

.cart-dropdown__list .item:last-child {
  border-bottom: 0;
}

.cart-dropdown__total h3 {
  padding-top: 1.4rem;
  padding-left: 5rem;
}

.cart-dropdown__total h3 span {
  color: #777777;
  font-size: 1rem;
}

.cart-dropdown__total h3.price {
  padding-right: 2.3rem;
}

.cart-dropdown__total h3.price.single {
  padding-right: 1.4rem;
}

.cart-dropdown__image {
  float: left;
  width: 60px;
  height: 60px;
  margin: .6rem;
}

.cart-dropdown__actions {
  margin-top: 2rem;
}

.cart-dropdown__empty img {
  margin: 1rem 0;
}

@media (min-width:768px) {
  .cart-dropdown.show {
    display: block!important;
  }
}

.product-filters {
  padding-bottom: 2rem;
}

.product-filters .hide {
  display: none;
}

.product-filters .filter-section--closed .filter-section__icon img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-filters .filter-section--closed .filter-section__content {
  max-height: .5rem;
}

.product-filters .filter-section__header {
  display: grid;
  grid-template-columns: calc(100% - 20px) 20px;
  background: #f2f2f2;
  padding: 1rem;
  cursor: pointer;
}

.product-filters .filter-section__header h3 {
  font-weight: 700;
  padding-right: .5rem;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.product-filters .filter-section__content {
  transition: all .2s ease-in-out;
  overflow: hidden;
  max-height: 500px;
}

.product-filters .filter-section__content .price-field {
  padding: 1rem 0;
}

.product-filters .filter-section__content .price-field input {
  width: 40%;
  display: inline-block;
}

.product-filters .filter-section__content .price-field span {
  width: 20%;
  text-align: center;
  display: inline-block;
}

.product-filters .filter-section__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}

.product-filters .filter-section__icon img {
  width: 20px;
  height: 20px;
}

.product-filters ul {
  padding: .5rem 0;
  list-style: none;
  margin-bottom: 0;
}

.product-filters ul li {
  padding-left: 1rem;
}

.product-filters ul li input {
  margin-right: 1rem;
}

.product-filters button {
  width: 100%;
}

.product-filters__attributes ul li label {
  cursor: pointer;
  outline: 0;
}

@media (max-width:767.98px) {
  .product-filters__title {
    padding: 2rem 0;
  }
}

@media (max-width:370px) {
  .product-filters__title {
    padding-top: 5rem;
  }
}

.product-filters__title h2 {
  font-size: 1.8rem;
  color: #333;
  padding-bottom: 0;
}

.product-filters__categories {
  padding: 1rem 0 0;
}

@media (max-width:767.98px) {
  .product-filters__categories {
    padding: 3rem 0 2rem;
  }
}

@media (max-width:370px) {
  .product-filters__categories {
    padding-top: 5rem;
  }
}

.product-filters__categories h2 {
  font-size: 1.8rem;
  color: #333;
  padding-bottom: 0;
}

.product-filters__categories ul {
  list-style: none;
  padding: 0 1rem;
  margin-bottom: 0;
}

.product-filters__categories ul li {
  padding-left: 0;
}

.product-filters__categories ul li a {
  font-size: 1.2rem;
  color: #333;
  padding-right: .5rem;
}

.product-filters__categories__parents {
  padding-left: 1rem;
}

.product-filters__categories__parents a {
  color: #333;
}

.product-filters__categories__parents svg {
  vertical-align: text-top;
  margin-right: .5rem;
}

.product-filters__categories__childs {
  padding-left: 2.5rem;
}

.product-filters__categories__childs a {
  font-size: 1rem;
}

.product-filters__categories__childs.no-parent {
  padding-left: 1rem;
}

.footer {
  height: 215px;
  border-top: 2px solid #000;
  padding: 2rem 0;
  margin-top: 8rem;
}

@media (max-width:575.98px) {
  .footer {
    text-align: center;
    margin-top: 2rem;
  }
}

.footer__logo {
  margin-bottom: 1rem;
}

@media (max-width:991.98px) {
  .footer__logo svg {
    height: 30px;
  }
}

@media (max-width:767.98px) {
  .footer__logo svg {
    height: 40px;
  }
}

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

.footer ul a {
  color: #000;
  line-height: 2;
}

.footer a {
  transition: .3s;
}

.footer a:hover {
  text-decoration: none;
  opacity: .6;
}

.footer a.social-footer {
  margin-right: 1rem;
}

.makeblue {
  background: #5ea9db;
}

.makewhite {
  background: #fff;
}

.form-control,input,select {
  color: #333;
  border-radius: 2px;
  border: 1px solid #d3d1d0;
}

.form-control:focus,input:focus,select:focus {
  color: #333;
  border-color: #d3d1d0;
  background-color: #fffaec;
  outline: none;
}

.form-control::-webkit-input-placeholder,input::-webkit-input-placeholder,select::-webkit-input-placeholder {
  color: #d3d1d0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.form-control:-ms-input-placeholder,.form-control::-ms-input-placeholder,input:-ms-input-placeholder,input::-ms-input-placeholder,select:-ms-input-placeholder,select::-ms-input-placeholder {
  color: #d3d1d0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.form-control::placeholder,input::placeholder,select::placeholder {
  color: #d3d1d0;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-weight: 300;
}

.form-group {
  text-align: left;
  position: relative;
}

.form-group .phone-prefix-input {
  display: grid;
  grid-template-columns: 6rem calc(100% - 6rem);
  align-items: stretch;
}

.form-group .phone-prefix-input input {
  border-left-color: transparent;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.form-group .phone-prefix-input select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-btn {
  position: relative;
}

.input-btn .btn {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
}

.deliveryform select {
  background-color: #fff;
  height: calc(2.25rem + 2px);
}

@media (max-width:991.98px) {
  .deliveryform select {
    width: 100%;
    margin-top: .5rem;
    margin-left: 0;
  }
}

.deliveryform select:focus {
  outline: none;
}

.search-form {
  width: 100%;
  position: relative;
  transition: all .2s ease-in-out;
}

.search-form.search-form--hidden {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.search-form__close-icon {
  position: absolute;
  cursor: pointer;
  padding: 1.9rem 1rem;
}

.search-form__close-icon img {
  width: 22px;
}

.search-form .form-control {
  width: 100%;
  border-radius: 0;
  padding-left: 1rem;
}

.search-form .btn {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  border-left: 1px solid #d3d1d0;
  border-radius: 0;
  outline: 0;
  transition: background,.3s;
}

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

.search-form .btn img {
  height: 1.5rem;
  padding: .14286rem;
}

@media (max-width:767.98px) {
  .search-form {
    display: block;
    left: 0;
    position: absolute;
    max-width: 100%;
    float: right;
    top: 0;
    z-index: 5;
    margin-top: 0;
  }

  .search-form .form-control {
    padding: 2rem 2rem 2rem 4rem;
    border: 0;
  }

  .search-form .mobile-close-search {
    position: absolute;
    top: 1.7rem;
    left: .5rem;
  }

  .search-form .btn {
    top: 1.6rem;
    right: 2rem;
  }
}

input#id_quantity {
  padding: .5rem;
}

input#id_quantity:focus {
  outline: none;
}

.help-block {
  font-size: .8rem;
  margin-top: .5rem;
}

.has-error .help-block {
  color: #eb5757;
}

.radio {
  margin-bottom: .5rem;
}

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

.radio input {
  vertical-align: top;
  margin: .25rem .5rem 0 0;
}

.radio .address-details,.radio input,.radio span {
  display: inline-block;
}

.radio label {
  margin-right: 1rem;
}

.radio label span {
  display: inline;
}

.relative {
  position: relative;
}

.passIcon {
  max-width: 15px;
  max-height: 15px;
  position: absolute;
  top: 2.8rem;
  right: .5rem;
  cursor: pointer;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  background: url(/static/assets/arrow-select.cf30a11fd56d142d7630b56f16fb0f65.svg) 100% 50% no-repeat/24px 14px;
}

.navigation ul {
  margin-bottom: 1rem;
  display: block;
  text-align: center;
}

.navigation ul.no-border {
  border-bottom: 0;
  margin-bottom: 0;
}

@media (max-width:767.98px) {
  .navigation ul {
    border-bottom: 0;
  }
}

.navigation ul .nav-item {
  display: inline;
}

.navigation ul .nav-item+.nav-item {
  margin-left: 0;
}

.navigation ul .nav-item a {
  color: #333;
  transition: .3s;
  text-transform: uppercase;
  display: inline-block;
  padding: 1.5rem;
  font-size: 1.5rem;
}

.navigation ul .nav-item a:hover {
  color: rgba(51,51,51,.6);
}

@media (min-width:768px) {
  .navigation ul .nav-item__dropdown {
    display: inline-block;
    position: relative;
  }

  .navigation ul .nav-item__dropdown:hover&gt;a {
    border-bottom: 3px solid #000;
  }

  .navigation ul .nav-item__dropdown&gt;a {
    padding: .5rem;
    margin: 1rem;
    box-sizing: border-box;
    border-bottom: 3px solid #fff;
  }

  .navigation ul .nav-item__dropdown-content {
    display: none;
    position: absolute;
    z-index: 3;
    border: 1px solid #d3d1d0;
    background-color: #fff;
    text-align: left;
  }

  .navigation ul .nav-item__dropdown-content a {
    padding: 0;
    font-size: medium;
    text-transform: none;
    text-decoration: none;
  }

  .navigation ul .nav-item__dropdown-content .container {
    padding: 1rem;
    max-height: 28rem;
  }

  .navigation ul .nav-item__dropdown-content .container&gt;ul {
    min-width: 120px;
    width: 360px;
    display: flex;
    flex-wrap: wrap;
  }

  .navigation ul .nav-item__dropdown-content .container&gt;ul li {
    display: inline-block;
    max-width: 110px;
  }

  .navigation ul .nav-item__dropdown-content .container&gt;ul li:not(:last-child) {
    margin-right: 2rem;
  }

  .navigation ul .nav-item:hover .nav-item__dropdown-content {
    display: block;
    color: red!important;
  }
}

.menu .menu__item ul {
  border-bottom: none;
  list-style-type: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}

.menu .menu__item ul ul {
  padding-left: 1rem;
}

.menu .menu__item ul li {
  text-align: left;
}

.menu .menu__item a {
  text-decoration: none;
}

@media (max-width:767.98px) {
  .menu .menu__item .nav-item__submenu ul {
    text-align: center;
    font-size: .8rem;
  }

  .menu .menu__item .nav-item__submenu ul ul {
    padding-left: 0;
    font-size: .7rem;
  }

  .menu .menu__item .nav-item__submenu ul li {
    text-align: center;
  }
}

.navbar {
  padding: 0;
}

@media (max-width:767.98px) {
  .navbar&gt;.container-fluid {
    padding: 0;
  }

  .navbar svg {
    max-height: 30px;
    width: auto;
  }
}

@media (max-width:370px) {
  .navbar svg {
    max-height: 23px;
    width: auto;
  }
}

.navbar__login p {
  font-size: .7rem;
  margin-bottom: 0;
  color: #828282;
  line-height: 1.9rem;
  text-transform: uppercase;
  width: 100%;
}

.navbar__login ul {
  list-style: none;
  margin-bottom: 0;
}

.navbar__login ul li {
  display: inline-block;
  padding: 0 .5rem;
  line-height: 1.9rem;
}

.navbar__login ul li a {
  color: #333;
  font-size: .7rem;
  text-transform: uppercase;
}

.navbar__logo {
  padding: 2rem 0;
  display: flex;
  align-items: center;
}

@media (min-width:576px) {
  .navbar__logo {
    margin-left: -27px;
    margin-right: 27px;
  }
}

.navbar__logo .menu-icon-mobile {
  position: relative;
  display: inline-block;
  top: -5px;
}

.navbar__logo .menu-icon-mobile span {
  position: absolute;
  top: 1.3rem;
  left: 1.1rem;
  text-transform: uppercase;
  font-size: .45rem;
}

.navbar__logo .menu-icon-mobile svg {
  vertical-align: top;
}

@media (max-width:370px) {
  .navbar__logo .menu-icon-mobile {
    top: 0;
  }
}

.navbar__search {
  padding: 2rem 0;
  position: relative;
}

.navbar__search form svg {
  width: 1.5rem;
  height: 1.5rem;
  vertical-align: middle;
  padding: .1rem;
}

.navbar__search .mobile-search-icon {
  float: right;
  padding-right: 1rem;
}

.navbar__brand {
  background-color: #fff;
}

@media (max-width:767.98px) {
  .navbar__brand {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    background-color: #fff;
    z-index: 5;
    border-bottom: 1px solid #d3d1d0;
  }
}

.navbar__brand .static {
  position: static;
}

.navbar__brand__cart {
  z-index: 4;
}

.navbar__brand__cart .cart__icon {
  display: block;
  z-index: 4;
  color: #343a40!important;
  font-weight: 700;
}

@media (max-width:767.98px) {
  .navbar__brand__cart .cart__icon {
    text-align: center;
  }
}

.navbar__brand__cart .cart__icon.hover {
  text-decoration: none;
}

@media (max-width:767.98px) {
  .navbar__brand__cart .cart__icon.hover {
    background: none;
  }
}

.navbar__brand__cart .cart__icon:hover {
  text-decoration: none;
}

.navbar__brand__cart .cart__icon .cart-label {
  padding-right: .5rem;
  display: inline-block;
}

.navbar__brand__cart .cart__icon .navbar__brand__cart__icon {
  display: inline-block;
}

.navbar__brand__cart .cart__icon .navbar__brand__cart__icon svg {
  vertical-align: middle;
}

.navbar__brand__cart .cart__icon .badge {
  background-color: #26a5d4;
  border-radius: 100px;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 2;
}

.navbar__brand__cart .cart__icon .badge.empty {
  background-color: #bab7b6;
}

@media (max-width:767.98px) {
  .navbar__brand__cart .cart__icon .badge {
    right: 0;
  }
}

.navbar__brand__menu-toggle {
  max-height: 22px;
  padding-right: 1rem;
  padding-left: 1rem;
  vertical-align: super;
}

@media (max-width:767.98px) {
  .navbar__menu .navigation {
    position: fixed;
    left: -180px;
    top: 75px;
    height: 100vh;
    width: 180px;
    z-index: 4;
    background-color: #fff;
    padding-left: 0;
    padding-right: 1rem;
    padding-top: 5rem;
    transition: .3s ease-in-out;
  }

  .navbar__menu .navigation ul {
    text-align: left;
  }

  .navbar__menu .navigation ul .nav-item {
    width: 100%;
    text-align: left;
  }

  .navbar__menu .navigation ul .nav-item a {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .navbar__menu .navigation.open {
    left: -10px;
    box-shadow: 1px 1px 10px 1px #d3d1d0;
  }
}

.label:before {
  content: "";
  display: inline-block;
  height: .5rem;
  width: .5rem;
  border-radius: 1rem;
  margin-bottom: 1px;
  margin-right: .5rem;
}

.label-success:before {
  background-color: #27ae60;
}

.label-danger:before {
  background-color: #eb5757;
}

.label-default:before {
  background-color: #d3d1d0;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.loader {
  max-width: 5rem;
  padding-top: 1rem;
  margin: auto;
}

.loader svg {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}


.table__header {
  border-bottom: 1px solid #d3d1d0;
  padding-bottom: .5rem;
}

.table__header small {
  color: #828282;
  text-transform: uppercase;
}

.table__row {
  border-bottom: 1px solid #d3d1d0;
  padding: 1rem 0;
}

.table__row p {
  margin-bottom: 0;
}

.table__row.fulfillment__row {
  padding: 0;
}



.tab-pane {
  margin-top: 1rem;
}

@font-face {
  font-family:Lato;src:url(/static/assets/Lato-Light.96b78ec9be61a9b1e91d455627636d53.woff2) format("woff2"),url(/static/assets/Lato-Light.067d56d83ba6202f296c6acd0fd107b1.woff) format("woff"),url(/static/assets/Lato-Light.5b761f2d1e4259ea6ac7ab3ebf7f3c49.ttf) format("truetype");font-weight:300;
}

@font-face {
  font-family:Lato;src:url(/static/assets/Lato-Regular.183bf2570509b4588f48227a1799c1bc.woff2) format("woff2"),url(/static/assets/Lato-Regular.01f09144fb08c2185c04b46601a6894d.woff) format("woff"),url(/static/assets/Lato-Regular.7f690e503a254e0b8349aec0177e07aa.ttf) format("truetype");font-weight:400;
}

@font-face {
  font-family:Lato;src:url(/static/assets/Lato-Bold.061b572d02df38e00fc9978034ac09b8.woff2) format("woff2"),url(/static/assets/Lato-Bold.d0549ba90a0800d86d585f1e63df52b3.woff) format("woff"),url(/static/assets/Lato-Bold.44dfe8cc676882243911a3197a50169e.ttf) format("truetype");font-weight:700;
}

h3 {
  text-transform: none;
}

a {
  color: #008188;
  text-decoration: none;
}

a.link--styled,a:hover {
  text-decoration: underline;
}

a.link--styled {
  font-size: .8rem;
  color: #333;
  display: block;
}

a.link--clean {
  color: #333;
}

a.link--clean:hover {
  text-decoration: none;
}


.account h2 {
  text-align: center;
  text-transform: uppercase;
}


.account h3 {
  font-size: 1rem;
}


.cart h3 {
  color: #828282;
}

.cart__line.last {
  border-bottom-color: #828282;
}

.cart__line .col-5 {
  margin-top: .5rem;
}

@media (max-width:767.98px) {
  .cart__line .col-5 {
    text-align: right;
  }
}

.cart__line__product a {
  transition: .3s;
}

.cart__line__product a:hover {
  color: #828282;
}

.cart__line__product a p {
  display: inline-block;
  margin-top: .5rem;
  margin-bottom: 0;
  line-height: 1rem;
}

.cart__line__product a p small {
  color: #828282;
}

.cart__line__product a img {
  vertical-align: top;
  margin-right: 1rem;
}

@media (max-width:767.98px) {
  .cart__line__quantity {
    margin-bottom: .5rem;
  }
}

.cart__line__quantity form {
  display: inline-block;
}

.cart__line__quantity form input {
  width: 62px;
  margin-right: 10px;
}

.cart__line__quantity-error {
  display: block;
}

.cart__line__quantity img {
  max-width: 18px;
}

.cart__line .cart-item-delete {
  cursor: pointer;
  display: inline-block;
  margin-left: .5rem;
}

.cart__line .cart-item-delete svg {
  vertical-align: text-top;
}

.cart__total {
  padding-top: 1rem;
  margin-bottom: 1rem;
}

.cart__total p {
  margin-bottom: 0;
}

.cart__total__subtotal {
  color: #828282;
}

@media (min-width:576px) {
  .cart__total__subtotal {
    padding-left: calc(60px + 1rem * 2);
  }
}

.cart__total__subtotal--shipping {
  color: #333;
}

.cart__delivery-info p {
  margin-bottom: 0;
  color: #333;
  display: inline-block;
}

.cart__delivery-info__price {
  text-transform: uppercase;
}

.cart__empty {
  text-align: center;
}

.cart__empty img {
  margin: 2rem 0;
}

.cart__empty .btn {
  margin: 2rem 0 5rem;
}

@media (max-width:370px) {
  .cart__submit {
    width: 100%;
  }
}

@media (max-width:400px) {
  .cart__clear {
    margin-top: 1rem;
  }
}

@media (min-width:470px) {
  .cart__clear {
    margin-right: 1rem;
  }
}

@media (max-width:370px) {
  .cart__clear {
    width: 100%;
  }
}

.checkout {
  margin-bottom: 5rem;
}

.checkout h2,.checkout h3 {
  text-transform: uppercase; 
  margin: 0 0 2rem;
}

.checkout hr {
  margin: 3rem 0 2rem;
}


.nav-link:hover {
  border-bottom: 2px solid #5ea9db;
}

.nav-link {
  border-bottom: 2px solid #f8f9fa;
}

.home_background {
  background-color: #0a0856;
  background-image: url(/static/images/bg.jpg);
  background-position: 50%;
  height: 750px;
  width: 100%!important;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.home {
  text-align: center;
  color: #fff;
}

.home h1 {
  font-weight: 400;
  text-transform: inherit;
}

@media (max-width:767.98px) {
  .home h1 {
    font-size: 2rem;
  }
}

.home .home_panel {
  overflow: hidden;
  border-radius: 10px 10px 10px 10px;
  min-height: 354px;
  background-color: hsla(0,0%,100%,.7);
  padding: 2rem 15px;
  border: 3px solid #5ea9db;
}

/* .home .btn {
  margin: 1rem 0;
} */

.home .centerlogo {
  padding: 15px;
  margin: 15px;
}

.home--content-inner {
  text-align: center;
  vertical-align: middle;
  color: #000;
  padding-left: 1rem;
  padding-right: 1rem;
}

.home__block1 .home--square {
  color: #000;
}

@media (min-width:768px) {
  .home__block1 .home--square:before {
    padding-top: 50%;
  }
}

.home__featured {
  color: #333;
}

.home__featured h2 {
  text-transform: uppercase;
  margin: 2rem 0;
}
</pre></body></html>