@charset "UTF-8";
.navigation {
  padding: 8px 70px;
  background-color: #015551;
  z-index: 999999999 !important;
}
@media screen and (max-width: 1300px) {
  .navigation {
    padding: 5px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .navigation {
    padding: 0px 8px 0px 18px;
  }
}
.navigation__brand {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navigation__logo {
  width: 200px;
  border-radius: 0 !important;
}
@media screen and (max-width: 1200px) {
  .navigation__logo {
    width: 150px;
  }
}
.navigation__toggler {
  border: none;
  box-shadow: none;
}
.navigation__toggler:focus {
  border: none;
  box-shadow: none;
}
.navigation__link {
  font-size: 20px;
  margin-right: 10px;
  margin-left: 10px;
  color: #FDFBEE;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .navigation__link {
    font-size: 18px;
    margin-left: 6;
    margin-right: 6;
  }
}
@media screen and (max-width: 1400px) {
  .navigation__link {
    font-size: 18px;
    margin-left: 0;
    margin-right: 6;
  }
}
.navigation__link:hover {
  color: #EACA53;
}
.navigation__link:focus {
  color: #EACA53;
}
.navigation__offcanvas-end {
  width: 100vw !important;
  border: none !important;
  background-color: #015551;
}
.navigation__offcanvas-header {
  padding: 20px;
}
.navigation__offcanvas-header h5 {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #FDFBEE;
}
@media screen and (max-width: 1199px) {
  .navigation__offcanvas-body {
    padding: 20px;
  }
}
.navigation__some-container {
  display: none;
}
@media screen and (max-width: 1199px) {
  .navigation__some-container {
    display: block;
    margin-top: 10px;
  }
}
.navigation__close {
  background: url(../assets/img/close-kvit.svg) no-repeat;
  width: 25px;
  height: 25px;
  opacity: 1;
  padding: 1px !important;
  margin: 0 !important;
  margin-left: auto !important;
}
.navigation__close:hover {
  opacity: 1;
}
.navigation__navbar {
  border-bottom: 2px solid #FDFBEE;
}
@media screen and (max-width: 1199px) {
  .navigation__navbar {
    border: none;
  }
}

.offcanvas-body {
  overflow-y: visible;
}

.navbar-toggler-icon {
  background-image: url(../assets/img/burger-kvit.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 1199px) {
  .navbar-toggler-icon {
    width: 32px;
    height: 32px;
  }
}

.language {
  position: fixed;
  right: 20px;
  bottom: 45%;
  z-index: 999;
}
.language__link {
  margin-bottom: 10px;
  display: block;
}
.language__flag {
  width: 27px;
  height: 23px;
  border-radius: 0 !important;
}
.language__mob {
  display: none;
}
@media screen and (max-width: 1199px) {
  .language__mob {
    display: block;
    border-top: 2px solid #FDFBEE;
    padding-top: 60px;
    margin-top: 50px;
  }
  .language__mob .language__link {
    display: inline-block;
    margin-right: 20px;
  }
  .language__mob .language__flag {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .language__desktop {
    display: none;
  }
}

.some {
  display: inline-block;
}
.some__icon {
  display: inline-block;
}
.some svg {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  color: #FDFBEE;
}

/* Navigation hide/show on scroll
   -------------------------------------------------- */
/* Don't set transform in the base state – keeps offcanvas correct */
.navigation {
  transition: transform 0.28s ease;
  z-index: 1030;
}

/* Hidden state: slide bar fully out of viewport */
.navigation--hidden {
  transform: translateY(-100%);
}

/* When offcanvas is open, force nav visible (avoid any edge flicker) */
body.offcanvas-open .navigation {
  transform: none !important;
}

/* Respect reduced motion users */
@media (prefers-reduced-motion: reduce) {
  .navigation {
    transition: none;
  }
}
.footer {
  margin: 150px 70px 0px;
  border-top: 2px solid #FDFBEE;
  padding-top: 50px;
}
@media screen and (max-width: 991px) {
  .footer {
    margin: 50px 10px 0;
  }
}
.footer img {
  border-radius: 0 !important;
}
@media screen and (max-width: 991px) {
  .footer__coop {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.footer__coop img {
  max-height: max-content;
  height: 70px;
}
@media screen and (max-width: 991px) {
  .footer__coop img {
    max-height: fit-content;
  }
}
.footer__some {
  margin-bottom: 20px;
  display: block !important;
}
@media screen and (max-width: 991px) {
  .footer__some {
    display: block !important;
  }
}
.footer__some-icon svg {
  color: #EACA53;
  transition: all 0.2s ease;
}
.footer__some-icon svg:hover {
  color: #FDFBEE;
}
.footer__minitext {
  margin-top: 40px;
  font-size: 11px;
  color: #FDFBEE;
}
@media screen and (max-width: 991px) {
  .footer__minitext {
    margin: 30px 10px 0;
  }
}
.footer__minitext p {
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer__minitext p {
    font-size: 11px !important;
  }
}
.footer__cookies-link {
  padding-top: 30px;
}
.footer__cookies-link a {
  text-transform: uppercase;
  color: #FDFBEE !important;
  font-weight: 400;
}
.footer__cookies-link a:hover {
  color: #EACA53 !important;
}
.footer__discount img {
  max-height: 70px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 991px) {
  .footer__discount img {
    max-height: fit-content;
  }
}

.top__container {
  border-radius: 15px 0 0 15px;
  position: fixed;
  right: 9px;
  bottom: 30px;
  text-align: center;
  padding: 6px 6px 6px 7px;
  z-index: 99999999;
}
.top__container:hover {
  text-decoration: none;
  cursor: pointer;
}
.top__container:hover .top__img {
  transform: translateY(-7px) rotate(270deg);
}
.top__container p {
  color: #FDFBEE;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0px;
}
.top__img {
  width: 20px;
  height: 27px;
  transition: transform 0.5s ease;
  transform: rotate(270deg);
}
.top--show {
  opacity: 1;
  transition: all 0.2s ease;
}
.top--hide {
  opacity: 0;
  transition: all 0.2s ease;
}

#elc-cookie-consent {
  z-index: 999999999 !important;
}

#elc-cookie-consent .elc-button-link {
  background-color: #FDFBEE !important;
  color: #FFFDF8 !important;
  border-radius: 1px !important;
  padding: 9px 22px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  font-weight: 400 !important;
  border: none !important;
  height: auto !important;
}

#elc-cookie-consent h3 {
  margin-bottom: 15px !important;
}

#elc-cookie-tab {
  background-color: #FDFBEE !important;
  text-decoration: none !important;
}

.top__container {
  border-radius: 15px 0 0 15px;
  position: fixed;
  right: 9px;
  bottom: 30px;
  text-align: center;
  padding: 6px 6px 6px 7px;
  z-index: 99999999;
}
.top__container:hover {
  text-decoration: none;
  cursor: pointer;
}
.top__container:hover .top__img {
  transform: translateY(-7px) rotate(180deg);
}
.top__container p {
  color: #FDFBEE;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.top__img {
  width: 30px;
  height: 49px;
  transition: transform 0.5s ease;
  transform: rotate(180deg);
}
.top--show {
  opacity: 1;
  transition: all 0.2s ease;
}
.top--hide {
  opacity: 0;
  transition: all 0.2s ease;
}

.cookies {
  margin-top: 200px;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .cookies {
    margin-bottom: 160px;
    padding-left: 20px;
  }
}
.cookies h1 {
  padding-bottom: 40px;
}

#elc-cookie-consent {
  background-color: #FDFBEE !important;
  color: #015551 !important;
}
@media screen and (max-width: 767px) {
  #elc-cookie-consent {
    padding: 20px !important;
  }
}

