section {
  position: relative
}

.footer-link {
  color: inherit;
  font-weight: 400;
  transition: all .3s;
  font-size: .95rem
}

.footer-link:focus, .footer-link:hover {
  color: #fac23e;
  text-decoration: none
}

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

.box-icon {
  width: 4rem;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fac23e;
  transition: all .4s;
  font-size: 1.5rem
}

.box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  opacity: .8;
  transition: all .4s;
  opacity: 0;
  z-index: 99
}

.box-overlay::before {
  content: '\f06e';
  display: block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .4s
}

.box-overlay-primary {
  background: rgba(250, 194, 62, .8)
}

.box img {
  transition: all .4s
}

.box:hover .box-overlay {
  opacity: .85
}

.box:hover .box-overlay::before {
  top: 50%;
  opacity: 1
}

.box:hover .box-icon {
  background: #FFF
}

.box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform-origin: center center;
  transform-origin: center center
}

.gmap {
  height: 400px
}

.btn-outline-light:focus, .btn-outline-light:hover {
  color: #fac23e !important
}

.svg-icon {
  width: 40px;
  height: 40px;
  vertical-align: text-bottom;
  stroke: currentColor;
  stroke-width: 3;
  --layer1: currentColor;
  --layer2: currentColor;
  --layer3: currentColor
}

.svg-icon.svg-icon-light {
  stroke-width: 2
}

.svg-icon.svg-icon-heavy {
  stroke-width: 4
}

.svg-icon-big {
  width: 64px;
  height: 64px
}

.svg-icon-sm {
  width: 32px;
  height: 32px
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: .1em;
  letter-spacing: .1em
}

.text-sm {
  font-size: .875rem
}

.text-base {
  font-size: 1rem
}

.text-lg {
  font-size: 1.25rem
}

.text-shadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .1)
}

.text-shadow-primary {
  text-shadow: 2px 2px 2px rgba(250, 194, 62, .1)
}

.text-decoration-underline {
  text-decoration: underline
}

.text-inherit {
  color: inherit
}

.rounded-lg {
  border-radius: .3rem
}

.rounded-sm {
  border-radius: .2rem
}

.rounded-xl {
  border-radius: 10rem
}

.opacity-1 {
  opacity: .1
}

.opacity-2 {
  opacity: .2
}

.opacity-3 {
  opacity: .3
}

.opacity-4 {
  opacity: .4
}

.opacity-5 {
  opacity: .5
}

.opacity-6 {
  opacity: .6
}

.opacity-7 {
  opacity: .7
}

.opacity-8 {
  opacity: .8
}

.opacity-9 {
  opacity: .9
}

.opacity-10 {
  opacity: 1
}

.z-index-10 {
  z-index: 10
}

.z-index-20 {
  z-index: 20
}

.z-index-30 {
  z-index: 30
}

.z-index-40 {
  z-index: 40
}

.z-index-50 {
  z-index: 50
}

.letter-spacing-0 {
  letter-spacing: 0 !important
}

.letter-spacing-1 {
  letter-spacing: .1em
}

.letter-spacing-2 {
  letter-spacing: .2em
}

.letter-spacing-3 {
  letter-spacing: .3em
}

.letter-spacing-4 {
  letter-spacing: .4em
}

.letter-spacing-5 {
  letter-spacing: .5em
}

.text-hover-primary {
  transition: all .2s ease-in-out
}

.text-hover-primary:focus, .text-hover-primary:hover {
  color: #fac23e !important
}

a.text-hover-primary {
  transition: all .2s ease-in-out
}

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

.bg-primary-light {
  background-color: #fef8e8
}

.border-primary {
  border-color: #fac23e !important
}

.text-hover-secondary {
  transition: all .2s ease-in-out
}

.text-hover-secondary:focus, .text-hover-secondary:hover {
  color: #6c757d !important
}

a.text-hover-secondary {
  transition: all .2s ease-in-out
}

a.text-hover-secondary:focus, a.text-hover-secondary:hover {
  color: #6c757d !important
}

.bg-secondary-light {
  background-color: #edeeef
}

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

.text-hover-success {
  transition: all .2s ease-in-out
}

.text-hover-success:focus, .text-hover-success:hover {
  color: #28a745 !important
}

