@import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i);
/*----------------------------------------------------------------------------*\
    Theme
    Theme stylesheet, extends nobearcss framework
\*----------------------------------------------------------------------------*/
/*  Imports
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Vars
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/* Modules */
/* layout */
/* arrange */
/* grid */
/* units */
/* units / divisions */
/* units / breakpoints */
/* push */
/* pull*/
/* helpers */
/* helpers */
/* arrange and layout */
/* ratio */
/* icons */
/* images */
/* Form elements */
/*----------------------------------------------------------------------------*\
    $TYPOGRAPHY
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    $COLORS
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Starterkit
    Include nobearcss
\*----------------------------------------------------------------------------*/
/*  Imports
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Defaults
    font styling, spaces, breakpoints
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Normalize

\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* HTML5 display definitions
	========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* Links
	========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #ff0;
  color: #000;
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
  border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
  margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  box-sizing: content-box;
  height: 0;
}

/**
* Contain overflow in all browsers.
*/
pre {
  overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
  overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
  line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
  overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
  font-weight: bold;
}

/* Tables
	========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*----------------------------------------------------------------------------*\
    MIXINS
    Default mixins

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Functions
\*----------------------------------------------------------------------------*/
.bg--base {
  background-color: #4a4948 !important;
}

.color--base {
  color: #4a4948 !important;
}

.fill--base {
  fill: #4a4948 !important;
}

.bg--blank {
  background-color: #FDFDFD !important;
}

.color--blank {
  color: #FDFDFD !important;
}

.fill--blank {
  fill: #FDFDFD !important;
}

.bg--subtle {
  background-color: #F6F6F6 !important;
}

.color--subtle {
  color: #F6F6F6 !important;
}

.fill--subtle {
  fill: #F6F6F6 !important;
}

.bg--text {
  background-color: #2c2c2c !important;
}

.color--text {
  color: #2c2c2c !important;
}

.fill--text {
  fill: #2c2c2c !important;
}

.bg--text-medium {
  background-color: #5E5E5E !important;
}

.color--text-medium {
  color: #5E5E5E !important;
}

.fill--text-medium {
  fill: #5E5E5E !important;
}

.bg--text-light {
  background-color: #9e9e9e !important;
}

.color--text-light {
  color: #9e9e9e !important;
}

.fill--text-light {
  fill: #9e9e9e !important;
}

.bg--brand {
  background-color: #f1b300 !important;
}

.color--brand {
  color: #f1b300 !important;
}

.fill--brand {
  fill: #f1b300 !important;
}

.bg--brand-sec {
  background-color: #7fa51b !important;
}

.color--brand-sec {
  color: #7fa51b !important;
}

.fill--brand-sec {
  fill: #7fa51b !important;
}

/*  Mixins
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Extends
    Clearfix, Module, Truncate

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.cf:after,
.layer:after,
.layer-s:after,
.layer-l:after,
.island:after,
.island-s:after,
.island-l:after {
  content: "";
  display: table;
  clear: both;
}

.module > *:last-child, .walkthrough__content > *:last-child,
.module > *:last-child > *:last-child,
.walkthrough__content > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child,
.walkthrough__content > *:last-child > *:last-child > *:last-child,
.module > *:last-child > *:last-child > *:last-child > *:last-child,
.walkthrough__content > *:last-child > *:last-child > *:last-child > *:last-child,
.island > *:last-child,
.island-s > *:last-child,
.island-l > *:last-child,
.island > *:last-child > *:last-child,
.island-s > *:last-child > *:last-child,
.island-l > *:last-child > *:last-child,
.island > *:last-child > *:last-child > *:last-child,
.island-s > *:last-child > *:last-child > *:last-child,
.island-l > *:last-child > *:last-child > *:last-child,
.island > *:last-child > *:last-child > *:last-child > *:last-child,
.island-s > *:last-child > *:last-child > *:last-child > *:last-child,
.island-l > *:last-child > *:last-child > *:last-child > *:last-child {
  margin-bottom: 0;
}

.truncate {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*----------------------------------------------------------------------------*\
    Reset
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/**
* The usual resetting of margins, paddings, borders etc.
*/
blockquote,
dl,
dd,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
fieldset,
hr {
  margin: 0;
}

fieldset,
ol,
ul {
  padding: 0;
}

iframe,
fieldset {
  border: 0;
}

/**
* Remove extra vertical spacing when nesting lists.
*/
li > ul,
li > ol {
  margin-bottom: 0;
}

/**
* 1. Fix an odd quirk whereby, without this, code blocks are rendered at a
*    font-size smaller than 1em.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
}

/**
* Suppress the focus outline on links that cannot be accessed via keyboard.
* This prevents an unwanted focus outline from appearing around elements that
* might still respond to pointer events.
*/
[tabindex="-1"]:focus {
  outline: none !important;
}

/**
* Image
*
* 1. By default all images are fluid
* 2. Render `alt` visually offset when images don't load
*/
img {
  max-width: 100%; /* 1 */
  font-style: italic; /* 2 */
}

/*----------------------------------------------------------------------------*\
    Shared
    html, body, .wrapper, .site-width
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
html {
  font-family: "Roboto", sans-serif;
  min-height: 100%;
  color: #4a4948;
  font-size: 62.5%; /* 62.5% of 16px = 10px */
  -moz-osx-font-smoothing: grayscale; /* 3 */
  -webkit-font-smoothing: antialiased; /* 3 */
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  font-size: 1.6rem;
  line-height: 2.4rem;
  -webkit-font-smoothing: antialiased;
  background-color: #FDFDFD;
}

