.mapboxgl-map{
  font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;
  overflow:hidden;
  position:relative;
  -webkit-tap-highlight-color:rgb(0 0 0/0)
}

.mapboxgl-canvas{
  left:0;
  position:absolute;
  top:0
}

.mapboxgl-map:-webkit-full-screen{
  height:100%;
  width:100%
}

.mapboxgl-canary{
  background-color:salmon
}

.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{
  cursor:grab;
  -webkit-user-select:none;
  -moz-user-select:none;
       user-select:none
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{
  cursor:pointer
}

.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{
  cursor:grabbing
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{
  touch-action:pan-x pan-y
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{
  touch-action:pinch-zoom
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{
  touch-action:none
}

.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{
  pointer-events:none;
  position:absolute;
  z-index:2
}

.mapboxgl-ctrl-top-left{
  left:0;
  top:0
}

.mapboxgl-ctrl-top-right{
  right:0;
  top:0
}

.mapboxgl-ctrl-bottom-left{
  bottom:0;
  left:0
}

.mapboxgl-ctrl-bottom-right{
  bottom:0;
  right:0
}

.mapboxgl-ctrl{
  clear:both;
  pointer-events:auto;
  transform:translate(0)
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl{
  float:left;
  margin:10px 0 0 10px
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl{
  float:right;
  margin:10px 10px 0 0
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{
  float:left;
  margin:0 0 10px 10px
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{
  float:right;
  margin:0 10px 10px 0
}

.mapboxgl-ctrl-group{
  background:#fff;
  border-radius:4px
}

.mapboxgl-ctrl-group:not(:empty){
  box-shadow:0 0 0 2px rgba(0,0,0,.1)
}

@media (-ms-high-contrast:active){
  .mapboxgl-ctrl-group:not(:empty){
    box-shadow:0 0 0 2px ButtonText
  }
}

.mapboxgl-ctrl-group button{
  background-color:transparent;
  border:0;
  box-sizing:border-box;
  cursor:pointer;
  display:block;
  height:29px;
  outline:none;
  overflow:hidden;
  padding:0;
  width:29px
}

.mapboxgl-ctrl-group button+button{
  border-top:1px solid #ddd
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon{
  background-position:50%;
  background-repeat:no-repeat;
  display:block;
  height:100%;
  width:100%
}

@media (-ms-high-contrast:active){
  .mapboxgl-ctrl-icon{
    background-color:transparent
  }

  .mapboxgl-ctrl-group button+button{
    border-top:1px solid ButtonText
  }
}

.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{
  box-shadow:0 0 2px 2px #0096ff
}

.mapboxgl-ctrl button:disabled{
  cursor:not-allowed
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{
  opacity:.25
}

.mapboxgl-ctrl-group button:first-child{
  border-radius:4px 4px 0 0
}

.mapboxgl-ctrl-group button:last-child{
  border-radius:0 0 4px 4px
}

.mapboxgl-ctrl-group button:only-child{
  border-radius:inherit
}

.mapboxgl-ctrl button:not(:disabled):hover{
  background-color:rgb(0 0 0/5%)
}

.mapboxgl-ctrl-group button:focus:focus-visible{
  box-shadow:0 0 2px 2px #0096ff
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible){
  box-shadow:none
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
}

@media (-ms-high-contrast:active){
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
  }
}

@media (-ms-high-contrast:black-on-white){
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E")
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
}

@media (-ms-high-contrast:active){
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
  }
}

@media (-ms-high-contrast:black-on-white){
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
}

@media (-ms-high-contrast:active){
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")
  }
}

@media (-ms-high-contrast:black-on-white){
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")
  }
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{
  animation:mapboxgl-spin 2s linear infinite
}

@media (-ms-high-contrast:active){
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
  }
}

@media (-ms-high-contrast:black-on-white){
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E")
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E")
  }
}

@keyframes mapboxgl-spin{
  0%{
    transform:rotate(0deg)
  }

  to{
    transform:rotate(1turn)
  }
}

a.mapboxgl-ctrl-logo{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat:no-repeat;
  cursor:pointer;
  display:block;
  height:23px;
  margin:0 0 -4px -4px;
  overflow:hidden;
  width:88px
}

a.mapboxgl-ctrl-logo.mapboxgl-compact{
  width:23px
}

@media (-ms-high-contrast:active){
  a.mapboxgl-ctrl-logo{
    background-color:transparent;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")
  }
}

@media (-ms-high-contrast:black-on-white){
  a.mapboxgl-ctrl-logo{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E")
  }
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib{
  background-color:hsla(0,0%,100%,.5);
  margin:0;
  padding:0 5px
}

@media screen{
  .mapboxgl-ctrl-attrib.mapboxgl-compact{
    background-color:#fff;
    border-radius:12px;
    box-sizing:content-box;
    margin:10px;
    min-height:20px;
    padding:2px 24px 2px 0;
    position:relative
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show{
    padding:2px 28px 2px 8px;
    visibility:visible
  }

  .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{
    border-radius:12px;
    padding:2px 8px 2px 28px
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{
    display:none
  }

  .mapboxgl-ctrl-attrib-button{
    background-color:hsla(0,0%,100%,.5);
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border:0;
    border-radius:12px;
    box-sizing:border-box;
    cursor:pointer;
    display:none;
    height:24px;
    outline:none;
    position:absolute;
    right:0;
    top:0;
    width:24px
  }

  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{
    left:0
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{
    display:block
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{
    background-color:rgb(0 0 0/5%)
  }

  .mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{
    bottom:0;
    right:0
  }

  .mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{
    right:0;
    top:0
  }

  .mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{
    left:0;
    top:0
  }

  .mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{
    bottom:0;
    left:0
  }
}

@media screen and (-ms-high-contrast:active){
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")
  }
}

@media screen and (-ms-high-contrast:black-on-white){
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after{
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")
  }
}

.mapboxgl-ctrl-attrib a{
  color:rgba(0,0,0,.75);
  text-decoration:none
}

.mapboxgl-ctrl-attrib a:hover{
  color:inherit;
  text-decoration:underline
}

.mapboxgl-ctrl-attrib .mapbox-improve-map{
  font-weight:700;
  margin-left:2px
}

.mapboxgl-attrib-empty{
  display:none
}

.mapboxgl-ctrl-scale{
  background-color:hsla(0,0%,100%,.75);
  border:2px solid #333;
  border-top:#333;
  box-sizing:border-box;
  color:#333;
  font-size:10px;
  padding:0 5px;
  white-space:nowrap
}

.mapboxgl-popup{
  display:flex;
  left:0;
  pointer-events:none;
  position:absolute;
  top:0;
  will-change:transform
}

.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{
  flex-direction:column
}

.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{
  flex-direction:column-reverse
}

.mapboxgl-popup-anchor-left{
  flex-direction:row
}

.mapboxgl-popup-anchor-right{
  flex-direction:row-reverse
}

.mapboxgl-popup-tip{
  border:10px solid transparent;
  height:0;
  width:0;
  z-index:1
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{
  align-self:center;
  border-bottom-color:#fff;
  border-top:none
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{
  align-self:flex-start;
  border-bottom-color:#fff;
  border-left:none;
  border-top:none
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{
  align-self:flex-end;
  border-bottom-color:#fff;
  border-right:none;
  border-top:none
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{
  align-self:center;
  border-bottom:none;
  border-top-color:#fff
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{
  align-self:flex-start;
  border-bottom:none;
  border-left:none;
  border-top-color:#fff
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{
  align-self:flex-end;
  border-bottom:none;
  border-right:none;
  border-top-color:#fff
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{
  align-self:center;
  border-left:none;
  border-right-color:#fff
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{
  align-self:center;
  border-left-color:#fff;
  border-right:none
}

.mapboxgl-popup-close-button{
  background-color:transparent;
  border:0;
  border-radius:0 3px 0 0;
  cursor:pointer;
  position:absolute;
  right:0;
  top:0
}

.mapboxgl-popup-close-button:hover{
  background-color:rgb(0 0 0/5%)
}

.mapboxgl-popup-content{
  background:#fff;
  border-radius:3px;
  box-shadow:0 1px 2px rgba(0,0,0,.1);
  padding:10px 10px 15px;
  pointer-events:auto;
  position:relative
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{
  border-top-left-radius:0
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{
  border-top-right-radius:0
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{
  border-bottom-left-radius:0
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{
  border-bottom-right-radius:0
}

.mapboxgl-popup-track-pointer{
  display:none
}

.mapboxgl-popup-track-pointer *{
  pointer-events:none;
  -webkit-user-select:none;
     -moz-user-select:none;
          user-select:none
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer{
  display:flex
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer{
  display:none
}

.mapboxgl-marker{
  left:0;
  opacity:1;
  position:absolute;
  top:0;
  transition:opacity .2s;
  will-change:transform
}

.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{
  background-color:#1da1f2;
  border-radius:50%;
  height:15px;
  width:15px
}

.mapboxgl-user-location-dot:before{
  animation:mapboxgl-user-location-dot-pulse 2s infinite;
  content:"";
  position:absolute
}

.mapboxgl-user-location-dot:after{
  border:2px solid #fff;
  border-radius:50%;
  box-shadow:0 0 3px rgba(0,0,0,.35);
  box-sizing:border-box;
  content:"";
  height:19px;
  left:-2px;
  position:absolute;
  top:-2px;
  width:19px
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{
  height:0;
  width:0
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{
  border-bottom:7.5px solid #4aa1eb;
  content:"";
  position:absolute
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{
  border-left:7.5px solid transparent;
  transform:translateY(-28px) skewY(-20deg)
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{
  border-right:7.5px solid transparent;
  transform:translate(7.5px,-28px) skewY(20deg)
}

@keyframes mapboxgl-user-location-dot-pulse{
  0%{
    opacity:1;
    transform:scale(1)
  }

  70%{
    opacity:0;
    transform:scale(3)
  }

  to{
    opacity:0;
    transform:scale(1)
  }
}

.mapboxgl-user-location-dot-stale{
  background-color:#aaa
}

.mapboxgl-user-location-dot-stale:after{
  display:none
}

.mapboxgl-user-location-accuracy-circle{
  background-color:#1da1f233;
  border-radius:100%;
  height:1px;
  width:1px
}

.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{
  cursor:crosshair
}

.mapboxgl-boxzoom{
  background:#fff;
  border:2px dotted #202020;
  height:0;
  left:0;
  opacity:.5;
  position:absolute;
  top:0;
  width:0
}

@media print{
  .mapbox-improve-map{
    display:none
  }
}

.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{
  align-items:center;
  background:rgba(0,0,0,.7);
  color:#fff;
  display:flex;
  font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  height:100%;
  justify-content:center;
  left:0;
  opacity:0;
  pointer-events:none;
  position:absolute;
  text-align:center;
  top:0;
  transition:opacity .75s ease-in-out;
  transition-delay:1s;
  width:100%
}

.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{
  opacity:1;
  transition:opacity .1s ease-in-out
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{
  touch-action:pan-x pan-y
}

/**
 * Swiper 11.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 30, 2024
 */

/* FONT_START */

@font-face {
  font-family: 'swiper-icons';

  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');

  font-weight: 400;

  font-style: normal;
}

/* FONT_END */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}

/* Navigation font end */

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}

/* Fraction */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* @import "swiper/swiper-bundle.css"; */

/*!
Theme Name: mental-health
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mental-health
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

mental-health is based on _tw https://underscoretw.com/, (C) 2021-2023 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2023 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'icomoon';

  src:  url('../theme/assets/fonts/icomoon.eot?wkki4d');

  src:  url('../theme/assets/fonts/icomoon.eot?wkki4d#iefix') format('embedded-opentype'),
      url('../theme/assets/fonts/icomoon.ttf?wkki4d') format('truetype'),
      url('../theme/assets/fonts/icomoon.woff?wkki4d') format('woff'),
      url('../theme/assets/fonts/icomoon.svg?wkki4d#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add:before {
  content: "\e95c";
}

.icon-remove:before {
  content: "\e95d";
}

.icon-east:before {
  content: "\e95a";
}

.icon-west:before {
  content: "\e95b";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-1:before {
  content: "\e900";
}

.icon-2:before {
  content: "\e901";
}

.icon-3:before {
  content: "\e902";
}

.icon-4:before {
  content: "\e903";
}

.icon-5:before {
  content: "\e904";
}

.icon-6:before {
  content: "\e905";
}

.icon-7:before {
  content: "\e906";
}

.icon-8:before {
  content: "\e907";
}

.icon-9:before {
  content: "\e908";
}

.icon-10:before {
  content: "\e909";
}

.icon-11:before {
  content: "\e90a";
}

.icon-12:before {
  content: "\e90b";
}

.icon-13:before {
  content: "\e90c";
}

.icon-14:before {
  content: "\e90d";
}

.icon-15:before {
  content: "\e90e";
}

.icon-16:before {
  content: "\e90f";
}

.icon-17:before {
  content: "\e910";
}

.icon-18:before {
  content: "\e911";
}

.icon-19:before {
  content: "\e912";
}

.icon-20:before {
  content: "\e913";
}

.icon-21:before {
  content: "\e914";
}

.icon-22:before {
  content: "\e915";
}

.icon-23:before {
  content: "\e916";
}

.icon-24:before {
  content: "\e917";
}

.icon-25:before {
  content: "\e918";
}

.icon-26:before {
  content: "\e919";
}

.icon-27:before {
  content: "\e91a";
}

.icon-28:before {
  content: "\e91b";
}

.icon-29:before {
  content: "\e91c";
}

.icon-30:before {
  content: "\e91d";
}

.icon-31:before {
  content: "\e91e";
}

.icon-32:before {
  content: "\e91f";
}

.icon-33:before {
  content: "\e920";
}

.icon-34:before {
  content: "\e921";
}

.icon-35:before {
  content: "\e922";
}

.icon-36:before {
  content: "\e923";
}

.icon-37:before {
  content: "\e924";
}

.icon-38:before {
  content: "\e925";
}

.icon-39:before {
  content: "\e926";
}

.icon-40:before {
  content: "\e927";
}

.icon-41:before {
  content: "\e928";
}

.icon-42:before {
  content: "\e929";
}

.icon-43:before {
  content: "\e92a";
}

.icon-44:before {
  content: "\e92b";
}

.icon-45:before {
  content: "\e92c";
}

.icon-46:before {
  content: "\e92d";
}

.icon-47:before {
  content: "\e92e";
}

.icon-48:before {
  content: "\e92f";
}

.icon-49:before {
  content: "\e930";
}

.icon-50:before {
  content: "\e931";
}

.icon-51:before {
  content: "\e932";
}

.icon-52:before {
  content: "\e933";
}

.icon-53:before {
  content: "\e934";
}

.icon-54:before {
  content: "\e935";
}

.icon-55:before {
  content: "\e936";
}

.icon-56:before {
  content: "\e937";
}

.icon-57:before {
  content: "\e938";
}

.icon-58:before {
  content: "\e939";
}

.icon-59:before {
  content: "\e93a";
}

.icon-60:before {
  content: "\e93b";
}

.icon-61:before {
  content: "\e93c";
}

.icon-62:before {
  content: "\e93d";
}

.icon-63:before {
  content: "\e93e";
}

.icon-64:before {
  content: "\e93f";
}

.icon-65:before {
  content: "\e940";
}

.icon-66:before {
  content: "\e941";
}

.icon-67:before {
  content: "\e942";
}

.icon-68:before {
  content: "\e943";
}

.icon-69:before {
  content: "\e944";
}

.icon-70:before {
  content: "\e945";
}

.icon-71:before {
  content: "\e946";
}

.icon-72:before {
  content: "\e947";
}

.icon-73:before {
  content: "\e948";
}

.icon-74:before {
  content: "\e949";
}

.icon-75:before {
  content: "\e94a";
}

.icon-76:before {
  content: "\e94b";
}

.icon-77:before {
  content: "\e94c";
}

.icon-78:before {
  content: "\e94d";
}

.icon-79:before {
  content: "\e94e";
}

.icon-80:before {
  content: "\e94f";
}

.icon-81:before {
  content: "\e950";
}

.icon-82:before {
  content: "\e951";
}

.icon-83:before {
  content: "\e952";
}

.icon-84:before {
  content: "\e953";
}

.icon-85:before {
  content: "\e954";
}

.icon-86:before {
  content: "\e955";
}

.icon-87:before {
  content: "\e956";
}

.icon-88:before {
  content: "\e957";
}

.icon-89:before {
  content: "\e958";
}

.icon-phone:before {
  content: "\e959";
}

.icon-star-empty:before {
  content: "\e9d7";
}

.icon-star-half:before {
  content: "\e9d8";
}

.icon-star-full:before {
  content: "\e9d9";
}

.icon-minus:before {
  content: "\ea0b";
}

.icon-share2:before {
  content: "\ea82";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-pinterest:before {
  content: "\ead1";
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com
 */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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.
*/

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

::backdrop{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: 
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

/***
 * NOTE from Chris: Removed `overflow-x: hidden!important;` to fix sticky sections
 */

html,
body {
  width: auto !important;
}

body{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  font-family:Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #404040;
  letter-spacing: 0.5px
}

a{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

a:hover{
  text-decoration-line:underline
}

ul.list-\[square\].not-prose{
  margin-left:1rem
}

.prose {
  letter-spacing: 0.5px;
}

.prose a:hover{
  text-decoration-line:none
}

ul li,
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
}

.is-style-ul-2-col{
  -moz-columns:2;
       columns:2
}

.is-style-ul-2-col li{
  margin-top:0px
}

@media (min-width: 375px) {
  .logo-img {
    max-width: 170px;
  }
}

@media (min-width: 768px){
  .logo-img{
    max-width:260px
  }
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width:100%
}

@media (min-width: 640px){
  .container{
    max-width:640px
  }
}

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

@media (min-width: 1024px){
  .container{
    max-width:1024px
  }
}

@media (min-width: 1280px){
  .container{
    max-width:1280px
  }
}

@media (min-width: 1536px){
  .container{
    max-width:1536px
  }
}

.prose{
  color:var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:30px;
  color:#404040;
  font-size:16px;
  font-weight:400;
  line-height:26px;
  letter-spacing:0.5px
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-lead);
  font-size:1.25em;
  line-height:1.6;
  margin-top:1.2em;
  margin-bottom:1.2em
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:#02866D;
  text-decoration:none;
  font-weight:400
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:#181818;
  font-weight:600
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:decimal;
  margin-top:1.25em;
  margin-bottom:1.25em;
  padding-left:1.625em
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-alpha
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-alpha
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-alpha
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-alpha
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-roman
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-roman
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:upper-roman
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:decimal
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type:none;
  margin-top:14px;
  margin-bottom:14px;
  padding-left:0;
  font-size:16px;
  margin-left:18px;
  margin-right:18px;
  line-height:1.6
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight:400;
  color:var(--tw-prose-counters)
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color:var(--tw-prose-bullets);
  display:none
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  margin-top:1.25em
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color:var(--tw-prose-hr);
  border-top-width:1px;
  margin-top:3em;
  margin-bottom:3em;
  border-bottom:none
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:500;
  font-style:italic;
  color:var(--tw-prose-quotes);
  border-left-width:0.25rem;
  border-left-color:var(--tw-prose-quote-borders);
  quotes:"\201C""\201D""\2018""\2019";
  margin-top:1.6em;
  margin-bottom:1.6em;
  padding-left:1em;
  border-left-style:solid
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content:close-quote
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:800;
  font-size:2.25em;
  margin-top:0;
  margin-bottom:0.8888889em;
  line-height:1.1111111
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:900;
  color:inherit
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:#181818;
  font-weight:700;
  font-size:26px;
  margin-top:34px;
  margin-bottom:20px;
  line-height:36px;
  font-family:sans-serif;
  word-break:break-word;
}

@media (min-width: 768px){
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size:30px;
    line-height:46px
  }
}

@media (min-width: 1024px){
  .prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
    font-size:33px;
    line-height:46px
  }
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:800;
  color:inherit
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:#181818;
  font-weight:600;
  font-size:22px;
  margin-top:1.6em;
  margin-bottom:0.6em;
  line-height:1.6
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:700;
  color:inherit
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:#181818;
  font-weight:500;
  margin-top:0px;
  margin-bottom:20px;
  line-height:28px;
  font-family:sans-serif;
  font-size:20px;
  word-break:break-word
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:700;
  color:inherit
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display:block;
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight:500;
  font-family:inherit;
  color:var(--tw-prose-kbd);
  box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size:0.875em;
  border-radius:0.3125rem;
  padding-top:0.1875em;
  padding-right:0.375em;
  padding-bottom:0.1875em;
  padding-left:0.375em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-code);
  font-weight:600;
  font-size:0.875em
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:"`"
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content:"`"
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit;
  font-size:0.875em
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit;
  font-size:0.9em
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:inherit
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-pre-code);
  background-color:var(--tw-prose-pre-bg);
  overflow-x:auto;
  font-weight:400;
  font-size:0.875em;
  line-height:1.7142857;
  margin-top:1.7142857em;
  margin-bottom:1.7142857em;
  border-radius:0.375rem;
  padding-top:0.8571429em;
  padding-right:1.1428571em;
  padding-bottom:0.8571429em;
  padding-left:1.1428571em
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color:transparent;
  border-width:0;
  border-radius:0;
  padding:0;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
  font-family:inherit;
  line-height:inherit
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:none
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content:none
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width:100%;
  table-layout:auto;
  text-align:left;
  margin-top:2em;
  margin-bottom:2em;
  font-size:0.875em;
  line-height:1.7142857
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-headings);
  font-weight:600;
  vertical-align:bottom;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width:1px;
  border-bottom-color:var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width:0
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align:baseline
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width:1px;
  border-top-color:var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align:top
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-captions);
  font-size:0.875em;
  line-height:1.4285714;
  margin-top:0.8571429em
}

.prose{
  --tw-prose-body:#374151;
  --tw-prose-headings:#111827;
  --tw-prose-lead:#4b5563;
  --tw-prose-links:#111827;
  --tw-prose-bold:#111827;
  --tw-prose-counters:#6b7280;
  --tw-prose-bullets:#d1d5db;
  --tw-prose-hr:#e5e7eb;
  --tw-prose-quotes:#111827;
  --tw-prose-quote-borders:#e5e7eb;
  --tw-prose-captions:#6b7280;
  --tw-prose-kbd:#111827;
  --tw-prose-kbd-shadows:17 24 39;
  --tw-prose-code:#111827;
  --tw-prose-pre-code:#e5e7eb;
  --tw-prose-pre-bg:#1f2937;
  --tw-prose-th-borders:#d1d5db;
  --tw-prose-td-borders:#e5e7eb;
  --tw-prose-invert-body:#d1d5db;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#9ca3af;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#9ca3af;
  --tw-prose-invert-bullets:#4b5563;
  --tw-prose-invert-hr:#374151;
  --tw-prose-invert-quotes:#f3f4f6;
  --tw-prose-invert-quote-borders:#374151;
  --tw-prose-invert-captions:#9ca3af;
  --tw-prose-invert-kbd:#fff;
  --tw-prose-invert-kbd-shadows:255 255 255;
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d1d5db;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#4b5563;
  --tw-prose-invert-td-borders:#374151;
  font-size:1rem;
  line-height:1.75
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0;
  margin-bottom:0
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5em;
  margin-bottom:0.5em
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:0.375em
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:0.375em;
  margin-top:15px;
  margin-bottom:15px
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:1.25em
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.75em;
  margin-bottom:0.75em
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:1.25em;
  margin-bottom:1.25em
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0.5em;
  padding-left:1.625em
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:0
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right:0
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top:0.5714286em;
  padding-right:0.5714286em;
  padding-bottom:0.5714286em;
  padding-left:0.5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-left:0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-right:0
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:2em;
  margin-bottom:2em
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top:0
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom:0
}

.prose :where(a:hover):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:#f8b81f
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:"\e903";
  font-family:icomoon;
  color:#02866D;
  margin-right:12px
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color:var(--tw-prose-body);
  font-style:normal;
  font-weight:400
}

.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content:"\2014"
}

.prose-neutral{
  --tw-prose-body:#404040;
  --tw-prose-headings:#171717;
  --tw-prose-lead:#525252;
  --tw-prose-links:#171717;
  --tw-prose-bold:#171717;
  --tw-prose-counters:#737373;
  --tw-prose-bullets:#d4d4d4;
  --tw-prose-hr:#e5e5e5;
  --tw-prose-quotes:#171717;
  --tw-prose-quote-borders:#e5e5e5;
  --tw-prose-captions:#737373;
  --tw-prose-kbd:#171717;
  --tw-prose-kbd-shadows:23 23 23;
  --tw-prose-code:#171717;
  --tw-prose-pre-code:#e5e5e5;
  --tw-prose-pre-bg:#262626;
  --tw-prose-th-borders:#d4d4d4;
  --tw-prose-td-borders:#e5e5e5;
  --tw-prose-invert-body:#d4d4d4;
  --tw-prose-invert-headings:#fff;
  --tw-prose-invert-lead:#a3a3a3;
  --tw-prose-invert-links:#fff;
  --tw-prose-invert-bold:#fff;
  --tw-prose-invert-counters:#a3a3a3;
  --tw-prose-invert-bullets:#525252;
  --tw-prose-invert-hr:#404040;
  --tw-prose-invert-quotes:#f5f5f5;
  --tw-prose-invert-quote-borders:#404040;
  --tw-prose-invert-captions:#a3a3a3;
  --tw-prose-invert-kbd:#fff;
  --tw-prose-invert-kbd-shadows:255 255 255;
  --tw-prose-invert-code:#fff;
  --tw-prose-invert-pre-code:#d4d4d4;
  --tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders:#525252;
  --tw-prose-invert-td-borders:#404040
}

.badge{
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-wrap: nowrap;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 2.5px;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.badge--medical::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: var(--icon-color, white);
  /* Default color */
  -webkit-mask: url('../theme/assets/images/badge-icons/medical.svg') no-repeat center / contain;
  mask: url('../theme/assets/images/badge-icons/medical.svg') no-repeat center / contain;
}

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

.badge--primary{
  background-color: #02866D;
  color: white;
}

.badge--primary-light{
  background-color: rgba(2, 134, 109, 0.15);
  color: black;
}

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

/* Breadcrumbs */

#breadcrumbs{
  font-size: 15.5px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 24.8px;
  max-width: 100%;
  white-space: normal;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 640px) {
  #breadcrumbs{
    overflow-x: auto;
    white-space: nowrap
  }
}

#breadcrumbs{
  --tw-text-opacity:1;
  color:rgb(24 24 24 / var(--tw-text-opacity))
}

#breadcrumbs a{
  --tw-text-opacity:1;
  color:rgb(24 24 24 / var(--tw-text-opacity))
}

#breadcrumbs a:hover{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity));
  text-decoration-line:none
}

#breadcrumbs .breadcrumb_last {
  white-space: normal;
  /* Ensure wrapping for the last item */
  font-weight: 600;
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  #breadcrumbs .breadcrumb_last {
    white-space: nowrap
  }
}

#breadcrumbs svg {
  display: unset;
  -webkit-transform: translate(0px,0px);
  vertical-align: text-top;
  position: relative;
  bottom: -1px;
}

/* Seperator */

#breadcrumbs span:not(:first-child):before {
  content: "\e903";
  /* IcoMoon icon unicode */
  font-family: 'icomoon';
  /* Replace with your IcoMoon font family name */
  padding-left: 10px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: 100;
  display: inline-flex;
  align-items: center;
  color:#4c4848 !important;
}

/* Hero v2 */

.hero-v2 #breadcrumbs{
  color:#4c4848 !important;
  letter-spacing: unset;
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity));
}

.hero-v2 #breadcrumbs a{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

.hero-v2 #breadcrumbs a:hover{
  text-decoration-line:underline
}

.hero-v2 #breadcrumbs span:not(:first-child):before {
  content: "\002F";
  /* IcoMoon icon unicode */
  font-size: 14px;
  font-weight: bold;
}

.hero-v2 #breadcrumbs svg path {
  fill: #02866D;
}

.btn,
input[type="submit"],
.is-style-btn-green a {
  font-family: Arial, sans-serif;
  text-align: center;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  padding: 12px 25px;
  text-decoration: none;
  display: inline-flex;
  gap: 10px;
  justify-content: center;
  cursor: pointer;
  align-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}

/* =====> Small Variant */

.btn--sm, input[type="submit"]--sm, .is-style-btn-green a--sm {
  font-size: 13px;
  padding: 1.5px 10px;
}

.btn--arrow-right::after, input[type="submit"]--arrow-right::after, .is-style-btn-green a--arrow-right::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--icon-color, #111212);
  /* Default color */
  -webkit-mask: url("../theme/assets/images/button-icons/arrow-right.svg") no-repeat center / contain;
  mask: url("../theme/assets/images/button-icons/arrow-right.svg") no-repeat center / contain;
}

.btn--arrow-left::before, input[type="submit"]--arrow-left::before, .is-style-btn-green a--arrow-left::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: var(--icon-color, #111212);
  /* Default color */
  -webkit-mask: url("../theme/assets/images/button-icons/arrow-right.svg") no-repeat center / contain;
  mask: url("../theme/assets/images/button-icons/arrow-right.svg") no-repeat center / contain;
  /* rotate 90% */
  transform: rotate(180deg);
}

/* =====> Disabled Styles */

.btn:disabled,
	.btn .disabled,
	input[type="submit"]:disabled,
	input[type="submit"] .disabled,
	.is-style-btn-green a:disabled,
	.is-style-btn-green a .disabled {
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

/* =====> Default Hover */

.btn:hover, input[type="submit"]:hover, .is-style-btn-green a:hover {
  text-decoration: none;
}

/* Outline */

.btn.btn--outline{
  background: transparent;
  color: #111212;
  border: 1px solid #02866D;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.btn.btn--outline:after,
	.btn.btn--outline:before {
  --icon-color: black;
}

/* Green */

button.btn--primary,
input[type="submit"],
.btn--primary,
.is-style-btn-green a {
  position: relative;
  z-index: 1;
  background: #02866D;
  color: white;
}

button.btn--primary:after,
	button.btn--primary:before,
	input[type="submit"]:after,
	input[type="submit"]:before,
	.btn--primary:after,
	.btn--primary:before,
	.is-style-btn-green a:after,
	.is-style-btn-green a:before {
  --icon-color: white;
}

button.btn--primary:after,input[type="submit"]:after,.btn--primary:after,.is-style-btn-green a:after{
  content: "";
  height: 100%;
  width: 0;
  background: linear-gradient(-90deg,#31b978 0,#02866d 100%);
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  transition: .4s;
}

button.btn--primary:hover:after,input[type="submit"]:hover:after,.btn--primary:hover:after,.is-style-btn-green a:hover:after{
  left: 0;
  width: 100%;
}

/* Light Green */

button.btn--primary-light,
.btn--primary-light {
  background: rgba(26, 182, 157, 0.15);
  color: #111212;
}

button.btn--primary-light:after,
	button.btn--primary-light:before,
	.btn--primary-light:after,
	.btn--primary-light:before {
  --icon-color: #111212;
}

.btn--link {
  color: #111212;
  padding: 0;
}

/* Social */

.btn--social {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  line-height: 46px;
  display: inline-block;
  font-size: 16px;
  color: #404040;
  text-align: center;
}

.btn--social:hover {
  color: white;
  background-color: #02866D;
}

.wp-block-buttons{
  margin-top:1.25rem;
  margin-bottom:1.25rem
}

.is-style-btn-green{
  width:100%
}

@media (min-width: 768px){
  .is-style-btn-green{
    width:auto
  }
}

.is-style-btn-green a{
  width:100%
}

@media (min-width: 768px){
  .is-style-btn-green a{
    width:auto
  }
}

figcaption{
  font-style: italic;
  color: #404040;
}

.prose figcaption{
  font-size: 16px;
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity));
}

/* Card Styles */

.card-padding {
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 30px;
}

/* Meta */

.card-meta {
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
}

.card-meta i {
  color: #a7a7a7;
  font-size: 14px;
  margin-right: 7px;
  position: relative;
  /* bottom: 2px; */
}

.card-meta li {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  line-height: 14px;
  padding-left: 0;
}

@media (max-width: 640px) {
  .card-meta li {
    margin-top: 6px;
    margin-bottom: 6px
  }
}

.card-meta li::before{
  display: none;
}

.card-divider {
  height: 19px;
  width: 1px;
  background-color: #e5e5e5;
  /* margin: 0 20px; */
  margin: 0 8px;
}

@media (max-width: 640px) {
  .card-divider {
    display: none
  }
}

/* Featrued card adjustments */

.card--featured {
  min-height: 460px;
}

@media (min-width: 768px) {
  .card--featured {
    min-height: unset
  }
}

.card--featured .card-meta {
  align-items: end;
}

/* margin-bottom: 0; */

.card--featured .card-meta li {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
}

@media (max-width: 640px) {
  .card--featured .card-meta li {
    margin-top: 6px;
    margin-bottom: 6px
  }
}

.card--featured .btn--primary-light {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
}

/* Attribution */

.card-attribution {
  display: flex;
  gap: 15px;
}

.card-author {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.card--profile-bio {
  padding: 0 30px 36px;
  position: relative;
  z-index: 1;
}

.card--profile-bio > a:first-child:after{
  position:absolute;
  bottom:0px;
  left:0px;
  height:100%;
  width:100%;
  border-radius:10px;
  transition-duration:150ms;
  background-color: rgba(26,182,157,.6);
  content: '';
  visibility: hidden ;
  opacity: 0
}

.card--profile-bio > a:first-child:hover::after{
  visibility: visible;
  opacity: 1;
}

.card--profile-bio::after {
  content: "";
  height: 75%;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.card-link:hover img:not(.card-avatar img){
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.featured-overlay {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 80%);
  z-index: 20;
  transition: opacity .3s ease-in-out;
}

.featured-overlay:hover {
  cursor: pointer;
}

.card--featured:hover .featured-overlay {
  opacity: 0;
}

#citations p{
  margin: 0;
}

.top-tier-resources a:hover {
  text-decoration: none;
}

details[open] > summary{
  border-bottom-right-radius:0px;
  border-bottom-left-radius:0px;
  --tw-bg-opacity:1;
  background-color:rgb(2 134 109 / var(--tw-bg-opacity));
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

details[open] > summary i{
  --tw-rotate:180deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

summary::marker, summary::-webkit-details-marker {
  display: none;
}

.mapboxgl-popup-tip {
  display: none;
}

.mapboxgl-popup-content {
  background: transparent !important;
  border-radius: initial !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.mapboxgl-popup-close-button{
  margin-bottom:1rem;
  display:flex;
  height:2rem;
  width:2rem;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  align-self:flex-end;
  border-top-right-radius:0.5rem !important;
  background-size:8px;
  background-position:center;
  background-repeat:no-repeat
}

.star-input{
  position:relative;
  display:flex
}

.star-input input{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0;
  bottom:0px;
  right:50%
}

.star-input label{
  display:flex;
  height:32px;
  width:32px;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-width:1px;
  border-color:transparent;
  padding-left:1.25rem;
  padding-right:1.25rem;
  color:transparent;
  background: url("assets/images/icons/directory-star.svg") center transparent
		no-repeat
}

.star-input:not(:hover) input:indeterminate + label,
.star-input:not(:hover) input:checked ~ input + label,
.star-input input:hover ~ input + label {
  background: url("assets/images/icons/directory-star-outline.svg") center
		no-repeat transparent;
}

.star-input:not(:hover) input:focus-visible + label{
  border-radius:0.125rem;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(59 130 246 / var(--tw-border-opacity));
  --tw-ring-opacity:1;
  --tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity))
}

/* Master Input styles to extend on */

.master--input {
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  width: 100%;
  border: 0;
  padding: 8px 12px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-color: #f5f9fa;
}

/* Focus */

.master--input:focus {
  border: none;
  box-shadow: none;
}

.master--input:focus-visible {
  border: none;
  box-shadow: none;
}

/* Error */

.master--input.is-invalid {
  /* border: 1px solid theme('colors.red-500'); */
  background: red;
}

/* Valid */

.master--input.is-valid {
  border: 1px solid #02866D;
}

.master--input.is-valid:focus {
  /* border: 1px solid theme('colors.green-500'); */
  box-shadow: none;
  /* Remove the blue shadow when it's valid and focused */
}

.master--input.is-valid:focus-visible {
  /* border: 1px solid theme('colors.green-500'); */
  box-shadow: none;
  /* Remove the blue shadow when it's valid and focused */
}

.master--input.is-search {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.master--input.is-search::-moz-placeholder {
  color: #181818;
  font-weight: 700;
}

.master--input.is-search::placeholder {
  color: #181818;
  font-weight: 700;
}

/* Disabled */

.master--input:disabled,
	.master--input .disabled {
  /* border-radius: 4px; */
  /* border: 1px solid theme('colors.blue-100'); */
  /* background: theme('colors.blue-50'); */
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.master--input:disabled::-moz-placeholder, .master--input .disabled::-moz-placeholder {
  color: #c7c7c7;
  opacity: 0.6;
}

.master--input:disabled::placeholder, .master--input .disabled::placeholder {
  color: #c7c7c7;
  opacity: 0.6;
}

.form-control input[type="text"],
.form-control input[type="email"] {
  display: flex;
  align-items: flex-start;
  border-radius: 4px;
  width: 100%;
  border: 0;
  padding: 8px 12px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-color: #f5f9fa;
}

.form-control input[type="text"]:focus,
.form-control input[type="email"]:focus {
  border: none;
  box-shadow: none;
}

.form-control input[type="text"]:focus-visible,
.form-control input[type="email"]:focus-visible {
  border: none;
  box-shadow: none;
}

.form-control input[type="text"].is-invalid,
.form-control input[type="email"].is-invalid {
  /* border: 1px solid theme('colors.red-500'); */
  background: red;
}

.form-control input[type="text"].is-valid,
.form-control input[type="email"].is-valid {
  border: 1px solid #02866D;
}

.form-control input[type="text"].is-valid:focus,
.form-control input[type="email"].is-valid:focus {
  /* border: 1px solid theme('colors.green-500'); */
  box-shadow: none;
  /* Remove the blue shadow when it's valid and focused */
}

.form-control input[type="text"].is-valid:focus-visible,
.form-control input[type="email"].is-valid:focus-visible {
  /* border: 1px solid theme('colors.green-500'); */
  box-shadow: none;
  /* Remove the blue shadow when it's valid and focused */
}

.form-control input[type="text"].is-search,
.form-control input[type="email"].is-search {
  margin: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-control input[type="text"].is-search::-moz-placeholder, .form-control input[type="email"].is-search::-moz-placeholder {
  color: #181818;
  font-weight: 700;
}

.form-control input[type="text"].is-search::placeholder,
.form-control input[type="email"].is-search::placeholder {
  color: #181818;
  font-weight: 700;
}

.form-control input[type="text"]:disabled,.form-control input[type="text"] .disabled,
.form-control input[type="email"]:disabled,
.form-control input[type="email"] .disabled {
  /* border-radius: 4px; */
  /* border: 1px solid theme('colors.blue-100'); */
  /* background: theme('colors.blue-50'); */
  /* border-radius: 4px; */
  /* border: 1px solid theme('colors.blue-100'); */
  /* background: theme('colors.blue-50'); */
  opacity: 0.6;
  cursor: not-allowed;
  box-shadow: none;
}

.form-control input[type="text"]:disabled::-moz-placeholder, .form-control input[type="text"] .disabled::-moz-placeholder, .form-control input[type="email"]:disabled::-moz-placeholder, .form-control input[type="email"] .disabled::-moz-placeholder {
  color: #c7c7c7;
  opacity: 0.6;
}

.form-control input[type="text"]:disabled::placeholder,.form-control input[type="text"] .disabled::placeholder,
.form-control input[type="email"]:disabled::placeholder,
.form-control input[type="email"] .disabled::placeholder {
  color: #c7c7c7;
  opacity: 0.6;
}

/* Master Select styles to extend on */

.master--select{
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  width: 100%;
  border: 0;
  padding: 14px 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-color: #f5f9fa;
  color: #181818;
  font-weight: 600;
  line-height: 24px;
  overflow-wrap: normal;
  text-align: start;
}

/* Focus */

.master--select:focus {
  outline: none;
}

.master--select:focus-visible {
  outline: none;
}

/* Error */

.master--select.is-invalid{
  background: red;
}

/* Disabled */

.master--select:disabled, .master--select .disabled{
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  /* &::placeholder {
            color: #c7c7c7;
        } */
}

.form-control select{
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  width: 100%;
  border: 0;
  padding: 14px 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-color: #f5f9fa;
  color: #181818;
  font-weight: 600;
  line-height: 24px;
  overflow-wrap: normal;
  text-align: start;
}

.form-control select:focus {
  outline: none;
}

.form-control select:focus-visible {
  outline: none;
}

.form-control select.is-invalid{
  background: red;
}

.form-control select:disabled,.form-control select .disabled{
  /* &::placeholder {
            color: #c7c7c7;
        } */
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  /* &::placeholder {
            color: #c7c7c7;
        } */
}

.form-control--sm select{
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  width: 100%;
  border: 0;
  padding: 14px 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-color: #f5f9fa;
  color: #181818;
  font-weight: 600;
  line-height: 24px;
  overflow-wrap: normal;
  text-align: start;
}

.form-control--sm select:focus {
  outline: none;
}

.form-control--sm select:focus-visible {
  outline: none;
}

.form-control--sm select.is-invalid{
  background: red;
}

.form-control--sm select:disabled,.form-control--sm select .disabled{
  /* &::placeholder {
            color: #c7c7c7;
        } */
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  /* &::placeholder {
            color: #c7c7c7;
        } */
}

.form-control--sm select{
  padding: 4px 12px;
}

.form-control--lg select{
  display: flex;
  align-items: flex-start;
  border-radius: 12px;
  width: 100%;
  border: 0;
  padding: 14px 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  background-color: #f5f9fa;
  color: #181818;
  font-weight: 600;
  line-height: 24px;
  overflow-wrap: normal;
  text-align: start;
}

.form-control--lg select:focus {
  outline: none;
}

.form-control--lg select:focus-visible {
  outline: none;
}

.form-control--lg select.is-invalid{
  background: red;
}

.form-control--lg select:disabled,.form-control--lg select .disabled{
  /* &::placeholder {
            color: #c7c7c7;
        } */
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
  /* &::placeholder {
            color: #c7c7c7;
        } */
}

.form-control--lg select{
  padding: 12px;
}

/* Remove default styling and update the down arrow */

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 25px;
  /* Space for the custom arrow */
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%23000' d='M6 6.975a1.03 1.03 0 0 1-.7-.275L.7 2.1a.948.948 0 0 1-.275-.7c0-.283.092-.517.275-.7a.948.948 0 0 1 .7-.275c.283 0 .517.092.7.275L6 4.6 9.9.7a.948.948 0 0 1 .7-.275c.283 0 .517.092.7.275a.948.948 0 0 1 .275.7.948.948 0 0 1-.275.7L6.7 6.7c-.1.1-.208.17-.325.212A1.099 1.099 0 0 1 6 6.975Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
  /* Adjust the horizontal position of the arrow */
}

/* For Firefox, you'll need to use the pseudo-element */

select::-moz-focus-inner {
  border: 0;
}

.image-text li {
  list-style-type: square;
}

.image-text li::marker {
  color: black;
  content: initial;
}

.image-text li::before{
  display: none;
}

.topmenu.is-opened {
  display: flex;
}

.topmenu a{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .topmenu a:hover{
    --tw-text-opacity:1;
    color:rgb(2 134 109 / var(--tw-text-opacity));
    text-decoration-line:underline
  }
}

.topmenu > ul > li:last-child {
  /* @apply lg:hidden; */
}

.topmenu > ul > li{
  display:flex;
  height:100%;
  flex-direction:column;
  align-items:center;
  justify-content:center
}

@media (min-width: 1024px){
  .topmenu > ul > li{
    flex-direction:row
  }

  .topmenu > ul > li > a:hover{
    text-decoration-line:none
  }
}

.topmenu > ul:first-child > li > a{
  display:block;
  width:100%;
  padding:1rem;
  color:rgba(0, 0, 0, .55)
}

@media (min-width: 1024px){
  .topmenu > ul:first-child > li > a{
    padding:0px
  }
}

.topmenu > ul:first-child > li.menu-item-has-children > a:hover{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .topmenu > ul:first-child > li.menu-item-has-children > a:hover::after{
    content:var(--tw-content);
    --tw-border-opacity:1;
    border-top-color:rgb(2 134 109 / var(--tw-border-opacity))
  }
}

.topmenu > ul:first-child > li.menu-item-has-children > a:after{
  margin-left:2px;
  display:inline-block;
  --tw-rotate:-90deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-left-width:4px;
  border-right-width:4px;
  border-top-width:4px;
  border-left-color:transparent;
  border-right-color:transparent;
  border-top-color:rgba(0, 0, 0, .55);
  vertical-align:3px;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  content: ""
}

.topmenu > ul:first-child > li.menu-item-has-children.is-opened > a:after{
  --tw-rotate:0deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width: 1024px){
  .topmenu > ul:first-child > li.menu-item-has-children > .sub-menu-parent > div > .sub-menu:first-child > li.menu-item-has-children > a:hover{
    text-decoration-line:underline
  }

  .topmenu > ul:first-child > li.menu-item-has-children > .sub-menu-parent > div > .sub-menu:first-child > li.menu-item-has-children > a:hover::after{
    content:var(--tw-content);
    --tw-rotate:90deg;
    transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
  }
}

.topmenu > ul:first-child > li.menu-item-has-children > .sub-menu-parent > div > .sub-menu:first-child > li.menu-item-has-children > a:after{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms;
  content: "";
  background: url("assets/images/icons/chevron-right.svg") no-repeat center;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 2px
}

/* .menu-item-has-children {
			> a {
				&:after{
					font-size: 100px;
					background-image: url('assets/images/icons/chevron-right.svg');
				}
			}
		} */

.topmenu > ul:first-child.is-opened > a:first-child{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

.topmenu > ul:first-child.is-opened > a:first-child:after{
  --tw-rotate:0deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity:1;
  border-top-color:rgb(2 134 109 / var(--tw-border-opacity))
}

.topmenu .sub-menu-parent{
  display:none
}

.topmenu .sub-menu-parent.is-opened{
  display:block;
  width:100vw;
  max-width:100%
}

@media (min-width: 1024px){
  .topmenu .sub-menu-parent.is-opened{
    position:absolute;
    left:0px;
    top:80px;
    --tw-bg-opacity:1;
    background-color:rgb(245 249 250 / var(--tw-bg-opacity))
  }
}

.topmenu .sub-menu-parent.is-opened > div:first-child > ul{
  margin-left:auto;
  margin-right:auto;
  display:grid;
  width:100%;
  grid-template-columns:repeat(1, minmax(0, 1fr));
  gap:1.25rem;
  border-radius:0.375rem;
  --tw-bg-opacity:1;
  background-color:rgb(249 249 249 / var(--tw-bg-opacity));
  padding-top:2rem;
  padding-bottom:2rem;
  padding-left:2.25rem
}

@media (min-width: 1024px){
  .topmenu .sub-menu-parent.is-opened > div:first-child > ul{
    grid-template-columns:repeat(3, minmax(0, 1fr));
    gap:1.25rem;
    border-radius:0px;
    --tw-bg-opacity:1;
    background-color:rgb(245 249 250 / var(--tw-bg-opacity));
    padding-top:1.25rem;
    padding-bottom:1.25rem;
    padding-left:0px
  }
}

.topmenu .sub-menu-parent.is-opened > div:first-child > ul li.is-opened > a{
  text-decoration-line:underline
}

.topmenu .sub-menu-parent.is-opened > div:first-child > ul li .sub-menu{
  padding-top:1rem;
  padding-bottom:1rem;
  padding-left:0.5rem
}

@media (min-width: 1024px){
  .topmenu .sub-menu-parent.is-opened > div:first-child > ul li .sub-menu{
    padding-top:1.25rem;
    padding-bottom:1.25rem;
    padding-left:0px
  }
}

.topmenu .sub-menu-parent.is-opened > div:first-child > ul li a{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

@media (min-width: 1024px){
  .topmenu .sub-menu-parent.is-opened .sub-menu-parent.is-opened ul{
    border-top-width:1px;
    border-top-color:rgb(57 57 57 / 25%)
  }
}

.topmenu .sub-menu-parent.is-opened .sub-menu-parent .sub-menu li:first-child {
  /* grid-column: 1/4; */
}

@media (min-width: 1024px){
  .topmenu .sub-menu-parent.is-opened .sub-menu-parent .sub-menu li:first-child{
    grid-column:span 3 / span 3
  }
}

.topmenu .sub-menu-parent.is-opened .sub-menu-parent .sub-menu li:first-child {
  /* @apply hidden lg:block w-full font-bold; */
  display:block;
  width:100%;
  font-weight:700;
}

/**
 * MicroModal Styles
 *
 * Modified from: https://gist.github.com/ghosh/4f94cf497d7090359a5c9f81caf60699
 */

.mmodal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10000000000;
}

.mmodal-overlay.--pad{
  padding:1rem
}

@media (min-width: 640px){
  .mmodal-overlay.--pad{
    padding:1.5rem
  }
}

@media (min-width: 768px){
  .mmodal-overlay.--pad{
    padding:2rem
  }
}

.mmodal-overlay.--right{
  align-items:flex-end
}

.mmodal-container{
  position:relative;
  display:flex;
  height:100vh;
  width:100%;
  flex-direction:column;
  overflow-y:auto;
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  padding:1rem;
  padding-top:3.5rem
}

.mmodal-container.--right{
  max-width:42rem;
  padding:2.5rem;
  padding-top:0px;
  padding-bottom:4rem
}

.mmodal-close{
  margin-bottom:1rem;
  display:flex;
  height:2rem;
  width:2rem;
  flex-shrink:0;
  align-items:center;
  justify-content:center;
  align-self:flex-end;
  border-radius:9999px;
  --tw-bg-opacity:1;
  background-color:rgb(248 249 250 / var(--tw-bg-opacity));
  background-size:8px;
  background-position:center;
  background-repeat:no-repeat;
  content: "\2715"
}

.mmodal {
  display: none;
}

.mmodal.is-open {
  display: block;
}

.mmodal--slide[aria-hidden="false"] .mmodal-overlay{
  animation:fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide[aria-hidden="false"] .mmodal-container{
  animation:slideIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide[aria-hidden="true"] .mmodal-overlay{
  animation:fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide[aria-hidden="true"] .mmodal-container{
  animation:slideOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide-right[aria-hidden="false"] .mmodal-overlay{
  animation:fadeIn 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide-right[aria-hidden="false"] .mmodal-container{
  animation:slideInRight 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide-right[aria-hidden="true"] .mmodal-overlay{
  animation:fadeOut 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide-right[aria-hidden="true"] .mmodal-container{
  animation:slideOutRight 0.3s cubic-bezier(0, 0, 0.2, 1)
}

.mmodal--slide .mmodal-container,
.mmodal--slide .mmodal-overlay {
  will-change: transform;
}

/* Video iframes */

.mmodal-iframe {
  position: relative;
  width: 100%;
}

.mmodal-iframe::before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: 9 / 16 * 100%;
}

.mmodal-iframe::after {
  content: "";
  display: table;
  clear: both;
}

.mmodal-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mapboxgl-popup-close-button {
  z-index: 1;
}

.modal {
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 17.5px auto;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #212529;
  float: left;
  font-size: 16px;
  line-height: 10px;
  display: block;
  padding: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pagination-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
}

.page-numbers{
  margin: 0 2px;
  font-size: 16px;
  font-weight: 600;
  line-height: 25.6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 50px;
  width: 50px;
  color: black;
}

.page-numbers.current,.page-numbers:hover{
  color: white;
  background: linear-gradient(-90deg, #31b978 0%, #02866d 100%);
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
}

.pagination-arrow i{
  font-weight: 600;
}

/* TOC */

#table-of-contents{
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  flex-direction: row;
  margin: 0;
}

#table-of-contents li{
  margin: 0;
  padding: 0;
}

#table-of-contents li::before{
  display: none;
}

#table-of-contents li a::after{
  content: "|";
  padding-left: 5px;
  padding-right: 5px;
  color: #181818;
}

#table-of-contents li:last-child a::after{
  content: none;
}

#table-of-contents li::marker{
  content: none;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title{
  margin-left:auto;
  margin-right:auto;
  margin-bottom:1.5rem;
  max-width:40rem;
  font-size:1.875rem;
  line-height:2.25rem;
  font-weight:800;
  --tw-text-opacity:1;
  color:rgb(23 23 23 / var(--tw-text-opacity))
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left:auto;
  margin-right:auto;
  max-width:40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width:60rem;
}

.entry-content > .alignfull{
  max-width:none
}

.entry-content > .alignleft{
  float:left;
  margin-right:2rem
}

.entry-content > .alignright{
  float:right;
  margin-left:2rem
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0, 0, 0, 0);
  white-space:nowrap;
  border-width:0
}

.pointer-events-none{
  pointer-events:none
}

.\!visible{
  visibility:visible !important
}

.visible{
  visibility:visible
}

.static{
  position:static
}

.fixed{
  position:fixed
}

.absolute{
  position:absolute
}

.relative{
  position:relative
}

.sticky{
  position:sticky
}

.-bottom-\[13px\]{
  bottom:-13px
}

.bottom-0{
  bottom:0px
}

.left-0{
  left:0px
}

.left-3{
  left:0.75rem
}

.left-\[2px\]{
  left:2px
}

.left-\[76px\]{
  left:76px
}

.right-\[76px\]{
  right:76px
}

.top-0{
  top:0px
}

.top-3{
  top:0.75rem
}

.top-\[226px\]{
  top:226px
}

.top-\[3px\]{
  top:3px
}

.top-auto{
  top:auto
}

.z-0{
  z-index:0
}

.z-10{
  z-index:10
}

.z-30{
  z-index:30
}

.z-40{
  z-index:40
}

.z-50{
  z-index:50
}

.order-1{
  order:1
}

.order-2{
  order:2
}

.order-3{
  order:3
}

.order-4{
  order:4
}

.col-span-1{
  grid-column:span 1 / span 1
}

.col-span-12{
  grid-column:span 12 / span 12
}

.col-span-2{
  grid-column:span 2 / span 2
}

.col-span-3{
  grid-column:span 3 / span 3
}

.m-0{
  margin:0px
}

.m-3{
  margin:0.75rem
}

.mx-0{
  margin-left:0px;
  margin-right:0px
}

.mx-4{
  margin-left:1rem;
  margin-right:1rem
}

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

.my-0{
  margin-top:0px;
  margin-bottom:0px
}

.my-10{
  margin-top:2.5rem;
  margin-bottom:2.5rem
}

.my-16{
  margin-top:4rem;
  margin-bottom:4rem
}

.my-2{
  margin-top:0.5rem;
  margin-bottom:0.5rem
}

.my-20{
  margin-top:5rem;
  margin-bottom:5rem
}

.my-4{
  margin-top:1rem;
  margin-bottom:1rem
}

.my-6{
  margin-top:1.5rem;
  margin-bottom:1.5rem
}

.my-7{
  margin-top:1.75rem;
  margin-bottom:1.75rem
}

.-ml-\[15px\]{
  margin-left:-15px
}

.mb-0{
  margin-bottom:0px
}

.mb-1{
  margin-bottom:0.25rem
}

.mb-1\.5{
  margin-bottom:0.375rem
}

.mb-10{
  margin-bottom:2.5rem
}

.mb-12{
  margin-bottom:3rem
}

.mb-16{
  margin-bottom:4rem
}

.mb-2{
  margin-bottom:0.5rem
}

.mb-20{
  margin-bottom:5rem
}

.mb-3{
  margin-bottom:0.75rem
}

.mb-4{
  margin-bottom:1rem
}

.mb-5{
  margin-bottom:1.25rem
}

.mb-6{
  margin-bottom:1.5rem
}

.mb-7{
  margin-bottom:1.75rem
}

.mb-8{
  margin-bottom:2rem
}

.mb-9{
  margin-bottom:2.25rem
}

.mb-\[15px\]{
  margin-bottom:15px
}

.mb-\[2\.5px\]{
  margin-bottom:2.5px
}

.mb-\[220px\]{
  margin-bottom:220px
}

.mb-\[5px\]{
  margin-bottom:5px
}

.mb-\[80px\]{
  margin-bottom:80px
}

.ml-1{
  margin-left:0.25rem
}

.ml-2{
  margin-left:0.5rem
}

.ml-4{
  margin-left:1rem
}

.ml-auto{
  margin-left:auto
}

.mr-4{
  margin-right:1rem
}

.mr-6{
  margin-right:1.5rem
}

.mr-\[15px\]{
  margin-right:15px
}

.mt-0{
  margin-top:0px
}

.mt-1{
  margin-top:0.25rem
}

.mt-10{
  margin-top:2.5rem
}

.mt-11{
  margin-top:2.75rem
}

.mt-16{
  margin-top:4rem
}

.mt-2{
  margin-top:0.5rem
}

.mt-28{
  margin-top:7rem
}

.mt-3{
  margin-top:0.75rem
}

.mt-4{
  margin-top:1rem
}

.mt-40{
  margin-top:10rem
}

.mt-5{
  margin-top:1.25rem
}

.mt-6{
  margin-top:1.5rem
}

.mt-7{
  margin-top:1.75rem
}

.mt-8{
  margin-top:2rem
}

.mt-\[10px\]{
  margin-top:10px
}

.mt-\[30px\]{
  margin-top:30px
}

.line-clamp-1{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1
}

.line-clamp-2{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2
}

.line-clamp-4{
  overflow:hidden;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4
}

.block{
  display:block
}

.inline-block{
  display:inline-block
}

.inline{
  display:inline
}

.flex{
  display:flex
}

.table{
  display:table
}

.grid{
  display:grid
}

.contents{
  display:contents
}

.hidden{
  display:none
}

.aspect-square{
  aspect-ratio:1 / 1
}

.h-10{
  height:2.5rem
}

.h-14{
  height:3.5rem
}

.h-16{
  height:4rem
}

.h-20{
  height:5rem
}

.h-24{
  height:6rem
}

.h-4{
  height:1rem
}

.h-6{
  height:1.5rem
}

.h-7{
  height:1.75rem
}

.h-8{
  height:2rem
}

.h-\[20px\]{
  height:20px
}

.h-\[258px\]{
  height:258px
}

.h-\[3px\]{
  height:3px
}

.h-\[400px\]{
  height:400px
}

.h-\[40px\]{
  height:40px
}

.h-\[50px\]{
  height:50px
}

.h-\[52px\]{
  height:52px
}

.h-\[64px\]{
  height:64px
}

.h-\[70px\]{
  height:70px
}

.h-\[80px\]{
  height:80px
}

.h-\[88px\]{
  height:88px
}

.h-\[calc\(100vh-268px\)\]{
  height:calc(100vh - 268px)
}

.h-auto{
  height:auto
}

.h-full{
  height:100%
}

.max-h-\[30px\]{
  max-height:30px
}

.max-h-\[70px\]{
  max-height:70px
}

.max-h-full{
  max-height:100%
}

.min-h-\[420px\]{
  min-height:420px
}

.min-h-\[86px\]{
  min-height:86px
}

.w-10{
  width:2.5rem
}

.w-14{
  width:3.5rem
}

.w-16{
  width:4rem
}

.w-20{
  width:5rem
}

.w-4{
  width:1rem
}

.w-4\/5{
  width:80%
}

.w-6{
  width:1.5rem
}

.w-7{
  width:1.75rem
}

.w-8{
  width:2rem
}

.w-\[120px\]{
  width:120px
}

.w-\[20px\]{
  width:20px
}

.w-\[286px\]{
  width:286px
}

.w-\[38px\]{
  width:38px
}

.w-\[480px\]{
  width:480px
}

.w-\[52px\]{
  width:52px
}

.w-\[70px\]{
  width:70px
}

.w-\[80px\]{
  width:80px
}

.w-\[81px\]{
  width:81px
}

.w-\[88px\]{
  width:88px
}

.w-\[95px\]{
  width:95px
}

.w-\[calc\(100\%\+30px\)\]{
  width:calc(100% + 30px)
}

.w-auto{
  width:auto
}

.w-fit{
  width:-moz-fit-content;
  width:fit-content
}

.w-full{
  width:100%
}

.w-max{
  width:-moz-max-content;
  width:max-content
}

.min-w-\[155px\]{
  min-width:155px
}

.min-w-\[188px\]{
  min-width:188px
}

.min-w-\[270px\]{
  min-width:270px
}

.min-w-fit{
  min-width:-moz-fit-content;
  min-width:fit-content
}

.\!max-w-\[970px\]{
  max-width:970px !important
}

.max-w-2xl{
  max-width:42rem
}

.max-w-3xl{
  max-width:48rem
}

.max-w-4xl{
  max-width:56rem
}

.max-w-\[1160px\]{
  max-width:1160px
}

.max-w-\[1170px\]{
  max-width:1170px
}

.max-w-\[132px\]{
  max-width:132px
}

.max-w-\[280px\]{
  max-width:280px
}

.max-w-\[30px\]{
  max-width:30px
}

.max-w-\[320px\]{
  max-width:320px
}

.max-w-\[480px\]{
  max-width:480px
}

.max-w-\[482px\]{
  max-width:482px
}

.max-w-\[705px\]{
  max-width:705px
}

.max-w-\[800px\]{
  max-width:800px
}

.max-w-full{
  max-width:100%
}

.max-w-none{
  max-width:none
}

.max-w-sm{
  max-width:24rem
}

.max-w-xl{
  max-width:36rem
}

.max-w-xs{
  max-width:20rem
}

.flex-1{
  flex:1 1 0%
}

.flex-none{
  flex:none
}

.flex-shrink-0{
  flex-shrink:0
}

.shrink-0{
  flex-shrink:0
}

.flex-grow{
  flex-grow:1
}

.grow{
  flex-grow:1
}

.-translate-x-\[100vw\]{
  --tw-translate-x:-100vw;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-180{
  --tw-rotate:180deg;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.scale-y-\[1\.01\]{
  --tw-scale-y:1.01;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform{
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer{
  cursor:pointer
}

.resize{
  resize:both
}

.scroll-mt-24{
  scroll-margin-top:6rem
}

.scroll-mt-\[200px\]{
  scroll-margin-top:200px
}

.list-outside{
  list-style-position:outside
}

.list-\[square\]{
  list-style-type:square
}

.list-disc{
  list-style-type:disc
}

.list-none{
  list-style-type:none
}

.appearance-none{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none
}

.columns-1{
  -moz-columns:1;
       columns:1
}

.columns-2{
  -moz-columns:2;
       columns:2
}

.grid-flow-col{
  grid-auto-flow:column
}

.grid-cols-1{
  grid-template-columns:repeat(1, minmax(0, 1fr))
}

.grid-cols-12{
  grid-template-columns:repeat(12, minmax(0, 1fr))
}

.grid-cols-2{
  grid-template-columns:repeat(2, minmax(0, 1fr))
}

.grid-cols-7{
  grid-template-columns:repeat(7, minmax(0, 1fr))
}

.grid-cols-\[1fr_120px_30px\]{
  grid-template-columns:1fr 120px 30px
}

.grid-rows-\[64px_1fr\]{
  grid-template-rows:64px 1fr
}

.flex-row{
  flex-direction:row
}

.flex-col{
  flex-direction:column
}

.flex-col-reverse{
  flex-direction:column-reverse
}

.flex-wrap{
  flex-wrap:wrap
}

.place-items-center{
  place-items:center
}

.items-center{
  align-items:center
}

.justify-end{
  justify-content:flex-end
}

.justify-center{
  justify-content:center
}

.justify-between{
  justify-content:space-between
}

.justify-around{
  justify-content:space-around
}

.gap-1{
  gap:0.25rem
}

.gap-10{
  gap:2.5rem
}

.gap-12{
  gap:3rem
}

.gap-2{
  gap:0.5rem
}

.gap-2\.5{
  gap:0.625rem
}

.gap-20{
  gap:5rem
}

.gap-3{
  gap:0.75rem
}

.gap-4{
  gap:1rem
}

.gap-5{
  gap:1.25rem
}

.gap-6{
  gap:1.5rem
}

.gap-7{
  gap:1.75rem
}

.gap-8{
  gap:2rem
}

.gap-\[10px\]{
  gap:10px
}

.gap-\[15px\]{
  gap:15px
}

.gap-\[30px\]{
  gap:30px
}

.gap-\[5px\]{
  gap:5px
}

.gap-x-8{
  -moz-column-gap:2rem;
       column-gap:2rem
}

.gap-y-2{
  row-gap:0.5rem
}

.gap-y-4{
  row-gap:1rem
}

.gap-y-7{
  row-gap:1.75rem
}

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.5rem * var(--tw-space-x-reverse));
  margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(0.75rem * var(--tw-space-x-reverse));
  margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse:0;
  margin-right:calc(1.5rem * var(--tw-space-x-reverse));
  margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(0.5rem * var(--tw-space-y-reverse))
}

.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse:0;
  margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom:calc(2rem * var(--tw-space-y-reverse))
}

.overflow-auto{
  overflow:auto
}

.overflow-hidden{
  overflow:hidden
}

.overflow-x-auto{
  overflow-x:auto
}

.overflow-ellipsis{
  text-overflow:ellipsis
}

.break-words{
  overflow-wrap:break-word
}

.break-all{
  word-break:break-all
}

.rounded{
  border-radius:0.25rem
}

.rounded-\[10px\]{
  border-radius:10px
}

.rounded-\[5px\]{
  border-radius:5px
}

.rounded-full{
  border-radius:9999px
}

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

.rounded-md{
  border-radius:0.375rem
}

.rounded-t-\[5px\]{
  border-top-left-radius:5px;
  border-top-right-radius:5px
}

.border{
  border-width:1px
}

.border-8{
  border-width:8px
}

.border-b{
  border-bottom-width:1px
}

.border-b-2{
  border-bottom-width:2px
}

.border-l{
  border-left-width:1px
}

.border-t{
  border-top-width:1px
}

.border-gray{
  --tw-border-opacity:1;
  border-color:rgb(235 239 240 / var(--tw-border-opacity))
}

.border-gray-100{
  --tw-border-opacity:1;
  border-color:rgb(245 249 250 / var(--tw-border-opacity))
}

.border-gray-200{
  --tw-border-opacity:1;
  border-color:rgb(229 229 229 / var(--tw-border-opacity))
}

.border-gray-600{
  --tw-border-opacity:1;
  border-color:rgb(108 117 125 / var(--tw-border-opacity))
}

.border-green{
  --tw-border-opacity:1;
  border-color:rgb(2 134 109 / var(--tw-border-opacity))
}

.border-green-200{
  --tw-border-opacity:1;
  border-color:rgb(26 182 157 / var(--tw-border-opacity))
}

.border-green-500{
  --tw-border-opacity:1;
  border-color:rgb(2 134 109 / var(--tw-border-opacity))
}

.border-green-500\/20{
  border-color:rgb(2 134 109 / 0.2)
}

.border-transparent{
  border-color:transparent
}

.border-opacity-\[\.15\]{
  --tw-border-opacity:.15
}

.border-opacity-\[\.16\]{
  --tw-border-opacity:.16
}

.\!bg-white{
  --tw-bg-opacity:1 !important;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity)) !important
}

.bg-\[\#7e7f7f\]{
  --tw-bg-opacity:1;
  background-color:rgb(126 127 127 / var(--tw-bg-opacity))
}

.bg-\[\#f0f4f5\]{
  --tw-bg-opacity:1;
  background-color:rgb(240 244 245 / var(--tw-bg-opacity))
}

.bg-black\/80{
  background-color:rgb(17 18 18 / 0.8)
}

.bg-blue-900{
  --tw-bg-opacity:1;
  background-color:rgb(30 58 138 / var(--tw-bg-opacity))
}

.bg-gray{
  --tw-bg-opacity:1;
  background-color:rgb(235 239 240 / var(--tw-bg-opacity))
}

.bg-gray-100{
  --tw-bg-opacity:1;
  background-color:rgb(245 249 250 / var(--tw-bg-opacity))
}

.bg-gray-500{
  --tw-bg-opacity:1;
  background-color:rgb(248 249 250 / var(--tw-bg-opacity))
}

.bg-gray\/50{
  background-color:rgb(235 239 240 / 0.5)
}

.bg-green{
  --tw-bg-opacity:1;
  background-color:rgb(2 134 109 / var(--tw-bg-opacity))
}

.bg-green-100{
  --tw-bg-opacity:1;
  background-color:rgb(239 250 248 / var(--tw-bg-opacity))
}

.bg-green-300\/60{
  background-color:rgb(234 240 242 / 0.6)
}

.bg-green-50{
  --tw-bg-opacity:1;
  background-color:rgb(245 249 250 / var(--tw-bg-opacity))
}

.bg-green-500{
  --tw-bg-opacity:1;
  background-color:rgb(2 134 109 / var(--tw-bg-opacity))
}

.bg-green-500\/10{
  background-color:rgb(2 134 109 / 0.1)
}

.bg-green-light{
  background-color:rgba(26, 182, 157, 0.15)
}

.bg-orange-100{
  --tw-bg-opacity:1;
  background-color:rgb(255 247 239 / var(--tw-bg-opacity))
}

.bg-red-100{
  --tw-bg-opacity:1;
  background-color:rgb(254 242 244 / var(--tw-bg-opacity))
}

.bg-red-400{
  --tw-bg-opacity:1;
  background-color:rgb(248 113 113 / var(--tw-bg-opacity))
}

.bg-red-500\/10{
  background-color:rgb(239 68 68 / 0.1)
}

.bg-white{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

.bg-yellow-500-07{
  background-color:rgba(248, 148, 31, 0.07)
}

.bg-cover{
  background-size:cover
}

.bg-center{
  background-position:center
}

.stroke-black{
  stroke:#111212
}

.stroke-black-700{
  stroke:#404040
}

.stroke-gray-600{
  stroke:#6c757d
}

.stroke-green{
  stroke:#02866D
}

.stroke-green-500{
  stroke:#02866D
}

.stroke-white{
  stroke:#fff
}

.object-cover{
  -o-object-fit:cover;
     object-fit:cover
}

.object-center{
  -o-object-position:center;
     object-position:center
}

.p-0{
  padding:0px
}

.p-10{
  padding:2.5rem
}

.p-2{
  padding:0.5rem
}

.p-3{
  padding:0.75rem
}

.p-4{
  padding:1rem
}

.p-5{
  padding:1.25rem
}

.p-6{
  padding:1.5rem
}

.p-7{
  padding:1.75rem
}

.p-\[15px\]{
  padding:15px
}

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

.px-2{
  padding-left:0.5rem;
  padding-right:0.5rem
}

.px-4{
  padding-left:1rem;
  padding-right:1rem
}

.px-6{
  padding-left:1.5rem;
  padding-right:1.5rem
}

.px-7{
  padding-left:1.75rem;
  padding-right:1.75rem
}

.px-8{
  padding-left:2rem;
  padding-right:2rem
}

.px-\[10px\]{
  padding-left:10px;
  padding-right:10px
}

.px-\[15px\]{
  padding-left:15px;
  padding-right:15px
}

.px-\[20px\]{
  padding-left:20px;
  padding-right:20px
}

.px-\[25px\]{
  padding-left:25px;
  padding-right:25px
}

.px-\[30px\]{
  padding-left:30px;
  padding-right:30px
}

.py-1{
  padding-top:0.25rem;
  padding-bottom:0.25rem
}

.py-14{
  padding-top:3.5rem;
  padding-bottom:3.5rem
}

.py-2{
  padding-top:0.5rem;
  padding-bottom:0.5rem
}

.py-3{
  padding-top:0.75rem;
  padding-bottom:0.75rem
}

.py-32{
  padding-top:8rem;
  padding-bottom:8rem
}

.py-4{
  padding-top:1rem;
  padding-bottom:1rem
}

.py-5{
  padding-top:1.25rem;
  padding-bottom:1.25rem
}

.py-6{
  padding-top:1.5rem;
  padding-bottom:1.5rem
}

.py-7{
  padding-top:1.75rem;
  padding-bottom:1.75rem
}

.py-8{
  padding-top:2rem;
  padding-bottom:2rem
}

.py-\[120px\]{
  padding-top:120px;
  padding-bottom:120px
}

.py-\[15px\]{
  padding-top:15px;
  padding-bottom:15px
}

.py-\[1px\]{
  padding-top:1px;
  padding-bottom:1px
}

.py-\[25px\]{
  padding-top:25px;
  padding-bottom:25px
}

.py-\[30px\]{
  padding-top:30px;
  padding-bottom:30px
}

.py-\[32px\]{
  padding-top:32px;
  padding-bottom:32px
}

.pb-0{
  padding-bottom:0px
}

.pb-1{
  padding-bottom:0.25rem
}

.pb-1\.5{
  padding-bottom:0.375rem
}

.pb-11{
  padding-bottom:2.75rem
}

.pb-12{
  padding-bottom:3rem
}

.pb-14{
  padding-bottom:3.5rem
}

.pb-28{
  padding-bottom:7rem
}

.pb-4{
  padding-bottom:1rem
}

.pb-5{
  padding-bottom:1.25rem
}

.pb-6{
  padding-bottom:1.5rem
}

.pb-7{
  padding-bottom:1.75rem
}

.pb-8{
  padding-bottom:2rem
}

.pb-\[16px\]{
  padding-bottom:16px
}

.pb-\[70px\]{
  padding-bottom:70px
}

.pb-\[85px\]{
  padding-bottom:85px
}

.pl-11{
  padding-left:2.75rem
}

.pl-2{
  padding-left:0.5rem
}

.pl-4{
  padding-left:1rem
}

.pl-5{
  padding-left:1.25rem
}

.pl-\[30px\]{
  padding-left:30px
}

.pl-\[38px\]{
  padding-left:38px
}

.pr-5{
  padding-right:1.25rem
}

.pr-\[10px\]{
  padding-right:10px
}

.pr-\[20px\]{
  padding-right:20px
}

.pt-12{
  padding-top:3rem
}

.pt-14{
  padding-top:3.5rem
}

.pt-2{
  padding-top:0.5rem
}

.pt-4{
  padding-top:1rem
}

.pt-6{
  padding-top:1.5rem
}

.pt-7{
  padding-top:1.75rem
}

.pt-8{
  padding-top:2rem
}

.pt-\[2px\]{
  padding-top:2px
}

.pt-\[30px\]{
  padding-top:30px
}

.pt-\[50px\]{
  padding-top:50px
}

.pt-\[70px\]{
  padding-top:70px
}

.pt-\[75px\]{
  padding-top:75px
}

.pt-\[95px\]{
  padding-top:95px
}

.text-left{
  text-align:left
}

.text-center{
  text-align:center
}

.text-right{
  text-align:right
}

.text-justify{
  text-align:justify
}

.text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

.text-4xl{
  font-size:2.25rem;
  line-height:2.5rem
}

.text-\[10px\]{
  font-size:10px
}

.text-\[13px\]{
  font-size:13px
}

.text-\[14px\]{
  font-size:14px
}

.text-\[15px\]{
  font-size:15px
}

.text-\[16px\]{
  font-size:16px
}

.text-\[22px\]{
  font-size:22px
}

.text-\[26px\]{
  font-size:26px
}

.text-\[28px\]{
  font-size:28px
}

.text-\[34px\]{
  font-size:34px
}

.text-\[38px\]{
  font-size:38px
}

.text-\[8px\]{
  font-size:8px
}

.text-base{
  font-size:1rem;
  line-height:1.5rem
}

.text-lg{
  font-size:1.125rem;
  line-height:1.75rem
}

.text-sm{
  font-size:0.875rem;
  line-height:1.25rem
}

.text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

.text-xs{
  font-size:0.75rem;
  line-height:1rem
}

.font-bold{
  font-weight:700
}

.font-light{
  font-weight:300
}

.font-medium{
  font-weight:500
}

.font-normal{
  font-weight:400
}

.font-semibold{
  font-weight:600
}

.uppercase{
  text-transform:uppercase
}

.lowercase{
  text-transform:lowercase
}

.leading-10{
  line-height:2.5rem
}

.leading-5{
  line-height:1.25rem
}

.leading-6{
  line-height:1.5rem
}

.leading-8{
  line-height:2rem
}

.leading-9{
  line-height:2.25rem
}

.leading-\[18px\]{
  line-height:18px
}

.leading-\[20px\]{
  line-height:20px
}

.leading-\[25px\]{
  line-height:25px
}

.leading-\[42px\]{
  line-height:42px
}

.leading-\[46px\]{
  line-height:46px
}

.leading-relaxed{
  line-height:1.625
}

.tracking-\[0\.5px\]{
  letter-spacing:0.5px
}

.tracking-\[1px\]{
  letter-spacing:1px
}

.tracking-normal{
  letter-spacing:0em
}

.text-\[\#1877f2\]{
  --tw-text-opacity:1;
  color:rgb(24 119 242 / var(--tw-text-opacity))
}

.text-\[\#1da1f2\]{
  --tw-text-opacity:1;
  color:rgb(29 161 242 / var(--tw-text-opacity))
}

.text-\[\#c231a1\]{
  --tw-text-opacity:1;
  color:rgb(194 49 161 / var(--tw-text-opacity))
}

.text-\[\#cd201f\]{
  --tw-text-opacity:1;
  color:rgb(205 32 31 / var(--tw-text-opacity))
}

.text-black{
  --tw-text-opacity:1;
  color:rgb(17 18 18 / var(--tw-text-opacity))
}

.text-black-700{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity))
}

.text-black-700\/40{
  color:rgb(64 64 64 / 0.4)
}

.text-black-800{
  --tw-text-opacity:1;
  color:rgb(24 24 24 / var(--tw-text-opacity))
}

.text-black-dark{
  --tw-text-opacity:1;
  color:rgb(17 18 18 / var(--tw-text-opacity))
}

.text-black-heading{
  --tw-text-opacity:1;
  color:rgb(24 24 24 / var(--tw-text-opacity))
}

.text-current{
  color:currentColor
}

.text-gray-600{
  --tw-text-opacity:1;
  color:rgb(108 117 125 / var(--tw-text-opacity))
}

.text-gray-700{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity))
}

.text-gray-900{
  --tw-text-opacity:1;
  color:rgb(33 37 41 / var(--tw-text-opacity))
}

.text-gray-muted{
  --tw-text-opacity:1;
  color:rgb(108 117 125 / var(--tw-text-opacity))
}

.text-green{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

.text-green-500{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

.text-red-500{
  --tw-text-opacity:1;
  color:rgb(239 68 68 / var(--tw-text-opacity))
}

.text-red-600{
  --tw-text-opacity:1;
  color:rgb(238 74 98 / var(--tw-text-opacity))
}

.text-white{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

.underline{
  text-decoration-line:underline
}

.\!no-underline{
  text-decoration-line:none !important
}

.no-underline{
  text-decoration-line:none
}

.opacity-0{
  opacity:0
}

.opacity-20{
  opacity:0.2
}

.opacity-25{
  opacity:0.25
}

.opacity-40{
  opacity:0.4
}

.shadow{
  --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-card{
  --tw-shadow:0px 7px 24px 0px rgba(0, 0, 0, 0.12);
  --tw-shadow-colored:0px 7px 24px 0px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-children{
  --tw-shadow:0 0 15px 0 rgba(0,0,0,.05);
  --tw-shadow-colored:0 0 15px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-default{
  --tw-shadow:0 0.5rem 1rem rgba(0,0,0,.15);
  --tw-shadow-colored:0 0.5rem 1rem var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-faq{
  --tw-shadow:0px 10px 50px 0px rgba(26, 46, 85, 0.1);
  --tw-shadow-colored:0px 10px 50px 0px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-md{
  --tw-shadow:0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.ring{
  --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
}

.blur{
  --tw-blur:blur(8px);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.invert{
  --tw-invert:invert(100%);
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.filter{
  filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-all{
  transition-property:all;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.transition-colors{
  transition-property:color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration:150ms
}

.duration-100{
  transition-duration:100ms
}

.duration-150{
  transition-duration:150ms
}

.duration-200{
  transition-duration:200ms
}

.duration-300{
  transition-duration:300ms
}

.duration-75{
  transition-duration:75ms
}

.content-none{
  --tw-content:none;
  content:var(--tw-content)
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.bg-light {
  background: #f8f9fa;
}

.container--full{
  margin-left:auto;
  margin-right:auto;
  padding-left:1rem;
  padding-right:1rem
}

@media (min-width: 768px){
  .container--full{
    max-width:720px;
    padding-left:0px;
    padding-right:0px
  }
}

@media (min-width: 1024px){
  .container--full{
    max-width:960px
  }
}

@media (min-width: 1280px){
  .container--full{
    max-width:1170px
  }
}

.h2{
  margin-bottom:0.75rem;
  display:block;
  font-size:26px;
  font-weight:700;
  line-height:46px;
  --tw-text-opacity:1;
  color:rgb(24 24 24 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .h2{
    font-size:33px
  }
}

.editor-styles-wrapper .wp-block {
  max-width: 800px !important;
}

.arrow-link{
  --tw-text-opacity:1;
  color:rgb(17 18 18 / var(--tw-text-opacity))
}

.arrow-link:hover{
  text-decoration-line:none
}

.arrow-link:after{
  content: '';
  background: url('assets/images/icons/arrow.svg') no-repeat center center;
  position:relative;
  top:0.25rem;
  left:0.5rem;
  display:inline-block;
  height:18px;
  width:18px;
}

.block-spacing{
  margin-top: 40px;
  margin-bottom: 40px;
}

.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 linear infinite;
  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{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  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:rotate(0)
  }

  to{
    transform:rotate(1turn)
  }
}

.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-user-select: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{
  align-items:center;
  background:#ccc;
  border:0;
  border-radius:50%;
  cursor:pointer;
  display:flex;
  height:2em;
  justify-content:center;
  opacity:.7;
  padding:0;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:2em;
  z-index:1
}

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

.splide__arrow:hover:not(:disabled){
  opacity:.9
}

.splide__arrow:disabled{
  opacity:.3
}

.splide__arrow:focus-visible{
  outline:3px solid #0bf;
  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:3px solid #0bf;
  outline-offset:3px
}

.splide__pagination{
  bottom:.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;
  opacity:.7;
  padding:0;
  position:relative;
  transition:transform .2s linear;
  width:8px
}

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

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

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

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

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

.splide__slide{
  -webkit-tap-highlight-color:rgba(0,0,0,0)
}

.splide__slide:focus{
  outline:0
}

@supports(outline-offset:-3px){
  .splide__slide:focus-visible{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide__slide:focus-visible{
    border:3px solid #0bf
  }
}

@supports(outline-offset:-3px){
  .splide.is-focus-in .splide__slide:focus{
    outline:3px solid #0bf;
    outline-offset:-3px
  }
}

@media screen and (-ms-high-contrast:none){
  .splide.is-focus-in .splide__slide:focus{
    border:3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{
    border-color:#0bf
  }
}

.splide__toggle{
  cursor:pointer
}

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

.splide.is-focus-in .splide__toggle:focus{
  outline:3px solid #0bf;
  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%)
}

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

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

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

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

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

/* Template / Misc */

.tooltip {
  position: relative;
  cursor: pointer;
}

.tooltip .tooltip-text {
  max-width: 280px;
  padding: 8px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #333;
  position: absolute;
  z-index: 1000;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  text-transform: none;
  font-weight: 400;
  font-size: 13px;
  text-wrap: balance;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

.tooltip:hover .tooltip-text {
  display: block;
}

.wpcf7-form{
  margin-bottom:2rem;
  --tw-bg-opacity:1;
  background-color:rgb(245 249 250 / var(--tw-bg-opacity));
  padding:2rem
}

@media (min-width: 1024px){
  .wpcf7-form{
    margin-left:auto;
    margin-right:auto;
    max-width:580px
  }
}

.wpcf7-form .form-group{
  margin-bottom:2rem
}

.wpcf7-form label{
  font-size:1rem;
  line-height:1.5rem;
  font-weight:700;
  --tw-text-opacity:1;
  color:rgb(24 24 24 / var(--tw-text-opacity))
}

.wpcf7-form .required{
  --tw-text-opacity:1;
  color:rgb(238 74 98 / var(--tw-text-opacity))
}

.wpcf7-form p{
  margin:0px
}

.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form select,
	.wpcf7-form textarea{
  margin-top:0.25rem;
  width:100%;
  border-radius:4px;
  border-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(108 117 125 / var(--tw-border-opacity));
  padding-left:0.75rem;
  padding-right:0.75rem;
  font-weight:400
}

.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="url"],
	.wpcf7-form input[type="tel"],
	.wpcf7-form select{
  height:50px;
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity))
}

.wpcf7-form .info,
	.wpcf7-form .info p{
  font-size:0.875rem;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(108 117 125 / var(--tw-text-opacity))
}

@media (min-width: 1024px){
  .wpcf7-form input[type="submit"]{
    width:33.333333%
  }
}

/* Animations */

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translateY(15%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10%);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes slideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes slideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}

@keyframes slideInRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideOutRight {
  from {
    transform: translateX(0);
    opacity: 1;
  }

  to {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* Template / Pages */

.single-meta{
  display: flex;
  list-style: none;
  padding: 0;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #181818;
}

.single-meta i{
  color: #02866D;
  margin-right: 7px;
}

.single-meta li{
  margin-top: 10px;
  margin-bottom: 10px;
}

.single-divider {
  height: 19px;
  width: 1px;
  background-color: #e5e5e5;
  margin: 0 10px;
  /* 10px margin on each side */
}

.small-feature-img{
  float: left;
  margin-right: 15px;
  height: 280px;
  width: 266px;
  margin-top: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media not all and (min-width: 768px){
  .small-feature-img{
    margin-top:0px;
    margin-right:0px;
    margin-bottom:1rem;
    width:100%
  }
}

/* page reset */

.page .small-feature-img{
  float: right;
  margin-left: 40px;
  margin-top: 0;
  height: 390px;
  width: 255px;
}

@media not all and (min-width: 768px){
  .page .small-feature-img{
    float:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    margin-bottom:1rem;
    height:auto;
    width:100%;
    max-width:255px
  }
}

.wp-block-image img.small-feature-img + figcaption {
  float: left;
  clear: left;
  height: auto;
  max-width: 280px;
  margin-right: 15px;
  font-size: 14px;
}

@media not all and (min-width: 768px){
  .wp-block-image img.small-feature-img + figcaption{
    float:none;
    width:100%
  }
}

.answer_disclaimer ul{
  padding: 0;
  margin: 0;
}

.answer_disclaimer li::before{
  content: "•";
  margin-right: 8px;
}

.answer_disclaimer li{
  padding-left: 0;
}

n.toggle-card-buttons button:hover{
  color: #02866D;
}

.toggle-card-buttons button.btn--primary:hover{
  color: white;
}

/* Initial state of the sections */

.toggle-card-section {
  display: none;
  opacity: 0;
  transform: scale(0.95);
}

/* Animation keyframes */

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Applying the animation when the section is active */

.toggle-card-section.active {
  display: block;
  animation: popIn 0.3s ease forwards;
}

.page-template-team-hub .hero p{
  font-size:1rem;
  line-height:1.5rem;
  font-weight:400;
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity));
  margin-top: 20px;
  margin-bottom: 10px
}

.hero-about::after{
  position:absolute;
  top:0px;
  left:0px;
  display:block;
  height:100%;
  min-height:90vh;
  width:100%;
  --tw-bg-opacity:1;
  background-color:rgb(234 240 242 / var(--tw-bg-opacity))
}

@media (min-width: 1024px){
  .hero-about::after{
    height:680px;
    min-height:0px
  }
}

.hero-about::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  z-index: -1;
}

.hero-about.about-page::after {
  height: calc(100vh + 50px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
}

@media (min-width: 1024px){
  .hero-about.about-page::after {
    height: 635px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,0 90%);
    clip-path: polygon(0 0,100% 0,100% 100%,0 90%)
  }
}

.author-mentions p{
  margin-top:0px;
  margin-bottom:1.25rem
}

/* Blocks */

/*
/* ===== Yoast | FAQ ===== 
*/

/* Note: wrapping in single for now as the styles will bleed into the admin side and not allow users to edit the questions */

.single .wp-block-yoast-faq-block,.page .wp-block-yoast-faq-block{
  margin-top: 40px;
  margin-bottom: 40px;
}

.single .wp-block-yoast-faq-block .schema-faq-section,.page .wp-block-yoast-faq-block .schema-faq-section{
  width: 100%;
  background-color: white;
  border: none;
  border-bottom: 1px solid #EBEFF0;
  outline: none;
  padding: 16px 0px;
  cursor: pointer;
}

.single .wp-block-yoast-faq-block .schema-faq-section:hover strong,.page .wp-block-yoast-faq-block .schema-faq-section:hover strong{
  color: black;
}

.single .wp-block-yoast-faq-block .schema-faq-question,.page .wp-block-yoast-faq-block .schema-faq-question{
  font-weight: 600;
  font-size: 16px;
  line-height: 162.5%;
  color: black;
  justify-content: space-between;
  display: flex;
}

@media only screen and (max-width:768px){
  .single .wp-block-yoast-faq-block .schema-faq-question,.page .wp-block-yoast-faq-block .schema-faq-question{
    font-size: 16px;
    line-height: 24px
  }
}

/* .wp-block-yoast-faq-block .schema-faq-question:hover{} */

.single .wp-block-yoast-faq-block .schema-faq-question:after,.page .wp-block-yoast-faq-block .schema-faq-question:after{
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none'%3E%3Crect width='32' height='32' fill='%23F8F9FA' rx='16'/%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m22 13-6 6-6-6'/%3E%3C/svg%3E");
  font-size: 18px;
  padding-left: 12px;
  float: right;
  rotate: 0deg;
  transition: rotate 0.35s;
  align-items: center;
  display: flex;
}

.single .wp-block-yoast-faq-block .schema-faq-question.is-open:after, .page .wp-block-yoast-faq-block .schema-faq-question.is-open:after {
  transform: rotateX(180deg);
  transition: rotate 0.35s;
  position: relative;
  top: -8px;
}

.single .wp-block-yoast-faq-block .schema-faq-answer,.page .wp-block-yoast-faq-block .schema-faq-answer{
  padding-top: 16px;
  display: none;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

/*
* ===== Native Block | Table ===== 
*/

.wp-block-table{
  margin-top: 40px;
  margin-bottom: 40px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.wp-block-table thead{
  background: #F0F4F5;
  color: #000;
  border: 0;
  font-weight: 600;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

@media only screen and (max-width:768px){
  .wp-block-table thead{
    font-size: 16px
  }
}

.wp-block-table th{
  border: none;
  padding: 14px 24px;
}

.wp-block-table td{
  color: #404040;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 16px;
  line-height: 162.5%;
}

@media only screen and (max-width:768px){
  .wp-block-table td{
    font-size: 15px;
    line-height: 22px
  }
}

.block--pros-cons-list{
  overflow-x:auto
}

ul.list-\[square\].block--pros-cons-list{
  margin-left:1rem
}

.block--pros-cons-list{
  margin-top: 40px;
  margin-bottom: 40px;
}

.block--pros-cons-list table{
  table-layout: fixed;
  width: 100%;
}

.block--pros-cons-list table thead tr{
  text-align:left;
  font-size:1rem;
  font-weight:600;
  line-height:1.25rem
}

.block--pros-cons-list .title--pros{
  width:50%;
  border-bottom-width:3px;
  --tw-border-opacity:1;
  border-color:rgb(26 182 157 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(245 249 250 / var(--tw-bg-opacity));
  padding-top:1rem;
  padding-bottom:1rem;
  padding-left:1.5rem;
  padding-right:1.5rem
}

.block--pros-cons-list .title--cons{
  width:50%;
  border-bottom-width:3px;
  --tw-border-opacity:1;
  border-color:rgb(238 74 98 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(245 249 250 / var(--tw-bg-opacity));
  padding-top:1rem;
  padding-bottom:1rem;
  padding-left:1.5rem;
  padding-right:1.5rem
}

.block--pros-cons-list table tbody{
  font-size:1rem;
  font-weight:500;
  line-height:1.25rem;
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity))
}

.block--pros-cons-list tbody td{
  border-bottom-width:1px;
  --tw-border-opacity:1;
  border-color:rgb(229 229 229 / var(--tw-border-opacity));
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top:0.875rem;
  padding-bottom:0.875rem;
  padding-left:1.5rem;
  padding-right:1.5rem
}

ul.list-\[square\].block--review-block{
  margin-left:1rem
}

.block--review-block{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
  gap:2rem;
  border-width:1px;
  border-color:rgb(2 134 109 / var(--tw-border-opacity));
  --tw-border-opacity:.15;
  padding:1.5rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 768px){
  .block--review-block{
    flex-direction:row
  }
}

.after\:text-\[12px\]::after{
  content:var(--tw-content);
  font-size:12px
}

.after\:content-\[\'next\'\]::after{
  --tw-content:'next';
  content:var(--tw-content)
}

.after\:content-\[\'prev\'\]::after{
  --tw-content:'prev';
  content:var(--tw-content)
}

.last\:mb-0:last-child{
  margin-bottom:0px
}

.last\:border-b-0:last-child{
  border-bottom-width:0px
}

.checked\:bg-green-500:checked{
  --tw-bg-opacity:1;
  background-color:rgb(2 134 109 / var(--tw-bg-opacity))
}

.hover\:border-green:hover{
  --tw-border-opacity:1;
  border-color:rgb(2 134 109 / var(--tw-border-opacity))
}

.hover\:border-green-500:hover{
  --tw-border-opacity:1;
  border-color:rgb(2 134 109 / var(--tw-border-opacity))
}

.hover\:bg-green:hover{
  --tw-bg-opacity:1;
  background-color:rgb(2 134 109 / var(--tw-bg-opacity))
}

.hover\:bg-green-500\/5:hover{
  background-color:rgb(2 134 109 / 0.05)
}

.hover\:bg-orange:hover{
  --tw-bg-opacity:1;
  background-color:rgb(248 148 31 / var(--tw-bg-opacity))
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity:1;
  background-color:rgb(238 74 98 / var(--tw-bg-opacity))
}

.hover\:bg-none:hover{
  background-image:none
}

.hover\:stroke-green-500:hover{
  stroke:#02866D
}

.hover\:text-black-700:hover{
  --tw-text-opacity:1;
  color:rgb(64 64 64 / var(--tw-text-opacity))
}

.hover\:text-green:hover{
  --tw-text-opacity:1;
  color:rgb(2 134 109 / var(--tw-text-opacity))
}

.hover\:text-orange:hover{
  --tw-text-opacity:1;
  color:rgb(248 148 31 / var(--tw-text-opacity))
}

.hover\:text-white:hover{
  --tw-text-opacity:1;
  color:rgb(255 255 255 / var(--tw-text-opacity))
}

.hover\:underline:hover{
  text-decoration-line:underline
}

.hover\:no-underline:hover{
  text-decoration-line:none
}

.hover\:shadow-children-hover:hover{
  --tw-shadow:0 10px 45px 0 rgba(0,0,0,.1);
  --tw-shadow-colored:0 10px 45px 0 var(--tw-shadow-color);
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.hover\:\[text-shadow\:_0_0_1px_rgba\(0\2c _0\2c _0\2c _0\.5\)\]:hover{
  text-shadow:0 0 1px rgba(0, 0, 0, 0.5)
}

.group[open] .group-open\:block{
  display:block
}

.group[open] .group-open\:hidden{
  display:none
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x:1.1;
  --tw-scale-y:1.1;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:opacity-100{
  opacity:1
}

.peer:checked ~ .peer-checked\:block{
  display:block
}

.peer:checked ~ .peer-checked\:border-green-500{
  --tw-border-opacity:1;
  border-color:rgb(2 134 109 / var(--tw-border-opacity))
}

.peer:checked ~ .peer-checked\:bg-green-200{
  --tw-bg-opacity:1;
  background-color:rgb(26 182 157 / var(--tw-bg-opacity))
}

.peer:checked ~ .peer-checked\:bg-red-500{
  --tw-bg-opacity:1;
  background-color:rgb(239 68 68 / var(--tw-bg-opacity))
}

.peer:checked ~ .peer-checked\:stroke-green-500{
  stroke:#02866D
}

.peer:checked ~ .peer-checked\:stroke-white{
  stroke:#fff
}

.peer.mapboxgl-popup-close-button ~ .peer-\[\.mapboxgl-popup-close-button\]\:z-10{
  z-index:10
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity:1;
  color:rgb(185 28 28 / var(--tw-text-opacity))
}

@media not all and (min-width: 1024px){
  .max-lg\:col-span-12{
    grid-column:span 12 / span 12
  }

  .max-lg\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .max-lg\:hidden{
    display:none
  }

  .max-lg\:flex-col{
    flex-direction:column
  }

  .max-lg\:pt-1{
    padding-top:0.25rem
  }

  .max-lg\:pt-1\.5{
    padding-top:0.375rem
  }
}

@media not all and (min-width: 768px){
  .max-md\:mx-1{
    margin-left:0.25rem;
    margin-right:0.25rem
  }

  .max-md\:mb-3{
    margin-bottom:0.75rem
  }

  .max-md\:mb-6{
    margin-bottom:1.5rem
  }

  .max-md\:mt-3{
    margin-top:0.75rem
  }

  .max-md\:flex{
    display:flex
  }

  .max-md\:hidden{
    display:none
  }

  .max-md\:flex-col{
    flex-direction:column
  }

  .max-md\:items-center{
    align-items:center
  }

  .max-md\:overflow-x-scroll{
    overflow-x:scroll
  }

  .max-md\:font-normal{
    font-weight:400
  }

  .max-md\:tracking-normal{
    letter-spacing:0em
  }
}

@media (min-width: 640px){
  .sm\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .sm\:mb-16{
    margin-bottom:4rem
  }

  .sm\:mt-10{
    margin-top:2.5rem
  }

  .sm\:mt-6{
    margin-top:1.5rem
  }

  .sm\:block{
    display:block
  }

  .sm\:h-20{
    height:5rem
  }

  .sm\:w-1\/2{
    width:50%
  }

  .sm\:w-10{
    width:2.5rem
  }

  .sm\:columns-2{
    -moz-columns:2;
         columns:2
  }

  .sm\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .sm\:flex-row{
    flex-direction:row
  }

  .sm\:gap-10{
    gap:2.5rem
  }

  .sm\:gap-14{
    gap:3.5rem
  }

  .sm\:gap-20{
    gap:5rem
  }

  .sm\:gap-6{
    gap:1.5rem
  }

  .sm\:gap-8{
    gap:2rem
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse:0;
    margin-right:calc(2rem * var(--tw-space-x-reverse));
    margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))
  }

  .sm\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .sm\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .sm\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .sm\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .sm\:py-6{
    padding-top:1.5rem;
    padding-bottom:1.5rem
  }

  .sm\:pt-10{
    padding-top:2.5rem
  }

  .sm\:text-3xl{
    font-size:1.875rem;
    line-height:2.25rem
  }

  .sm\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .sm\:text-\[65px\]{
    font-size:65px
  }

  .sm\:leading-\[72px\]{
    line-height:72px
  }
}

@media (min-width: 768px){
  .md\:col-span-12{
    grid-column:span 12 / span 12
  }

  .md\:col-span-4{
    grid-column:span 4 / span 4
  }

  .md\:col-span-8{
    grid-column:span 8 / span 8
  }

  .md\:mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .md\:my-0{
    margin-top:0px;
    margin-bottom:0px
  }

  .md\:-ml-\[24px\]{
    margin-left:-24px
  }

  .md\:mb-28{
    margin-bottom:7rem
  }

  .md\:mb-7{
    margin-bottom:1.75rem
  }

  .md\:mb-8{
    margin-bottom:2rem
  }

  .md\:mb-\[20px\]{
    margin-bottom:20px
  }

  .md\:mt-4{
    margin-top:1rem
  }

  .md\:mt-\[60px\]{
    margin-top:60px
  }

  .md\:block{
    display:block
  }

  .md\:inline{
    display:inline
  }

  .md\:flex{
    display:flex
  }

  .md\:hidden{
    display:none
  }

  .md\:h-\[258px\]{
    height:258px
  }

  .md\:h-\[286px\]{
    height:286px
  }

  .md\:h-\[330px\]{
    height:330px
  }

  .md\:h-\[60px\]{
    height:60px
  }

  .md\:h-\[80px\]{
    height:80px
  }

  .md\:w-1\/4{
    width:25%
  }

  .md\:w-3\/4{
    width:75%
  }

  .md\:w-\[124px\]{
    width:124px
  }

  .md\:w-\[calc\(100\%\+48px\)\]{
    width:calc(100% + 48px)
  }

  .md\:w-full{
    width:100%
  }

  .md\:max-w-\[214px\]{
    max-width:214px
  }

  .md\:columns-3{
    -moz-columns:3;
         columns:3
  }

  .md\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .md\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .md\:grid-cols-\[1fr_300px_30px\]{
    grid-template-columns:1fr 300px 30px
  }

  .md\:flex-row{
    flex-direction:row
  }

  .md\:justify-end{
    justify-content:flex-end
  }

  .md\:gap-1{
    gap:0.25rem
  }

  .md\:gap-10{
    gap:2.5rem
  }

  .md\:gap-4{
    gap:1rem
  }

  .md\:gap-5{
    gap:1.25rem
  }

  .md\:gap-7{
    gap:1.75rem
  }

  .md\:gap-x-7{
    -moz-column-gap:1.75rem;
         column-gap:1.75rem
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))
  }

  .md\:p-10{
    padding:2.5rem
  }

  .md\:p-8{
    padding:2rem
  }

  .md\:px-10{
    padding-left:2.5rem;
    padding-right:2.5rem
  }

  .md\:px-12{
    padding-left:3rem;
    padding-right:3rem
  }

  .md\:px-6{
    padding-left:1.5rem;
    padding-right:1.5rem
  }

  .md\:px-\[40px\]{
    padding-left:40px;
    padding-right:40px
  }

  .md\:py-10{
    padding-top:2.5rem;
    padding-bottom:2.5rem
  }

  .md\:py-12{
    padding-top:3rem;
    padding-bottom:3rem
  }

  .md\:py-8{
    padding-top:2rem;
    padding-bottom:2rem
  }

  .md\:py-\[45px\]{
    padding-top:45px;
    padding-bottom:45px
  }

  .md\:pb-10{
    padding-bottom:2.5rem
  }

  .md\:pl-8{
    padding-left:2rem
  }

  .md\:pt-12{
    padding-top:3rem
  }

  .md\:pt-\[30px\]{
    padding-top:30px
  }

  .md\:text-center{
    text-align:center
  }

  .md\:text-right{
    text-align:right
  }

  .md\:text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .md\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .md\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .md\:text-\[15px\]{
    font-size:15px
  }

  .md\:text-\[30px\]{
    font-size:30px
  }

  .md\:text-\[46px\]{
    font-size:46px
  }

  .md\:text-base{
    font-size:1rem;
    line-height:1.5rem
  }

  .md\:text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .md\:text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .md\:leading-\[50px\]{
    line-height:50px
  }

  .md\:leading-\[58px\]{
    line-height:58px
  }

  .peer.is-sticky ~ .md\:peer-\[\&\.is-sticky\]\:ml-\[280px\]{
    margin-left:280px
  }
}

@media (min-width: 1024px){
  .lg\:top-\[-130px\]{
    top:-130px
  }

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

  .lg\:col-span-2{
    grid-column:span 2 / span 2
  }

  .lg\:col-span-4{
    grid-column:span 4 / span 4
  }

  .lg\:col-span-8{
    grid-column:span 8 / span 8
  }

  .lg\:mx-0{
    margin-left:0px;
    margin-right:0px
  }

  .lg\:mb-0{
    margin-bottom:0px
  }

  .lg\:mb-10{
    margin-bottom:2.5rem
  }

  .lg\:mb-24{
    margin-bottom:6rem
  }

  .lg\:mb-4{
    margin-bottom:1rem
  }

  .lg\:mb-6{
    margin-bottom:1.5rem
  }

  .lg\:mb-7{
    margin-bottom:1.75rem
  }

  .lg\:mb-\[100px\]{
    margin-bottom:100px
  }

  .lg\:mb-\[120px\]{
    margin-bottom:120px
  }

  .lg\:mb-\[80px\]{
    margin-bottom:80px
  }

  .lg\:ml-0{
    margin-left:0px
  }

  .lg\:mt-0{
    margin-top:0px
  }

  .lg\:mt-16{
    margin-top:4rem
  }

  .lg\:mt-3{
    margin-top:0.75rem
  }

  .lg\:block{
    display:block
  }

  .lg\:flex{
    display:flex
  }

  .lg\:hidden{
    display:none
  }

  .lg\:h-\[241\.33px\]{
    height:241.33px
  }

  .lg\:h-\[270px\]{
    height:270px
  }

  .lg\:w-1\/2{
    width:50%
  }

  .lg\:w-1\/3{
    width:33.333333%
  }

  .lg\:w-2\/3{
    width:66.666667%
  }

  .lg\:w-auto{
    width:auto
  }

  .lg\:min-w-0{
    min-width:0px
  }

  .lg\:min-w-fit{
    min-width:-moz-fit-content;
    min-width:fit-content
  }

  .lg\:max-w-\[270px\]{
    max-width:270px
  }

  .lg\:max-w-\[400px\]{
    max-width:400px
  }

  .lg\:max-w-\[482px\]{
    max-width:482px
  }

  .lg\:max-w-\[550px\]{
    max-width:550px
  }

  .lg\:max-w-\[900px\]{
    max-width:900px
  }

  .lg\:max-w-none{
    max-width:none
  }

  .lg\:max-w-sm{
    max-width:24rem
  }

  .lg\:flex-1{
    flex:1 1 0%
  }

  .lg\:columns-4{
    -moz-columns:4;
         columns:4
  }

  .lg\:grid-cols-2{
    grid-template-columns:repeat(2, minmax(0, 1fr))
  }

  .lg\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .lg\:grid-cols-4{
    grid-template-columns:repeat(4, minmax(0, 1fr))
  }

  .lg\:grid-cols-\[270px_270px_270px_1fr\]{
    grid-template-columns:270px 270px 270px 1fr
  }

  .lg\:flex-row{
    flex-direction:row
  }

  .lg\:flex-row-reverse{
    flex-direction:row-reverse
  }

  .lg\:flex-col{
    flex-direction:column
  }

  .lg\:items-center{
    align-items:center
  }

  .lg\:justify-between{
    justify-content:space-between
  }

  .lg\:gap-0{
    gap:0px
  }

  .lg\:gap-12{
    gap:3rem
  }

  .lg\:gap-14{
    gap:3.5rem
  }

  .lg\:gap-6{
    gap:1.5rem
  }

  .lg\:gap-8{
    gap:2rem
  }

  .lg\:gap-\[60px\]{
    gap:60px
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse:0;
    margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom:calc(3rem * var(--tw-space-y-reverse))
  }

  .lg\:p-12{
    padding:3rem
  }

  .lg\:px-0{
    padding-left:0px;
    padding-right:0px
  }

  .lg\:px-14{
    padding-left:3.5rem;
    padding-right:3.5rem
  }

  .lg\:py-14{
    padding-top:3.5rem;
    padding-bottom:3.5rem
  }

  .lg\:py-20{
    padding-top:5rem;
    padding-bottom:5rem
  }

  .lg\:py-4{
    padding-top:1rem;
    padding-bottom:1rem
  }

  .lg\:pb-14{
    padding-bottom:3.5rem
  }

  .lg\:pb-7{
    padding-bottom:1.75rem
  }

  .lg\:pb-\[110px\]{
    padding-bottom:110px
  }

  .lg\:pb-\[120px\]{
    padding-bottom:120px
  }

  .lg\:pl-0{
    padding-left:0px
  }

  .lg\:pl-7{
    padding-left:1.75rem
  }

  .lg\:pr-28{
    padding-right:7rem
  }

  .lg\:pt-20{
    padding-top:5rem
  }

  .lg\:pt-\[115px\]{
    padding-top:115px
  }

  .lg\:pt-\[75px\]{
    padding-top:75px
  }

  .lg\:text-left{
    text-align:left
  }

  .lg\:text-center{
    text-align:center
  }

  .lg\:text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .lg\:text-5xl{
    font-size:3rem;
    line-height:1
  }

  .lg\:text-\[15px\]{
    font-size:15px
  }

  .lg\:text-\[22px\]{
    font-size:22px
  }

  .lg\:text-\[33px\]{
    font-size:33px
  }

  .lg\:text-\[38px\]{
    font-size:38px
  }

  .lg\:text-\[43px\]{
    font-size:43px
  }

  .lg\:text-\[50px\]{
    font-size:50px
  }

  .lg\:text-\[54px\]{
    font-size:54px
  }

  .lg\:leading-\[60px\]{
    line-height:60px
  }

  .lg\:leading-\[64px\]{
    line-height:64px
  }

  .lg\:shadow-none{
    --tw-shadow:0 0 #0000;
    --tw-shadow-colored:0 0 #0000;
    box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
  }
}

@media (min-width: 1280px){
  .xl\:ml-\[120px\]{
    margin-left:120px
  }

  .xl\:h-\[311\.33px\]{
    height:311.33px
  }

  .xl\:h-\[50px\]{
    height:50px
  }

  .xl\:w-\[124px\]{
    width:124px
  }

  .xl\:grid-cols-3{
    grid-template-columns:repeat(3, minmax(0, 1fr))
  }

  .xl\:flex-row{
    flex-direction:row
  }

  .xl\:items-start{
    align-items:flex-start
  }

  .xl\:text-left{
    text-align:left
  }
}

@media (min-width: 1536px){
  .\32xl\:max-w-\[232px\]{
    max-width:232px
  }
}

.\[\&\.is-sticky\]\:translate-x-0.is-sticky{
  --tw-translate-x:0px;
  transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.\[\&\.is-sticky\]\:opacity-100.is-sticky{
  opacity:1
}