a.text-hover-success {
  transition: all .2s ease-in-out
}

a.text-hover-success:focus, a.text-hover-success:hover {
  color: #28a745 !important
}

.bg-success-light {
  background-color: #e5f4e9
}

.border-success {
  border-color: #28a745 !important
}

.text-hover-info {
  transition: all .2s ease-in-out
}

.text-hover-info:focus, .text-hover-info:hover {
  color: #17a2b8 !important
}

a.text-hover-info {
  transition: all .2s ease-in-out
}

a.text-hover-info:focus, a.text-hover-info:hover {
  color: #17a2b8 !important
}

.bg-info-light {
  background-color: #e3f4f6
}

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

.text-hover-warning {
  transition: all .2s ease-in-out
}

.text-hover-warning:focus, .text-hover-warning:hover {
  color: #ffc107 !important
}

a.text-hover-warning {
  transition: all .2s ease-in-out
}

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

.bg-warning-light {
  background-color: #fff8e1
}

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

.text-hover-danger {
  transition: all .2s ease-in-out
}

.text-hover-danger:focus, .text-hover-danger:hover {
  color: #dc3545 !important
}

a.text-hover-danger {
  transition: all .2s ease-in-out
}

a.text-hover-danger:focus, a.text-hover-danger:hover {
  color: #dc3545 !important
}

.bg-danger-light {
  background-color: #fbe7e9
}

.border-danger {
  border-color: #dc3545 !important
}

.text-hover-light {
  transition: all .2s ease-in-out
}

.text-hover-light:focus, .text-hover-light:hover {
  color: #f8f9fa !important
}

a.text-hover-light {
  transition: all .2s ease-in-out
}

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

.bg-light-light {
  background-color: #fefefe
}

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

.text-hover-dark {
  transition: all .2s ease-in-out
}

.text-hover-dark:focus, .text-hover-dark:hover {
  color: #FFF !important
}

a.text-hover-dark {
  transition: all .2s ease-in-out
}

a.text-hover-dark:focus, a.text-hover-dark:hover {
  color: #FFF !important
}

.bg-dark-light {
  background-color: #e4e6e6
}

.border-dark {
  border-color: #FFF !important
}

.bg-gray-100 {
  background: #f8f9fa !important
}

.text-gray-100 {
  color: #f8f9fa
}

.bg-gray-200 {
  background: #e9ecef !important
}

.text-gray-200 {
  color: #e9ecef
}

.bg-gray-300 {
  background: #dee2e6 !important
}

.text-gray-300 {
  color: #dee2e6
}

.bg-gray-400 {
  background: #ced4da !important
}

.text-gray-400 {
  color: #ced4da
}

.bg-gray-500 {
  background: #adb5bd !important
}

.text-gray-500 {
  color: #adb5bd
}

.bg-gray-600 {
  background: #6c757d !important
}

.text-gray-600 {
  color: #6c757d
}

.bg-gray-700 {
  background: #495057 !important
}

.text-gray-700 {
  color: #495057
}

.bg-gray-800 {
  background: #FFF !important
}

.text-gray-800 {
  color: #FFF
}

.bg-gray-900 {
  background: #212529 !important
}

.text-gray-900 {
  color: #212529
}

.badge-primary-light {
  color: #fac23e;
  background-color: #fef8e8
}

.badge-secondary-light {
  color: #6c757d;
  background-color: #edeeef
}

.badge-success-light {
  color: #28a745;
  background-color: #e5f4e9
}

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

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

.badge-danger-light {
  color: #dc3545;
  background-color: #fbe7e9
}

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

.badge-dark-light {
  color: #FFF;
  background-color: #e4e6e6
}

.overlay-content {
  position: relative;
  z-index: 20
}

@media (min-width:576px) {
  .light-overlay-sm, .overlay-hover-light-sm {
    position: relative
  }

  .light-overlay-sm::after, .overlay-hover-light-sm::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff
  }
}

@media (min-width:576px) {
  .overlay-hover-light-sm::after {
    transition: opacity .15s linear;
    opacity: 0
  }
}

@media (min-width:576px) {
  .light-overlay-sm::after, .overlay-hover-light-sm:hover::after {
    opacity: .4
  }
}

