@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

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

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

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

.splide__slide img {
  vertical-align: bottom;
}

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

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

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

@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

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

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

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

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

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

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

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

.splide__pagination__page:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

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

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

.splide__slide:focus-visible {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: #0bf 3px solid;
  }
}
.splide.is-focus-in .splide__slide:focus {
  /* IE does not support outline-offset */
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: #0bf 3px solid;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: #0bf 3px solid;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: #0bf 3px solid;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

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

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

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

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotateZ(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotateZ(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* 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 {
  max-width: none !important;
  max-height: none !important;
}

.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;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

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

svg.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-offset: 1px;
}

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

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

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

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

.leaflet-bar a {
  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,
.leaflet-bar a:focus {
  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/layers.a6137456ed16.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("images/layers-2x.4f0283c6ce28.png");
  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;
  font-size: 13px;
  font-size: 1.08333em;
}

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

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url("images/marker-icon.2273e3d8ad92.png");
}

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

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

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

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

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.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;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.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 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

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

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -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;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.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-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-interactive {
  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;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
@-webkit-keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes leaflet-gestures-fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.leaflet-container:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s backwards;
  animation: leaflet-gestures-fadein 0.8s backwards;
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 22px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 461;
  pointer-events: none;
}

.leaflet-gesture-handling-touch-warning:after,
.leaflet-gesture-handling-scroll-warning:after {
  -webkit-animation: leaflet-gestures-fadein 0.8s forwards;
  animation: leaflet-gestures-fadein 0.8s forwards;
}

.leaflet-gesture-handling-touch-warning:after {
  content: attr(data-gesture-handling-touch-content);
}

.leaflet-gesture-handling-scroll-warning:after {
  content: attr(data-gesture-handling-scroll-content);
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400 800;
  src: url("/static/fonts/Montserrat-VariableFont_wght.e6cb49ef6502.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Cinzel";
  font-weight: 400 800;
  src: url("/static/fonts/Cinzel-VariableFont_wght.c341edb6390d.ttf");
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 12px;
  }
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #ffffff;
  font-family: "Montserrat", "sans-serif";
  text-align: left;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6, .h1, header .overlay .presentation h2, .h2, #contact .title, .h3, .h4, #areas-of-practice .expertise-carousel .flip-card .flip-card-front h3, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front h3, .h5, .h6, #areas-of-practice .expertise-carousel .flip-card .flip-card-back h3, #champs-de-pratique .expertise-carousel .flip-card .flip-card-back h3 {
  font-family: "Cinzel";
  font-weight: bold;
  color: #00302d;
}

h1, .h1, header .overlay .presentation h2 {
  font-size: 3.1rem;
}

h2, .h2, #contact .title {
  font-size: 2.5rem;
}
@media screen and (width <= 767px) {
  h2, .h2, #contact .title {
    font-size: 3.1rem;
  }
}

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

h4, .h4, #areas-of-practice .expertise-carousel .flip-card .flip-card-front h3, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front h3 {
  font-size: 1.5rem;
}

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

h6, .h6, #areas-of-practice .expertise-carousel .flip-card .flip-card-back h3, #champs-de-pratique .expertise-carousel .flip-card .flip-card-back h3 {
  font-size: 1rem;
}

p {
  font-size: 1.25rem;
  padding: 0;
  margin: 0;
}

a {
  font-size: 1.25rem;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.button, .return-page-top, .button-dark, #contact-form .send-button, #contact .contact-details a {
  display: inline-block;
  background-color: white;
  color: #00302d;
  text-align: left;
  text-decoration: none;
  text-wrap: nowrap;
  font-weight: bold;
  font-size: 1.25rem;
  border: none;
  border-radius: 3rem;
  padding: 1rem 1.75rem;
  margin: 0 auto;
}
@media screen and (width <= 767px) {
  .button, .return-page-top, .button-dark, #contact-form .send-button, #contact .contact-details a {
    font-size: 1.9rem;
    padding: 1.5rem 3.75rem;
  }
}
.button:hover, .return-page-top:hover, .button-dark:hover, #contact-form .send-button:hover, #contact .contact-details a:hover {
  color: #ffffff;
  background-color: #6d7866;
  cursor: pointer;
  text-decoration: none;
}
.button:disabled, .return-page-top:disabled, .button-dark:disabled, #contact-form .send-button:disabled, #contact .contact-details a:disabled, .button:disabled:hover {
  cursor: default;
  background-color: rgb(0, 22.5, 21.09375);
  border-color: rgb(0, 22.5, 21.09375);
}
.button .inner, .return-page-top .inner, .button-dark .inner, #contact-form .send-button .inner, #contact .contact-details a .inner {
  display: flex;
}
.button .inner .icon, .return-page-top .inner .icon, .button-dark .inner .icon, #contact-form .send-button .inner .icon, #contact .contact-details a .inner .icon {
  align-self: center;
  padding-right: 1rem;
}

.button-dark, #contact-form .send-button, #contact .contact-details a {
  background-color: #00302d;
  color: #ffffff;
}