#elc-cookie-consent .elc-button-link {
  font-family: "helvetica-lt-pro", sans-serif !important;
  border-radius: 30px !important;
  background-color: #015551 !important;
  color: #FDFBEE !important;
  padding: 6px 25px 5px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: background-color 0.2s ease !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  #elc-cookie-consent .elc-button-link {
    width: 100px !important;
  }
}
#elc-cookie-consent .elc-button-link:hover {
  background-color: #EACA53 !important;
  color: #015551 !important;
}

#elc-cookie-tab {
  border-radius: 15px 0 0 0 !important;
  background-color: #FDFBEE !important;
}

#elc-cookie-tab a {
  color: #015551 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

#elc-cookie-consent .elc-text-link {
  color: #015551 !important;
}

#cookie-link {
  color: #015551 !important;
  text-decoration: underline !important;
}
#cookie-link:hover {
  text-decoration: none !important;
}

#elc-cookie-consent .button-container {
  padding-top: 20px !important;
}

/* Map container: keep aspect from SVG viewBox; SVG itself scales responsively */
.map {
  display: block;
  max-width: 100%;
  /* Show focus/hover states for any linked region */
}
.map svg {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
@media screen and (max-width: 991px) {
  .map svg {
    border-radius: 0;
  }
}
.map svg a {
  cursor: pointer;
  outline: none;
  /* we’ll use stroke highlight */
  /* Highlight on focus/hover: stroke all shapes inside */
}
.map svg a:hover *, .map svg a:focus * {
  /* Don’t change fill by default, only add an outline */
  stroke: currentColor;
  stroke-width: 2px;
  vector-effect: non-scaling-stroke;
  /* keep outline width consistent while scaling */
}
.map__author {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-style: italic;
}
@media screen and (max-width: 991px) {
  .map__author {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.map__author a {
  font-size: 15px;
}

.map svg {
  display: block;
  width: 100%;
  height: auto;
}

.map svg text {
  pointer-events: none;
}

/* Styles for the 404 page */
.notfound {
  min-height: 100vh;
  padding: 2rem;
}

.notfound__inner {
  max-width: 42rem;
  margin-inline: auto;
}

.notfound__code {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 700;
  opacity: 0.4;
  color: #FDFBEE !important;
}

.notfound__title {
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.notfound__lead {
  font-size: 1.125rem;
  color: #FDFBEE;
}

.notfound__lead a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #FDFBEE;
}
.notfound__lead a:hover, .notfound__lead a:focus {
  text-decoration: none;
  color: #FDFBEE;
}

body {
  background-color: #015551;
  color: #FDFBEE;
  font-family: "helvetica-lt-pro", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
  }
}

h1 {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -8px;
  margin-bottom: 15px;
  font-size: 39px;
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 5px;
  font-size: 39px;
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
  }
}

h3 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
}

