#ie-compatibility-notification {
	background:no-repeat center top url(/images/vendor/local-cssua/info_icon.gif?859abc43db995229fbd04f8265de3a52) #FDF2AB;
	padding:36px 12px 12px 12px;
	border-bottom:1px solid #F5D805;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px !important;
	color:#444;
	line-height: 1.1;
	text-align: center;
	
	display:none;
}

#ie-compatibility-notification strong {
	color:#111;
}

#ie-compatibility-notification a {
	color:#E97A00 !important;
	text-decoration:underline !important;
}

#ie-compatibility-notification a.ie-alternative {
	font-weight:bold;
}/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: 'lg';
  src: url(/fonts/vendor/lightgallery/dist/lg.eot?ecff11700aad0000cf3503f537d1df17);
  src: url(/fonts/vendor/lightgallery/dist/lg.eot?ecff11700aad0000cf3503f537d1df17?#iefixn1z373) format("embedded-opentype"), url(/fonts/vendor/lightgallery/dist/lg.woff?5fd4c338c1a1b1eeeb2c7b0a0967773d) format("woff"), url(/fonts/vendor/lightgallery/dist/lg.ttf?4fe6f9caff8b287170d51d3d71d5e5c6) format("truetype"), url(/fonts/vendor/lightgallery/dist/lg.svg?98d62b1e5f5b556facf319b19c6c7cba#lg) format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: 'lg';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-next:before {
  content: "\E095";
}
.lg-actions .lg-prev {
  left: 20px;
}
.lg-actions .lg-prev:after {
  content: "\E094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #FFF;
}
.lg-toolbar .lg-close:after {
  content: "\E070";
}
.lg-toolbar .lg-download:after {
  content: "\E0F2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-outer .lg-toogle-thumb:after {
  content: "\E1FF";
}
.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}
.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}
.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/vimeo-play.png?dfe7764b4fe444c3880736ac6131f5b4) no-repeat scroll 0 -58px transparent;
}
.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(/images/vendor/lightgallery/dist/video-play.png?dc34cc9c99e935cd9c88c036e34103f5) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}
.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-has-youtube .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat scroll 0 0 transparent;
}
.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(/images/vendor/lightgallery/dist/youtube-play.png?e6f0c233c87ddefab049c991c61e2d69) no-repeat scroll 0 -60px transparent;
}
.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}
.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}
.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  transition: opacity 0.08s ease 0s;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\E01D";
}
.lg-show-autoplay .lg-autoplay-button:after {
  content: "\E01A";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0s;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\E311";
}

#lg-actual-size {
  font-size: 20px;
}
#lg-actual-size:after {
  content: "\E033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}
#lg-zoom-out:after {
  content: "\E312";
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transform: translate3d(0, 5px, 0);
}
.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\E20C";
}
.lg-fullscreen-on .lg-fullscreen:after {
  content: "\E20D";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}
.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  transition-delay: 0s;
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}
.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0, 5px, 0);
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}
.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}
.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}
.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}
.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}
.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}
.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}
.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}
.lg-outer #lg-share {
  position: relative;
}
.lg-outer #lg-share:after {
  content: "\E80D";
}
.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}
.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\E901";
}
.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}
.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\E904";
}
.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}
.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\E902";
}
.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}
.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\E903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url(/images/vendor/lightgallery/dist/loading.gif?bbdac9cda255c54bfd809110aff87898) no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*# sourceMappingURL=lightgallery.css.map */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@font-face {
    font-family: "icons";
    src: url(/fonts/icons.eot?c4af7eed3ed7e6f1bf317a62e66fbcca?#iefix) format("embedded-opentype"),
url(/fonts/icons.woff2?b3b8f3e0a7d34b0fa2365bc60cb3105e) format("woff2"),
url(/fonts/icons.woff?aaa8ce66f4cb7e453927857e77a23307) format("woff"),
url(/fonts/icons.ttf?aa0bcc603ae4f398b741bdfc51ee024b) format("truetype"),
url(/fonts/icons.svg?0fa7da3bdfe56ffe6afb4ef0ab056efe#icons) format("svg");
}

i[class^="icon-"]:before, i[class*=" icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ac:before {
    content: "\F101";
}
.icon-armchair:before {
    content: "\F102";
}
.icon-arrow-down:before {
    content: "\F103";
}
.icon-arrow:before {
    content: "\F104";
}
.icon-basket:before {
    content: "\F105";
}
.icon-bed:before {
    content: "\F106";
}
.icon-boat:before {
    content: "\F107";
}
.icon-book:before {
    content: "\F108";
}
.icon-car:before {
    content: "\F109";
}
.icon-download:before {
    content: "\F10A";
}
.icon-dryer:before {
    content: "\F10B";
}
.icon-facebook:before {
    content: "\F10C";
}
.icon-floors:before {
    content: "\F10D";
}
.icon-helicopter:before {
    content: "\F10E";
}
.icon-instagram:before {
    content: "\F10F";
}
.icon-laundry:before {
    content: "\F110";
}
.icon-link:before {
    content: "\F111";
}
.icon-marker:before {
    content: "\F112";
}
.icon-mirror:before {
    content: "\F113";
}
.icon-no-smoke:before {
    content: "\F114";
}
.icon-phone:before {
    content: "\F115";
}
.icon-pillows:before {
    content: "\F116";
}
.icon-pintrest:before {
    content: "\F117";
}
.icon-robe:before {
    content: "\F118";
}
.icon-search:before {
    content: "\F119";
}
.icon-shower:before {
    content: "\F11A";
}
.icon-tea-station:before {
    content: "\F11B";
}
.icon-train:before {
    content: "\F11C";
}
.icon-tripadvisor:before {
    content: "\F11D";
}
.icon-tub:before {
    content: "\F11E";
}
.icon-tv:before {
    content: "\F11F";
}
.icon-twin-bed:before {
    content: "\F120";
}
.icon-twitter:before {
    content: "\F121";
}
.icon-whatsapp:before {
    content: "\F122";
}
.icon-zlinkedin:before {
    content: "\F123";
}
.icon-zplus:before {
    content: "\F124";
}
@charset "UTF-8";

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #000;
  --secondary: #6F7679;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: rgba(111, 118, 121, 0.1);
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  text-align: left;
  background-color: #fff;
}