.return-page-top {
  padding: 0.5em;
  width: 2.25em;
  height: 2.25em;
  opacity: 0;
  transition: 0.1s;
  position: fixed;
  bottom: 1rem;
  right: 0;
  z-index: 99;
  background-color: #00302d;
  color: #ffffff;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip: rect(1px 1px 1px 1px) !important;
}

.mobile {
  display: none;
}

.hide-on-mobile {
  display: block;
}

@media screen and (width <= 576px) {
  .mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
}
.container {
  margin: 2em 8em;
}

.column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container-80 {
  width: 80%;
  height: 100%;
}

.content-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1500px) {
  .container {
    margin: 2em 12em;
  }
}
@media (max-width: 1024px) {
  .container {
    margin: 2em 5em;
  }
}
@media (max-width: 640px) {
  .container {
    margin: 1em 1.5em;
  }
}
.d-flex {
  display: flex;
}

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

header:has(#logo-nav-container.spacer) {
  height: 108px;
}
@media screen and (width <= 767px) {
  header:has(#logo-nav-container.spacer) {
    height: 81px;
  }
}

#logo-nav-container {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 7rem;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  transition: background-color 0.2s ease-out, padding 0.2s ease-out;
}
@media screen and (width <= 1650px) {
  #logo-nav-container {
    padding: 0;
  }
}
@media screen and (width <= 1420px) {
  #logo-nav-container {
    padding: 0 7rem;
  }
}
@media screen and (width <= 767px) {
  #logo-nav-container {
    padding: 0;
    justify-content: center;
    flex-direction: column;
  }
}
#logo-nav-container.static {
  position: static;
}
#logo-nav-container.scrolled {
  background-color: #00302d;
  padding-top: 0;
}
#logo-nav-container.scrolled .logo-container svg {
  height: 6.75rem;
  transform: translate(0, -10%);
}
@media screen and (width <= 767px) {
  #logo-nav-container.scrolled {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
  }
  #logo-nav-container.scrolled .logo-container {
    order: 0;
  }
  #logo-nav-container.scrolled nav {
    align-self: center;
  }
  #logo-nav-container.scrolled:has(nav .hamburger-toggle:checked) {
    flex-direction: column;
  }
  #logo-nav-container.scrolled:has(nav .hamburger-toggle:checked) .logo-container {
    order: 1;
  }
  #logo-nav-container.scrolled:has(nav .hamburger-toggle:checked) .logo-container svg {
    height: 8.5rem;
  }
}
#logo-nav-container .logo-container {
  z-index: 15;
  order: 0;
  transform: translate(0, 10%);
}
@media screen and (width <= 767px) {
  #logo-nav-container .logo-container {
    order: 1;
  }
}
#logo-nav-container .logo-container svg {
  height: 8rem;
  width: auto;
  display: block;
  position: relative;
  transition: height 0.2s ease-out;
}
@media screen and (width <= 767px) {
  #logo-nav-container .logo-container svg {
    margin: 0 auto;
  }
}
#logo-nav-container nav {
  padding-left: 10rem;
  font-weight: bold;
  font-size: 1.2rem;
  text-wrap: nowrap;
  order: 1;
  align-self: center;
  width: 100%;
}
@media screen and (width <= 1650px) {
  #logo-nav-container nav {
    padding-left: 0;
  }
}
@media screen and (width <= 767px) {
  #logo-nav-container nav {
    order: 0;
    align-self: end;
  }
}
@media screen and (width <= 1420px) {
  #logo-nav-container nav .hamburger-toggle:checked ~ .nav-items {
    opacity: 1;
    visibility: visible;
    min-height: 24rem;
    overflow-y: scroll;
  }
}
@media screen and (width > 1420px) {
  #logo-nav-container nav .hamburger-icon {
    display: none;
  }
}
#logo-nav-container nav .nav-items {
  display: flex;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  transition: opacity 0.2s ease-out, visibility 0.2s ease-out;
}
@media screen and (width <= 1420px) {
  #logo-nav-container nav .nav-items {
    flex-wrap: wrap;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: center;
    padding-top: 12em;
    padding-bottom: 1em;
    background-color: #00302d;
    font-size: 16px;
  }
}
#logo-nav-container nav .nav-item {
  order: 1;
  padding: 0 0.5rem;
  margin: 0.25em 0;
  font-size: 1.35rem;
}
@media screen and (width > 767px) {
  #logo-nav-container nav .nav-item {
    font-size: 1rem;
  }
}
#logo-nav-container nav .nav-item a {
  font-size: 1.35rem;
}
@media screen and (width > 767px) {
  #logo-nav-container nav .nav-item a {
    font-size: 1rem;
  }
}
#logo-nav-container nav .nav-item a:hover {
  text-decoration: none;
}
#logo-nav-container nav .nav-item-mobile {
  color: #6d7866;
  text-align: center;
  font-weight: normal;
  padding-top: 1em;
}
@media screen and (width > 1420px) {
  #logo-nav-container nav .nav-item-mobile {
    display: none;
  }
}
#logo-nav-container nav .nav-item-mobile a {
  display: block;
  margin-top: 1.5em;
}
#logo-nav-container nav .nav-item-mobile a svg {
  height: 2.5rem;
  width: 2.5rem;
}
#logo-nav-container nav .lang-selection {
  display: flex;
}
@media screen and (width <= 1420px) {
  #logo-nav-container nav .lang-selection {
    order: 0 !important;
    padding: 2em 0;
  }
}
#logo-nav-container nav .lang-selection .lang-button {
  background: none;
  border: none;
  color: inherit;
}
#logo-nav-container nav .lang-selection .lang-button:hover {
  cursor: pointer;
}
#logo-nav-container nav .lang-selection input {
  font-weight: normal;
}
#logo-nav-container nav .lang-selection input.lang-selected {
  font-weight: bold;
}
#logo-nav-container nav .lang-selection .lang-separator {
  height: auto;
  width: 2px;
  margin: 0 0.3em;
  background-color: #6d7866;
}

