:root {
  --action-medium: #e44a1b;
  --yellow: #f8a91b;
  --black: #000000;
  --off-white: #f9f2e4;
  --home-off-white: #fefbf1;
}
.Smallmap__Wrapper {
  width: 100%;
  position: relative;
  display: block;
  height: 500px;
  background-image: url(/wp-content/plugins/conanmap/assets/map-mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.Smallmap__Wrapper::before,
.Smallmap__Wrapper::after {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  background-size: 100%;
  background-position: top center;
  z-index: 900;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 600px;
}
.Smallmap__Wrapper::before {
  top: -1px;
  background-image: url(/wp-content/plugins/conanmap/assets/overlay-top-home.svg);
}
.Smallmap__Wrapper::after {
  bottom: -1px;
  background-image: url(/wp-content/plugins/conanmap/assets/overlay-bottom-home.svg);
  background-position: bottom center;
}
@media (min-width: 600px) {
  .Smallmap__Wrapper {
    height: auto;
    background-image: none;
  }
  .Smallmap__Wrapper::before,
  .Smallmap__Wrapper::after {
    background-size: 1244px auto;
  }
  #conan-small-map {
    display: block !important;
  }
  .Smallmap__Overlay {
    width: auto !important;
    max-width: 1000px !important;
  }
}
@media (min-width: 1244px) {
  .Smallmap__Wrapper::before,
  .Smallmap__Wrapper::after {
    background-size: 100%;
  }
}
/* Responsive Map */
#conan-small-map {
  width: 100%;
  display: none;
}
/* Overlay */
.Smallmap__Overlay {
  position: absolute !important;
}
.Smallmap__Overlay {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 350px;
}
.Smallmap__Overlay h3 {
  margin-bottom: 30px;
  font-size: 70px;
  color: #000000;
  color: var(--black);
  text-align: center;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.Smallmap__Button {
  background-color: #000000 !important;
  background-color: var(--black) !important;
  color: #f9f2e4 !important;
  color: var(--off-white) !important;
}
.Smallmap__Button::before {
  background-color: #e44a1b !important;
  background-color: var(--action-medium) !important;
}
.Map__Container {
  background-color: #000000 !important;
  background-color: var(--black) !important;
}
.Map__Container {
  position: relative;
  overflow: hidden;
}
.Map__Container::before,
.Map__Container::after {
  content: '';
  display: block;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  background-size: 100%;
  background-position: top center;
  z-index: 900;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 600px;
}
.Map__Container::before {
  top: -1px;
  background-image: url(/wp-content/plugins/conanmap/assets/overlay-top.svg);
}
.Map__Container::after {
  bottom: -1px;
  background-image: url(/wp-content/plugins/conanmap/assets/overlay-bottom.svg);
  background-position: bottom center;
}
@media (min-width: 600px) {
  .Map__Container::before,
  .Map__Container::after {
    background-size: 1244px auto;
  }
}
@media (min-width: 1244px) {
  .Map__Container::before,
  .Map__Container::after {
    background-size: 100%;
  }
}
.leaflet-container {
  background-color: #000000 !important;
  background-color: var(--black) !important;
}
.leaflet-container {
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  z-index: 1;
  position: relative;
}
/* Marker */
.leaflet-marker-icon {
  -webkit-transition: top 120ms ease;
  transition: top 120ms ease;
  -webkit-animation-name: bounceInDown;
          animation-name: bounceInDown;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 180ms;
          animation-duration: 180ms;
}
.leaflet-marker-icon:hover {
  top: -4px;
}
.Map__Instructions,
.Map__Buttons {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 5;
}
.Map__Instructions {
  bottom: 210px;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 30px;
  display: block;
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.Map__Instructions svg {
  display: block;
  -webkit-animation-name: wobble;
          animation-name: wobble;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-duration: 5000ms;
          animation-duration: 5000ms;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  width: 39.552px;
  height: 58.44px;
}
.Map__Instructions::after {
  content: '';
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 9999em;
  background: radial-gradient(
    circle,
    rgb(59, 40, 19, 0.6) 0%,
    rgb(59, 40, 19, 0.6) 100%
  );
  -webkit-filter: blur(14px);
          filter: blur(14px);
}
.Zoom__Buttons,
.Map__Buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.Map__Buttons {
  bottom: 130px;
}
.Zoom__Buttons {
  margin-left: 10px;
}
.Map__Button {
  display: block;
  border: 0;
  color: #f9f2e4;
  color: var(--off-white);
  background-color: #000000;
  background-color: var(--black);
  padding: 0 20px;
  height: 42px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  font-family: 'Archivo Narrow';
  font-size: 16px;
  line-height: 42px;
}
.Zoom__Button {
  display: block;
  border: 0;
  color: #f9f2e4;
  color: var(--off-white);
  background-color: #000000;
  background-color: var(--black);
  cursor: pointer;
  -webkit-transition: all 180ms ease;
  transition: all 180ms ease;
  width: 42px;
  height: 42px;
  position: relative;
}
.Zoom__Button:disabled {
  opacity: 0.25;
  cursor: not-allowed;
}
.Zoom__Button::before,
.Zoom__Button::after {
  content: '';
  background-color: currentColor;
  width: 14px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.Zoom__Button#zoom-in {
  background-color: #f9f2e4;
  background-color: var(--off-white);
  color: #000000;
  color: var(--black);
}
.Zoom__Button#zoom-in::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.Zoom__Button:hover:not(:disabled) {
  background-color: #e44a1b !important;
  background-color: var(--action-medium) !important;
  color: #f9f2e4 !important;
  color: var(--off-white) !important;
}
@media (max-width: 767px) {
  .Map__Button {
    font-size: 14px;
  }

  .leaflet-container {
    height: 80vh;
  }

  .Zoom__Buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: -55px;
    bottom: 100px;
  }
  .Zoom__Button#zoom-in {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .Zoom__Button#zoom-out {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.Map__Button:hover,
.Map__Button.Map__Button--active {
  z-index: 10;
}
.Map__Button:hover,
.Map__Button.Map__Button--active {
  color: #f9f2e4;
  color: var(--off-white);
  background-color: #e44a1b;
  background-color: var(--action-medium);
  border-color: #e44a1b;
  border-color: var(--action-medium);
}
/* Clouds */
#Map__Cloud--1,
#Map__Cloud--2,
#Map__Cloud--3,
#Map__Cloud--4 {
  position: absolute;
  display: block;
  pointer-events: none;
  -ms-touch-action: none;
      touch-action: none;
  width: 500px;
  height: 500px;
  background-size: contain;
  -webkit-animation: clouds 100s infinite linear;
          animation: clouds 100s infinite linear;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
#Map__Cloud--1 {
  top: 10%;
  left: -10%;
}
#Map__Cloud--2 {
  top: 35%;
  left: -50%;
}
#Map__Cloud--3 {
  top: 55%;
  left: 75%;
}
#Map__Cloud--4 {
  top: 85%;
  left: 25%;
}
@media (max-width: 767px) {
  #clouds-svg {
    display: none;
  }
}
@-webkit-keyframes clouds {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes clouds {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes bounceInDown {
  from {
    opacity: 0;
    top: -30px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes bounceInDown {
  from {
    opacity: 0;
    top: -30px;
  }

  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
            transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
            transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
            transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
            transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
            transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}
.Homepage__LottieWrapper {
  display: block;
  position: relative;
}
.Homepage__Lottie__Text {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  position: absolute;
  display: block;
  width: 375px;
}
.Homepage__Lottie__Text img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
}
.Homepage__Lottie__Text h4 {
  font-size: 32px;
}
.Homepage__Lottie__Text.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
.Homepage__Lottie__Text--aliases {
  width: 184px;
  bottom: 16px;
  right: 45px;
  -webkit-transform: translate(-15px, -15px) scale(0.8);
          transform: translate(-15px, -15px) scale(0.8);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.Homepage__Lottie__Text--allies {
  width: 157px;
  top: 34px;
  left: -40px;
  -webkit-transform: translate(15px, 15px) scale(0.8);
          transform: translate(15px, 15px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  text-align: right;
}
.Homepage__Lottie__Text--skills {
  width: 197px;
  top: 67px;
  left: -80px;
  -webkit-transform: translate(15px, 15px) scale(0.8);
          transform: translate(15px, 15px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  text-align: right;
}