.wrapper {
  position: relative;
  min-height: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.site-width {
  display: block;
  margin: 0 auto;
  max-width: 148.8rem;
  padding: 0 2.4rem;
}

/**
* Applies vertical rhythm to designated elements
* As per: http://csswizardry.com/2012/06/single-direction-margin-declarations
*/
hgroup,
.hgroup,
ul,
ol,
dl,
blockquote,
p,
address,
table,
fieldset,
pre,
hr {
  margin-bottom: 2.4rem;
}

/**
* Default indentation value for lists
*/
ul,
ol,
dd {
  margin-left: 2.4rem;
}

a[href^="mailto:"], a[href^="tel:"] {
  white-space: nowrap;
}

/*----------------------------------------------------------------------------*\
    Theme
    Theme stylesheet, extends nobearcss framework
\*----------------------------------------------------------------------------*/
/*  Imports
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Arrange
    This component lets you lay out a row of cells in various ways. You can
    specify whether a cell should be wide enough to fit its content, or take up
    the remaining space in the row. It's also possible to give all cells an
    equal width, and to control their vertical alignment.


\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.arrange {
  display: table;
  margin: 0;
  padding: 0;
  table-layout: auto;
  width: 100%;
}

.arrange__size-fill,
.arrange__size-fit {
  display: table-cell;
  padding: 0;
  vertical-align: top;
}

.arrange__size-fill {
  width: 100%;
}

.arrange__size-fit img {
  max-width: none;
  width: auto;
}

.arrange--top > .arrange__size-fill,
.arrange--top > .arrange__size-fit {
  vertical-align: top;
}

.arrange--middle > .arrange__size-fill,
.arrange--middle > .arrange__size-fit {
  vertical-align: middle;
}

.arrange--bottom > .arrange__size-fill,
.arrange--bottom > .arrange__size-fit {
  vertical-align: bottom;
}

.arrange--equalwidth {
  table-layout: fixed;
}
.arrange--equalwidth > .arrange__size-fill,
.arrange--equalwidth > .arrange__size-fit {
  width: auto;
}

.arrange--gutter > .arrange__size-fill,
.arrange--gutter > .arrange__size-fit {
  padding-left: 2.4rem;
}
.arrange--gutter > .arrange__size-fill:first-child,
.arrange--gutter > .arrange__size-fit:first-child {
  padding-left: 0;
}

.arrange--collapse {
  display: block; /* 1 */
}
.arrange--collapse > .arrange__size-fill,
.arrange--collapse > .arrange__size-fit {
  display: block; /* 1 */
  width: 100%; /* 2 */
  padding-left: 0; /* 3 */
}
.arrange--collapse > .arrange__size-fill img,
.arrange--collapse > .arrange__size-fit img {
  max-width: 100%; /* 4 */
  height: auto; /* 4 */
}

/*----------------------------------------------------------------------------*\
    GRID
    .grid, .grid__cell

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Layout
    .layout

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.layout {
  display: flex; /* [1] */
  flex-flow: row wrap;
  padding: 0; /* [1] */
  margin-left: 0; /* [1] */
  list-style: none; /* [1] */
}

.layout--center {
  justify-content: center;
}

.layout--right {
  justify-content: flex-end;
}

.layout--spread {
  justify-content: space-between;
}

.layout--middle {
  align-items: center;
}

.layout--bottom {
  align-items: flex-end;
}

.layout--rev {
  flex-direction: row-reverse;
}

.layout--fill > .layout__cell {
  flex: 1 1 0%; /* [1] */
  flex-basis: 0%; /* [2] */
}

.layout--fit > .layout__cell {
  flex-basis: auto;
}

.layout--equalheight > .layout__cell {
  display: flex;
}
.layout--equalheight > .layout__cell > * {
  width: 100%; /* [1] */
}

.layout--gutter {
  margin-left: -2.4rem;
}
.layout--gutter > .layout__cell {
  padding-left: 2.4rem;
}

.layout--gutter-xs {
  margin-left: -0.6rem;
}
.layout--gutter-xs > .layout__cell {
  padding-left: 0.6rem;
}

.layout--gutter-s {
  margin-left: -1.2rem;
}
.layout--gutter-s > .layout__cell {
  padding-left: 1.2rem;
}

.layout--gutter-l {
  margin-left: -4.8rem;
}
.layout--gutter-l > .layout__cell {
  padding-left: 4.8rem;
}

.layout--gutter-xl {
  margin-left: -9.6rem;
}
.layout--gutter-xl > .layout__cell {
  padding-left: 9.6rem;
}

.layout__cell {
  flex-basis: 100%; /* [1] */
  min-width: 0; /* [2] */
}

.layout__cell--center {
  margin-left: auto;
  margin-right: auto;
}

.layout__cell--fit {
  flex-basis: auto;
}

.layout__cell--fill {
  flex: 1 1 0%; /* [1] */
  flex-basis: 0%; /* [2] */
}

/*----------------------------------------------------------------------------*\
    DIMENSIONS
    .unit
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Mixins & functions
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/* Avoid creating rules like '.unit-12-12 {}'' */
/* Initialize variables */
/* Find the greatest common factor */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-1-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 8.3333333333% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-2-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 16.6666666667% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-3-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 25% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-4-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 33.3333333333% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-5-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 41.6666666667% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-6-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 50% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-7-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 58.3333333333% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-8-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 66.6666666667% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-9-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 75% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/* Reduced value of $i */
/* Reduced value of $n */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-10-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 83.3333333333% !important;
}

/* Initialize variables */
/* Find the greatest common factor */
/**
* Check if the reduced value of $n was also supplied in the
* list of units to be built
*/
/**
* Create units based on fractions
*/
.unit-11-12 {
  /**
  * If this unit can be reduced then extend the previous rule
  * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
  */
  width: 91.6666666667% !important;
}