@media (min-width:576px) {
  .light-overlay-sm-0::after, .overlay-hover-light-sm-0:hover::after {
    display: none
  }
}

.dark-overlay-sm {
  position: relative
}

@media (min-width:576px) {
  .dark-overlay-sm::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .98;
    background: #FFF
  }
}

.dark-overlay-sm-lighter {
  position: relative
}

@media (min-width:576px) {
  .dark-overlay-sm-lighter::after {
    opacity: .85
  }
}

@media (min-width:576px) {
  .dark-overlay-sm-0::after {
    display: none
  }
}

@media (min-width:768px) {
  .light-overlay-md, .overlay-hover-light-md {
    position: relative
  }

  .light-overlay-md::after, .overlay-hover-light-md::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff
  }
}

@media (min-width:768px) {
  .overlay-hover-light-md::after {
    transition: opacity .15s linear;
    opacity: 0
  }
}

@media (min-width:768px) {
  .light-overlay-md::after, .overlay-hover-light-md:hover::after {
    opacity: .4
  }
}

@media (min-width:768px) {
  .light-overlay-md-0::after, .overlay-hover-light-md-0:hover::after {
    display: none
  }
}

.dark-overlay-md {
  position: relative
}

@media (min-width:768px) {
  .dark-overlay-md::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .98;
    background: #FFF
  }
}

.dark-overlay-md-lighter {
  position: relative
}

@media (min-width:768px) {
  .dark-overlay-md-lighter::after {
    opacity: .85
  }
}

@media (min-width:768px) {
  .dark-overlay-md-0::after {
    display: none
  }
}

@media (min-width:992px) {
  .light-overlay-lg, .overlay-hover-light-lg {
    position: relative
  }

  .light-overlay-lg::after, .overlay-hover-light-lg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff
  }
}

@media (min-width:992px) {
  .overlay-hover-light-lg::after {
    transition: opacity .15s linear;
    opacity: 0
  }
}

@media (min-width:992px) {
  .light-overlay-lg::after, .overlay-hover-light-lg:hover::after {
    opacity: .4
  }
}

@media (min-width:992px) {
  .light-overlay-lg-0::after, .overlay-hover-light-lg-0:hover::after {
    display: none
  }
}

.dark-overlay-lg {
  position: relative
}

@media (min-width:992px) {
  .dark-overlay-lg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .98;
    background: #FFF
  }
}

.dark-overlay-lg-lighter {
  position: relative
}

@media (min-width:992px) {
  .dark-overlay-lg-lighter::after {
    opacity: .85
  }
}

@media (min-width:992px) {
  .dark-overlay-lg-0::after {
    display: none
  }
}

@media (min-width:1200px) {
  .light-overlay-xl, .overlay-hover-light-xl {
    position: relative
  }

  .light-overlay-xl::after, .overlay-hover-light-xl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff
  }
}

@media (min-width:1200px) {
  .overlay-hover-light-xl::after {
    transition: opacity .15s linear;
    opacity: 0
  }
}

@media (min-width:1200px) {
  .light-overlay-xl::after, .overlay-hover-light-xl:hover::after {
    opacity: .4
  }
}

@media (min-width:1200px) {
  .light-overlay-xl-0::after, .overlay-hover-light-xl-0:hover::after {
    display: none
  }
}

.dark-overlay-xl {
  position: relative
}

@media (min-width:1200px) {
  .dark-overlay-xl::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .98;
    background: #FFF
  }
}

.dark-overlay-xl-lighter {
  position: relative
}

@media (min-width:1200px) {
  .dark-overlay-xl-lighter::after {
    opacity: .85
  }
}

@media (min-width:1200px) {
  .dark-overlay-xl-0::after {
    display: none
  }
}

.light-overlay, .overlay-hover-light {
  position: relative
}

.light-overlay::after, .overlay-hover-light::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  background: #fff
}

.overlay-hover-light::after {
  transition: opacity .15s linear;
  opacity: 0
}

.light-overlay::after, .overlay-hover-light:hover::after {
  opacity: .4
}

.light-overlay-0::after, .overlay-hover-light-0:hover::after {
  display: none
}

.dark-overlay {
  position: relative
}

.dark-overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  opacity: .98;
  background: #FFF
}

.dark-overlay-lighter {
  position: relative
}