.hamburger-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 2.5rem 2rem;
  position: relative;
  user-select: none;
  z-index: 15;
}

.hamburger-icon .hamburger-slice {
  background: white;
  display: block;
  height: 0.3em;
  position: relative;
  transition: background 0.2s ease-out;
  width: 2em;
}

.hamburger-icon .hamburger-slice:before,
.hamburger-icon .hamburger-slice:after {
  background: white;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}

.hamburger-icon .hamburger-slice:before {
  top: -0.75em;
}

.hamburger-icon .hamburger-slice:after {
  top: 0.75em;
}

.hamburger-toggle {
  display: none;
}

.hamburger-toggle:checked ~ .hamburger-icon .hamburger-slice {
  background: transparent;
}

.hamburger-toggle:checked ~ .hamburger-icon .hamburger-slice:before {
  transform: rotate(-45deg);
}

.hamburger-toggle:checked ~ .hamburger-icon .hamburger-slice:after {
  transform: rotate(45deg);
}

.hamburger-toggle:checked ~ .hamburger-icon:not(.steps) .hamburger-slice:before,
.hamburger-toggle:checked ~ .hamburger-icon:not(.steps) .hamburger-slice:after {
  top: 0;
}

@media screen and (width <= 1420px) {
  body:has(.hamburger-toggle:checked) {
    overflow: hidden;
  }
}
.anchor {
  scroll-margin-top: 108px;
}
@media screen and (width <= 767px) {
  .anchor {
    scroll-margin-top: 81px;
  }
}

header {
  position: relative;
  min-height: 50rem;
  height: 95vh;
  width: 100%;
  overflow: hidden;
}
header::-webkit-scrollbar {
  display: none;
}
header .image-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: color-mix(in srgb, #00302d 90%, transparent);
}
header .image-container img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-61%, 0%);
  mix-blend-mode: multiply;
}
@media screen and (width <= 767px) {
  header .image-container img {
    transform: translate(-55%, 0%);
  }
}
header .overlay {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .overlay .presentation-container {
  flex-grow: 1;
  padding-top: 10em;
}
header .overlay .presentation {
  height: 100%;
  width: 28rem;
  margin-left: auto;
  margin-right: 14%;
}
@media screen and (width <= 767px) {
  header .overlay .presentation {
    margin-left: 2.5em;
  }
}
header .overlay .presentation h2 {
  width: 23rem;
  margin: 0;
  margin-bottom: 1rem;
  color: #ffffff;
}
header .overlay .presentation p {
  width: 25rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
}

.no-header-height {
  min-height: 0 !important;
  height: auto;
}
.no-header-height .image-container {
  display: none;
}
.no-header-height .overlay {
  display: none;
}

#about, #a-propos {
  display: flex;
  justify-content: center;
  margin: 0 12rem;
  padding: 5rem 0;
  color: #3C3C3B;
}
@media screen and (width <= 1650px) {
  #about, #a-propos {
    margin: 0;
  }
}
@media screen and (width <= 1199px) {
  #about, #a-propos {
    flex-wrap: wrap;
  }
}
@media screen and (width <= 767px) {
  #about, #a-propos {
    margin: 0 2rem;
    padding: 2rem 0;
  }
}
#about .about-column, #a-propos .about-column {
  flex-basis: 50%;
}
@media screen and (width <= 1199px) {
  #about .about-column, #a-propos .about-column {
    flex-basis: 100%;
    margin-bottom: 2rem;
  }
}
#about .about-content-container, #a-propos .about-content-container {
  padding: 0 5rem;
}
@media screen and (width <= 767px) {
  #about .about-content-container, #a-propos .about-content-container {
    padding: 0;
  }
}
#about .about-content-container h2, #a-propos .about-content-container h2 {
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 1em;
}
@media screen and (width <= 767px) {
  #about .about-content-container h2, #a-propos .about-content-container h2 {
    padding: 0;
  }
}
#about .about-content-container p, #a-propos .about-content-container p {
  margin: 1em 0;
  font-weight: 500;
  padding-right: 10%;
}
@media screen and (width > 767px) {
  #about .about-content-container p, #a-propos .about-content-container p {
    font-size: 1.15rem;
    line-height: 1.35em;
  }
}
@media screen and (width <= 767px) {
  #about .about-content-container p, #a-propos .about-content-container p {
    padding-right: 0;
  }
}
#about .about-content-container a, #a-propos .about-content-container a {
  margin-top: 5.5rem;
}
@media screen and (width <= 767px) {
  #about .about-content-container a, #a-propos .about-content-container a {
    margin-top: 2rem;
  }
}
#about .about-image-container, #a-propos .about-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (width <= 1650px) {
  #about .about-image-container img, #a-propos .about-image-container img {
    max-height: 40em;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (width <= 767px) {
  #about .about-image-container img, #a-propos .about-image-container img {
    height: auto;
  }
}
@media screen and (width > 1650px) {
  #about .about-image-container, #a-propos .about-image-container {
    flex-direction: column;
  }
  #about .about-image-container img, #a-propos .about-image-container img {
    flex-basis: 0;
    flex-grow: 1;
    object-fit: cover;
    overflow-y: auto;
  }
}