@media (max-width: 1200px), (max-height: 1200px) {
  body {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (max-width: 1200px), (max-height: 1200px) {
  legend {
    font-size: calc(0.9375rem + 0.75vmin);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-weight: 200;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 3rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.03125rem + 2.625vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h2,
  .h2 {
    font-size: calc(0.96875rem + 1.375vmin);
  }
}

h3,
.h3 {
  font-size: 1.7rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  h3,
  .h3 {
    font-size: calc(0.95rem + 1vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h4,
  .h4 {
    font-size: calc(0.9375rem + 0.75vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h5,
  .h5 {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  h6,
  .h6 {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .lead {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-1 {
    font-size: calc(1.125rem + 4.5vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-2 {
    font-size: calc(1.09375rem + 3.875vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-3 {
    font-size: calc(1.0625rem + 3.25vmin);
  }
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .display-4 {
    font-size: calc(1rem + 2vmin);
  }
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .blockquote {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

.blockquote-footer {
  display: block;
  font-size: 85%;
  color: #6c757d;
}

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

a {
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  a {
    transition: none;
  }
}

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

.page-title {
  margin-bottom: 50px;
}

.page-title h1,
.page-title h2 {
  margin: 0;
  transition: font-size 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .page-title h1,
  .page-title h2 {
    transition: none;
  }
}

.page-title h1 small,
.page-title h2 small {
  font-size: 50%;
  display: block;
  margin-top: 1.5%;
  opacity: 0.75;
}

.pl-text {
  padding-left: 50px;
}

.pr-text {
  padding-right: 50px;
}

.xms-text a {
  text-decoration: underline;
  display: inline-block;
  font-weight: 400;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .xms-text a {
    transition: none;
  }
}

.xms-text a.no-link {
  color: #000 !important;
}

.xms-text h2,
.xms-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
}

.xms-text h2:first-child,
.xms-text h3:first-child {
  margin-top: 0;
}

.xms-text h2 p,
.xms-text h3 p {
  margin: 0;
}

.xms-text h4,
.xms-text h5 {
  margin-top: 1.75rem;
  margin-bottom: 0.85rem;
}

.xms-text h4:first-child,
.xms-text h5:first-child {
  margin-top: 0;
}

.xms-text h4 p,
.xms-text h5 p {
  margin: 0;
}

.xms-text h3,
.xms-text h4 {
  line-height: 1.45;
}

.xms-text strong {
  font-weight: 400;
}

.xms-text ul {
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  padding-left: 0;
  list-style: none;
}

.xms-text ul:first-child {
  margin-top: 0;
}

.xms-text ul li {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-bottom: 0.25rem;
}

.xms-text ul li:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 3px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #6F7679;
}

.xms-text.big-text {
  font-size: 110%;
}

.xms-text.big-text ul li:after {
  top: 14px;
}

.xms-text.small-text {
  font-size: 90%;
}

.xms-text.no-links a {
  text-decoration: none;
  cursor: text;
}

.xms-text.no-links a:hover,
.xms-text.no-links a:focus,
.xms-text.no-links a:active {
  text-decoration: none;
}

.xms-text.no-padding-last-p p:last-child {
  margin-bottom: 0;
}

.xms-text.no-link-decoration a {
  text-decoration: none;
}

.xms-text.no-link-decoration a:hover,
.xms-text.no-link-decoration a:focus,
.xms-text.no-link-decoration a:active {
  text-decoration: underline;
}

.xms-text.special-list ul li {
  padding-left: 40px;
  padding-bottom: 0.55rem;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.xms-text.special-list ul li:after {
  display: none;
}

.xms-text.special-list ul li strong {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.xms-text.big-links {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.xms-text.big-links a {
  display: inline;
}

.text-white .page-title h1,
.text-white .page-title h2 {
  color: #fff;
}

.text-white .xms-text {
  color: #fff;
}

.text-white .xms-text h2,
.text-white .xms-text h3,
.text-white .xms-text h4,
.text-white .xms-text h5 {
  color: #fff;
}

.text-white .xms-text a {
  color: #fff;
}

.text-white .xms-text a:hover,
.text-white .xms-text a:focus,
.text-white .xms-text a:active {
  color: #fff;
}

.text-white .btn-icon {
  color: #fff;
}

.text-white .btn-icon:after {
  background-color: #fff;
}

.text-white .btn-icon:hover,
.text-white .btn-icon:focus,
.text-white .btn-icon:active {
  color: #fff;
}

@media (max-width: 575.98px) {
  .page-title {
    margin-bottom: 20px;
  }

  .pl-text {
    padding-left: 0;
  }

  .pr-text {
    padding-right: 0;
  }

  .xms-text h2,
  .xms-text h3,
  .xms-text h4,
  .xms-text h5 {
    margin-bottom: 0.6rem;
  }

  .xms-text ul li:after {
    top: 11px;
  }

  .xms-text.smaller-text-xs {
    font-size: 80%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .page-title {
    margin-bottom: 20px;
  }

  .pl-text {
    padding-left: 0;
  }

  .pr-text {
    padding-right: 0;
  }

  .xms-text h2,
  .xms-text h3,
  .xms-text h4,
  .xms-text h5 {
    margin-bottom: 0.6rem;
  }

  .xms-text ul li:after {
    top: 11px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .page-title {
    margin-bottom: 30px;
  }

  .pl-text {
    padding-left: 30px;
  }

  .pr-text {
    padding-right: 30px;
  }

  .xms-text ul li:after {
    top: 11px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .page-title {
    margin-bottom: 40px;
  }

  .pl-text {
    padding-left: 40px;
  }

  .pr-text {
    padding-right: 40px;
  }

  .xms-text ul li:after {
    top: 11px;
  }
}

@media (min-width: 1200px) {
  .xms-text {
    font-size: 1.1rem;
  }

  .xms-text.big-text {
    font-size: 120%;
  }

  .xms-text.small-text {
    font-size: 100%;
  }

  .px-text-narrow {
    padding-left: 10%;
    padding-right: 10%;
  }
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smallest-gutters {
  margin-right: -1px !important;
  margin-left: -1px !important;
}

.smallest-gutters > [class*=col-] {
  padding-right: 1px;
  padding-left: 1px;
}

.small-gutters {
  margin-right: -10px !important;
  margin-left: -10px !important;
}

.small-gutters > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.large-gutters {
  margin-right: -60px !important;
  margin-left: -60px !important;
}

.large-gutters > [class*=col-] {
  padding-right: 60px;
  padding-left: 60px;
}

.large-gutters .nudge-gutter-right {
  margin-right: -60px;
  margin-left: 60px;
}

.large-gutters .nudge-gutter-left {
  margin-left: -60px;
  margin-right: 60px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .large-gutters {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .large-gutters > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }

  .large-gutters .nudge-gutter-right {
    margin-right: -15px;
    margin-left: 15px;
  }

  .large-gutters .nudge-gutter-left {
    margin-left: -15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .large-gutters {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .large-gutters > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .large-gutters .nudge-gutter-right {
    margin-right: -30px;
    margin-left: 30px;
  }

  .large-gutters .nudge-gutter-left {
    margin-left: -30px;
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .large-gutters {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }

  .large-gutters > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }

  .large-gutters .nudge-gutter-right {
    margin-right: -30px;
    margin-left: 30px;
  }

  .large-gutters .nudge-gutter-left {
    margin-left: -30px;
    margin-right: 30px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1280px) {
  .large-gutters {
    margin-right: -40px !important;
    margin-left: -40px !important;
  }

  .large-gutters > [class*=col-] {
    padding-right: 40px;
    padding-left: 40px;
  }

  .large-gutters .nudge-gutter-right {
    margin-right: -40px;
    margin-left: 40px;
  }

  .large-gutters .nudge-gutter-left {
    margin-left: -40px;
    margin-right: 40px;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.75em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .form-control {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

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

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

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .col-form-label-lg {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

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

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

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

@media (max-width: 1200px), (max-height: 1200px) {
  .form-control-lg {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.75em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.4375em + 0.1875rem);
  background-size: calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}

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

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.75em + 0.75rem);
  background-position: top calc(0.4375em + 0.1875rem) right calc(0.4375em + 0.1875rem);
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 325 203'%3e%3cpath fill='%236F7679' d='M283.375,1l40.625,0l-162.5,200l-162.5,-200l40.625,0l121.875,150l121.875,-150Z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/13px 8px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}

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

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.75em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.4375em + 0.1875rem);
  background-size: calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.75em + 0.75rem);
  background-position: top calc(0.4375em + 0.1875rem) right calc(0.4375em + 0.1875rem);
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 325 203'%3e%3cpath fill='%236F7679' d='M283.375,1l40.625,0l-162.5,200l-162.5,-200l40.625,0l121.875,150l121.875,-150Z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/13px 8px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.875em + 0.375rem) calc(0.875em + 0.375rem);
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

.form-control {
  background-color: #000;
  color: #fff;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-size: 100%;
  border-radius: 0;
}

.form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.form-control:focus {
  background-color: black;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.form-control:disabled {
  opacity: 0.5;
}

.select-design {
  position: relative;
  z-index: 1;
}

.select-design label {
  margin: 0;
  width: 100%;
}

.select-design .form-control {
  border-radius: 0;
  border: 0 none;
  color: rgba(0, 0, 0, 0.9);
  padding-right: 30px;
  padding-left: 20px;
  height: 42px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-appearance: none;
}

.select-design:after {
  content: "";
  right: 20px;
  top: 50%;
  position: absolute;
  border-top: 5px solid rgba(0, 0, 0, 0.75);
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  transform: translate(0, -50%);
}

.big-search {
  background-color: #6F7679;
}

.big-search .form-control {
  background-color: #6F7679;
  color: #fff;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-size: 160%;
  border: 0 none;
  max-height: 80px;
  height: 80px;
  border-radius: 0;
  padding: 1rem 1.5rem;
  transition: background-color 0.25s ease-in-out;
}

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

.big-search .form-control::-webkit-input-placeholder {
  color: #fff;
}

.big-search .form-control::-moz-placeholder {
  color: #fff;
}

.big-search .form-control:-ms-input-placeholder {
  color: #fff;
}

.big-search .form-control::-ms-input-placeholder {
  color: #fff;
}

.big-search .form-control::placeholder {
  color: #fff;
}

.big-search .form-control:focus {
  background-color: #63696c;
}

.big-search .input-group-text {
  background-color: #6F7679;
  border: 0 none;
  border-radius: 0;
  padding: 1rem 1.5rem;
  max-height: 80px;
  transition: background-color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .big-search .input-group-text {
    transition: none;
  }
}

.big-search .input-group-text button {
  outline: none;
  color: #fff;
  border: 0 none;
  background-color: transparent;
  padding: 0;
  transition: color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .big-search .input-group-text button {
    transition: none;
  }
}

.big-search .input-group-text button i {
  font-size: 2.2rem;
}

.big-search .input-group-text button:hover,
.big-search .input-group-text button:focus,
.big-search .input-group-text button:active {
  color: rgba(255, 255, 255, 0.75);
}

.big-search .form-control:focus + .input-group-append .input-group-text {
  background-color: #63696c;
}

.big-search.search-list .form-control {
  font-size: 140%;
  max-height: 60px;
  height: 60px;
  padding: 0.75rem 1rem;
}

.big-search.search-list .input-group-text {
  padding: 0.75rem 1rem;
  max-height: 60px;
}

.big-search.search-list .input-group-text button i {
  font-size: 1.8rem;
}

.form-default label.input-title {
  font-size: 100%;
  margin-bottom: 0.1rem;
}

.form-default .form-group {
  margin-bottom: 1.2rem;
}

.form-default .form-control {
  color: #000;
  height: 46px;
  background-color: #fff;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0);
  transition: border-color 0.25s ease-in-out;
}

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

.form-default .form-control:focus {
  border-color: rgba(111, 118, 121, 0.15);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.form-default .form-control.calendar {
  background-image: url("/images/icons/calendar.svg");
  background-repeat: no-repeat;
  background-size: 20px 18px;
  background-position: right 0.75rem center;
}

.form-default textarea.form-control {
  height: 141px;
}

.form-default .checkbox-style {
  position: relative;
  z-index: 1;
  line-height: 1.5;
  vertical-align: middle;
  padding: 0 0 0 26px;
  font-size: 90%;
  text-transform: none;
  color: #1a1a1a;
  display: block;
}

.form-default .checkbox-style label {
  text-transform: none;
  color: #1a1a1a;
  margin: 0;
}

.form-default .checkbox-style p {
  margin: 0;
}

.form-default .checkbox-style a {
  color: #1a1a1a;
  text-decoration: underline;
}

.form-default .checkbox-style a:hover,
.form-default .checkbox-style a:focus,
.form-default .checkbox-style a:active {
  color: #000;
  text-decoration: underline;
}

.form-default .checkbox-style input[type=checkbox] {
  visibility: hidden;
  margin: 0;
  width: 1px;
  height: 1px;
  position: absolute;
}

.form-default .checkbox-style span {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  line-height: 1;
  width: 18px;
  height: 18px;
}

.form-default .checkbox-style span:after {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background-color: #fff;
  border-color: #fff;
  width: 18px;
  height: 18px;
  transition: border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-default .checkbox-style span:after {
    transition: none;
  }
}

.form-default .checkbox-style span:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-image: url("/images/icons/check.svg");
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: center;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-default .checkbox-style span:before {
    transition: none;
  }
}

.form-default .checkbox-style input[type=checkbox]:hover + .form-control-feedback + span:after,
.form-default .checkbox-style input[type=checkbox]:hover + span:after {
  border-color: rgba(111, 118, 121, 0.15);
}

.form-default .checkbox-style input[type=checkbox]:hover + .form-control-feedback + span:before,
.form-default .checkbox-style input[type=checkbox]:hover + span:before {
  opacity: 0.5;
}

.form-default .checkbox-style input[type=checkbox]:checked + .form-control-feedback + span:after,
.form-default .checkbox-style input[type=checkbox]:checked + span:after {
  background-color: #fff;
  border-color: #fff;
}

.form-default .checkbox-style input[type=checkbox]:checked + .form-control-feedback + span:before,
.form-default .checkbox-style input[type=checkbox]:checked + span:before {
  opacity: 1;
}

.form-default .checkbox-style + .checkbox-style {
  margin-top: 1rem;
}

.has-error .form-control {
  border: 1px solid #dc3545;
}

.has-error .form-control:focus {
  border: 1px solid #dc3545;
}

.has-error .form-control::-webkit-input-placeholder {
  color: #dc3545;
}

.has-error .form-control::-moz-placeholder {
  color: #dc3545;
}

.has-error .form-control:-ms-input-placeholder {
  color: #dc3545;
}

.has-error .form-control::-ms-input-placeholder {
  color: #dc3545;
}

.has-error .form-control::placeholder {
  color: #dc3545;
}

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

.has-error select.custom-select {
  color: #dc3545;
  border: 1px solid #dc3545;
}

.has-error .checkbox-style {
  color: #dc3545;
}

.has-error .checkbox-style label {
  color: #dc3545;
}

.has-error .checkbox-style span:after {
  border: 1px solid #dc3545;
}

@media (max-width: 575.98px) {
  .big-search .form-control {
    max-height: 60px;
    height: 60px;
    padding-left: 1.1rem;
    font-size: 140%;
  }

  .big-search .input-group-text {
    max-height: 60px;
    padding-right: 1.1rem;
  }

  .big-search .input-group-text button i {
    font-size: 1.35rem;
  }

  .big-search.search-list .form-control {
    font-size: 120%;
    max-height: 50px;
    height: 50px;
    padding: 0.5rem 1rem;
  }

  .big-search.search-list .input-group-text {
    padding: 0.5rem 1rem;
    max-height: 50px;
  }

  .big-search.search-list .input-group-text button i {
    font-size: 1.35rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .big-search .form-control {
    max-height: 60px;
    height: 60px;
    padding-left: 1.1rem;
    font-size: 140%;
  }

  .big-search .input-group-text {
    max-height: 60px;
    padding-right: 1.1rem;
  }

  .big-search .input-group-text button i {
    font-size: 1.35rem;
  }

  .big-search.search-list .form-control {
    font-size: 120%;
    max-height: 50px;
    height: 50px;
    padding: 0.5rem 1rem;
  }

  .big-search.search-list .input-group-text {
    padding: 0.5rem 1rem;
    max-height: 50px;
  }

  .big-search.search-list .input-group-text button i {
    font-size: 1.35rem;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.75;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .btn {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

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

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

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

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

.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 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6F7679;
  border-color: #6F7679;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5d6365;
  border-color: #575c5e;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(133, 139, 141, 0.5);
}

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

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #575c5e;
  border-color: #505658;
}

.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 0.2rem rgba(133, 139, 141, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.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 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.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 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

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

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

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #fff;
  background-color: rgba(111, 118, 121, 0.1);
  border-color: rgba(111, 118, 121, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-light:hover {
  color: #fff;
  background-color: rgba(93, 99, 101, 0.1);
  border-color: rgba(87, 92, 94, 0.1);
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 224, 224, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #fff;
  background-color: rgba(111, 118, 121, 0.1);
  border-color: rgba(111, 118, 121, 0.1);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: rgba(87, 92, 94, 0.1);
  border-color: rgba(80, 86, 88, 0.1);
}

.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 0.2rem rgba(222, 224, 224, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

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

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #000;
  border-color: #000;
}

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

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

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

.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 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #6F7679;
  border-color: #6F7679;
}

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

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 118, 121, 0.5);
}

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

.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 0.2rem rgba(111, 118, 121, 0.5);
}

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

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

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 0.2rem rgba(40, 167, 69, 0.5);
}

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

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

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.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 0.2rem rgba(23, 162, 184, 0.5);
}

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

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.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 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: rgba(111, 118, 121, 0.1);
  border-color: rgba(111, 118, 121, 0.1);
}

.btn-outline-light:hover {
  color: #fff;
  background-color: rgba(111, 118, 121, 0.1);
  border-color: rgba(111, 118, 121, 0.1);
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(111, 118, 121, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: rgba(111, 118, 121, 0.1);
  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: #fff;
  background-color: rgba(111, 118, 121, 0.1);
  border-color: rgba(111, 118, 121, 0.1);
}

.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 0.2rem rgba(111, 118, 121, 0.5);
}

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

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

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .btn-lg {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.btn {
  border-radius: 0;
  position: relative;
  box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  border: 0 none;
}

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

.btn-icon {
  text-align: left;
  padding: 0;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.6);
}

.btn-icon:after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -3px;
  height: 1px;
  background-color: #000;
  transition: right 0.3s ease-in-out;
}

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

.btn-icon .icon-arrow {
  font-size: 0.75rem;
  transition: padding-left 0.35s ease-in-out;
}

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

.btn-icon:hover,
.btn-icon:focus,
.btn-icon:active {
  color: #000;
}

.btn-icon:hover:after,
.btn-icon:focus:after,
.btn-icon:active:after {
  right: 0;
}

.btn-icon:hover .icon-arrow,
.btn-icon:focus .icon-arrow,
.btn-icon:active .icon-arrow {
  padding-left: 4px;
}

.btn-icon.btn-inverted {
  color: #000;
}

.btn-icon.btn-inverted:after {
  background-color: rgba(0, 0, 0, 0.6);
}

.btn-icon.btn-inverted:hover,
.btn-icon.btn-inverted:focus,
.btn-icon.btn-inverted:active {
  color: rgba(0, 0, 0, 0.6);
}

.btn-icon.btn-outline {
  text-align: center;
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  color: #000;
  white-space: nowrap;
}

.btn-icon.btn-outline:after {
  display: none;
}

.btn-icon.btn-outline:hover,
.btn-icon.btn-outline:focus,
.btn-icon.btn-outline:active {
  color: #000;
  border-color: #000;
}

.btn-icon.btn-big {
  font-size: 110%;
}

.btn-icon.btn-bigger {
  font-size: 130%;
}

.btn-icon.btn-bigger .icon-arrow {
  top: 0;
  font-size: 0.85rem;
}

.btn-icon.btn-no-after:after {
  display: none;
}

@media (max-width: 575.98px) {
  .btn-icon.btn-big {
    font-size: 100%;
  }

  .btn-icon.btn-bigger {
    font-size: 120%;
  }

  .btn-icon.btn-bigger .icon-arrow {
    top: 0;
    font-size: 0.75rem;
  }

  .btn-icon.btn-outline {
    padding: 0.35rem 0.75rem;
    min-width: 74px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-default-sm {
    font-size: 0.9rem !important;
  }

  .btn-icon {
    font-size: 100%;
  }

  .btn-icon.btn-big {
    font-size: 100%;
  }

  .btn-icon.btn-bigger {
    font-size: 120%;
  }

  .btn-icon.btn-bigger .icon-arrow {
    top: 0;
    font-size: 0.75rem;
  }

  .btn-icon.btn-outline {
    padding: 0.35rem 0.75rem;
    font-size: 85%;
    min-width: 128px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .btn-default-md {
    font-size: 1rem !important;
  }

  .btn-icon {
    font-size: 100%;
  }

  .btn-icon.btn-big {
    font-size: 100%;
  }

  .btn-icon.btn-bigger {
    font-size: 120%;
  }

  .btn-icon.btn-bigger .icon-arrow {
    top: 0;
    font-size: 0.75rem;
  }

  .btn-icon.btn-outline {
    padding: 0.35rem 0.75rem;
    font-size: 85%;
    min-width: 135px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .btn-icon {
    font-size: 100%;
  }

  .btn-icon.btn-big {
    font-size: 100%;
  }

  .btn-icon.btn-bigger {
    font-size: 120%;
  }

  .btn-icon.btn-bigger .icon-arrow {
    top: 0;
    font-size: 0.75rem;
  }

  .btn-icon.btn-outline {
    font-size: 85%;
    min-width: 135px;
  }
}

@media (min-width: 1200px) {
  .btn-icon {
    font-size: 110%;
  }

  .btn-icon.btn-big {
    font-size: 120%;
  }

  .btn-icon.btn-bigger {
    font-size: 140%;
  }

  .btn-icon.btn-bigger .icon-arrow {
    top: 0;
    font-size: 0.85rem;
  }

  .btn-icon.btn-outline {
    font-size: 110%;
    min-width: 180px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .btn-icon.btn-outline {
    font-size: 100%;
    min-width: 155px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1280px) {
  .btn-icon {
    font-size: 100%;
  }

  .btn-icon.btn-big {
    font-size: 105%;
  }

  .btn-icon.btn-bigger {
    font-size: 120%;
  }

  .btn-icon.btn-bigger .icon-arrow {
    top: 0;
    font-size: 0.75rem;
  }

  .btn-icon.btn-outline {
    font-size: 100%;
    min-width: 155px;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 12rem;
  padding: 0.25rem 0;
  margin: 1.45rem 0 0;
  font-size: 1rem;
  color: #555;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.8);
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.175);
}

@media (max-width: 1200px), (max-height: 1200px) {
  .dropdown-menu {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

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

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

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

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

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

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

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

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

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

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

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.5rem;
  clear: both;
  font-weight: 400;
  color: rgba(108, 117, 125, 0.8);
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #6c757d;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #60686f;
  text-decoration: none;
  background-color: #f2f4f6;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  padding: 0.25rem 0.5rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 0.5rem;
  color: rgba(108, 117, 125, 0.8);
}

.dropdown-open .dropdown-hide {
  display: none !important;
}

.dropdown-open .nav-submenu-bg {
  display: block !important;
}

.dropdown-mainmenu .dropdown-menu {
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-mainmenu .dropdown-menu a {
  margin: 0;
  padding: 0;
}

.nav-submenu-dropdown {
  width: 950%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 99.5%;
}

.nav-submenu-dropdown .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.nav-submenu-dropdown.nav-submenu-right {
  right: 0;
  left: auto;
  text-align: right;
}

.nav-submenu-dropdown .submenu-dropdown {
  margin-top: 1.3rem;
}

.nav-submenu-dropdown .submenu-dropdown .submenu-item {
  position: relative;
}

.nav-submenu-dropdown .submenu-dropdown .submenu-item:after {
  content: "";
  position: absolute;
  left: 0.6rem;
  right: 0.6rem;
  height: 1px;
  background-color: #000;
  bottom: 6px;
  display: none;
}

.nav-submenu-dropdown .submenu-dropdown .submenu-item a {
  display: block;
  padding: 0.6rem 0.7rem;
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.9rem;
  transition: color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-submenu-dropdown .submenu-dropdown .submenu-item a {
    transition: none;
  }
}

.nav-submenu-dropdown .submenu-dropdown .submenu-item a:hover,
.nav-submenu-dropdown .submenu-dropdown .submenu-item a:focus,
.nav-submenu-dropdown .submenu-dropdown .submenu-item a:active {
  color: #000;
  text-decoration: none;
}

.nav-submenu-dropdown .submenu-dropdown .submenu-item.active:after {
  display: block;
}

.nav-submenu-dropdown .submenu-dropdown .submenu-item.active a {
  color: #000;
}

.nav-submenu-bg {
  padding-top: 2.8rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  transition: background-color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .nav-submenu-bg {
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .nav-submenu-bg {
    padding-top: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-submenu-bg {
    padding-top: 0;
  }
}

@media (max-width: 991.98px) {
  .nav-submenu-bg {
    display: none;
  }

  .nav-submenu-dropdown {
    width: 100%;
    position: relative;
    z-index: 1100;
    top: 0;
  }

  .nav-submenu-dropdown .submenu-dropdown {
    margin: 0.5rem 2rem;
  }

  .nav-submenu-dropdown .submenu-dropdown .submenu-item a {
    display: inline-block !important;
    padding: 0 0.7rem;
  }

  .nav-submenu-dropdown .submenu-dropdown .submenu-item:after {
    left: -6px;
    right: auto;
    bottom: 13px;
    width: 10px;
  }

  .nav-submenu-dropdown.dropdown-hide {
    display: block !important;
  }

  .nav-submenu-dropdown.dropdown-menu {
    position: relative !important;
  }

  .nav-submenu-dropdown.dropdown-menu .list-inline-item {
    display: block !important;
  }

  .nav-submenu-dropdown.dropdown-menu .submenu-item a {
    display: inline-block !important;
  }

  .nav-submenu-dropdown.nav-submenu-right {
    text-align: left !important;
  }
}

@media (max-width: 575.98px) {
  .nav-submenu-dropdown .submenu-dropdown .list-inline-item {
    display: block !important;
  }

  .nav-submenu-dropdown.dropdown-menu .submenu-item {
    display: block !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .nav-submenu-dropdown.dropdown-menu .submenu-dropdown .list-inline-item {
    display: inline-block !important;
  }

  .nav-submenu-dropdown.dropdown-menu .submenu-item {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .nav-submenu-dropdown.dropdown-menu .submenu-dropdown .list-inline-item {
    display: inline-block !important;
  }

  .nav-submenu-dropdown.dropdown-menu .submenu-item {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-submenu-dropdown .submenu-dropdown {
    margin-top: 1.2rem;
  }

  .nav-submenu-dropdown .submenu-dropdown .submenu-item a {
    font-size: 0.8rem;
  }

  .nav-submenu-bg {
    padding-top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .nav-submenu-dropdown {
    left: 0.1rem;
  }

  .nav-submenu-dropdown.nav-submenu-right {
    right: 0.1rem;
  }
}

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

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

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}

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

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .input-group-text {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

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

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .input-group-lg > .form-control,
  .input-group-lg > .custom-select,
  .input-group-lg > .input-group-prepend > .input-group-text,
  .input-group-lg > .input-group-append > .input-group-text,
  .input-group-lg > .input-group-prepend > .btn,
  .input-group-lg > .input-group-append > .btn {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.75rem;
  padding-left: 1.5rem;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
  box-shadow: none;
}

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.custom-control-label::after {
  position: absolute;
  top: 0.375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #000;
  background-color: #000;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: 46px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 325 203'%3e%3cpath fill='%236F7679' d='M283.375,1l40.625,0l-162.5,200l-162.5,-200l40.625,0l121.875,150l121.875,-150Z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/13px 8px;
  background-color: #fff;
  border: 1px solid rgba(111, 118, 121, 0.1);
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .custom-select {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

.custom-select:focus {
  border-color: rgba(111, 118, 121, 0.15);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

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

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

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

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

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .custom-select-lg {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.75em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.75em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

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

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

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.75em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 300;
  line-height: 1.75;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.75em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.75;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

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

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

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

.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

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

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

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

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

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

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

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

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}

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

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

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

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

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

.big-icons-inline .icon-item {
  display: inline-block;
  margin: 0 1.5rem;
  color: #fff;
  opacity: 0.85;
  height: 95px;
  transition: opacity 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .big-icons-inline .icon-item {
    transition: none;
  }
}

.big-icons-inline .icon-item .icon {
  font-size: 2.3rem;
  line-height: 60px;
  transition: top 0.25s ease-in-out;
}

.big-icons-inline .icon-item .icon.icon-train {
  font-size: 3.3rem;
}

.big-icons-inline .icon-item .icon.icon-car {
  font-size: 1.7rem;
}

@media (prefers-reduced-motion: reduce) {
  .big-icons-inline .icon-item .icon {
    transition: none;
  }
}

.big-icons-inline .icon-item .icon-container {
  height: 58px;
}

.big-icons-inline .icon-item .icon-title {
  margin: 0.5rem 0 0 0;
  font-size: 100%;
}

.big-icons-inline .icon-item:after {
  content: "";
  position: absolute;
  bottom: -1.6rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 18px 14px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #767d80 rgba(255, 255, 255, 0);
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: opacity 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .big-icons-inline .icon-item:after {
    transition: none;
  }
}

.big-icons-inline .icon-item:hover,
.big-icons-inline .icon-item:focus,
.big-icons-inline .icon-item:active {
  opacity: 1;
}

.big-icons-inline .icon-item:hover .icon,
.big-icons-inline .icon-item:focus .icon,
.big-icons-inline .icon-item:active .icon {
  top: 3px;
}

.big-icons-inline.opacity .icon-item {
  opacity: 0.6;
}

.big-icons-inline.opacity .highlight .icon-item {
  opacity: 1;
}

.big-icons-inline .nav-link {
  padding: 0;
}

.big-icons-inline .nav-link.active {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.big-icons-inline .nav-link.active .icon {
  top: 3px;
}

.big-icons-inline .nav-link.active:after {
  opacity: 1;
}

.tab-content .tab-pane {
  margin: 1.5rem 5% 0;
  background-color: #767d80;
  padding: 2rem;
}

.tab-content .tab-pane .xms-text {
  font-size: 90%;
}

.tab-content .tab-pane .xms-text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .big-icons-inline .icon-item {
    margin: 0 0.6rem;
  }

  .big-icons-inline .icon-item .icon-container {
    height: 53px;
  }

  .big-icons-inline .icon-item .icon {
    font-size: 1.9rem;
  }

  .big-icons-inline .icon-item .icon.icon-train {
    font-size: 2.6rem;
  }

  .big-icons-inline .icon-item .icon.icon-car {
    font-size: 1.4rem;
  }

  .big-icons-inline .icon-item .icon-title {
    font-size: 80%;
  }

  .tab-content .tab-pane {
    margin: 1.5rem 0 0;
    padding: 2rem 1.25rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .tab-content .tab-pane {
    margin: 1.5rem 0 0;
  }
}

@media (min-width: 1200px) {
  .big-icons-inline .icon-item .icon-container {
    height: 62px;
  }

  .big-icons-inline .icon-item .icon {
    font-size: 2.5rem;
  }

  .big-icons-inline .icon-item .icon.icon-train {
    font-size: 3.5rem;
  }

  .big-icons-inline .icon-item .icon.icon-car {
    font-size: 2rem;
  }

  .tab-content .tab-pane .xms-text {
    font-size: 100%;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .navbar-brand {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

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

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

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .navbar-toggler {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: black;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: black;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.85);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: black;
}

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

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: black;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.85)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.85);
}

.navbar-light .navbar-text a {
  color: black;
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: black;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

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

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

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

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

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

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

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.nav-container {
  background-color: #fff;
  position: relative;
  z-index: 2;
}

.nav-container .container {
  padding: 0 30px;
}

.navbar {
  padding: 5px 0 20px 0;
  align-items: end;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}

.navbar-nav {
  margin-right: -0.6rem;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-weight: 200;
  font-size: 1.15rem;
  transition: margin 0.25s ease-in-out, font-size 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav {
    transition: none;
  }
}

.navbar-nav .nav-item .nav-link {
  position: relative;
  z-index: 1;
  transition: padding 0.25s ease-in-out, font-size 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item .nav-link {
    transition: none;
  }
}

.navbar-nav .nav-item .nav-link:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 5px;
  left: 1.2rem;
  right: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, right 0.4s ease-in-out, left 0.4s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item .nav-link:after {
    transition: none;
  }
}

.navbar-nav .nav-item .nav-link:hover:after,
.navbar-nav .nav-item .nav-link:focus:after,
.navbar-nav .nav-item .nav-link:active:after {
  opacity: 0.9;
  right: 1.2rem;
}

.navbar-nav .nav-item.lang .nav-link {
  opacity: 0.5;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  transition: opacity 0.25s ease, padding 0.25s ease-in-out, font-size 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item.lang .nav-link {
    transition: none;
  }
}

.navbar-nav .nav-item.lang .nav-link:after {
  display: none;
}

.navbar-nav .nav-item.lang .nav-link:hover,
.navbar-nav .nav-item.lang .nav-link:focus,
.navbar-nav .nav-item.lang .nav-link:active {
  opacity: 0.75;
}

.navbar-nav .nav-item.other-link {
  margin-left: 1rem;
  margin-right: 0.7rem;
}

.navbar-nav .nav-item.other-link .nav-link {
  font-size: 80%;
  color: #fff;
  background-color: #898f92;
  padding: 0.25rem 0.5rem;
  transition: background-color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item.other-link .nav-link {
    transition: none;
  }
}

.navbar-nav .nav-item.other-link .nav-link:after {
  display: none;
}

.navbar-nav .nav-item.other-link .nav-link:hover,
.navbar-nav .nav-item.other-link .nav-link:focus,
.navbar-nav .nav-item.other-link .nav-link:active {
  background-color: #6F7679;
}

.navbar-nav .nav-item.search .nav-link {
  opacity: 0.5;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
  transition: opacity 0.25s ease, padding 0.25s ease-in-out, font-size 0.25s ease-in-out;
}

.navbar-nav .nav-item.search .nav-link .icon {
  top: 2.5px;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item.search .nav-link {
    transition: none;
  }
}

.navbar-nav .nav-item.search .nav-link:after {
  display: none;
}

.navbar-nav .nav-item.search .nav-link:hover,
.navbar-nav .nav-item.search .nav-link:focus,
.navbar-nav .nav-item.search .nav-link:active {
  opacity: 0.85;
}

.navbar-nav .nav-item.active .nav-link:after {
  opacity: 1;
  right: 1.3rem;
}

.navbar-brand {
  margin: 0;
  display: inline-block;
  width: 232px;
  padding: 0;
  transition: all 0.2s ease-in-out;
  position: relative;
  top: -15px;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-brand {
    transition: none;
  }
}

.navbar-brand img {
  width: 100%;
}

.search-btn {
  padding-right: 30px;
}

.search-btn .icon.icon-1 {
  top: 1px;
}

.search-btn .nav-link {
  padding-bottom: 0;
}

.navbar-toggler {
  border: 0 solid transparent;
  outline: none !important;
  position: fixed;
  z-index: 15;
  top: 26px;
  right: 20px;
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler:after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  width: 44px;
  height: 44px;
  top: -9px;
  left: -8px;
  border-radius: 100%;
}

.navbar-toggler #nav-icon {
  width: 28px;
  height: 16px;
  display: block;
  margin: 0 !important;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  border: 0 none;
  background: transparent !important;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler #nav-icon {
    transition: none;
  }
}

.navbar-toggler #nav-icon span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #000;
  border-radius: 0;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-toggler #nav-icon span {
    transition: none;
  }
}

.navbar-toggler #nav-icon span:nth-child(1) {
  top: 0;
}

.navbar-toggler #nav-icon span:nth-child(2),
.navbar-toggler #nav-icon span:nth-child(3) {
  top: 8px;
  width: 100%;
}

.navbar-toggler #nav-icon span:nth-child(4) {
  top: 16px;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(2) {
  transform: rotate(45deg);
  width: 100%;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(3) {
  transform: rotate(-45deg);
  width: 100%;
}

.navbar-toggler[aria-expanded=true] #nav-icon span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

.opened-mobile-menu .navbar {
  background-color: #fff;
}

.opened-mobile-menu .navbar-nav .nav-item {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .navbar-mobile-logo {
    display: block;
    position: absolute;
    z-index: 20;
    top: 20px;
    left: 20px;
    width: 180px;
    height: 34px;
    background-color: transparent;
    background-image: url("/images/logo_simple.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }

  /*///////////////////////////////////////////*/
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .navbar-mobile-logo {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    z-index: 10;
    padding: 80px 0 40px 0;
    top: -60px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    overflow: auto;
    height: 100%;
    transition: background-color 0.3s ease-in-out, top 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .navbar-collapse {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse:before {
    content: "";
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 100%;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .navbar-collapse:before {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-brand {
    width: 180px;
    top: 0;
  }
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    width: 100%;
  }

  .navbar-nav .nav-item {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .navbar-nav .nav-item {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .opened-mobile-menu .navbar-mobile-logo {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
}

@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .opened-mobile-menu .navbar-mobile-logo {
    transition: none;
  }
}

@media (max-width: 991.98px) {
  .opened-mobile-menu .navbar-collapse {
    top: 0;
  }

  .opened-mobile-menu .navbar-collapse:before {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.98);
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg .navbar-nav {
    display: block;
  }

  .navbar-expand-lg .navbar-nav .nav-item {
    display: block;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav {
    margin-right: -25px;
  }

  .navbar-nav .nav-item .nav-link:after {
    left: 25px;
  }

  .navbar-nav .nav-item .nav-link:hover:after,
  .navbar-nav .nav-item .nav-link:focus:after,
  .navbar-nav .nav-item .nav-link:active:after {
    right: 25px;
  }

  .navbar-nav .nav-item.other-link {
    margin-left: 25px;
    margin-right: 0;
    margin-top: 10px;
  }

  .navbar-nav .nav-item.lang {
    margin-left: 0;
    margin-top: 10px;
  }

  .navbar-nav .nav-item.lang:before {
    display: none;
  }

  .navbar-nav .nav-item.lang .nav-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navbar-nav .nav-item.active .nav-link:after {
    right: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .navbar-brand {
    width: 170px;
    top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .nav-container .container {
    padding: 0 20px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-nav {
    margin-right: -0.5rem;
    font-size: 0.9rem;
  }

  .navbar-nav .nav-item .nav-link:after {
    left: 0.5rem;
  }

  .navbar-nav .nav-item .nav-link:hover:after,
  .navbar-nav .nav-item .nav-link:focus:after,
  .navbar-nav .nav-item .nav-link:active:after {
    right: 0.5rem;
  }

  .navbar-nav .nav-item.other-link {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .navbar-nav .nav-item.active .nav-link:after {
    right: 0.5rem;
  }

  .navbar-brand {
    width: 212px;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-nav {
    margin-right: -1rem;
    font-size: 1rem;
  }

  .navbar-nav .nav-item .nav-link:after {
    left: 1rem;
  }

  .navbar-nav .nav-item .nav-link:hover:after,
  .navbar-nav .nav-item .nav-link:focus:after,
  .navbar-nav .nav-item .nav-link:active:after {
    right: 1rem;
  }

  .navbar-nav .nav-item.other-link {
    margin-left: 1rem;
  }

  .navbar-nav .nav-item.active .nav-link:after {
    right: 1rem;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

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

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}

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

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

  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.card {
  border-radius: 0;
  border: 0 none;
  margin-bottom: 0;
}

.card .card-body {
  padding: 0;
}

.card .card-title {
  margin-bottom: 0;
}

.card .card-text {
  margin-top: 2.5rem;
  font-size: 100%;
}

.card .card-icons {
  padding-top: 0.5rem;
}

.card .card-icons a {
  display: inline-block;
  margin: 1rem 1rem 0 0;
}

.card .card-icons .icon {
  font-size: 1.5rem;
}

.card .card-info {
  margin-top: 2.5rem;
}

.card .card-price {
  line-height: 1;
  font-size: 100%;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  display: inline-block;
  padding-right: 1.75rem;
  border-right: 1px solid #000;
  min-width: 108px;
}

.card .card-price.no-border {
  border-right: none;
}

.card .card-price strong {
  font-size: 200%;
  display: block;
  padding: 0 0 3px;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.card .card-price span {
  font-size: 90%;
}

.card-badge,
.subtitle-badge {
  font-size: 75%;
  text-transform: uppercase;
  padding: 0 6px;
}

.card-badge {
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 6px;
}

.subtitle-badge {
  display: inline-block;
  margin-top: 0.5rem;
}

.team-list .card {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem;
  display: inline-block;
}

.team-list .card .card-title {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.team-list .card .card-text {
  margin-top: 0.15rem;
  opacity: 0.7;
}

.main-card-list .card {
  margin-bottom: 2rem;
}

.main-card-list .card .bg-offset {
  margin-left: -100px;
}

.main-card-list .card:nth-child(even) .row-flip {
  flex-direction: row-reverse;
}

.main-card-list .card:nth-child(even) .bg-offset {
  margin-left: 0;
  margin-right: -100px;
}

.main-card-list .card:last-child {
  margin-bottom: 0;
}

.small-card-list {
  padding-top: 2rem;
}

.small-card-list .card .bg-photo:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .small-card-list .card .bg-photo:before {
    transition: none;
  }
}

.small-card-list .card .card-body {
  padding: 1.25rem 0.6rem;
  transition: opacity 0.25s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .small-card-list .card .card-body {
    transition: none;
  }
}

.small-card-list .card .card-title {
  flex: 0 1 100%;
}

.small-card-list .card .card-price {
  text-align: right;
  min-width: 88px;
  font-size: 80%;
  border-right: 0 none;
  padding: 3px 0 6px 1.25rem;
  border-left: 1px solid #000;
  margin-left: 1.25rem;
}

.small-card-list .card .card-price strong {
  font-size: 200%;
  padding: 0 0 2px;
}

.small-card-list .card .card-price span {
  font-size: 90%;
}

.small-card-list a.card:hover .bg-photo:before,
.small-card-list a.card:focus .bg-photo:before,
.small-card-list a.card:active .bg-photo:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.small-card-list a.card:hover .card-body,
.small-card-list a.card:focus .card-body,
.small-card-list a.card:active .card-body {
  opacity: 0.7;
}

.small-card-list.prizes .card-suptitle {
  color: #6F7679;
  line-height: 1;
}

.small-card-list.prizes .card-suptitle strong {
  font-weight: 400;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  padding: 0 10px 2px 0;
  margin-right: 8px;
  margin-bottom: 0;
  border-right: 1px solid #6F7679;
}

.small-card-list.prizes .card-logo {
  padding-left: 10px;
}

.small-card-list.prizes .card-logo img {
  height: 29px;
}

.small-card-list.prizes .card-info {
  margin-top: 1.25rem;
}

.detail-card .card {
  margin-bottom: 0;
}

.detail-card .card .card-price {
  min-width: 108px;
  margin-right: 2rem;
}

.wine-list .card {
  margin-bottom: 0 !important;
}

.wine-list .card .bg-photo {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.wine-list .card .card-photo {
  position: absolute;
  z-index: 2;
  top: -50%;
  left: 25%;
  width: 30%;
  padding-top: 80%;
  display: block;
  overflow: hidden;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.wine-list .card:nth-child(even) .card-photo {
  transform: rotate(-90deg);
  left: auto;
  right: 25%;
}

.small-wine-list .card {
  text-align: center;
}

.small-wine-list .card .card-photo-container {
  position: relative;
  z-index: 1;
  padding-top: 160%;
  overflow: hidden;
}

.small-wine-list .card .card-photo {
  position: absolute;
  z-index: 2;
  top: 35%;
  left: 50%;
  width: 50%;
  margin: auto;
  padding-top: 140%;
  display: block;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, 0);
  transition: top 0.3s ease-in-out, background-position 0.3s ease-in-out, padding-top 0.3s ease-in-out, width 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .small-wine-list .card .card-photo {
    transition: none;
  }
}

.small-wine-list .card .card-body {
  border-top: 2px solid #E6E6E6;
  border-bottom: 2px solid #E6E6E6;
  height: 60px;
  position: relative;
  z-index: 1;
  transition: border-color 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .small-wine-list .card .card-body {
    transition: none;
  }
}

.small-wine-list .card .card-title {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 10px;
  right: 10px;
  text-align: center;
  font-size: 70%;
  transform: translate(0, -50%);
}

.small-wine-list .card.active .card-body {
  border-color: #000;
}

.small-wine-list .card.active .card-photo {
  top: 0;
  width: 55%;
  padding-top: 155%;
  background-position: center center;
}

.small-wine-list a.card:hover .card-body,
.small-wine-list a.card:focus .card-body,
.small-wine-list a.card:active .card-body {
  border-color: #000;
}

.small-wine-list a.card:hover .card-photo,
.small-wine-list a.card:focus .card-photo,
.small-wine-list a.card:active .card-photo {
  top: 0;
  width: 55%;
  padding-top: 155%;
  background-position: center center;
}

@media (max-width: 575.98px) {
  .card .card-text {
    margin-top: 15px;
  }

  .main-card-list .card {
    margin-bottom: 2.5rem;
  }

  .main-card-list .card .card-body {
    padding-top: 30px;
  }

  .main-card-list .card .card-icons {
    padding-top: 10px;
  }

  .main-card-list .card .card-icons .icon {
    font-size: 1.25rem;
    margin: 0.5rem 0.5rem 0 0;
  }

  .main-card-list .card .card-info {
    margin-top: 15px;
  }

  .wine-list .card .card-body {
    padding-top: 0;
  }

  .small-card-list {
    padding-top: 1rem;
  }

  .small-card-list .card {
    margin-bottom: 1.25rem;
  }

  .small-card-list .card .card-body {
    padding: 1.25rem 0;
  }

  .small-card-list .card .card-price {
    text-align: left;
    padding-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #000;
    border-left: 0 none;
    margin-top: 0.75rem;
    margin-left: 0;
  }

  .small-card-list.prizes .card-suptitle {
    font-size: 0.88rem;
  }

  .small-card-list.prizes .card-logo img {
    height: 22px;
  }

  .detail-card .card .card-price {
    font-size: 90%;
    padding-right: 0;
    padding-bottom: 0.75rem;
    border-right: 0 none;
    border-bottom: 1px solid #000;
    margin-bottom: 0.75rem;
  }

  .detail-card .card .card-text {
    margin-top: 20px;
  }

  .detail-card .card .card-info {
    margin-top: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .main-card-list .card .card-text {
    margin-top: 15px;
  }

  .main-card-list .card .card-icons {
    padding-top: 10px;
  }

  .main-card-list .card .card-icons .icon {
    margin: 0.5rem 0.5rem 0 0;
  }

  .main-card-list .card .card-info {
    margin-top: 20px;
  }

  .small-card-list .card .card-body {
    padding: 1.25rem 0;
  }

  .small-card-list .card .card-price {
    text-align: left;
    padding-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #000;
    border-left: 0 none;
    margin-top: 0.75rem;
    margin-left: 0;
  }

  .small-card-list.prizes .card-suptitle {
    font-size: 0.7rem;
  }

  .small-card-list.prizes .card-logo {
    display: none;
  }

  .detail-card .card .card-price {
    font-size: 90%;
    padding-right: 0;
    padding-bottom: 0.75rem;
    border-right: 0 none;
    border-bottom: 1px solid #000;
    margin-bottom: 0.75rem;
  }

  .detail-card .card .card-text {
    margin-top: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .main-card-list .card {
    margin-bottom: 4rem;
  }

  .small-card-list .card .card-price {
    text-align: left;
    padding-left: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #000;
    border-left: 0 none;
    margin-top: 0.75rem;
    margin-left: 0;
  }

  .small-card-list.prizes .card-suptitle {
    font-size: 0.75rem;
  }

  .small-card-list.prizes .card-logo {
    display: none;
  }

  .detail-card .card .card-price {
    font-size: 90%;
    padding-right: 0;
    padding-bottom: 0.75rem;
    border-right: 0 none;
    border-bottom: 1px solid #000;
    margin-bottom: 0.75rem;
  }

  .detail-card .card .card-text {
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .main-card-list .card {
    margin-bottom: 4rem;
  }

  .small-card-list.prizes .card-suptitle {
    font-size: 0.75rem;
  }

  .small-card-list.prizes .card-logo img {
    height: 20px;
  }
}

@media (min-width: 1200px) {
  .card .card-icons .icon {
    font-size: 2rem;
  }

  .card .card-price {
    font-size: 120%;
  }

  .card .card-price strong {
    font-size: 220%;
  }

  .main-card-list .card {
    margin-bottom: 6rem;
  }

  .small-card-list .card .card-price {
    min-width: 92px;
  }

  .detail-card .card .card-price {
    min-width: 123px;
  }
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .pagination-lg .page-link {
    font-size: calc(0.921875rem + 0.4375vmin);
  }
}

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

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

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1.5;
}

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

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

.pagination .page-link {
  color: gray;
  background-color: transparent;
  border: 0 none;
  margin: 0 0.3rem;
}

.pagination .page-link:hover,
.pagination .page-link:focus,
.pagination .page-link:active {
  color: #000;
}

.pagination .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
  position: relative;
  z-index: 1;
  color: #000;
  padding: 0.5rem;
}

.pagination .page-item.active .page-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

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

.badge:empty {
  display: none;
}

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

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

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

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: black;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

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

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
  background-color: #575c5e;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 118, 121, 0.5);
}

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

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

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

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #fff;
  background-color: rgba(111, 118, 121, 0.1);
}

a.badge-light:hover,
a.badge-light:focus {
  color: #fff;
  background-color: rgba(87, 92, 94, 0.1);
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(111, 118, 121, 0.5);
}

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

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

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

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

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

.alert-primary .alert-link {
  color: black;
}

.alert-secondary {
  color: #3a3d3f;
  background-color: #e2e4e4;
  border-color: #d7d9d9;
}

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

.alert-secondary .alert-link {
  color: #222324;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

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

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

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

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

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

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

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

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: rgba(6, 6, 7, 0.532);
  background-color: rgba(253, 253, 253, 0.82);
  border-color: rgba(252, 252, 252, 0.748);
}

.alert-light hr {
  border-top-color: rgba(239, 239, 239, 0.748);
}

.alert-light .alert-link {
  color: rgba(0, 0, 0, 0.532);
}

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .close {
    font-size: calc(0.9375rem + 0.75vmin);
  }
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

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

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

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

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

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

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

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

.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 #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

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

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

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

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

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

  .modal-content {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }

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

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

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

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

.full-modal {
  z-index: 15;
}

.full-modal .modal-body {
  padding: 0;
  background-color: transparent;
}

.full-modal .modal-content {
  background-color: transparent;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.full-modal .modal-header {
  padding: 0;
  border-bottom: 0 none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.full-modal .modal-header .close {
  outline: 0 none;
}

.legal-modal .modal-content {
  border: 0 none;
  border-radius: 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.modal-search-open .modal-backdrop {
  z-index: 9;
  background-color: #fff;
}

.modal-search-open .modal-backdrop.show {
  opacity: 0.99;
}

@media (max-width: 575.98px) {
  .full-modal .modal-dialog {
    margin-left: 20px;
    margin-right: 20px;
  }
}

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

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.6rem;
  height: 0.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px), (max-height: 1200px) {
  .popover-header {
    font-size: calc(0.90625rem + 0.125vmin);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-light {
  background-color: rgba(111, 118, 121, 0.1) !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgba(87, 92, 94, 0.1) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-secondary {
  border-color: #6F7679 !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: rgba(111, 118, 121, 0.1) !important;
}

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

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

.rounded-sm {
  border-radius: 0.2rem !important;
}

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

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

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

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

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.shadow-none,
.dropdown-mainmenu .dropdown-menu {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

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

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

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

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

.h-auto {
  height: auto !important;
}

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

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

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

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

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

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

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

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

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

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

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

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

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

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

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

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

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

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

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

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

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

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

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

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

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

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

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

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

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

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

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

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

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

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

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

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

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

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

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

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

  .text-sm-right {
    text-align: right !important;
  }

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

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

  .text-md-right {
    text-align: right !important;
  }

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

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

  .text-lg-right {
    text-align: right !important;
  }

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

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

  .text-xl-right {
    text-align: right !important;
  }

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

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: 200 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

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

.text-primary {
  color: #000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-light {
  color: rgba(111, 118, 121, 0.1) !important;
}

a.text-light:hover,
a.text-light:focus {
  color: rgba(74, 79, 81, 0.1) !important;
}

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

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

.text-body {
  color: #000 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.bg-photo {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #6F7679;
}

.bg-photo.bg-tc {
  background-position: top center;
}

.bg-photo.bg-tl {
  background-position: top left;
}

.bg-photo.bg-tr {
  background-position: top right;
}

.bg-photo.bg-bl {
  background-position: bottom left;
}

.bg-cover {
  background-size: cover;
}

.bg-contain {
  background-size: contain;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-tranparent {
  background-color: rgba(0, 0, 0, 0);
}

.bg-h-10:after {
  content: "";
  display: block;
  padding-top: 10%;
}

.bg-h-15:after {
  content: "";
  display: block;
  padding-top: 15%;
}

.bg-h-20:after {
  content: "";
  display: block;
  padding-top: 20%;
}

.bg-h-25:after {
  content: "";
  display: block;
  padding-top: 25%;
}

.bg-h-30:after {
  content: "";
  display: block;
  padding-top: 30%;
}

.bg-h-35:after {
  content: "";
  display: block;
  padding-top: 35%;
}

.bg-h-40:after {
  content: "";
  display: block;
  padding-top: 40%;
}

.bg-h-45:after {
  content: "";
  display: block;
  padding-top: 45%;
}

.bg-h-50:after {
  content: "";
  display: block;
  padding-top: 50%;
}

.bg-h-55:after {
  content: "";
  display: block;
  padding-top: 55%;
}

.bg-h-60:after {
  content: "";
  display: block;
  padding-top: 60%;
}

.bg-h-65:after {
  content: "";
  display: block;
  padding-top: 65%;
}

.bg-h-70:after {
  content: "";
  display: block;
  padding-top: 70%;
}

.bg-h-75:after {
  content: "";
  display: block;
  padding-top: 75%;
}

.bg-h-80:after {
  content: "";
  display: block;
  padding-top: 80%;
}

.bg-h-85:after {
  content: "";
  display: block;
  padding-top: 85%;
}

.bg-h-90:after {
  content: "";
  display: block;
  padding-top: 90%;
}

.bg-h-95:after {
  content: "";
  display: block;
  padding-top: 95%;
}

.bg-h-100:after {
  content: "";
  display: block;
  padding-top: 100%;
}

.bg-h-105:after {
  content: "";
  display: block;
  padding-top: 105%;
}

.bg-h-110:after {
  content: "";
  display: block;
  padding-top: 110%;
}

.bg-h-115:after {
  content: "";
  display: block;
  padding-top: 115%;
}

.bg-h-120:after {
  content: "";
  display: block;
  padding-top: 120%;
}

.bg-h-125:after {
  content: "";
  display: block;
  padding-top: 125%;
}

.bg-h-130:after {
  content: "";
  display: block;
  padding-top: 130%;
}

.bg-h-135:after {
  content: "";
  display: block;
  padding-top: 135%;
}

.bg-h-140:after {
  content: "";
  display: block;
  padding-top: 140%;
}

.bg-h-145:after {
  content: "";
  display: block;
  padding-top: 145%;
}

.bg-h-150:after {
  content: "";
  display: block;
  padding-top: 150%;
}

.bg-h-155:after {
  content: "";
  display: block;
  padding-top: 155%;
}

.bg-h-160:after {
  content: "";
  display: block;
  padding-top: 160%;
}

.bg-h-165:after {
  content: "";
  display: block;
  padding-top: 165%;
}

.bg-h-170:after {
  content: "";
  display: block;
  padding-top: 170%;
}

.bg-h-175:after {
  content: "";
  display: block;
  padding-top: 175%;
}

.bg-h-180:after {
  content: "";
  display: block;
  padding-top: 180%;
}

.bg-h-185:after {
  content: "";
  display: block;
  padding-top: 185%;
}

.bg-h-190:after {
  content: "";
  display: block;
  padding-top: 190%;
}

.bg-h-195:after {
  content: "";
  display: block;
  padding-top: 195%;
}

.bg-h-200:after {
  content: "";
  display: block;
  padding-top: 200%;
}

.bg-h-205:after {
  content: "";
  display: block;
  padding-top: 205%;
}

.bg-h-210:after {
  content: "";
  display: block;
  padding-top: 210%;
}

.bg-h-215:after {
  content: "";
  display: block;
  padding-top: 215%;
}

.bg-h-220:after {
  content: "";
  display: block;
  padding-top: 220%;
}

.bg-h-225:after {
  content: "";
  display: block;
  padding-top: 225%;
}

.bg-h-230:after {
  content: "";
  display: block;
  padding-top: 230%;
}

.bg-h-235:after {
  content: "";
  display: block;
  padding-top: 235%;
}

.bg-h-240:after {
  content: "";
  display: block;
  padding-top: 240%;
}

.bg-h-245:after {
  content: "";
  display: block;
  padding-top: 245%;
}

.bg-h-250:after {
  content: "";
  display: block;
  padding-top: 250%;
}

.bg-h-255:after {
  content: "";
  display: block;
  padding-top: 255%;
}

.bg-h-260:after {
  content: "";
  display: block;
  padding-top: 260%;
}

@media (min-width: 576px) {
  .bg-h-sm-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-sm-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-sm-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-sm-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-sm-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-sm-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-sm-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-sm-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-sm-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-sm-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-sm-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-sm-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-sm-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-sm-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-sm-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-sm-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-sm-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-sm-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-sm-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-sm-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-sm-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-sm-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-sm-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-sm-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-sm-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-sm-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-sm-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-sm-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-sm-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-sm-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-sm-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-sm-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-sm-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-sm-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-sm-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-sm-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-sm-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-sm-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-sm-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-sm-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-sm-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-sm-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-sm-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-sm-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-sm-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-sm-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-sm-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }

  .bg-h-sm-245:after {
    content: "";
    display: block;
    padding-top: 245%;
  }

  .bg-h-sm-250:after {
    content: "";
    display: block;
    padding-top: 250%;
  }

  .bg-h-sm-255:after {
    content: "";
    display: block;
    padding-top: 255%;
  }

  .bg-h-sm-260:after {
    content: "";
    display: block;
    padding-top: 260%;
  }
}

@media (min-width: 768px) {
  .bg-h-md-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-md-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-md-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-md-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-md-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-md-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-md-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-md-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-md-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-md-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-md-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-md-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-md-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-md-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-md-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-md-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-md-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-md-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-md-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-md-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-md-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-md-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-md-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-md-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-md-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-md-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-md-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-md-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-md-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-md-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-md-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-md-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-md-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-md-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-md-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-md-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-md-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-md-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-md-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-md-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-md-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-md-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-md-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-md-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-md-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-md-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-md-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }

  .bg-h-md-245:after {
    content: "";
    display: block;
    padding-top: 245%;
  }

  .bg-h-md-250:after {
    content: "";
    display: block;
    padding-top: 250%;
  }

  .bg-h-md-255:after {
    content: "";
    display: block;
    padding-top: 255%;
  }

  .bg-h-md-260:after {
    content: "";
    display: block;
    padding-top: 260%;
  }
}

@media (min-width: 992px) {
  .bg-h-lg-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-lg-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-lg-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-lg-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-lg-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-lg-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-lg-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-lg-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-lg-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-lg-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-lg-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-lg-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-lg-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-lg-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-lg-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-lg-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-lg-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-lg-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-lg-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-lg-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-lg-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-lg-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-lg-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-lg-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-lg-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-lg-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-lg-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-lg-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-lg-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-lg-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-lg-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-lg-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-lg-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-lg-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-lg-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-lg-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-lg-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-lg-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-lg-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-lg-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-lg-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-lg-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-lg-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-lg-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-lg-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-lg-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-lg-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }

  .bg-h-lg-245:after {
    content: "";
    display: block;
    padding-top: 245%;
  }

  .bg-h-lg-250:after {
    content: "";
    display: block;
    padding-top: 250%;
  }

  .bg-h-lg-255:after {
    content: "";
    display: block;
    padding-top: 255%;
  }

  .bg-h-lg-260:after {
    content: "";
    display: block;
    padding-top: 260%;
  }
}

@media (min-width: 1200px) {
  .bg-h-xl-10:after {
    content: "";
    display: block;
    padding-top: 10%;
  }

  .bg-h-xl-15:after {
    content: "";
    display: block;
    padding-top: 15%;
  }

  .bg-h-xl-20:after {
    content: "";
    display: block;
    padding-top: 20%;
  }

  .bg-h-xl-25:after {
    content: "";
    display: block;
    padding-top: 25%;
  }

  .bg-h-xl-30:after {
    content: "";
    display: block;
    padding-top: 30%;
  }

  .bg-h-xl-35:after {
    content: "";
    display: block;
    padding-top: 35%;
  }

  .bg-h-xl-40:after {
    content: "";
    display: block;
    padding-top: 40%;
  }

  .bg-h-xl-45:after {
    content: "";
    display: block;
    padding-top: 45%;
  }

  .bg-h-xl-50:after {
    content: "";
    display: block;
    padding-top: 50%;
  }

  .bg-h-xl-55:after {
    content: "";
    display: block;
    padding-top: 55%;
  }

  .bg-h-xl-60:after {
    content: "";
    display: block;
    padding-top: 60%;
  }

  .bg-h-xl-65:after {
    content: "";
    display: block;
    padding-top: 65%;
  }

  .bg-h-xl-70:after {
    content: "";
    display: block;
    padding-top: 70%;
  }

  .bg-h-xl-75:after {
    content: "";
    display: block;
    padding-top: 75%;
  }

  .bg-h-xl-80:after {
    content: "";
    display: block;
    padding-top: 80%;
  }

  .bg-h-xl-85:after {
    content: "";
    display: block;
    padding-top: 85%;
  }

  .bg-h-xl-90:after {
    content: "";
    display: block;
    padding-top: 90%;
  }

  .bg-h-xl-95:after {
    content: "";
    display: block;
    padding-top: 95%;
  }

  .bg-h-xl-100:after {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .bg-h-xl-105:after {
    content: "";
    display: block;
    padding-top: 105%;
  }

  .bg-h-xl-110:after {
    content: "";
    display: block;
    padding-top: 110%;
  }

  .bg-h-xl-115:after {
    content: "";
    display: block;
    padding-top: 115%;
  }

  .bg-h-xl-120:after {
    content: "";
    display: block;
    padding-top: 120%;
  }

  .bg-h-xl-125:after {
    content: "";
    display: block;
    padding-top: 125%;
  }

  .bg-h-xl-130:after {
    content: "";
    display: block;
    padding-top: 130%;
  }

  .bg-h-xl-135:after {
    content: "";
    display: block;
    padding-top: 135%;
  }

  .bg-h-xl-140:after {
    content: "";
    display: block;
    padding-top: 140%;
  }

  .bg-h-xl-145:after {
    content: "";
    display: block;
    padding-top: 145%;
  }

  .bg-h-xl-150:after {
    content: "";
    display: block;
    padding-top: 150%;
  }

  .bg-h-xl-155:after {
    content: "";
    display: block;
    padding-top: 155%;
  }

  .bg-h-xl-160:after {
    content: "";
    display: block;
    padding-top: 160%;
  }

  .bg-h-xl-165:after {
    content: "";
    display: block;
    padding-top: 165%;
  }

  .bg-h-xl-170:after {
    content: "";
    display: block;
    padding-top: 170%;
  }

  .bg-h-xl-175:after {
    content: "";
    display: block;
    padding-top: 175%;
  }

  .bg-h-xl-180:after {
    content: "";
    display: block;
    padding-top: 180%;
  }

  .bg-h-xl-185:after {
    content: "";
    display: block;
    padding-top: 185%;
  }

  .bg-h-xl-190:after {
    content: "";
    display: block;
    padding-top: 190%;
  }

  .bg-h-xl-195:after {
    content: "";
    display: block;
    padding-top: 195%;
  }

  .bg-h-xl-200:after {
    content: "";
    display: block;
    padding-top: 200%;
  }

  .bg-h-xl-205:after {
    content: "";
    display: block;
    padding-top: 205%;
  }

  .bg-h-xl-210:after {
    content: "";
    display: block;
    padding-top: 210%;
  }

  .bg-h-xl-215:after {
    content: "";
    display: block;
    padding-top: 215%;
  }

  .bg-h-xl-220:after {
    content: "";
    display: block;
    padding-top: 220%;
  }

  .bg-h-xl-225:after {
    content: "";
    display: block;
    padding-top: 225%;
  }

  .bg-h-xl-230:after {
    content: "";
    display: block;
    padding-top: 230%;
  }

  .bg-h-xl-235:after {
    content: "";
    display: block;
    padding-top: 235%;
  }

  .bg-h-xl-240:after {
    content: "";
    display: block;
    padding-top: 240%;
  }

  .bg-h-xl-245:after {
    content: "";
    display: block;
    padding-top: 245%;
  }

  .bg-h-xl-250:after {
    content: "";
    display: block;
    padding-top: 250%;
  }

  .bg-h-xl-255:after {
    content: "";
    display: block;
    padding-top: 255%;
  }

  .bg-h-xl-260:after {
    content: "";
    display: block;
    padding-top: 260%;
  }
}

.bg-offset-small-right {
  margin-right: -10px;
}

.bg-offset-small-left {
  margin-left: -10px;
}

.bg-offset-big-right {
  margin-right: -20px;
}

.bg-offset-big-left {
  margin-left: -20px;
}

.bg-offset-big-top {
  margin-top: 0;
}

.bg-offset-big-bottom {
  margin-top: 0;
}

.z-index-1 {
  z-index: 1 !important;
}

.z-index-5 {
  z-index: 5 !important;
}

.z-index-10 {
  z-index: 10 !important;
}

.z-index-15 {
  z-index: 15 !important;
}

.z-index-20 {
  z-index: 20 !important;
}

.z-index-25 {
  z-index: 25 !important;
}

.z-index-50 {
  z-index: 50 !important;
}

.two-cols {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.three-cols {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.mt-gutter {
  margin-top: 30px;
}

.my-card-gutter {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-big-gutter {
  margin-top: 90px;
  margin-bottom: 90px;
}

ul.no-styles {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.no-styles li {
  margin: 0;
  padding: 0;
}

ul.no-styles li + li {
  margin-top: 0.75rem;
}

.line-height-2 {
  line-height: 1.4;
}

.small-title {
  font-size: 80%;
}

.min-height-320 {
  min-height: 320px;
}

.small {
  font-weight: 300;
}

.no-padding-last-p p:last-child {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .bg-offset-small-right {
    margin-right: 0;
  }

  .bg-offset-small-left {
    margin-left: 0;
  }

  .bg-offset-big-right {
    margin-right: -20px;
  }

  .bg-offset-big-left {
    margin-left: -20px;
  }

  .bg-offset-big-top {
    margin-top: -20px;
  }

  .bg-offset-big-bottom {
    margin-bottom: -20px;
  }

  .two-cols,
  .three-cols {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .mt-gutter-xs {
    margin-top: 30px;
  }

  .my-big-gutter,
  .my-card-gutter {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .two-cols {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .three-cols {
    -moz-column-count: 2;
         column-count: 2;
  }

  .mt-gutter-sm {
    margin-top: 30px;
  }

  .my-big-gutter,
  .my-card-gutter {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .bg-offset-small-right {
    margin-right: -10px;
  }

  .bg-offset-small-left {
    margin-left: -10px;
  }

  .bg-offset-big-right {
    margin-right: -25px;
  }

  .bg-offset-big-left {
    margin-left: -25px;
  }

  .bg-offset-big-top {
    margin-top: -25px;
  }

  .bg-offset-big-bottom {
    margin-bottom: -25px;
  }

  .two-cols {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }

  .mt-gutter-md {
    margin-top: 30px;
  }

  .bg-min-height {
    min-height: 440px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .bg-offset-small-right {
    margin-right: -15px;
  }

  .bg-offset-small-left {
    margin-left: -15px;
  }

  .bg-offset-big-right {
    margin-right: -30px;
  }

  .bg-offset-big-right.w-100 {
    margin-right: 0;
    right: -30px;
    height: 100%;
    position: absolute;
  }

  .bg-offset-big-left {
    margin-left: -30px;
  }

  .bg-offset-big-left.w-100 {
    margin-left: 0;
    left: -30px;
    height: 100%;
    position: absolute;
  }

  .bg-offset-big-top {
    margin-top: -30px;
  }

  .bg-offset-big-bottom {
    margin-bottom: -30px;
  }

  .bg-min-height {
    min-height: 440px;
  }
}

@media (min-width: 1200px) {
  .bg-offset-small-right {
    margin-right: -20px;
  }

  .bg-offset-small-left {
    margin-left: -20px;
  }

  .bg-offset-big-right {
    margin-right: -100px;
  }

  .bg-offset-big-right.w-100 {
    margin-right: 0;
    right: -60px;
    height: 100%;
    position: absolute;
  }

  .bg-offset-big-left {
    margin-left: -100px;
  }

  .bg-offset-big-left.w-100 {
    margin-left: 0;
    left: -60px;
    height: 100%;
    position: absolute;
  }

  .bg-offset-big-top {
    margin-top: -100px;
  }

  .bg-offset-big-bottom {
    margin-bottom: -100px;
  }

  .two-cols {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .three-cols {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }

  .bg-min-height {
    min-height: 580px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1280px) {
  .bg-offset-big-right {
    margin-right: -100px;
  }

  .bg-offset-big-right.w-100 {
    margin-right: 0;
    right: -40px;
    height: 100%;
    position: absolute;
  }

  .bg-offset-big-left {
    margin-left: -100px;
  }

  .bg-offset-big-left.w-100 {
    margin-left: 0;
    left: -40px;
    height: 100%;
    position: absolute;
  }

  .bg-min-height {
    min-height: 500px;
  }
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

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

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

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

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

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

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

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

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

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.3333333333%;
  }

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }

  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }

  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }

  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }

  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }

  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }

  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}

.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;
  }
}

.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;
  }
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.cookie-bar {
  transition: all 0.5s ease-in-out;
  background-color: rgba(26, 26, 26, 0.95);
  position: fixed;
  color: rgba(255, 255, 255, 0.9);
  width: 300px;
  z-index: 1000;
}

.cookie-bar.bottom-left {
  bottom: 50px;
  left: -300px;
}

.cookie-bar.bottom-left .cookie-bar-button {
  text-align: right;
}

.cookie-bar.bottom-right {
  bottom: 50px;
  right: -300px;
}

.cookie-bar.top-left {
  top: 50px;
  left: -300px;
}

.cookie-bar.top-left .cookie-bar-button {
  text-align: right;
}

.cookie-bar.top-right {
  top: 50px;
  right: -300px;
}

.cookie-bar .cookie-bar-gutter {
  padding: 20px;
  text-align: left;
}

.cookie-bar a {
  color: white;
  text-decoration: underline;
}

.cookie-bar a:hover,
.cookie-bar a:focus,
.cookie-bar a:active {
  color: rgba(255, 255, 255, 0.7);
}

.cookie-bar .cookie-bar-text {
  font-size: 14px;
}

.cookie-bar .cookie-bar-button a {
  display: inline-block;
  background-color: #fff;
  color: black;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
}

.cookie-bar .cookie-bar-button a:hover,
.cookie-bar .cookie-bar-button a:focus,
.cookie-bar .cookie-bar-button a:active {
  text-decoration: none;
  color: black;
  background-color: #e6e6e6;
}

.cookie-open {
  visibility: visible;
}

.cookie-open.bottom-left,
.cookie-open.top-left {
  left: 0;
}

.cookie-open.bottom-right,
.cookie-open.top-right {
  right: 0;
}

.cookie-close {
  visibility: hidden;
}

.cookie-close.bottom-left,
.cookie-close.top-left {
  left: -300px;
}

.cookie-close.bottom-right,
.cookie-close.top-right {
  right: -300px;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  display: inline-block;
  width: 36px;
  height: 28px;
  position: absolute;
  z-index: 5;
  bottom: 25%;
}

.slick-arrow .icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  moz-transform-origin: center center;
  transform-origin: center center;
}

.slick-arrow .icon:before {
  line-height: 0;
}

.slick-arrow.left {
  left: 5%;
}

.slick-arrow.left .icon {
  transform: rotate(180deg);
  top: 48%;
  line-height: 1px;
}

.slick-arrow.right {
  right: 5%;
}

.slick-arrow.faded {
  opacity: 0.25 !important;
  cursor: default;
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:active {
  opacity: 0.5;
}

.article-slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 0 10%;
}

.article-slider:after,
.article-slider:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -10%;
  right: -10%;
  height: 2px;
  background-color: #E6E6E6;
}

.article-slider:after {
  bottom: 0;
}

.article-slider:before {
  bottom: 58px;
}

.article-slider .card {
  outline: none;
}

.text-block-container {
  margin-top: 4rem;
}

.text-block-container .slick-arrow {
  color: #fff;
  bottom: auto;
  top: 42%;
}

.text-block-container .slick-arrow.left {
  left: -60px;
}

.text-block-container .slick-arrow.right {
  right: -60px;
}

.text-block-container .text-block-slider {
  margin: 0 -0.75rem;
}

.text-block-container .slick-slide {
  padding: 0 0.75rem;
}

.text-block-container .text-block {
  padding: 1.25rem 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  min-height: 250px;
  overflow: hidden;
}

.text-block-container.distincoes-container .text-block {
  padding: 2.5rem 3.5rem;
  min-height: 320px;
}

.text-block-container.distincoes-container .quote {
  margin-top: 1.85rem;
  margin-bottom: 0;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

.text-block-container.distincoes-container .quote:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: -29px;
  width: 19px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/icons/quote_white.svg");
}

.start-slider {
  display: none;
}

.vindima-slider .slick-arrow {
  bottom: 50%;
  opacity: 0.2;
  transform: translate(0, 70%);
}

.vindima-slider .slick-arrow.left {
  left: 0;
}

.vindima-slider .slick-arrow.right {
  right: 0;
}

.vindima-slider .slick-arrow:hover,
.vindima-slider .slick-arrow:focus,
.vindima-slider .slick-arrow:active {
  opacity: 0.4;
}

.vindima-slider .slider-nav {
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  height: 60px;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.vindima-slider .slider-nav .slick-track {
  height: 60px;
}

.vindima-slider .slider-nav:before,
.vindima-slider .slider-nav:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  width: 8%;
}

.vindima-slider .slider-nav:after {
  right: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 75%);
  background-repeat: repeat-x;
}

.vindima-slider .slider-nav:before {
  left: 0;
  background-image: linear-gradient(to right, white 25%, rgba(255, 255, 255, 0) 100%);
  background-repeat: repeat-x;
}

.vindima-slider .slider-nav .slick-slide a {
  outline: none;
  font-size: 125%;
  opacity: 0.5;
  line-height: 58px;
}

.vindima-slider .slider-nav .slick-slide a:hover,
.vindima-slider .slider-nav .slick-slide a:focus,
.vindima-slider .slider-nav .slick-slide a:active {
  opacity: 0.9;
}

.vindima-slider .slider-nav .slick-slide.slick-current a {
  line-height: 54px;
  opacity: 1 !important;
  font-size: 180%;
}

@media (max-width: 575.98px) {
  .slick-arrow.left {
    left: 1%;
  }

  .slick-arrow.right {
    right: 1%;
  }

  .text-block-container {
    margin-top: 3.5rem;
  }

  .text-block-container .slick-arrow {
    top: -40px;
  }

  .text-block-container .slick-arrow.left {
    left: 36%;
  }

  .text-block-container .slick-arrow.right {
    right: 36%;
  }

  .text-block-container .text-block-slider {
    margin: 0;
  }

  .text-block-container .slick-slide {
    padding: 0;
  }

  .text-block-container .text-block {
    min-height: 250px;
  }

  .text-block-container.distincoes-container .text-block {
    padding: 1.5rem 2rem;
    min-height: 435px;
  }

  .text-block-container.distincoes-container .quote {
    margin-top: 1rem;
  }

  .text-block-container.distincoes-container .quote:after {
    top: -2px;
    left: -22px;
    width: 15px;
    height: 14px;
  }

  .vindima-slider .slick-arrow.left {
    left: -7px;
  }

  .vindima-slider .slick-arrow.right {
    right: -7px;
  }

  .vindima-slider .slider-nav {
    height: 50px;
  }

  .vindima-slider .slider-nav .slick-track {
    height: 50px;
  }

  .vindima-slider .slider-nav:before,
  .vindima-slider .slider-nav:after {
    width: 10%;
  }

  .vindima-slider .slider-nav:after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%);
    background-repeat: repeat-x;
  }

  .vindima-slider .slider-nav:before {
    background-image: linear-gradient(to right, white 50%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
  }

  .vindima-slider .slider-nav .slick-slide a {
    font-size: 110%;
    line-height: 48px;
  }

  .vindima-slider .slider-nav .slick-slide.slick-current a {
    font-size: 125%;
    line-height: 48px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .text-block-container {
    margin-top: 2.5rem;
  }

  .text-block-container .slick-arrow {
    top: 40%;
  }

  .text-block-container .slick-arrow.left {
    left: -22px;
  }

  .text-block-container .slick-arrow.right {
    right: -22px;
  }

  .text-block-container .text-block-slider {
    margin: 0 2rem;
  }

  .text-block-container .slick-slide {
    padding: 0;
  }

  .text-block-container .text-block {
    min-height: 170px;
  }

  .text-block-container.distincoes-container .text-block {
    min-height: 240px;
  }

  .text-block-container.distincoes-container .quote {
    margin-top: 1rem;
  }

  .vindima-slider .slick-arrow.left {
    left: -7px;
  }

  .vindima-slider .slick-arrow.right {
    right: -7px;
  }

  .vindima-slider .slider-nav {
    height: 50px;
  }

  .vindima-slider .slider-nav .slick-track {
    height: 50px;
  }

  .vindima-slider .slider-nav:before,
  .vindima-slider .slider-nav:after {
    width: 15%;
  }

  .vindima-slider .slider-nav .slick-slide a {
    font-size: 110%;
    line-height: 48px;
  }

  .vindima-slider .slider-nav .slick-slide.slick-current a {
    font-size: 125%;
    line-height: 48px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .text-block-container {
    margin-top: 3.5rem;
  }

  .text-block-container .slick-arrow {
    top: 46%;
  }

  .text-block-container .slick-arrow.left {
    left: -48px;
  }

  .text-block-container .slick-arrow.right {
    right: -48px;
  }

  .text-block-container .text-block-slider {
    margin: 0 -0.5rem;
  }

  .text-block-container .slick-slide {
    padding: 0 0.5rem;
  }

  .text-block-container .text-block {
    min-height: 255px;
  }

  .text-block-container.distincoes-container .text-block {
    min-height: 360px;
  }

  .vindima-slider .slider-nav:before,
  .vindima-slider .slider-nav:after {
    width: 15%;
  }

  .vindima-slider .slider-nav .slick-slide.slick-current a {
    font-size: 160%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-block-container .slick-arrow {
    top: 46%;
  }

  .text-block-container .text-block-slider {
    margin: 0 -0.5rem;
  }

  .text-block-container .slick-slide {
    padding: 0 0.5rem;
  }

  .text-block-container .text-block {
    min-height: 310px;
  }

  .text-block-container.distincoes-container .text-block {
    min-height: 495px;
  }
}

@media (min-width: 1200px) {
  .text-block-container.distincoes-container .text-block {
    min-height: 455px;
  }
}

.icon {
  font-family: "icons";
  font-size: 1em;
  position: relative;
  top: 1px;
  line-height: 0;
}

.icon.icon-small {
  font-size: 0.85em;
}

.icon.icon-1 {
  font-size: 1.25em;
  top: 4px;
}

.icon.icon-2 {
  font-size: 1.5em;
  top: 4px;
}

.icon.icon-3 {
  font-size: 2em;
}

.icon.icon-4 {
  font-size: 2.5em;
}

.icon.icon-5 {
  font-size: 3em;
}

.icon.icon-mobile {
  font-size: 1.05em !important;
}

.icon.icon-flip {
  display: inline-block;
  top: -0.5px;
  transform: rotate(180deg);
}

/**
 * to use, import this in main project app.scss:
 * @import "../vendor/agility-pack/popup/scss/index";
 */

.agility-pack.popup .modal-content {
  border: 0 none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}

.agility-pack.popup .modal-header {
  position: relative;
  z-index: 10;
  top: 0;
  width: 100%;
  border: 0 none;
  padding: 0;
}

.agility-pack.popup .close {
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  width: 42px;
  height: 42px;
  padding: 0;
  opacity: 1 !important;
}

.agility-pack.popup .close:before,
.agility-pack.popup .close:after {
  content: "";
  width: 36px;
  height: 2px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: 0;
  background-color: #6F7679;
  moz-transform-origin: 50%;
  transform-origin: 50%;
  transition: background-color 0.25s ease-in-out;
}

.agility-pack.popup .close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.agility-pack.popup .close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.agility-pack.popup .close:hover:before,
.agility-pack.popup .close:hover:after,
.agility-pack.popup .close:focus:before,
.agility-pack.popup .close:focus:after,
.agility-pack.popup .close:active:before,
.agility-pack.popup .close:active:after {
  background-color: #000;
}

.agility-pack.popup .close.close-white:before,
.agility-pack.popup .close.close-white:after {
  background-color: rgba(255, 255, 255, 0.75);
}

.agility-pack.popup .close.close-white:hover:before,
.agility-pack.popup .close.close-white:hover:after,
.agility-pack.popup .close.close-white:focus:before,
.agility-pack.popup .close.close-white:focus:after,
.agility-pack.popup .close.close-white:active:before,
.agility-pack.popup .close.close-white:active:after {
  background-color: white;
}

.agility-pack.popup .modal-title {
  margin-bottom: 1.25rem;
  line-height: 1.3;
}

.agility-pack.popup .modal-title small {
  font-size: 70%;
  opacity: 0.75;
  line-height: 1.4 !important;
  display: inline-block;
  padding-top: 0.25rem;
}

.agility-pack.popup .modal-side-content {
  padding: 2.5rem;
}

.agility-pack.popup .logo-container {
  padding-bottom: 1.85rem;
}

.agility-pack.popup .logo-container img {
  max-width: 100%;
  max-height: 80px;
  zoom: 1;
  image-rendering: -webkit-optimize-contrast;
}

.agility-pack.popup .btn-container {
  padding-top: 0.5rem;
}

.agility-pack.popup .modal-body {
  padding: 0;
}

.agility-pack.popup .modal-body.mobile-spacer .btn-container {
  position: absolute;
  z-index: 2;
  bottom: 1.5rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.agility-pack.popup .modal-video-container {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.agility-pack.popup .modal-video-container .play-btn {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.agility-pack.popup .modal-video-container .play-btn:after {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 1.9rem;
  left: 2.35rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0.75);
  transition: border-color 0.25s ease-in-out;
}

.agility-pack.popup .modal-video-container .play-btn:before {
  content: "";
  position: absolute;
  z-index: 10;
  bottom: 1.25rem;
  left: 1.25rem;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.75);
  transition: border-color 0.25s ease-in-out;
}

.agility-pack.popup .modal-video-container:hover .play-btn:after,
.agility-pack.popup .modal-video-container:focus .play-btn:after,
.agility-pack.popup .modal-video-container:active .play-btn:after {
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) white;
}

.agility-pack.popup .modal-video-container:hover .play-btn:before,
.agility-pack.popup .modal-video-container:focus .play-btn:before,
.agility-pack.popup .modal-video-container:active .play-btn:before {
  border-color: white;
}

.agility-pack.popup .modal-video-container .modal-video-inner {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
}

.agility-pack.popup .modal-video-container .video-inline {
  outline: 0 none !important;
}

.agility-pack.popup .modal-video-container.playing-video .play-btn {
  display: none;
}

.agility-pack.popup .modal-video-container.playing-video .modal-video-inner {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .agility-pack.popup .modal-body .btn-icon.btn-bigger {
    font-size: 100%;
  }

  .agility-pack.popup .modal-body.mobile-spacer {
    padding-top: 2.75rem;
  }

  .agility-pack.popup .modal-body.mobile-spacer .btn-container {
    text-align: center;
    padding-top: 0;
    padding-bottom: 1.5rem;
    position: relative;
    z-index: 2;
    bottom: 0;
    left: auto;
    transform: translate(0, 0);
  }

  .agility-pack.popup .modal-body.mobile-spacer .btn-icon.btn-bigger {
    font-size: 120%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .agility-pack.popup .modal-lg {
    max-width: 98%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agility-pack.popup .modal-lg {
    max-width: 94%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agility-pack.popup .modal-lg {
    max-width: 860px;
  }
}

@media (min-width: 1200px) {
  .agility-pack.popup .modal-lg {
    max-width: 960px;
  }
}

#fw-main {
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100% !important;
  max-width: 1600px;
  padding-right: 20px;
  padding-left: 20px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  max-width: 1980px;
}

.container-fluid.full-width {
  max-width: none;
}

.section-gutter {
  padding: 6% 0;
}

.section-gutter .section-block {
  padding-top: 2rem;
}

.section-gutter .section-block-big {
  padding-top: 2rem;
}

.section-gutter + .section-gutter {
  padding-top: 0;
}

@media (max-width: 575.98px) {
  .section-gutter .section-block {
    padding-top: 1.25rem;
  }

  .section-gutter .section-block-big {
    padding-top: 1.25rem;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-gutter {
    padding: 4% 0;
  }

  .section-gutter .section-block {
    padding-top: 1.2rem;
  }

  .section-gutter .section-block-big {
    padding-top: 1.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    padding-right: 25px;
    padding-left: 25px;
  }

  .section-gutter {
    padding: 10% 0;
  }

  .section-gutter .section-block {
    padding-top: 2.5rem;
  }

  .section-gutter .section-block-big {
    padding-top: 3rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-gutter .section-block {
    padding-top: 2.5rem;
  }

  .section-gutter .section-block-big {
    padding-top: 3rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1900px;
    padding-right: 60px;
    padding-left: 60px;
  }

  .section-gutter .section-block {
    padding-top: 3.25rem;
  }

  .section-gutter .section-block-big {
    padding-top: 3.25rem;
  }
}

body.open-fixmenu header {
  top: 0;
}

body.open-fixmenu .nav-submenu-bg {
  background-color: #fff;
}

body.top-fixmenu header {
  top: 0;
}

body.top-fixmenu .nav-submenu-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

body .nav-submenu-bg {
  background-color: #fff;
}

header {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  background-color: #FFF;
}

.header-spacer {
  height: 88px;
}

.side-menu {
  position: fixed;
  z-index: 9;
  top: 110px;
  right: 0;
  width: 40px;
}

.side-menu a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: inline-block;
  width: 170px;
  line-height: 40px;
  text-align: left;
  color: #fff;
  background-color: #6F7679;
  transition: background-color 0.25s ease-in-out, left 0.25s ease-in-out;
}

.side-menu a .icon {
  font-size: 1.15rem;
  top: 4px;
  left: 1px;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.side-menu a .side-menu-text {
  display: inline-block;
  font-size: 90%;
}

.side-menu a:hover,
.side-menu a:focus,
.side-menu a:active {
  background-color: #575c5e;
  left: -130px;
}

.side-menu a + a {
  top: 48px;
}

@media (max-width: 767.98px) {
  header {
    position: relative;
  }

  .header-spacer {
    height: 0;
  }
}

@media (max-width: 575.98px) {
  .side-menu {
    top: auto;
    bottom: 96px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .side-menu {
    top: 137px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  header {
    transition: top 0.2s linear;
    position: fixed;
    top: -78px;
  }

  .header-spacer {
    height: 78px;
  }

  .side-menu {
    top: 140px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  header {
    transition: top 0.2s linear;
    position: fixed;
    top: -107px;
  }

  .header-spacer {
    height: 88px;
  }

  .side-menu {
    top: 150px;
  }
}

@media (min-width: 1200px) {
  header {
    transition: top 0.2s linear;
    position: fixed;
    top: -113px;
  }

  .side-menu {
    top: 220px;
    width: 50px;
  }

  .side-menu a {
    width: 180px;
    line-height: 50px;
  }

  .side-menu a .icon {
    font-size: 1.4rem;
    top: 5px;
    left: auto;
    width: 50px;
  }

  .side-menu a + a {
    top: 58px;
  }
}

.footer-top {
  padding: 0 0 4%;
}

.footer-top .title {
  margin: 2rem 0 2.5rem;
}

.footer-top .contacts-container {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-top .contacts-container li {
  display: inline-block;
  padding: 0;
}

.footer-top .contacts-container li + li {
  margin-left: 30px;
}

.footer-top .contacts-container a {
  display: inline-block;
}

.footer-top .contacts-container a:hover,
.footer-top .contacts-container a:focus,
.footer-top .contacts-container a:active {
  color: rgba(0, 0, 0, 0.7);
}

.footer-top .contacts-container a.tel {
  cursor: text;
  color: #000 !important;
}

.footer-top .btn-container {
  margin-top: 1.5rem;
}

.footer-top .logo-footer {
  max-width: 600px;
  margin-left: auto;
}

.footer-top .logo-footer .bg-photo {
  background-position: center center;
  padding-bottom: 3px;
}

.footer-bottom {
  border-top: 1px solid #E6E6E6;
  padding: 3% 0;
}

.footer-bottom .logo-amorim {
  width: 95px;
  margin-left: 20px;
}

.footer-bottom .logo-amorim img {
  width: 100%;
}

.footer-bottom .logo-taboadella {
  width: 143px;
}

.footer-bottom .logo-taboadella img {
  width: 100%;
}

.copyright {
  padding: 0 0 3% 0;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.5);
}

.copyright a {
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
}

.copyright a:hover,
.copyright a:focus,
.copyright a:active {
  color: rgba(0, 0, 0, 0.75);
}

.copyright span {
  color: #000;
  display: inline-block;
  padding: 0 5px;
}

.copyright a.menu-link {
  color: #000;
}

.copyright a.menu-link:hover,
.copyright a.menu-link:focus,
.copyright a.menu-link:active {
  color: rgba(0, 0, 0, 0.5);
}

.copyright a.menu-link.active {
  color: #000 !important;
  text-decoration: underline;
}

.logos-list {
  overflow: hidden;
  margin: -5px -10px;
}

.logos-list .logo-item {
  margin: 5px 10px;
  display: inline-block;
  vertical-align: middle;
}

.logos-list .logo-item img {
  max-height: 36px;
  height: 36px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: filter 0.25s ease-in-out, -webkit-filter 0.25s ease-in-out;
}

.logos-list .logo-item:hover img,
.logos-list .logo-item:focus img,
.logos-list .logo-item:active img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}

@media (max-width: 575.98px) {
  .footer-top {
    padding: 30px 0;
    text-align: center;
  }

  .footer-top .title {
    margin: 0 0 1.25rem;
  }

  .footer-top .contacts-container li {
    display: block;
  }

  .footer-top .contacts-container li + li {
    margin-top: 6px;
    margin-left: 0;
  }

  .footer-top .btn-container {
    margin-top: 1.25rem;
  }

  .footer-top .logo-footer {
    margin: 1.75rem auto;
  }

  .footer-bottom {
    padding: 30px 0 10px;
  }

  .footer-bottom .logo-taboadella,
  .footer-bottom .logo-amorim {
    margin-bottom: 30px;
  }

  .copyright {
    padding: 0 0 30px 0;
    text-align: center;
  }

  .copyright span {
    color: transparent;
    display: block;
    height: 5px;
    overflow: hidden;
  }

  .copyright .copyright-text {
    margin-top: 15px;
  }

  .logos-list .logo-item img {
    max-height: 28px;
    height: 28px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .footer-top .title {
    margin: 0 0 1.25rem;
  }

  .footer-top .btn-container {
    margin-top: 1.25rem;
  }

  .footer-bottom .logo-amorim {
    width: 70px;
    margin-left: 10px;
  }

  .footer-bottom .logo-taboadella {
    width: 104px;
  }

  .logos-list .logo-item img {
    max-height: 26px;
    height: 26px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .footer-top .title {
    margin: 0 0 1.5rem;
  }

  .footer-top .btn-container {
    margin-top: 1.5rem;
  }

  .footer-bottom .logo-amorim {
    width: 78px;
    margin-left: 10px;
  }

  .footer-bottom .logo-taboadella {
    width: 120px;
  }

  .logos-list .logo-item img {
    max-height: 32px;
    height: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer-top .title {
    margin: 1rem 0 2rem;
  }

  .footer-top .contacts-container li + li {
    margin-left: 25px;
  }

  .footer-top .btn-container {
    margin-top: 1.25rem;
  }

  .footer-bottom .logo-amorim {
    width: 80px;
    margin-left: 15px;
  }

  .footer-bottom .logo-taboadella {
    width: 120px;
  }

  .logos-list .logo-item img {
    max-height: 32px;
    height: 32px;
  }
}

ul.tracker-element {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-weight: 200;
  font-size: 0.8rem;
  color: #000;
  white-space: nowrap;
}

ul.tracker-element li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 5;
}

ul.tracker-element li + li {
  margin-left: 2rem;
}

ul.tracker-element li + li:after,
ul.tracker-element li + li:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -1.3rem;
  width: 9px;
  height: 1px;
  background-color: #808080;
  moz-transform-origin: 50%;
  transform-origin: 50%;
}

ul.tracker-element li + li:after {
  bottom: 50%;
  margin-bottom: -4px;
  transform: rotate(-45deg);
}

ul.tracker-element li + li:before {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
}

ul.tracker-element strong {
  font-weight: 200;
  color: rgba(0, 0, 0, 0.7);
}

ul.tracker-element a {
  display: inline-block;
  padding: 1px 0;
  color: rgba(0, 0, 0, 0.7);
}

ul.tracker-element a:hover,
ul.tracker-element a:focus,
ul.tracker-element a:active {
  color: #000;
}

ul.tracker-element a.dropdown-toggle {
  color: #000;
  border-bottom: 1px solid #000;
}

ul.tracker-element a.dropdown-toggle:after {
  position: relative;
  top: 2px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  vertical-align: 5px;
  border-top: 5px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

ul.tracker-element .dropdown-menu {
  min-width: 4.5rem;
  padding: 0.5rem;
  margin: 0.5rem 0 0 -0.5rem;
  border: 0 none;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.25);
}

ul.tracker-element .dropdown-item {
  padding: 0.175rem 0;
  font-size: 90%;
  font-weight: 200;
  color: rgba(0, 0, 0, 0.7);
}

ul.tracker-element .dropdown-item:hover,
ul.tracker-element .dropdown-item:focus,
ul.tracker-element .dropdown-item:active {
  color: #000;
  background-color: transparent;
}

ul.tracker-element .dropdown-item.active {
  background-color: transparent;
  font-weight: 700;
}

ul.tracker-element.back a {
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 1;
}

ul.tracker-element.back a:after,
ul.tracker-element.back a:before {
  content: "";
  position: absolute;
  z-index: 2;
  left: -1rem;
  width: 9px;
  height: 1px;
  background-color: #808080;
  moz-transform-origin: 50%;
  transform-origin: 50%;
  transition: background-color 0.25s ease-in-out, left 0.25s ease-in-out;
}

ul.tracker-element.back a:after {
  bottom: 50%;
  margin-bottom: -4px;
  transform: rotate(-135deg);
}

ul.tracker-element.back a:before {
  top: 50%;
  margin-top: -2px;
  transform: rotate(135deg);
}

ul.tracker-element.back a:hover,
ul.tracker-element.back a:focus,
ul.tracker-element.back a:active {
  color: #000;
}

ul.tracker-element.back a:hover:after,
ul.tracker-element.back a:hover:before,
ul.tracker-element.back a:focus:after,
ul.tracker-element.back a:focus:before,
ul.tracker-element.back a:active:after,
ul.tracker-element.back a:active:before {
  background-color: #000;
  left: -1.15rem;
}

@media (max-width: 575.98px) {
  ul.tracker-element.back a:after,
  ul.tracker-element.back a:before {
    left: -0.85rem;
  }

  ul.tracker-element li + li {
    margin-left: 1rem;
  }

  ul.tracker-element li + li:after,
  ul.tracker-element li + li:before {
    left: -0.85rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  ul.tracker-element {
    font-size: 0.85rem;
  }
}

@media (min-width: 1200px) {
  ul.tracker-element {
    font-size: 1.1rem;
  }
}

.logo-prizes {
  border: 1px solid #eee;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-prizes img {
  height: 60px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.award-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.award-list li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 4rem;
  position: relative;
}

.award-list li strong {
  opacity: 0.5;
  border-right: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  padding-right: 0.7rem;
  left: 0;
  top: 0;
}

.award-list li .btn {
  margin-left: 0.5rem;
  padding: 0;
  top: -3px;
}

.quote-container .page-title {
  position: relative;
  z-index: 1;
}

.quote-container .page-title:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -3rem;
  opacity: 0.5;
  width: 31px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url("/images/icons/quote.svg");
}

.quote-container .page-title span {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  font-style: italic;
  display: block;
  padding-top: 0.75rem;
  font-size: 35%;
  opacity: 0.8;
}

.quote-container .logo-container {
  width: 240px;
}

.quote-container .logo-container img {
  width: 100%;
}

.share {
  font-size: 120%;
}

.share .title {
  display: inline-block;
  padding-right: 9px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
}

.share a {
  position: relative;
  top: 2px;
  display: inline-block;
  margin: 0 3px;
  color: rgba(0, 0, 0, 0.5);
}

.share a:hover,
.share a:focus,
.share a:active {
  color: #000;
}

.partner-item {
  margin-bottom: 6rem;
}

.partner-item:last-child {
  margin-bottom: 0;
}

.partner-item .partner-title {
  margin-bottom: 2rem;
}

.partner-item .partner-logo {
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin-right: 30px;
  padding-top: 50%;
  position: relative;
  z-index: 1;
  display: block;
  transition: border-color 0.25s ease-in-out;
}

.partner-item .partner-logo .logo {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background-color: #fff !important;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.partner-item .partner-logo:hover,
.partner-item .partner-logo:focus,
.partner-item .partner-logo:active {
  border-color: rgba(0, 0, 0, 0.75);
}

.contact-item p {
  margin-bottom: 0.75rem;
}

a.gallery-item {
  display: block;
  position: relative;
  z-index: 1;
}

a.gallery-item:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s ease-in-out;
}

a.gallery-item:before {
  content: "\F119";
  font-family: "icons";
  font-size: 1.5rem;
  position: absolute;
  z-index: 3;
  top: 60%;
  left: 50%;
  color: #fff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.25s ease-in-out, top 0.25s ease-in-out, font-size 0.25s ease-in-out;
}

a.gallery-item:hover:after,
a.gallery-item:focus:after,
a.gallery-item:active:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

a.gallery-item:hover:before,
a.gallery-item:focus:before,
a.gallery-item:active:before {
  opacity: 1;
  top: 50%;
  font-size: 2rem;
}

a.gallery-item[class*=bg-h]:after {
  position: relative;
  z-index: 2;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

a.gallery-item.gallery-item-instagram .bg-photo {
  background-color: #fff;
}

a.gallery-item.gallery-item-instagram:before {
  content: "\F10F";
  font-size: 1.25rem;
  left: 90%;
  top: 20%;
}

a.gallery-item.gallery-item-instagram:hover:before,
a.gallery-item.gallery-item-instagram:focus:before,
a.gallery-item.gallery-item-instagram:active:before {
  top: 11%;
}

ul.wine-menu {
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-weight: 200;
  font-size: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.wine-menu a {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
  z-index: 1;
}

ul.wine-menu a:after,
ul.wine-menu a:before {
  position: absolute;
  z-index: 2;
  left: 48%;
  bottom: -0.75rem;
  width: 9px;
  height: 1px;
  background-color: #000;
  moz-transform-origin: 50%;
  transform-origin: 50%;
}

ul.wine-menu a:after {
  transform: rotate(-45deg);
}

ul.wine-menu a:before {
  margin-left: -6px;
  transform: rotate(45deg);
}

ul.wine-menu a:hover,
ul.wine-menu a:focus,
ul.wine-menu a:active {
  color: #000;
}

ul.wine-menu li {
  display: inline-block;
  padding: 0;
}

ul.wine-menu li.active a {
  color: #000;
}

ul.wine-menu li.active a:after,
ul.wine-menu li.active a:before {
  content: "";
}

ul.wine-menu li + li {
  margin-left: 1.25rem;
}

ul.small-inline-menu {
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-weight: 200;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.small-inline-menu a {
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: relative;
  z-index: 1;
}

ul.small-inline-menu a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
  bottom: -0.1rem;
  display: none;
}

ul.small-inline-menu a:hover,
ul.small-inline-menu a:focus,
ul.small-inline-menu a:active {
  color: #000;
}

ul.small-inline-menu li {
  display: inline-block;
  padding: 0;
  margin-top: 0.6rem;
  margin-right: 1rem;
}

ul.small-inline-menu li.active a {
  color: #000;
}

ul.small-inline-menu li.active a:after {
  display: block;
}

.map-container {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.overflow-container {
  height: 250px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: height 0.25s ease-in-out;
}

.overflow-container .btn-expand {
  font-size: 75%;
  text-transform: uppercase;
  text-decoration: none !important;
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.65);
  padding: 3px 0;
  transition: color 0.25s ease-in-out;
}

.overflow-container .btn-expand:after {
  content: "";
  position: absolute;
  z-index: 2;
  height: 50px;
  bottom: calc( 100% + 1px );
  left: -1px;
  right: -1px;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  background-repeat: repeat-x;
}

.overflow-container .btn-expand .text-open {
  display: block;
}

.overflow-container .btn-expand .text-close {
  display: none;
}

.overflow-container .btn-expand:hover,
.overflow-container .btn-expand:focus,
.overflow-container .btn-expand:active {
  color: #000;
}

.overflow-container.opened-container .btn-expand:after {
  display: none;
}

.overflow-container.opened-container .btn-expand .text-open {
  display: none;
}

.overflow-container.opened-container .btn-expand .text-close {
  display: block;
}

.bkg-container-absolute {
  position: absolute;
  z-index: -1;
  width: 60%;
  top: 8%;
  bottom: 0;
  right: 0;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}

.bkg-container-spacer {
  padding-top: 6%;
}

@media (max-width: 575.98px) {
  .quote-container .page-title {
    padding-left: 1.85rem;
  }

  .quote-container .page-title span {
    padding-top: 0.5rem;
    font-size: 35%;
  }

  .quote-container .page-title:after {
    width: 19px;
    height: 19px;
    left: 0;
  }

  .quote-container .logo-container {
    width: 180px;
  }

  .partner-item {
    margin-bottom: 1.5rem;
  }

  .partner-item .partner-logo {
    margin-right: 0;
    width: 50%;
    padding-top: 35%;
  }

  .partner-item .partner-title {
    margin-bottom: 1rem;
  }

  .bkg-container-absolute {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    padding-top: 110%;
    background-size: cover;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .quote-container .page-title {
    padding-left: 1.85rem;
  }

  .quote-container .page-title span {
    padding-top: 0.5rem;
    font-size: 35%;
  }

  .quote-container .page-title:after {
    width: 19px;
    height: 19px;
    left: 0;
  }

  .partner-item {
    margin-bottom: 2rem;
  }

  .partner-item .partner-logo {
    margin-right: 0;
  }

  .partner-item .partner-logo.small-mobile {
    width: 50%;
    padding-top: 35%;
  }

  .partner-item .partner-title {
    margin-bottom: 2rem;
  }

  .quote-container .logo-container {
    width: 180px;
  }

  .bkg-container-absolute {
    width: 110%;
    top: 0;
    right: -35%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .partner-item .partner-logo.small-mobile {
    width: 65%;
    padding-top: 40%;
  }

  .quote-container .logo-container {
    width: 200px;
  }

  .quote-container .page-title:after {
    width: 22px;
    height: 23px;
    left: -2rem;
  }

  .bkg-container-absolute {
    width: 110%;
    top: 0;
    right: -35%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .partner-item .partner-logo.small-mobile {
    padding-top: 60%;
  }

  .quote-container .logo-container {
    width: 200px;
  }

  .quote-container .page-title:after {
    width: 22px;
    height: 23px;
    left: -2rem;
  }

  ul.small-inline-menu {
    font-size: 0.9rem;
  }

  .bkg-container-absolute {
    width: 70%;
    right: -10%;
  }
}

@media (min-width: 1200px) {
  ul.wine-menu {
    font-size: 120%;
  }

  ul.small-inline-menu {
    font-size: 1.1rem;
  }

  .partner-item .partner-logo .logo {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

@media screen and (min-width: 1199px) and (max-width: 1280px) {
  .quote-container .logo-container {
    width: 220px;
  }
}

.bottle-container {
  width: 80%;
  margin: auto;
}

.review-block {
  background-color: #fff;
  padding-top: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.15);
}

.review-block .review-text {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 6%;
  right: 6%;
  line-height: 1.4;
  transform: translate(0, -50%);
  text-align: center;
  font-family: "Noto Serif TC", "Times New Roman", Times, Garamond, serif;
  font-size: 70%;
}

.review-block .review-text .review-score {
  font-size: 260%;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  color: #B6B6B6;
  line-height: 1;
  margin: 5px 0;
}

.review-block .review-text .review-score strong {
  font-weight: 700;
  color: #000;
}

@media (max-width: 575.98px) {
  .bottle-container {
    width: 50%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .bottle-container {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .bottle-container {
    width: 60%;
  }

  .review-block .review-text .review-score {
    font-size: 360%;
  }
}

.gallery .gallery-item {
  margin: 15px;
  width: 38%;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  overflow: hidden;
}

.gallery .gallery-item .bg-photo {
  display: block;
  width: 100%;
}

.gallery .gallery-item:nth-child(12n+1),
.gallery .gallery-item:nth-child(12n+3),
.gallery .gallery-item:nth-child(12n+4),
.gallery .gallery-item:nth-child(12n+6),
.gallery .gallery-item:nth-child(12n+7),
.gallery .gallery-item:nth-child(12n+9),
.gallery .gallery-item:nth-child(12n+10),
.gallery .gallery-item:nth-child(12n+12) {
  width: 26%;
}

.gallery .gallery-item:nth-child(12n+4),
.gallery .gallery-item:nth-child(12n+6),
.gallery .gallery-item:nth-child(12n+10),
.gallery .gallery-item:nth-child(12n+12),
.gallery .gallery-item:nth-child(12n+8) {
  min-height: 700px;
}

.gallery .gallery-item:nth-child(12n+4) .bg-photo,
.gallery .gallery-item:nth-child(12n+6) .bg-photo,
.gallery .gallery-item:nth-child(12n+10) .bg-photo,
.gallery .gallery-item:nth-child(12n+12) .bg-photo,
.gallery .gallery-item:nth-child(12n+8) .bg-photo {
  min-height: 700px;
}

.gallery .gallery-item:nth-child(12n+1),
.gallery .gallery-item:nth-child(12n+3),
.gallery .gallery-item:nth-child(12n+7),
.gallery .gallery-item:nth-child(12n+9),
.gallery .gallery-item:nth-child(12n+5),
.gallery .gallery-item:nth-child(12n+11) {
  min-height: 450px;
}

.gallery .gallery-item:nth-child(12n+1) .bg-photo,
.gallery .gallery-item:nth-child(12n+3) .bg-photo,
.gallery .gallery-item:nth-child(12n+7) .bg-photo,
.gallery .gallery-item:nth-child(12n+9) .bg-photo,
.gallery .gallery-item:nth-child(12n+5) .bg-photo,
.gallery .gallery-item:nth-child(12n+11) .bg-photo {
  min-height: 450px;
}

.gallery .gallery-item:nth-child(12n+2) {
  min-height: 560px;
}

.gallery .gallery-item:nth-child(12n+2) .bg-photo {
  min-height: 560px;
}

.gallery .gallery-item:nth-child(12n+4),
.gallery .gallery-item:nth-child(12n+6) {
  margin-top: -90px;
}

.gallery .gallery-item:nth-child(12n+5) {
  margin-bottom: 270px;
}

.gallery .gallery-item:nth-child(12n+8) {
  margin-top: -230px;
}

.gallery .gallery-item:nth-child(12n+7),
.gallery .gallery-item:nth-child(12n+9),
.gallery .gallery-item:nth-child(12n+10),
.gallery .gallery-item:nth-child(12n+12) {
  margin-top: -90px;
}

.gallery .gallery-item:nth-child(12n+11) {
  min-height: 595px;
}

.gallery .gallery-item:nth-child(12n+11) .bg-photo {
  min-height: 595px;
}

.simple-gallery .gallery-item.see-magnifier:before {
  opacity: 1;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 4.5rem;
  transform: translate(0, 0);
  font-size: 2.4rem;
}

.simple-gallery .gallery-item.see-magnifier.magnifier-right:before {
  right: auto;
  left: 4.5rem;
}

@media (max-width: 575.98px) {
  .gallery .gallery-item {
    margin: 20px 0;
    width: 100% !important;
    display: block;
    vertical-align: inherit;
  }

  .gallery .gallery-item:nth-child(12n+1),
  .gallery .gallery-item:nth-child(12n+3),
  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6),
  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12) {
    width: 100% !important;
  }

  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12),
  .gallery .gallery-item:nth-child(12n+8) {
    min-height: 400px;
  }

  .gallery .gallery-item:nth-child(12n+4) .bg-photo,
  .gallery .gallery-item:nth-child(12n+6) .bg-photo,
  .gallery .gallery-item:nth-child(12n+10) .bg-photo,
  .gallery .gallery-item:nth-child(12n+12) .bg-photo,
  .gallery .gallery-item:nth-child(12n+8) .bg-photo {
    min-height: 400px;
  }

  .gallery .gallery-item:nth-child(12n+1),
  .gallery .gallery-item:nth-child(12n+3),
  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+5),
  .gallery .gallery-item:nth-child(12n+11) {
    min-height: 250px;
  }

  .gallery .gallery-item:nth-child(12n+1) .bg-photo,
  .gallery .gallery-item:nth-child(12n+3) .bg-photo,
  .gallery .gallery-item:nth-child(12n+7) .bg-photo,
  .gallery .gallery-item:nth-child(12n+9) .bg-photo,
  .gallery .gallery-item:nth-child(12n+5) .bg-photo,
  .gallery .gallery-item:nth-child(12n+11) .bg-photo {
    min-height: 250px;
  }

  .gallery .gallery-item:nth-child(12n+2) {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+2) .bg-photo {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6) {
    margin-top: 15px;
  }

  .gallery .gallery-item:nth-child(12n+5) {
    margin-bottom: 15px;
  }

  .gallery .gallery-item:nth-child(12n+8) {
    margin-top: 15px;
  }

  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12) {
    margin-top: 15px;
  }

  .gallery .gallery-item:nth-child(12n+11) {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+11) .bg-photo {
    min-height: 320px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .gallery .gallery-item {
    margin: 10px 5px;
    width: 31% !important;
  }

  .gallery .gallery-item:nth-child(12n+1),
  .gallery .gallery-item:nth-child(12n+3),
  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6),
  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12) {
    width: 30% !important;
  }

  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6),
  .gallery .gallery-item:nth-child(12n+8) {
    min-height: 400px;
  }

  .gallery .gallery-item:nth-child(12n+4) .bg-photo,
  .gallery .gallery-item:nth-child(12n+6) .bg-photo,
  .gallery .gallery-item:nth-child(12n+8) .bg-photo {
    min-height: 400px;
  }

  .gallery .gallery-item:nth-child(12n+1),
  .gallery .gallery-item:nth-child(12n+3),
  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+5),
  .gallery .gallery-item:nth-child(12n+11) {
    min-height: 250px;
  }

  .gallery .gallery-item:nth-child(12n+1) .bg-photo,
  .gallery .gallery-item:nth-child(12n+3) .bg-photo,
  .gallery .gallery-item:nth-child(12n+7) .bg-photo,
  .gallery .gallery-item:nth-child(12n+9) .bg-photo,
  .gallery .gallery-item:nth-child(12n+5) .bg-photo,
  .gallery .gallery-item:nth-child(12n+11) .bg-photo {
    min-height: 250px;
  }

  .gallery .gallery-item:nth-child(12n+2) {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+2) .bg-photo {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6) {
    margin-top: -60px;
  }

  .gallery .gallery-item:nth-child(12n+5) {
    margin-bottom: 15px;
  }

  .gallery .gallery-item:nth-child(12n+8) {
    margin-top: -75px;
  }

  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12) {
    margin-top: 15px;
  }

  .gallery .gallery-item:nth-child(12n+11) {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+11) .bg-photo {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+12),
  .gallery .gallery-item:nth-child(12n+10) {
    margin-top: -145px;
    min-height: 475px;
  }

  .gallery .gallery-item:nth-child(12n+12) .bg-photo,
  .gallery .gallery-item:nth-child(12n+10) .bg-photo {
    min-height: 475px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .gallery .gallery-item {
    margin: 10px 5px;
    width: 31% !important;
  }

  .gallery .gallery-item:nth-child(12n+1),
  .gallery .gallery-item:nth-child(12n+3),
  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6),
  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12) {
    width: 31% !important;
  }

  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6),
  .gallery .gallery-item:nth-child(12n+8) {
    min-height: 400px;
  }

  .gallery .gallery-item:nth-child(12n+4) .bg-photo,
  .gallery .gallery-item:nth-child(12n+6) .bg-photo,
  .gallery .gallery-item:nth-child(12n+8) .bg-photo {
    min-height: 400px;
  }

  .gallery .gallery-item:nth-child(12n+1),
  .gallery .gallery-item:nth-child(12n+3),
  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+5),
  .gallery .gallery-item:nth-child(12n+11) {
    min-height: 250px;
  }

  .gallery .gallery-item:nth-child(12n+1) .bg-photo,
  .gallery .gallery-item:nth-child(12n+3) .bg-photo,
  .gallery .gallery-item:nth-child(12n+7) .bg-photo,
  .gallery .gallery-item:nth-child(12n+9) .bg-photo,
  .gallery .gallery-item:nth-child(12n+5) .bg-photo,
  .gallery .gallery-item:nth-child(12n+11) .bg-photo {
    min-height: 250px;
  }

  .gallery .gallery-item:nth-child(12n+2) {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+2) .bg-photo {
    min-height: 320px;
  }

  .gallery .gallery-item:nth-child(12n+4),
  .gallery .gallery-item:nth-child(12n+6) {
    margin-top: -60px;
  }

  .gallery .gallery-item:nth-child(12n+5) {
    margin-bottom: 15px;
  }

  .gallery .gallery-item:nth-child(12n+8) {
    margin-top: -75px;
  }

  .gallery .gallery-item:nth-child(12n+7),
  .gallery .gallery-item:nth-child(12n+9),
  .gallery .gallery-item:nth-child(12n+10),
  .gallery .gallery-item:nth-child(12n+12) {
    margin-top: 15px;
  }

  .gallery .gallery-item:nth-child(12n+11) {
    min-height: 410px;
  }

  .gallery .gallery-item:nth-child(12n+11) .bg-photo {
    min-height: 410px;
  }

  .gallery .gallery-item:nth-child(12n+12),
  .gallery .gallery-item:nth-child(12n+10) {
    margin-top: -55px;
    min-height: 475px;
  }

  .gallery .gallery-item:nth-child(12n+12) .bg-photo,
  .gallery .gallery-item:nth-child(12n+10) .bg-photo {
    min-height: 475px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .gallery .gallery-item {
    margin: 12px;
  }
}

.box {
  padding: 50px;
  background-color: #6F7679;
}

.box .box-title {
  font-weight: 700;
}

.box .box-title .suptitle {
  display: block;
  padding-bottom: 2px;
  font-size: 70%;
  font-weight: 200;
}

.box a[href^="mailto:"] {
  word-break: break-all;
}

.box.small-padding {
  padding: 40px;
}

.box.big-padding {
  padding: 80px;
}

.box.box-white {
  background-color: #fff;
}

.box-photo-overlay {
  position: relative;
  z-index: 1;
}

.box-photo-overlay:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.box-photo-overlay .box-body {
  position: relative;
  z-index: 2;
}

.box-photo-overlay.box-min-height {
  min-height: 580px;
}

.box-photo-overlay.box-min-height .box-body {
  position: absolute;
  top: 50%;
  left: 50px;
  right: 50px;
  transform: translate(0, -50%);
}

.box-photo-top {
  position: absolute;
  width: 60%;
  top: -75px;
  left: 100px;
}

.box-photo-bottom {
  position: absolute;
  width: 60%;
  left: 20%;
  bottom: -240px;
}

.box-photo-bottom-small {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 70%;
  padding: 10% 10% 0 10%;
}

.box-photo-bottom-small .box-title {
  font-size: 1.4rem;
  min-height: 74px;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (max-width: 1200px), (max-height: 1200px) {
  .box-photo-bottom-small .box-title {
    font-size: calc(0.93125rem + 0.625vmin);
  }
}

.mb-box-photo-bottom {
  margin-bottom: 240px;
}

.box-logo {
  position: absolute;
  top: 35px;
  left: 35px;
  padding: 0 !important;
  background-color: transparent;
}

.box-logo img {
  width: 220px;
}

.box-contacts {
  line-height: 1.75;
  padding-top: 1.5rem;
}

@media (max-width: 575.98px) {
  .box {
    padding: 20px;
  }

  .box.small-padding {
    padding: 20px;
  }

  .box.big-padding {
    padding: 40px 20px;
  }

  .box-photo-top {
    width: 70%;
    top: -26px;
    left: 25px;
  }

  .box-photo-bottom {
    width: 80%;
    left: 10%;
    bottom: -188px;
  }

  .box-photo-bottom-small {
    width: 90%;
    left: 5%;
  }

  .mb-box-photo-bottom {
    margin-bottom: 190px;
  }

  .box-logo {
    top: 20px;
    left: 20px;
  }

  .box-logo img {
    width: 140px;
  }

  .box-contacts {
    padding-top: 0.75rem;
  }

  .box-photo-overlay.box-min-height {
    min-height: 0;
  }

  .box-photo-overlay.box-min-height .box-body {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    transform: translate(0, 0);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .box {
    padding: 20px;
  }

  .box.small-padding {
    padding: 20px;
  }

  .box.big-padding {
    padding: 40px;
  }

  .box-photo-top {
    width: 79%;
    top: -20px;
    left: 20px;
  }

  .box-photo-bottom {
    width: 80%;
    left: 10%;
    bottom: -218px;
  }

  .box-photo-bottom-small {
    width: 90%;
    left: 5%;
  }

  .box-logo {
    top: 25px;
    left: 25px;
  }

  .box-logo img {
    width: 140px;
  }

  .box-photo-overlay.box-min-height {
    min-height: 0;
  }

  .box-photo-overlay.box-min-height .box-body {
    position: relative;
    top: 0;
    left: auto;
    right: auto;
    transform: translate(0, 0);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .box {
    padding: 40px;
  }

  .box.small-padding {
    padding: 30px;
  }

  .box.big-padding {
    padding: 60px;
  }

  .box-photo-top {
    width: 85%;
    top: -55px;
    left: 27px;
  }

  .box-photo-bottom {
    width: 80%;
    left: 10%;
  }

  .box-photo-bottom-small {
    width: 90%;
    left: 5%;
  }

  .box-logo {
    top: 25px;
    left: 25px;
  }

  .box-logo img {
    width: 160px;
  }

  .box-photo-overlay.box-min-height {
    min-height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .box.small-padding {
    padding: 30px;
  }

  .box-photo-top {
    width: 70%;
    top: -55px;
    left: 75px;
  }

  .box-photo-bottom {
    width: 80%;
    left: 10%;
  }

  .box-photo-bottom-small {
    width: 90%;
    left: 5%;
  }

  .box-logo {
    top: 25px;
    left: 25px;
  }

  .box-logo img {
    width: 180px;
  }

  .box-photo-overlay.box-min-height {
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .box.big-padding {
    padding: 100px;
  }

  .box-photo-top {
    width: 50%;
  }
}

.home .bg-home {
  height: calc( 100vh - 88px );
}

.home .bg-home:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.home .bg-home .container {
  position: relative;
  z-index: 3;
}

.home .bg-home .container .logo-container {
  position: relative;
  z-index: 4;
}

.home .logo-full,
.home .logo-full-shadow {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 360px;
  height: 268px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/images/logo_full_white.svg");
  background-size: contain;
  transform: translate(0, -50%);
}

.home .logo-full-shadow {
  z-index: 5;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0.35;
  background-image: url("/images/logo_full_black.svg");
}

.home .garrafa {
  position: absolute;
  z-index: 2;
  top: -150px;
  right: 64%;
  width: 40%;
  padding-top: 132%;
  display: block;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(90deg);
}

.home .header-btn-container {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.home .header-btn-container a {
  color: #fff !important;
  opacity: 0.5;
  position: relative;
  top: -3px;
  transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.home .header-btn-container a .icon {
  font-size: 1.1em;
  display: inline-block;
  transform: rotate(90deg);
}

.home .header-btn-container a:hover,
.home .header-btn-container a:focus,
.home .header-btn-container a:active {
  opacity: 0.75;
  top: 0;
}

@media (max-width: 575.98px) {
  .home .bg-home {
    height: calc( 100vh - 74px );
    height: calc((var(--vh, 1vh) * 100) - 74px);
  }

  .home .bg-home .container .logo-container {
    width: 100%;
    height: 85%;
  }

  .home .logo-full,
  .home .logo-full-shadow {
    width: 238px;
    height: 180px;
    left: 50%;
    transform: translate(-50%, -35%);
  }

  .home .garrafa {
    top: -120px;
    right: 60%;
  }

  .home .gallery-item {
    border-bottom: 2px solid #fff;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .home .bg-home {
    height: calc( 100vh - 74px );
  }

  .home .logo-full,
  .home .logo-full-shadow {
    width: 238px;
    height: 180px;
  }

  .home .garrafa {
    top: -100px;
    right: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home .bg-home {
    height: calc( 100vh - 78px );
  }

  .home .logo-full,
  .home .logo-full-shadow {
    width: 320px;
    height: 242px;
  }

  .home .garrafa {
    top: -110px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .home .bg-home {
    height: calc( 100vh - 84px );
  }

  .home .logo-full,
  .home .logo-full-shadow {
    width: 320px;
    height: 242px;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  border: 1px solid rgba(87, 92, 94, 0.15);
  background-color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-bottom-color: rgba(87, 92, 94, 0.15);
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: rgba(0, 0, 0, 0.25) !important;
}

.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: rgba(0, 0, 0, 0.5);
}

.datepicker .day.active,
.datepicker .month.active,
.datepicker .year.active,
.datepicker .decade.active {
  background-color: #000;
}

.datepicker .day.active:hover,
.datepicker .month.active:hover,
.datepicker .year.active:hover,
.datepicker .decade.active:hover {
  background-color: rgba(0, 0, 0, 0.65);
}

.datepicker .day.today:before,
.datepicker .month.today:before,
.datepicker .year.today:before,
.datepicker .decade.today:before {
  border-bottom-color: #000;
}

.datepicker .date-next {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #262626;
}

.datepicker .date-previous {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: rgba(255, 255, 255, 0) #262626 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}

