/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 27.02.2014, 21:37:46
    Author     : mfenz
*/
.fg-color-black {
  color: #000000;
}
.bg-color-black {
  background-color: #000000;
}
.fg-color-white {
  color: #ffffff;
}
.fg-color-white a {
  color: white;
}
.bg-color-white {
  background-color: #ffffff;
}
.fg-color-midnight-blue {
  color: #2c3e50;
}
.bg-color-midnight-blue {
  background-color: #2c3e50;
}
.fg-color-nephritis-green {
  color: #27ae60;
}
.bg-color-nephritis-green {
  background-color: #27ae60;
}
.fg-color-emerald-green {
  color: #2ecc71;
}
.bg-color-emerald-green {
  background-color: #2ecc71;
}
.fg-color-pomegranate-red {
  color: #c0392b;
}
.bg-color-pomegranate-red {
  background-color: #c0392b;
}
.fg-color-wet-asphalt {
  color: #34495e;
}
.bg-color-wet-asphalt {
  background-color: #34495e;
}
.fg-color-asbestos-gray {
  color: #7f8c8d;
}
.bg-color-asbestos-gray {
  background-color: #7f8c8d;
}
.fg-color-silver-gray {
  color: #bdc3c7;
}
.bg-color-silver-gray {
  background-color: #bdc3c7;
}
.fg-color-concrete-gray {
  color: #95a5a6;
}
.bg-color-concrete-gray {
  background-color: #95a5a6;
}
.fg-color-cloud-white {
  color: #ecf0f1;
}
.bg-color-cloud-white {
  background-color: #ecf0f1;
}
.fg-color-green-see-turqoise {
  color: #16a085;
}
.bg-color-green-see-turqoise {
  background-color: #16a085;
}
.fg-color-light-gray {
  color: #e4e4e4;
}
.bg-color-light-gray {
  background-color: #e4e4e4;
}
.fg-color-alizarin-red {
  color: #e74c3c;
}
.bg-color-alizarin-red {
  background-color: #e74c3c;
}
.fg-color-belize-hole {
  color: #2980b9;
}
.bg-color-belize-hole {
  background-color: #2980b9;
}
.fg-color-peter-river-blue {
  color: #3498db;
}
.bg-color-peter-river-blue {
  background-color: #3498db;
}
.fg-color-wisteria-violet {
  color: #8e44ad;
}
.bg-color-wisteria-violet {
  background-color: #8e44ad;
}
.fg-color-amethyst-violet {
  color: #9b59b6;
}
.bg-color-amethyst-violet {
  background-color: #9b59b6;
}
.fg-color-blue-gray {
  color: #eaedf1;
}
.bg-color-blue-gray {
  background-color: #eaedf1;
}
.fg-color-mainly-blue {
  color: #0f495a;
}
.bg-color-mainly-blue {
  background-color: #0f495a;
}
.bg-color-lynx-white {
  background-color: #f7f7f7;
}
.bg-color-green {
  background-color: #00a300;
}
.bg-color-green-see-turquoise {
  background-color: #16a085;
}
/* Für breite Bildschirme */
.center-wrapper {
  max-width: 850px;
  margin: 0 auto;
}
.center-wrapper-wide {
  max-width: 1150px;
  margin: 0 auto;
}
.text-align-center {
  text-align: center;
}
.padding-side {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 899px) {
  .center-wrapper {
    max-width: 850px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ol,
ul,
table,
pre,
figure {
  padding-left: 15px;
  padding-right: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Charter, Bitstream Charter, serif;
  padding: 15px 15px;
  margin: 0;
}
h1 {
  font-size: 1.8rem;
  color: black;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.3rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1.1rem;
}
h6 {
  font-size: 1rem;
}
a {
  color: #2980b9;
}
img {
  max-width: 100%;
}
html {
  font-family: Charter, Bitstream Charter, serif;
  font-size: 1.2rem;
}
#header-v2 {
  background-color: white;
  width: 100%;
  position: sticky;
  top: 0;
  transition: all 300ms ease-out;
  z-index: 999999;
  /* damit Bild nicht header überlappt */
  border-bottom: 1px solid #dadada;
  letter-spacing: 1px;
  /* On screens that are 992px or less, set the background color to blue */
}
#header-v2 .header-elements-wrapper {
  display: flex;
}
#header-v2 .site-branding {
  text-align: center;
}
#header-v2 .site-branding .nav-home-link img {
  height: 90px;
  width: 90px;
  max-height: 100%;
  max-width: 100%;
  margin: 10px;
}
#header-v2 .mobile-nav-open-icon-wrapper {
  display: none;
}
#header-v2 nav {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-end;
  /* ul soll rechtsbündig dargestellt ewrden */
  align-items: center;
  /* Menüpunkte sollen mittig dargestellt werden */
}
#header-v2 nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
}
#header-v2 nav ul li {
  display: flex;
  align-items: center;
}
#header-v2 nav ul a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #474543;
  text-decoration: none;
}
#header-v2 nav ul a:hover {
  text-decoration: underline;
}
#header-v2 nav ul .separator-right {
  border-right: 1px solid #f3f3f3;
}
#header-v2 .site-artwork {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
#header-v2 .site-artwork .artwork-link {
  display: flex;
  flex-direction: row;
}
#header-v2 .site-artwork .artwork-link .k-image {
  background-image: url("https://data.luckykangaroos.com/img/marketing/DSC_5832.webp");
  width: 81px;
  height: 54px;
  margin: 0;
  padding: 0;
  border-radius: 4px;
}
@media screen and (max-width: 650px) {
  #header-v2 .site-branding {
    display: flex;
  }
  #header-v2 .site-branding .nav-home-link {
    align-self: flex-start;
    flex-grow: 1;
    text-align: left;
  }
  #header-v2 .site-branding .nav-home-link img {
    height: 50px;
    width: 50px;
    max-height: 100%;
    max-width: 100%;
    margin: 10px;
  }
  #header-v2 .site-branding .mobile-nav-open-icon-wrapper {
    align-self: flex-end;
  }
  #header-v2 .header-elements-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  #header-v2 nav {
    display: none;
    justify-content: start;
  }
  #header-v2 nav ul {
    flex-grow: 1;
    flex-direction: column;
    gap: 12px;
  }
  #header-v2 nav ul li a {
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 5px;
    flex-grow: 1;
  }
  #header-v2 .site-artwork {
    display: none;
    padding: 10px 5px;
  }
  #header-v2 .mobile-nav-open-icon-wrapper {
    display: block;
  }
  #header-v2 .mobile-nav-open-icon-wrapper .mobile-nav-open-icon {
    height: 50px;
    width: 50px;
    max-height: 100%;
    max-width: 100%;
    margin: 10px;
  }
  #header-v2 .show-mobile-nav {
    display: flex;
  }
}
#header-v1 {
  border-bottom: 1px solid #dadada;
  letter-spacing: 1px;
}
#header-v1 button {
  font-family: opensansregular, sans-serif;
  background: transparent;
  color: #34495e;
  border: 2px solid #34495e;
  border-radius: 0.5rem;
  margin: 24px 15px;
  padding: 8px;
  position: relative;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