#areas-of-practice, #champs-de-pratique {
  background-color: #00302d;
  padding: 3rem 0 4rem 0;
}
@media screen and (width <= 959px) {
  #areas-of-practice, #champs-de-pratique {
    padding: 3rem 0 4.5rem 0;
  }
}
#areas-of-practice h2, #champs-de-pratique h2 {
  text-align: center;
  margin: 0.5rem 0 1em 0;
  padding: 0 0.25em;
}
#areas-of-practice .expertise-carousel, #champs-de-pratique .expertise-carousel {
  margin: 0 17%;
}
@media screen and (width <= 1199px) {
  #areas-of-practice .expertise-carousel, #champs-de-pratique .expertise-carousel {
    margin: 0 5%;
  }
}
@media screen and (width <= 767px) {
  #areas-of-practice .expertise-carousel, #champs-de-pratique .expertise-carousel {
    margin: 0;
  }
}
#areas-of-practice .expertise-carousel .splide__arrows, #champs-de-pratique .expertise-carousel .splide__arrows {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -11em;
  right: -11em;
}
@media screen and (width <= 959px) {
  #areas-of-practice .expertise-carousel .splide__arrows, #champs-de-pratique .expertise-carousel .splide__arrows {
    display: none;
    left: 0;
    right: 0;
  }
}
@media screen and (width <= 1199px) {
  #areas-of-practice .expertise-carousel .splide__arrows, #champs-de-pratique .expertise-carousel .splide__arrows {
    left: -3em;
    right: -3em;
  }
}
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev,
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next, #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev,
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next {
  background: transparent;
  color: #6d7866;
  border: none;
  z-index: 5;
  transition: opacity 0.1s ease-out;
}
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev:hover:not(#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next:disabled, #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next:disabled),
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next:hover:not(#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next:disabled, #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next:disabled), #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev:hover:not(#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next:disabled, #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next:disabled),
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next:hover:not(#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next:disabled, #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next:disabled) {
  cursor: pointer;
}
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#areas-of-practice .expertise-carousel .splide__arrows .splide__arrow--next:disabled, #champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--prev:disabled,
#champs-de-pratique .expertise-carousel .splide__arrows .splide__arrow--next:disabled {
  opacity: 0;
}
#areas-of-practice .expertise-carousel .splide__pagination, #champs-de-pratique .expertise-carousel .splide__pagination {
  bottom: -2em;
}
#areas-of-practice .expertise-carousel .splide__pagination .splide__pagination__page, #champs-de-pratique .expertise-carousel .splide__pagination .splide__pagination__page {
  background: #CBCBCB;
  transform: scale(1.4);
  margin: 0.35em;
}
#areas-of-practice .expertise-carousel .splide__pagination .splide__pagination__page.is-active, #champs-de-pratique .expertise-carousel .splide__pagination .splide__pagination__page.is-active {
  background: #6D7866;
}
#areas-of-practice .expertise-carousel .card-inner, #champs-de-pratique .expertise-carousel .card-inner {
  width: 25.5rem;
  height: 25.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d7866;
  padding: 1em;
}
@media screen and (width > 767px) {
  #areas-of-practice .expertise-carousel .card-inner, #champs-de-pratique .expertise-carousel .card-inner {
    transform: scale(0.85);
  }
}
#areas-of-practice .expertise-carousel .flip-card, #champs-de-pratique .expertise-carousel .flip-card {
  background-color: transparent;
  color: #00302d;
  width: 21.5rem;
  height: 21.5rem;
  perspective: 1000px;
  cursor: pointer;
}
#areas-of-practice .expertise-carousel .flip-card h3, #champs-de-pratique .expertise-carousel .flip-card h3 {
  font-family: "Montserrat";
  font-weight: bold;
  padding: 0 0.5rem;
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-inner, #champs-de-pratique .expertise-carousel .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
#areas-of-practice .expertise-carousel .flip-card.flipped .flip-card-inner, #champs-de-pratique .expertise-carousel .flip-card.flipped .flip-card-inner {
  transform: rotateY(180deg);
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-front,
#areas-of-practice .expertise-carousel .flip-card .flip-card-back, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front,
#champs-de-pratique .expertise-carousel .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-front, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #6d7866;
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-front .flip-card-plus-sign, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front .flip-card-plus-sign {
  display: none;
}
@media screen and (width <= 959px) {
  #areas-of-practice .expertise-carousel .flip-card .flip-card-front .flip-card-plus-sign, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front .flip-card-plus-sign {
    display: block;
  }
  #areas-of-practice .expertise-carousel .flip-card .flip-card-front .flip-card-plus-sign svg, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front .flip-card-plus-sign svg {
    margin-top: 1.5rem;
    width: 2.5em;
    height: 2.5em;
    background-color: #00302d;
  }
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-front h3, #champs-de-pratique .expertise-carousel .flip-card .flip-card-front h3 {
  margin: 0 auto;
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-back, #champs-de-pratique .expertise-carousel .flip-card .flip-card-back {
  background-color: white;
  transform: rotateY(180deg);
  text-align: left;
  overflow: hidden;
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-back h3, #champs-de-pratique .expertise-carousel .flip-card .flip-card-back h3 {
  padding: 1rem 2rem 0.75rem 1.25rem;
}
#areas-of-practice .expertise-carousel .flip-card .flip-card-back p, #champs-de-pratique .expertise-carousel .flip-card .flip-card-back p {
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0 1rem;
  color: #3C3C3B;
}