.unit-1-1 {
  width: 100% !important;
}

.unit-auto {
  width: auto !important;
}

@media only screen and (max-width: 480px) {
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-1-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 8.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-2-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 16.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-3-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 25% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-4-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 33.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-5-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 41.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-6-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 50% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-7-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 58.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-8-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 66.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-9-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 75% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-10-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 83.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-11-12--palm {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 91.6666666667% !important;
  }
  .unit-1-1--palm {
    width: 100% !important;
  }
  .unit-auto--palm {
    width: auto !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 1024px) {
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-1-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 8.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-2-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 16.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-3-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 25% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-4-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 33.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-5-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 41.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-6-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 50% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-7-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 58.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-8-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 66.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-9-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 75% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-10-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 83.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-11-12--lap {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 91.6666666667% !important;
  }
  .unit-1-1--lap {
    width: 100% !important;
  }
  .unit-auto--lap {
    width: auto !important;
  }
}
@media only screen and (min-width: 1025px) {
  /* Avoid creating rules like '.unit-12-12 {}'' */
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-1-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 8.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-2-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 16.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-3-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 25% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-4-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 33.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-5-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 41.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-6-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 50% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-7-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 58.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-8-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 66.6666666667% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-9-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 75% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /* Reduced value of $i */
  /* Reduced value of $n */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-10-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 83.3333333333% !important;
  }
  /* Initialize variables */
  /* Find the greatest common factor */
  /**
  * Check if the reduced value of $n was also supplied in the
  * list of units to be built
  */
  /**
  * Create units based on fractions
  */
  .unit-11-12--desk {
    /**
    * If this unit can be reduced then extend the previous rule
    * 1. Use `flex-basis: auto` with a width to avoid box-sizing bug in IE10/11
    */
    width: 91.6666666667% !important;
  }
  .unit-1-1--desk {
    width: 100% !important;
  }
  .unit-auto--desk {
    width: auto !important;
  }
}
/*----------------------------------------------------------------------------*\
    Fixed ratio
    .fixedratio

    //// DEPRECATED - use ratio ////


\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    RATIO
    .ratio

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.ratio--1x1 {
  padding-bottom: 100% !important;
}

.ratio--16x9 {
  padding-bottom: 56.25% !important;
}

.ratio--3x2 {
  padding-bottom: 66.666% !important;
}

.ratio--4x3 {
  padding-bottom: 75% !important;
}

.ratio--2x3 {
  padding-bottom: 150% !important;
}

.ratio--3x4 {
  padding-bottom: 133.333% !important;
}

.ratio--2x1 {
  padding-bottom: 50% !important;
}

.ratio--3x1 {
  padding-bottom: 33.333% !important;
}

/*----------------------------------------------------------------------------*\
    DEFAULT VISUAL STYLING
    .visual, .picture, .image

    USED FOR:
    - Cards
    - Hero

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.visual {
  position: relative;
  margin: 0 0 0 0;
  overflow: hidden;
  transform: translate3d(0, 0, 0); /* safari fix */
}
.visual[class*=ratio--] {
  height: 0;
}
.visual .picture {
  display: block;
}
.visual .picture .image {
  position: relative;
  z-index: 0;
  display: block;
}
.visual .picture .image[width][height] {
  aspect-ratio: attr(width)/attr(height);
}

/*----------------------------------------------------------------------------*\
    Island
    .island

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.island,
.island-s,
.island-l {
  display: block;
}

.island {
  padding: 2.4rem;
}

.island-s {
  padding: 1.2rem;
}

.island-l {
  padding: 4.8rem;
}

/*  Media queries
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Buttons
    .button

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    HELPERS
    Default classes almost always

\*----------------------------------------------------------------------------*/
.sign {
  margin-bottom: 2.4rem !important;
}

.sign-s {
  margin-bottom: 1.2rem !important;
}

.sign-l {
  margin-bottom: 4.8rem !important;
}

.sign-inv {
  margin-bottom: -2.4rem !important;
}

.sign-flat {
  margin-bottom: 0 !important;
}

.layer,
.layer-s,
.layer-l {
  display: block;
}

.layer {
  padding: 4.8rem 0;
}

.layer-s {
  padding: 2.4rem 0;
}

.layer-l {
  padding: 9.6rem 0;
}

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

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

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

.list-clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nowrap {
  white-space: nowrap;
}

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

