@charset "UTF-8";
@font-face {
  font-family: "branding";
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/branding/BrandingSF-Light.otf") format("opentype"), url("/fonts/branding/BrandingSF-Light.ttf") format("truetype");
}
@font-face {
  font-family: "branding";
  font-style: normal;
  font-weight: 500;
  src: url("/fonts/branding/BrandingSF-Medium.otf") format("opentype"), url("/fonts/branding/BrandingSF-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "branding";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/branding/BrandingSF-SemiBold.otf") format("opentype"), url("/fonts/branding/BrandingSF-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "branding";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/branding/BrandingSF-Bold.otf") format("opentype"), url("/fonts/branding/BrandingSF-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "branding";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/branding/BrandingSF-Black.otf") format("opentype"), url("/fonts/branding/BrandingSF-Black.ttf") format("truetype");
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/ssp/SourceSansPro-Regular.ttf") format("truetype"), url("/fonts/ssp/SourceSansPro-Regular.otf") format("opentype");
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  src: url("/fonts/ssp/SourceSansPro-SemiBold.ttf") format("truetype"), url("/fonts/ssp/SourceSansPro-SemiBold.otf") format("opentype");
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 700;
  src: url("/fonts/ssp/SourceSansPro-Bold.ttf") format("truetype"), url("/fonts/ssp/SourceSansPro-Bold.otf") format("opentype");
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 800;
  src: url("/fonts/ssp/SourceSansPro-Black.ttf") format("truetype"), url("/fonts/ssp/SourceSansPro-Black.otf") format("opentype");
}
body {
  font-family: "source-sans-pro";
  font-size: 1rem;
  color: #353535;
}

h1, h2, h3, h4 {
  font-family: "branding";
  font-weight: 600;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

h1, h2 {
  font-size: 1.8rem;
  margin-bottom: 30px;
}

main.main {
  min-height: calc(100vh - 130px);
}

.rdrCalendarWrapper {
  width: 300px;
}
.rdrCalendarWrapper .rdrDay {
  height: 46px;
}
.rdrCalendarWrapper .rdrStartEdge, .rdrCalendarWrapper .rdrDayStartPreview {
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
}
.rdrCalendarWrapper .rdrEndEdge, .rdrCalendarWrapper .rdrDayEndPreview {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
.rdrCalendarWrapper .rdrDayHovered {
  border-radius: 40px !important;
}
.rdrCalendarWrapper .rdrDayStartOfMonth .rdrInRange, .rdrCalendarWrapper .rdrDayStartOfMonth .rdrEndEdge, .rdrCalendarWrapper .rdrDayStartOfWeek .rdrInRange, .rdrCalendarWrapper .rdrDayStartOfWeek .rdrEndEdge {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.video-container {
  max-width: 1320px;
  margin: auto;
  padding: 0 0.75rem;
}

.mobile {
  display: none;
}

.c-text2 {
  color: #B7B7B7;
}

.subtitle {
  color: #B7B7B7;
  font-weight: 500;
}

.spacer {
  height: 50px;
}

.block {
  display: block;
}

.badge {
  font-family: "source-sans-pro";
  font-size: 0.8rem;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 5px;
}
.badge.badge-pill {
  border-radius: 40px;
}
.badge.badge-primary {
  background-color: #ed2924;
  color: #FFFFFF;
}
.badge.badge-outline-primary {
  background-color: transparent;
  border: 1px solid #ed2924;
  color: #ed2924;
}
.badge.badge-muted {
  background-color: #f0f7ff;
  color: #B7B7B7;
}
.badge.badge-outline-muted {
  background-color: transparent;
  border: 1px solid #B7B7B7;
  color: #B7B7B7;
}

button.badge.badge-outline-muted:hover {
  background-color: #f0f7ff;
  color: #B7B7B7;
}

.btn {
  font-family: "branding";
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
}
.btn.btn-primary {
  background-color: #ed2924;
  color: #FFFFFF;
  border: none;
}
.btn.btn-primary.btn-bare {
  background-color: transparent;
  border: 1px solid #ed2924;
  color: #ed2924;
}
.btn.btn-success {
  background-color: #21b788;
  color: #FFFFFF;
  border: none;
}
.btn.btn-success.btn-bare {
  background-color: transparent;
  border: 1px solid #21b788;
  color: #21b788;
}
.btn.btn-secondary {
  background-color: #B7B7B7;
  color: #B7B7B7;
  border: none;
}
.btn.btn-secondary.btn-bare {
  background-color: transparent;
  border: 1px solid #B7B7B7;
  color: #B7B7B7;
}
.btn.btn-back {
  background-color: #FFFFFF;
  color: #353535;
  border: none;
  border-radius: 0px;
  border: 1px solid #e2e2e2;
  border-top: none;
  cursor: pointer;
}

.body {
  margin-top: 80px;
  margin-bottom: 80px;
}

#date_range {
  position: absolute;
  bottom: -165px;
  padding: 15px;
  background-color: #fff;
  box-shadow: 1px 1px 15px #00000026;
}
#date_range .buttons_container {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

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

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

.dropdown-toggle {
  font-weight: 600;
}

.clickable {
  cursor: pointer;
}

.placeholder.empty {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  border-image-source: url("/images/dashed_border.png");
  border-image-width: 1;
  border-image-slice: 2;
  border: dashed 2px #E3E3E3;
  border-image-repeat: round;
  border-width: 1px 1px 1px 1px;
}

.faded {
  opacity: 0.5;
  cursor: default !important;
}

.mr-5 {
  margin-right: 5px;
}

.dates-available {
  font-size: 12px;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(/images/vendor/leaflet/dist/layers.png?416d91365b44e4b4f4777663e6f009f3);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/vendor/leaflet/dist/layers-2x.png?8f2c4d11474275fbc1614b9098334eae);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/images/vendor/leaflet/dist/marker-icon.png?2b3e1faf89f94a4835397e7a43b4f77d);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

section.cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  width: calc(100% + 20px);
}
section.cards article.card {
  flex: 0 0 calc(33% - 20px);
  margin: 0px 10px;
  margin-bottom: 20px;
}
section.cards.home {
  margin-left: -7px;
  width: calc(100% + 14px);
}
section.cards.home article.card {
  flex: 0 0 380px;
  margin-bottom: 0px;
  margin: 0px 7px;
}