.button-dark-small {
  width: 80%;
  font-size: 1.2rem;
  padding: 0.4em 0.75em;
  margin: 0 auto;
  display: block;
  text-align: center;
}

#team, #equipe {
  background-color: #00302d;
}
#team .team-carousel h3, #equipe .team-carousel h3 {
  position: absolute;
  top: 1em;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
}
@media screen and (width <= 767px) {
  #team .team-carousel h3, #equipe .team-carousel h3 {
    font-size: 2em;
    top: 0;
  }
}
#team .team-carousel .members, #equipe .team-carousel .members {
  width: fit-content;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media screen and (width <= 959px) {
  #team .team-carousel .member, #equipe .team-carousel .member {
    height: 42em;
    max-width: 100%;
    overflow-y: hidden;
  }
  #team .team-carousel .member img, #equipe .team-carousel .member img {
    max-width: 100%;
    height: auto;
  }
}
#team .team-carousel .splide__pagination, #equipe .team-carousel .splide__pagination {
  display: flex;
}
#team .team-carousel .splide__pagination .splide__pagination__page, #equipe .team-carousel .splide__pagination .splide__pagination__page {
  background: #CBCBCB;
  transform: scale(1.4);
  margin: 0.35em;
}
#team .team-carousel .splide__pagination .splide__pagination__page.is-active, #equipe .team-carousel .splide__pagination .splide__pagination__page.is-active {
  background: #6D7866;
}
#team #career, #team #carriere, #equipe #career, #equipe #carriere {
  padding-bottom: 3rem;
}
#team #career h3, #team #carriere h3, #equipe #career h3, #equipe #carriere h3 {
  color: #ffffff;
  text-align: center;
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
#team #career .links-container, #team #carriere .links-container, #equipe #career .links-container, #equipe #carriere .links-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 25%;
}
@media screen and (width <= 1650px) {
  #team #career .links-container, #team #carriere .links-container, #equipe #career .links-container, #equipe #carriere .links-container {
    margin: 0 10rem;
  }
}
@media screen and (width <= 1199px) {
  #team #career .links-container, #team #carriere .links-container, #equipe #career .links-container, #equipe #carriere .links-container {
    margin: 0 5rem;
  }
}
@media screen and (width <= 959px) {
  #team #career .links-container, #team #carriere .links-container, #equipe #career .links-container, #equipe #carriere .links-container {
    flex-wrap: wrap;
    margin: 0 2rem;
  }
}
@media screen and (width <= 767px) {
  #team #career .links-container, #team #carriere .links-container, #equipe #career .links-container, #equipe #carriere .links-container {
    margin: 0;
  }
}
#team #career .links-container .button-container, #team #carriere .links-container .button-container, #equipe #career .links-container .button-container, #equipe #carriere .links-container .button-container {
  display: flex;
  justify-content: center;
  flex-basis: 50%;
  padding: 0.5rem;
}
@media screen and (width <= 959px) {
  #team #career .links-container .button-container, #team #carriere .links-container .button-container, #equipe #career .links-container .button-container, #equipe #carriere .links-container .button-container {
    flex-basis: 100%;
    margin: 1rem 6rem;
  }
  #team #career .links-container .button-container .button, #team #career .links-container .button-container .button-dark, #team #career .links-container .button-container #contact-form .send-button, #contact-form #team #career .links-container .button-container .send-button, #team #career .links-container .button-container #contact .contact-details a, #contact .contact-details #team #career .links-container .button-container a, #team #career .links-container .button-container .return-page-top, #team #carriere .links-container .button-container .button, #team #carriere .links-container .button-container .button-dark, #team #carriere .links-container .button-container #contact-form .send-button, #contact-form #team #carriere .links-container .button-container .send-button, #team #carriere .links-container .button-container #contact .contact-details a, #contact .contact-details #team #carriere .links-container .button-container a, #team #carriere .links-container .button-container .return-page-top, #equipe #career .links-container .button-container .button, #equipe #career .links-container .button-container .button-dark, #equipe #career .links-container .button-container #contact-form .send-button, #contact-form #equipe #career .links-container .button-container .send-button, #equipe #career .links-container .button-container #contact .contact-details a, #contact .contact-details #equipe #career .links-container .button-container a, #equipe #career .links-container .button-container .return-page-top, #equipe #carriere .links-container .button-container .button, #equipe #carriere .links-container .button-container .button-dark, #equipe #carriere .links-container .button-container #contact-form .send-button, #contact-form #equipe #carriere .links-container .button-container .send-button, #equipe #carriere .links-container .button-container #contact .contact-details a, #contact .contact-details #equipe #carriere .links-container .button-container a, #equipe #carriere .links-container .button-container .return-page-top {
    width: 100%;
  }
  #team #career .links-container .button-container .button .inner, #team #career .links-container .button-container .button-dark .inner, #team #career .links-container .button-container #contact-form .send-button .inner, #contact-form #team #career .links-container .button-container .send-button .inner, #team #career .links-container .button-container #contact .contact-details a .inner, #contact .contact-details #team #career .links-container .button-container a .inner, #team #career .links-container .button-container .return-page-top .inner, #team #carriere .links-container .button-container .button .inner, #team #carriere .links-container .button-container .button-dark .inner, #team #carriere .links-container .button-container #contact-form .send-button .inner, #contact-form #team #carriere .links-container .button-container .send-button .inner, #team #carriere .links-container .button-container #contact .contact-details a .inner, #contact .contact-details #team #carriere .links-container .button-container a .inner, #team #carriere .links-container .button-container .return-page-top .inner, #equipe #career .links-container .button-container .button .inner, #equipe #career .links-container .button-container .button-dark .inner, #equipe #career .links-container .button-container #contact-form .send-button .inner, #contact-form #equipe #career .links-container .button-container .send-button .inner, #equipe #career .links-container .button-container #contact .contact-details a .inner, #contact .contact-details #equipe #career .links-container .button-container a .inner, #equipe #career .links-container .button-container .return-page-top .inner, #equipe #carriere .links-container .button-container .button .inner, #equipe #carriere .links-container .button-container .button-dark .inner, #equipe #carriere .links-container .button-container #contact-form .send-button .inner, #contact-form #equipe #carriere .links-container .button-container .send-button .inner, #equipe #carriere .links-container .button-container #contact .contact-details a .inner, #contact .contact-details #equipe #carriere .links-container .button-container a .inner, #equipe #carriere .links-container .button-container .return-page-top .inner {
    justify-content: center;
  }
}
@media screen and (width <= 576px) {
  #team #career .links-container .button-container, #team #carriere .links-container .button-container, #equipe #career .links-container .button-container, #equipe #carriere .links-container .button-container {
    margin: 1rem 3rem;
  }
  #team #career .links-container .button-container .button, #team #career .links-container .button-container .button-dark, #team #career .links-container .button-container #contact-form .send-button, #contact-form #team #career .links-container .button-container .send-button, #team #career .links-container .button-container #contact .contact-details a, #contact .contact-details #team #career .links-container .button-container a, #team #career .links-container .button-container .return-page-top, #team #carriere .links-container .button-container .button, #team #carriere .links-container .button-container .button-dark, #team #carriere .links-container .button-container #contact-form .send-button, #contact-form #team #carriere .links-container .button-container .send-button, #team #carriere .links-container .button-container #contact .contact-details a, #contact .contact-details #team #carriere .links-container .button-container a, #team #carriere .links-container .button-container .return-page-top, #equipe #career .links-container .button-container .button, #equipe #career .links-container .button-container .button-dark, #equipe #career .links-container .button-container #contact-form .send-button, #contact-form #equipe #career .links-container .button-container .send-button, #equipe #career .links-container .button-container #contact .contact-details a, #contact .contact-details #equipe #career .links-container .button-container a, #equipe #career .links-container .button-container .return-page-top, #equipe #carriere .links-container .button-container .button, #equipe #carriere .links-container .button-container .button-dark, #equipe #carriere .links-container .button-container #contact-form .send-button, #contact-form #equipe #carriere .links-container .button-container .send-button, #equipe #carriere .links-container .button-container #contact .contact-details a, #contact .contact-details #equipe #carriere .links-container .button-container a, #equipe #carriere .links-container .button-container .return-page-top {
    font-size: 1.5rem;
    padding: 1rem 1.25rem;
  }
}

