.glightbox-container { 
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}

/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

@-webkit-keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.splide__container{position:relative;box-sizing:border-box}

.splide__list{margin:0!important;padding:0!important;width:-webkit-max-content;width:-moz-max-content;width:max-content;will-change:transform}

.splide.is-active .splide__list{display:flex}

.splide__pagination{display:inline-flex;align-items:center;width:95%;flex-wrap:wrap;justify-content:center;margin:0}

.splide__pagination li{list-style-type:none;display:inline-block;line-height:1;margin:0}

.splide{visibility:hidden}

.splide,.splide__slide{position:relative;outline:none}

.splide__slide{box-sizing:border-box;list-style-type:none!important;margin:0;flex-shrink:0}

.splide__slide img{vertical-align:bottom}

.splide__slider{position:relative}

.splide__spinner{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #999;border-left-color:transparent;-webkit-animation:splide-loading 1s linear infinite;animation:splide-loading 1s linear infinite}

.splide__track{position:relative;z-index:0;overflow:hidden}

.splide--draggable>.splide__track>.splide__list>.splide__slide{-webkit-user-select:none;-moz-user-select:none;user-select:none}

.splide--fade>.splide__track>.splide__list{display:block}

.splide--fade>.splide__track>.splide__list>.splide__slide{position:absolute;top:0;left:0;z-index:0;opacity:0}

.splide--fade>.splide__track>.splide__list>.splide__slide.is-active{position:relative;z-index:1;opacity:1}

.splide--rtl{direction:rtl}

.splide--ttb>.splide__track>.splide__list{display:block}

.splide--ttb>.splide__pagination{width:auto}

.splide__arrow{position:absolute;z-index:1;top:50%;transform:translateY(-50%);width:2em;height:2em;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;padding:0;opacity:.7;background:#ccc}

.splide__arrow svg{width:1.2em;height:1.2em}

.splide__arrow:hover{cursor:pointer;opacity:.9}

.splide__arrow:focus{outline:none}

.splide__arrow--prev{left:1em}

.splide__arrow--prev svg{transform:scaleX(-1)}

.splide__arrow--next{right:1em}

.splide__pagination{position:absolute;z-index:1;bottom:.5em;left:50%;transform:translateX(-50%);padding:0}

.splide__pagination__page{display:inline-block;width:8px;height:8px;background:#ccc;border-radius:50%;margin:3px;padding:0;transition:transform .2s linear;border:none;opacity:.7}

.splide__pagination__page.is-active{transform:scale(1.4);background:#fff}

.splide__pagination__page:hover{cursor:pointer;opacity:.9}

.splide__pagination__page:focus{outline:none}

.splide__progress__bar{width:0;height:3px;background:#ccc}

.splide--nav>.splide__track>.splide__list>.splide__slide{border:3px solid transparent}

.splide--nav>.splide__track>.splide__list>.splide__slide.is-active{border-color:#000}

.splide--nav>.splide__track>.splide__list>.splide__slide:focus{outline:none}

.splide--rtl>.splide__arrows .splide__arrow--prev,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev{right:1em;left:auto}

.splide--rtl>.splide__arrows .splide__arrow--prev svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:scaleX(1)}

.splide--rtl>.splide__arrows .splide__arrow--next,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next{left:1em;right:auto}

.splide--rtl>.splide__arrows .splide__arrow--next svg,.splide--rtl>.splide__track>.splide__arrows .splide__arrow--next svg{transform:scaleX(-1)}

.splide--ttb>.splide__arrows .splide__arrow,.splide--ttb>.splide__track>.splide__arrows .splide__arrow{left:50%;transform:translate(-50%)}

.splide--ttb>.splide__arrows .splide__arrow--prev,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev{top:1em}

.splide--ttb>.splide__arrows .splide__arrow--prev svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--prev svg{transform:rotate(-90deg)}

.splide--ttb>.splide__arrows .splide__arrow--next,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next{top:auto;bottom:1em}

.splide--ttb>.splide__arrows .splide__arrow--next svg,.splide--ttb>.splide__track>.splide__arrows .splide__arrow--next svg{transform:rotate(90deg)}

.splide--ttb>.splide__pagination{display:flex;flex-direction:column;bottom:50%;left:auto;right:.5em;transform:translateY(50%)}

:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff}

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

@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}

body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}

hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}

hr:not([size]){height:1px}

h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}

h1,.h1{font-size:calc(1.375rem + 1.5vw)}

@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}

h2,.h2{font-size:calc(1.325rem + 0.9vw)}

@media(min-width: 1200px){h2,.h2{font-size:2rem}}

h3,.h3{font-size:calc(1.3rem + 0.6vw)}

@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}

h4,.h4{font-size:calc(1.275rem + 0.3vw)}

@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}

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

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

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

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

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

ol,ul{padding-left:2rem}

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:.5rem;margin-left:0}

blockquote{margin:0 0 1rem}

b,strong{font-weight:bolder}

small,.small{font-size:0.875em}

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

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

sub{bottom:-0.25em}

sup{top:-0.5em}

a{color:#0d6efd;text-decoration:underline}

a:hover{color:#0a58ca}

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

pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}

pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}

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

code{font-size:0.875em;color:#d63384;word-wrap:break-word}

a>code{color:inherit}

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

kbd kbd{padding:0;font-size:1em;font-weight:700}

figure{margin:0 0 1rem}

img,svg{vertical-align:middle}

table{caption-side:bottom;border-collapse:collapse}

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

th{text-align:inherit;text-align:-webkit-match-parent}

thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}

label{display:inline-block}

button{border-radius:0}

button:focus:not(:focus-visible){outline:0}

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

button,select{text-transform:none}

[role=button]{cursor:pointer}

select{word-wrap:normal}

select:disabled{opacity:1}

[list]::-webkit-calendar-picker-indicator{display:none}

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}

::-moz-focus-inner{padding:0;border-style:none}

textarea{resize:vertical}

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

legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}

@media(min-width: 1200px){legend{font-size:1.5rem}}

legend+*{clear:left}

::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}

::-webkit-inner-spin-button{height:auto}

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

::-webkit-search-decoration{-webkit-appearance:none}

::-webkit-color-swatch-wrapper{padding:0}

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

::file-selector-button{font:inherit}

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

output{display:inline-block}

iframe{border:0}

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

progress{vertical-align:baseline}

[hidden]{display:none !important}

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

.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}

@media(min-width: 1200px){.display-1{font-size:5rem}}

.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}

@media(min-width: 1200px){.display-2{font-size:4.5rem}}

.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}

@media(min-width: 1200px){.display-3{font-size:4rem}}

.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}

@media(min-width: 1200px){.display-4{font-size:3.5rem}}

.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}

@media(min-width: 1200px){.display-5{font-size:3rem}}

.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}

@media(min-width: 1200px){.display-6{font-size:2.5rem}}

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

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

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

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

.initialism{font-size:0.875em;text-transform:uppercase}

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

.blockquote>:last-child{margin-bottom:0}

.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}

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

.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}

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

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

@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}

@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}

@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}

.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}

.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}

.col{flex:1 0 0%}

.row-cols-auto>*{flex:0 0 auto;width:auto}

.row-cols-1>*{flex:0 0 auto;width:100%}

.row-cols-2>*{flex:0 0 auto;width:50%}

.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}

.row-cols-4>*{flex:0 0 auto;width:25%}

.row-cols-5>*{flex:0 0 auto;width:20%}

.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}

.col-auto{flex:0 0 auto;width:auto}

.col-1{flex:0 0 auto;width:8.33333333%}

.col-2{flex:0 0 auto;width:16.66666667%}

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

.col-4{flex:0 0 auto;width:33.33333333%}

.col-5{flex:0 0 auto;width:41.66666667%}

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

.col-7{flex:0 0 auto;width:58.33333333%}

.col-8{flex:0 0 auto;width:66.66666667%}

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

.col-10{flex:0 0 auto;width:83.33333333%}

.col-11{flex:0 0 auto;width:91.66666667%}

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

.offset-1{margin-left:8.33333333%}

.offset-2{margin-left:16.66666667%}

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

.offset-4{margin-left:33.33333333%}

.offset-5{margin-left:41.66666667%}

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

.offset-7{margin-left:58.33333333%}

.offset-8{margin-left:66.66666667%}

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

.offset-10{margin-left:83.33333333%}

.offset-11{margin-left:91.66666667%}

.g-0,.gx-0{--bs-gutter-x: 0}

.g-0,.gy-0{--bs-gutter-y: 0}

.g-1,.gx-1{--bs-gutter-x: 0.25rem}

.g-1,.gy-1{--bs-gutter-y: 0.25rem}

.g-2,.gx-2{--bs-gutter-x: 0.5rem}

.g-2,.gy-2{--bs-gutter-y: 0.5rem}

.g-3,.gx-3{--bs-gutter-x: 1rem}

.g-3,.gy-3{--bs-gutter-y: 1rem}

.g-4,.gx-4{--bs-gutter-x: 1.5rem}

.g-4,.gy-4{--bs-gutter-y: 1.5rem}

.g-5,.gx-5{--bs-gutter-x: 2.5rem}

.g-5,.gy-5{--bs-gutter-y: 2.5rem}

.g-6,.gx-6{--bs-gutter-x: 3.5rem}

.g-6,.gy-6{--bs-gutter-y: 3.5rem}

.g-7,.gx-7{--bs-gutter-x: 5rem}

.g-7,.gy-7{--bs-gutter-y: 5rem}

.g-8,.gx-8{--bs-gutter-x: 6rem}

.g-8,.gy-8{--bs-gutter-y: 6rem}

.g-9,.gx-9{--bs-gutter-x: 7rem}

.g-9,.gy-9{--bs-gutter-y: 7rem}

.g-10,.gx-10{--bs-gutter-x: 8rem}

.g-10,.gy-10{--bs-gutter-y: 8rem}

@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 2.5rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 2.5rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 3.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 3.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 5rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 5rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 6rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 6rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 7rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 7rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 8rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 8rem}}

@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 2.5rem}.g-md-5,.gy-md-5{--bs-gutter-y: 2.5rem}.g-md-6,.gx-md-6{--bs-gutter-x: 3.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 3.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 5rem}.g-md-7,.gy-md-7{--bs-gutter-y: 5rem}.g-md-8,.gx-md-8{--bs-gutter-x: 6rem}.g-md-8,.gy-md-8{--bs-gutter-y: 6rem}.g-md-9,.gx-md-9{--bs-gutter-x: 7rem}.g-md-9,.gy-md-9{--bs-gutter-y: 7rem}.g-md-10,.gx-md-10{--bs-gutter-x: 8rem}.g-md-10,.gy-md-10{--bs-gutter-y: 8rem}}

@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 2.5rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 2.5rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 3.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 3.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 5rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 5rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 6rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 6rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 7rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 7rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 8rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 8rem}}

@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 2.5rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 2.5rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 3.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 3.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 5rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 5rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 6rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 6rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 7rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 7rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 8rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 8rem}}

@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 2.5rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 2.5rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 3.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 3.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 5rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 5rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 6rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 6rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 7rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 7rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 8rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 8rem}}

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

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

.btn:hover{color:#212529}

.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}

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

.btn-primary{color:#fff;background-color:#0d6efd;border-color:#0d6efd}

.btn-primary:hover{color:#fff;background-color:#0b5ed7;border-color:#0a58ca}

.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#0b5ed7;border-color:#0a58ca;box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}

.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0a58ca;border-color:#0a53be}

.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(49,132,253,.5)}

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

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

.btn-secondary:hover{color:#fff;background-color:#5c636a;border-color:#565e64}

.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#fff;background-color:#5c636a;border-color:#565e64;box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}

.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#565e64;border-color:#51585e}

.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(130,138,145,.5)}

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

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

.btn-success:hover{color:#fff;background-color:#157347;border-color:#146c43}

.btn-check:focus+.btn-success,.btn-success:focus{color:#fff;background-color:#157347;border-color:#146c43;box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}

.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#146c43;border-color:#13653f}

.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}

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

.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}

.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}

.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}

.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}

.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}

.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}

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

.btn-warning:hover{color:#000;background-color:#ffca2c;border-color:#ffc720}

.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#ffca2c;border-color:#ffc720;box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}

.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#ffcd39;border-color:#ffc720}

.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,164,6,.5)}

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

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

.btn-danger:hover{color:#fff;background-color:#bb2d3b;border-color:#b02a37}

.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#bb2d3b;border-color:#b02a37;box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}

.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#b02a37;border-color:#a52834}

.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(225,83,97,.5)}

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

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

.btn-light:hover{color:#000;background-color:#f9fafb;border-color:#f9fafb}

.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f9fafb;border-color:#f9fafb;box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}

.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f9fafb;border-color:#f9fafb}

.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(211,212,213,.5)}

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

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

.btn-dark:hover{color:#fff;background-color:#1c1f23;border-color:#1a1e21}

.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#1c1f23;border-color:#1a1e21;box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}

.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1a1e21;border-color:#191c1f}

.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(66,70,73,.5)}

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

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

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

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}

.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#0d6efd;border-color:#0d6efd}

.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.5)}

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

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

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

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

.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#fff;background-color:#6c757d;border-color:#6c757d}

.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(108,117,125,.5)}

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

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

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

.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}

.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#fff;background-color:#198754;border-color:#198754}

.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.5)}

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

.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}

.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}

.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}

.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}

.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}

.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}

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

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

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

.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffc107;border-color:#ffc107}

.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,193,7,.5)}

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

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

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

.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}

.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#dc3545;border-color:#dc3545}

.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.5)}

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

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

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

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

.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f8f9fa;border-color:#f8f9fa}

.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(248,249,250,.5)}

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

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

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

.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}

.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#212529;border-color:#212529}

.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(33,37,41,.5)}

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

.btn-link{font-weight:400;color:#0d6efd;text-decoration:underline}

.btn-link:hover{color:#0a58ca}

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

.btn-lg{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}

.btn-sm{padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}

.fade{transition:opacity .15s linear}

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

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

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

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

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

.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}

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

.dropup,.dropend,.dropdown,.dropstart{position:relative}

.dropdown-toggle{white-space:nowrap}

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

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

.dropdown-menu{position:absolute;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}

.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:.125rem}

.dropdown-menu-start{--bs-position: start}

.dropdown-menu-start[data-bs-popper]{right:auto;left:0}

.dropdown-menu-end{--bs-position: end}

.dropdown-menu-end[data-bs-popper]{right:0;left:auto}

@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}

@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}

@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}

@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}

@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}

.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}

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

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

.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}

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

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

.dropend .dropdown-toggle::after{vertical-align:0}

.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}

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

.dropstart .dropdown-toggle::after{display:none}

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

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

.dropstart .dropdown-toggle::before{vertical-align:0}

.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid rgba(0,0,0,.15)}

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

.dropdown-item:hover,.dropdown-item:focus{color:#1e2125;background-color:#e9ecef}

.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#0d6efd}

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

.dropdown-menu.show{display:block}

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

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

.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:rgba(0,0,0,.15)}

.dropdown-menu-dark .dropdown-item{color:#dee2e6}

.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,.15)}

.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#0d6efd}

.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}

.dropdown-menu-dark .dropdown-divider{border-color:rgba(0,0,0,.15)}

.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}

.dropdown-menu-dark .dropdown-header{color:#adb5bd}

.form-label{margin-bottom:.5rem}

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

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

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

.form-text{margin-top:.25rem;font-size:0.875em;color:#6c757d}

.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}

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

.form-control[type=file]{overflow:hidden}

.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}

.form-control:focus{color:#212529;background-color:#fff;border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}

.form-control::-webkit-date-and-time-value{height:1.5em}

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

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

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

.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}

.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}

@media(prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}.form-control::file-selector-button{transition:none}}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}

.form-control::-webkit-file-upload-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}

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

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}

.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:#212529;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{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}

.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}

.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}

.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}

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

.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-0.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}

.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}

.form-control-lg::-webkit-file-upload-button{padding:.5rem 1rem;margin:-0.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}

textarea.form-control{min-height:calc(1.5em + 0.75rem + 2px)}

textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}

textarea.form-control-lg{min-height:calc(1.5em + 1rem + 2px)}

.form-control-color{width:3rem;height:auto;padding:.375rem}

.form-control-color:not(:disabled):not([readonly]){cursor:pointer}

.form-control-color::-moz-color-swatch{height:1.5em;border-radius:.25rem}

.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:.25rem}

.form-select{display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;-moz-padding-start:calc(0.75rem - 3px);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}

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

.form-select:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}

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

.form-select:disabled{background-color:#e9ecef}

.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #212529}

.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}

.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}

.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}

.form-check .form-check-input{float:left;margin-left:-1.5em}

.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact}

.form-check-input[type=checkbox]{border-radius:.25em}

.form-check-input[type=radio]{border-radius:50%}

.form-check-input:active{filter:brightness(90%)}

.form-check-input:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}

.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}

.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")}

.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}

.form-check-input[type=checkbox]:indeterminate{background-color:#0d6efd;border-color:#0d6efd;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}

.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}

.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}

.form-switch{padding-left:2.5em}

.form-switch .form-check-input{width:2em;margin-left:-2.5em;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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}

@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}

.form-switch .form-check-input:focus{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='%2386b7fe'/%3e%3c/svg%3e")}

.form-switch .form-check-input:checked{background-position:right center;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")}

.form-check-inline{display:inline-block;margin-right:1rem}

.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}

.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}

.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}

.form-range:focus{outline:0}

.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}

.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}

.form-range::-moz-focus-outer{border:0}

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

@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}

.form-range::-webkit-slider-thumb:active{background-color:#b6d4fe}

.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}

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

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

.form-range::-moz-range-thumb:active{background-color:#b6d4fe}

.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}

.form-range:disabled{pointer-events:none}

.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}

.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}

.form-floating{position:relative}

.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}

.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}

@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}

.form-floating>.form-control{padding:1rem .75rem}

.form-floating>.form-control::-moz-placeholder{color:transparent}

.form-floating>.form-control::placeholder{color:transparent}

.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}

.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}

.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}

.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}

.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}

.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}

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

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

.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}

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

.input-group .btn:focus{z-index:3}

.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}

.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.3rem}

.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}

.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}

.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}

.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:#198754}

.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(25,135,84,.9);border-radius:.25rem}

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

.was-validated .form-control:valid,.form-control.is-valid{border-color:#198754;padding-right:calc(1.5em + 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='%23198754' 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:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}

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

.was-validated .form-select:valid,.form-select.is-valid{border-color:#198754}

.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}

.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#198754;box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}

.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#198754}

.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#198754}

.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,135,84,.25)}

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

.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}

.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:1}

.was-validated .input-group .form-control:valid:focus,.input-group .form-control.is-valid:focus,.was-validated .input-group .form-select:valid:focus,.input-group .form-select.is-valid:focus{z-index:3}

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

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

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

.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#dc3545;padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}

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

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

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

.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{padding-right:4.125rem;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}

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

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

.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#dc3545}

.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(220,53,69,.25)}

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

.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}

.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:2}

.was-validated .input-group .form-control:invalid:focus,.input-group .form-control.is-invalid:focus,.was-validated .input-group .form-select:invalid:focus,.input-group .form-select.is-invalid:focus{z-index:3}