article.card {
  border: none;
}
article.card header {
  height: 200px;
}
article.card .content {
  padding: 17px 17px;
  padding-bottom: 25px;
  border: 1px solid rgba(183, 183, 183, 0.2);
  border-top: 0px;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
article.card .content .title_container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 7px;
}
article.card .content .title_container a {
  color: #353535;
  text-decoration: none;
}
article.card .content .title_container h2 {
  margin-bottom: 0px;
}
article.card .content .title_container span {
  color: #B7B7B7;
  font-size: 1.05rem;
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}
article.card .content p.excerpt {
  font-size: 0.9rem;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 79px;
}
article.card footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
article.card footer .price {
  font-size: 1rem;
  color: #B7B7B7;
  font-weight: 500;
}
article.card footer .price span {
  font-size: 1.25rem;
  color: #ed2924;
  font-weight: 700;
}
article.card.stretched {
  flex: 1 !important;
}
article.card.colored .content {
  background-color: #f0f7ff;
}

section.detail_panel {
  display: flex;
  align-items: flex-start;
}
section.detail_panel > div:first-child {
  flex: 1;
  padding-right: 100px;
  position: relative;
  padding-bottom: 80px;
}
section.detail_panel > div:first-child::before {
  content: "";
  position: absolute;
  background-color: #f0f7ff;
  width: calc(100% + ((100vw - 1320px) / 2) + 0.75rem);
  height: calc(100% + 80px);
  z-index: -1;
  left: calc(((100vw - 1320px) / 2 * -1) - 0.75rem);
  margin-top: -80px;
}

section.location iframe {
  width: 100%;
}

section.video .video_container {
  max-width: 790px;
}
section.video .video_container > div {
  width: 100% !important;
  height: auto !important;
}
section.video .video_container > div > div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0 !important;
  width: auto !important;
}
section.video .video_container > div > div iframe, section.video .video_container > div > div object, section.video .video_container > div > div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.skeleton_container section.detail_panel > div:first-child::before {
  background-color: #f9f9f9;
}