#contact {
  display: flex;
  color: #3C3C3B;
  padding: 3rem 0 6rem 0;
  margin: 0 5%;
}
@media screen and (width <= 1650px) {
  #contact {
    margin: 0;
  }
}
@media screen and (width <= 1199px) {
  #contact {
    flex-wrap: wrap;
    padding: 3rem 0;
  }
}
#contact .contact-column {
  flex-basis: 50%;
  padding: 0 3.75rem;
  display: flex;
  flex-direction: column;
}
@media screen and (width <= 1199px) {
  #contact .contact-column {
    flex-basis: 100%;
  }
  #contact .contact-column:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media screen and (width <= 576px) {
  #contact .contact-column {
    padding: 0 2rem;
  }
}
#contact .title {
  margin: 2.5rem 0;
}
#contact .title svg {
  height: 5rem;
  width: auto;
}
@media screen and (width <= 576px) {
  #contact .title svg {
    height: auto;
    width: 75%;
  }
}
#contact .contact-details {
  margin-bottom: 1rem;
}
#contact .contact-details p {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#contact .contact-details a {
  padding: 0.75rem 1.75rem;
}
@media screen and (width <= 1199px) {
  #contact .contact-details a {
    font-size: 1.5rem;
  }
}
#contact #contact-map {
  z-index: 5;
  flex-grow: 5;
}
@media screen and (width <= 1199px) {
  #contact #contact-map {
    height: 35rem;
  }
}
#contact #contact-map .leaflet-popup-content-wrapper {
  border-radius: 0;
}
#contact #contact-map .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0.5rem;
}
#contact #contact-map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup {
  text-align: center;
  font-size: 1.25rem;
  padding: 0.25rem;
}
#contact #contact-map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup h4 {
  margin: 1rem 0 0.5rem 0;
  padding: 0 0.5rem;
}
#contact #contact-map .leaflet-popup-content-wrapper .leaflet-popup-content .map-popup a {
  color: #3C3C3B;
  margin: 0.5em 0;
}
#contact #contact-map .leaflet-control-attribution a {
  font-size: 0.75rem;
}