.dark-overlay-lighter::after {
  opacity: .85
}

.dark-overlay-0::after {
  display: none
}

.overflow-visible {
  overflow: visible !important
}

.shadow-0 {
  box-shadow: none !important
}

.text-small {
  font-size: .85rem !important
}

.bg-cover {
  background-size: cover !important;
  background-position: center center !important
}

.bg-center {
  background-position: 50% 50% !important
}

@media (min-width:992px) {
  .h1, h1:not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    font-size: 3.5rem !important
  }
}

.with-border-image {
  position: relative
}

.with-border-image::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 1rem;
  background: url(../img/slider-border.png);
  background-size: cover
}

.with-border-image-sm {
  position: relative
}

.with-border-image-sm::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: .5rem;
  background: url(../img/slider-border.png);
  background-size: cover
}

.hero-slide {
  position: relative;
  min-height: 650px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media (max-width:991.98px) {
  .hero-slide {
    min-height: auto
  }
}

.hero-slide::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: .5;
  display: block
}

.index-forward {
  position: relative;
  z-index: 99
}

.border-width-md {
  border-width: 2px !important
}

.reset-anchor {
  color: inherit
}

.reset-anchor:focus, .reset-anchor:hover {
  color: inherit;
  text-decoration: none
}

.bg-none {
  background: 0 0 !important
}

.bg-darker {
  background: #182225 !important
}

.owl-nav-custom .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.owl-nav-custom .owl-nav .owl-next, .owl-nav-custom .owl-nav .owl-prev {
  width: 3.5rem;
  height: 3.5rem;
  background: rgba(0, 0, 0, .5) !important;
  line-height: 3.3rem !important;
  transition: all .3s;
  outline: 0
}

.owl-nav-custom .owl-nav .owl-next.disabled, .owl-nav-custom .owl-nav .owl-prev.disabled {
  opacity: 0;
  z-index: -1
}

.owl-nav-custom .owl-nav .owl-next span, .owl-nav-custom .owl-nav .owl-prev span {
  color: #fff;
  font-size: 2.5rem
}

.owl-nav-custom .owl-nav .owl-next:hover, .owl-nav-custom .owl-nav .owl-prev:hover {
  background: #fac23e !important
}

.owl-theme .owl-dots .owl-dot {
  outline: 0
}

.owl-theme .owl-dots .owl-dot span {
  margin: 3px;
  width: 10px;
  height: 10px
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #fac23e
}

.owl-carousel .owl-item img {
  width: unset
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 1.5rem
}

#style-switch-button {
  position: fixed;
  top: 120px;
  left: 0;
  border-radius: 0;
  z-index: 2
}

#style-switch {
  width: 300px;
  padding: 20px;
  position: fixed;
  top: 160px;
  left: 0;
  background: #fff;
  border: solid 1px #ced4da;
  z-index: 2000
}

#style-switch h4 {
  color: #495057
}

.navbar {
  padding: .5rem 1rem
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-light .navbar-brand {
  color: #fac23e
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: #fac23e
}

.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  font-weight: 400
  font-size: 12px;
  white-space: nowrap;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fac23e
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #fac23e
}

.navbar-light .navbar-toggler {
  color: #000;
  border-color: rgba(0, 0, 0, .1)
}

.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='black' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
  color: #000
}

.navbar-dark .navbar-brand {
  color: #fac23e
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fac23e
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #fac23e
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fac23e
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;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: rgba(255, 255, 255, .5)
}



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

.btn.focus, .btn:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 194, 62, .25)
}

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

.btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
  background-image: none
}

.btn-link {
  font-weight: 400;
  color: #fac23e
}

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

.btn-link.focus, .btn-link:focus {
  text-decoration: underline
}

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

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

.btn-primary:hover {
  color: #212529;
  background-color: #f9b619;
  border-color: #f9b20c
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 194, 62, .5)
}

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

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

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 194, 62, .5)
}

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

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

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}



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

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

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #11181a;
  border-color: #0c1112
}

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(32, 46, 49, .5)
}

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

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0c1112;
  border-color: #070a0a
}

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(32, 46, 49, .5)
}