@media only screen and (max-width: 480px) {
  .sign--palm {
    margin-bottom: 2.4rem !important;
  }
  .sign-s--palm {
    margin-bottom: 1.2rem !important;
  }
  .sign-l--palm {
    margin-bottom: 4.8rem !important;
  }
  .sign-inv--palm {
    margin-bottom: -2.4rem !important;
  }
  .layer--palm {
    padding: 4.8rem 0;
  }
  .layer-s--palm {
    padding: 2.4rem 0;
  }
  .layer-l--palm {
    padding: 9.6rem 0;
  }
  .text-left--palm {
    text-align: left;
  }
  .text-center--palm {
    text-align: center;
  }
  .text-right--palm {
    text-align: right;
  }
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
@media only screen and (min-width: 481px) {
  .sign--gt-palm {
    margin-bottom: 2.4rem !important;
  }
  .sign-s--gt-palm {
    margin-bottom: 1.2rem !important;
  }
  .sign-l--gt-palm {
    margin-bottom: 4.8rem !important;
  }
  .sign-inv--gt-palm {
    margin-bottom: -2.4rem !important;
  }
  .layer--gt-palm {
    padding: 4.8rem 0;
  }
  .layer-s--gt-palm {
    padding: 2.4rem 0;
  }
  .layer-l--gt-palm {
    padding: 9.6rem 0;
  }
  .text-left--gt-palm {
    text-align: left;
  }
  .text-center--gt-palm {
    text-align: center;
  }
  .text-right--gt-palm {
    text-align: right;
  }
  .visuallyhidden--gt-palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
  }
}
/*----------------------------------------------------------------------------*\
    Island
    .island

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.island,
.island-s,
.island-l {
  display: block;
}

.island {
  padding: 2.4rem;
}

.island-s {
  padding: 1.2rem;
}

.island-l {
  padding: 4.8rem;
}

/*  Media queries
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Form
    Form elements

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Navigation
    .nav

\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Mixins
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    ICON
    .icon
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.icon {
  fill: #4a4948;
  color: #f1b300;
}

.icon:not([width]),
.icon:not([height]) {
  width: 2.4rem;
  height: 2.4rem;
}

/*----------------------------------------------------------------------------*\
    IMAGE
    .image
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*\
    Toggle
    Based on toggle.js
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
*[data-role=togglee][data-state=passive] {
  display: none;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

.carousel *, .carousel *:before, .carousel *:after {
  box-sizing: inherit;
}

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: 0.25;
  transition: opacity 0.15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity 0.15s ease;
}

.carousel__button.is-prev, .carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: 0.3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width:48px;
    --carousel-button-height:48px;
    --carousel-button-svg-width:27px;
    --carousel-button-svg-height:27px;
  }
}
.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

@media all and (min-width: 1024px) {
  .fancybox__slide {
    padding: 64px 100px;
  }
}
.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }
}
.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

@media all and (min-width: 1024px) {
  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }
}
.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

@media all and (min-width: 1024px) {
  .carousel__button.is-close {
    right: 40px;
  }
}
.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click, .fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.fancybox__backdrop, .fancybox__caption, .fancybox__nav, .carousel__dots, .carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop, .fancybox__container.is-animated[aria-hidden=false] .fancybox__caption, .fancybox__container.is-animated[aria-hidden=false] .fancybox__nav, .fancybox__container.is-animated[aria-hidden=false] .carousel__dots, .fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: 0.15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop, .fancybox__container.is-animated.is-closing .fancybox__caption, .fancybox__container.is-animated.is-closing .fancybox__nav, .fancybox__container.is-animated.is-closing .carousel__dots, .fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: 0.15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: 0.15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: 0.1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: 0.2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: 0.15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: 0.15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: 0.15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}
@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}
@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}
.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide, .fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide, .fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content, .fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content, .fancybox__carousel .fancybox__slide.has-pdf .fancybox__content, .fancybox__carousel .fancybox__slide.has-video .fancybox__content, .fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity 0.15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: 0.92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, hsla(0deg, 0%, 0%, 0) 0%, hsla(0deg, 0%, 0%, 0.006) 8.1%, hsla(0deg, 0%, 0%, 0.021) 15.5%, hsla(0deg, 0%, 0%, 0.046) 22.5%, hsla(0deg, 0%, 0%, 0.077) 29%, hsla(0deg, 0%, 0%, 0.114) 35.3%, hsla(0deg, 0%, 0%, 0.155) 41.2%, hsla(0deg, 0%, 0%, 0.198) 47.1%, hsla(0deg, 0%, 0%, 0.242) 52.9%, hsla(0deg, 0%, 0%, 0.285) 58.8%, hsla(0deg, 0%, 0%, 0.326) 64.7%, hsla(0deg, 0%, 0%, 0.363) 71%, hsla(0deg, 0%, 0%, 0.394) 77.5%, hsla(0deg, 0%, 0%, 0.419) 84.5%, hsla(0deg, 0%, 0%, 0.434) 91.9%, hsla(0deg, 0%, 0%, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

@media all and (min-width: 1024px) {
  .fancybox__toolbar {
    padding: 8px;
  }
}
.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: 0.15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

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

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}
.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.fancybox__container:-webkit-full-screen::backdrop {
  opacity: 0;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:-webkit-full-screen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
} /* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::-moz-selection {
  background: transparent;
}
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

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

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

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

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

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

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

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

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

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

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

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

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

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

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

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

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

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

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

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.leaflet-control.dropdown-filter {
  font-size: 1.6rem;
  line-height: 3.2rem;
}

.leaflet-control.button-reset {
  padding: 2.6rem 0.4rem 0.4rem 0.4rem;
  font-weight: 500;
  color: #5E5E5E;
  font-size: 1rem;
  line-height: 1rem;
  cursor: pointer;
  text-align: center;
  max-width: 44px;
  border: none;
  border-radius: 0.4rem 0 0 0.4rem;
  background-color: #FDFDFD;
  background-repeat: no-repeat;
  background-position: center top 0.8rem;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  background-image: url("../img/leaflet/toon-alles.svg");
}
.leaflet-control.button-reset:hover {
  text-decoration: underline;
}
.leaflet-control.button-reset.state--toon-niets {
  background-position: center top 0.5rem;
  background-image: url("../img/leaflet/toon-niets.svg");
}

.leaflet-top.leaflet-left,
.leaflet-top.leaflet-right {
  top: 10rem;
}

.leaflet-top.leaflet-right {
  max-height: calc(100vh - 12rem);
}
@media (max-height: 500px) {
  .leaflet-top.leaflet-right {
    top: auto;
    bottom: 1rem;
    scrollbar-width: none;
    scrollbar-gutter: auto;
    direction: rtl;
    overflow-y: auto;
  }
  .leaflet-top.leaflet-right::-webkit-scrollbar {
    display: none;
  }
  .leaflet-top.leaflet-right .leaflet-control-layers-scrollbar {
    padding-right: 0;
    overflow: initial;
  }
}
@media only screen and (max-width: 480px) {
  .leaflet-top.leaflet-right {
    top: auto;
    bottom: 1rem;
    scrollbar-width: none;
    scrollbar-gutter: auto;
    direction: rtl;
    overflow-y: auto;
  }
  .leaflet-top.leaflet-right::-webkit-scrollbar {
    display: none;
  }
  .leaflet-top.leaflet-right .leaflet-control-layers-scrollbar {
    padding-right: 0;
    overflow: initial;
  }
}

.leaflet-container a.leaflet-popup-close-button {
  display: none;
}

.leaflet-control-layers-toggle {
  background-image: url("../img/leaflet/layers.png");
}

.leaflet-popup-content,
.leaflet-control-layers label {
  font-size: 1.4rem;
  line-height: 2.4rem;
  cursor: pointer;
}

.leaflet-popup-content {
  margin: 0;
}

.leaflet-popup-content-wrapper {
  border-radius: 0.8rem;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
}

.map-popup__image {
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 0px;
  background-color: transparent;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}

.leaflet-right .leaflet-control {
  margin-right: 0;
}

.leaflet-control-layers-expanded {
  padding: 0;
  border-radius: 0;
}

.leaflet-control-layers-overlays {
  background-color: transparent;
}
.leaflet-control-layers-overlays input[type=checkbox] {
  display: none;
}
.leaflet-control-layers-overlays label:first-child .control-layer__item {
  border-top-left-radius: 0.4rem;
}
.leaflet-control-layers-overlays label:last-child .control-layer__item {
  border-bottom-left-radius: 0.4rem;
}

.button-leaflet {
  cursor: pointer;
  min-width: 3rem;
  min-height: 3rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  line-height: 3rem;
  border-radius: 0.4rem;
  background-color: #FDFDFD;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  background-size: 2.4rem 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
}
.button-leaflet:hover {
  background-color: #F6F6F6;
}

.button-leaflet--tourmake-holder {
  position: relative;
  min-height: 3.5rem;
  width: 20rem;
  padding-top: 0.8rem;
}

.button-leaflet--tourmake-toggle {
  position: absolute;
  top: 0;
  right: 0.8rem;
}

.leaflet-control.button-leaflet--tourmake-holder {
  margin-right: 50px;
}
@media only screen and (max-width: 480px) {
  .leaflet-control.button-leaflet--tourmake-holder {
    display: none !important;
  }
}

.button-leaflet--tourmake {
  background-color: transparent;
  border: 0;
  padding: 0.8rem;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-leaflet--tourmake::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  width: 4rem;
  height: 4rem;
  z-index: 2;
  background-image: url("../img/markers/360-view.svg");
  background-size: 100%;
}
.button-leaflet--tourmake:hover {
  background-color: transparent;
}
.button-leaflet--tourmake > .button-leaflet__image {
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-radius: 50%;
  border: 0.5rem solid #FDFDFD;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: -2rem;
}
.button-leaflet--tourmake > .button-leaflet__image > img {
  display: block;
  width: 100%;
  height: auto;
}
.button-leaflet--tourmake > .button-leaflet__label {
  position: relative;
  z-index: 1;
  background-color: #f1b300;
  color: #FDFDFD;
  border-radius: 0.3rem;
  font-weight: 700;
  font-size: 1.6rem;
  max-width: 15rem;
  padding: 0.8rem;
}

.button-leaflet--tourmake-holder[data-state=hidden] .button-leaflet--tourmake {
  display: none;
}

.button-leaflet--user-location {
  background-image: url("../img/leaflet/person_pin_circle.svg");
}

.button-leaflet--region {
  background-image: url("../img/leaflet/forest.svg");
}

/*----------------------------------------------------------------------------*\
    Map
    #map
\*----------------------------------------------------------------------------*/
/*  Variables
\*----------------------------------------------------------------------------*/
/*  Component
\*----------------------------------------------------------------------------*/
.map {
  position: relative;
  z-index: 0;
}