img {
  border-radius: 17px;
}

a {
  color: #EACA53;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  color: #FDFBEE;
}

ul li::marker {
  color: #EACA53;
}

.buttons {
  border-radius: 30px;
  background-color: #FDFBEE;
  color: #015551;
  padding: 12px 25px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  font-weight: 400;
}
.buttons:hover {
  background-color: #EACA53;
  color: #015551;
}
.buttons__container {
  margin-top: 35px;
  margin-bottom: 35px;
}

.karusell {
  margin-bottom: 0px;
}
.karusell__col {
  padding-left: 13px !important;
  padding-right: 13px !important;
}
.karusell__indicator {
  bottom: 100px;
}
.karusell__img-text {
  min-height: 100px;
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 15px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .karusell__img-text {
    min-height: 90px;
  }
}
@media screen and (max-width: 991px) {
  .karusell__control-prev {
    left: 10px;
  }
}
@media screen and (max-width: 991px) {
  .karusell__control-next {
    right: 10px;
  }
}
.karusell__img {
  padding: 0 5px;
}

:root {
  --carousel-dot: #57863D;
  /* grønn */
  --carousel-dot-active: #EACA53;
  /* gul */
  --carousel-dot-size: 12px;
  --carousel-dot-gap: 5px;
}

.carousel {
  position: relative;
}
.carousel .carousel-indicators {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: var(--carousel-dot-gap);
  padding: 0;
}
.carousel .carousel-indicators button {
  width: var(--carousel-dot-size);
  height: var(--carousel-dot-size);
  border-radius: 50%;
  background-color: var(--carousel-dot);
  border: 0;
  opacity: 1;
  transition: transform 0.18s ease, background-color 0.18s ease;
}
.carousel .carousel-indicators button::after {
  display: none;
}
.carousel .carousel-indicators button:hover, .carousel .carousel-indicators button:focus {
  transform: scale(1.1);
  outline: none;
}
.carousel .carousel-indicators button.active {
  background-color: var(--carousel-dot-active);
  transform: scale(1.35);
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 12%;
}
.carousel .carousel-control-prev-icon,
.carousel .carousel-control-next-icon {
  filter: invert(84%) sepia(31%) saturate(432%) hue-rotate(3deg) brightness(95%) contrast(92%);
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 8%;
  /* gjør knappene smalere */
  opacity: 1;
}
.carousel .carousel-control-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .carousel-control-prev svg,
.carousel .carousel-control-next svg {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.carousel .carousel-control-prev:hover svg,
.carousel .carousel-control-next:hover svg {
  opacity: 0.85;
  transform: scale(1.1);
}

.section {
  padding-top: 150px;
  margin-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .section {
    padding-top: 100px;
  }
}
@media screen and (max-width: 991px) {
  .section__col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.section__content {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 991px) {
  .section__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  .section__img {
    margin-bottom: 50px;
  }
}

.hide--desktop {
  display: none;
}
@media screen and (max-width: 991px) {
  .hide--desktop {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .hide--mob {
    display: none;
  }
}

.atf {
  padding-top: 200px;
  padding-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .atf {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  .atf__section-one {
    padding-left: 0;
    padding-right: 0;
  }
}
.atf__section-two--text-content {
  padding-bottom: 40px;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .atf__section-two--text-content {
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  .atf__img--first {
    border-radius: 0;
  }
}
.atf__img--second {
  margin-left: -80px;
}
@media screen and (max-width: 991px) {
  .atf__img--second {
    display: none;
  }
}
.atf__short {
  padding-top: 30px;
  padding-bottom: 5px;
}

@media screen and (max-width: 991px) {
  .atf__carousel-control-prev {
    left: -10px;
  }

  .atf__carousel-control-next {
    right: -10px;
  }
}
.feedback {
  background-color: rgba(87, 134, 61, 0.7);
  padding-top: 100px;
  padding-bottom: 100px;
}
.feedback__carousel {
  margin-top: 20px;
  width: 100%;
  max-width: 520px;
  min-height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
@media screen and (max-width: 991px) {
  .feedback__carousel {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .feedback__carousel {
    padding: 0px;
    min-height: auto;
  }
}
.feedback__carousel-col {
  padding-top: 50px;
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .feedback__carousel-col {
    padding-top: 30px;
    margin-right: 0;
  }
}
.feedback__carousel-inner {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .feedback__carousel-title {
    margin-right: 0;
  }
}
.feedback__carousel-review {
  padding: 0 70px;
  font-size: 17px;
}
@media screen and (max-width: 991px) {
  .feedback__carousel-review {
    padding: 0 45px;
    font-size: 17px;
  }
}
.feedback__carousel-indicator button {
  background-color: #015551 !important;
}
.feedback__carousel-indicator button.active {
  background-color: var(--carousel-dot-active) !important;
}
.feedback__carousel-name {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.camping {
  border-top: 2px solid #FDFBEE;
}
@media screen and (max-width: 991px) {
  .camping__extracontent {
    margin-top: 50px;
  }
}
.camping__minititle {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
}

.recommended {
  margin-bottom: 50px;
  border-top: 2px solid #FDFBEE;
}
.recommended__bucket {
  margin-top: 50px;
}
.recommended__bucket ol {
  padding-left: 18px;
}
.recommended__bucket li {
  text-transform: uppercase;
  padding-bottom: 5px;
}
.recommended__bucket a {
  font-weight: 400;
}
.recommended__bucket-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 50px;
}

.full-img {
  position: relative;
  width: 100%;
  min-height: 100vh;
}
.full-img__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media screen and (max-width: 991px) {
  .full-img__bg {
    background-attachment: scroll;
  }
}
.full-img__img-text {
  padding-bottom: 0;
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 15px;
  font-style: italic;
}
.full-img__img-text--deer {
  text-align: right;
}

.about__section {
  padding-bottom: 50px;
}
@media screen and (max-width: 991px) {
  .about__section {
    padding-bottom: 90px;
  }
}

.contact__some {
  padding-bottom: 30px;
}
.contact__about {
  padding-top: 25px;
}

.illustration {
  position: absolute;
}
.illustration__tjugen {
  transform-origin: 50% 50%;
  will-change: transform;
  position: relative;
  animation: deer-drift 6s ease-in-out infinite;
  -webkit-animation: deer-drift 6s ease-in-out infinite;
}
.illustration__tjugen--desktop {
  max-width: 400px;
}
.illustration__tjugen--mob {
  max-width: 400px;
  margin-top: 50px;
  margin-bottom: -100px;
}
.illustration__fish {
  transform-origin: 50% 55%;
  will-change: transform;
  animation: fish-drift 5s ease-in-out infinite;
  -webkit-animation: fish-drift 5s ease-in-out infinite;
}
.illustration__fish--desktop {
  max-width: 210px;
  bottom: -80px;
  right: 10%;
}
.illustration__fish--mob {
  max-width: 140px;
  bottom: 30px;
  right: 30px;
}
.illustration__fox {
  transform-origin: 50% 50%;
  will-change: transform;
  animation: deer-drift 6s ease-in-out infinite;
  -webkit-animation: deer-drift 6s ease-in-out infinite;
}
.illustration__fox--desktop {
  max-width: 160px;
  bottom: 0px;
  left: 350px;
}
@media screen and (max-width: 1199px) {
  .illustration__fox--desktop {
    bottom: -50px;
  }
}
.illustration__fox--container {
  padding-top: 100px;
  padding-bottom: 50px;
}
.illustration__fox--container p {
  max-width: 300px;
}
.illustration__deer {
  transform-origin: 50% 50%;
  will-change: transform;
  animation: deer-drift 6s ease-in-out infinite;
  -webkit-animation: deer-drift 6s ease-in-out infinite;
  max-width: 210px;
  bottom: -50px;
  right: 10%;
}
@media screen and (max-width: 991px) {
  .illustration__deer {
    max-width: 180px;
    right: auto;
    left: 20px;
  }
}
.illustration__tree--desktop {
  max-width: 400px;
  bottom: -180px;
  left: 10%;
}
.illustration__container {
  position: relative;
}

/* Respect users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  .illustration__container > .illustration__fish--desktop {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
  }
}
@keyframes deer-drift {
  0% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    transform: translate3d(0.1%, -0.1%, 0) rotate(-0.3deg);
  }
  50% {
    transform: translate3d(-0.15%, 0.05%, 0) rotate(0.4deg);
  }
  75% {
    transform: translate3d(0.05%, -0.05%, 0) rotate(-0.2deg);
  }
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes deer-drift {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0.1%, -0.1%, 0) rotate(-0.3deg);
  }
  50% {
    -webkit-transform: translate3d(-0.15%, 0.05%, 0) rotate(0.4deg);
  }
  75% {
    -webkit-transform: translate3d(0.05%, -0.05%, 0) rotate(-0.2deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes fish-drift {
  0% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  25% {
    transform: translate3d(0.2%, -0.5%, 0) scale(1.008) rotate(-0.6deg);
  }
  50% {
    transform: translate3d(-0.3%, 0.3%, 0) scale(1.012) rotate(1deg);
  }
  75% {
    transform: translate3d(0.1%, -0.2%, 0) scale(1.01) rotate(-0.4deg);
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
@-webkit-keyframes fish-drift {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: translate3d(0.2%, -0.5%, 0) scale(1.008) rotate(-0.6deg);
  }
  50% {
    -webkit-transform: translate3d(-0.3%, 0.3%, 0) scale(1.012) rotate(1deg);
  }
  75% {
    -webkit-transform: translate3d(0.1%, -0.2%, 0) scale(1.01) rotate(-0.4deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  }
}
.w-100 {
  height: auto !important;
}

/*# sourceMappingURL=styles.css.map */