.btn-outline-primary {
  color: #fac23e;
  background-color: transparent;
  background-image: none;
  border-color: #fac23e
}

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

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 194, 62, .5)
}

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

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

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(250, 194, 62, .5)
}

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

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

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

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

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

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745
}

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

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

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

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

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

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8
}

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

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

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

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107
}

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

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

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

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

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  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 rgba(220, 53, 69, .5)
}

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

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

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

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

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

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

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

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #FFF;
  background-color: transparent;
  background-image: none;
  border-color: #FFF
}

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

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(32, 46, 49, .5)
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(32, 46, 49, .5)
}

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

.btn-sm {
  padding: .45rem 1rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0
}



/* body {
  font-family: "Work Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff
} */

/* a {
  color: #fac23e;
  text-decoration: none
} */

a:focus, a:hover {
  color: #e6a306;
  text-decoration: underline
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  color: inherit
}

.h1, h1 {
  font-size: 2.9rem
}

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

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

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

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

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

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

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

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

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

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

hr {
  border-top: 1px solid rgba(0, 0, 0, .1)
}

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

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

.blockquote {
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  border-left: 5px solid #fac23e
}

.blockquote-footer {
  color: #6c757d
}

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


.page-item:first-child .page-link {
  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.disabled .page-link {
  color: #6c757d;
  background-color: #fff;
  border-color: #dee2e6
}



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

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(250, 194, 62, .25)
}

/* .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
} */

.bg-primary {
  background-color: #fac23e !important
}

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

.bg-secondary {
  background-color: #6c757d !important
}

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

.bg-success {
  background-color: #28a745 !important
}

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

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

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

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

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

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

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

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

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

.bg-dark {
  background-color: #FFF !important
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #0c1112 !important
}

.border-primary {
  border-color: #fac23e !important
}

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

.border-success {
  border-color: #28a745 !important
}

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

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

.border-danger {
  border-color: #dc3545 !important
}

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

.border-dark {
  border-color: #FFF !important
}


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

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

.text-success {
  color: #28a745 !important
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important
}

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

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important
}

.text-warning {
  color: #ffc107 !important
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !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: #FFF !important
}

a.text-dark:focus, a.text-dark:hover {
  color: #0c1112 !important
} */

.badge-primary {
  color: #212529;
  background-color: #fac23e
}

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}


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

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

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
  border-color: #28a745
}

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

.custom-select.is-valid~.valid-feedback, .custom-select.is-valid~.valid-tooltip, .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: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: #28a745
}

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

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

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

.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: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before, .was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.custom-file-input.is-valid~.custom-file-label::before, .was-validated .custom-file-input:valid~.custom-file-label::before {
  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 rgba(40, 167, 69, .25)
}

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

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

.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 rgba(220, 53, 69, .25)
}

.custom-select.is-invalid~.invalid-feedback, .custom-select.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: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 rgba(220, 53, 69, .25)
}

.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::before, .was-validated .custom-file-input:invalid~.custom-file-label::before {
  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 rgba(220, 53, 69, .25)
}

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

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(250, 194, 62, .25)
}

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

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d
}

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

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

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

.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='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #fac23e
}

.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='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(250, 194, 62, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(250, 194, 62, .5)
}

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

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

.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='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(250, 194, 62, .5)
}

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

.nav-link {
  padding: .5rem 1rem;
  transition: all .3s
}

.nav-link.disabled {
  color: #6c757d
}

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  color: #FFF;
  font-weight: 400;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #fac23e
}

.card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

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

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

.card-body {
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header-transparent {
  background-color: rgba(0, 0, 0, .3);
  border-bottom: none
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: #f8f9fa;
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  padding: 1.25rem
}

.card-img-overlay-opacity {
  background: rgba(0, 0, 0, .2)
}

.card-img {
  border-radius: calc(.25rem - 1px)
}

.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    margin-right: 15px;
    margin-left: 15px
  }
}

.dropdown-menu {
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 0;
  border: none
}

@media (min-width:992px) {
  .dropdown-menu {
    border-top: 2px solid #fac23e;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)
  }
}

.dropdown-item {
  padding: .25rem 1.5rem;
  font-weight: 400;
  color: #212529
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #fac23e
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d
}

html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main{flex: 1 0 auto;}
.footer-all{
  flex-shrink: 0;

}



/*# sourceMappingURL=style.default.min.css.map */