.map__elem {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100vh;
}

.map__aside {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 52rem;
  max-width: calc(100% - 4.8rem);
  height: 100%;
  background-color: #FDFDFD;
  transform: translateX(100%);
}

.map__aside-container {
  overflow: auto;
  height: 100%;
}

.map__aside-close {
  position: absolute;
  top: 12rem;
  left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.2rem;
  background-color: #FDFDFD;
  border: 0;
  border-radius: 0.3rem;
  box-shadow: 0px 10px 10px -3px rgba(0, 0, 0, 0.1), 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
}
.map__aside-close > .icon {
  display: block;
  width: 2rem;
  height: 2rem;
  fill: #CCC;
}
.map__aside-close:hover > .icon {
  fill: #4a4948;
}

.map__aside-region,
.map__aside-inner {
  padding: 2.4rem 2.4rem 2.4rem 4.8rem;
}
.map__aside-region:first-child,
.map__aside-inner:first-child {
  padding-top: 12rem;
}

.map__aside-region {
  text-align: right;
}

.map__aside-region-title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.map__aside-region-logo {
  display: inline-block;
  margin-right: -2.4rem;
}

.map__aside-header {
  position: relative;
  z-index: 1;
  pointer-events: none;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  justify-content: space-between;
}
.map__aside-header > * {
  pointer-events: all;
}
.map__aside-header > .avatar {
  width: 8.8rem;
  height: 8.8rem;
  border: 0.3rem solid #FDFDFD;
  flex-grow: 0;
  flex-shrink: 0;
}