#contact-form .form-line {
  margin: 0.5rem 0;
}
#contact-form .form-line input, #contact-form .form-line textarea {
  display: block;
  background-color: #f0f1ef;
  color: #00302d;
  font-weight: bold;
  width: 100%;
  padding: 1.75rem;
  border-radius: 0;
  border: 0;
  border-bottom: 0.25rem solid #f0f1ef;
  outline: none;
  resize: vertical;
}
@media screen and (width <= 767px) {
  #contact-form .form-line input, #contact-form .form-line textarea {
    padding: 2.3rem;
  }
}
#contact-form .form-line input:focus, #contact-form .form-line textarea:focus {
  border-bottom: 0.25rem solid #00302d;
}
#contact-form .form-line input:focus::placeholder, #contact-form .form-line textarea:focus::placeholder {
  opacity: 25%;
}
#contact-form .form-line input::placeholder, #contact-form .form-line textarea::placeholder {
  opacity: 1; /* Firefox */
  font-size: 1.25rem;
}
#contact-form .form-line input.error, #contact-form .form-line textarea.error {
  border-bottom: 0.25rem solid #C70909;
  color: #C70909;
}
#contact-form .form-line .field-error {
  display: inline-block;
  color: #C70909;
  font-weight: bold;
  padding-left: 2.3rem;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  box-decoration-break: clone;
}
@media screen and (width <= 767px) {
  #contact-form .form-line .field-error {
    font-size: 12px;
  }
}
#contact-form .send-button {
  min-width: 24.5rem;
  text-wrap: wrap;
  margin-top: 1rem;
  margin-right: 0;
  text-align: center;
}
@media screen and (width <= 576px) {
  #contact-form .send-button {
    margin-top: 0;
  }
}

footer {
  background-color: #00302d;
  color: #ffffff;
}
footer .footer-inner {
  display: flex;
  padding: 3rem 0;
}
@media screen and (width <= 576px) {
  footer .footer-inner {
    padding: 1.5rem 0;
  }
}
@media screen and (width <= 576px) {
  footer .footer-inner {
    flex-wrap: wrap;
  }
}
footer .footer-inner-column {
  flex-basis: 50%;
}
@media screen and (width <= 576px) {
  footer .footer-inner-column {
    flex-basis: 100%;
  }
}
footer .footer-inner .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  color: #ffffff;
}
footer .footer-inner .image-container svg {
  fill: white;
  height: auto;
  max-width: 30rem;
}
footer .footer-inner .footer-contact {
  padding-left: 3.5rem;
  padding-right: 1rem;
}
footer .footer-inner .footer-contact .title {
  color: #ffffff;
  font-size: 1.25rem;
  font-family: inherit;
  font-weight: 500;
  margin: 0.5rem 0;
}
footer .footer-inner .footer-contact .subtitle {
  color: #ffffff;
  font-size: 2.5rem;
  margin-top: 0;
}
footer .footer-inner .footer-contact .subtitle, footer .footer-inner .footer-contact p {
  margin-bottom: 1.5rem;
}
footer .footer-inner .footer-contact p, footer .footer-inner .footer-contact a {
  font-weight: 500;
  font-size: 1.25rem;
}
footer .footer-inner .footer-contact .privacy-policy-link {
  font-weight: bold;
}
footer .footer-inner .footer-contact svg {
  height: 2.5rem;
  width: 2.5rem;
}
footer .copyrights-notice {
  padding: 0.75rem;
  background-color: #3C3C3B;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (width <= 1199px) {
  footer .copyrights-notice {
    flex-wrap: wrap;
  }
}
@media screen and (width > 767px) {
  footer .copyrights-notice a, footer .copyrights-notice p {
    font-size: 1rem;
  }
}
@media screen and (width <= 1199px) {
  footer .copyrights-notice p {
    flex-basis: 100%;
    text-align: center;
  }
  footer .copyrights-notice p:first-child {
    margin-bottom: 1rem;
  }
}
@media screen and (width <= 576px) {
  footer .copyrights-notice p {
    text-align: left;
    margin-left: 3rem;
  }
}
footer .copyrights-notice .separator {
  display: inline-block;
  height: 1.25rem;
  width: 2px;
  margin: 0 2rem;
  background-color: white;
}
@media screen and (width <= 1199px) {
  footer .copyrights-notice .separator {
    display: none;
  }
}