#header-v1 button span {
  font-size: 0.7rem;
}
#header-v1 .block-inner-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
}
#header-v1 .block-inner-wrap .main-navigation-style {
  flex: 1;
}
#header-v1 .block-inner-wrap .main-navigation-style .menu-primary-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  text-transform: uppercase;
}
#header-v1 .block-inner-wrap .main-navigation-style .menu-primary-style .separator-right {
  border-right: 1px solid #f3f3f3;
}
#header-v1 .block-inner-wrap .main-navigation-style .menu-primary-style a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: #474543;
  text-decoration: none;
}
#header-v1 .block-inner-wrap .main-navigation-style .menu-primary-style a:hover {
  text-decoration: underline;
}
#header-v1 .block-inner-wrap .main-navigation-col-right .menu-primary-right {
  justify-content: flex-end;
}
#header-v1 .block-inner-wrap .main-navigation-col-left .menu-primary-left {
  justify-content: flex-start;
}
#header-v1 .block-inner-wrap .menu-hamburger {
  flex: 1;
  display: none;
}
#header-v1 .block-inner-wrap .menu-hamburger .menu-hamburger-inside a {
  padding: 20px;
}
#header-v1 .block-inner-wrap .site-branding {
  text-align: center;
}
#header-v1 .block-inner-wrap .site-branding img {
  height: 90px;
  width: 90px;
  max-height: 100%;
  max-width: 100%;
  margin: 10px;
}
#header-v1 .overlay-menu-mobile {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow-y: scroll;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding-left: 15px;
  padding-right: 15px;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-header .side {
  flex: 1;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-header .right {
  text-align: right;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-header .center {
  margin: 10px;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-header .center .img-logo {
  max-height: 60px !important;
  max-width: 60px !important;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-header .lk-title {
  font-family: Arial, sans-serif;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-content {
  font-family: Arial, sans-serif;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-content ul {
  list-style-type: none;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-content ul li {
  text-align: center;
  border-bottom: 1px solid #dadada;
}
#header-v1 .overlay-menu-mobile .overlay-menu-mobile-content ul li a {
  width: 100%;
  padding: 16px 8px;
  display: block;
  font-size: 1.6rem;
  color: black;
  text-decoration: none;
}
@media only screen and (max-width: 849px) {
  .main-navigation-style {
    display: none;
  }
  .menu-hamburger {
    display: block !important;
  }
  #header-v1 .site-branding img {
    max-height: 60px !important;
    max-width: 60px !important;
  }
}
/*
scroll stuff
https://www.youtube.com/watch?v=RYUuGgC_IY0&pp=ygUjc3RpY2t5IGhlYWRlciBzY3JvbGwgdXAgaHRtbCBjc3MganM%3D
*/
.scroll-down header {
  transform: translate3d(0, -100%, 0);
}
.scroll-up header {
  filter: drop-shadow(0 -10px 20px #aaaaaa);
}
#article-title-container h1 {
  text-align: center;
}
#standard-page-heading .standard-page-heading-inner {
  max-width: 850px;
  margin: 0 auto;
}
#standard-page-heading .standard-page-heading-inner h1 {
  margin-top: 0;
  padding-top: 20px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
main {
  padding-bottom: 20px;
  min-height: 70vh;
}
#v1content,
.v1content {
  padding-bottom: 15px;
  /**
    Figure
     */
}
#v1content img,
.v1content img,
#v1content figure > img,
.v1content figure > img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
#v1content > h1,
.v1content > h1,
#v1content > h2,
.v1content > h2,
#v1content > h3,
.v1content > h3,
#v1content > h4,
.v1content > h4,
#v1content > h5,
.v1content > h5,
#v1content > h6,
.v1content > h6,
#v1content > p,
.v1content > p,
#v1content > ul,
.v1content > ul,
#v1content > ol,
.v1content > ol,
#v1content > table,
.v1content > table,
#v1content > pre,
.v1content > pre,
#v1content > figure,
.v1content > figure,
#v1content > form,
.v1content > form,
#v1content > .responsive-table,
.v1content > .responsive-table {
  max-width: 850px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
}
#v1content p,
.v1content p,
#v1content ul,
.v1content ul,
#v1content ol,
.v1content ol,
#v1content table,
.v1content table,
#v1content pre,
.v1content pre,
#v1content figure,
.v1content figure,
#v1content form,
.v1content form {
  font-size: 1.1rem;
  padding-bottom: 7.5px;
  padding-top: 7.5px;
  line-height: 1.7rem;
}
#v1content > h1,
.v1content > h1,
#v1content > h2,
.v1content > h2,
#v1content > h3,
.v1content > h3,
#v1content > h4,
.v1content > h4,
#v1content > h5,
.v1content > h5,
#v1content > h6,
.v1content > h6 {
  padding-top: 15px;
  padding-bottom: 15px;
}
#v1content > ul,
.v1content > ul,
#v1content > ol,
.v1content > ol {
  padding-left: 50px !important;
  padding-right: 50px !important;
}
#v1content .responsive-table,
.v1content .responsive-table {
  overflow-x: auto;
}
#v1content th,
.v1content th,
#v1content td,
.v1content td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  /* horizontal diviers */
}
#v1content figure,
.v1content figure {
  text-align: center;
}
#v1content figure iframe,
.v1content figure iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
}
#v1content figure figcaption,
.v1content figure figcaption {
  text-align: center;
  color: #34495e;
  font-size: 90%;
}
#v1content .article-categories-wrapper,
.v1content .article-categories-wrapper {
  padding: 0.5rem 0;
}
#v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner,
.v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  /* left to right */
}
#v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col,
.v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col {
  margin: 1em;
}
#v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col-description,
.v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col-description {
  flex: 1;
}
#v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col-description h3,
.v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col-description h3 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
#v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col-description p,
.v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .article-author-wrapper-v2_col-description p {
  padding-top: 0;
  margin-top: 10px;
  font-size: 90%;
}
#v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .author-portrait,
.v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner .author-portrait {
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  width: 220px;
  max-width: 220px;
}
@media only screen and (max-width: 899px) {
  #v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner,
  .v1content .article-author-wrapper-v2 .article-author-wrapper-v2_inner {
    flex-direction: column;
    /* top to bottom */
  }
}
#v1content .article-author-wrapper .article-author-inner,
.v1content .article-author-wrapper .article-author-inner {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#v1content .article-author-wrapper .article-author-inner img,
.v1content .article-author-wrapper .article-author-inner img {
  padding: 15px;
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
}
#v1content .article-author-wrapper .article-author-inner .author-description,
.v1content .article-author-wrapper .article-author-inner .author-description {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.discover-content {
  padding-left: 15px !important;
  padding-right: 15px !important;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
/*
ARTICLE PREVIEW
 */
.front-page-article a {
  color: black;
  text-decoration: none;
}
.front-page-article a:hover {
  text-decoration: underline;
}
.front-page-article a img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.front-page-article a h2:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 849px) {
  #article-title-container h1 {
    font-size: 1.5rem;
  }
}
footer {
  background-color: #34495e;
  padding: 20px;
  color: white;
  font-family: Arial, sans-serif;
}
footer .last-nav {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .last-nav li a {
  font-size: 0.7rem;
  text-transform: uppercase;
  margin-left: 7.5px;
  margin-right: 7.5px;
  color: white;
  text-decoration: none;
}
footer .last-nav li a:hover {
  text-decoration: underline;
}
footer .last-nav li a.first {
  margin-left: 15px;
}
.form {
  margin: 0 15px;
  display: grid;
}
.form label {
  font-size: 1.1rem;
  margin: 15px 5px 5px 5px;
  display: inline-block;
}
.form input[type="text"],
.form input[type="password"],
.form input[type="email"],
.form input[type="search"] {
  border: 1px solid #d9d9d9;
  background-clip: padding-box;
  border-radius: 5px;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
  word-break: normal;
  font-size: 1.1rem;
}
.form input[type="checkbox"] {
  margin: 15px 5px 5px 5px;
}
.form button {
  background-color: #34495e;
  color: #fff;
  width: 100%;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.1rem;
  margin: 10px 0px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 5px;
}
.form .form-dynamic-error-message {
  display: none;
}
.form .form-dynamic-error-message__visible {
  display: block;
}
.form .form-general-error-message {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  background-color: #c0392b;
  color: white;
}
.form_one-col {
  max-width: 300px;
  grid-template-columns: 1fr;
}
.spacer-standard {
  padding: 0.5em 0;
  margin: 0;
}
.horizontal-divider {
  border-top: 1px solid #dadada;
  margin: 0;
  padding: 0;
  height: 1px;
}
.div-layout-2-cols {
  display: grid;
  grid-template-columns: 50% 50%;
}
.div-layout-2-cols_full-width {
  grid-column: span 2;
}
@media only screen and (max-width: 899px) {
  .div-layout-2-cols {
    display: grid;
    grid-template-columns: 1fr;
  }
  .div-layout-2-cols_full-width {
    grid-column: span 1;
  }
}
.error {
  background-color: #c0392b;
  color: white;
  font-weight: bold;
}
#footer-newsletter {
  padding: 16px 0;
  color: white;
}
.wrap {
  background: url("https://data.luckykangaroos.com/v2/html/img/dark-transparent50.png");
  color: white;
  padding: 1em;
}
.inner-content-newsletter {
  padding: 15px;
  color: white;
}
.marketing-mk1 a {
  color: white;
}
.marketing-mk1 a:link {
  color: white;
}
.marketing-mk1 .inner .product-image {
  display: flex;
  justify-content: center;
  /* align horizontal */
  align-items: center;
  /* align vertical */
}
.marketing-mk1 .inner img {
  border: 5px solid #e4e4e4;
  max-width: 80%;
  margin: 20px;
}
.lightButton {
  display: inline-block;
  color: #363940;
  padding: 10px 30px;
  border: 1px solid #c7c9cf;
  border-radius: 3px;
  transition-duration: 200ms;
  text-decoration: none;
  background-color: transparent;
}
.lightButton:hover {
  background-color: #000;
  color: #fff;
}
.ani-button {
  position: relative;
}
.ani-button.ani-button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}
.ani-button.ani-button--loading .ani-button__text {
  visibility: hidden;
  opacity: 0;
}
.ani-button.ani-button__text {
  transition: all 0.2s;
}
.ani-button.ani-button:active {
  background: #007a63;
}
@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.chip-group {
  padding: 15px;
}
a.chip {
  display: inline-block;
  font-size: 1rem;
  padding: 0.5rem;
  border: 1px solid #dadada;
  border-radius: 10px;
  color: black;
  text-decoration: none;
  margin: 0.1rem 0.25rem;
}
a.chip .highlight {
  background-color: #2980b9;
  color: white;
  border: 1px solid #2980b9;
}
a.chip:hover {
  background-color: #2980b9;
  color: white;
  border: 1px solid #2980b9;
}
a.chip.active {
  background-color: #2980b9;
  color: white;
  border: 1px solid #2980b9;
}
/* Hero Section Styles */
.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('https://data.luckykangaroos.com/img/article/western-grey-kangaroo-lucky-bay_1200px.webp');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: white;
  margin-bottom: 60px;
}