.map__aside-header--overlap {
  margin-bottom: -2.4rem;
}
.map__aside-header--overlap > .heading,
.map__aside-header--overlap > .heading-s {
  padding-bottom: 2.4rem;
}

.map__gallery-image {
  display: block;
}
.map__gallery-image.hidden {
  display: none;
}
.map__gallery-image > img {
  display: block;
}

.map-popup__image {
  overflow: hidden;
}
.map-popup__image > img {
  display: block;
}

.map-popup__content {
  padding: 1.2rem;
}

.control-layer__item {
  position: relative;
  padding: 0.8rem;
  transition: background-color 0.2s ease-in;
}
.control-layer__item .icon {
  width: 2.8rem !important;
  height: 2.8rem !important;
  display: block;
}
.control-layer__item > span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  background-color: #4a4948;
  color: #FDFDFD;
  padding: 0 0.4rem;
  transition: transform 0.2s ease-in;
  z-index: -1;
  white-space: nowrap;
}
.control-layer__item:hover > span {
  transition-timing-function: ease-out;
  transform: translate(-100%, -50%);
}

.map__aside-region.is--brabantse-wal {
  background-color: #e6f2f4;
}
.map__aside-region.is--brabantse-wal .map__aside-region-title {
  color: #007e95;
}

.bg--brabantse-wal {
  background-color: #007e95 !important;
  color: #FDFDFD !important;
}
.bg--brabantse-wal .heading, .bg--brabantse-wal .heading-s, .bg--brabantse-wal .heading-xs, .bg--brabantse-wal .heading-l {
  color: #FDFDFD !important;
}
.bg--brabantse-wal .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--brabantse-wal .nav--social .nav__link:hover .icon {
  fill: #e6f2f4 !important;
}

.island--shadow.bg--brabantse-wal {
  box-shadow: 0 5px 10px #cce5ea, 0 3px 6px #f2f9fa !important;
}

.map__aside-region.is--baronie-van-breda {
  background-color: #fdedec;
}
.map__aside-region.is--baronie-van-breda .map__aside-region-title {
  color: #ea4f3d;
}

.bg--baronie-van-breda {
  background-color: #ea4f3d !important;
  color: #FDFDFD !important;
}
.bg--baronie-van-breda .heading, .bg--baronie-van-breda .heading-s, .bg--baronie-van-breda .heading-xs, .bg--baronie-van-breda .heading-l {
  color: #FDFDFD !important;
}
.bg--baronie-van-breda .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--baronie-van-breda .nav--social .nav__link:hover .icon {
  fill: #fdedec !important;
}

.island--shadow.bg--baronie-van-breda {
  box-shadow: 0 5px 10px #fbdcd8, 0 3px 6px #fef6f5 !important;
}

.map__aside-region.is--heusden-altena {
  background-color: #f8fae6;
}
.map__aside-region.is--heusden-altena .map__aside-region-title {
  color: #bccf00;
}

.bg--heusden-altena {
  background-color: #bccf00 !important;
  color: #FDFDFD !important;
}
.bg--heusden-altena .heading, .bg--heusden-altena .heading-s, .bg--heusden-altena .heading-xs, .bg--heusden-altena .heading-l {
  color: #FDFDFD !important;
}
.bg--heusden-altena .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--heusden-altena .nav--social .nav__link:hover .icon {
  fill: #f8fae6 !important;
}

.island--shadow.bg--heusden-altena {
  box-shadow: 0 5px 10px #f2f5cc, 0 3px 6px #fcfdf2 !important;
}

.map__aside-region.is--hart-van-het-groene-woud {
  background-color: #e9f6eb;
}
.map__aside-region.is--hart-van-het-groene-woud .map__aside-region-title {
  color: #27a737;
}

.bg--hart-van-het-groene-woud {
  background-color: #27a737 !important;
  color: #FDFDFD !important;
}
.bg--hart-van-het-groene-woud .heading, .bg--hart-van-het-groene-woud .heading-s, .bg--hart-van-het-groene-woud .heading-xs, .bg--hart-van-het-groene-woud .heading-l {
  color: #FDFDFD !important;
}
.bg--hart-van-het-groene-woud .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--hart-van-het-groene-woud .nav--social .nav__link:hover .icon {
  fill: #e9f6eb !important;
}

.island--shadow.bg--hart-van-het-groene-woud {
  box-shadow: 0 5px 10px #d4edd7, 0 3px 6px #f4fbf5 !important;
}

.map__aside-region.is--ten-oosten-van-tilburg {
  background-color: #f0e8ef;
}
.map__aside-region.is--ten-oosten-van-tilburg .map__aside-region-title {
  color: #6c1c5a;
}

.bg--ten-oosten-van-tilburg {
  background-color: #6c1c5a !important;
  color: #FDFDFD !important;
}
.bg--ten-oosten-van-tilburg .heading, .bg--ten-oosten-van-tilburg .heading-s, .bg--ten-oosten-van-tilburg .heading-xs, .bg--ten-oosten-van-tilburg .heading-l {
  color: #FDFDFD !important;
}
.bg--ten-oosten-van-tilburg .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--ten-oosten-van-tilburg .nav--social .nav__link:hover .icon {
  fill: #f0e8ef !important;
}

.island--shadow.bg--ten-oosten-van-tilburg {
  box-shadow: 0 5px 10px #e2d2de, 0 3px 6px #f8f4f7 !important;
}

.map__aside-region.is--ten-zuiden-van-den-bosch {
  background-color: #e6f5f4;
}
.map__aside-region.is--ten-zuiden-van-den-bosch .map__aside-region-title {
  color: #009e8f;
}