/*!
 * Bootstrap Utilities v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

.clearfix::after{display:block;clear:both;content:""}

.link-primary{color:#0d6efd}

.link-primary:hover,.link-primary:focus{color:#0a58ca}

.link-secondary{color:#6c757d}

.link-secondary:hover,.link-secondary:focus{color:#565e64}

.link-success{color:#198754}

.link-success:hover,.link-success:focus{color:#146c43}

.link-info{color:#0dcaf0}

.link-info:hover,.link-info:focus{color:#3dd5f3}

.link-warning{color:#ffc107}

.link-warning:hover,.link-warning:focus{color:#ffcd39}

.link-danger{color:#dc3545}

.link-danger:hover,.link-danger:focus{color:#b02a37}

.link-light{color:#f8f9fa}

.link-light:hover,.link-light:focus{color:#f9fafb}

.link-dark{color:#212529}

.link-dark:hover,.link-dark:focus{color:#1a1e21}

.ratio{position:relative;width:100%}

.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}

.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}

.ratio-1x1{--bs-aspect-ratio: 100%}

.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}

.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}

.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}

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

.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}

@media(min-width: 576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}

@media(min-width: 768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}

@media(min-width: 992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}

@media(min-width: 1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}

@media(min-width: 1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}

.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}

.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}

.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}

.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}

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

.float-start{float:left !important}

.float-end{float:right !important}

.float-none{float:none !important}

.opacity-0{opacity:0 !important}

.opacity-25{opacity:.25 !important}

.opacity-50{opacity:.5 !important}

.opacity-75{opacity:.75 !important}

.opacity-100{opacity:1 !important}

.overflow-auto{overflow:auto !important}

.overflow-hidden{overflow:hidden !important}

.overflow-visible{overflow:visible !important}

.overflow-scroll{overflow:scroll !important}

.d-inline{display:inline !important}

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

.d-block{display:block !important}

.d-grid{display:grid !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}

.d-none{display:none !important}

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

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

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

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

.position-static{position:static !important}

.position-relative{position:relative !important}

.position-absolute{position:absolute !important}

.position-fixed{position:fixed !important}

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

.top-0{top:0 !important}

.top-50{top:50% !important}

.top-100{top:100% !important}

.bottom-0{bottom:0 !important}

.bottom-50{bottom:50% !important}

.bottom-100{bottom:100% !important}

.start-0{left:0 !important}

.start-50{left:50% !important}

.start-100{left:100% !important}

.end-0{right:0 !important}

.end-50{right:50% !important}

.end-100{right:100% !important}

.translate-middle{transform:translate(-50%, -50%) !important}

.translate-middle-x{transform:translateX(-50%) !important}

.translate-middle-y{transform:translateY(-50%) !important}

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

.border-0{border:0 !important}

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

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

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

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

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

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

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

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

.border-primary{border-color:#0d6efd !important}

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

.border-success{border-color:#198754 !important}

.border-info{border-color:#0dcaf0 !important}

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

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

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

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

.border-white{border-color:#fff !important}

.border-1{border-width:1px !important}

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

.border-3{border-width:3px !important}

.border-4{border-width:4px !important}

.border-5{border-width:5px !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}

.mw-100{max-width:100% !important}

.vw-100{width:100vw !important}

.min-vw-100{min-width:100vw !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}

.mh-100{max-height:100% !important}

.vh-100{height:100vh !important}

.min-vh-100{min-height:100vh !important}

.flex-fill{flex:1 1 auto !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-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}

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

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

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

.gap-0{gap:0 !important}

.gap-1{gap:.25rem !important}

.gap-2{gap:.5rem !important}

.gap-3{gap:1rem !important}

.gap-4{gap:1.5rem !important}

.gap-5{gap:2.5rem !important}

.gap-6{gap:3.5rem !important}

.gap-7{gap:5rem !important}

.gap-8{gap:6rem !important}

.gap-9{gap:7rem !important}

.gap-10{gap:8rem !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}

.justify-content-evenly{justify-content:space-evenly !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}

.order-first{order:-1 !important}

.order-0{order:0 !important}

.order-1{order:1 !important}

.order-2{order:2 !important}

.order-3{order:3 !important}

.order-4{order:4 !important}

.order-5{order:5 !important}

.order-last{order:6 !important}

.m-0{margin:0 !important}

.m-1{margin:.25rem !important}

.m-2{margin:.5rem !important}

.m-3{margin:1rem !important}

.m-4{margin:1.5rem !important}

.m-5{margin:2.5rem !important}

.m-6{margin:3.5rem !important}

.m-7{margin:5rem !important}

.m-8{margin:6rem !important}

.m-9{margin:7rem !important}

.m-10{margin:8rem !important}

.m-auto{margin:auto !important}

.mx-0{margin-right:0 !important;margin-left:0 !important}

.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}

.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}

.mx-3{margin-right:1rem !important;margin-left:1rem !important}

.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}

.mx-5{margin-right:2.5rem !important;margin-left:2.5rem !important}

.mx-6{margin-right:3.5rem !important;margin-left:3.5rem !important}

.mx-7{margin-right:5rem !important;margin-left:5rem !important}

.mx-8{margin-right:6rem !important;margin-left:6rem !important}

.mx-9{margin-right:7rem !important;margin-left:7rem !important}

.mx-10{margin-right:8rem !important;margin-left:8rem !important}

.mx-auto{margin-right:auto !important;margin-left:auto !important}

.my-0{margin-top:0 !important;margin-bottom:0 !important}

.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}

.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}

.my-3{margin-top:1rem !important;margin-bottom:1rem !important}

.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}

.my-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}

.my-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}

.my-7{margin-top:5rem !important;margin-bottom:5rem !important}

.my-8{margin-top:6rem !important;margin-bottom:6rem !important}

.my-9{margin-top:7rem !important;margin-bottom:7rem !important}

.my-10{margin-top:8rem !important;margin-bottom:8rem !important}

.my-auto{margin-top:auto !important;margin-bottom:auto !important}

.mt-0{margin-top:0 !important}

.mt-1{margin-top:.25rem !important}

.mt-2{margin-top:.5rem !important}

.mt-3{margin-top:1rem !important}

.mt-4{margin-top:1.5rem !important}

.mt-5{margin-top:2.5rem !important}

.mt-6{margin-top:3.5rem !important}

.mt-7{margin-top:5rem !important}

.mt-8{margin-top:6rem !important}

.mt-9{margin-top:7rem !important}

.mt-10{margin-top:8rem !important}

.mt-auto{margin-top:auto !important}

.me-0{margin-right:0 !important}

.me-1{margin-right:.25rem !important}

.me-2{margin-right:.5rem !important}

.me-3{margin-right:1rem !important}

.me-4{margin-right:1.5rem !important}

.me-5{margin-right:2.5rem !important}

.me-6{margin-right:3.5rem !important}

.me-7{margin-right:5rem !important}

.me-8{margin-right:6rem !important}

.me-9{margin-right:7rem !important}

.me-10{margin-right:8rem !important}

.me-auto{margin-right:auto !important}

.mb-0{margin-bottom:0 !important}

.mb-1{margin-bottom:.25rem !important}

.mb-2{margin-bottom:.5rem !important}

.mb-3{margin-bottom:1rem !important}

.mb-4{margin-bottom:1.5rem !important}

.mb-5{margin-bottom:2.5rem !important}

.mb-6{margin-bottom:3.5rem !important}

.mb-7{margin-bottom:5rem !important}

.mb-8{margin-bottom:6rem !important}

.mb-9{margin-bottom:7rem !important}

.mb-10{margin-bottom:8rem !important}

.mb-auto{margin-bottom:auto !important}

.ms-0{margin-left:0 !important}

.ms-1{margin-left:.25rem !important}

.ms-2{margin-left:.5rem !important}

.ms-3{margin-left:1rem !important}

.ms-4{margin-left:1.5rem !important}

.ms-5{margin-left:2.5rem !important}

.ms-6{margin-left:3.5rem !important}

.ms-7{margin-left:5rem !important}

.ms-8{margin-left:6rem !important}

.ms-9{margin-left:7rem !important}

.ms-10{margin-left:8rem !important}

.ms-auto{margin-left:auto !important}

.p-0{padding:0 !important}

.p-1{padding:.25rem !important}

.p-2{padding:.5rem !important}

.p-3{padding:1rem !important}

.p-4{padding:1.5rem !important}

.p-5{padding:2.5rem !important}

.p-6{padding:3.5rem !important}

.p-7{padding:5rem !important}

.p-8{padding:6rem !important}

.p-9{padding:7rem !important}

.p-10{padding:8rem !important}

.px-0{padding-right:0 !important;padding-left:0 !important}

.px-1{padding-right:.25rem !important;padding-left:.25rem !important}

.px-2{padding-right:.5rem !important;padding-left:.5rem !important}

.px-3{padding-right:1rem !important;padding-left:1rem !important}

.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}

.px-5{padding-right:2.5rem !important;padding-left:2.5rem !important}

.px-6{padding-right:3.5rem !important;padding-left:3.5rem !important}

.px-7{padding-right:5rem !important;padding-left:5rem !important}

.px-8{padding-right:6rem !important;padding-left:6rem !important}

.px-9{padding-right:7rem !important;padding-left:7rem !important}

.px-10{padding-right:8rem !important;padding-left:8rem !important}

.py-0{padding-top:0 !important;padding-bottom:0 !important}

.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}

.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}

.py-3{padding-top:1rem !important;padding-bottom:1rem !important}

.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}

.py-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}

.py-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}

.py-7{padding-top:5rem !important;padding-bottom:5rem !important}

.py-8{padding-top:6rem !important;padding-bottom:6rem !important}

.py-9{padding-top:7rem !important;padding-bottom:7rem !important}

.py-10{padding-top:8rem !important;padding-bottom:8rem !important}

.pt-0{padding-top:0 !important}

.pt-1{padding-top:.25rem !important}

.pt-2{padding-top:.5rem !important}

.pt-3{padding-top:1rem !important}

.pt-4{padding-top:1.5rem !important}

.pt-5{padding-top:2.5rem !important}

.pt-6{padding-top:3.5rem !important}

.pt-7{padding-top:5rem !important}

.pt-8{padding-top:6rem !important}

.pt-9{padding-top:7rem !important}

.pt-10{padding-top:8rem !important}

.pe-0{padding-right:0 !important}

.pe-1{padding-right:.25rem !important}

.pe-2{padding-right:.5rem !important}

.pe-3{padding-right:1rem !important}

.pe-4{padding-right:1.5rem !important}

.pe-5{padding-right:2.5rem !important}

.pe-6{padding-right:3.5rem !important}

.pe-7{padding-right:5rem !important}

.pe-8{padding-right:6rem !important}

.pe-9{padding-right:7rem !important}

.pe-10{padding-right:8rem !important}

.pb-0{padding-bottom:0 !important}

.pb-1{padding-bottom:.25rem !important}

.pb-2{padding-bottom:.5rem !important}

.pb-3{padding-bottom:1rem !important}

.pb-4{padding-bottom:1.5rem !important}

.pb-5{padding-bottom:2.5rem !important}

.pb-6{padding-bottom:3.5rem !important}

.pb-7{padding-bottom:5rem !important}

.pb-8{padding-bottom:6rem !important}

.pb-9{padding-bottom:7rem !important}

.pb-10{padding-bottom:8rem !important}

.ps-0{padding-left:0 !important}

.ps-1{padding-left:.25rem !important}

.ps-2{padding-left:.5rem !important}

.ps-3{padding-left:1rem !important}

.ps-4{padding-left:1.5rem !important}

.ps-5{padding-left:2.5rem !important}

.ps-6{padding-left:3.5rem !important}

.ps-7{padding-left:5rem !important}

.ps-8{padding-left:6rem !important}

.ps-9{padding-left:7rem !important}

.ps-10{padding-left:8rem !important}

.font-monospace{font-family:var(--bs-font-monospace) !important}

.fs-1{font-size:calc(1.375rem + 1.5vw) !important}

.fs-2{font-size:calc(1.325rem + 0.9vw) !important}

.fs-3{font-size:calc(1.3rem + 0.6vw) !important}

.fs-4{font-size:calc(1.275rem + 0.3vw) !important}

.fs-5{font-size:1.25rem !important}

.fs-6{font-size:1rem !important}

.fst-italic{font-style:italic !important}

.fst-normal{font-style:normal !important}

.fw-light{font-weight:300 !important}

.fw-lighter{font-weight:lighter !important}

.fw-normal{font-weight:400 !important}

.fw-bold{font-weight:700 !important}

.fw-bolder{font-weight:bolder !important}

.lh-1{line-height:1 !important}

.lh-sm{line-height:1.25 !important}

.lh-base{line-height:1.5 !important}

.lh-lg{line-height:2 !important}

.text-start{text-align:left !important}

.text-end{text-align:right !important}

.text-center{text-align:center !important}

.text-decoration-none{text-decoration:none !important}

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

.text-decoration-line-through{text-decoration:line-through !important}

.text-lowercase{text-transform:lowercase !important}

.text-uppercase{text-transform:uppercase !important}

.text-capitalize{text-transform:capitalize !important}

.text-wrap{white-space:normal !important}

.text-nowrap{white-space:nowrap !important}

.text-break{word-wrap:break-word !important;word-break:break-word !important}

.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}

.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}

.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}

.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}

.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}

.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}

.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}

.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}

.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}

.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}

.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}

.text-muted{--bs-text-opacity: 1;color:#6c757d !important}

.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}

.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}

.text-reset{--bs-text-opacity: 1;color:inherit !important}

.text-opacity-25{--bs-text-opacity: 0.25}

.text-opacity-50{--bs-text-opacity: 0.5}

.text-opacity-75{--bs-text-opacity: 0.75}

.text-opacity-100{--bs-text-opacity: 1}

.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}

.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}

.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}

.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}

.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}

.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}

.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}

.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}

.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}

.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}

.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}

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

.bg-opacity-10{--bs-bg-opacity: 0.1}

.bg-opacity-25{--bs-bg-opacity: 0.25}

.bg-opacity-50{--bs-bg-opacity: 0.5}

.bg-opacity-75{--bs-bg-opacity: 0.75}

.bg-opacity-100{--bs-bg-opacity: 1}

.bg-gradient{background-image:var(--bs-gradient) !important}

.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}

.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important}

.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}

.pe-none{pointer-events:none !important}

.pe-auto{pointer-events:auto !important}

.rounded{border-radius:.25rem !important}

.rounded-0{border-radius:0 !important}

.rounded-1{border-radius:.2rem !important}

.rounded-2{border-radius:.25rem !important}

.rounded-3{border-radius:.3rem !important}

.rounded-circle{border-radius:50% !important}

.rounded-pill{border-radius:50rem !important}

.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}

.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}

.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}

.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}

.visible{visibility:visible !important}

.invisible{visibility:hidden !important}

@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !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}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.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-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}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:2.5rem !important}.gap-sm-6{gap:3.5rem !important}.gap-sm-7{gap:5rem !important}.gap-sm-8{gap:6rem !important}.gap-sm-9{gap:7rem !important}.gap-sm-10{gap:8rem !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}.justify-content-sm-evenly{justify-content:space-evenly !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}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:2.5rem !important}.m-sm-6{margin:3.5rem !important}.m-sm-7{margin:5rem !important}.m-sm-8{margin:6rem !important}.m-sm-9{margin:7rem !important}.m-sm-10{margin:8rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-sm-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-sm-7{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-8{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-9{margin-right:7rem !important;margin-left:7rem !important}.mx-sm-10{margin-right:8rem !important;margin-left:8rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-sm-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-sm-7{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-8{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-9{margin-top:7rem !important;margin-bottom:7rem !important}.my-sm-10{margin-top:8rem !important;margin-bottom:8rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:2.5rem !important}.mt-sm-6{margin-top:3.5rem !important}.mt-sm-7{margin-top:5rem !important}.mt-sm-8{margin-top:6rem !important}.mt-sm-9{margin-top:7rem !important}.mt-sm-10{margin-top:8rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:2.5rem !important}.me-sm-6{margin-right:3.5rem !important}.me-sm-7{margin-right:5rem !important}.me-sm-8{margin-right:6rem !important}.me-sm-9{margin-right:7rem !important}.me-sm-10{margin-right:8rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:2.5rem !important}.mb-sm-6{margin-bottom:3.5rem !important}.mb-sm-7{margin-bottom:5rem !important}.mb-sm-8{margin-bottom:6rem !important}.mb-sm-9{margin-bottom:7rem !important}.mb-sm-10{margin-bottom:8rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:2.5rem !important}.ms-sm-6{margin-left:3.5rem !important}.ms-sm-7{margin-left:5rem !important}.ms-sm-8{margin-left:6rem !important}.ms-sm-9{margin-left:7rem !important}.ms-sm-10{margin-left:8rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:2.5rem !important}.p-sm-6{padding:3.5rem !important}.p-sm-7{padding:5rem !important}.p-sm-8{padding:6rem !important}.p-sm-9{padding:7rem !important}.p-sm-10{padding:8rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-sm-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-sm-7{padding-right:5rem !important;padding-left:5rem !important}.px-sm-8{padding-right:6rem !important;padding-left:6rem !important}.px-sm-9{padding-right:7rem !important;padding-left:7rem !important}.px-sm-10{padding-right:8rem !important;padding-left:8rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-sm-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-sm-7{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-8{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-9{padding-top:7rem !important;padding-bottom:7rem !important}.py-sm-10{padding-top:8rem !important;padding-bottom:8rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:2.5rem !important}.pt-sm-6{padding-top:3.5rem !important}.pt-sm-7{padding-top:5rem !important}.pt-sm-8{padding-top:6rem !important}.pt-sm-9{padding-top:7rem !important}.pt-sm-10{padding-top:8rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:2.5rem !important}.pe-sm-6{padding-right:3.5rem !important}.pe-sm-7{padding-right:5rem !important}.pe-sm-8{padding-right:6rem !important}.pe-sm-9{padding-right:7rem !important}.pe-sm-10{padding-right:8rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:2.5rem !important}.pb-sm-6{padding-bottom:3.5rem !important}.pb-sm-7{padding-bottom:5rem !important}.pb-sm-8{padding-bottom:6rem !important}.pb-sm-9{padding-bottom:7rem !important}.pb-sm-10{padding-bottom:8rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:2.5rem !important}.ps-sm-6{padding-left:3.5rem !important}.ps-sm-7{padding-left:5rem !important}.ps-sm-8{padding-left:6rem !important}.ps-sm-9{padding-left:7rem !important}.ps-sm-10{padding-left:8rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}

@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !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}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.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-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}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:2.5rem !important}.gap-md-6{gap:3.5rem !important}.gap-md-7{gap:5rem !important}.gap-md-8{gap:6rem !important}.gap-md-9{gap:7rem !important}.gap-md-10{gap:8rem !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}.justify-content-md-evenly{justify-content:space-evenly !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}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:2.5rem !important}.m-md-6{margin:3.5rem !important}.m-md-7{margin:5rem !important}.m-md-8{margin:6rem !important}.m-md-9{margin:7rem !important}.m-md-10{margin:8rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-md-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-md-7{margin-right:5rem !important;margin-left:5rem !important}.mx-md-8{margin-right:6rem !important;margin-left:6rem !important}.mx-md-9{margin-right:7rem !important;margin-left:7rem !important}.mx-md-10{margin-right:8rem !important;margin-left:8rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-md-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-md-7{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-8{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-9{margin-top:7rem !important;margin-bottom:7rem !important}.my-md-10{margin-top:8rem !important;margin-bottom:8rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:2.5rem !important}.mt-md-6{margin-top:3.5rem !important}.mt-md-7{margin-top:5rem !important}.mt-md-8{margin-top:6rem !important}.mt-md-9{margin-top:7rem !important}.mt-md-10{margin-top:8rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:2.5rem !important}.me-md-6{margin-right:3.5rem !important}.me-md-7{margin-right:5rem !important}.me-md-8{margin-right:6rem !important}.me-md-9{margin-right:7rem !important}.me-md-10{margin-right:8rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:2.5rem !important}.mb-md-6{margin-bottom:3.5rem !important}.mb-md-7{margin-bottom:5rem !important}.mb-md-8{margin-bottom:6rem !important}.mb-md-9{margin-bottom:7rem !important}.mb-md-10{margin-bottom:8rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:2.5rem !important}.ms-md-6{margin-left:3.5rem !important}.ms-md-7{margin-left:5rem !important}.ms-md-8{margin-left:6rem !important}.ms-md-9{margin-left:7rem !important}.ms-md-10{margin-left:8rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:2.5rem !important}.p-md-6{padding:3.5rem !important}.p-md-7{padding:5rem !important}.p-md-8{padding:6rem !important}.p-md-9{padding:7rem !important}.p-md-10{padding:8rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-md-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-md-7{padding-right:5rem !important;padding-left:5rem !important}.px-md-8{padding-right:6rem !important;padding-left:6rem !important}.px-md-9{padding-right:7rem !important;padding-left:7rem !important}.px-md-10{padding-right:8rem !important;padding-left:8rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-md-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-md-7{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-8{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-9{padding-top:7rem !important;padding-bottom:7rem !important}.py-md-10{padding-top:8rem !important;padding-bottom:8rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:2.5rem !important}.pt-md-6{padding-top:3.5rem !important}.pt-md-7{padding-top:5rem !important}.pt-md-8{padding-top:6rem !important}.pt-md-9{padding-top:7rem !important}.pt-md-10{padding-top:8rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:2.5rem !important}.pe-md-6{padding-right:3.5rem !important}.pe-md-7{padding-right:5rem !important}.pe-md-8{padding-right:6rem !important}.pe-md-9{padding-right:7rem !important}.pe-md-10{padding-right:8rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:2.5rem !important}.pb-md-6{padding-bottom:3.5rem !important}.pb-md-7{padding-bottom:5rem !important}.pb-md-8{padding-bottom:6rem !important}.pb-md-9{padding-bottom:7rem !important}.pb-md-10{padding-bottom:8rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:2.5rem !important}.ps-md-6{padding-left:3.5rem !important}.ps-md-7{padding-left:5rem !important}.ps-md-8{padding-left:6rem !important}.ps-md-9{padding-left:7rem !important}.ps-md-10{padding-left:8rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}

@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !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}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.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-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}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:2.5rem !important}.gap-lg-6{gap:3.5rem !important}.gap-lg-7{gap:5rem !important}.gap-lg-8{gap:6rem !important}.gap-lg-9{gap:7rem !important}.gap-lg-10{gap:8rem !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}.justify-content-lg-evenly{justify-content:space-evenly !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}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:2.5rem !important}.m-lg-6{margin:3.5rem !important}.m-lg-7{margin:5rem !important}.m-lg-8{margin:6rem !important}.m-lg-9{margin:7rem !important}.m-lg-10{margin:8rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-lg-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-lg-7{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-8{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-9{margin-right:7rem !important;margin-left:7rem !important}.mx-lg-10{margin-right:8rem !important;margin-left:8rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-lg-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-lg-7{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-8{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-9{margin-top:7rem !important;margin-bottom:7rem !important}.my-lg-10{margin-top:8rem !important;margin-bottom:8rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:2.5rem !important}.mt-lg-6{margin-top:3.5rem !important}.mt-lg-7{margin-top:5rem !important}.mt-lg-8{margin-top:6rem !important}.mt-lg-9{margin-top:7rem !important}.mt-lg-10{margin-top:8rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:2.5rem !important}.me-lg-6{margin-right:3.5rem !important}.me-lg-7{margin-right:5rem !important}.me-lg-8{margin-right:6rem !important}.me-lg-9{margin-right:7rem !important}.me-lg-10{margin-right:8rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:2.5rem !important}.mb-lg-6{margin-bottom:3.5rem !important}.mb-lg-7{margin-bottom:5rem !important}.mb-lg-8{margin-bottom:6rem !important}.mb-lg-9{margin-bottom:7rem !important}.mb-lg-10{margin-bottom:8rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:2.5rem !important}.ms-lg-6{margin-left:3.5rem !important}.ms-lg-7{margin-left:5rem !important}.ms-lg-8{margin-left:6rem !important}.ms-lg-9{margin-left:7rem !important}.ms-lg-10{margin-left:8rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:2.5rem !important}.p-lg-6{padding:3.5rem !important}.p-lg-7{padding:5rem !important}.p-lg-8{padding:6rem !important}.p-lg-9{padding:7rem !important}.p-lg-10{padding:8rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-lg-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-lg-7{padding-right:5rem !important;padding-left:5rem !important}.px-lg-8{padding-right:6rem !important;padding-left:6rem !important}.px-lg-9{padding-right:7rem !important;padding-left:7rem !important}.px-lg-10{padding-right:8rem !important;padding-left:8rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-lg-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-lg-7{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-8{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-9{padding-top:7rem !important;padding-bottom:7rem !important}.py-lg-10{padding-top:8rem !important;padding-bottom:8rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:2.5rem !important}.pt-lg-6{padding-top:3.5rem !important}.pt-lg-7{padding-top:5rem !important}.pt-lg-8{padding-top:6rem !important}.pt-lg-9{padding-top:7rem !important}.pt-lg-10{padding-top:8rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:2.5rem !important}.pe-lg-6{padding-right:3.5rem !important}.pe-lg-7{padding-right:5rem !important}.pe-lg-8{padding-right:6rem !important}.pe-lg-9{padding-right:7rem !important}.pe-lg-10{padding-right:8rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:2.5rem !important}.pb-lg-6{padding-bottom:3.5rem !important}.pb-lg-7{padding-bottom:5rem !important}.pb-lg-8{padding-bottom:6rem !important}.pb-lg-9{padding-bottom:7rem !important}.pb-lg-10{padding-bottom:8rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:2.5rem !important}.ps-lg-6{padding-left:3.5rem !important}.ps-lg-7{padding-left:5rem !important}.ps-lg-8{padding-left:6rem !important}.ps-lg-9{padding-left:7rem !important}.ps-lg-10{padding-left:8rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}

@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !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}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.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-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}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:2.5rem !important}.gap-xl-6{gap:3.5rem !important}.gap-xl-7{gap:5rem !important}.gap-xl-8{gap:6rem !important}.gap-xl-9{gap:7rem !important}.gap-xl-10{gap:8rem !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}.justify-content-xl-evenly{justify-content:space-evenly !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}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:2.5rem !important}.m-xl-6{margin:3.5rem !important}.m-xl-7{margin:5rem !important}.m-xl-8{margin:6rem !important}.m-xl-9{margin:7rem !important}.m-xl-10{margin:8rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xl-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xl-7{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-8{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-9{margin-right:7rem !important;margin-left:7rem !important}.mx-xl-10{margin-right:8rem !important;margin-left:8rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xl-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xl-7{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-8{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-9{margin-top:7rem !important;margin-bottom:7rem !important}.my-xl-10{margin-top:8rem !important;margin-bottom:8rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:2.5rem !important}.mt-xl-6{margin-top:3.5rem !important}.mt-xl-7{margin-top:5rem !important}.mt-xl-8{margin-top:6rem !important}.mt-xl-9{margin-top:7rem !important}.mt-xl-10{margin-top:8rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:2.5rem !important}.me-xl-6{margin-right:3.5rem !important}.me-xl-7{margin-right:5rem !important}.me-xl-8{margin-right:6rem !important}.me-xl-9{margin-right:7rem !important}.me-xl-10{margin-right:8rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:2.5rem !important}.mb-xl-6{margin-bottom:3.5rem !important}.mb-xl-7{margin-bottom:5rem !important}.mb-xl-8{margin-bottom:6rem !important}.mb-xl-9{margin-bottom:7rem !important}.mb-xl-10{margin-bottom:8rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:2.5rem !important}.ms-xl-6{margin-left:3.5rem !important}.ms-xl-7{margin-left:5rem !important}.ms-xl-8{margin-left:6rem !important}.ms-xl-9{margin-left:7rem !important}.ms-xl-10{margin-left:8rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:2.5rem !important}.p-xl-6{padding:3.5rem !important}.p-xl-7{padding:5rem !important}.p-xl-8{padding:6rem !important}.p-xl-9{padding:7rem !important}.p-xl-10{padding:8rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xl-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xl-7{padding-right:5rem !important;padding-left:5rem !important}.px-xl-8{padding-right:6rem !important;padding-left:6rem !important}.px-xl-9{padding-right:7rem !important;padding-left:7rem !important}.px-xl-10{padding-right:8rem !important;padding-left:8rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xl-7{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-8{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-9{padding-top:7rem !important;padding-bottom:7rem !important}.py-xl-10{padding-top:8rem !important;padding-bottom:8rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:2.5rem !important}.pt-xl-6{padding-top:3.5rem !important}.pt-xl-7{padding-top:5rem !important}.pt-xl-8{padding-top:6rem !important}.pt-xl-9{padding-top:7rem !important}.pt-xl-10{padding-top:8rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:2.5rem !important}.pe-xl-6{padding-right:3.5rem !important}.pe-xl-7{padding-right:5rem !important}.pe-xl-8{padding-right:6rem !important}.pe-xl-9{padding-right:7rem !important}.pe-xl-10{padding-right:8rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:2.5rem !important}.pb-xl-6{padding-bottom:3.5rem !important}.pb-xl-7{padding-bottom:5rem !important}.pb-xl-8{padding-bottom:6rem !important}.pb-xl-9{padding-bottom:7rem !important}.pb-xl-10{padding-bottom:8rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:2.5rem !important}.ps-xl-6{padding-left:3.5rem !important}.ps-xl-7{padding-left:5rem !important}.ps-xl-8{padding-left:6rem !important}.ps-xl-9{padding-left:7rem !important}.ps-xl-10{padding-left:8rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}

@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:2.5rem !important}.gap-xxl-6{gap:3.5rem !important}.gap-xxl-7{gap:5rem !important}.gap-xxl-8{gap:6rem !important}.gap-xxl-9{gap:7rem !important}.gap-xxl-10{gap:8rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:2.5rem !important}.m-xxl-6{margin:3.5rem !important}.m-xxl-7{margin:5rem !important}.m-xxl-8{margin:6rem !important}.m-xxl-9{margin:7rem !important}.m-xxl-10{margin:8rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:2.5rem !important;margin-left:2.5rem !important}.mx-xxl-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xxl-7{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-8{margin-right:6rem !important;margin-left:6rem !important}.mx-xxl-9{margin-right:7rem !important;margin-left:7rem !important}.mx-xxl-10{margin-right:8rem !important;margin-left:8rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:2.5rem !important;margin-bottom:2.5rem !important}.my-xxl-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xxl-7{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-8{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-9{margin-top:7rem !important;margin-bottom:7rem !important}.my-xxl-10{margin-top:8rem !important;margin-bottom:8rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:2.5rem !important}.mt-xxl-6{margin-top:3.5rem !important}.mt-xxl-7{margin-top:5rem !important}.mt-xxl-8{margin-top:6rem !important}.mt-xxl-9{margin-top:7rem !important}.mt-xxl-10{margin-top:8rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:2.5rem !important}.me-xxl-6{margin-right:3.5rem !important}.me-xxl-7{margin-right:5rem !important}.me-xxl-8{margin-right:6rem !important}.me-xxl-9{margin-right:7rem !important}.me-xxl-10{margin-right:8rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:2.5rem !important}.mb-xxl-6{margin-bottom:3.5rem !important}.mb-xxl-7{margin-bottom:5rem !important}.mb-xxl-8{margin-bottom:6rem !important}.mb-xxl-9{margin-bottom:7rem !important}.mb-xxl-10{margin-bottom:8rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:2.5rem !important}.ms-xxl-6{margin-left:3.5rem !important}.ms-xxl-7{margin-left:5rem !important}.ms-xxl-8{margin-left:6rem !important}.ms-xxl-9{margin-left:7rem !important}.ms-xxl-10{margin-left:8rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:2.5rem !important}.p-xxl-6{padding:3.5rem !important}.p-xxl-7{padding:5rem !important}.p-xxl-8{padding:6rem !important}.p-xxl-9{padding:7rem !important}.p-xxl-10{padding:8rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:2.5rem !important;padding-left:2.5rem !important}.px-xxl-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xxl-7{padding-right:5rem !important;padding-left:5rem !important}.px-xxl-8{padding-right:6rem !important;padding-left:6rem !important}.px-xxl-9{padding-right:7rem !important;padding-left:7rem !important}.px-xxl-10{padding-right:8rem !important;padding-left:8rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:2.5rem !important;padding-bottom:2.5rem !important}.py-xxl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xxl-7{padding-top:5rem !important;padding-bottom:5rem !important}.py-xxl-8{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxl-9{padding-top:7rem !important;padding-bottom:7rem !important}.py-xxl-10{padding-top:8rem !important;padding-bottom:8rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:2.5rem !important}.pt-xxl-6{padding-top:3.5rem !important}.pt-xxl-7{padding-top:5rem !important}.pt-xxl-8{padding-top:6rem !important}.pt-xxl-9{padding-top:7rem !important}.pt-xxl-10{padding-top:8rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:2.5rem !important}.pe-xxl-6{padding-right:3.5rem !important}.pe-xxl-7{padding-right:5rem !important}.pe-xxl-8{padding-right:6rem !important}.pe-xxl-9{padding-right:7rem !important}.pe-xxl-10{padding-right:8rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:2.5rem !important}.pb-xxl-6{padding-bottom:3.5rem !important}.pb-xxl-7{padding-bottom:5rem !important}.pb-xxl-8{padding-bottom:6rem !important}.pb-xxl-9{padding-bottom:7rem !important}.pb-xxl-10{padding-bottom:8rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:2.5rem !important}.ps-xxl-6{padding-left:3.5rem !important}.ps-xxl-7{padding-left:5rem !important}.ps-xxl-8{padding-left:6rem !important}.ps-xxl-9{padding-left:7rem !important}.ps-xxl-10{padding-left:8rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}

@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}

@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !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}.d-print-none{display:none !important}}

@-webkit-keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}

@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}

.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}

.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}

@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}

@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}

.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-0.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}

.spinner-grow-sm{width:1rem;height:1rem}

@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}

:root{--header-height: 120px;--container-max-width: 1420px;--stripe-width: 20%;--scroll-ofset: 80px;--circle-decor-size: 50vw;--circle-decor-border-width: 60px;--circles-decor-size: 160px;--circles-decor-size-big: 250px;--width-slider-image: 25vw}

@media(max-width: 1399px){:root{--header-height: 120px;--container-max-width: 1180px}}

@media(max-width: 1199px){:root{--header-height: 120px;--container-max-width: 1080px}}

@media(max-width: 991px){:root{--container-max-width: 920px;--scroll-ofset: 30px;--circle-decor-size: 600px;--circle-decor-border-width: 50px}}

@media(max-width: 767px){:root{--container-max-width: 720px;--ornament-size-big: 140px}}

@media(max-width: 575px){:root{--header-height: 80px;--circle-decor-size: 460px;--circle-decor-border-width: 40px}}

@-webkit-keyframes navbar-animation{0%{transform:translateY(-300%)}100%{transform:translateY(0)}}

@keyframes navbar-animation{0%{transform:translateY(-300%)}100%{transform:translateY(0)}}

@-webkit-keyframes cta-animation{0%{transform:translateY(300%)}100%{transform:translateY(0)}}

@keyframes cta-animation{0%{transform:translateY(300%)}100%{transform:translateY(0)}}

@-webkit-keyframes change-height{0%{height:100%}50%{height:10%}100%{height:100%}}

@keyframes change-height{0%{height:100%}50%{height:10%}100%{height:100%}}

@-webkit-keyframes levitate{0%{transform:translate3d(0, 4px, 0)}50%{transform:translate3d(0, -4px, 0)}100%{transform:translate3d(0, 4px, 0)}}

@keyframes levitate{0%{transform:translate3d(0, 4px, 0)}50%{transform:translate3d(0, -4px, 0)}100%{transform:translate3d(0, 4px, 0)}}

@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(1)}100%{-webkit-transform:scale(1.1)}}

@keyframes zoom-in{0%{transform:scale(1)}100%{transform:scale(1.1)}}

.entry{opacity:0;transform:translateY(50px)}

.entry-left{transform:translateX(-50px)}

.entry-right{transform:translateX(50px)}

.entered{opacity:1;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transition:opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1),transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);transform:translate(0, 0)}

.transition-color{transition:color 300ms}

.transition-bg{transition:background 300ms}

.transition-bc{transition:border-color 300ms}

header{position:relative;height:var(--header-height)}

.header-top{position:relative;background-color:#fff;padding:1rem 0 0 0;z-index:5}

.header-top-wrapper{justify-content:flex-end}

.header-top-wrapper .header-top-item{display:flex;flex-wrap:wrap;align-items:center;font-size:14px;padding:.75em}

.header-top-wrapper .header-top-item:last-child{padding-right:0}

.header-top-wrapper .header-top-item.header-top-special li:last-child{margin:0}

.header-top-wrapper .header-top-item.header-top-special li a{font-family:"Spartan",var(--bs-font-sans-serif);color:#0193dd;font-weight:700;font-size:15px}

.header-top-wrapper .header-top-item.header-top-special li a:before{content:unset}

.header-top-wrapper a{text-decoration:none;color:#333}

.header-top-wrapper a:hover{color:#333}

.header-frontpage{position:relative;display:flex;justify-content:center;align-items:center;height:82vh;min-height:650px;width:100%;z-index:2}

.header-frontpage:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.55);z-index:0}

.header-frontpage .button-decor{position:absolute;bottom:60px;cursor:pointer;z-index:2}

.header-frontpage .button-decor .button-scroll{display:flex;justify-content:center;align-items:center;position:relative;width:50px;height:50px;background-color:#fff;transform:rotate(45deg)}

.header-frontpage .button-decor .button-scroll::before{content:"";position:absolute;top:-10px;left:-10px;width:70px;height:70px;border:1px solid #fff}

.header-frontpage .button-decor .button-scroll .icon{width:30px;height:30px;transform:rotate(-45deg)}

.header-frontpage .image,.header-frontpage .bg-video{position:absolute;top:0;left:0;width:100%;height:100%}

.header-frontpage .bg-video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}

.header-frontpage .header-container{width:100%;z-index:1}

.header-frontpage .header-container .content{width:100%}

.header-frontpage .header-container .title-primary{margin-bottom:9rem}

.header-frontpage .scroll-down{position:absolute;bottom:70px;cursor:pointer;z-index:2}

.header-frontpage .scroll-down .icon{width:56px;height:56px;margin:0 auto}

.header-frontpage .cookies-box{position:fixed;bottom:0;width:100%;background-color:#181818;padding:1rem 2rem}

.header-frontpage .cookies-box .content-text{display:flex;justify-content:space-between}

.header-frontpage .cookies-box .content-text .text{color:#fff;width:calc(100% - 100px);font-size:13px}

.header-frontpage .cookies-box .content-text .accept{color:#fff;cursor:pointer;font-size:13px}

.header-frontpage .cookies-box .content-text .accept:hover{color:#0193dd}

.header-frontpage.header-height-small{height:50vh;min-height:auto}

.header-image-background{position:relative;height:40vh;min-height:400px;z-index:2}

.header-image-background.header-image-large{height:65vh;min-height:700px}

.header-image-background::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:2}

.header-image-background .image{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}

.header-image-background .content{position:absolute;width:100%;top:50%;left:50%;transform:translate(-50%, -50%);max-width:800px;padding:0 15px;z-index:2}

.header-image-background .content h1,.header-image-background .content .h1{color:#fff}

.header-image-background .price{position:absolute;bottom:10%;right:7%;transform:translate(-50%);color:#fff;z-index:3;font-size:32px}

@media(max-width: 1399px){.header-frontpage{height:calc(100vh - 145px)}}

@media(max-width: 1199px){.header-frontpage .cookies-box .content-text{align-items:center}}

@media(max-width: 991px){.header-frontpage .cover-image{width:100% !important}}

@media(max-width: 767px){.header-top-wrapper .phone,.header-top-wrapper .email{display:none}.header-top-wrapper .header-top-item{padding:0 .75em}.header-frontpage .cookies-box{padding:1rem 0 1.5rem 0}.header-frontpage .cookies-box .content-text .text,.header-frontpage .cookies-box .accept .text{font-size:12px !important}}

@media(max-width: 575px){.header-frontpage{min-height:100%}.header-frontpage .cookies-box{padding:.5rem 0 .5rem 0}}

.navbar{position:absolute;top:0;left:0;display:block;width:100%;padding:0;background-color:#fff}

.navbar .navbar-holder{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;height:var(--header-height);flex:1}

.navbar .navbar-holder .logo .icon{width:100px}

.navbar .navbar-holder .navigation-wrapper{flex-shrink:0;display:flex;justify-content:center;height:100%;background-color:transparent;margin-right:3rem;margin-left:auto}

.navbar.nav-float{position:fixed;top:0;left:0;right:0;background-color:#fff;box-shadow:0 0 20px 5px rgba(0,0,0,.05);transform:translateY(0);-webkit-animation:500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 navbar-animation;animation:500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 navbar-animation;padding-top:0 !important;padding-bottom:0 !important;margin:0 auto;z-index:3}

.navbar.nav-float .menu-container ul.menu li a{color:#333}

.menu-container ul.menu{display:flex;align-items:center;height:100%;list-style:none;padding:0;margin:0}

.menu-container ul.menu li{position:relative;display:table;height:100%;background-color:transparent;white-space:nowrap;margin:0 20px}

.menu-container ul.menu li:first-child{margin-left:0}

.menu-container ul.menu li:last-child{margin-right:0}

.menu-container ul.menu li a{position:relative;display:table-cell;vertical-align:middle;width:100%;height:100%;font-family:"Spartan",var(--bs-font-sans-serif);color:#333;text-decoration:none;font-size:16px;font-weight:400;letter-spacing:1px;overflow:hidden}

.menu-container ul.menu li a:before{content:"";position:absolute;top:calc(80% - .1rem);left:0;right:0;width:50%;height:.1rem;background:#bc8624;transform:translateX(-200%);transition:transform 300ms}

.menu-container ul.menu li a:hover:before{transform:translateX(0)}

.menu-container ul.menu li.current-menu-item a:before{color:#bc8624;transform:translateX(0)}

.offer-icons-box .icon{min-width:75px;max-width:125px;margin-right:50px;margin-bottom:1rem}

@media(max-width: 1199px){.navbar .navbar-holder .navigation-wrapper{display:none}.navbar .navbar-holder .logo .icon{width:100px}.menu-container ul.menu li{margin:0 9px}}

@media(max-width: 1199px){.navbar .navbar-holder .navigation-wrapper .menu-container{position:fixed;right:0;top:0;bottom:0;width:50%;max-width:24rem;min-width:310px;background-color:#333;z-index:6;opacity:1;transform:translateX(0)}.navbar .navbar-holder .navigation-wrapper .menu-container ul.menu{flex-flow:column nowrap;height:auto;padding:4rem 0 0 0}.navbar .navbar-holder .navigation-wrapper .menu-container ul.menu li{margin:.75rem 0}.navbar .navbar-holder .navigation-wrapper .menu-container ul.menu li a{color:#dee2e6;font-size:18px;transition:color 300ms}.navbar .navbar-holder .navigation-wrapper .menu-container ul.menu li a:before{content:unset}.navbar .navbar-holder .navigation-wrapper .menu-container ul.menu li a:hover{color:#fff}}

@media(max-width: 585px){.navbar .navbar-holder .logo .icon{width:70px;height:70px}}

@media(max-width: 460px){.navbar .navbar-holder .logo .icon{width:70px;height:70px}}

.contact-data .phone,.contact-data .mail,.contact-data .adress{display:flex;flex-wrap:wrap;justify-content:center}

.contact-data .icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:22px;height:22px;margin-right:1rem}

.contact-data .icon svg path{fill:#0193dd !important}

.contact-data a,.contact-data span{text-decoration:none;color:#333;font-size:16px}

.contact-data a:hover,.contact-data span:hover{color:#333}

.footer-information{max-width:1100px;display:flex;flex-flow:row;align-items:center;gap:40px;border-radius:3px}

.footer-information .icon img{width:120px}

.footer-information p{font-size:15px;color:#000;text-align:left;margin:0}

footer{position:relative;background-color:#fff;box-shadow:0px 0px 60px rgba(0,0,0,.05);padding:3rem 0 6rem;z-index:5}

footer .logo-footer{position:relative;top:3rem}

footer .logo-footer .icon{width:170px;margin:0 auto}

footer .footer-box{display:flex;justify-content:space-between}

footer .footer-box .contact-item{min-width:calc(33.33333% - 3rem)}

footer .footer-box .contact-item .phone a,footer .footer-box .contact-item .phone span,footer .footer-box .contact-item .mail a,footer .footer-box .contact-item .mail span{text-decoration:none}

footer .footer-box .contact-item .contact-data{padding-left:0}

footer .footer-box .contact-item .contact-data .phone,footer .footer-box .contact-item .contact-data .mail{display:block}

footer .footer-box .contact-item .contact-data .phone a,footer .footer-box .contact-item .contact-data .phone span,footer .footer-box .contact-item .contact-data .mail a,footer .footer-box .contact-item .contact-data .mail span{color:#333}

footer .footer-box .contact-item .contact-data .phone a:hover,footer .footer-box .contact-item .contact-data .phone span:hover,footer .footer-box .contact-item .contact-data .mail a:hover,footer .footer-box .contact-item .contact-data .mail span:hover{color:#333}

footer .footer-box .contact-item .contact-external{display:flex;flex-wrap:wrap;justify-content:flex-end}

footer .footer-box .contact-item .contact-external .external-icon{position:relative;display:flex;justify-content:center;align-items:center;width:60px;height:60px;border:2px solid #495057;border-radius:2px;transform:rotate(135deg);margin:15px 12px 0 50px}

footer .footer-box .contact-item .contact-external .external-icon .icon{position:absolute;top:50%;left:50%;width:28px;height:28px;transform:translate(-50%, -50%) rotate(-135deg)}

footer .footer-box .contact-item .contact-external .external-icon .icon svg path{fill:#000 !important}

footer .footer-box .contact-item .menu{list-style-type:none;padding-left:0;margin-bottom:0}

footer .footer-box .contact-item .menu li{margin-bottom:0;text-transform:uppercase}

footer .footer-box .contact-item .menu li a{text-decoration:none;font-size:15px;color:#333}

footer .footer-box .socials-wrapper{display:flex;justify-content:flex-end;width:100%}

footer .footer-box .socials-wrapper .contact-socials{display:flex}

.realisation{display:flex;justify-content:space-between;color:#fff}

.realisation .copyright{display:flex;align-items:center;width:50%}

.realisation .createdby{display:flex;align-items:center;justify-content:flex-end;width:50%}

.realisation .createdby p{display:inline-block;color:#333}

.realisation .createdby a{position:relative;bottom:2px}

.realisation .createdby a .icon{max-width:150px;height:25px}

.realisation .createdby a .icon img svg path{fill:#0193dd}

@media(max-width: 991px){footer .logo-footer{position:static}footer .logo-footer .icon{width:180px}footer .footer-box{flex-wrap:wrap;justify-content:center;align-items:center}footer .footer-box .contact-item{width:calc(100%);margin-bottom:2rem}footer .footer-box .contact-item:last-of-type{margin-bottom:0}footer .footer-box .contact-item .navbar-footer li{text-align:center}footer .footer-box .contact-item .contact-external{justify-content:center}footer .footer-box .contact-item .contact-external .external-logo{margin:0 15px 30px 15px}footer .footer-box .contact-item .contact-external .external-logo:first-of-type{margin:0 15px 30px 15px}footer .footer-box .contact-item .contact-external .external-icon{margin:32px 30px 0 30px}footer .footer-box .contact-item .footer-menu{display:flex;justify-content:center;align-items:center}footer .footer-box .contact-item .footer-menu ul{text-align:center}footer .footer-box .socials-wrapper{justify-content:center}footer .realisation{flex-wrap:wrap}footer .realisation .createdby,footer .realisation .copyright{justify-content:center;width:100%}}

@media(max-width: 991px){.footer-information{gap:10px;flex-flow:column}.footer-information .icon{margin-bottom:1rem}.footer-information p{text-align:center}}

@media(max-width: 400px){footer .footer-box.mb-6{margin-bottom:2rem !important}}

.narrow{position:relative;max-width:900px;margin-left:auto;margin-right:auto}

.narrow.padding{padding:0 2rem}

.narrow.padding-btn{padding:0 3rem}

.narrow.narrow-lg{max-width:1200px}

.narrow.narrow-sm{max-width:600px}

.narrow.narrow-sm-sm{max-width:400px}

.text-conteiner{position:relative;max-width:500px}

.overflow-hidden-container{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}

.container-wider{max-width:calc(var(--container-max-width) + 10rem)}

.container-wide{max-width:var(--container-max-width)}

.container-wide.container-padding{max-width:1920px;padding:0 var(--container-padding)}

.container-wide-half{max-width:calc(var(--container-max-width) / 2)}

.w-80{width:80%}

.section{position:relative;padding-top:100px;padding-bottom:100px}

.section.gradient-bottom:after{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;background:rgba(255,255,255,0);background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, white));background:linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0);z-index:-1}

.section.section-p-top-small{padding:40px 40px}

.section.section-p-big{padding-top:150px;padding-bottom:150px}

.section.section-p-biggest{padding-top:220px;padding-bottom:220px}

.section.section-p-small{padding-top:80px;padding-bottom:80px}

.section.section-p-smallest{padding-top:55px;padding-bottom:55px}

.section.section-bg-color{background-color:#fbf2ed}

.z-1{position:relative !important;z-index:1 !important}

.z-2{position:relative !important;z-index:2 !important}

.z-3{position:relative !important;z-index:3 !important}

.sidebar-box{display:flex;justify-content:space-between}

.sidebar-box .first-half{width:calc(100% - 405px - 5rem)}

.sidebar-box .second-half{width:405px}

.wrapper-p-white{box-shadow:0 0 10px 4px rgba(0,0,0,.025);background-color:#fff;padding:3rem}

@media(max-width: 1399px){.narrow.narrow-sm{max-width:500px}}

@media(max-width: 1199px){.narrow.narrow-sm{max-width:400px}}

@media(min-width: 991px){.container-half{max-width:calc(var(--container-max-width) / 2)}.container-half.half-right{padding-left:0;margin-left:0}}

@media(max-width: 991px){.section{padding-top:60px;padding-bottom:60px}.section.section-p-top-small{padding:60px 65px}.section.section-p-big{padding-top:100px;padding-bottom:100px}.section.section-p-biggest{padding-top:100px;padding-bottom:100px}.section.section-p-small{padding:60px 65px}.section.section-p-smallest{padding-top:60px;padding-bottom:60px}.section.section-p-lg-0{padding-top:0;padding-bottom:0}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{padding-right:.75rem;padding-left:.75rem}.w-80{width:100%}.sidebar-box{flex-wrap:wrap}.sidebar-box .first-half,.sidebar-box .second-half{width:100%}.sidebar-box .first-half{margin-bottom:3.5rem}.narrow.padding-btn{padding:0 .5rem}}

@media(max-width: 767px){.container-wider{max-width:unset}}

@media(max-width: 575px){.section.section-p-top-small{padding:30px 40px}.section.section-p-big{padding-top:60px;padding-bottom:60px}.section.pt-0-sm{padding-top:0 !important}.container-wide.container-padding{max-width:1920px;padding:0 var(--container-padding)}.container-wide.container-padding.p-mobile-0{padding:0}.wrapper-p-white{padding:60px .5rem}}

@media(max-width: 575px){.section.section-p-top-small{padding:10px 10px}}

@font-face{font-family:"League Spartan";src:url(3168a643127a28f7f7f5.woff2) format("woff2"),url(a8b41e65e14c851a636c.woff) format("woff");font-weight:400;font-style:normal;font-display:fallback}

@font-face{font-family:"League Spartan";src:url(6d66d994cedf737e1ef7.woff2) format("woff2"),url(2494f3adca3b442dd226.woff) format("woff");font-weight:500;font-style:normal;font-display:fallback}

@font-face{font-family:"League Spartan";src:url(74795b660fe2cfef2664.woff2) format("woff2"),url(a78e096233c694f14ae8.woff) format("woff");font-weight:300;font-style:normal;font-display:fallback}

@font-face{font-family:"Cinzel Decorative";src:url(f4ec95c00d6491175d7d.woff2) format("woff2"),url(b9b94abb693505e0d0ca.woff) format("woff");font-weight:400;font-style:normal;font-display:fallback}

span.l-spacing-0{letter-spacing:0}

.fw-extra-bold{font-weight:700 !important}

.fw-bold-6{font-weight:600 !important}

.fw-bold,strong{font-weight:500 !important}

.fw-bold P,strong P{font-weight:500 !important}

.fw-regular{font-weight:400 !important}

.fw-light{font-weight:300 !important}

.content.lh-big p{line-height:1.8 !important}

.content.text-center ul,.content.text-center ol{list-style-position:inside}

.content ul ul,.content ul ol,.content ol ul,.content ol ol{margin-top:1rem}

.content ul ol,.content ol ol{list-style-type:upper-roman}

.hidden-content::before{content:attr(content);unicode-bidi:bidi-override;direction:ltr}

::-moz-selection{color:#fff;background:#0193dd}

::selection{color:#fff;background:#0193dd}

::-moz-selection{color:#fff;background:#0193dd}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:300;line-height:1.4 !important;margin-bottom:0}

.h1.lh-big,.h2.lh-big,.h3.lh-big,.h4.lh-big,.h5.lh-big,.h6.lh-big,h1.lh-big,h2.lh-big,h3.lh-big,h4.lh-big,h5.lh-big,h6.lh-big{line-height:1.8 !important}

.h1.lh-small,.h2.lh-small,.h3.lh-small,.h4.lh-small,.h5.lh-small,.h6.lh-small,h1.lh-small,h2.lh-small,h3.lh-small,h4.lh-small,h5.lh-small,h6.lh-small{line-height:1.2 !important}

.h0 p,.h0{font-size:64px !important}

.h1 p,.h1{font-size:48px !important}

.h2 p,.h2{font-size:32px !important}

.h3 p,.h3{font-size:28px !important}

.h4 p,.h4{font-size:20px !important}

.h5 p,.h5{font-size:18px !important}

.h6 p,.h6{font-size:16px !important}

.h7 p,.h7{font-size:15px !important}

.h8 p,.h8{font-size:13px !important}

.h9 p,.h9{font-size:12px !important}

blockquote.quotation-mark p:first-of-type{margin-left:20px}

blockquote.quotation-mark p:first-of-type:before{display:inline-block;content:",,";position:static;color:#ced4da;font-size:72px;line-height:0}

hr{border:0;height:1px;background-color:#0193dd;opacity:1}

hr.hr-white{background-color:#fff}

hr.hr-gray{background-color:#e9ecef}

div.text-white p{color:#fff !important}

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

p{color:#333;font-size:16px;font-weight:400;line-height:1.8;letter-spacing:0px}

.subtitle-primary{font-family:"Spartan",var(--bs-font-sans-serif);font-weight:300;margin-bottom:0}

.title-primary{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-weight:400;margin-bottom:0}

.title-primary.sm-grey{color:gray;font-family:"Spartan",var(--bs-font-sans-serif)}

.title-primary.font-family{font-family:"Cinzel Decorative",var(--bs-font-sans-serif)}

.title-primary.underline,.subtitle-primary.underline{position:relative}

.title-primary.underline:after,.subtitle-primary.underline:after{display:block;width:100px;height:.5px;content:"";background-color:#0193dd;margin:2.5rem auto 3.5rem auto}

ul,ol{font-weight:400;list-style-position:unset}

ul li,ol li{margin-bottom:1rem;line-height:1.8rem}

ul li:last-of-type,ol li:last-of-type{margin-bottom:0}

ul li::marker,ol li::marker{color:#0193dd}

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

.additional-info ul li:before{display:inline-block;position:relative;top:3px;content:"";background-image:url(images/icons/others/tick.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:16px;height:16px;margin-right:12px}

.additional-info ul li.negative:before{display:inline-block;position:relative;top:1px;content:"";background-image:url(images/icons/others/close.svg);background-repeat:no-repeat;background-position:center;background-size:contain;width:13px;height:13px;margin-right:12px}

.color-main{color:#0193dd}

.color-main.content p{color:#0193dd}

.color-secondary{color:#bc8624}

.color-secondary.content p{color:#bc8624}

.color-gray{color:#adb5bd}

.letter-spacing-big{letter-spacing:1px}

.emphasis{text-decoration:underline;-webkit-text-decoration-color:#0193dd;text-decoration-color:#0193dd}

@media(max-width: 991px){.h0 p,.h0{font-size:44.8px !important}.h1 p,.h1{font-size:38.4px !important}.h2 p,.h2{font-size:25.6px !important}.h3 p,.h3{font-size:22.4px !important}.h4 p,.h4{font-size:16px !important}.h5 p,.h5{font-size:16.2px !important}.h6 p,.h6{font-size:16px !important}.content ul,.content ol{padding-left:1rem}}

@media(max-width: 767px){.h0 p,.h0{font-size:38.4px !important}.h1 p,.h1{font-size:28.8px !important}.h2 p,.h2{font-size:19.2px !important}.title-primary.underline:after,.subtitle-primary.underline:after{margin:1.75rem auto 2.5rem auto}.title-primary.display-n,.subtitle-primary.display-n{display:none}}

@media(max-width: 575px){.h0 p,.h0{font-size:28.8px !important}p{font-size:15px !important}}

.form-side{position:-webkit-sticky;position:sticky;top:calc(var(--header-height) + 2rem)}

.form-wrapper{background-color:#fff;box-shadow:0 0 10px 4px rgba(0,0,0,.025);padding:3rem}

.form-wrapper.form-plain{box-shadow:unset;padding:0}

.form-wrapper .title-wrapper{border-bottom:1px solid #0193dd;margin-bottom:1rem}

.form-wrapper .title-primary{text-transform:none;padding-bottom:1rem}

.form-group-container{display:flex;flex-direction:column}

.form-group-container .form-group{width:calc(50% - 2rem)}

.form-label{width:100%;border-bottom:1px solid #dee2e6;padding-bottom:1rem;margin-bottom:0}

.form-label.form-label-alt{padding-bottom:1rem;border-bottom:unset}

.form-label .label-name{display:inline-block;font-weight:700;margin-bottom:.5rem}

.form-label span{font-size:16px}

.form-label:focus-within{border-bottom:1px solid #0193dd}

.form-control{width:100%;border:unset;font-weight:300;color:#000;background-color:transparent;border-radius:unset;letter-spacing:0px;padding:0}

.form-control:focus{border-color:#0193dd}

.form-control::-webkit-input-placeholder{color:#000}

.form-control ::-moz-placeholder{color:#000}

.form-control :-ms-input-placeholder{color:#000}

.form-control :-moz-placeholder{color:#000}

.form-check{display:flex;flex-wrap:wrap;padding-left:1em}

.form-check .input-wrapper{width:30px;height:30px;margin-right:1.5rem}

.form-check .input-wrapper .form-check-input{width:1.5rem;height:1.5rem;border-radius:50%;border-color:#0193dd;margin-left:0;margin-top:0}

.form-check .input-wrapper .form-check-input:checked{background-color:#0193dd;border-color:#0193dd}

.form-check .form-check-label{width:calc(100% - 54px);margin-bottom:.5rem}

.form-check .form-check-label.mw-unset{max-width:unset}

.validate-hint{width:100%;background-color:#dc3545;padding:.5rem 1rem}

.validate-hint .message{text-align:center;color:#fff}

.message-success,.message-fail{border:2px solid #198754;padding:1rem 2rem}

.message-success p,.message-fail p{font-weight:300;color:#198754}

.message-fail{border-color:#dc3545}

.message-fail p{color:#dc3545}

.date-container{display:flex;justify-content:space-between;align-items:center;width:100%}

@media(max-width: 991px){.form-control{font-size:14.4px}}

@media(max-width: 575px){.form-wrapper{padding:1.75rem}.form-group-container{flex-wrap:wrap}.form-group-container:nth-of-type(2){margin-top:0}.form-group-container .form-group{width:100%}}

@media(max-height: 749px){.form-side{position:static}}

a{color:#0193dd}

a:hover{color:#0171aa}

*:focus{outline:none !important;box-shadow:unset !important}

button:focus,button:active{outline:none !important;box-shadow:unset !important}

.btn{display:inline-block;font-size:15px;font-weight:500;font-family:"Spartan",var(--bs-font-sans-serif);letter-spacing:0px;color:#0193dd;border-radius:0;margin-bottom:0;line-height:1;letter-spacing:2px;cursor:pointer;transition:background-color 300ms,color 300ms,border-color 300ms,fill 300ms,translate 300ms;padding:20px 35px 20px 35px}

.btn.btn-f-big{font-size:18px}

.btn.btn-p-new{padding:1.5rem 0 0 0}

.btn.btn-f-small{font-size:12px !important}

.btn.btn-small{padding:16px 35px 13px}

.btn-main{position:relative;color:#fff;text-transform:uppercase;background-color:#0193dd}

.btn-main.btn-t-color{color:#333}

.btn-main.btn-main-n-upper{text-transform:none}

.btn-main.btn-reservation-apart{background-color:#333}

.btn-main.btn-category{background-color:transparent;color:#333}

.btn-main.btn-category:hover{color:#0193dd;background-color:transparent}

.btn-main.btn-category.active{color:#0193dd}

.btn-main.btn-category.padding-sm{padding:1rem 1.5rem}

.btn-main:hover{color:#fff;background-color:#0182c4}

.btn-main.btn-main-alt{background-color:#bc8624}

.btn-main.btn-main-alt:hover{background-color:#a77720}

.btn-main.btn-dropdown{border:1px solid #333;background-color:transparent;color:#333}

.btn-main.btn-dropdown:hover{background-color:#0193dd;color:#fff;border:1px solid #0193dd}

.btn-main.btn-text-arrow{padding:0;background-color:transparent;color:#0193dd;transition:background-color 300ms,color 300ms,border-color 300ms,fill 300ms}

.btn-main.btn-text-arrow:hover{color:#333}

.btn-main.btn-text-arrow:hover .icon svg path{fill:#000 !important}

.btn-main.btn-text-arrow.btn-text-arrow-bg{background-color:#0193dd;color:#000;padding:.5rem 2rem}

.btn-main.btn-text-arrow.btn-text-arrow-bg .icon svg path{fill:#000 !important}

.btn-main.btn-text-arrow.btn-text-arrow-bg:hover{background-color:transparent;color:#0193dd;border:1px solid #0193dd}

.btn-main.btn-text-arrow.btn-text-arrow-bg:hover .icon svg path{fill:#0193dd !important}

.btn-main.btn-text-arrow .icon{width:20px;height:20px}

.btn-main.btn-text-arrow .icon svg path{fill:#0193dd !important}

.btn-main.btn-text-arrow.btn-text-arrow-book{display:flex;flex-direction:column;justify-content:center;height:100%;padding:1rem 1.5rem}

.btn-main.btn-text-arrow.btn-text-arrow-book:hover{background-color:#0182c4}

.btn-main.btn-text-arrow.btn-text-arrow-book:hover .text-uppercase{color:#333}

.btn-main.btn-text-arrow.btn-text-arrow-book:hover .icon svg path{fill:#333 !important}

.btn-main.btn-text-arrow.btn-text-arrow-book .icon{margin-bottom:1rem}

.btn-main.btn-text-arrow.btn-text-arrow-book .icon svg path{fill:#fff !important}

.btn-main.btn-text-arrow.btn-text-arrow-book span{display:block;font-size:16px}

.btn-main .icon{display:inline-block;width:20px;height:20px}

.btn-main .icon svg path{fill:#fff !important}

.btn-main.w-100{width:100%}

.btn-second{position:relative;color:#0193dd;background-color:transparent}

.btn-second .icon{flex-shrink:0;display:inline-block;width:20px;height:20px}

.btn-second .icon.icon-big{width:26px;height:26px}

.btn-second .icon svg{width:100%;height:100%}

.btn-second .icon svg path,.btn-second .icon svg circle,.btn-second .icon svg rect,.btn-second .icon svg g{fill:#0171aa !important;transition:fill 300ms}

.btn-second.btn-border{border:1px solid #0193dd}

.btn-second.btn-second-black{color:#000}

.btn-second.btn-second-white{color:#fff;border:1px solid #fff}

.btn-second.btn-second-white:hover{color:#0193dd;background-color:#fff}

.btn-second.btn-second-no-p{font-weight:400;border:unset;padding:0}

.btn-second.btn-second-no-p svg{transition:transform 300ms}

.btn-second.btn-second-no-p:hover{background-color:unset}

.btn-second.btn-second-no-p:hover .icon svg{transform:translateX(0.5rem)}

.btn-second.btn-second-no-p.btn-scroll:hover .icon svg{transform:translateY(0.25rem)}

.btn-second.btn-second-alt{color:#0193dd;border:1px solid transparent}

.btn-second.btn-second-alt:hover{background-color:transparent}

.btn-second.btn-second-special{color:#fff;background-color:#0193dd}

.btn-second.btn-second-special:hover{background-color:#0182c4}

.btn-second.horizontal-lines{text-transform:none;font-weight:400;color:#333;padding:0 20px 0 40px;transition:unset}

.btn-second.horizontal-lines:after,.btn-second.horizontal-lines:before{content:"";position:absolute;top:50%;height:2px;transform:translateY(-50%);border-bottom:1px solid #333;background-color:#fff;transition:width 300ms;margin-top:-2px}

.btn-second.horizontal-lines:before{right:calc(100% - 30px);width:30px}

.btn-second.horizontal-lines:after{left:calc(100% - 10px);width:10px}

.btn-second.horizontal-lines:hover:before{width:10px}

.btn-second.horizontal-lines:hover:after{width:30px}

.btn-second.underline{font-size:18px;text-transform:none;border:unset;transition:unset;padding:0 0 2px 0;overflow:hidden}

.btn-second.underline:before{content:"";position:absolute;top:calc(100% - .05rem);left:0;right:0;width:72%;height:.05rem;background:#fff;transform:translateX(-66.6666%);transition:transform 300ms}

.btn-second.underline:hover{color:#fff;background-color:transparent}

.btn-second.underline:hover:before{transform:translateX(0)}

.btn-second.btn-hover{border:1px solid #0193dd}

.btn-second.btn-hover:hover{background-color:#0193dd;color:#fff}

.btn-second.btn-hover:hover .d-flex .icon svg path{fill:#fff !important}

.btn-close{background-color:transparent;border:1px solid transparent}

.btn-close .icon{width:26px;height:26px}

.btn-circle{display:flex;justify-content:center;align-items:center;width:48px;height:48px;border-radius:50%;transition:background-color 300ms}

.btn-circle.circle-white{width:40px;height:40px;background-color:transparent}

.btn-circle.circle-white .icon svg path,.btn-circle.circle-white .icon svg circle,.btn-circle.circle-white .icon svg rect,.btn-circle.circle-white .icon svg g{fill:#0193dd !important}

.btn-circle .icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:23px;height:23px}

.btn-circle .icon.icon-small{width:auto;height:20px}

.btn-circle .icon svg{width:100%;height:100%}

.btn-circle .icon svg path,.btn-circle .icon svg circle,.btn-circle .icon svg rect,.btn-circle .icon svg g{fill:#fff !important;transition:fill 300ms}

.btn-circle:hover .icon svg path,.btn-circle:hover .icon svg circle,.btn-circle:hover .icon svg rect,.btn-circle:hover .icon svg g{fill:#bc8624 !important}

.wrapper-button{position:relative;display:flex;justify-content:center;align-items:center}

.wrapper-button .btn-image{display:flex;justify-content:center;align-items:center;padding:.2rem 1rem;background-color:#fff;color:#131111;border-radius:0%;font-size:13px}

.wrapper-button .btn-image:hover{color:#0193dd}

.wrapper-button .btn-image:hover .icon-wrapper .icon svg path{fill:#0193dd}

.wrapper-button .btn-image .text{display:block;margin-right:1rem}

.wrapper-button .btn-image .icon-wrapper{display:flex;justify-content:center;align-items:center;background-color:#fff;padding:.5rem 0rem .5rem 1rem}

.wrapper-button .btn-image .icon{width:22px}

@media(max-width: 1399px){.wrapper-button .btn-image{padding:.5rem 1rem}.wrapper-button .btn-image .icon-wrapper{padding:.5rem 0 .5rem 1rem}}

@media(max-width: 1199px){.wrapper-button{margin-left:auto;margin-right:2rem}.wrapper-button .btn-image .icon-wrapper{padding:.5rem 0 .5rem .5rem}}

@media(max-width: 575px){.btn-main.btn-text-arrow.btn-text-arrow-book{flex-direction:row;height:auto;width:100%;align-items:center;justify-content:center}.btn-main.btn-text-arrow.btn-text-arrow-book .icon{margin-bottom:0;order:2}.btn-main.btn-text-arrow.btn-text-arrow-book span{padding:20px 45px 20px 45px;order:1;margin-right:1rem}}

@media(max-width: 460px){.navbar-holder .wrapper-button{margin-right:.5rem}.wrapper-button::before{display:none}.wrapper-button .btn-image{font-size:13px;padding:1rem 1.5rem !important}.wrapper-button .btn-image .text{margin-right:0}.wrapper-button .btn-image .icon-wrapper{display:none}.wrapper-button .btn.btn-reservation{padding:15px 30px 14px 30px !important}}

@media(max-width: 400px){.btn:not(.btn-second):not(.btn-third):not(.btn-cta):not(.btn-icon){font-size:15px !important;padding:20px 17px 20px 17px}}

.image{background:#f8f9fa}

.image.darken:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.35);z-index:0}

.image img.cover{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}

.head-box{display:flex;justify-content:center;flex-wrap:wrap}

.icon img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}

.icon img.crisp-edges{image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;-ms-interpolation-mode:nearest-neighbor}

.icon svg{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}

.icon.text-color svg path{fill:#333 !important}

a.glightbox:before,a.glightbox:after{position:absolute;display:block;content:"";transition:opacity 500ms;opacity:0}

a.glightbox:before{top:50%;left:50%;width:50px;height:50px;background-image:url(images/icons/controls/add.svg);transform:translate(-50%, -50%);z-index:1}

a.glightbox:after{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.3);z-index:0}

a.glightbox:hover:before,a.glightbox:hover:after{opacity:1}

.wp-block-gallery{display:block}

.wp-block-gallery .blocks-gallery-grid{list-style:none;padding:0;margin-bottom:0}

.wp-block-gallery .blocks-gallery-grid .blocks-gallery-item{margin-bottom:0}

.wp-block-gallery .blocks-gallery-grid figure{display:block;position:relative;height:100%}

.gallery-small{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap}

.gallery-small .image{position:relative;height:250px;width:calc(50% - 5px)}

.blocks-gallery-grid,.gallery{display:flex;flex-wrap:wrap;gap:20px}

.blocks-gallery-grid .image,.gallery .image{height:40vh;flex-grow:1;width:25%}

.blocks-gallery-grid .image:nth-of-type(2n+1),.gallery .image:nth-of-type(2n+1){flex-grow:10}

.blocks-gallery-grid .image a img,.gallery .image a img{max-height:100%;min-width:100%;-o-object-fit:cover;object-fit:cover;vertical-align:bottom}

@media(max-width: 991px){.blocks-gallery-grid .blocks-gallery-item,.blocks-gallery-grid .image,.gallery .blocks-gallery-item,.gallery .image{width:calc(50% - 20px);height:35vh}.head-box{flex-wrap:wrap}.head-box .btn{margin-bottom:1rem}}

@media(max-width: 767px){.gslide-media{border:unset}.blocks-gallery-grid .blocks-gallery-item,.blocks-gallery-grid .image,.gallery .blocks-gallery-item,.gallery .image{width:calc(50% - 20px);height:25vh}}

@media(max-width: 575px){a.glightbox:before{width:30px;height:30px}.icon.small{width:80px}.gallery-main .head-box{flex-direction:column}.gallery-main .head-box .btn{margin-right:0;margin-bottom:1.5rem}.gallery-main .head-box .btn:last-child{margin-bottom:0}.blocks-gallery-grid,.gallery{gap:10px}}

.splide__arrows .splide__arrow{width:50px;height:50px;background:transparent}

.splide__arrows .splide__arrow:disabled{opacity:0}

.splide__arrows .splide__arrow svg{width:100%;height:100%}

.splide__arrows .splide__arrow svg path{fill:#fff}

.splide__pagination{position:relative;width:100%;left:unset;transform:unset}

.splide__pagination li{margin-right:1.5rem}

.splide__pagination li:last-of-type{margin-right:0}

.splide__pagination li .splide__pagination__page{width:12px;height:12px;background-color:#ced4da;border-radius:50%;opacity:1;margin:0}

.splide__pagination li .splide__pagination__page.is-active{background-color:#bc8624;transform:unset}

#splideGallery-small{position:relative}

#splideGallery-small::after{content:"";position:absolute;top:-25px;left:calc(var(--width-slider-image) - 68px);width:70px;height:70px;background-color:transparent;border-top:1px solid #bc8624;border-left:1px solid #bc8624;z-index:5}

#splideGallery-small::before{content:"";position:absolute;bottom:-25px;right:calc(var(--width-slider-image) - 68px);width:70px;height:70px;background-color:transparent;border-bottom:1px solid #bc8624;border-right:1px solid #bc8624;z-index:5}

#splideGallery-small .splide__slide{width:var(--width-slider-image) !important}

#splideGallery-small .splide__slide .image{height:350px}

#splideGallery-small .splide__slide .image a:before{content:unset}

#splideRooms1 .splide__slide{text-decoration:none}

#splideRooms1 .splide__slide .image{position:relative;width:100%;padding-top:100.6666666667%}

#splideRooms1 .splide__slide .image:before,#splideRooms1 .splide__slide .image:after{position:absolute;display:block;content:"";transition:opacity 500ms;opacity:0}

#splideRooms1 .splide__slide .image:before{top:20px;right:20px;width:30px;height:30px;background-image:url(images/icons/controls/diagonal-arrow.svg);z-index:1}

#splideRooms1 .splide__slide .image:after{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.15);z-index:0}

#splideRooms1 .splide__slide .image img{position:absolute;top:0;left:0}

#splideRooms1 .splide__slide:hover .image:before,#splideRooms1 .splide__slide:hover .image:after{opacity:1}

#splideRooms1 .splide__arrows{position:absolute;bottom:0;width:100%}

#splideRooms1 .splide__arrows .splide__arrow{position:absolute}

#splideRooms1 .splide__arrows .splide__arrow::before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:60px;height:60px;border-radius:50%;border:1px solid #0193dd}

#splideRooms1 .splide__arrows .splide__arrow svg path{fill:#0193dd !important}

#splidePrimary .splide__list{width:100%}

#splidePrimary .splide__slide{width:100%}

#splidePrimary .image{position:relative;width:100%;height:100%;text-align:center;padding-top:60.6666666667%}

#splidePrimary .image .vertical{left:50%;transform:translateX(-50%);width:auto}

#splidePrimary .image img{position:absolute;top:0;left:0}

#splidePrimary .image img{position:absolute;top:0;left:0}

#splidePrimary .splide__arrows{bottom:0;width:100%}

#splidePrimary .splide__arrows .splide__arrow{position:absolute}

#splidePrimary .splide__arrows .splide__arrow.splide__arrow--prev{left:5%}

#splidePrimary .splide__arrows .splide__arrow.splide__arrow--next{right:5%}

#splidePrimary .splide__arrows .splide__arrow::before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:60px;height:60px;border-radius:50%}

#splidePrimary .splide__arrows .splide__arrow svg path{fill:#0193dd !important}

#splideSecondary .splide__track .splide__list .splide__slide{border:unset;margin-right:.5rem}

#splideSecondary .splide__track .splide__list .splide__slide .image{width:100%;height:100%}

#splideNewsHeader .splide__slide,#splideNews .splide__slide{display:flex;flex-flow:column nowrap;text-decoration:none}

#splideNewsHeader .splide__slide .image,#splideNews .splide__slide .image{position:relative;width:100%;padding-top:95.6666666667%}

#splideNewsHeader .splide__slide .image:before,#splideNewsHeader .splide__slide .image:after,#splideNews .splide__slide .image:before,#splideNews .splide__slide .image:after{position:absolute;display:block;content:"";transition:opacity 500ms;opacity:0}

#splideNewsHeader .splide__slide .image:before,#splideNews .splide__slide .image:before{top:20px;right:20px;width:25px;height:25px;background-image:url(images/icons/controls/link-arrow.svg);background-repeat:no-repeat;background-size:contain;z-index:1}

#splideNewsHeader .splide__slide .image:after,#splideNews .splide__slide .image:after{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.15);z-index:0}

#splideNewsHeader .splide__slide .image img,#splideNews .splide__slide .image img{position:absolute;top:0;left:0}

#splideNewsHeader .splide__slide .icon-wrapper,#splideNews .splide__slide .icon-wrapper{display:flex;justify-content:center;align-items:center;height:80px;background-color:#fff}

#splideNewsHeader .splide__slide .icon-wrapper .thumbnail-icon,#splideNews .splide__slide .icon-wrapper .thumbnail-icon{position:relative;width:40px;height:40px}

#splideNewsHeader .splide__slide .icon-wrapper .thumbnail-icon:before,#splideNews .splide__slide .icon-wrapper .thumbnail-icon:before{position:absolute;bottom:-10px;right:-10px;content:"";width:40px;height:40px;background-color:transparent;border-radius:50%;transition:background-color 300ms;z-index:0}

#splideNewsHeader .splide__slide:hover .image:before,#splideNewsHeader .splide__slide:hover .image:after,#splideNews .splide__slide:hover .image:before,#splideNews .splide__slide:hover .image:after{opacity:1}

#splideNewsHeader .splide__slide:hover .thumbnail-icon:before,#splideNews .splide__slide:hover .thumbnail-icon:before{background-color:rgba(1,147,221,.25)}

#splideHeader{position:absolute;top:0;left:0;width:100%;height:100%}

#splideHeader .splide__track,#splideHeader .splide__list{height:100%}

#splideHeader .splide__slide .image{height:100%}

#splideHeader .splide__pagination{bottom:80px;right:100px;display:flex;justify-content:flex-end}

#splideRooms1,#splidePackages,#splideOthers,#splideRooms2{padding-top:60px;position:relative}

#splideRooms1 .splide__slide,#splidePackages .splide__slide,#splideOthers .splide__slide,#splideRooms2 .splide__slide{text-decoration:none}

#splideRooms1 .splide__slide .image,#splidePackages .splide__slide .image,#splideOthers .splide__slide .image,#splideRooms2 .splide__slide .image{position:relative;width:100%;height:350px}

#splideRooms1 .splide__slide .image:before,#splideRooms1 .splide__slide .image:after,#splidePackages .splide__slide .image:before,#splidePackages .splide__slide .image:after,#splideOthers .splide__slide .image:before,#splideOthers .splide__slide .image:after,#splideRooms2 .splide__slide .image:before,#splideRooms2 .splide__slide .image:after{position:absolute;display:block;content:"";transition:opacity 500ms;opacity:0}

#splideRooms1 .splide__slide .image:before,#splidePackages .splide__slide .image:before,#splideOthers .splide__slide .image:before,#splideRooms2 .splide__slide .image:before{top:20px;right:20px;width:30px;height:30px;background-image:url(images/icons/controls/diagonal-arrow.svg);z-index:1}

#splideRooms1 .splide__slide .image:after,#splidePackages .splide__slide .image:after,#splideOthers .splide__slide .image:after,#splideRooms2 .splide__slide .image:after{top:0;left:0;width:100%;height:100%;background-color:rgba(1,147,221,.5);z-index:0}

#splideRooms1 .splide__slide:hover .image:before,#splideRooms1 .splide__slide:hover .image:after,#splidePackages .splide__slide:hover .image:before,#splidePackages .splide__slide:hover .image:after,#splideOthers .splide__slide:hover .image:before,#splideOthers .splide__slide:hover .image:after,#splideRooms2 .splide__slide:hover .image:before,#splideRooms2 .splide__slide:hover .image:after{opacity:1}

#splideRooms1 .splide__slide:hover a,#splidePackages .splide__slide:hover a,#splideOthers .splide__slide:hover a,#splideRooms2 .splide__slide:hover a{color:#fff;background-color:#0182c4;border:1px solid #0182c4}

#splideRooms1 .splide__arrows,#splidePackages .splide__arrows,#splideOthers .splide__arrows,#splideRooms2 .splide__arrows{display:flex;justify-content:flex-end;margin:0 0 2rem 0}

#splideRooms1 .splide__arrows .splide__arrow,#splidePackages .splide__arrows .splide__arrow,#splideOthers .splide__arrows .splide__arrow,#splideRooms2 .splide__arrows .splide__arrow{display:block;position:static;width:70px;height:30px;transform:unset;opacity:1;padding:0;z-index:1}

#splideRooms1 .splide__arrows .splide__arrow:first-child,#splidePackages .splide__arrows .splide__arrow:first-child,#splideOthers .splide__arrows .splide__arrow:first-child,#splideRooms2 .splide__arrows .splide__arrow:first-child{border-right:1px solid #000;background-image:url(images/icons/controls/arrow-left-bold.svg);background-repeat:no-repeat;background-position:left;border-radius:0}

#splideRooms1 .splide__arrows .splide__arrow:last-child,#splidePackages .splide__arrows .splide__arrow:last-child,#splideOthers .splide__arrows .splide__arrow:last-child,#splideRooms2 .splide__arrows .splide__arrow:last-child{background-image:url(images/icons/controls/arrow-right-bold.svg);background-repeat:no-repeat;background-position:right}

#splideRooms1 .splide__arrows .splide__arrow svg,#splidePackages .splide__arrows .splide__arrow svg,#splideOthers .splide__arrows .splide__arrow svg,#splideRooms2 .splide__arrows .splide__arrow svg{display:none}

#splideRooms1 .splide__pagination,#splidePackages .splide__pagination,#splideOthers .splide__pagination,#splideRooms2 .splide__pagination{margin-top:100px}

#splideRooms1 .splide__slide .image,#splideOthers .splide__slide .image,#splideRooms2 .splide__slide .image{position:relative;padding-bottom:66.69921875%;width:calc(100%);height:0px}

#splideRooms1 .splide__slide .image img,#splideOthers .splide__slide .image img,#splideRooms2 .splide__slide .image img{position:absolute;top:0;right:0;bottom:0;left:0}

#splideInfo{position:relative}

#splideInfo .splide__track,#splideInfo .splide__list{height:600px}

#splideInfo .splide__slide{display:flex;text-decoration:none}

#splideInfo .splide__slide .image{width:60%}

#splideInfo .splide__slide .content-wrapper{display:flex;justify-content:center;flex-direction:column;width:40%;background-color:#181818;padding:4rem 2rem 4rem 4rem}

#splideInfo .splide__slide .content-wrapper .subtitle-primary{color:#fff}

#splideInfo .splide__slide .content-wrapper p{color:#fff;font-size:16px}

#splideInfo .splide__slide .content-wrapper .button-wrapper button{display:flex;justify-content:center}

#splideInfo .splide__slide .content-wrapper .button-wrapper button:hover{color:#333}

#splideInfo .splide__slide .content-wrapper .button-wrapper button:hover .icon svg path{fill:#333 !important}

#splideInfo .splide__arrows{position:absolute;bottom:80px;right:80px;width:130px}

#splideInfo .splide__arrows .splide__arrow{position:absolute}

#splideInfo .splide__arrows .splide__arrow::before{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);content:"";width:60px;height:60px;border-radius:50%;border:1px solid #fff}

#splideInfo .splide__arrows .splide__arrow svg path{fill:#fff !important}

#splideEmployees .splide__slide{text-decoration:none}

#splideEmployees .splide__slide .image{width:310px;height:310px;background-color:transparent;margin:0 auto}

#splideEmployees .splide__slide .content{max-width:80%;margin:0 auto}

@media(max-width: 1499px){#splideRooms1 .splide__arrows .splide__arrow::before{width:50px;height:50px}}

@media(max-width: 1199px){#splideGallery .splide__slide .image{height:250px}#splideGallery-small .splide__slide .image{height:300px}}

@media(max-width: 991px){#splideRooms1 .splide__arrows .splide__arrow{margin:0 -55px}#splideRooms1 .splide__arrows .splide__arrow::before{width:40px;height:40px}#splideGallery-small .splide__slide .image{height:250px}#splideInfo{position:relative}#splideInfo .splide__track,#splideInfo .splide__list{height:unset}#splideInfo .splide__slide{display:flex;flex-direction:column}#splideInfo .splide__slide .image{width:100%;height:400px;order:0}#splideInfo .splide__slide .content-wrapper{display:flex;justify-content:center;flex-direction:column;align-items:center;width:100%;background-color:#000;padding:2.5rem 2.5rem 2.5rem 2.5rem;order:1}#splideInfo .splide__slide .content-wrapper .subtitle-primary{color:#fff;text-align:center}#splideInfo .splide__slide .content-wrapper p{text-align:center;font-size:15px}#splideInfo .splide__slide .content-wrapper .button-wrapper button{display:flex;justify-content:center}#splideInfo .splide__arrows{position:static;width:100%}#splideInfo .splide__arrows .splide__arrow::before{width:40px;height:40px}#splideGallery-small{position:relative}#splideGallery-small::after{content:"";left:calc(var(--width-slider-image) - 38px)}#splideGallery-small::before{content:"";right:calc(var(--width-slider-image) - 38px)}}

@media(max-width: 767px){#splideGallery-small .splide__slide{width:100vw !important}#splideGallery-small::after{content:"";display:none}#splideGallery-small::before{content:"";display:none}}

@media(max-width: 575px){#splideEmployees .splide__slide .image{width:250px;height:250px}#splideInfo .splide__slide .image{height:300px}.splide__arrows{display:none}#splideGallery .splide__slide .image{height:250px}}

.map{position:relative;height:40vh;min-height:400px;max-height:500px;border:none;z-index:1}

.map iframe{position:relative;display:block;width:100%;height:100%;z-index:0}

@media(max-width: 991px){.map{position:relative;height:35vh;min-height:350px;max-height:450px}}

.nav-lang .custom-options{left:50% !important;width:3.5rem;transform:translateX(-50%)}

.nav-toggler{display:none}

.nav-toggler.nav-toggler-mobile{position:fixed;right:1rem;top:1.25rem;z-index:7}

.nav-toggler.nav-toggler-mobile .hamburger-menu{background:#e9ecef}

.nav-toggler.nav-toggler-mobile .hamburger-menu:before,.nav-toggler.nav-toggler-mobile .hamburger-menu:after{background:#fff}

@media(max-width: 1199px){.nav-toggler{display:flex;justify-content:flex-end;align-items:center;width:40px;height:34px;border:unset;cursor:pointer;padding:0;z-index:4}.hamburger-menu,.hamburger-menu:after,.hamburger-menu:before{width:40px;height:.1rem;border-top-left-radius:2px;border-bottom-left-radius:2px;border-top-right-radius:2px;border-bottom-right-radius:2px}.hamburger-menu{width:30px;position:relative;background:#000;z-index:5}.hamburger-menu.animate{background:transparent !important}.hamburger-menu:before{content:"";position:absolute;left:-10px;bottom:12px;background:#000;transition:bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1);z-index:5}.hamburger-menu:after{content:"";position:absolute;left:-10px;top:12px;background:#000;transition:top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms cubic-bezier(0.23, 1, 0.32, 1);z-index:5}.hamburger-menu.animate:after{top:0;transform:rotate(45deg);transition:top 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)}.hamburger-menu.animate:before{bottom:0;transform:rotate(-45deg);transition:bottom 300ms cubic-bezier(0.23, 1, 0.32, 1),transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1)}}

.breadcrumbs{position:relative;display:flex;flex-wrap:wrap;align-items:center;background-color:transparent;padding:1rem 0;margin-bottom:0;z-index:1}

.breadcrumbs li{list-style:none;margin-bottom:0}

.breadcrumbs li a,.breadcrumbs li span{text-decoration:none;font-size:16px}

.breadcrumbs .divider{display:inline-block;width:1px;height:1em;background-color:#adb5bd;margin:0 .5rem}

.primary-box{display:flex;justify-content:space-between;align-items:center}

.primary-box.primary-box-reverse .first-half{order:1}

.primary-box.primary-box-reverse .second-half{order:0}

.primary-box.primary-box-alt .first-half{width:calc(60% - 2.5rem)}

.primary-box.primary-box-alt .second-half{width:calc(40% - 2.5rem)}

.primary-box .first-half{position:relative;width:calc(50% - 2.5rem)}

.primary-box .first-half:before{position:absolute;top:50%;right:-2.5rem;content:"";width:.05rem;height:50%;background-color:#ced4da;transform:translateY(-50%)}

.primary-box .first-half.no-divider:before{content:unset}

.primary-box .first-half .content{max-width:90%}

.primary-box .second-half{position:relative;width:calc(50% - 2.5rem)}

@media(max-width: 991px){.primary-box{flex-wrap:wrap}.primary-box.primary-box-reverse .first-half{order:0}.primary-box.primary-box-reverse .second-half{order:1}.primary-box.primary-box-alt .first-half,.primary-box.primary-box-alt .second-half{width:100%}.primary-box .first-half{order:0;width:100%;min-height:unset;text-align:center;margin-bottom:3.5rem}.primary-box .first-half:before{content:unset}.primary-box .first-half .content{max-width:unset}.primary-box .second-half{order:1;width:100%;height:unset}}

.secondary-box{display:flex;justify-content:space-between;align-items:stretch}

.secondary-box .first-half{width:35%;padding:0 60px 0 0}

.secondary-box .first-half .icon{max-width:220px}

.secondary-box .second-half{position:relative;display:flex;justify-content:space-between;align-items:flex-start;width:65%}

.secondary-box .second-half:before{align-self:center;content:"";border-right:1px solid #dee2e6;height:120px}

.secondary-box .second-half .content{flex-grow:1;padding:0 80px 0 60px}

.secondary-box .second-half .image-wrapper{flex-shrink:0;position:relative;align-self:center;width:420px;z-index:3}

.secondary-box .second-half .image-wrapper .image{position:absolute;top:50%;left:50%;width:100%;height:420px;transform:translate(-50%, -50%);overflow:hidden;background:none}

.secondary-box .second-half .image-wrapper .image img{border-radius:50%}

@media(max-width: 1399px){.secondary-box .second-half .image-wrapper{width:280px}.secondary-box .second-half .image-wrapper .image{height:280px}}

@media(max-width: 1199px){.secondary-box .first-half{width:50%}.secondary-box .second-half{width:50%}.secondary-box .second-half .image-wrapper{display:none}}

@media(max-width: 767px){.secondary-box{flex-wrap:wrap;text-align:center}.secondary-box .first-half,.secondary-box .second-half{width:100%;padding:0}.secondary-box .first-half{margin-bottom:3rem}.secondary-box .first-half .icon{margin:0 auto}.secondary-box .second-half{width:100%}.secondary-box .second-half:before{content:unset}.secondary-box .second-half .content{padding:0}}

.listing-box{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:4rem;column-gap:4rem;row-gap:5rem}

.listing-box.listing-box-side{grid-template-columns:repeat(2, minmax(0, 1fr))}

.listing-box .item a{display:flex;flex-flow:column nowrap;height:100%;text-decoration:none}

.listing-box .item .image{position:relative;width:100%;padding-top:66.6666666667%}

.listing-box .item .image:before,.listing-box .item .image:after{position:absolute;display:block;content:"";transition:opacity 500ms;opacity:0}

.listing-box .item .image:before{top:20px;right:20px;width:30px;height:30px;background-image:url(images/icons/controls/link-arrow.svg);z-index:1}

.listing-box .item .image:after{top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.15);z-index:0}

.listing-box .item .image img{position:absolute;top:0;left:0}

.listing-box .item .icon-wrapper{display:flex;justify-content:center;align-items:center;height:80px;background-color:#fff}

.listing-box .item .icon-wrapper .thumbnail-icon{position:relative;width:40px;height:40px}

.listing-box .item .icon-wrapper .thumbnail-icon:before{position:absolute;bottom:-10px;right:-10px;content:"";width:40px;height:40px;background-color:transparent;border-radius:50%;transition:background-color 300ms;z-index:0}

.listing-box .item .button-wrapper{margin-top:auto}

.listing-box .item:hover .image:before,.listing-box .item:hover .image:after{opacity:1}

.listing-box .item:hover .icon-wrapper .thumbnail-icon:before{background-color:rgba(1,147,221,.25)}

.listing-box .item:hover .btn-main{color:#fff;background-color:#0182c4;border:1px solid #0182c4}

@media(max-width: 1199px){.listing-box{grid-template-columns:repeat(2, minmax(0, 1fr))}.listing-box.listing-box-side{grid-template-columns:repeat(1, minmax(0, 1fr))}}

@media(max-width: 991px){.listing-box.listing-box-side{grid-template-columns:repeat(2, minmax(0, 1fr))}}

@media(max-width: 767px){.listing-box{grid-template-columns:repeat(1, minmax(0, 1fr));-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:3rem;padding-bottom:.75rem}.listing-box .item{display:static;height:auto}.listing-box.listing-box-side{grid-template-columns:repeat(1, minmax(0, 1fr))}}

.pagination-box{display:flex;align-items:center;justify-content:center}

.pagination-box .page-numbers{display:flex;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;color:#333;text-decoration:none;background-color:#fff;border-radius:2px;margin-right:10px;transition:color 300ms,background-color 300ms}

.pagination-box .page-numbers:last-child{margin-right:0}

.pagination-box .page-numbers:hover{color:#fff;background-color:#0193dd}

.pagination-box .page-numbers.next svg,.pagination-box .page-numbers.prev svg{width:12px;height:12px;vertical-align:unset}

.pagination-box .page-numbers.next svg path,.pagination-box .page-numbers.next svg circle,.pagination-box .page-numbers.next svg rect,.pagination-box .page-numbers.next svg g,.pagination-box .page-numbers.prev svg path,.pagination-box .page-numbers.prev svg circle,.pagination-box .page-numbers.prev svg rect,.pagination-box .page-numbers.prev svg g{fill:#333 !important;transition:fill 300ms}

.pagination-box .page-numbers.next:hover svg path,.pagination-box .page-numbers.next:hover svg circle,.pagination-box .page-numbers.next:hover svg rect,.pagination-box .page-numbers.next:hover svg g,.pagination-box .page-numbers.prev:hover svg path,.pagination-box .page-numbers.prev:hover svg circle,.pagination-box .page-numbers.prev:hover svg rect,.pagination-box .page-numbers.prev:hover svg g{fill:#fff !important}

.pagination-box .current{background-color:#0193dd;color:#fff}

.post-controls{display:flex;flex-wrap:wrap;justify-content:space-between}

.post-controls a{text-decoration:none;color:#0193dd;font-weight:400}

.post-controls a:first-of-type{margin-right:3rem}

.single-post-box{display:flex;justify-content:space-between}

.single-post-box a{color:#0193dd;text-decoration:none}

.single-post-box a:hover{color:#0171aa}

.single-post-box .first-half{width:calc(60% - 40px)}

.single-post-box .first-half .gallery .image{height:300px}

.single-post-box .second-half{width:calc(40% - 40px)}

.single-post-box .second-half .form-side{position:-webkit-sticky;position:sticky;top:140px}

.single-post-box h2,.single-post-box .h2{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-size:20px;margin-bottom:1rem}

.single-post-box .blocks-gallery-item{width:100% !important;height:auto !important}

.single-post-box img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}

.single-post-box ul,.single-post-box ol{color:#333;padding-left:1rem}

@media(max-width: 1199px){.single-post-box .first-half{width:calc(55% - 40px)}.single-post-box .second-half{width:calc(45% - 40px)}}

@media(max-width: 991px){.single-post-box{flex-wrap:wrap}.single-post-box .first-half,.single-post-box .second-half{width:100%}.single-post-box .first-half{text-align:center}.single-post-box h2,.single-post-box .h2{font-size:18px}.single-post-box ul,.single-post-box ol{padding-left:0}.post-controls{justify-content:center}}

@media(max-width: 575px){.single-post-box .first-half .gallery .image{height:200px}.single-post-box .second-half .form-side{padding:2rem 0rem}.post-controls{text-align:center}.post-controls a{width:100%}.post-controls a:first-of-type{margin-right:0}}

@media(max-height: 900px){.single-post-box .second-half .form-side{position:static}}

.cta-box{display:none;transition:all .2s ease-in-out;pointer-events:none}

@media(prefers-reduced-motion: reduce){.cta-box{transition:none}}

.cta-box-float{position:fixed;bottom:0;left:0;display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%;-webkit-animation:500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 cta-animation;animation:500ms cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1 cta-animation;z-index:1000}

.cta-box-float .cta-buttons-wrapper{display:flex;flex-wrap:wrap;justify-content:center;width:100%;pointer-events:auto}

.cta-box-float .button-wrapper{pointer-events:auto}

.cta-box-float .button-wrapper .btn-icon{padding:12px}

.cta-box-float .button-wrapper .btn-icon .icon{width:26px;height:26px}

.cta-box-float .cta-button-wrapper{width:33.333%;background-color:#fff}

.cta-box-float .cta-button-wrapper:hover.border-main{border-color:#0182c4}

.cta-box-float .cta-button-wrapper .btn{width:100%;padding-left:0;padding-right:0;margin-bottom:0;text-transform:uppercase}

.contact-box{display:flex;justify-content:center}

.contact-box .first-half{width:calc(55% - 20px)}

.contact-box .first-half.w-unset{width:unset}

.contact-box .first-half .contact-info{height:100%;padding:0 3rem 0 0}

.contact-box .first-half .contact-info .logo .icon{width:180px}

.contact-box .second-half{width:calc(45% - 40px)}

.contact-box a{display:inline-block;text-decoration:none}

.contact-single-wrapper{position:relative;background-color:#f8f9fa;border:1px solid #f8f9fa;padding:4rem}

.contact-single-wrapper .content{position:relative;z-index:1}

.contact-single-wrapper .contact-single{display:flex;justify-content:center;align-items:center}

.contact-single-wrapper .contact-single .item{display:flex;justify-content:center;align-items:center;font-size:18px}

.contact-single-wrapper .contact-single .item:first-of-type{margin-right:4rem}

.contact-single-wrapper .contact-single .item .icon{width:25px;height:25px;margin-right:15px}

.contact-single-wrapper .contact-single .item .icon svg path{fill:#0193dd !important}

.contact-single-wrapper .contact-single .item a{color:#000;text-decoration:none}

@media(max-width: 991px){.contact-box .first-half{width:100%;margin-bottom:2.5rem}.contact-box .first-half.w-unset{width:100%}.contact-box .first-half .contact-info{padding:0;margin:0}.contact-box .second-half{width:100%}.contact-single-wrapper{padding:2rem 1rem}.contact-single-wrapper .contact-single{flex-wrap:wrap}.contact-single-wrapper .contact-single .item{width:100%;font-size:16px}.contact-single-wrapper .contact-single .item:first-of-type{margin-right:0;margin-bottom:1.5rem}.contact-single-wrapper .contact-single .item .icon{width:20px;height:20px}}

@media(max-width: 767px){.contact-box{flex-wrap:wrap}}

@media(max-width: 575px){.contact-single-wrapper .contact-single .item{flex-direction:column}.contact-single-wrapper .contact-single .item .icon{margin-bottom:1rem}}

.contact-icons{display:flex;flex-wrap:wrap;align-items:center}

.contact-icons .icon-item{display:flex;flex-wrap:wrap;align-items:center;font-size:16px;padding:.75em}

.contact-icons .icon-item.icon-item-small{padding:.3rem}

.contact-icons .icon-item.icon-item-small.sm-p-2{padding:.2rem}

.contact-icons .icon-item.icon-item-big{font-size:18px}

.contact-icons .icon{flex-shrink:0;display:flex;justify-content:center;align-items:center;width:22px;height:19px}

.contact-icons .icon.wid-small{width:18px;height:18px}

.contact-icons .icon svg path{fill:#0193dd !important}

.contact-icons a,.contact-icons .icon-text{text-decoration:none;color:#333}

.contact-icons a:hover,.contact-icons .icon-text:hover{color:#333}

.contact-icons .icon-text{margin-left:.75rem}

@media(max-width: 767px){.contact-icons .icon-item{padding:.75rem 0;font-size:15px}}

.form-panel-wrapper{position:-webkit-sticky;position:sticky;top:var(--header-height);box-shadow:0 0 10px 4px rgba(0,0,0,.05)}

.form-panel{display:inline-block;font-weight:400;background:#fff}

.form-panel label{color:#fff;text-transform:uppercase;margin-bottom:.5rem;font-weight:500}

.form-panel .divider{width:1px;height:20px;background-color:#adb5bd;margin:0 2rem}

.form-panel .btn-main{background-color:#0193dd;color:#fff}

.form-panel .btn-main:hover{background-color:transparent;color:#fff}

.form-panel .custom-select-wrapper{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.form-panel .custom-select-wrapper .custom-select{position:relative;display:flex;justify-content:space-between;align-items:center;margin-bottom:0}

.form-panel .custom-select-wrapper .custom-select .wrapper-icon-text{display:flex}

.form-panel .custom-select-wrapper .custom-select .wrapper-icon-text .icon{margin-right:1rem}

.form-panel .custom-select-wrapper .custom-select .custom-select-trigger{position:relative;font-size:16px;color:#343a40;cursor:pointer}

.form-panel .custom-select-wrapper .custom-select .custom-select-trigger .text{font-family:"Spartan",var(--bs-font-sans-serif);color:#191919;cursor:pointer;font-size:28px}

.form-panel .custom-select-wrapper .custom-select .custom-options{position:absolute;display:block;top:calc(100% - 1px);left:0;right:0;background:#fff;box-shadow:0 0 3px 1px rgba(0,0,0,.05);transition:opacity 300ms,visibility 300ms;opacity:0;visibility:hidden;pointer-events:none;z-index:2;overflow-x:hidden;overflow-y:auto}

.form-panel .custom-select-wrapper .custom-select .custom-options.long{max-height:400px}

.form-panel .custom-select-wrapper .custom-select .custom-options.short{max-height:280px}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option{position:relative;display:block;padding:0 30px 0 30px;font-size:14px;color:#343a40;background-color:#fff;height:40px;line-height:40px;border-bottom:1px solid #f8f9fa;cursor:pointer;transition:background-color 300ms}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option.non-clickable{color:#333;font-family:"Spartan",var(--bs-font-sans-serif);font-size:28px;pointer-events:none;padding-left:20px}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option.non-clickable:hover{background-color:unset}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option:first-of-type{border-top-left-radius:.2rem;border-top-right-radius:.2rem}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option:last-of-type{border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option:hover{cursor:pointer;background-color:#f8f9fa}

.form-panel .custom-select-wrapper .custom-select .custom-options .custom-option.selected{background-color:#f8f9fa}

.form-panel .custom-select-wrapper .custom-select.open .custom-options{opacity:1;visibility:visible;pointer-events:all}

.form-panel .custom-select-wrapper .decor-panel{position:relative;display:inline-block;width:15px;height:15px;background-color:#adb5bd;border-radius:50%;z-index:-1}

.form-panel .custom-select-wrapper .decor-panel.pos-absolute{position:absolute;top:10px}

.form-panel .custom-select-wrapper .decor-panel::before{content:"";position:absolute;top:35%;left:35%;width:5px;height:5px;background-color:transparent;border-left:1px solid #000;border-bottom:1px solid #000;transform:rotate(-42deg)}

.form-panel .custom-select-wrapper .decor-w{font-weight:700}

.panel-box{display:flex}

.panel-box .icon{width:22px}

.dates-wrapper{display:flex;justify-content:space-around;align-items:center}

.date-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;padding:1.5rem;border-right:1px solid #adb5bd}

.date-wrapper.b-none{border-right:none}

.date-wrapper .content-panel{display:flex;width:100%;cursor:pointer;position:relative}

.date-wrapper .content-panel .icon{width:20px;margin-right:1rem;z-index:-1}

.date-wrapper .content-panel .input_month-year{z-index:-1;position:relative}

.date-wrapper .content-panel .input_month-year.z-index-1{z-index:1}

.date-wrapper .content-panel .input_month-year .decor-panel{position:relative;display:inline-block;width:15px;height:15px;background-color:#adb5bd;border-radius:50%;margin-left:.7rem;z-index:-1}

.date-wrapper .content-panel .input_month-year .decor-panel.pos-absolute{position:absolute;top:10px}

.date-wrapper .content-panel .input_month-year .decor-panel::before{content:"";position:absolute;top:35%;left:35%;width:5px;height:5px;background-color:transparent;border-left:1px solid #000;border-bottom:1px solid #000;transform:rotate(-42deg)}

.date-wrapper .content-panel .input_month-year .decor-w{font-weight:700}

.date-wrapper .text-panel{width:100%;text-align:left;text-transform:uppercase;margin-bottom:.5rem}

.date-wrapper .date,.date-wrapper .year,.date-wrapper .month,.date-wrapper .date-end,.date-wrapper .year-end,.date-wrapper .month-end{width:100%;color:#fff;border-bottom:1px solid #0193dd;background-color:transparent;border:unset;cursor:pointer;font-family:"Spartan",var(--bs-font-sans-serif);font-size:28px}

.date-wrapper .date::-moz-placeholder, .date-wrapper .year::-moz-placeholder, .date-wrapper .month::-moz-placeholder, .date-wrapper .date-end::-moz-placeholder, .date-wrapper .year-end::-moz-placeholder, .date-wrapper .month-end::-moz-placeholder{color:#fff;font-size:16px;letter-spacing:0px;font-weight:500}

.date-wrapper .date::placeholder,.date-wrapper .year::placeholder,.date-wrapper .month::placeholder,.date-wrapper .date-end::placeholder,.date-wrapper .year-end::placeholder,.date-wrapper .month-end::placeholder{color:#fff;font-size:16px;letter-spacing:0px;font-weight:500}

.date-wrapper .icon{flex-shrink:0;width:28px}

.date-wrapper .icon svg path{fill:#000 !important}

.date-wrapper .date-number,.date-wrapper .date-number-end{font-family:"Spartan",var(--bs-font-sans-serif);color:#333;cursor:pointer;font-size:28px}

.date-wrapper .month,.date-wrapper .year,.date-wrapper .month-end,.date-wrapper .year-end{color:#333}

.wrapper-icon-button{height:100%;padding:1.5rem;background-color:#0193dd}

.wrapper-icon-button .icon svg path{fill:#fff !important}

@media(max-width: 991px){.date-wrapper{padding:.8rem}.date-wrapper .text-panel{text-align:center;font-size:15px}.date-wrapper .content-panel{display:flex;flex-direction:column;justify-content:center;align-items:center}.date-wrapper .content-panel .date-number,.date-wrapper .content-panel .year,.date-wrapper .content-panel .month,.date-wrapper .content-panel .date-number-end,.date-wrapper .content-panel .month-end,.date-wrapper .content-panel .year-end{font-size:16px}.date-wrapper .content-panel .icon{margin-right:0}.wrapper-icon-button{padding:.8rem}.wrapper-icon-button button{font-size:12px}}

@media(max-width: 575px){.panel-box .dates-wrapper{flex-wrap:wrap}.panel-box .dates-wrapper .date-wrapper{width:33%;padding:.8rem;height:unset}.panel-box .dates-wrapper .date-wrapper .text-panel{text-align:center;font-size:13px}.panel-box .dates-wrapper .date-wrapper .content-panel{display:flex;flex-direction:column;justify-content:center;align-items:center}.panel-box .dates-wrapper .date-wrapper .content-panel .date-number,.panel-box .dates-wrapper .date-wrapper .content-panel .year,.panel-box .dates-wrapper .date-wrapper .content-panel .month,.panel-box .dates-wrapper .date-wrapper .content-panel .date-number-end,.panel-box .dates-wrapper .date-wrapper .content-panel .month-end,.panel-box .dates-wrapper .date-wrapper .content-panel .year-end{font-size:14px}.panel-box .wrapper-icon-button{height:unset;width:100%;padding:0}.panel-box .wrapper-icon-button .icon{display:none}.panel-box .wrapper-icon-button button{width:100%;font-size:12px}.panel-box .wrapper-icon-button .btn.btn-p-new{padding:0}}

.expand-list>ul{display:flex;flex-direction:column;padding:0}

.expand-list>ul>li{position:relative;list-style:none;border-bottom:.05rem solid #aaa;padding:0;margin:0}

.expand-list>ul>li .expand-title{position:relative;padding:1.5rem 4rem 1.5rem 0;cursor:pointer}

.expand-list>ul>li .expand-title h3,.expand-list>ul>li .expand-title .h3{font-size:22px;font-weight:700}

.expand-list>ul>li .expand-title:before,.expand-list>ul>li .expand-title:after{position:absolute;top:50%;right:0px;content:"";height:.1rem;width:1.25rem;background-color:#0193dd}

.expand-list>ul>li .expand-title:after{transform:rotate(90deg)}

.expand-list>ul>li .content-wrapper{height:0;transition:height 300ms;padding:0 2rem 0 0;overflow:hidden}

.expand-list>ul>li .content-wrapper>ul{list-style:inside}

.expand-list>ul>li.expanded .expand-title h3,.expand-list>ul>li.expanded .expand-title .h3{color:#0193dd}

.expand-list>ul>li.expanded .expand-title:after{transform:rotate(0)}

@media(max-width: 767px){.expand-list>ul>li .expand-title h3,.expand-list>ul>li .expand-title .h3{font-size:18px}}

#tab-panel .tab-panel{margin-top:3rem;margin-bottom:3rem;border-top-right-radius:60px;border-bottom-right-radius:60px}

#tab-panel .tab-panel .tab-panel-list{display:flex;justify-content:center;padding:3rem 2rem;margin:0;background-color:#525252;border-top-right-radius:60px}

#tab-panel .tab-panel .tab-panel-list .tab{position:relative;list-style:none;color:#fff;cursor:pointer;text-align:center;text-transform:uppercase;padding:.5rem 1rem}

#tab-panel .tab-panel .tab-panel-list .tab:last-child{margin:0}

#tab-panel .tab-panel .tab-panel-list .tab.active::before{content:"";position:absolute;top:calc(100% + 0.3rem);left:50%;width:calc(100% - 3rem);height:.3rem;background:#fff;transform:translateX(-50%)}

#tab-panel .tab-panel .tab-panel-list .tab .tab-title *{font-size:20px}

#tab-panel .tab-panel .tab-panel-container{background-color:#3a3a3a;box-shadow:0 0 10px 4px rgba(0,0,0,.025);padding:2rem 0 2rem 0;border-bottom-right-radius:60px}

#tab-panel .tab-panel .tab-panel-container .tab-container{display:none}

#tab-panel .tab-panel .tab-panel-container .tab-container h4,#tab-panel .tab-panel .tab-panel-container .tab-container .h4{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-size:20px;font-weight:700;margin-bottom:1rem}

#tab-panel .tab-panel .tab-panel-container .tab-container ul,#tab-panel .tab-panel .tab-panel-container .tab-container ol{padding-left:0}

#tab-panel .tab-panel .tab-panel-container .tab-container img{max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain}

#tab-panel .tab-panel .tab-panel-container .tab-container.active{display:block}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual{margin-left:7rem;margin-right:4rem}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .text{color:#fff !important}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(7rem + 80px)}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .text p{color:#848586}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .additional-info{padding:1rem;margin:1rem;border:1px solid #fff;text-align:center}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .additional-info .text p{color:#fff}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .additional-info .text-ang p{color:#848586}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text{display:flex}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .icon-wrapper .icon{width:60px;height:60px}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text{margin-left:20px}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text .title-wrapper .title-primary{color:#fff}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text .title-wrapper p{color:#fff}

#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text .text p{color:#fff}

@media(max-width: 1499px){.tab-panel .tab-panel-list .tab{font-size:15px}}

@media(max-width: 1399px){#tab-panel .tab-panel .tab-panel-list{padding:2rem 1rem}#tab-panel .tab-panel .tab-panel-list .tab{padding:.5rem .5rem}}

@media(max-width: 1199px){#tab-panel .tab-panel .tab-panel-list{padding:2rem 1rem}#tab-panel .tab-panel .tab-panel-list .tab{font-size:13px}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual{margin-left:3rem;margin-right:1.5rem}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(3rem + 60px)}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .icon-wrapper .icon{width:40px;height:40px}}

@media(max-width: 991px){.tab-panel .tab-panel-container .tab-container h4,.tab-panel .tab-panel-container .tab-container .h4{font-size:16px}}

@media(max-width: 876px){#tab-panel .tab-panel .tab-panel-list .tab{font-size:11px}}

@media(max-width: 767px){#tab-panel .tab-panel .tab-panel-list{padding:1.5rem 1rem .5rem .5rem;display:flex;flex-wrap:wrap}#tab-panel .tab-panel .tab-panel-list .tab{padding:0 .3rem;margin-bottom:1rem}#tab-panel .tab-panel .tab-panel-list .tab.active::before{width:calc(100% - 0.8rem)}#tab-panel .tab-panel .tab-panel-list .tab:not(:first-of-type){border-radius:unset}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual{margin-left:.5rem;margin-right:.5rem}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(0.5rem + 60px)}}

@media(max-width: 575px){#tab-panel .tab-panel{margin-top:0;margin-bottom:0}#tab-panel .tab-panel .tab-panel-list{border-radius:0}#tab-panel .tab-panel .tab-panel-container{border-bottom-right-radius:0}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(0.5rem + 60px)}}

#bse-widget-frame{position:fixed;top:0;bottom:0;width:100%;text-align:center;background:rgba(0,0,0,.6);display:none;z-index:9999}

#bse-widget-frame .bse-widget-frame-content{display:flex;justify-content:center;align-items:center;position:fixed;width:100%;height:100%;z-index:9999}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper{position:relative;max-width:1200px;width:100%;height:90%;margin:0 15px;-webkit-animation:500ms ease-out 0s 1 widget-reservation-appear;animation:500ms ease-out 0s 1 widget-reservation-appear}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper iframe{width:100%;height:100%;background:#efefef;box-shadow:0 0 20px rgba(0,0,0,.5)}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close{position:absolute;top:0;right:0;z-index:1000;background:#545b62;padding:20px 18px 11px 15px;cursor:pointer}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:before,#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:after{position:absolute;top:5px;left:15px;content:" ";height:20px;width:3px;background-color:#fff}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:before{transform:rotate(45deg)}

#bse-widget-frame .bse-widget-frame-content .bse-wrapper .bse-close:after{transform:rotate(-45deg)}

#bse-widget-frame.hide .bse-widget-frame-content .bse-wrapper{opacity:0;-webkit-animation:500ms ease-out 0s 1 widget-reservation-hide;animation:500ms ease-out 0s 1 widget-reservation-hide}

@-webkit-keyframes widget-reservation-appear{0%{opacity:0;transform:translateY(100px)}100%{opacity:1;transform:translateY(0)}}

@keyframes widget-reservation-appear{0%{opacity:0;transform:translateY(100px)}100%{opacity:1;transform:translateY(0)}}

@-webkit-keyframes widget-reservation-hide{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(100px)}}

@keyframes widget-reservation-hide{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(100px)}}

.page-wrap{position:relative}

.page-loader{pointer-events:none;position:fixed;right:0;left:0;top:0;bottom:0;transition:opacity 0s .8s;opacity:0;z-index:901}

.page-loader__full,.page-loader__full div{bottom:0;left:0;position:absolute;right:0;top:0}

.page-loader__full div{background-color:#e9ecef;transform:scaleX(0);transform-origin:100% 50%}

.page-loader__half{height:50%;left:0;position:absolute;right:0;z-index:2}

.page-loader__half div{background-color:#e9ecef;bottom:0;left:0;position:absolute;right:0;top:0;transform:scaleY(0)}

.page-loader__half--top{top:0}

.page-loader__half--top div{transform-origin:50% 0}

.page-loader__half--bottom{bottom:0}

.page-loader__half--bottom div{transform-origin:50% 100%}

.page-loader--loading{opacity:1;pointer-events:all;transition:none}

.page-loader--loading .page-loader__full div{transform:scaleX(1);transition:transform .8s cubic-bezier(0.165, 0.84, 0.44, 1)}

.page-loader--loading .page-loader__half div{transform:scaleY(1);transition:transform 0s .8s}

.page-loader--loading .page-loader__half--top div{transform-origin:50% 100%}

.page-loader--loading .page-loader__half--bottom div{transform-origin:50% 0}

.page-loader--loaded .page-loader__half div{transform:scaleY(0);transition:transform .8s cubic-bezier(0.165, 0.84, 0.44, 1)}

.page-loader--loaded .page-loader__half--top div{transform-origin:50% 0}

.page-loader--loaded .page-loader__half--bottom div{transform-origin:50% 100%}

.circle-decor{position:absolute;bottom:calc(-1 * var(--circle-decor-size) / 2);left:calc(-1 * var(--circle-decor-size) / 2);width:var(--circle-decor-size);max-width:850px;height:var(--circle-decor-size);max-height:850px;border-radius:50%;border:var(--circle-decor-border-width) solid #f8f9fa;z-index:0}

.circle-decor.circle-decor-dark{border:var(--circle-decor-border-width) solid #f2f2f2}

.circle-decor.bottom-0-left{bottom:0}

.circle-decor.top-right{left:unset;bottom:unset;top:calc(-1 * var(--circle-decor-size) / 2);right:calc(-1 * var(--circle-decor-size) / 2)}

.circles-decor{position:absolute;top:50%;left:calc(-1 * var(--circles-decor-size) / 2);width:var(--circles-decor-size);height:var(--circles-decor-size);border-radius:50%;border:1px solid #bc8624;transform:translate(25%, -50%);z-index:-1}

.circles-decor.center-right{left:unset;right:calc(-1 * var(--circles-decor-size) / 2);transform:translate(-25%, -50%)}

.circles-decor.circles-decor-big{width:var(--circles-decor-size-big);height:var(--circles-decor-size-big)}

.circles-decor.circles-decor-big:before,.circles-decor.circles-decor-big:after{width:calc(var(--circles-decor-size-big) + 40px);height:calc(var(--circles-decor-size-big) + 40px)}

.circles-decor.circles-decor-big:before{width:calc(var(--circles-decor-size-big) + 80px);height:calc(var(--circles-decor-size-big) + 80px)}

.circles-decor.circles-decor-big.top-right{left:calc(100% + -1 * var(--circles-decor-size-big) / 1.5);top:0;z-index:0}

.circles-decor.circles-decor-reverse{left:unset;right:calc(-1 * var(--circles-decor-size) / 2)}

.circles-decor.circles-decor-circle{top:calc(var(--circle-decor-size) / 2 + var(--circles-decor-size) - var(--circle-decor-border-width) * 1.5)}

.circles-decor:before,.circles-decor:after{content:"";position:absolute;top:50%;left:50%;width:calc(var(--circles-decor-size) + 25px);height:calc(var(--circles-decor-size) + 25px);border-radius:50%;border:1px solid #bc8624;transform:translate(-50%, -50%)}

.circles-decor:before{width:calc(var(--circles-decor-size) + 50px);height:calc(var(--circles-decor-size) + 50px)}

.offer-boxes{display:flex;justify-content:space-between;align-items:center}

.offer-boxes .first-offer-box{width:calc(55% - 120px)}

.offer-boxes .first-offer-box .box-text{margin-bottom:5rem}

.offer-boxes .first-offer-box .box-image-ver{margin-left:15rem}

.offer-boxes .first-offer-box .box-image-ver .image{height:500px}

.offer-boxes .first-offer-box .box-image{margin-right:10rem;margin-top:-6rem;z-index:2}

.offer-boxes .first-offer-box .box-image .image{position:relative;height:250px;padding:10px 10px 0 0}

.offer-boxes .first-offer-box.first-offer-box-reverse{order:2}

.offer-boxes .first-offer-box.first-offer-box-reverse .box-image-ver{margin-right:15rem;margin-left:0}

.offer-boxes .first-offer-box.first-offer-box-reverse .box-image{margin-left:10rem;margin-right:0}

.offer-boxes .first-offer-box.first-offer-box-reverse .box-image .image{padding:10px 0 0 10px}

.offer-boxes .second-offer-box{width:45%}

.offer-boxes .second-offer-box .icon-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}

.offer-boxes .second-offer-box .icon-wrapper:nth-child(3){margin-bottom:0}

.offer-boxes .second-offer-box .icon-wrapper .icon-box-1,.offer-boxes .second-offer-box .icon-wrapper .icon-box-2,.offer-boxes .second-offer-box .icon-wrapper .icon-box-3{display:flex;align-items:center;flex-direction:column;width:20%}

.offer-boxes .second-offer-box .icon-wrapper .icon-box-1 .icon,.offer-boxes .second-offer-box .icon-wrapper .icon-box-2 .icon,.offer-boxes .second-offer-box .icon-wrapper .icon-box-3 .icon{width:40px;height:40px;margin-bottom:1rem}

.offer-boxes .second-offer-box .icon-wrapper .icon-box-1 .icon svg path,.offer-boxes .second-offer-box .icon-wrapper .icon-box-2 .icon svg path,.offer-boxes .second-offer-box .icon-wrapper .icon-box-3 .icon svg path{fill:#0193dd !important}

.offer-boxes .second-offer-box .icon-wrapper .icon-box-1 .text,.offer-boxes .second-offer-box .icon-wrapper .icon-box-2 .text,.offer-boxes .second-offer-box .icon-wrapper .icon-box-3 .text{text-align:center}

.offer-boxes .second-offer-box.second-offer-box-reverse{order:1}

@media(max-width: 1399px){.offer-boxes .first-offer-box .box-image-ver{margin-left:10rem}.offer-boxes .first-offer-box.first-offer-box-reverse .box-image-ver{margin-right:10rem}.offer-boxes .first-offer-box.first-offer-box-reverse .box-image{margin-left:10rem}.offer-boxes .second-offer-box{width:45%}}

@media(max-width: 1199px){.offer-boxes .first-offer-box{width:calc(55% - 80px)}.offer-boxes .first-offer-box .box-image-ver{margin-left:5rem}.offer-boxes .first-offer-box.first-offer-box-reverse .box-image-ver{margin-right:5rem}}

@media(max-width: 991px){.offer-boxes .first-offer-box .box-image-ver{margin-left:2rem}.offer-boxes .first-offer-box .box-image-ver .image{height:400px}.offer-boxes .first-offer-box .box-image{margin-right:3rem}.offer-boxes .first-offer-box .box-image .image{height:200px}.offer-boxes .first-offer-box.first-offer-box-reverse .box-image-ver{margin-right:2rem}.offer-boxes .first-offer-box.first-offer-box-reverse .box-image{margin-left:3rem}}

@media(max-width: 767px){.offer-boxes{flex-direction:column}.offer-boxes .first-offer-box{width:100%;margin-bottom:4rem}.offer-boxes .first-offer-box .box-text{margin-bottom:2.5rem}.offer-boxes .first-offer-box .box-text .narrow{display:flex;justify-content:center;align-items:center;flex-direction:column}.offer-boxes .first-offer-box .box-text .narrow.narrow-sm{max-width:600px}.offer-boxes .first-offer-box .box-text .narrow .text-description{text-align:center}.offer-boxes .second-offer-box{text-align:center;width:100%}.offer-boxes .second-offer-box .title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.offer-boxes .second-offer-box .box-image-ver .image{height:400px}.offer-boxes .second-offer-box .narrow.narrow-sm-sm{max-width:400px}.offer-boxes .second-offer-box.second-offer-box-reverse{margin-bottom:2.5rem}}

@media(max-width: 567px){.second-offer-box{width:100%;text-align:center}.second-offer-box .title-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center}.second-offer-box .box-image-ver .image{height:400px}.second-offer-box .narrow.narrow-sm-sm{max-width:350px}}

.wrapper-single-offer .single-offer{position:relative;display:flex;justify-content:center;flex-direction:column;height:60vh}

.wrapper-single-offer .single-offer .image{position:absolute;top:0;left:0;width:100%;height:100%;text-decoration:none;z-index:-1}

.wrapper-single-offer .single-offer .wrapper-title-offer{margin-bottom:5rem}

.wrapper-single-offer .single-offer .wrapper-title-offer h2,.wrapper-single-offer .single-offer .wrapper-title-offer .h2,.wrapper-single-offer .single-offer .wrapper-title-offer p{color:#fff}

.wrapper-single-offer .content{width:65%;padding:3rem 3rem;margin-top:-9rem;background-color:#fff;z-index:2}

.wrapper-single-offer .content .wrapper-btn{display:flex;justify-content:space-between;align-items:center}

.wrapper-single-offer .content .wrapper-btn p{width:50%}

@media(max-width: 767px){.wrapper-single-offer .content{width:100%}.wrapper-single-offer .content .wrapper-btn{flex-wrap:wrap}.wrapper-single-offer .content .wrapper-btn p{width:100%}}

@media(max-width: 575px){.wrapper-single-offer .content{text-align:center;padding:1.5rem 0rem}.wrapper-single-offer .content .wrapper-btn{justify-content:center}.wrapper-single-offer .content .wrapper-btn p{width:100%}}

.container-title{display:flex;justify-content:space-between}

.post-controls{display:flex;flex-wrap:wrap;justify-content:space-between}

.post-controls.controls-center{align-items:center}

.post-controls a{text-decoration:none;color:#0193dd;font-weight:400}

.post-controls a:first-of-type{margin-right:3rem}

.posts-box{display:flex;justify-content:space-between}

.posts-box a{color:#0193dd;text-decoration:none}

.posts-box a:hover{color:#0171aa}

.posts-box .first-half{width:calc(80% - 40px)}

.posts-box .first-half .title-wrapper{margin-bottom:3rem}

.posts-box .first-half .wrapper-items{display:flex;flex-wrap:wrap;gap:20px}

.posts-box .first-half .wrapper-items .item{position:relative;display:flex;flex-wrap:wrap;gap:20px;width:calc(50% - 10px);cursor:pointer}

.posts-box .first-half .wrapper-items .item:nth-child(2n+2) a .content{margin:-4rem 1rem 0 auto;text-align:right}

.posts-box .first-half .wrapper-items .item:nth-child(2n+2) a .content .line-decor-text{margin:0 0 0 auto}

.posts-box .first-half .wrapper-items .item:last-child{width:100%}

.posts-box .first-half .wrapper-items .item:last-child a .content{margin:-4rem auto 0 auto;text-align:center}

.posts-box .first-half .wrapper-items .item:last-child a .content .line-decor-text{margin:0 auto}

.posts-box .first-half .wrapper-items .item a{text-transform:uppercase;width:100%}

.posts-box .first-half .wrapper-items .item a:hover .image{position:relative;outline:2px solid #fff;outline-offset:-0.8rem;transition:outline .3s}

.posts-box .first-half .wrapper-items .item a:hover .image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:0}

.posts-box .first-half .wrapper-items .item a:hover .content{transition:color .3s}

.posts-box .first-half .wrapper-items .item a:hover .content .title-ap{color:#fff}

.posts-box .first-half .wrapper-items .item a:hover .content .text{color:#333}

.posts-box .first-half .wrapper-items .item a .image{height:300px}

.posts-box .first-half .wrapper-items .item a .content{position:relative;background-color:#0193dd;width:300px;padding:1rem 2rem;margin:-4rem auto 0 1rem;z-index:1;opacity:.8}

.posts-box .first-half .wrapper-items .item a .content .title-ap,.posts-box .first-half .wrapper-items .item a .content .text{text-transform:uppercase}

.posts-box .first-half .wrapper-items .item a .content .title-ap{font-weight:600}

.posts-box .first-half .wrapper-items .item a .content .text{color:#fff}

.posts-box .first-half .wrapper-items .item a .content .line-decor-text{height:2px;width:30px;background-color:#333}

.posts-box .first-half .section .container .wrapper-rooms{display:flex;justify-content:space-around;margin-bottom:4rem}

.posts-box .first-half .section .container .wrapper-rooms a{color:#333;position:relative;padding-bottom:2px}

.posts-box .first-half .icons-wrapper-apart{margin-bottom:2.5rem}

.posts-box .second-half{width:calc(20%)}

.posts-box .second-half .form-side{position:-webkit-sticky;position:sticky;top:100px}

.posts-box .icons-wrapper-apart .icon-wrapper{display:grid;grid-template-columns:repeat(4, minmax(0, 1fr));-moz-column-gap:10px;column-gap:10px;row-gap:10px}

.posts-box .icons-wrapper-apart .icon-wrapper .icon-box{display:flex;justify-content:center;flex-direction:column}

.posts-box .icons-wrapper-apart .icon-wrapper .icon-box .icon{width:40px;height:40px;margin-bottom:1rem}

.posts-box .icons-wrapper-apart .icon-wrapper .icon-box .icon svg path{fill:#0193dd}

.posts-box .icons-wrapper-apart .icon-wrapper .icon-box .text{text-transform:uppercase;font-weight:500}

.posts-box .wprapper-info{background-color:#fff;padding:3rem 6rem}

.single-post-box h2,.single-post-box .h2{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-size:20px;margin-bottom:1rem}

.single-post-box .blocks-gallery-item{width:100% !important;height:auto !important}

.single-post-box img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain}

.single-post-box ul,.single-post-box ol{list-style-position:inside;color:#333;padding-left:1rem}

@media(max-width: 1199px){.posts-box .first-half{width:calc(75% - 40px)}.posts-box .first-half .section .container .wrapper-rooms{justify-content:center;flex-wrap:wrap;align-items:center}.posts-box .first-half .section .container .wrapper-rooms .single-link{padding:.5rem 1rem}.posts-box .first-half .wrapper-rooms .wrapper-links{flex-wrap:wrap}.posts-box .first-half .wrapper-rooms .wrapper-links .single-link{margin-bottom:1rem}.posts-box .second-half{width:calc(30% - 40px)}}

@media(max-width: 991px){.posts-box .first-half .title-wrapper{margin-bottom:3rem}.posts-box .first-half .section .container .wrapper-rooms{margin-bottom:2rem}.posts-box .first-half .icons-wrapper-apart{margin-bottom:1.5rem}.posts-box .first-half .icons-wrapper-apart .icon-wrapper .icon-box{margin-bottom:.8rem !important}.posts-box .first-half .wrapper-items .item{width:100%}.posts-box .first-half .wrapper-items .item a .content{margin:-4rem auto 0 auto;text-align:center}.posts-box .first-half .wrapper-items .item a .content .line-decor-text{margin:0 auto}.posts-box .first-half .wrapper-items .item:nth-child(2n+2) a .content{margin:-4rem auto 0 auto;text-align:center}.posts-box .first-half .wrapper-items .item:nth-child(2n+2) a .content .line-decor-text{margin:0 auto}.posts-box .first-half .wprapper-info{padding:1rem 2rem}.posts-box .second-half{width:calc(30% - 10px)}.single-post-box ul,.single-post-box ol{color:#333;padding-left:1rem;list-style-position:inside}}

@media(max-width: 799px){.post-controls.controls-center{flex-direction:column}.post-controls.controls-center .box-button{padding-bottom:.5rem}.post-controls.controls-center .box-button:last-child{padding-bottom:0}}

@media(max-width: 767px){.posts-box{flex-direction:column}.posts-box .first-half{width:100%}.posts-box .second-half{width:100%}.posts-box .second-half .form-side{display:flex;justify-content:space-between}.posts-box .second-half .form-side .form-panel-apart{width:calc(60% - 30px)}.posts-box .second-half .form-side .widget-socials{width:calc(40% - 30px)}}

@media(max-width: 575px){.posts-box .first-half .wrapper-items .item a .content{width:100%}.posts-box .first-half .wrapper-items .item a .image{height:250px}.posts-box .first-half .icons-wrapper-apart .icon-wrapper{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%}.posts-box .first-half .icons-wrapper-apart .icon-wrapper .icon-box{width:33%;align-items:center}.posts-box .first-half .icons-wrapper-apart .icon-wrapper .icon-box:last-child{margin-right:0}.posts-box .first-half .icons-wrapper-apart .icon-wrapper .icon-box .h7{text-align:center}.posts-box .first-half .icons-wrapper-apart .icon-wrapper .divider-new{display:none}.posts-box .second-half .form-side{flex-direction:column}.posts-box .second-half .form-side .form-panel-apart{width:100%}.posts-box .second-half .form-side .widget-socials{width:100%}}

.container-section-virtual{position:relative}

.container-section-virtual .image-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;max-height:100vh}

.container-section-virtual .wrapper-virtual{display:flex}

.container-section-virtual .wrapper-virtual .bg-virtual{width:10%;min-height:100%;background-color:#000;position:relative}

.container-section-virtual .wrapper-virtual .bg-virtual .wrapper-vertical-text{position:relative;padding-top:3rem}

.container-section-virtual .wrapper-virtual .bg-virtual .wrapper-vertical-text .text-t{writing-mode:vertical-rl;color:#fff;margin:5rem auto;transform:rotate(180deg)}

.container-section-virtual .wrapper-virtual #tab-panel{width:60%}

@media(max-width: 1199px){.container-section-virtual .wrapper-virtual #tab-panel{width:65%}}

@media(max-width: 997px){.container-section-virtual .wrapper-virtual #tab-panel{width:75%}.container-section-virtual .wrapper-virtual .bg-virtual{display:none}.container-section-virtual .wrapper-virtual .bg-virtual .wrapper-vertical-text .h2{font-size:6.4px}}

@media(max-width: 575px){.container-section-virtual .image-bg{display:none}.container-section-virtual .wrapper-virtual #tab-panel{width:100%}}

.wrapper-offers{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:3rem;column-gap:3rem;row-gap:3.5rem}

.wrapper-offers .box-offer{display:flex}

.wrapper-offers .box-offer a{width:100%;display:flex;flex-flow:column nowrap;text-decoration:none;transform:scale(1);transition:transform .5s,box-shadow .5s}

.wrapper-offers .box-offer a:hover{transform:scale(1.03);box-shadow:1px 1px 15px 0px #42445a}

.wrapper-offers .box-offer a:hover .bg-white .box-special-btn .button-wrapper .btn{transform:scale(1.03)}

.wrapper-offers .box-offer a .image{position:relative;width:100%;padding-top:68.6666666667%}

.wrapper-offers .box-offer a .image img{position:absolute;top:0;left:0}

.wrapper-offers .box-offer a .bg-white{height:100%;display:flex;flex-direction:column}

.wrapper-offers .box-offer a .bg-white.bg-wrapper{display:flex;justify-content:center;align-items:center}

.wrapper-offers .box-offer a .bg-white.bg-wrapper .text{text-align:center}

.wrapper-offers .box-offer a .bg-white .box-special-btn{width:100%;margin-top:auto;border-top:1px solid rgba(128,128,128,.384)}

.wrapper-offers .box-offer a .bg-white .content-wrapper{color:#333;padding:2rem 1.5rem 1rem}

.wrapper-offers .box-offer a .bg-white .content-wrapper.special-content{margin-top:-4.5rem;display:flex;justify-content:center;align-items:center;flex-direction:column;background-color:rgba(200,147,5,.7);padding:2rem 1.5rem 1rem;z-index:1}

.wrapper-offers .box-offer a .bg-white .content-wrapper.special-content .title-primary{color:#fff}

.wrapper-offers .box-offer a .bg-white .box-special-btn .button-wrapper{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding:1rem 1.5rem 1rem}

.wrapper-offers .box-offer a .bg-white .box-special-btn .button-wrapper .btn{transform:scale(1);padding:15px 10px;color:#333;font-weight:500;text-transform:uppercase;font-size:12px}

.wrapper-offers .box-offer a .bg-white .box-special-btn .button-wrapper.button-special{justify-content:center}

.wrapper-offers .box-offer a .bg-white .box-special-btn .button-wrapper.button-special .btn-main{background-color:transparent;border:1px solid #333}

@media(max-width: 1199px){.wrapper-offers{-moz-column-gap:2rem;column-gap:2rem;row-gap:2.5rem}}

@media(max-width: 1199px){.wrapper-offers{grid-template-columns:repeat(2, minmax(0, 1fr))}}

@media(max-width: 676px){.wrapper-offers .box-offer a .bg-white .button-wrapper .category{font-size:10px !important}.wrapper-offers .box-offer a .bg-white .button-wrapper .btn{padding:12px 6px}.wrapper-offers .box-offer a .bg-white .button-wrapper .btn span{font-size:10px}}

@media(max-width: 575px){.wrapper-offers{grid-template-columns:repeat(1, minmax(0, 1fr))}.wrapper-offers .box-offer a .bg-white .box-special-btn .button-wrapper .btn{font-size:12px !important;padding:15px 10px !important}}

.tab-panel-offer{margin-bottom:3rem;border-top-right-radius:60px;border-bottom-right-radius:60px}

.tab-panel-offer .tab-panel-list-offer{display:flex;justify-content:center;padding:3rem 2rem;margin:0;border-top-right-radius:60px}

.tab-panel-offer .tab-panel-list-offer .tab-new{position:relative;list-style:none;color:#333;cursor:pointer;text-align:center;text-transform:uppercase;padding:.5rem 1rem}

.tab-panel-offer .tab-panel-list-offer .tab-new:last-child{margin:0}

.tab-panel-offer .tab-panel-list-offer .tab-new.active{color:#0193dd}

.tab-panel-offer .tab-panel-list-offer .tab-new.active::before{content:"";position:absolute;top:calc(100% + 0.3rem);left:50%;width:calc(100% - 3rem);height:.3rem;background:#0193dd;transform:translateX(-50%)}

.tab-panel-offer .tab-panel-list-offer .tab-new .tab-title *{font-size:20px}

.tab-panel-offer .tab-panel-container .tab-container-offer{display:none}

.tab-panel-offer .tab-panel-container .tab-container-offer h4,.tab-panel-offer .tab-panel-container .tab-container-offer .h4{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-size:20px;font-weight:700;margin-bottom:1rem}

.tab-panel-offer .tab-panel-container .tab-container-offer.active{display:block}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual{margin-left:7rem;margin-right:4rem}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .text{color:#fff !important}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(7rem + 80px)}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .text p{color:#848586}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .additional-info{padding:1rem;margin:1rem;border:1px solid #fff;text-align:center}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .additional-info .text p{color:#fff}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml .additional-info .text-ang p{color:#848586}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text{display:flex}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .icon-wrapper .icon{width:60px;height:60px}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text{margin-left:20px}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text .title-wrapper .title-primary{color:#fff}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text .title-wrapper p{color:#fff}

.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .wrapper-content-text .text p{color:#fff}

@media(max-width: 1499px){.tab-panel .tab-panel-list .tab{font-size:15px}}

@media(max-width: 1399px){#tab-panel .tab-panel .tab-panel-list{padding:2rem 1rem}#tab-panel .tab-panel .tab-panel-list .tab{padding:.5rem .5rem}}

@media(max-width: 1199px){#tab-panel .tab-panel .tab-panel-list{padding:2rem 1rem}#tab-panel .tab-panel .tab-panel-list .tab{font-size:13px}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual{margin-left:3rem;margin-right:1.5rem}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(3rem + 60px)}#tab-panel .tab-panel .tab-panel-container .box-tab-content .virtual-content .narrow-virtual .wrapper-icon-text .icon-wrapper .icon{width:40px;height:40px}}

@media(max-width: 991px){.tab-panel .tab-panel-container .tab-container h4,.tab-panel .tab-panel-container .tab-container .h4{font-size:16px}}

@media(max-width: 876px){#tab-panel .tab-panel .tab-panel-list .tab{font-size:11px}}

@media(max-width: 767px){.tab-panel-offer .tab-panel-list-offer{display:flex;flex-wrap:wrap}.tab-panel-offer .tab-panel-list-offer .tab-new{margin-bottom:1rem}.tab-panel-offer .tab-panel-list-offer .tab-new.active::before{width:calc(100% - 0.8rem)}.tab-panel-offer .tab-panel-list-offer .tab-new:not(:first-of-type){border-radius:unset}.tab-panel-offer .tab-panel-list-offer .tab-new .tab-title{font-size:15px}.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual{margin-left:.5rem;margin-right:.5rem}.tab-panel-offer .tab-panel-container .box-tab-content .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(0.5rem + 60px)}}

@media(max-width: 575px){.tab-panel-offer{margin-top:0;margin-bottom:0}.tab-panel-offer .tab-panel-list-offer{border-radius:0}.tab-panel-offer .tab-panel-container-offer{border-bottom-right-radius:0}.tab-panel-offer .tab-panel-container-offer .box-tab-content-offer .virtual-content .narrow-virtual.narrow-virtual-ml{margin-left:calc(0.5rem + 60px)}}

.offer-icons{display:grid;grid-template-columns:repeat(3, minmax(0, -webkit-max-content));grid-template-columns:repeat(3, minmax(0, max-content));-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:1.5rem}

.offer-icons .offer-icons-single{display:flex;align-items:center}

.offer-icons .icon{flex-shrink:0;width:30px;height:30px;margin-right:1rem}

.offer-icons .icon.icon-bed{width:34px;height:34px}

.offer-icons .icon svg path{fill:#0193dd !important}

.offer-icons .text{flex-shrink:0;font-size:14px;font-weight:400;color:#000}

.offer-box{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:4rem;column-gap:4rem;row-gap:5rem}

.offer-box.offer-box-simple{grid-template-columns:repeat(5, minmax(0, 1fr))}

.offer-box.offer-box-simple .item{display:flex;flex-flow:column nowrap;box-shadow:0 1px 2px 1px rgba(0,0,0,.1);cursor:pointer}

.offer-box.offer-box-simple .item .image{height:120px}

.offer-box.offer-box-simple .item .image:before,.offer-box.offer-box-simple .item .image:after{content:unset}

.offer-box.offer-box-simple .item .title-primary{flex-grow:1;display:flex;justify-content:center;align-items:center}

.offer-box .item a{display:flex;flex-flow:column nowrap;height:100%;text-decoration:none}

.offer-box .item .image{position:relative;width:100%;padding-top:66.6666666667%}

.offer-box .item .image:before,.offer-box .item .image:after{position:absolute;display:block;content:"";transition:opacity 500ms;opacity:0}

.offer-box .item .image:before{top:20px;right:20px;width:30px;height:30px;background-image:url(images/icons/controls/diagonal-arrow.svg);z-index:1}

.offer-box .item .image:after{top:0;left:0;width:100%;height:100%;background-color:#415a5f69;z-index:0}

.offer-box .item .image img{position:absolute;top:0;left:0}

.offer-box .item .button-wrapper{margin-top:auto}

.offer-box .item:hover .image:before,.offer-box .item:hover .image:after{opacity:1}

.offer-box .item:hover .btn-main{color:#fff;background-color:#0182c4;border:1px solid #0182c4}

@media(max-width: 1199px){.offer-box{grid-template-columns:repeat(2, minmax(0, 1fr))}}

@media(max-width: 991px){.offer-box.offer-box-simple{grid-template-columns:repeat(3, minmax(0, 1fr))}}

@media(max-width: 767px){.offer-box{grid-template-columns:repeat(1, minmax(0, 1fr));-moz-column-gap:1.5rem;column-gap:1.5rem;row-gap:3rem;padding-bottom:.75rem}.offer-box .item{display:static;height:auto}.offer-icons{grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:1rem;column-gap:1rem;row-gap:1rem}.offer-icons .offer-icons-single{justify-content:center}}

@media(max-width: 575px){.offer-icons .icon{width:25px;height:25px;margin-right:.75rem}.offer-icons .icon.icon-bed{width:29px;height:29px}.offer-icons .text{font-size:13px}}

.wrapper-block{display:flex;width:100%;justify-content:space-between;gap:40px;align-items:stretch}

.wrapper-block .first-block{display:flex;flex-direction:column;align-items:stretch;width:30%;justify-content:center;align-items:center;padding:2rem;background-color:#fbf2ed}

.wrapper-block .first-block .wrapper-items .location-wrapper{display:flex}

.wrapper-block .first-block .wrapper-items .location-wrapper .colum-first{display:flex;justify-content:center;width:80px;height:80px;align-items:center;border:1px solid #c4c4c4;border-radius:50%;margin-right:2rem}

.wrapper-block .first-block .wrapper-items .location-wrapper .colum-first .gps{text-align:center;margin-bottom:0}

.wrapper-block .second-block{position:relative;width:50%;display:flex;align-items:stretch}

.wrapper-block .second-block .image{position:relative}

.wrapper-block .second-block .image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.1);z-index:0}

.wrapper-block .second-block .btn-transperent{position:absolute;bottom:30px;left:30px;text-decoration:none;border-bottom:1px solid #fff;padding:.5rem 0}

.wrapper-block .three-block{width:20%;display:flex;flex-direction:column;gap:40px}

.wrapper-block .three-block .colum-facebook,.wrapper-block .three-block .colum-instagram{height:100%;display:flex;justify-content:center;align-items:center;padding:2rem 4rem;border:1px solid #c4c4c4;background-size:200% 200%;background-image:linear-gradient(to top, #0193DD 50%, transparent 50%);transition:background-position 300ms,color 300ms ease,border-color 300ms ease}

.wrapper-block .three-block .colum-facebook:hover,.wrapper-block .three-block .colum-instagram:hover{border:1px solid transparent;background-image:linear-gradient(to top, #0193DD 51%, transparent 50%);background-position:0 100%;transition:background-position 300ms,color 300ms ease,border-color 300ms ease}

.wrapper-block .three-block .colum-facebook:hover .icon svg path,.wrapper-block .three-block .colum-facebook:hover .icon svg polyline,.wrapper-block .three-block .colum-instagram:hover .icon svg path,.wrapper-block .three-block .colum-instagram:hover .icon svg polyline{fill:#fff !important;transition:fill 300ms}

@media(max-width: 1200px){.wrapper-block{gap:20px}.wrapper-block .three-block{gap:20px}.wrapper-block .three-block .colum-facebook,.wrapper-block .three-block .colum-instagram{padding:2rem 2rem}}

@media(max-width: 991px){.wrapper-block .first-block{width:35%}.wrapper-block .second-block{width:40%}.wrapper-block .three-block{width:25%}}

@media(max-width: 767px){.wrapper-block{flex-direction:column;justify-content:center;align-items:center}.wrapper-block .first-block{width:100%}.wrapper-block .first-block .wrapper-items{display:flex;justify-content:space-between;align-items:center;width:100%}.wrapper-block .second-block{width:100%}.wrapper-block .three-block{width:100%;flex-direction:row}.wrapper-block .three-block .colum-facebook,.wrapper-block .three-block .colum-instagram{width:50%;padding:2rem 2rem;height:auto}.wrapper-block .three-block .colum-facebook .icon,.wrapper-block .three-block .colum-instagram .icon{width:50%}}

@media(max-width: 485px){.wrapper-block .first-block .wrapper-items{flex-direction:column}.wrapper-block .three-block{flex-direction:column}.wrapper-block .three-block .colum-facebook,.wrapper-block .three-block .colum-instagram{width:100%;padding:2rem 2rem}}

.table-container{overflow:auto}

.custom-table{width:100%;text-align:center;border-collapse:collapse;background-color:#fff}

.custom-table thead,.custom-table tfoot{background-color:#f8f9fa;color:#fff;font-size:1rem}

.custom-table thead th,.custom-table tfoot th{background-color:#fbf2ed;color:#000;border:.5px solid #e9ecef;padding:30px}

.custom-table thead th.title-primary,.custom-table tfoot th.title-primary{color:#0193dd}

.custom-table td{width:350px;border:.5px solid #e9ecef;padding:15px}

.custom-table tbody.c-pointer{cursor:pointer}

.custom-table tbody tr{transition:background-color 300ms}

.custom-table tbody tr:hover{background-color:#f2d4c3}

.custom-table tbody tr:hover th{background-color:#f2d4c3}

.custom-table tbody tr th{width:350px;color:#000;font-weight:400;background-color:#fbf2ed;border:.5px solid #e9ecef;border-bottom:.5px solid #fff;transition:background-color 300ms;padding:10px}

.custom-table tbody tr:last-of-type th{border-bottom:.5px solid #e9ecef}

@media(max-width: 767px){.custom-table tbody{font-size:14px}}

@media(max-width: 575px){.table-container.wide-table-container .custom-table{min-width:360px}.custom-table tbody{font-size:12px}}

.post-controls{display:flex;flex-wrap:wrap;justify-content:space-between}

.post-controls a{text-decoration:none;color:#0193dd;font-weight:400}

.post-controls a:first-of-type{margin-right:3rem}

.p-ornament{padding-left:300px}

.offer-icons-box{display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start}

.offer-icons-box .icon-wrapper{max-width:125px;margin-right:50px;margin-bottom:1rem}

.offer-icons-box .icon-wrapper:last-of-type{margin-right:0}

.offer-icons-box .icon-wrapper .icon{width:50px;height:50px;margin:0 auto 15px auto}

.offer-icons-box .icon-wrapper .icon svg{width:100%;height:100%}

.offer-icons-box .icon-wrapper .icon svg path,.offer-icons-box .icon-wrapper .icon svg circle,.offer-icons-box .icon-wrapper .icon svg rect,.offer-icons-box .icon-wrapper .icon svg g{fill:#0193dd !important}

.offer-icons-box .icon-wrapper .text{text-align:center}

.title-ornament{display:flex;flex-flow:row wrap;align-items:baseline;width:100%}

.title-ornament .title-primary{padding-right:20px}

.separator{flex-grow:1;height:.5px;background-color:#0193dd;opacity:.5}

.offer-icons-box .icon{min-width:75px;max-width:125px;margin-right:50px;margin-bottom:1rem}

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

.list-icons{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:10px;column-gap:10px;row-gap:10px}

.list-icons .item-wrapper{background-color:#f8f9fa;transition:all 300ms}

.list-icons .item-wrapper:hover{box-shadow:0 0 2px 2px #f8f9fa}

.list-icons .item-wrapper:hover .item{transform:translateY(-4px) translateX(4px)}

.list-icons .item{display:flex;align-items:center;padding:20px;transition:all 300ms}

.list-icons .item.column{flex-direction:column}

.list-icons .item.column svg{margin-right:0;margin-bottom:15px}

.list-icons .item svg{position:relative;bottom:1px;flex-shrink:0;width:50px;height:50px;margin-right:20px}

.list-icons .item svg path,.list-icons .item svg circle,.list-icons .item svg rect{fill:#0193dd !important}

.list-icons .item span{color:#000}

@media(max-width: 1199px){.p-ornament{padding-left:200px}}

@media(max-width: 991px){.p-ornament{padding-left:0}.post-controls{justify-content:center}}

@media(max-width: 767px){.offer-icons-box{justify-content:space-around}.offer-icons-box .icon-wrapper{width:50%;margin-right:0}.list-icons{grid-template-columns:repeat(2, minmax(0, 1fr));-moz-column-gap:10px;column-gap:10px}}

@media(max-width: 575px){.offer-icons-box .icon-wrapper .icon{width:40px;height:40px}.post-controls{display:none}.list-icons{grid-template-columns:repeat(1, minmax(0, 1fr));-moz-column-gap:0;column-gap:0;row-gap:5px}.list-icons .item{padding:15px}.list-icons .item svg{width:40px;height:40px;margin-right:15px}}

.primary-map{position:relative;box-shadow:0 0 10px 4px rgba(0,0,0,.03)}

.primary-map .image{position:relative}

.primary-map .image::before{content:"";position:absolute;top:0;left:0;background:#fff;background:linear-gradient(90deg, white 0%, white 34%, white 41%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);width:100%;height:100%}

.primary-map .text-wrapper{position:absolute;top:50%;left:60px;transform:translate3d(0, -50%, 0)}

.primary-map .text-wrapper .btn-map{position:relative;padding:0 0 1rem 0}

.primary-map .text-wrapper .btn-map::before{content:"";position:absolute;top:100%;left:0;width:100%;height:1px;transform:translateY(-100%);background-color:#0193dd;transition:.5s width}

.primary-map .text-wrapper .btn-map:hover::before{width:30%}

@media(max-width: 1199px){.primary-map .image{height:400px}}

@media(max-width: 767px){.primary-map .image{height:300px}}

@media(max-width: 550px){.primary-map .image img{display:none}}

.list-icons,.list-no-icons{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:20px;column-gap:20px;row-gap:20px}

.list-icons .item-wrapper,.list-no-icons .item-wrapper{background-color:#f8f9fa;background-image:url(images/bg/bg-semi-transparent.jpg);background-repeat:no-repeat;background-size:cover;background-position:center;transition:all 300ms}

.list-icons .item-wrapper:hover,.list-no-icons .item-wrapper:hover{box-shadow:0 0 2px 2px #f8f9fa}

.list-icons .item-wrapper:hover .item,.list-no-icons .item-wrapper:hover .item{transform:translateY(-4px) translateX(4px)}

.list-icons .item,.list-no-icons .item{display:flex;align-items:center;padding:25px;transition:all 300ms}

.list-icons .item.column,.list-no-icons .item.column{flex-direction:column}

.list-icons .item.column svg,.list-no-icons .item.column svg{margin-right:0;margin-bottom:15px}

.list-icons .item svg,.list-no-icons .item svg{position:relative;bottom:1px;flex-shrink:0;width:50px;height:50px;margin-right:24px}

.list-icons .item svg path,.list-icons .item svg circle,.list-icons .item svg rect,.list-no-icons .item svg path,.list-no-icons .item svg circle,.list-no-icons .item svg rect{fill:#0193dd !important}

.list-icons .item span,.list-no-icons .item span{color:#000}

.list-no-icons{display:flex;flex-wrap:wrap;justify-content:center}

.list-no-icons .item svg{width:25px;height:25px}

@media(max-width: 1199px){.list-icons{grid-template-columns:repeat(2, minmax(0, 1fr))}}

@media(max-width: 767px){.list-icons{grid-template-columns:repeat(2, minmax(0, 1fr));-moz-column-gap:10px;column-gap:10px;row-gap:10px}}

@media(max-width: 575px){.list-icons,.list-no-icons{grid-template-columns:repeat(1, minmax(0, 1fr));-moz-column-gap:0;column-gap:0;row-gap:5px}.list-icons .item,.list-no-icons .item{padding:15px}.list-icons .item svg,.list-no-icons .item svg{width:40px;height:40px;margin-right:15px}.list-no-icons .item-wrapper{width:100%}}

.rooms-box-main .row-1{display:flex;flex-wrap:wrap;justify-content:space-between}

.rooms-box-main .row-1 .container-attractions{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto}

.rooms-box-main .row-1 .container-attractions .item:not(.item-secondary){width:100%}

.rooms-box-main .row-1 .container-attractions .item:not(.item-secondary):nth-child(2n) .image-wrapper{order:1}

.rooms-box-main .row-1 .container-attractions .item:not(.item-secondary):nth-child(2n) .content-wrapper{order:0}

.rooms-box-main .row-1 .item{display:flex;width:calc(50% - 20px);min-height:300px}

.rooms-box-main .row-1 .item:last-of-type,.rooms-box-main .row-1 .item:nth-last-of-type(2){margin-bottom:0}

.rooms-box-main .row-1 .item:hover img{transform:scale(1.1)}

.rooms-box-main .row-1 .item .image-wrapper{position:relative;width:50%;height:100%;overflow:hidden}

.rooms-box-main .row-1 .item .image-wrapper .image{position:relative;width:100%;padding-top:66.6666666667%}

.rooms-box-main .row-1 .item .image-wrapper .image img{position:absolute;top:0;left:0;will-change:transform;transition:transform 1000ms}

.rooms-box-main .row-1 .item .content-wrapper{display:flex;width:50%}

.rooms-box-main .row-1 .item .content-wrapper .content{width:100%;display:flex;flex-flow:column nowrap;padding:2rem}

.rooms-box-main .row-1 .item .content-wrapper .content .title-primary{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-weight:500;font-size:20px}

.rooms-box-main .row-1 .item .content-wrapper .content .text p{font-weight:300;font-family:"Spartan",var(--bs-font-sans-serif)}

.rooms-box-main .row-1 .item .content-wrapper .content .button-wrapper{text-align:end;margin-top:auto}

.rooms-box-main .row-1 .item .content-wrapper .content .button-wrapper .btn-offer{color:#000 !important}

.rooms-box-main .row-1 .item .content-wrapper .content .button-wrapper .btn-offer:hover{color:#0193dd !important}

.rooms-box-main .row-1 .item .content-wrapper .content .button-wrapper .btn{color:#fff;padding:0}

.rooms-box-main .row-1 .item .content-wrapper .content .button-wrapper .btn:hover{color:#0193dd}

.rooms-box-main .row-1 .item .content-wrapper .content .button-wrapper .btn-color-black{color:#000}

.rooms-box-main .row-1 .item-secondary{position:relative}

.rooms-box-main .row-1 .item-secondary:nth-of-type(3){width:calc(60% - 20px)}

.rooms-box-main .row-1 .item-secondary:nth-of-type(4){width:calc(40% - 20px)}

.rooms-box-main .row-1 .item-secondary .image-wrapper{position:absolute;width:100%;height:100%;z-index:0}

.rooms-box-main .row-1 .item-secondary .image-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.3)}

.rooms-box-main .row-1 .item-secondary .content-wrapper{position:relative;width:100%;z-index:1}

.rooms-box-main .row-1 .item-secondary .content-wrapper .content{width:100%}

.rooms-box-main .row-1 .item-secondary .content-wrapper .content .title-primary{max-width:300px}

.rooms-box-main-infinite .row-1 .item:nth-of-type(3n){width:100%}

@media(max-width: 1199px){.rooms-box-main .row-1 .item:not(.item-secondary){width:100%}.rooms-box-main .row-1 .item:not(.item-secondary):nth-child(2n) .image-wrapper{order:1}.rooms-box-main .row-1 .item:not(.item-secondary):nth-child(2n) .content-wrapper{order:0}.rooms-box-main-infinite .row-1 .item:nth-last-of-type(2){margin-bottom:2rem}.rooms-box-main-infinite .row-1 .item-secondary{width:100%}}

@media(max-width: 996px){.rooms-box-main .row-1 .item:not(.item-secondary){flex-direction:column}.rooms-box-main .row-1 .item:not(.item-secondary) .image-wrapper{width:100%}.rooms-box-main .row-1 .item:not(.item-secondary) .content-wrapper{width:100%}}

@media(max-width: 767px){.rooms-box-main .row-1 .item:nth-last-of-type(2){margin-bottom:2rem}.rooms-box-main .row-1 .item:not(.item-secondary){flex-flow:column wrap;margin-bottom:2rem}.rooms-box-main .row-1 .item:not(.item-secondary) .image-wrapper,.rooms-box-main .row-1 .item:not(.item-secondary) .content-wrapper{width:100%;height:auto}.rooms-box-main .row-1 .item:not(.item-secondary) .image-wrapper{order:0 !important}.rooms-box-main .row-1 .item:not(.item-secondary) .content-wrapper{order:1 !important}.rooms-box-main .row-1 .item:not(.item-secondary) .content-wrapper .content{padding:2rem 1rem}.rooms-box-main .row-1 .item:not(.item-secondary) .content-wrapper .content:last-child{padding-bottom:0}.rooms-box-main .row-1 .item-secondary:last-of-type,.rooms-box-main .row-1 .item-secondary:nth-last-of-type(2){width:100%}}

.animated-box{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));-moz-column-gap:3rem;column-gap:3rem;row-gap:3rem}

.animated-box .item{position:relative;display:block;height:450px;text-decoration:none}

.animated-box .item:hover .image:after{background-color:rgba(0,0,0,.4)}

.animated-box .item:hover .content .button-wrapper{opacity:1;max-height:400px}

.animated-box .item .image{position:absolute;top:0;left:0;width:100%;height:100%}

.animated-box .item .image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;height:100%;background:rgba(0,0,0,.5);z-index:0;transition:background-color 1000ms}

.animated-box .item .content{position:absolute;left:0;bottom:0;width:100%;background-color:transparent;padding:2rem;overflow:hidden;z-index:1}

.animated-box .item .content .vertical-line{width:2px;height:20px;background-color:#0193dd}

.animated-box .item .content .button-wrapper{opacity:0;max-height:0;transition:opacity 1000ms,max-height 1000ms}

@media(max-width: 1399px){.animated-box{grid-template-columns:repeat(2, minmax(0, 1fr))}}

@media(max-width: 767px){.animated-box{grid-template-columns:repeat(1, minmax(0, 1fr));-moz-column-gap:2rem;column-gap:2rem;row-gap:2rem}.animated-box .item{height:auto}.animated-box .item:nth-of-type(even){margin-top:0}.animated-box .item .content{position:relative}.animated-box .item .content .button-wrapper{opacity:1;max-height:unset}}

.image-box-text{display:flex;justify-content:center;position:relative}

.image-box-text.image-box-text-reverse .first-half{order:1}

.image-box-text.image-box-text-reverse .first-half .item-rozeta-dec{left:unset;right:-100px}

.image-box-text.image-box-text-reverse .first-half .block-content::before{transform:translate3d(-7px, 5px, 0)}

.image-box-text.image-box-text-reverse .first-half .block-content .title-primary::before{left:unset;right:calc(-3rem)}

.image-box-text.image-box-text-reverse .second-half{order:0}

.image-box-text .first-half{position:relative;width:calc(55% - 40px)}

.image-box-text .first-half .item-rozeta-dec-1{position:absolute;top:-100px;left:-100px;pointer-events:none;width:190px;height:190px;background-image:url(images/decor/plate-1.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:10}

.image-box-text .first-half .item-rozeta-dec-2{position:absolute;top:-100px;right:-100px;pointer-events:none;width:190px;height:190px;background-image:url(images/decor/plate-5.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:10}

.image-box-text .first-half .item-rozeta-dec-3{position:absolute;top:-100px;left:-100px;pointer-events:none;width:190px;height:190px;background-image:url(images/decor/plate-2.png);background-repeat:no-repeat;background-position:center;background-size:cover;z-index:10}

.image-box-text .first-half .block-content{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;width:auto;padding:6rem 3rem 6rem 7rem;margin-top:2rem;margin-bottom:2rem;border:1px solid #dadada}

.image-box-text .first-half .block-content::before{content:"";position:absolute;top:0;left:0;width:calc(100% + 4px);height:calc(100% + 4px);border:1px solid rgba(218,218,218,.4);transform:translate3d(5px, 5px, 0);z-index:-1}

.image-box-text .first-half .block-content .title-primary{position:relative}

.image-box-text .first-half .block-content .title-primary::before{content:"";position:absolute;left:calc(-7rem);top:0;width:4px;height:100%;background-color:#0193dd}

.image-box-text .second-half{width:calc(45% - 40px)}

.image-box-text .second-half .image{position:relative;top:0;left:0;width:100%;height:100%;transform:unset}

@media(max-width: 1600px){.image-box-text .first-half{width:calc(45% - 40px)}}

@media(max-width: 1199px){.image-box-text .first-half{width:calc(50% - 30px)}.image-box-text .first-half .block-content{padding:5rem 2rem 5rem 6rem}.image-box-text .first-half .block-content .title-primary::before{left:calc(-6rem)}.image-box-text .first-half .block-content .button-wrapper{display:flex;justify-content:center}.image-box-text .first-half .block-content .text-description{text-align:center}.image-box-text .first-half .item-rozeta-dec-1,.image-box-text .first-half .item-rozeta-dec-2,.image-box-text .first-half .item-rozeta-dec-3{display:none}.image-box-text .second-half{width:calc(45% - 30px)}}

@media(max-width: 1050px){.image-box-text .first-half .item-rozeta-dec{left:-50px}}

@media(max-width: 991px){.image-box-text{flex-direction:column}.image-box-text .item-rozeta-dec{display:none}.image-box-text.image-box-text-reverse .first-half{order:0}.image-box-text.image-box-text-reverse .first-half .block-content .title-primary::before{left:calc(-2rem)}.image-box-text.image-box-text-reverse .first-half .item-rozeta-dec{right:unset;left:-50px}.image-box-text.image-box-text-reverse .second-half{order:1}.image-box-text .first-half{width:calc(100%)}.image-box-text .first-half .block-content{padding:4rem 2rem;margin-top:0;margin-bottom:0}.image-box-text .first-half .block-content .title-primary::before{left:calc(-2rem)}.image-box-text .first-half .item-rozeta-dec{width:180px;height:180px;top:-50px}.image-box-text .second-half{width:calc(100%)}}

.primary-box-second{display:flex;justify-content:space-between;align-items:center}

.primary-box-second .first-half{position:relative;width:calc(55% - 60px);margin-bottom:105px}

.primary-box-second .first-half>.image{position:relative;top:0;left:0;width:100%;height:450px;background-color:#fff}

.primary-box-second .first-half>.image:after{display:block;position:absolute;top:1.5rem;left:1.5rem;width:100%;height:100%;content:"";background-color:transparent;border:1px solid #0193dd;z-index:-1}

.primary-box-second .first-half>.image:last-of-type{position:absolute;top:calc(100% - 120px);left:-10%;width:326px;height:225px;padding:10px;background-color:#fff}

.primary-box-second .first-half>.image:last-of-type:after{content:unset}

.primary-box-second .second-half{width:calc(45% - 60px)}

.primary-box-second .second-half .content ul,.primary-box-second .second-half .content ol{padding:0;list-style-type:square;list-style-position:inside}

.primary-box-reverse .first-half{order:1}

.primary-box-reverse .first-half>.image:after{top:1.5rem;left:-1.5rem}

.primary-box-reverse .first-half>.image:last-of-type{left:unset;right:-10%}

.primary-box-reverse .second-half{order:0}

@media(max-width: 1399px){.primary-box-second .first-half>.image{height:400px}}

@media(max-width: 1199px){.primary-box-second .first-half,.primary-box-second .second-half{width:calc(50% - 60px)}}

@media(max-width: 991px){.primary-box-second{flex-wrap:wrap}.primary-box-second .first-half{order:1;width:100%;height:unset;margin-bottom:unset}.primary-box-second .first-half .image{position:relative;top:0;left:0;height:auto;padding-top:66.6666666667%;transform:unset;margin:0 auto}.primary-box-second .first-half .image img{position:absolute;top:0;left:0}.primary-box-second .first-half .image:last-of-type{position:relative;top:0;left:0;width:100%;height:auto;padding-top:66.6666666667%;margin-top:3rem;margin-bottom:1rem}.primary-box-second .first-half .image:last-of-type:after{content:""}.primary-box-second .first-half .image:after{top:1rem;left:1rem}.primary-box-second .second-half{order:0;width:100%;min-height:unset;text-align:center;margin-bottom:4rem}.primary-box-second .second-half .content{max-width:unset}.primary-box-reverse .first-half{order:1;margin-right:0}}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame{max-width:1200px;width:100% !important;margin:0 auto}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1{border:1px solid #f3f3f3;position:relative;padding:2rem 2rem;z-index:-1}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;border:none;box-shadow:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .date_available{background:none repeat 0 0 transparent !important;border:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .date_available a{color:#000}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .calendar-links{display:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .datepick-one-month{display:none;width:calc(21.333333% - 1%);float:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline td.datepick-days-cell{height:30px;border:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline td.datepick-days-cell .wpbc-cell-box{background-color:transparent;border:none;justify-content:center}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline td.datepick-days-cell .wpbc-cell-box .date-cell-content{justify-content:center;flex-flow:unset;align-items:center}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline td.datepick-days-cell .wpbc-cell-box .date-cell-content .date-content-top{display:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline td.datepick-days-cell .wpbc-cell-box .date-cell-content .date-content-bottom{display:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .datepick-title-row th{border:none;font-weight:700}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .date2approve{position:relative;color:red;background-color:transparent;text-shadow:none}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .date2approve::before{content:"";position:absolute;top:50%;left:50%;background-color:red;width:20px;height:2px;transform:translate(-50%, -50%)}

#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .datepick-header{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);color:#0193dd}

@media(max-width: 991px){#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline{gap:1rem}#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .datepick-one-month{width:calc(37.333333% - 1%)}}

@media(max-width: 767px){#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle{width:100%}#calendar .wpbc_only_calendar .wpdevelop .wpbc_change_over_triangle .bk_calendar_frame #calendar_booking1 .datepick-inline .datepick-one-month{width:calc(100%)}}

@media(max-width: 400px){.wrapper-buttons{flex-direction:column}.wrapper-buttons .tabs{margin-right:0 !important;margin-bottom:1rem}.wrapper-buttons .tabs:nth-of-type(3){margin-bottom:0}}

.text-w p{color:#fff !important}

.image-attractions{height:250px;margin-bottom:2rem;width:80%;position:relative}

.bg-main{background-color:#0193dd}

.bg-main-light{background-color:#01a4f6}

.bg-lightgray{background-color:#f8f9fa}

.bg-white{background-color:#fff}

.divider-new{width:2px;height:70px;background-color:#adb5bd}

.divider-new.bg-w{background-color:#fff;height:30px}

.bg-icon{position:absolute;width:200px;height:auto;opacity:.7;z-index:0}

.bg-icon.pos-left{left:-10px}

.bg-icon.pos-right{right:-10px}

.bg-icon.pos-top{top:calc(50% - 50px);transform:translateY(-50%)}

.bg-icon.pos-bottom{top:calc(50% + 100px);transform:translateY(-50%)}

.diveder-icon{width:1px;height:10px;background-color:#adb5bd}

.d-flex-me{display:flex;flex-direction:column;align-items:center}

.d-flex-mc{display:flex;justify-content:center}

.text-c p{text-align:center}

.bg-image{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;opacity:.8;z-index:-1}

.bg-image.z-0{z-index:0}

.buttons-box{display:flex;justify-content:center;align-items:center}

.buttons-box .category-button{margin-bottom:2.5rem}

.buttons-box .category-button.category-button-sm{padding:20px 15px}

.font-w-500{font-weight:500}

.font-w-300{font-weight:300}

.font-w-400{font-weight:400}

.pb-md-0{padding-bottom:0 !important}

.fb-share-button{width:100px;height:50px}

.fb-share-button .fb-xfbml-parse-ignore{color:#000 !important}

.active-btn{position:relative;color:#0193dd !important}

.active-btn:before{content:"";position:absolute;top:calc(100% - 0.3rem);left:0;right:0;width:100%;height:.3rem;background:#0193dd;transition:transform 300ms;color:#0193dd}

.active-btn-new{position:relative}

.active-btn-new:before{content:"";position:absolute;top:calc(100% - 0.3rem);left:0;right:0;width:100%;height:.3rem;background:#333;transition:transform 300ms;color:#333 !important}

.single-link.active{position:relative}

.single-link.active::before{content:"";position:absolute;top:calc(100% + 0.3rem);left:50%;width:calc(100% - 3rem);height:.3rem;background:#000;transform:translateX(-50%)}

.single-link.active-d-none{position:relative}

.single-link.active-d-none::before{position:absolute;top:calc(100% - 0.3rem);left:50%;width:100%;height:.3rem;background:transparent;transform:translateX(-50%)}

.pattern{position:absolute;top:0;left:0;width:100%;height:100%;background:url(images/bg/bg-image.png);opacity:.7}

.pattern:before{position:absolute;left:0;top:0;content:"";width:100%;height:100%;z-index:1;background:#fff;background:-webkit-gradient(left top, right top, color-stop(5%, white), color-stop(6%, white), color-stop(7%, rgba(255, 255, 255, 0.98)), color-stop(41%, rgba(255, 255, 255, 0.2)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(63%, rgba(255, 255, 255, 0.3)), color-stop(93%, white));background:linear-gradient(to right, white 5%, white 6%, rgba(255, 255, 255, 0.98) 7%, rgba(255, 255, 255, 0.2) 41%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 63%, white 93%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1)}

.wrapper-links{position:relative;display:flex;justify-content:space-around}

.wrapper-links .active-line{width:100%;position:absolute;bottom:0;left:0;height:4px;background-color:#000}

.wrapper-links .single-link{padding:0 1rem .5rem 1rem}

.decor-underline{width:30%;height:1px;background-color:#aaa}

.line-decor:before,.line-decor:after{position:absolute;left:50%;width:3px;height:70px;content:"";transform:translateX(-50%);z-index:1}

.line-decor:before{top:calc(100% - 70px);border-right:2px solid #fff}

.line-decor:after{top:calc(100%);border-right:2px solid #bc8624}

.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.bg-icon{position:absolute;width:300px;height:auto;z-index:-1;opacity:.05}

.bg-icon.opacity{opacity:.3}

.bg-icon.pos-left{left:-90px;transform:rotate(-91deg)}

.bg-icon.pos-left-80{left:80px}

.bg-icon.pos-right{right:-90px}

.bg-icon.pos-top{top:200px}

.bg-icon.pos-top-50{top:-50px}

.bg-icon.pos-top-300{top:300px}

.bg-icon.pos-top-400{top:400px}

.bg-icon.pos-bottom{bottom:35px}

.bg-icon.pos-bottom-300{bottom:-300px}

.bg-icon.size-big{width:500px}

.bg-icon.icon-vertical{width:auto;height:450px}

.color-secondary{color:#bc8624}

.wp-content h2,.wp-content .h2{font-family:"Cinzel Decorative",var(--bs-font-sans-serif);font-weight:700;margin-bottom:1rem}

.wp-content.media a{display:table-cell;vertical-align:middle;position:relative;color:#333;text-decoration:none;padding:.5rem .5rem .5rem calc(26px + .5rem)}

.wp-content.media a:before{vertical-align:middle;position:absolute;top:50%;left:0;display:inline-block;content:"";width:26px;height:26px;background-image:url(images/icons/controls/link.svg);background-repeat:no-repeat;background-size:contain;margin:0 .5rem 0 0;transform:translateY(-50%)}

.scrollFrom,.scrollFromTab{cursor:pointer}

@media(max-width: 1399px){.buttons-box{flex-wrap:wrap}}

@media(max-width: 1199px){.buttons-box{flex-wrap:wrap;margin-bottom:1.5rem}.buttons-box .category-button{margin-bottom:0}}

@media(max-width: 991px){.line-decor:before,.line-decor:after{height:40px}.line-decor:before{top:calc(100% - 40px)}.bg-icon{opacity:.2}}

@media(max-width: 767px){.ornament-decor.top-left{left:1rem}}

body{position:relative;color:#323232;font-size:16px;font-weight:400;line-height:22px;letter-spacing:0px;font-family:"Spartan",var(--bs-font-sans-serif);background-color:#fff;margin:0;overflow-x:hidden}

body.block{position:fixed;width:100%;height:100%;overflow-y:scroll}

body.block:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:5}