.hero-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: white !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: 1.25rem;
  margin: 0;
  opacity: 0.9;
  font-weight: 300;
}

@media only screen and (max-width: 768px) {
  .hero-section {
    padding: 60px 0;
    margin-bottom: 40px;
  }
  
  .hero-title {
    font-size: 2rem;
  }
  
  .hero-subtitle {
    font-size: 1rem;
  }
}

/* Articles Section Styles */
.articles-section-title {
  text-align: center;
  font-size: 2.5rem;
  margin: 0 0 40px 0;
  color: #333;
}

@media only screen and (max-width: 768px) {
  .articles-section-title {
    font-size: 2rem;
    margin: 0 0 30px 0;
  }
}

/* Updated Articles Grid */
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  padding: 0 20px;
}

@media only screen and (max-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }
}

/* Article Card Styles */
.article-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.article-link {
  color: inherit;
  text-decoration: none;
  display: block;
  height: 100%;
}

.article-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
  transform: scale(1.05);
}

.article-content {
  padding: 24px;
}

.article-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #333;
  line-height: 1.4;
}

.article-excerpt {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 0 20px 0;
}

.article-meta {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #888;
}

.categories {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.category-chip {
  background-color: #f0f0f0;
  color: #555;
  padding: 4px 12px;
  border-radius: 16px;
  font-size: 0.8rem;
  font-weight: 500;
}

/**
 * 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-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}:root{--swiper-theme-color:#007aff}: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;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}.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);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.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)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{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,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .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)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{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-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev 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}.swiper-button-next:after,.swiper-button-prev: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'}.swiper-pagination{position:absolute;text-align:center;transition:.3s 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}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.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, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-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-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s 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:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
#chapternav .chapternav_wrapper .chapternav_items {
  white-space: nowrap;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
#chapternav .chapternav_wrapper .chapternav_items::-webkit-scrollbar {
  display: none;
  /* Hide scrollbar for Chrome, Safari and Opera */
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  text-align: center;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item:first-child {
  margin-left: 0;
  padding-left: 4px;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: black;
  font-size: 0.7rem;
  font-family: Arial, sans-serif;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link:link,
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link:any-link {
  text-decoration: none;
  color: black;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link .chapternav_icon {
  margin: 0;
  background: center bottom no-repeat;
  background-size: 81px 54px;
  background-repeat: no-repeat;
  height: 54px;
  margin-bottom: 4px;
  padding: 0;
  border-radius: 4px;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link .chapternav_icon.product-icon-p1 {
  background-image: url("https://data.luckykangaroos.com/img/marketing/DSC_4405.webp");
  width: 81px;
  height: 54px;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link .chapternav_icon.product-icon-p2 {
  background-image: url("https://data.luckykangaroos.com/img/marketing/DSC_5180.webp");
  width: 81px;
  height: 54px;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link .chapternav_icon.product-icon-p3 {
  background-image: url("https://data.luckykangaroos.com/img/marketing/DSC_5716-Enhanced.webp");
  width: 81px;
  height: 54px;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link .chapternav_icon.product-icon-p4 {
  background-image: url("https://data.luckykangaroos.com/img/marketing/DSC_5832.webp");
  width: 81px;
  height: 54px;
}
#chapternav .chapternav_wrapper .chapternav_items .chapternav_item .chapternav_link .chapternav_icon.product-icon-p5 {
  background-image: url("https://data.luckykangaroos.com/img/marketing/DSC_7583.webp");
  width: 81px;
  height: 54px;
}
.shop_hero_lucky-kangaroo {
  width: 100%;
  height: 100vh;
  background: url("//data.luckykangaroos.com/img/marketing/lucky-kangaroo-36x24-black-frame-v1.webp");
  background-position: center;
  background-size: cover;
}
.shop_hero_rottnest-path {
  width: 100%;
  height: 100vh;
  background: url("//data.luckykangaroos.com/img/marketing/rottnest-path-36x24-black-frame-v1.webp");
  background-position: center;
  background-size: cover;
}
.shop_hero_lighthouse {
  width: 100%;
  height: 100vh;
  background: url("//data.luckykangaroos.com/img/marketing/lighthouse-36x24-natural-frame-v1.webp");
  background-position: center;
  background-size: cover;
}
.shop_hero_image-wrapper {
  text-align: center;
  padding: 0 15px;
}
.shop_hero_image-wrapper img.product-image {
  border-radius: 10px;
}
.block-shop-v2 {
  /* Custom Text section */
}
.block-shop-v2 .product-top-wrapper {
  font-size: 16px;
  padding: 1em 0.3em;
  column-gap: 30px;
  /**
    SWIPER PRODUCT IMG
     */
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_left-gallery {
  flex: 70%;
  min-width: 0;
  /* AMAZING MAKES SWIPER OK! */
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info {
  flex: 30%;
  /* Inside FORM */
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info h1 {
  border-bottom: 1px solid #dadada;
  font-size: 1.6rem;
  padding: 10px 0 10px 0;
  margin: 2px 0 5px 0;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info form {
  padding: 0;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info .variant-attribute-selector {
  padding: 5px 0;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info .variant-attribute-selector label {
  display: block;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px 0;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info select {
  width: 100%;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-shadow: none !important;
  box-shadow: none !important;
  min-height: 44px;
  padding-top: 10px;
  padding-left: 18px;
  padding-bottom: 10px;
  padding-right: 28px;
  border: 1px solid #cccccc;
  background-color: #fff;
  color: #000;
  max-width: 100%;
  line-height: 1.2;
  border-radius: 2px;
  background-image: url(https://data.luckykangaroos.com/v2/html/ico/ico-arrow-select.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info .add-to-cart-button {
  background-color: black;
  color: white;
  width: 100%;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  text-transform: uppercase;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info .shipping-info-wrapper {
  margin: 1em 0;
  display: grid;
  grid-template-columns: 33% 33% 33%;
  grid-template-rows: 50px auto;
  text-align: center;
  grid-column-gap: 10px;
  grid-row-gap: 5px;
}
.block-shop-v2 .product-top-wrapper .product-top-wrapper_right-info .shipping-info-wrapper img {
  height: 40px;
  margin: 0 auto;
}
.block-shop-v2 .product-top-wrapper .product-description {
  margin: 0;
  padding: 1em 0.5em;
  font-size: 18px;
}
.block-shop-v2 .product-top-wrapper .product-description p {
  padding: 0;
  line-height: 160%;
}
.block-shop-v2 .product-top-wrapper .swiper .minimum-height {
  min-height: 300px;
}
.block-shop-v2 .product-top-wrapper .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.block-shop-v2 .product-top-wrapper .swiper .swiper-slide .swiper-slide-img {
  max-width: 100%;
  height: auto;
}
.block-shop-v2 .product-highlight-text {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.block-shop-v2 .product-highlight-text p {
  font-size: 22px;
  line-height: 180%;
}
.flex-wrapper-responsive {
  display: flex;
}
@media screen and (max-width: 800px) {
  .flex-wrapper-responsive {
    flex-direction: column;
  }
  .flex-wrapper-responsive .flex-wrapper-responsive_column {
    flex: 1;
  }
}
.hero-wrapper-we-bring-kangaroos {
  width: 100%;
  height: 90vh;
  background: url("//data.luckykangaroos.com/v3/html/img/global-cfp-36x24-black-frame.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hero-wrapper-we-bring-kangaroos .hero-title {
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 10px;
  border-radius: 4px;
  font-size: 1.2rem;
  margin: 60px 20px 20px 20px;
  text-transform: uppercase;
  background-image: url("https://data.luckykangaroos.com/v3/html/img/dark-transparent50.png");
}
.sp_title_wrapper {
  text-align: center;
}
.sp_title_wrapper h2 {
  text-transform: uppercase;
  padding: 1em;
  letter-spacing: 1px;
}