.bg--ten-zuiden-van-den-bosch {
  background-color: #009e8f !important;
  color: #FDFDFD !important;
}
.bg--ten-zuiden-van-den-bosch .heading, .bg--ten-zuiden-van-den-bosch .heading-s, .bg--ten-zuiden-van-den-bosch .heading-xs, .bg--ten-zuiden-van-den-bosch .heading-l {
  color: #FDFDFD !important;
}
.bg--ten-zuiden-van-den-bosch .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--ten-zuiden-van-den-bosch .nav--social .nav__link:hover .icon {
  fill: #e6f5f4 !important;
}

.island--shadow.bg--ten-zuiden-van-den-bosch {
  box-shadow: 0 5px 10px #ccece9, 0 3px 6px #f2faf9 !important;
}

.map__aside-region.is--de-kempen {
  background-color: #f9e8e9;
}
.map__aside-region.is--de-kempen .map__aside-region-title {
  color: #c61a27;
}

.bg--de-kempen {
  background-color: #c61a27 !important;
  color: #FDFDFD !important;
}
.bg--de-kempen .heading, .bg--de-kempen .heading-s, .bg--de-kempen .heading-xs, .bg--de-kempen .heading-l {
  color: #FDFDFD !important;
}
.bg--de-kempen .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--de-kempen .nav--social .nav__link:hover .icon {
  fill: #f9e8e9 !important;
}

.island--shadow.bg--de-kempen {
  box-shadow: 0 5px 10px #f4d1d4, 0 3px 6px #fcf4f4 !important;
}

.map__aside-region.is--de-groote-heide {
  background-color: #fef5eb;
}
.map__aside-region.is--de-groote-heide .map__aside-region-title {
  color: #f59e33;
}

.bg--de-groote-heide {
  background-color: #f59e33 !important;
  color: #FDFDFD !important;
}
.bg--de-groote-heide .heading, .bg--de-groote-heide .heading-s, .bg--de-groote-heide .heading-xs, .bg--de-groote-heide .heading-l {
  color: #FDFDFD !important;
}
.bg--de-groote-heide .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--de-groote-heide .nav--social .nav__link:hover .icon {
  fill: #fef5eb !important;
}

.island--shadow.bg--de-groote-heide {
  box-shadow: 0 5px 10px #fdecd6, 0 3px 6px #fffaf5 !important;
}

.map__aside-region.is--maas-peel {
  background-color: #faeef1;
}
.map__aside-region.is--maas-peel .map__aside-region-title {
  color: #d05874;
}

.bg--maas-peel {
  background-color: #d05874 !important;
  color: #FDFDFD !important;
}
.bg--maas-peel .heading, .bg--maas-peel .heading-s, .bg--maas-peel .heading-xs, .bg--maas-peel .heading-l {
  color: #FDFDFD !important;
}
.bg--maas-peel .nav--social .icon {
  fill: #FDFDFD !important;
}
.bg--maas-peel .nav--social .nav__link:hover .icon {
  fill: #faeef1 !important;
}

.island--shadow.bg--maas-peel {
  box-shadow: 0 5px 10px #f6dee3, 0 3px 6px #fdf7f8 !important;
}

.control-layer__item.is--natuurgebied {
  background-color: #e9eee0;
}
.control-layer__item.is--natuurgebied:hover {
  transition-timing-function: ease-out;
  background-color: #b7c699;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--natuurgebied {
  background-color: #7d9847;
}

.control-layer__item.is--wandelroute {
  background-color: #fef4e4;
}
.control-layer__item.is--wandelroute:hover {
  transition-timing-function: ease-out;
  background-color: #fcd9a5;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--wandelroute {
  background-color: #f9bb5c;
}

.control-layer__item.is--fietsroute {
  background-color: #fce9dd;
}
.control-layer__item.is--fietsroute:hover {
  transition-timing-function: ease-out;
  background-color: #f7b78c;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--fietsroute {
  background-color: #f07d30;
}

.control-layer__item.is--infopunt {
  background-color: #d9f2fb;
}
.control-layer__item.is--infopunt:hover {
  transition-timing-function: ease-out;
  background-color: #81d4f3;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--infopunt {
  background-color: #1cb2e9;
}

.control-layer__item.is--horeca {
  background-color: #fcd9ed;
}
.control-layer__item.is--horeca:hover {
  transition-timing-function: ease-out;
  background-color: #f481c4;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--horeca {
  background-color: #eb1b95;
}

.control-layer__item.is--vossenstreken {
  background-color: #f4f4f4;
}
.control-layer__item.is--vossenstreken:hover {
  transition-timing-function: ease-out;
  background-color: #d9d9d9;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--vossenstreken {
  background-color: #bbbbbb;
}

.control-layer__item.is--uitkijkpunt {
  background-color: #e2f5f4;
}
.control-layer__item.is--uitkijkpunt:hover {
  transition-timing-function: ease-out;
  background-color: #a0dfda;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--uitkijkpunt {
  background-color: #53c5bc;
}

.control-layer__item.is--werkinuitvoering {
  background-color: #fce9dd;
}
.control-layer__item.is--werkinuitvoering:hover {
  transition-timing-function: ease-out;
  background-color: #f7b78c;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--werkinuitvoering {
  background-color: #f07d30;
}

.control-layer__item.is--erfgoed {
  background-color: #e9e2ef;
}
.control-layer__item.is--erfgoed:hover {
  transition-timing-function: ease-out;
  background-color: #b79ecb;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--erfgoed {
  background-color: #7d50a1;
}

.control-layer__item.is--ruiterpad {
  background-color: #f5ede2;
}
.control-layer__item.is--ruiterpad:hover {
  transition-timing-function: ease-out;
  background-color: #ddc39d;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--ruiterpad {
  background-color: #c2924f;
}