.card-blog {
  border: 1px solid #f0f1ef;
  display: flex;
  background-color: #00302d;
  height: 220px;
}
.card-blog img {
  width: 50%;
}
.card-blog h1 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #00302d;
  color: #ffffff;
  font-family: "Montserrat";
  padding: 0.2em 0 2em 0;
}
.card-blog .card-content {
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #00302d;
}
.card-blog .article-description {
  color: #00302d;
  color: #ffffff;
  font-size: 0.7em;
}
.card-blog .article-category {
  color: #6d7866;
  color: #ffffff;
  font-size: 0.8rem;
}

.card-decoration:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .card-blog .card-content {
    padding: 1em;
  }
  .card-blog h1 {
    font-size: 1.1rem;
  }
}
@media (max-width: 640px) {
  .card-content {
    padding: 0.5em;
  }
}
.list-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2em;
  padding: 2em 0;
  margin: 0 0.5em;
}

.category-menu {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 2rem 0;
}

.category-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* ← fixes the wrapping issue */
  gap: 0.7em; /* adds spacing between buttons */
}

.category-buttons button {
  font-size: 1em;
  border: none;
  background-color: white;
  cursor: pointer;
  margin: 0.5em;
}

.category-buttons button.active {
  color: #00302d;
  border-radius: 4px;
  font-weight: 600;
}

.category-select {
  display: none;
  width: 100%;
  max-width: 300px;
  margin-top: 1em;
  position: relative;
}
.category-select select {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
  position: relative;
  z-index: 10;
}

.category-select select {
  width: 100%;
  padding: 0.5em;
  font-size: 1em;
}

.text-center {
  margin: 2rem 0;
}

/* Medium screens (≤1024px): 2 columns */
@media (max-width: 1024px) {
  .list-container {
    grid-template-columns: 1fr 1fr;
  }
}
/* Mobile screens (≤640px): 1 column + dropdown menu */
@media (max-width: 640px) {
  .column-center .text-center {
    margin: 1rem 0;
  }
  .list-container {
    grid-template-columns: 1fr;
  }
  .category-buttons {
    display: none;
  }
  .category-select {
    display: block;
  }
  .h1-small {
    font-size: 1.8em;
  }
}
h1, h2, h3 {
  margin: 0;
}

#header-article {
  color: white;
  font-size: 3em;
}

.list-black > li {
  color: black !important;
}

.list-black {
  color: black !important;
}

.article-background {
  position: relative;
  background-image: url("/static/images/header_background.c6c01d23b939.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
  margin-bottom: 1em;
}
.article-background .overlay-green {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 48, 45, 0.9);
  z-index: 1;
}
.article-background .container-answer {
  display: flex;
}
.article-background .category {
  margin: 1em 0;
  color: #6d7866;
}
.article-background .center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container-answer {
  display: flex;
}

.article-img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  margin: 3em 0;
}

.p-content ul li {
  color: black;
}

.p-content {
  color: #00302d;
  margin: 2em 0;
  font-size: 1.2em;
}

.p-content a {
  text-decoration: underline;
}

.detail-container #p-answer {
  font-weight: 600;
  border-left: 1px solid rgb(188, 188, 188);
  padding-left: 1em;
  margin-bottom: 4em;
}
.detail-container .p-date {
  color: #6d7866;
  font-size: 0.9em;
}
.detail-container .subheader-line-bottom {
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid rgb(188, 188, 188);
}
.detail-container .subheader-padding-top {
  padding-top: 1em;
}
.detail-container .subheader-article {
  font-size: 1.5em;
}

.button-margin {
  margin: 2em 0;
}

.article-photo {
  height: 400px;
}

@media (max-width: 1024px) {
  .container-answer {
    display: flex;
    flex-direction: column;
  }
  .detail-container #p-answer {
    font-size: 1.2em;
  }
  #header-article {
    font-size: 2.5em;
  }
  .article-photo {
    height: 400px;
  }
  .container-sml {
    width: 100%;
    padding: 0 1em;
  }
}
@media (max-width: 640px) {
  .container-answer {
    display: flex;
    flex-direction: column;
  }
  .article-background {
    height: 40vh;
  }
  .detail-container #p-answer {
    font-size: 1em;
  }
  .container-sml {
    width: 100%;
    padding: 0 1em;
  }
  #header-article {
    font-size: 1.5em;
  }
}

/*# sourceMappingURL=index.css.d8747238e173.map */