header {
  background-size: cover;
  background-position: center;
  height: 600px;
  position: relative;
}
header .heading-title {
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 220px;
  width: 100%;
  z-index: 2;
}
header .heading-title h1 {
  font-size: 2.6rem;
  margin: 0px;
}
header .btn-back {
  position: absolute;
  bottom: -38px;
  display: flex;
  align-items: center;
  padding-left: 17px !important;
  z-index: 2;
}
header .btn-back i, header .btn-back svg {
  margin-top: 2px;
  font-size: 1.1rem;
  margin-right: 12px;
}
header .addition {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 40px;
  z-index: 2;
}
header .addition span {
  color: #FFFFFF;
  font-size: 1rem;
  display: block;
}
header .addition span:first-child {
  font-weight: 700;
}
header .addition span:last-child {
  font-weight: 400;
}
header.featured .swiper {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
}
header.featured .swiper .swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
header.featured .swiper .swiper-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
header .action_bar_container {
  position: absolute;
  bottom: 100px;
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
}
header .action_bar_container .mobile.intro {
  width: 100%;
  padding: 20px 40px;
  background-color: #f0f7ff;
}
header .action_bar_container .mobile.intro h1 {
  font-size: 1.3rem;
  margin-bottom: 1px;
}
header .action_bar_container .mobile.intro h4.subtitle {
  font-size: 1rem;
  margin-bottom: 0px;
}
header .action_bar_container .action_bar {
  flex: 0 0 800px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .action_bar_container .action_bar > div:first-child {
  padding: 20px;
}
header .action_bar_container .action_bar > div:first-child h1 {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
header .action_bar_container .action_bar > div:first-child h4 {
  color: #B7B7B7;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  font-weight: 400;
  margin-bottom: 0px;
}
header .action_bar_container .action_bar > div:first-child h4 b {
  font-weight: 600;
}
header .action_bar_container .action_bar > div:first-child h4 i, header .action_bar_container .action_bar > div:first-child h4 svg {
  display: inline-block;
  margin-right: 5px;
}
header .action_bar_container .action_bar > div:last-child {
  border-image-source: url("/images/dashed_border.png");
  border-image-width: 1;
  border-image-slice: 2;
  border: dashed 2px #E3E3E3;
  border-image-repeat: round;
  border-width: 0px 0px 0px 1px;
  padding: 0px 40px;
  font-size: 1.3rem;
  color: #B7B7B7;
  height: 100%;
  display: flex;
  align-items: center;
}
header .action_bar_container .action_bar > div:last-child h4 {
  display: none;
}
header .action_bar_container .action_bar > div:last-child.hidden {
  display: none;
}
header .action_bar_container .action_bar form {
  display: flex;
  align-items: flex-end;
}
header .action_bar_container .action_bar.search {
  padding: 15px 25px;
  padding-top: 6px;
  display: block;
}
header .action_bar_container .action_bar.search .form-group {
  flex: 1;
  margin-right: 20px;
  position: relative;
}
header .action_bar_container .action_bar.search .form-group.country::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  bottom: 5px;
  left: 0px;
  color: #B7B7B7;
  z-index: 9;
}
header .action_bar_container .action_bar.search .form-group.country label {
  position: relative;
  top: 6px;
  z-index: 9;
}
header .action_bar_container .action_bar.search .form-group.location::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  bottom: 7px;
  font-size: 15px;
  left: 0px;
  color: #B7B7B7;
  z-index: 9;
}
header .action_bar_container .action_bar.search .form-group.location label {
  position: relative;
  top: 6px;
  z-index: 9;
}
header .action_bar_container .action_bar.search .form-group.date::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  position: absolute;
  bottom: 5px;
  left: 0px;
  color: #B7B7B7;
}
header .action_bar_container .action_bar.search .form-group label {
  font-family: "source-sans-pro";
  font-weight: 600;
  font-size: 0.9rem;
  color: #B7B7B7;
}
header .action_bar_container .action_bar.search .form-group label strong.text-danger {
  font-size: 0.85rem;
  font-weight: 600;
  color: #ed2924;
}
header .action_bar_container .action_bar.search .form-group input {
  border: none;
  border-bottom: 1px solid #E3E3E3;
  color: #353535;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: 0px;
  padding-left: 24px;
  padding-top: 1px;
}
header .action_bar_container .action_bar.search .form-group input::placeholder {
  font-weight: 600;
  color: #939393;
  font-size: 0.95rem;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__control,
header .action_bar_container .action_bar.search .form-group #country .react-select__control {
  border: none;
  border-bottom: 1px solid #E3E3E3;
  min-height: 36px;
  box-shadow: none;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__placeholder,
header .action_bar_container .action_bar.search .form-group #country .react-select__placeholder {
  font-weight: 600;
  color: #939393;
  font-size: 0.95rem;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__indicator-separator,
header .action_bar_container .action_bar.search .form-group #country .react-select__indicator-separator {
  display: none;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__value-container,
header .action_bar_container .action_bar.search .form-group #country .react-select__value-container {
  padding-left: 18px;
  height: 30px;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__indicators-container,
header .action_bar_container .action_bar.search .form-group #country .react-select__indicators-container {
  height: 35px;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__single-value,
header .action_bar_container .action_bar.search .form-group #country .react-select__single-value {
  color: #353535;
  font-size: 0.95rem;
  font-weight: 600;
}
header .action_bar_container .action_bar.search .form-group #location .react-select__menu,
header .action_bar_container .action_bar.search .form-group #country .react-select__menu {
  font-family: "branding";
  font-weight: 600;
}
header .action_bar_container .action_bar.search .rdrDateDisplayItem {
  border: none;
}

section.highlights {
  display: flex;
}
section.highlights .highlight {
  flex: 0 0 400px;
  height: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-right: 8px;
}
section.highlights .highlight:last-child {
  margin-right: 0px;
}
section.highlights .highlight .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 30px;
}
section.highlights .highlight .content h2 {
  color: #FFFFFF;
  font-size: 2.1rem;
  line-height: 35px;
  margin-bottom: 10px;
}
section.highlights .highlight .content button {
  font-weight: 600;
  padding: 5px 16px;
}
section.highlights .highlight.stretch {
  flex: 1;
}