.control-layer__item.is--parkeerplaats {
  background-color: #d9e9f3;
}
.control-layer__item.is--parkeerplaats:hover {
  transition-timing-function: ease-out;
  background-color: #81b6d7;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--parkeerplaats {
  background-color: #1b7bb7;
}

.control-layer__item.is--kinderactiviteit {
  background-color: #f2f6da;
}
.control-layer__item.is--kinderactiviteit:hover {
  transition-timing-function: ease-out;
  background-color: #d5e184;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--kinderactiviteit {
  background-color: #b3c921;
}

.control-layer__item.is--rolstoel-en-kinderwagenroute {
  background-color: #f8dbdf;
}
.control-layer__item.is--rolstoel-en-kinderwagenroute:hover {
  transition-timing-function: ease-out;
  background-color: #e98793;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--rolstoel-en-kinderwagenroute {
  background-color: #d7263d;
}

.control-layer__item.is--360-view {
  background-color: #f8e2f7;
}
.control-layer__item.is--360-view:hover {
  transition-timing-function: ease-out;
  background-color: #e69de4;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--360-view {
  background-color: #d24fce;
}

.control-layer__item.is--activiteit {
  background-color: #d9e7f1;
}
.control-layer__item.is--activiteit:hover {
  transition-timing-function: ease-out;
  background-color: #80afd1;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--activiteit {
  background-color: #1a6eab;
}

.control-layer__item.is--project {
  background-color: #fce8dc;
}
.control-layer__item.is--project:hover {
  transition-timing-function: ease-out;
  background-color: #f6b28b;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--project {
  background-color: #ee742e;
}

.control-layer__item.is--weidevogelbescherming {
  background-color: #e9eee1;
}
.control-layer__item.is--weidevogelbescherming:hover {
  transition-timing-function: ease-out;
  background-color: #b7c79b;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--weidevogelbescherming {
  background-color: #7d994b;
}

.control-layer__item.is--uilenbescherming {
  background-color: #f6ebe4;
}
.control-layer__item.is--uilenbescherming:hover {
  transition-timing-function: ease-out;
  background-color: #e0bca4;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--uilenbescherming {
  background-color: #c7865b;
}

.control-layer__item.is--erfvogelbescherming {
  background-color: #e8edf0;
}
.control-layer__item.is--erfvogelbescherming:hover {
  transition-timing-function: ease-out;
  background-color: #b2c3cc;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--erfvogelbescherming {
  background-color: #7493a2;
}

.control-layer__item.is--vleermuizenbescherming {
  background-color: #f0eae0;
}
.control-layer__item.is--vleermuizenbescherming:hover {
  transition-timing-function: ease-out;
  background-color: #cdb898;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--vleermuizenbescherming {
  background-color: #a47e45;
}

.control-layer__item.is--natuur-en-landschapbescherming {
  background-color: #eef1df;
}
.control-layer__item.is--natuur-en-landschapbescherming:hover {
  transition-timing-function: ease-out;
  background-color: #c7d194;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--natuur-en-landschapbescherming {
  background-color: #9aac3e;
}

.control-layer__item.is--soorten-monitoring {
  background-color: #f3d9e7;
}
.control-layer__item.is--soorten-monitoring:hover {
  transition-timing-function: ease-out;
  background-color: #d880b0;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--soorten-monitoring {
  background-color: #b91a71;
}

.control-layer__item.is--gidsen-en-voorlichting {
  background-color: #d9eaf5;
}
.control-layer__item.is--gidsen-en-voorlichting:hover {
  transition-timing-function: ease-out;
  background-color: #80b9de;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--gidsen-en-voorlichting {
  background-color: #1a81c4;
}

.control-layer__item.is--overig-vrijwilligerswerk {
  background-color: #fef1d9;
}
.control-layer__item.is--overig-vrijwilligerswerk:hover {
  transition-timing-function: ease-out;
  background-color: #fbd080;
}

.leaflet-control-layers-overlays input[type=checkbox]:checked + span > .control-layer__item.is--overig-vrijwilligerswerk {
  background-color: #f7aa1a;
}

.html-dialog.fancybox__content {
  padding: 0;
  max-width: 34rem;
}

.html-dialog__actions {
  border-top: 0.1rem solid #F6F6F6;
  padding: 1.2rem 1.2rem;
  display: flex;
  gap: 0.8rem;
  justify-content: flex-end;
  align-items: center;
}
.html-dialog__actions .field:first-child:not(:last-child) {
  flex-grow: 1;
}
.html-dialog__actions .field label {
  margin-bottom: 0;
}
.html-dialog__actions .checkbox-container {
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.html-dialog__actions .checkbox-container > .checkmark {
  top: 0.2rem;
}

.carousel--walkthrough.has-dots {
  margin-bottom: 3.6rem !important;
}
.carousel--walkthrough .carousel__slide {
  width: 100%;
  padding: 0;
}

.walkthrough__image margin > img {
  display: block;
}

.walkthrough__content {
  padding: 2.4rem;
  text-align: center;
}

.nav.nav--tabs {
  gap: 0;
  border-bottom: 1px solid #d1d1d1;
  padding: 0 0.6rem;
}
.nav.nav--tabs .nav__link {
  padding: 0 2.4rem;
  border: 1px solid #d1d1d1;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  color: #9e9e9e;
  font-size: 1.4rem;
  line-height: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.nav.nav--tabs .nav__link.is--active {
  border-bottom-color: #FDFDFD;
  color: #2c2c2c;
}
.nav.nav--tabs .nav__item:not(:last-child) .nav__link {
  border-right-width: 0;
}