nav {
  background-color: #ed2924;
  color: #FFFFFF;
  padding: 0px !important;
}
nav .branding {
  display: flex;
  align-items: center;
  height: 55px;
}
nav .branding img {
  margin-right: 20px;
  width: 100px;
  margin-top: -3px;
}
nav .branding .divider_vertical {
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
nav .branding h3 {
  margin: 0px;
  margin-left: 20px;
}
nav .dropdown .dropdown-toggle {
  color: #FFFFFF;
}
nav .dropdown .dropdown-toggle:after {
  top: 2px;
  position: relative;
}
nav .dropdown .dropdown-menu a.dropdown-item {
  color: #353535;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "branding";
}

.counter {
  color: #353535;
  margin-top: 1px;
  margin-right: 10px;
  transition: opacity 0.2s ease;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
}
.counter i, .counter svg {
  color: #B7B7B7;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #e6e6e6;
  background-color: #fbfbfb;
}
.counter span {
  display: inline-block;
  font-size: 0.9rem;
  top: -1px;
  padding: 0px 5px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox_message {
  position: relative;
  top: -5px;
}

.checkout {
  flex: 0 0 450px;
  margin-left: 60px;
  position: relative;
  min-height: 300px;
  width: 450px;
}
.checkout .precending_text {
  margin-bottom: 20px;
  color: #B7B7B7;
  font-style: italic;
  font-size: 0.85rem;
}
.checkout .precending_text a {
  color: #008fcb;
}
.checkout .pagination {
  margin-right: 0px;
  height: auto;
  margin-top: 0px;
}
.checkout .pagination span {
  font-size: 1rem;
  font-weight: 600;
  padding: 0px 7px;
}
.checkout .pagination i, .checkout .pagination svg {
  padding: 6px;
  font-size: 0.9rem;
  padding-top: 8px;
}
.checkout .shop_select {
  width: 200px;
}
.checkout .shop_select .shop-select__control {
  width: 100%;
}
.checkout__list {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.checkout__list .amount {
  display: flex;
  align-content: center;
  overflow: hidden;
  right: 20px;
  position: absolute;
}
.checkout__list .amount button {
  transition: 0.15s ease;
  width: 113px;
  overflow: hidden;
}
.checkout__list .amount button:focus {
  outline-style: none;
  box-shadow: none;
  border-color: #ed2924;
}
.checkout__list .amount button i, .checkout__list .amount button svg {
  position: relative;
  top: 2px;
  font-size: 1rem;
}
.checkout__list .amount button.btn-success:focus {
  border-color: #21b788;
}
.checkout__list .amount .counter {
  color: #353535;
  margin-top: 1px;
  margin-right: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
  position: relative;
  width: 0px;
  display: flex;
  align-items: center;
  height: 30px;
  z-index: -1;
}
.checkout__list .amount .counter i, .checkout__list .amount .counter svg {
  color: #B7B7B7;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 5px;
  border: 1px solid #efefef;
  background-color: #fbfbfb;
}
.checkout__list .amount .counter span {
  display: inline-block;
  font-size: 1.1rem;
  color: #000;
  top: -1px;
  padding: 0px 4px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout__list .amount.counting button {
  width: 40px;
  padding-left: 0px;
  padding-right: 0px;
  border-color: #b9bdc1;
  color: #b9bdc1;
}
.checkout__list .amount.counting button:focus, .checkout__list .amount.counting button:active {
  border-color: #b9bdc1 !important;
}
.checkout__list .amount.counting .counter {
  opacity: 1;
  width: auto;
  height: auto;
  z-index: 1;
}
.checkout__list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 20px;
  border: 1px solid rgba(183, 183, 183, 0.25);
  margin-bottom: 10px;
}
.checkout__list li.p_method {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkout__list li.p_method > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.checkout__list li.p_method > div:first-child h4 {
  padding: 8px 0px;
}
.checkout__list li.p_method > div:first-child > div {
  display: flex;
  align-items: center;
}
.checkout__list li.p_method > div:first-child > div .method_icon {
  margin-right: 15px;
}
.checkout__list li.p_method > div:first-child > div .method_icon img {
  width: 53px;
  max-height: 38px;
  text-align: left;
}
.checkout__list li.p_method > div:first-child > div:first-child {
  width: calc(100% - 120px);
}
.checkout__list li.p_method .method_detail {
  margin-top: 10px;
}
.checkout__list li.p_method .amount.disabled button {
  cursor: default;
  border-color: #b9bdc1;
  color: #b9bdc1;
}
.checkout__list li > div h4 {
  font-family: "branding";
  color: #353535;
  font-size: 1rem;
  margin-bottom: 1px;
  font-weight: 600;
  width: 285px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout__list li > div h4 > span {
  font-weight: 600 !important;
}
.checkout__list li > div h4 > span:nth-child(2) {
  display: block;
  color: #B7B7B7;
  font-size: 0.8rem;
  font-weight: 600 !important;
  margin-top: 3px;
}
.checkout__list li > div h4 .creditcard_icons {
  display: flex;
  align-items: center;
  margin-top: 10px;
  opacity: 0.75;
}
.checkout__list li > div h4 .creditcard_icons img {
  max-width: 31px;
  max-height: 20px;
  margin-right: 5px;
}
.checkout__list li > div h4 .creditcard_icons span {
  color: #B7B7B7;
  font-size: 0.8rem;
  font-weight: 600 !important;
}
.checkout__list li > div > div {
  color: #353535;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
}
.checkout__list li > div > div .service_fee {
  font-size: 0.8rem;
  display: inline-block;
  position: relative;
  top: 1px;
  line-height: 24px;
  color: darkgrey;
  margin-left: 5px;
  flex-wrap: wrap;
}
.checkout__list li > div > div.selected {
  color: #008fcb;
}
.checkout__list li > div > div span {
  font-weight: 700;
  margin-right: 3px;
}
.checkout__list.cart li {
  border-image-source: url("/images/dashed_border.png");
  border-image-width: 1;
  border-image-slice: 2;
  border: dashed 2px #E3E3E3;
  border-image-repeat: round;
  border-width: 1px 1px 1px 1px;
}
.checkout__list.cart li h4 {
  font-family: "branding";
  color: #353535;
  font-size: 1rem;
  margin-bottom: 1px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkout__list.cart li .price {
  text-align: right;
  flex: 0 0 125px;
}
.checkout__list.cart li .price span {
  font-weight: 600;
}
.checkout__list.cart li .price span:last-child {
  padding-left: 5px;
}
.checkout form .form-group {
  margin-bottom: 20px;
}
.checkout form .form-group .form-text {
  color: #B7B7B7;
}
.checkout form .form-group label {
  display: block;
  width: 100%;
  font-weight: 600;
  color: #353535;
  font-size: 0.95rem;
  padding-bottom: 5px;
}
.checkout form .form-group input {
  width: 100%;
  border-radius: 0px;
  border: 1px solid rgba(183, 183, 183, 0.3);
  padding: 10px 15px;
}
.checkout form .form-group.checkbox {
  display: flex;
  align-items: center;
}
.checkout form .form-group.checkbox input {
  flex: 0 0 25px;
  margin-right: 10px;
}
.checkout form .form-group.checkbox label {
  padding: 0px;
}
.checkout form .form-group.checkbox label a {
  color: #008fcb;
}
.checkout .checkout_footer {
  padding-right: 12px;
}
.checkout .checkout_footer button:last-child {
  min-width: 113px;
}

.leaflet-container {
  z-index: 0;
}

.shop-select__placeholder {
  color: #939393;
}

.shop-select__single-value {
  color: #353535;
}

.shop-select__menu {
  font-family: "branding";
  font-weight: 600;
  color: #353535 !important;
}

footer.footer {
  background-color: #fafafa;
  color: #B7B7B7;
  padding: 10px 0px !important;
}
footer.footer .footer_menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer.footer .footer_menu a {
  color: #353535;
  text-decoration: none;
  padding: 15px 0px;
  padding-right: 30px;
  font-size: 0.9rem;
}

footer.legal_footer {
  background-color: #f5f5f5;
  border-top: 1px solid #efefef;
  padding: 10px 0px !important;
}
footer.legal_footer .legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer.legal_footer .legal a {
  color: #8f8f8f;
  text-decoration: none;
  padding: 3px 0px;
  padding-right: 30px;
  font-size: 0.9rem;
}

.w-search__results-loader {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 97;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.w-search__results-loader .w-search__loader {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: flex;
  width: 100px;
  height: 100px;
  transform: scale(0.8);
  margin-top: 140px;
}
.w-search__results-loader .w-search__loader .c-brand-loader__logo {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  left: 3%;
  align-self: center;
  background-position: 50%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 246.8 352.24'%3E%3Cpath d='M149.63 139.96C116.88 127.64 91 117.92 92 93.49c.87-21.59 18.8-32.85 50.49-31.67 24 .89 37 6.36 47.41 10.76 7.12 3 13.7 7 21.14 7.52 17.08 1.27 23-11.91 30.66-27.81 4.21-8.71 3.53-16.52-3.95-24.25-4.8-5-19.35-12.24-30.44-16.69-14.38-5.78-34-10.25-59-11.18-41.16-1.53-75.59 7.32-99.6 25.57-23 17.44-35.75 42.63-37 72.8-2.69 66.7 50.85 87.26 93.86 103.77 33.11 12.72 61.71 23.7 60.6 51.07-1 24.67-21.69 38.08-56.79 36.79-29.72-1.11-44.52-7.57-55.33-12.3-6.82-3-13.43-7.37-20.61-8.18-17.35-2-22.76 14.27-30.85 29.6-5.39 10.25-2.59 21.18 10.17 28.23 16 8.84 42 22.73 90.86 24.53 43.36 1.61 79.5-7.59 104.49-26.6 23.94-18.21 37.29-44.8 38.58-76.87 2.87-71.06-52.54-91.88-97.06-108.62z' fill='%23ed2924'/%3E%3C/svg%3E");
  -webkit-animation-name: c-brand-loader__logo;
  animation-name: c-brand-loader__logo;
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-delay: 0.36s;
  animation-delay: 0.36s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks {
  position: absolute;
  left: 52%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark {
  position: absolute;
  left: 50%;
  width: 6.66667px;
  height: 100px;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:after, .w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:before {
  content: "";
  display: block;
  position: absolute;
  width: 6.66667px;
  height: 16.12903px;
  border-radius: 50px;
  background-color: #ed2924;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-animation-name: c-brand-loader__sparks;
  animation-name: c-brand-loader__sparks;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.42, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.42, 1);
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark::before {
  top: 0;
  transform-origin: bottom;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark::after {
  bottom: 0;
  transform-origin: top;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:first-child {
  transform: rotate(30deg);
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:first-child::before {
  animation-delay: 0.03s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:first-child::after {
  animation-delay: 0.21s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(2) {
  transform: rotate(60deg);
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(2)::before {
  animation-delay: 0.06s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(2)::after {
  animation-delay: 0.24s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(3) {
  transform: rotate(90deg);
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(3)::before {
  animation-delay: 0.09s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(3)::after {
  animation-delay: 0.27s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(4) {
  transform: rotate(-60deg);
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(4)::before {
  animation-name: c-brand-loader__sparks--brand;
  animation-direction: alternate-reverse;
  animation-delay: 0.36s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(4)::after {
  animation-delay: 0.12s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(5) {
  transform: rotate(-30deg);
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(5)::before {
  animation-name: c-brand-loader__sparks--brand;
  animation-direction: alternate-reverse;
  animation-delay: 0.42s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(5)::after {
  animation-delay: 0.15s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(6)::before {
  animation-name: c-brand-loader__sparks--brand;
  animation-direction: alternate-reverse;
  animation-delay: 0.48s;
}
.w-search__results-loader .w-search__loader .c-brand-loader__sparks .c-brand-loader__spark:nth-child(6)::after {
  animation-delay: 0.18s;
}
.w-search__results-loader.fixed {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.5);
}
.w-search__results-loader.fixed .w-search__loader {
  margin-top: 0px;
  transform: scale(1);
  margin-top: -20%;
}
.w-search__results-loader.simple {
  position: relative;
  background-color: none;
  display: block;
}
.w-search__results-loader.simple .w-search__loader {
  margin-top: 0px;
  transform: scale(0.55);
  margin-left: -22px;
}

@keyframes c-brand-loader__sparks {
  0% {
    transform: scale3d(0, 0, 0);
  }
  80% {
    transform: scale3d(0, 0, 0);
  }
  100% {
    transform: scaleY(1.2);
  }
}
@keyframes c-brand-loader__sparks--brand {
  0% {
    transform: scale3d(0, 0, 0);
  }
  40% {
    transform: scaleY(1.2);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes c-brand-loader__logo {
  80% {
    transform: rotate(6deg);
  }
  92% {
    transform: rotate(-3deg);
  }
  97% {
    transform: rotate(1.5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.body.legal h1 {
  text-align: center;
  font-size: 2rem;
}
.body.legal p.terms {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.body.faq {
  max-width: 700px;
}
.body.faq h1 {
  text-align: center;
  font-size: 2rem;
}
.body.faq h2 {
  margin-bottom: 10px;
  font-size: 1.4rem;
  margin-top: 40px;
}
.body.faq p {
  white-space: break-spaces;
  list-style-position: outside;
}
.body.faq p ul {
  margin-bottom: 0px;
}

.cookie_consent .modal-content {
  overflow: hidden;
}
.cookie_consent h3 {
  font-size: 1.4rem;
}
.cookie_consent p {
  font-size: 0.95rem;
  color: #878787;
  line-height: 1.45rem;
}
.cookie_consent a {
  color: #ed2924;
}
.cookie_consent .form-check {
  min-width: 93px;
}
.cookie_consent .modal-body {
  padding: 50px;
  padding-bottom: 20px;
}
.cookie_consent .logo_container {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.cookie_consent .logo_container img {
  max-width: 50%;
  width: 40%;
}
.cookie_consent .modal-footer {
  padding: 10px 50px;
  justify-content: flex-start;
  padding-bottom: 40px;
  border-top: 0px;
}
.cookie_consent .modal-footer .btn-secondary {
  background-color: #fff;
  color: #b7b7b7;
  font-weight: 600;
}
.cookie_consent .cookie_settings {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 50px;
  opacity: 0;
  transition: 0.2s ease;
  transform: translateY(100%);
}
.cookie_consent .cookie_settings.show {
  transform: translateY(0%);
  opacity: 1;
}
.cookie_consent .cookie_settings .check_container {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.cookie_consent .cookie_settings .check_container span {
  font-size: 0.75rem;
  color: #747474;
  display: block;
  margin-left: 15px;
}

.form-check-input:checked {
  background-color: #ed2924;
  border-color: #ed2924;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(237, 41, 36, 0.2);
  border-color: rgba(237, 41, 36, 0.5);
}

@media (max-width: 500px) {
  .cookie_consent p {
    line-height: 1.35rem;
    font-size: 0.85rem;
  }
  .cookie_consent h3 {
    font-size: 1.3rem;
  }
  .cookie_consent .modal-dialog {
    margin: 0px;
    height: 100%;
  }
  .cookie_consent .modal-dialog .modal-content {
    border-radius: 0px;
    height: 100%;
    overflow: auto;
  }
  .cookie_consent .modal-dialog .modal-content .modal-body {
    padding: 40px;
    padding-bottom: 20px;
  }
  .cookie_consent .modal-dialog .modal-content .modal-footer {
    padding: 10px 40px;
    justify-content: flex-start;
    padding-bottom: 40px;
    border-top: 0px;
  }
  .cookie_consent .modal-dialog .modal-content .cookie_settings {
    transform: translateY(-100%);
  }
  .cookie_consent .modal-dialog .modal-content .cookie_settings.show {
    transform: translateY(0%);
  }
  .cookie_consent.show_settings .modal-content {
    overflow: hidden !important;
  }
  .cookie_consent.show_settings .modal-content .modal-body p {
    display: none !important;
  }
}
@media (max-width: 1400px) {
  section.cards.home article.card {
    flex: 0 0 293px;
  }

  section.highlights .highlight {
    flex: 0 0 300px;
  }

  section.detail_panel > div:first-child::before {
    width: calc(100% + ((100vw - 1140px) / 2) + 0.75rem);
    left: calc(((100vw - 1140px) / 2 * -1) - 0.75rem);
  }
}
@media (max-width: 1200px) {
  section.detail_panel > div:first-child {
    padding-right: 40px;
  }
  section.detail_panel > div:first-child::before {
    width: calc(100% + ((100vw - 960px) / 2) + 0.75rem);
    left: calc(((100vw - 960px) / 2 * -1) - 0.75rem);
  }
}
@media (max-width: 992px) {
  .body {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .skeleton_container section.detail_panel > div:first-child {
    width: 100%;
    padding-right: 0px;
  }

  header .heading-title {
    bottom: 350px;
  }
  header .addition span {
    font-size: 0.9rem;
  }
  header .action_bar_container .action_bar {
    flex: 0 0 500px;
  }
  header .action_bar_container.home .action_bar {
    flex: 0 0 400px !important;
  }
  header .action_bar_container.home .action_bar form {
    flex-direction: column;
    align-items: normal !important;
  }
  header .action_bar_container.home .action_bar form .form-group {
    margin-bottom: 20px !important;
    margin-right: 0px !important;
  }

  section.cards article.card {
    flex: 0 0 calc(50% - 20px);
  }
  section.cards.home article.card:last-child {
    display: none;
  }

  section.highlights .highlight:last-child {
    display: none;
  }
  section.highlights .highlight:first-child {
    margin-right: 0px;
  }

  section.detail_panel {
    flex-direction: column;
  }
  section.detail_panel > div:first-child {
    padding-bottom: 0px;
  }
  section.detail_panel > div:first-child:before {
    display: none;
  }
  section.detail_panel .checkout {
    margin-left: 0px;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  section.cards.home article.card:not(.stretched) {
    display: none;
  }
  section.cards.home article.card:first-child {
    margin-right: 7px !important;
  }
  section.cards article.card {
    flex: 0 0 100%;
  }

  footer.footer .footer_menu a {
    padding: 10px 0px;
  }
}
@media (max-width: 576px) {
  body {
    background-color: #F9F9F9;
  }

  h1, h2 {
    font-size: 1.4rem;
  }

  h3 {
    font-size: 1.1rem;
  }

  p {
    font-size: 0.9rem;
  }

  .body {
    margin-top: 111px;
    margin-bottom: 20px;
  }
  .body.excursions {
    margin-top: 285px;
  }

  main.main {
    min-height: calc(100vh - 240px);
  }

  footer.footer .footer_menu a, footer.legal_footer .legal a {
    width: 100%;
    padding: 10px 20px !important;
  }

  .rdrNextPrevButton, .rdrPprevButton {
    margin-top: 0px !important;
  }

  .skeleton_container header {
    height: 292px;
  }
  .skeleton_container .body {
    margin-top: 20px;
  }

  .skeleton_container section.detail_panel > div:first-child {
    width: 100%;
  }
  .skeleton_container section.detail_panel > div:first-child > p {
    background-color: transparent;
    padding: 0px;
    border: none;
  }
  .skeleton_container section.cards:last-child {
    display: none;
  }
  .skeleton_container section.cards article.card {
    box-shadow: none;
    border: none;
    background-color: transparent;
  }
  .skeleton_container section.cards article.card > span {
    width: 100%;
  }
  .skeleton_container section.cards article.card > span > span {
    height: 150px !important;
  }

  .mobile {
    display: block;
  }

  .m_hide {
    display: none;
  }

  .body.home {
    display: none;
  }

  #date_range {
    z-index: 999;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
  }

  .spacer {
    height: 50px;
  }

  nav.navbar .branding .divider_vertical, nav.navbar .branding h3 {
    display: none;
  }

  header {
    height: 200px;
  }
  header .heading-title {
    bottom: 110px;
    padding: 26px;
    padding-bottom: 0px;
    text-align: left;
  }
  header .heading-title h1 {
    font-size: 2rem;
  }
  header .btn-back {
    bottom: auto;
    left: 0px;
  }
  header .action_bar_container {
    bottom: -88px;
  }
  header .action_bar_container .action_bar {
    flex: 0 0 100%;
    border-radius: 0px;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(183, 183, 183, 0.25);
    flex-direction: column;
    align-items: flex-start;
  }
  header .action_bar_container .action_bar > div:first-child {
    padding: 12px 20px;
    width: 100%;
    border-image-source: url("/images/dashed_border.png");
    border-image-width: 1;
    border-image-slice: 2;
    border: dashed 2px #E3E3E3;
    border-image-repeat: round;
    border-width: 0px 0px 1px 0px;
  }
  header .action_bar_container .action_bar > div:first-child h1 {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
  header .action_bar_container .action_bar > div:first-child h4 {
    display: none;
  }
  header .action_bar_container .action_bar > div:last-child.m-splitted {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 20px;
    margin: 0px;
  }
  header .action_bar_container .action_bar > div:last-child.m-splitted h4 {
    display: block;
    color: #B7B7B7;
    font-size: 0.95rem;
    font-weight: 400;
    flex: 1;
    display: flex;
    align-items: center;
    margin: 0px;
  }
  header .action_bar_container .action_bar > div:last-child.m-splitted h4 i, header .action_bar_container .action_bar > div:last-child.m-splitted h4 svg {
    position: relative;
    top: 1px;
    padding-right: 5px;
  }
  header .action_bar_container .action_bar > div:last-child.m-splitted > div {
    font-size: 1rem;
  }
  header.featured {
    height: calc(100vh - 400px);
  }
  header.featured .action_bar_container {
    bottom: -345px !important;
    flex-direction: column;
  }
  header.featured .action_bar_container:before {
    display: none;
  }
  header.featured .action_bar_container .action_bar.search {
    flex: 1 !important;
    border-radius: 0px;
    box-shadow: none;
    padding: 30px 40px;
    padding-top: 20px;
  }
  header.featured .action_bar_container .action_bar.search .form-group label {
    padding-bottom: 5px;
  }
  header.featured .action_bar_container .action_bar.search button {
    margin-top: 15px;
  }
  header.excursions {
    height: 200px;
  }
  header.excursions .action_bar_container {
    bottom: -268px !important;
    flex-direction: column;
  }
  header.excursions .action_bar_container .mobile.intro {
    display: none;
  }
  header.excursions .action_bar_container:before {
    display: none;
  }
  header.excursions .action_bar_container .action_bar.search {
    flex: 1 !important;
    border-radius: 0px;
    box-shadow: none;
    padding: 30px 40px;
    padding-top: 20px;
  }
  header.excursions .action_bar_container .action_bar.search .form-group label {
    padding-bottom: 5px;
  }
  header.excursions .action_bar_container .action_bar.search button {
    margin-top: 15px;
  }

  footer.footer {
    margin-top: 75px;
    background-color: #FFFFFF;
  }
  footer.footer .branding {
    display: none;
  }
  footer.footer .legal {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  footer.footer .legal a {
    padding: 10px 0px;
    display: block;
    width: 100%;
    text-align: center;
  }

  section.cards {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  section.cards article.card {
    margin: 0px;
    margin-bottom: 15px;
    flex-direction: row;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(183, 183, 183, 0.25);
  }
  section.cards article.card > a {
    height: 100%;
    flex: 0 0 150px;
  }
  section.cards article.card > a header {
    height: 100%;
    width: 100%;
  }
  section.cards article.card .content {
    min-height: auto;
    border-left: none;
    border: none;
    padding-bottom: 17px;
  }
  section.cards article.card .content .title_container {
    margin-bottom: 0px;
  }
  section.cards article.card .content .title_container h3 {
    margin-bottom: 3px;
  }
  section.cards article.card .content p.excerpt {
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 0.85rem;
    max-height: 38px;
  }
  section.cards article.card footer {
    padding-top: 0px;
  }
  section.cards article.card footer a {
    display: none;
  }
  section.cards article.card footer .price {
    font-size: 0.85rem;
  }
  section.cards article.card footer .price span {
    font-size: 1rem;
  }

  .btn {
    font-family: "branding";
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.9rem;
  }
  .btn.btn-primary {
    background-color: #ed2924;
    color: #FFFFFF;
    border: none;
  }
  .btn.btn-primary.btn-bare {
    background-color: #ed2924;
    color: #FFFFFF;
    border: none;
  }

  section.detail_panel {
    flex-direction: column;
  }
  section.detail_panel > div:first-child {
    padding-right: 0px;
    margin-top: 10px;
    padding-bottom: 0px;
  }
  section.detail_panel > div:first-child h1 {
    font-size: 1.3rem;
    margin-bottom: 0px !important;
  }
  section.detail_panel > div:first-child h3 {
    font-size: 1rem;
  }
  section.detail_panel > div:first-child > p {
    background-color: #fff;
    padding: 15px;
    position: relative;
    border: 1px solid rgba(183, 183, 183, 0.25);
  }
  section.detail_panel > div:first-child:before {
    display: none;
  }
  section.detail_panel .checkout {
    margin-left: 0px;
    flex: 0 0 100%;
    width: 100%;
    padding-top: 20px;
  }
  section.detail_panel .checkout .tickets h1 {
    font-size: 1.3rem;
    margin-bottom: 0px !important;
  }
  section.detail_panel .checkout .tickets h3 {
    font-size: 1rem;
  }
  section.detail_panel .checkout__list li {
    background-color: #fff;
    padding: 15px;
  }
  section.detail_panel .checkout__list li button {
    padding: 7px 10px;
    font-size: 0.8rem;
  }
  section.detail_panel .checkout__list li > div:first-child {
    width: calc(100% - 109px);
  }
  section.detail_panel .checkout__list li > div:first-child h4 {
    width: 100%;
    font-size: 0.9rem;
    white-space: initial;
  }
  section.detail_panel .checkout__list li > div:first-child > div {
    font-size: 0.8rem;
  }
  section.detail_panel .checkout__list li.p_method .amount.counting button {
    background-color: #d2d6da;
    cursor: default;
    border: none;
    color: #fff;
  }
  section.detail_panel .checkout__list li.p_method .amount button i, section.detail_panel .checkout__list li.p_method .amount button svg {
    font-size: 0.9rem;
  }
  section.detail_panel .checkout__list li.p_method > div:first-child > div:first-child {
    width: 100%;
  }
  section.detail_panel .checkout__list .amount button {
    width: 85px;
  }
  section.detail_panel .checkout__list .amount.counting button {
    width: 35px;
  }
  section.detail_panel .checkout__list.cart li h4 {
    width: 100%;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: initial;
    max-height: 33px;
  }
  section.detail_panel .checkout .checkout_footer button:last-child {
    width: auto;
    font-size: 0.8rem;
  }

  section.location h1, section.related h1 {
    font-size: 1.3rem;
    margin-bottom: 0px !important;
  }
  section.location h3, section.related h3 {
    font-size: 1rem;
  }

  .w-search__results-loader .w-search__loader {
    transform: scale(0.8) !important;
  }

  .map .leaflet-container {
    height: 250px !important;
  }
}
@media (max-width: 340px) {
  section.cards article.card > a {
    flex: 0 0 120px;
  }

  header .heading-title h1 {
    display: none;
  }
}
