@charset "UTF-8";
/* Admin */
#block-mb275-local-tasks {
  position: absolute;
}
#block-mb275-local-tasks ul.tabs {
  position: fixed;
  right: -100px;
  top: 50%;
  z-index: 200;
  width: 100px;
  padding-left: 0;
  margin: 0;
  border: none;
  margin-top: -50px;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#block-mb275-local-tasks ul.tabs.open {
  -moz-transform: translate3d(-100px, 0, 0);
  -o-transform: translate3d(-100px, 0, 0);
  -ms-transform: translate3d(-100px, 0, 0);
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
#block-mb275-local-tasks ul.tabs .before {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  background: url("../images/admin-sprites.svg") -16px -14px no-repeat #272727;
  cursor: pointer;
}
#block-mb275-local-tasks ul.tabs .before:hover,
#block-mb275-local-tasks ul.tabs.open .before {
  background-color: #272727;
}
#block-mb275-local-tasks ul.primary li.active a .tab,
#block-mb275-local-tasks ul.primary li.active a:hover .tab,
#block-mb275-local-tasks ul.primary li a .tab,
#block-mb275-local-tasks ul.primary li a,
#block-mb275-local-tasks ul.primary li a:hover .tab,
#block-mb275-local-tasks ul.primary li.active a,
#block-mb275-local-tasks ul.primary {
  background-image: none !important;
}
#block-mb275-local-tasks ul.primary.tabs {
  background-color: #272727;
}
#block-mb275-local-tasks ul.primary.tabs li {
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
#block-mb275-local-tasks ul.tabs.secondary {
  display: none;
}
#block-mb275-local-tasks ul.primary.tabs li a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #FFF;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border: none;
  padding-left: 10px;
  text-decoration: none;
}
#block-mb275-local-tasks ul.primary.tabs li.active a:hover,
#block-mb275-local-tasks ul.primary.tabs li.active a {
  background-color: #FFF;
  color: #272727;
  border: none;
}
#block-mb275-local-tasks ul.primary.tabs li a:hover {
  background-color: #FFF;
  color: #272727;
}

/* end of Admin */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }
  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }
  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }
  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }
  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }
  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }
  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }
  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }
  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }
  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
} /**
 * Converts pixels to rem, according to browser context (base font size).
 */
/**
 * Returns container max width from map var
 */
/**
 * Calculate spacing based on multiplier
 *
 * Other spacings can be used, but still must be a multiplier of 8,
 * for example a smaller spacing of 5 can be used, and is 8 * 0.5.
 */
/**
 * Fetch z-index from $z-indexes map
 */
/**
 * Strip unit from size
 * @param  {string} $number Size with unit
 * @return {int}            Size without unit
 */
/**
  Custom mixins
 */
/**
 * Customised breakpoints based on mappy-bp
 * More info at https://github.com/zellwk/mappy-breakpoints
 */
/**
 * Customised media queries based on mappy-query
 * More info at https://github.com/zellwk/mappy-breakpoints
 */
/**
 * Single column mixin
 * To be used in media queries where @extend is not usable
 * @param  {number} $size: 12 Column size
 */
/**
 * Offset mixin
 * To be used if column push is needed
 */
/**
 * Row styling
 */
/**
 * Add transition to element
 */
/**
 * Vh Unsupported devices fix
 */
/**
 * Return font size & line height using a mixin
*/
/**
 * Retina backgrounds
 */
/**
 * Clear outer padding
 */
/**
 * Hover action on boxed layout elements (news, our businesses, philanthorpy)
 * Sets default parameters for element
 */
/**
 * Hover action when hover is triggered
 */
/**
 * Speecial anchors used in sidebar and bottom of inner content section
 */
/**
 * Clear inner floats
 */
.hero h1 {
  display: inline-block;
  position: relative;
  letter-spacing: 0.125rem;
  padding-bottom: 1.5625rem;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-transform: uppercase;
}
@media all and (max-width: 68.6875em) {
  .hero h1 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 700;
    background-size: 0.6875rem 0.6875rem;
    background-image: url("../images/circle-white-small.svg");
  }
}
@media all and (min-width: 68.75em) {
  .hero h1 {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 700;
    background-size: 1.125rem 1.125rem;
    background-image: url("../images/circle-white.svg");
  }
}
.hero h1::before, .hero h1::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  width: calc(50% - 10px);
  height: 0.0625rem;
}
@media all and (max-width: 68.6875em) {
  .hero h1::before, .hero h1::after {
    bottom: 0.3125rem;
  }
}
@media all and (min-width: 68.75em) {
  .hero h1::before, .hero h1::after {
    bottom: 0.5625rem;
  }
}
@media all and (max-width: 68.6875em) {
  .hero h1::before {
    right: calc(50% + 10px);
  }
}
@media all and (min-width: 68.75em) {
  .hero h1::before {
    right: calc(50% + 15px);
  }
}
@media all and (max-width: 68.6875em) {
  .hero h1::after {
    left: calc(50% + 10px);
  }
}
@media all and (min-width: 68.75em) {
  .hero h1::after {
    left: calc(50% + 15px);
  }
}

@media all and (max-width: 47.9375em) {
  .cta__title, .three-columns__title, .top-content-wrapper .text-wrapper .h1, .slider__title, .text-formatted .h1,
  .text-formatted h1 {
    font-size: 1.875rem;
    line-height: 2.8125rem;
    font-weight: 100;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cta__title, .three-columns__title, .top-content-wrapper .text-wrapper .h1, .slider__title, .text-formatted .h1,
  .text-formatted h1 {
    font-size: 2.1875rem;
    line-height: 3.4375rem;
    font-weight: 100;
  }
}
@media all and (min-width: 68.75em) {
  .cta__title, .three-columns__title, .top-content-wrapper .text-wrapper .h1, .slider__title, .text-formatted .h1,
  .text-formatted h1 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    font-weight: 100;
  }
}
@media all and (min-width: 120em) {
  .cta__title, .three-columns__title, .top-content-wrapper .text-wrapper .h1, .slider__title, .text-formatted .h1,
  .text-formatted h1 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
    font-weight: 100;
  }
}

@media all and (max-width: 47.9375em) {
  .maps-wrapper h2, .included-wrapper h2, .node--type-faq .category-title-wrapper .category-title, .top-content-wrapper .text-wrapper h1,
  .top-content-wrapper .text-wrapper h2,
  .top-content-wrapper .text-wrapper .h2, .paragraph--type--title-and-text .title h2, .paragraph--type--title-and-text .title, .text-formatted .h2,
  .text-formatted h2, .h2 {
    font-size: 1.875rem;
    line-height: 2.8125rem;
    font-weight: 300;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .maps-wrapper h2, .included-wrapper h2, .node--type-faq .category-title-wrapper .category-title, .top-content-wrapper .text-wrapper h1,
  .top-content-wrapper .text-wrapper h2,
  .top-content-wrapper .text-wrapper .h2, .paragraph--type--title-and-text .title h2, .paragraph--type--title-and-text .title, .text-formatted .h2,
  .text-formatted h2, .h2 {
    font-size: 2.1875rem;
    line-height: 3.4375rem;
    font-weight: 300;
  }
}
@media all and (min-width: 68.75em) {
  .maps-wrapper h2, .included-wrapper h2, .node--type-faq .category-title-wrapper .category-title, .top-content-wrapper .text-wrapper h1,
  .top-content-wrapper .text-wrapper h2,
  .top-content-wrapper .text-wrapper .h2, .paragraph--type--title-and-text .title h2, .paragraph--type--title-and-text .title, .text-formatted .h2,
  .text-formatted h2, .h2 {
    font-size: 2.5rem;
    line-height: 3.4375rem;
    font-weight: 300;
  }
}
@media all and (min-width: 120em) {
  .maps-wrapper h2, .included-wrapper h2, .node--type-faq .category-title-wrapper .category-title, .top-content-wrapper .text-wrapper h1,
  .top-content-wrapper .text-wrapper h2,
  .top-content-wrapper .text-wrapper .h2, .paragraph--type--title-and-text .title h2, .paragraph--type--title-and-text .title, .text-formatted .h2,
  .text-formatted h2, .h2 {
    font-size: 3.125rem;
    line-height: 4.0625rem;
    font-weight: 300;
  }
}

@media all and (max-width: 47.9375em) {
  .text-formatted p:not(.small) {
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .text-formatted p:not(.small) {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .text-formatted p:not(.small) {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .text-formatted p:not(.small) {
    font-size: 1.625rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}

@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-Thin.woff2") format("woff2"), url("../fonts/FSLucasWeb-Thin.woff") format("woff"), url("../fonts/FSLucas-Thin.otf") format("opentype"), url("../fonts/FSLucas-Thin.ttf") format("truetype");
  font-weight: 100;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-Light.woff2") format("woff2"), url("../fonts/FSLucasWeb-Light.woff") format("woff"), url("../fonts/FSLucas-Light.otf") format("opentype"), url("../fonts/FSLucas-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-Regular.woff2") format("woff2"), url("../fonts/FSLucasWeb-Regular.woff") format("woff"), url("../fonts/FSLucas-Regular.otf") format("opentype"), url("../fonts/FSLucas-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-Med.woff2") format("woff2"), url("../fonts/FSLucasWeb-Med.woff") format("woff"), url("../fonts/FSLucas-Medium.otf") format("opentype"), url("../fonts/FSLucas-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-MedItalic.woff2") format("woff2"), url("../fonts/FSLucasWeb-MedItalic.woff") format("woff"), url("../fonts/FSLucas-MediumItalic.otf") format("opentype"), url("../fonts/FSLucas-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-SemiBd.woff2") format("woff2"), url("../fonts/FSLucasWeb-SemiBd.woff") format("woff"), url("../fonts/FSLucas-SemiBd.otf") format("opentype"), url("../fonts/FSLucas-SemiBd.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-Bold.woff2") format("woff2"), url("../fonts/FSLucasWeb-Bold.woff") format("woff"), url("../fonts/FSLucas-Bold.otf") format("opentype"), url("../fonts/FSLucas-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "FS Lucas";
  src: url("../fonts/FSLucasWeb-XtraBd.woff2") format("woff2"), url("../fonts/FSLucasWeb-XtraBd.woff") format("woff"), url("../fonts/FSLucas-ExtraBold.otf") format("opentype"), url("../fonts/FSLucas-ExtraBold.ttf") format("truetype");
  font-weight: 900;
}
html {
  box-sizing: border-box;
  height: 100%;
}

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

body {
  font-family: "FS Lucas", "Roboto", "soleil", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  min-height: 100%;
  display: flex;
  overflow-x: hidden;
}
@media all and (max-width: 68.6875em) {
  body {
    font-size: 1rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  body {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    font-weight: 400;
  }
}
body > #wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
}
body.mobile-menu-opened {
  overflow-y: hidden;
}

.dialog-off-canvas-main-canvas {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
}

button,
a,
input {
  outline: none;
  box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
}

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

ul {
  list-style: inside;
  padding: 0;
}

a {
  color: inherit;
}

.link-reset {
  text-decoration: none;
  color: inherit;
}

.element-hidden {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  visibility: hidden;
}

.button, #sliding-popup .find-more-button,
#sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .find-more-button-processed, #sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .agree-button {
  display: inline-block;
  border-radius: 0;
  cursor: pointer;
  background-color: #f87c56;
  color: #ffffff !important;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0 !important;
}
.button:hover, #sliding-popup .find-more-button:hover,
#sliding-popup .eu-cookie-compliance-more-button:hover,
#sliding-popup .find-more-button-processed:hover, #sliding-popup .eu-cookie-compliance-default-button:hover,
#sliding-popup .agree-button:hover {
  background-color: #f65625;
}
@media all and (max-width: 47.9375em) {
  .button, #sliding-popup .find-more-button,
  #sliding-popup .eu-cookie-compliance-more-button,
  #sliding-popup .find-more-button-processed, #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .agree-button {
    padding: 0.25rem 1.5625rem;
    font-size: 1.125rem;
    line-height: 2.25rem;
    font-weight: 500;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .button, #sliding-popup .find-more-button,
  #sliding-popup .eu-cookie-compliance-more-button,
  #sliding-popup .find-more-button-processed, #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .agree-button {
    padding: 0.4375rem 1.6875rem;
    font-size: 1.25rem;
    line-height: 2.625rem;
    font-weight: 500;
  }
}
@media all and (min-width: 68.75em) {
  .button, #sliding-popup .find-more-button,
  #sliding-popup .eu-cookie-compliance-more-button,
  #sliding-popup .find-more-button-processed, #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .agree-button {
    padding: 1.0625rem 2.5rem;
    font-size: 1.625rem;
    line-height: 2.625rem;
    font-weight: 500;
  }
}
.button--primary, #sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .agree-button {
  background-color: #f87c56;
  color: #ffffff;
  border: none;
}
.button--primary:hover, #sliding-popup .eu-cookie-compliance-default-button:hover,
#sliding-popup .agree-button:hover {
  background-color: #f65625;
}
.button--secondary, #StayInformed .button, #StayInformed #sliding-popup .find-more-button, #sliding-popup #StayInformed .find-more-button,
#StayInformed #sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup #StayInformed .eu-cookie-compliance-more-button,
#StayInformed #sliding-popup .find-more-button-processed,
#sliding-popup #StayInformed .find-more-button-processed, #StayInformed #sliding-popup .eu-cookie-compliance-default-button, #sliding-popup #StayInformed .eu-cookie-compliance-default-button,
#StayInformed #sliding-popup .agree-button,
#sliding-popup #StayInformed .agree-button {
  color: #ffffff;
  border: 0.0625rem solid #ffffff;
}
.button--secondary:hover, #StayInformed .button:hover, #StayInformed #sliding-popup .find-more-button:hover, #sliding-popup #StayInformed .find-more-button:hover,
#StayInformed #sliding-popup .eu-cookie-compliance-more-button:hover,
#sliding-popup #StayInformed .eu-cookie-compliance-more-button:hover,
#StayInformed #sliding-popup .find-more-button-processed:hover,
#sliding-popup #StayInformed .find-more-button-processed:hover, #StayInformed #sliding-popup .eu-cookie-compliance-default-button:hover, #sliding-popup #StayInformed .eu-cookie-compliance-default-button:hover,
#StayInformed #sliding-popup .agree-button:hover,
#sliding-popup #StayInformed .agree-button:hover {
  background-color: #ffffff;
  color: #444444;
}
.language-switcher-language-url {
  display: flex;
  height: 2.0625rem;
}
@media all and (max-width: 68.6875em) {
  .language-switcher-language-url {
    opacity: 0;
    pointer-events: none;
  }
}
@media all and (max-width: 47.9375em) {
  .language-switcher-language-url {
    margin-right: 3.4375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .language-switcher-language-url {
    margin-right: 4.0625rem;
  }
}
@media all and (min-width: 68.75em) {
  .language-switcher-language-url {
    margin-left: 1rem;
  }
}
@media all and (max-width: 68.6875em) {
  .header--mobile-opened .language-switcher-language-url {
    opacity: 1;
    pointer-events: initial;
  }
}
.language-switcher-language-url .language-switcher-body {
  width: 2.25rem;
  height: 1.5rem;
  border-radius: 0.75rem;
  border: 0.0625rem solid #000000;
  position: relative;
  margin: 0 0.625rem;
  cursor: pointer;
  pointer-events: none;
}
@media all and (max-width: 47.9375em) {
  .language-switcher-language-url .language-switcher-body {
    margin: 0 0.3125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .language-switcher-language-url .language-switcher-body {
    margin: 0 0.3125rem;
  }
}
@media all and (min-width: 68.75em) {
  .language-switcher-language-url .language-switcher-body {
    margin: 0 0.625rem;
  }
}
.path-not-frontpage .language-switcher-language-url .language-switcher-body {
  border: 0.0625rem solid #000000;
}
.header--mobile-opened .language-switcher-language-url .language-switcher-body {
  border-color: #ffffff;
}
.language-switcher-language-url .language-switcher-body::before {
  content: "";
  display: block;
  position: absolute;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #000000;
  border-radius: 100%;
  top: 0.125rem;
}
.path-not-frontpage .language-switcher-language-url .language-switcher-body::before {
  background-color: #000000;
}
.header--mobile-opened .language-switcher-language-url .language-switcher-body::before {
  background-color: #ffffff !important;
}
.language-switcher-language-url .language-switcher-body--right::before {
  left: 0.1875rem;
}
.language-switcher-language-url .language-switcher-body--left::before {
  right: 0.1875rem;
}
.language-switcher-language-url .links {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.language-switcher-language-url .language-link {
  color: #000000;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media all and (max-width: 47.9375em) {
  .language-switcher-language-url .language-link {
    font-size: 1.125rem;
    line-height: 1.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .language-switcher-language-url .language-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .language-switcher-language-url .language-link {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 400;
  }
}
.path-not-frontpage .language-switcher-language-url .language-link {
  color: #000000;
}
.header--mobile-opened .language-switcher-language-url .language-link {
  color: #ffffff !important;
}
.language-switcher-language-url .language-link.is-active {
  color: #000000;
}
.path-not-frontpage .language-switcher-language-url .language-link.is-active {
  color: #000000;
}
.header--mobile-opened .language-switcher-language-url .language-link.is-active {
  color: #ffffff !important;
}
.language-switcher-language-url .language-link.is-active .language-switcher-body {
  display: none;
}

.text-formatted .h2 + p,
.text-formatted h2 + p {
  margin-top: 2.1875rem;
}
.text-formatted p.small {
  max-width: 40.3125rem;
  width: 100%;
}
.text-formatted p + p {
  margin-top: 2.1875rem;
}
.text-formatted a {
  color: inherit;
}
.text-formatted a:hover {
  text-decoration: none;
}
.text-formatted a.file {
  color: #f87c56;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 3rem;
}
.text-formatted a.file::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 0.125rem;
  font-size: 2.5rem;
  transition: transform 200ms ease;
}
.text-formatted a.file:hover::after {
  transform: translateX(5px);
}
.text-formatted a.arrow-link {
  color: #f87c56;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 3rem;
}
.text-formatted a.arrow-link::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 0.125rem;
  font-size: 2.5rem;
  transition: transform 200ms ease;
}
.text-formatted a.arrow-link:hover::after {
  transform: translateX(5px);
}

.user-pass,
.user-login-form,
.webform-submission-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
}
.user-pass [data-drupal-messages],
.user-login-form [data-drupal-messages],
.webform-submission-form [data-drupal-messages] {
  display: none;
}
.user-pass .form-item,
.user-login-form .form-item,
.webform-submission-form .form-item {
  margin: 0;
}
.user-pass .form-item.fieldgroup, .user-pass .form-item + .form-item,
.user-login-form .form-item.fieldgroup,
.user-login-form .form-item + .form-item,
.webform-submission-form .form-item.fieldgroup,
.webform-submission-form .form-item + .form-item {
  margin-top: 1.5625rem;
}
.user-pass .form-item textarea,
.user-pass .form-item input:not([type=checkbox]):not([type=radio]),
.user-login-form .form-item textarea,
.user-login-form .form-item input:not([type=checkbox]):not([type=radio]),
.webform-submission-form .form-item textarea,
.webform-submission-form .form-item input:not([type=checkbox]):not([type=radio]) {
  display: block;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  border: none;
  border-bottom: 0.125rem solid #e0e0e0;
  padding: 0.5rem 0;
  resize: none;
  margin-top: 0.3125rem;
}
.user-pass .form-item textarea::-webkit-input-placeholder,
.user-pass .form-item input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.user-login-form .form-item textarea::-webkit-input-placeholder,
.user-login-form .form-item input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
.webform-submission-form .form-item textarea::-webkit-input-placeholder,
.webform-submission-form .form-item input:not([type=checkbox]):not([type=radio])::-webkit-input-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.user-pass .form-item textarea:-moz-placeholder,
.user-pass .form-item input:not([type=checkbox]):not([type=radio]):-moz-placeholder,
.user-login-form .form-item textarea:-moz-placeholder,
.user-login-form .form-item input:not([type=checkbox]):not([type=radio]):-moz-placeholder,
.webform-submission-form .form-item textarea:-moz-placeholder,
.webform-submission-form .form-item input:not([type=checkbox]):not([type=radio]):-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.user-pass .form-item textarea::-moz-placeholder,
.user-pass .form-item input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
.user-login-form .form-item textarea::-moz-placeholder,
.user-login-form .form-item input:not([type=checkbox]):not([type=radio])::-moz-placeholder,
.webform-submission-form .form-item textarea::-moz-placeholder,
.webform-submission-form .form-item input:not([type=checkbox]):not([type=radio])::-moz-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.user-pass .form-item textarea:-ms-input-placeholder,
.user-pass .form-item input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.user-login-form .form-item textarea:-ms-input-placeholder,
.user-login-form .form-item input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder,
.webform-submission-form .form-item textarea:-ms-input-placeholder,
.webform-submission-form .form-item input:not([type=checkbox]):not([type=radio]):-ms-input-placeholder {
  color: #e0e0e0;
  opacity: 1;
}
.user-pass .form-item textarea,
.user-login-form .form-item textarea,
.webform-submission-form .form-item textarea {
  border: 0.125rem solid #e0e0e0;
  padding: 0.5rem;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-item select,
  .user-login-form .form-item select,
  .webform-submission-form .form-item select {
    max-width: 90%;
    width: 100%;
  }
}
.user-pass .form-item legend a,
.user-pass .form-item label a,
.user-login-form .form-item legend a,
.user-login-form .form-item label a,
.webform-submission-form .form-item legend a,
.webform-submission-form .form-item label a {
  color: #444444;
  text-decoration: underline;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-item legend,
  .user-pass .form-item label,
  .user-login-form .form-item legend,
  .user-login-form .form-item label,
  .webform-submission-form .form-item legend,
  .webform-submission-form .form-item label {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-item legend,
  .user-pass .form-item label,
  .user-login-form .form-item legend,
  .user-login-form .form-item label,
  .webform-submission-form .form-item legend,
  .webform-submission-form .form-item label {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-item legend,
  .user-pass .form-item label,
  .user-login-form .form-item legend,
  .user-login-form .form-item label,
  .webform-submission-form .form-item legend,
  .webform-submission-form .form-item label {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-item legend,
  .user-pass .form-item label,
  .user-login-form .form-item legend,
  .user-login-form .form-item label,
  .webform-submission-form .form-item legend,
  .webform-submission-form .form-item label {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
.user-pass .form-type-checkbox,
.user-pass .form-type-radio,
.user-login-form .form-type-checkbox,
.user-login-form .form-type-radio,
.webform-submission-form .form-type-checkbox,
.webform-submission-form .form-type-radio {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.user-pass .form-type-checkbox .form-checkbox,
.user-pass .form-type-checkbox .form-radio,
.user-pass .form-type-radio .form-checkbox,
.user-pass .form-type-radio .form-radio,
.user-login-form .form-type-checkbox .form-checkbox,
.user-login-form .form-type-checkbox .form-radio,
.user-login-form .form-type-radio .form-checkbox,
.user-login-form .form-type-radio .form-radio,
.webform-submission-form .form-type-checkbox .form-checkbox,
.webform-submission-form .form-type-checkbox .form-radio,
.webform-submission-form .form-type-radio .form-checkbox,
.webform-submission-form .form-type-radio .form-radio {
  visibility: hidden;
  position: absolute;
  pointer-events: none;
  width: 1px;
  height: 1px;
}
.user-pass .form-type-checkbox .form-checkbox:checked ~ .option::after,
.user-pass .form-type-checkbox .form-radio:checked ~ .option::after,
.user-pass .form-type-radio .form-checkbox:checked ~ .option::after,
.user-pass .form-type-radio .form-radio:checked ~ .option::after,
.user-login-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
.user-login-form .form-type-checkbox .form-radio:checked ~ .option::after,
.user-login-form .form-type-radio .form-checkbox:checked ~ .option::after,
.user-login-form .form-type-radio .form-radio:checked ~ .option::after,
.webform-submission-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
.webform-submission-form .form-type-checkbox .form-radio:checked ~ .option::after,
.webform-submission-form .form-type-radio .form-checkbox:checked ~ .option::after,
.webform-submission-form .form-type-radio .form-radio:checked ~ .option::after {
  content: "";
  position: absolute;
  left: 0.3125rem;
  width: 0.625rem;
  height: 0.3125rem;
  border-left: 0.125rem solid #000000;
  border-bottom: 0.125rem solid #000000;
  transform: rotate(-45deg);
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-pass .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-radio .form-radio:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-login-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-radio .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-radio:checked ~ .option::after {
    top: 0.6875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-pass .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-radio .form-radio:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-login-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-radio .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-radio:checked ~ .option::after {
    top: 0.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-pass .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-radio .form-radio:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-login-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-radio .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-radio:checked ~ .option::after {
    top: 0.8125rem;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-pass .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-pass .form-type-radio .form-radio:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .user-login-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .user-login-form .form-type-radio .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-checkbox .form-radio:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-checkbox:checked ~ .option::after,
  .webform-submission-form .form-type-radio .form-radio:checked ~ .option::after {
    top: 0.8125rem;
  }
}
.user-pass .form-type-checkbox .description,
.user-pass .form-type-radio .description,
.user-login-form .form-type-checkbox .description,
.user-login-form .form-type-radio .description,
.webform-submission-form .form-type-checkbox .description,
.webform-submission-form .form-type-radio .description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  margin-left: 0.9375rem;
  width: 100%;
}
@media all and (min-width: 48em) {
  .user-pass .form-type-checkbox .description,
  .user-pass .form-type-radio .description,
  .user-login-form .form-type-checkbox .description,
  .user-login-form .form-type-radio .description,
  .webform-submission-form .form-type-checkbox .description,
  .webform-submission-form .form-type-radio .description {
    max-width: 24.0625rem;
  }
}
.user-pass .form-type-checkbox .description p + p,
.user-pass .form-type-radio .description p + p,
.user-login-form .form-type-checkbox .description p + p,
.user-login-form .form-type-radio .description p + p,
.webform-submission-form .form-type-checkbox .description p + p,
.webform-submission-form .form-type-radio .description p + p {
  margin-top: 1.25rem;
}
.user-pass .form-type-radio .option,
.user-pass .form-type-radio label,
.user-login-form .form-type-radio .option,
.user-login-form .form-type-radio label,
.webform-submission-form .form-type-radio .option,
.webform-submission-form .form-type-radio label {
  position: relative;
  padding-left: 1.875rem;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-type-radio .option,
  .user-pass .form-type-radio label,
  .user-login-form .form-type-radio .option,
  .user-login-form .form-type-radio label,
  .webform-submission-form .form-type-radio .option,
  .webform-submission-form .form-type-radio label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-type-radio .option,
  .user-pass .form-type-radio label,
  .user-login-form .form-type-radio .option,
  .user-login-form .form-type-radio label,
  .webform-submission-form .form-type-radio .option,
  .webform-submission-form .form-type-radio label {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-type-radio .option,
  .user-pass .form-type-radio label,
  .user-login-form .form-type-radio .option,
  .user-login-form .form-type-radio label,
  .webform-submission-form .form-type-radio .option,
  .webform-submission-form .form-type-radio label {
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-type-radio .option,
  .user-pass .form-type-radio label,
  .user-login-form .form-type-radio .option,
  .user-login-form .form-type-radio label,
  .webform-submission-form .form-type-radio .option,
  .webform-submission-form .form-type-radio label {
    font-size: 1.625rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
.user-pass .form-type-radio .option::before,
.user-pass .form-type-radio label::before,
.user-login-form .form-type-radio .option::before,
.user-login-form .form-type-radio label::before,
.webform-submission-form .form-type-radio .option::before,
.webform-submission-form .form-type-radio label::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 0.0625rem solid #000000;
  border-radius: 0.1875rem;
  position: absolute;
  top: 0.4375rem;
  left: 0;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-type-radio .option::before,
  .user-pass .form-type-radio label::before,
  .user-login-form .form-type-radio .option::before,
  .user-login-form .form-type-radio label::before,
  .webform-submission-form .form-type-radio .option::before,
  .webform-submission-form .form-type-radio label::before {
    top: 0.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-type-radio .option::before,
  .user-pass .form-type-radio label::before,
  .user-login-form .form-type-radio .option::before,
  .user-login-form .form-type-radio label::before,
  .webform-submission-form .form-type-radio .option::before,
  .webform-submission-form .form-type-radio label::before {
    top: 0.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-type-radio .option::before,
  .user-pass .form-type-radio label::before,
  .user-login-form .form-type-radio .option::before,
  .user-login-form .form-type-radio label::before,
  .webform-submission-form .form-type-radio .option::before,
  .webform-submission-form .form-type-radio label::before {
    top: 0.4375rem;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-type-radio .option::before,
  .user-pass .form-type-radio label::before,
  .user-login-form .form-type-radio .option::before,
  .user-login-form .form-type-radio label::before,
  .webform-submission-form .form-type-radio .option::before,
  .webform-submission-form .form-type-radio label::before {
    top: 0.4375rem;
  }
}
.user-pass .form-composite.webform-fieldset--title-inline,
.user-login-form .form-composite.webform-fieldset--title-inline,
.webform-submission-form .form-composite.webform-fieldset--title-inline {
  margin-top: 0;
}
.user-pass .form-composite.webform-fieldset--title-inline legend,
.user-login-form .form-composite.webform-fieldset--title-inline legend,
.webform-submission-form .form-composite.webform-fieldset--title-inline legend {
  margin: 0 0.5em 0 0;
}
.user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper,
.user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper,
.webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper {
  display: inline-block;
  vertical-align: top;
}
.user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
.user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
.webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side {
  display: flex;
  width: auto;
  flex-wrap: wrap;
  margin: 0;
}
.user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side a,
.user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side a,
.webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side a {
  color: #444444;
  text-decoration: underline;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side,
  .webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
.user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side .form-type-radio,
.user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side .form-type-checkbox,
.user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side .form-type-radio,
.user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side .form-type-checkbox,
.webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side .form-type-radio,
.webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper > div.webform-options-display-side-by-side .form-type-checkbox {
  flex-basis: auto;
  width: auto;
  flex-wrap: wrap;
  margin: 0 1em 0 0;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-composite.webform-fieldset--title-inline legend,
  .user-pass .form-composite.webform-fieldset--title-inline .fieldset-wrapper,
  .user-login-form .form-composite.webform-fieldset--title-inline legend,
  .user-login-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper,
  .webform-submission-form .form-composite.webform-fieldset--title-inline legend,
  .webform-submission-form .form-composite.webform-fieldset--title-inline .fieldset-wrapper {
    width: 100%;
  }
}
.user-pass .form-type-processed-text,
.user-login-form .form-type-processed-text,
.webform-submission-form .form-type-processed-text {
  margin-top: 1.5625rem;
}
.user-pass .form-type-processed-text a,
.user-login-form .form-type-processed-text a,
.webform-submission-form .form-type-processed-text a {
  color: #444444;
  text-decoration: underline;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-type-processed-text,
  .user-login-form .form-type-processed-text,
  .webform-submission-form .form-type-processed-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-type-processed-text,
  .user-login-form .form-type-processed-text,
  .webform-submission-form .form-type-processed-text {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-type-processed-text,
  .user-login-form .form-type-processed-text,
  .webform-submission-form .form-type-processed-text {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-type-processed-text,
  .user-login-form .form-type-processed-text,
  .webform-submission-form .form-type-processed-text {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-type-processed-text .small,
  .user-login-form .form-type-processed-text .small,
  .webform-submission-form .form-type-processed-text .small {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-type-processed-text .small,
  .user-login-form .form-type-processed-text .small,
  .webform-submission-form .form-type-processed-text .small {
    font-size: 1.25rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-type-processed-text .small,
  .user-login-form .form-type-processed-text .small,
  .webform-submission-form .form-type-processed-text .small {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-type-processed-text .small,
  .user-login-form .form-type-processed-text .small,
  .webform-submission-form .form-type-processed-text .small {
    font-size: 1.625rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
.user-pass .captcha,
.user-login-form .captcha,
.webform-submission-form .captcha {
  margin-top: 1.5625rem;
}
.user-pass .form-item--error-message,
.user-login-form .form-item--error-message,
.webform-submission-form .form-item--error-message {
  color: red;
  display: inline-block !important;
  width: 100%;
  vertical-align: top;
}
.user-pass .form-item--error-message strong,
.user-login-form .form-item--error-message strong,
.webform-submission-form .form-item--error-message strong {
  font-weight: 400;
}
.user-pass .form-item--error-message::before,
.user-login-form .form-item--error-message::before,
.webform-submission-form .form-item--error-message::before {
  content: none;
}
.user-pass .form-actions,
.user-login-form .form-actions,
.webform-submission-form .form-actions {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 47.9375em) {
  .user-pass .form-actions,
  .user-login-form .form-actions,
  .webform-submission-form .form-actions {
    margin: 2.5rem 0 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-pass .form-actions,
  .user-login-form .form-actions,
  .webform-submission-form .form-actions {
    margin: 3.4375rem 0 0;
  }
}
@media all and (min-width: 68.75em) {
  .user-pass .form-actions,
  .user-login-form .form-actions,
  .webform-submission-form .form-actions {
    margin: 2.8125rem 0 0;
  }
}
@media all and (min-width: 120em) {
  .user-pass .form-actions,
  .user-login-form .form-actions,
  .webform-submission-form .form-actions {
    margin: 3.75rem 0 0;
  }
}

.user-form {
  max-width: 72.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 47.9375em) {
  .user-form {
    margin-bottom: 3.75rem;
    padding: 0 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-form {
    margin-bottom: 3.125rem;
    padding: 0 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .user-form {
    margin-bottom: 9.375rem;
    padding: 0 3.375rem;
  }
}
@media all and (min-width: 120em) {
  .user-form {
    margin-bottom: 9.375rem;
  }
}
.user-form .forgot-password {
  margin-top: 1.875rem;
  color: inherit;
}
.user-form .forgot-password:hover {
  text-decoration: none;
}
.user-form .button, .user-form #sliding-popup .find-more-button, #sliding-popup .user-form .find-more-button,
.user-form #sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .user-form .eu-cookie-compliance-more-button,
.user-form #sliding-popup .find-more-button-processed,
#sliding-popup .user-form .find-more-button-processed, .user-form #sliding-popup .eu-cookie-compliance-default-button, #sliding-popup .user-form .eu-cookie-compliance-default-button,
.user-form #sliding-popup .agree-button,
#sliding-popup .user-form .agree-button {
  border: none;
}

.block-system-branding-block {
  height: 2rem;
  margin-right: 1rem;
}
.block-system-branding-block .site-logo {
  display: block;
  height: 100%;
  pointer-events: initial;
}
.block-system-branding-block .site-logo img {
  height: 100%;
  width: auto;
}

#block-mb275-breadcrumbs {
  display: none;
}

.sitemap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
  padding: 3.75rem 0;
}
@media all and (max-width: 47.9375em) {
  .sitemap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .sitemap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .sitemap {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.sitemap .sitemap-box + .sitemap-box {
  margin-top: 0.625rem;
}
.sitemap ul {
  padding: 0;
  list-style-type: none;
}
.sitemap ul li {
  position: relative;
  padding-left: 1.25rem;
}
.sitemap ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border: 0.125rem solid #f87c56;
  border-radius: 100%;
}
.sitemap ul li + li {
  margin-top: 0.625rem;
}
.sitemap a {
  color: #000000;
  text-decoration: none;
}
.sitemap a:hover {
  text-decoration: underline;
}

.hamburger {
  background: transparent;
  border: none;
  width: 1.5625rem;
  height: 1.3125rem;
  padding: 0;
  cursor: pointer;
  position: fixed;
  pointer-events: initial;
}
@media all and (max-width: 47.9375em) {
  .toolbar-vertical .hamburger {
    top: 1.3125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .toolbar-vertical .hamburger {
    top: 2.0625rem;
  }
}
@media all and (max-width: 47.9375em) {
  .toolbar-vertical.toolbar-fixed .hamburger {
    top: 4rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .toolbar-vertical.toolbar-fixed .hamburger {
    top: 4.5rem;
  }
}
@media all and (max-width: 47.9375em) {
  .toolbar-horizontal .hamburger {
    top: 4rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .toolbar-horizontal .hamburger {
    top: 4.5rem;
  }
}
@media all and (max-width: 47.9375em) {
  .toolbar-horizontal.toolbar-tray-open .hamburger {
    top: 6.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .toolbar-horizontal.toolbar-tray-open .hamburger {
    top: 7rem;
  }
}
@media all and (max-width: 47.9375em) {
  .hamburger {
    top: 1.5625rem;
    right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .hamburger {
    top: 2.0625rem;
    right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .hamburger {
    display: none;
  }
}
.hamburger--opened .hamburger-layer {
  background-color: #ffffff;
}
.hamburger--opened .hamburger-layer:nth-child(1) {
  transform: rotate(45deg);
  left: 0.25rem;
}
.hamburger--opened .hamburger-layer:nth-child(2) {
  opacity: 0;
  transform: scale(0);
}
.hamburger--opened .hamburger-layer:nth-child(3) {
  transform: rotate(-45deg);
  left: 0.25rem;
  top: 1.0625rem;
}
.hamburger-layer {
  background-color: #000000;
  width: 1.5625rem;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out, top 0.3s ease-in-out, left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.hamburger-layer:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger-layer:nth-child(2) {
  top: 0.5rem;
  transform-origin: left center;
}
.hamburger-layer:nth-child(3) {
  top: 1rem;
  transform-origin: left center;
}

/* Popup */
.popup__title {
  text-transform: uppercase;
}
@media all and (max-width: 47.9375em) {
  .popup__title {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 900;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .popup__title {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    font-weight: 900;
  }
}
@media all and (min-width: 68.75em) {
  .popup__title {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 900;
  }
}
.popup__content {
  margin-top: 0.5rem;
}
@media all and (max-width: 47.9375em) {
  .popup__content {
    font-size: 0.75rem;
    line-height: 1.25rem;
    font-weight: 500;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .popup__content {
    font-size: 0.9375rem;
    line-height: 1.625rem;
    font-weight: 500;
  }
}
@media all and (min-width: 68.75em) {
  .popup__content {
    font-size: 1.0625rem;
    line-height: 1.5625rem;
    font-weight: 500;
  }
}

.popup-wrapper {
  position: relative;
}
.popup-wrapper .popup-content-wrapper {
  height: auto;
  max-width: 36.25rem;
  max-height: 100%;
  background: #f87c56;
  border: 1px solid #f87c56;
  color: #ffffff;
}
.popup-wrapper .popup-close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-decoration: none;
}
.popup-wrapper .popup-close:before, .popup-wrapper .popup-close:after {
  background-color: #ffffff;
  width: 1.5625rem;
  height: 0.1875rem;
  top: 0.625rem;
  left: -1.5rem;
}
.popup-wrapper .popup-close:hover:before, .popup-wrapper .popup-close:hover:after {
  background-color: rgb(186, 88, 38);
}
.popup-wrapper .text-formatted a.button, .popup-wrapper .text-formatted #sliding-popup a.find-more-button, #sliding-popup .popup-wrapper .text-formatted a.find-more-button,
.popup-wrapper .text-formatted #sliding-popup a.eu-cookie-compliance-more-button,
#sliding-popup .popup-wrapper .text-formatted a.eu-cookie-compliance-more-button,
.popup-wrapper .text-formatted #sliding-popup a.find-more-button-processed,
#sliding-popup .popup-wrapper .text-formatted a.find-more-button-processed, .popup-wrapper .text-formatted #sliding-popup a.eu-cookie-compliance-default-button, #sliding-popup .popup-wrapper .text-formatted a.eu-cookie-compliance-default-button,
.popup-wrapper .text-formatted #sliding-popup a.agree-button,
#sliding-popup .popup-wrapper .text-formatted a.agree-button {
  border: 2px solid #ffffff;
}

#StayInformed {
  position: fixed;
  right: 0;
  width: 100%;
  background: #444444;
  color: white;
  transition: 0.5s ease-in-out;
  z-index: 2;
  transform: translate(100%, 0);
}
#StayInformed a {
  color: inherit;
}
#StayInformed a:focus {
  color: inherit;
}
@media all and (max-width: 47.9375em) {
  #StayInformed {
    bottom: 0;
    max-width: 100%;
    padding: 1.25rem 0.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  #StayInformed {
    bottom: 1.875rem;
    max-width: 32.0625rem;
    padding: 2.25rem 5rem 2.25rem 1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  #StayInformed {
    bottom: 3.75rem;
    max-width: 32.0625rem;
    padding: 2.25rem 5rem 2.25rem 1.875rem;
  }
}
#StayInformed .action-link {
  display: none;
}
#StayInformed .action-link.close-link {
  top: 0;
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/close-button.svg");
  background-repeat: no-repeat;
  background-size: 1.25rem 1.25rem;
}
@media all and (max-width: 47.9375em) {
  #StayInformed .action-link.close-link {
    right: 0;
  }
}
@media all and (min-width: 48em) {
  #StayInformed .action-link.close-link {
    right: -3.125rem;
  }
}
#StayInformed .action-link.open-link {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease-in-out;
  background-color: #444444;
  transform-origin: 0 0;
}
@media all and (max-width: 47.9375em) {
  #StayInformed .action-link.open-link {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 900;
    padding: 0.6875rem;
    transform: rotate(-90deg);
    top: 100%;
    left: -2.3125rem;
  }
}
@media all and (min-width: 48em) {
  #StayInformed .action-link.open-link {
    font-size: 1.5rem;
    line-height: 1.625rem;
    font-weight: 900;
    padding: 0.6875rem 2.5rem;
    transform: rotate(-90deg) translateX(-50%);
    top: 50%;
    left: -2.8125rem;
  }
}
#StayInformed .action-link.active {
  display: inline-block;
  opacity: 1;
  pointer-events: initial;
}
#StayInformed .stay-informed-text {
  position: relative;
}
#StayInformed.opened {
  display: inline-block;
  padding: 2.25rem 5rem 2.25rem 1.875rem;
  transform: translate(0, 0);
}
@media all and (max-width: 47.9375em) {
  #StayInformed.opened {
    padding: 1.25rem 0.625rem;
  }
}
@media all and (min-width: 48em) {
  #StayInformed.opened {
    padding: 2.25rem 5rem 2.25rem 1.875rem;
  }
}
#StayInformed .button, #StayInformed #sliding-popup .find-more-button, #sliding-popup #StayInformed .find-more-button,
#StayInformed #sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup #StayInformed .eu-cookie-compliance-more-button,
#StayInformed #sliding-popup .find-more-button-processed,
#sliding-popup #StayInformed .find-more-button-processed, #StayInformed #sliding-popup .eu-cookie-compliance-default-button, #sliding-popup #StayInformed .eu-cookie-compliance-default-button,
#StayInformed #sliding-popup .agree-button,
#sliding-popup #StayInformed .agree-button {
  margin-top: 1rem;
}

/* End of Popup */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  z-index: 200;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.toolbar-vertical .header {
  top: 0rem;
}
.toolbar-vertical.toolbar-fixed .header {
  top: 2.4375rem;
}
.toolbar-horizontal .header {
  top: 2.4375rem;
}
.toolbar-horizontal.toolbar-tray-open .header {
  top: 4.9375rem;
}
@media all and (max-width: 47.9375em) {
  .header {
    padding: 1rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .header {
    padding: 1.5rem 2.5rem 1.5rem 2rem;
  }
}
@media all and (min-width: 68.75em) {
  .header {
    padding: 1.5rem 2.5rem 1.5rem 2rem;
  }
}
.header--white {
  background-color: #ffffff;
}
@media all and (max-width: 68.6875em) {
  .header--mobile-opened .header__mobile-wrapper {
    opacity: 1;
    pointer-events: initial;
  }
}
.header .region-header {
  display: flex;
}
@media all and (max-width: 68.6875em) {
  .header .region-header {
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
  }
}
@media all and (min-width: 68.75em) {
  .header .region-header {
    align-items: flex-end;
  }
}
.header #block-rent-apartments-now {
  display: flex;
  align-items: center;
  z-index: 190;
  text-align: center;
  background: #ffffff;
  color: #f87c56;
  justify-content: center;
  max-width: 100%;
}
@media all and (min-width: 68.75em) {
  .is-scrolling .header #block-rent-apartments-now {
    opacity: 0;
    pointer-events: none;
  }
}
@media all and (max-width: 47.9375em) {
  .header #block-rent-apartments-now {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    max-width: 100%;
  }
}
@media all and (max-width: 47.9375em) {
  .header #block-rent-apartments-now > div {
    display: block;
    width: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .header #block-rent-apartments-now {
    margin-top: 9.375rem;
    max-width: 23.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .header #block-rent-apartments-now {
    position: fixed;
    top: 5.9375rem;
    right: 1.875rem;
    cursor: pointer;
    color: #ffffff !important;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 600ms ease;
    letter-spacing: 0 !important;
    background-color: #f87c56;
    border: none;
    max-width: 23.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .toolbar-horizontal .header #block-rent-apartments-now {
    top: 10.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .toolbar-vertical .header #block-rent-apartments-now {
    top: 8.375rem;
  }
}
.header #block-rent-apartments-now p {
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.header #block-rent-apartments-now a, .header #block-rent-apartments-now button {
  text-decoration: none;
  background-color: transparent;
  border: 0;
}
@media all and (max-width: 47.9375em) {
  .header #block-rent-apartments-now a, .header #block-rent-apartments-now button {
    font-size: 1.25rem;
    line-height: 1.5rem;
    display: block;
    text-align: center;
    width: 100%;
    padding: 0.8125rem 0;
    color: #f87c56 !important;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .header #block-rent-apartments-now a, .header #block-rent-apartments-now button {
    font-size: 1.25rem;
    line-height: 1.5rem;
    padding: 1.25rem 0.9375rem;
    display: inline-block;
    color: #f87c56 !important;
  }
}
@media all and (min-width: 68.75em) {
  .header #block-rent-apartments-now a, .header #block-rent-apartments-now button {
    font-size: 1.625rem;
    line-height: 2.625rem;
    font-weight: 500;
    display: inline-block;
    padding: 1.0625rem 2.5rem;
    color: #ffffff;
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  }
}
@media all and (min-width: 68.75em) {
  .header #block-rent-apartments-now a:hover, .header #block-rent-apartments-now button:hover {
    background-color: #f65625;
  }
}
.header__mobile-wrapper {
  display: flex;
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .header__mobile-wrapper {
    padding-top: 4.3125rem;
    padding-bottom: 8.125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .header__mobile-wrapper {
    padding-top: 5.3125rem;
  }
}
@media all and (max-width: 68.6875em) {
  .header__mobile-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #f87c56;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
  }
}
@media all and (min-width: 68.75em) {
  .header__mobile-wrapper {
    justify-content: space-between;
  }
}

.hero {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 767px) and (max-height: 450px) {
  .hero {
    min-height: 28.125rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) and (max-height: 620px) {
  .hero {
    min-height: 38.75rem;
  }
}
@media screen and (min-width: 1100px) and (max-height: 780px) {
  .hero {
    min-height: 48.75rem;
  }
}
.hero .welcome-message-wrapper {
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media all and (max-width: 47.9375em) {
  .hero .welcome-message-wrapper {
    bottom: 0.8125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .hero .welcome-message-wrapper {
    bottom: 1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .hero .welcome-message-wrapper {
    bottom: 1.875rem;
  }
}
@media all and (min-width: 120em) {
  .hero .welcome-message-wrapper {
    bottom: 1.875rem;
  }
}
.hero .welcome-message-wrapper .welcome-message {
  display: block;
  width: 100%;
  color: #ffffff;
  margin: 0 0 2rem;
}
@media all and (max-width: 47.9375em) {
  .hero .welcome-message-wrapper .welcome-message {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .hero .welcome-message-wrapper .welcome-message {
    font-size: 2.5rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .hero .welcome-message-wrapper .welcome-message {
    font-size: 2.8125rem;
    line-height: 3.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .hero .welcome-message-wrapper .welcome-message {
    font-size: 2.8125rem;
    line-height: 3.75rem;
    font-weight: 400;
  }
}
.hero .welcome-message-wrapper:after {
  content: "→";
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  transform: matrix(0, 1, -1, 0, 0, 0);
}
@media all and (max-width: 47.9375em) {
  .hero .welcome-message-wrapper:after {
    font-size: 2.5rem;
    line-height: 2.5rem;
    font-weight: 300;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .hero .welcome-message-wrapper:after {
    font-size: 3.75rem;
    line-height: 3.75rem;
    font-weight: 300;
  }
}
@media all and (min-width: 68.75em) {
  .hero .welcome-message-wrapper:after {
    font-size: 4.375rem;
    line-height: 4.375rem;
    font-weight: 300;
  }
}
.hero picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
}
.hero picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero__content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(84, 88, 90, 0.35);
}
.hero__content {
  padding: 0 0.625rem;
  text-align: center;
  color: #ffffff;
}
.hero__content .button, .hero__content #sliding-popup .find-more-button, #sliding-popup .hero__content .find-more-button,
.hero__content #sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .hero__content .eu-cookie-compliance-more-button,
.hero__content #sliding-popup .find-more-button-processed,
#sliding-popup .hero__content .find-more-button-processed, .hero__content #sliding-popup .eu-cookie-compliance-default-button, #sliding-popup .hero__content .eu-cookie-compliance-default-button,
.hero__content #sliding-popup .agree-button,
#sliding-popup .hero__content .agree-button {
  margin-top: 2rem;
}
@media all and (max-width: 47.9375em) {
  .hero__content h2 {
    font-size: 2.125rem;
    line-height: 2.1875rem;
    font-weight: 300;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .hero__content h2 {
    font-size: 4.0625rem;
    line-height: 4.375rem;
    font-weight: 300;
  }
}
@media all and (min-width: 68.75em) {
  .hero__content h2 {
    font-size: 4.0625rem;
    line-height: 4.375rem;
    font-weight: 300;
  }
}
.hero p {
  letter-spacing: 0.125rem;
}
@media all and (max-width: 68.6875em) {
  .hero p {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 400;
    max-width: 16.25rem;
    margin: 0.625rem auto 0 auto;
  }
}
@media all and (min-width: 68.75em) {
  .hero p {
    font-size: 1.5625rem;
    line-height: 2.1875rem;
    font-weight: 400;
    max-width: 40.375rem;
    margin: 0.625rem auto 0 auto;
  }
}

.cover {
  margin-top: 2.0625rem;
}
.cover__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
}
@media all and (max-width: 47.9375em) {
  .cover__wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cover__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .cover__wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.cover__holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cover__holder::after {
  clear: both;
  content: "";
  display: table;
}
.cover__image {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
}
.cover__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.paragraph--type--title-and-text.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--title-and-text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--title-and-text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--title-and-text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--title-and-text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--type--title-and-text.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--title-and-text.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--type--title-and-text.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--title-and-text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--title-and-text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--title-and-text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--title-and-text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--type--title-and-text.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--type--title-and-text.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--title-and-text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--title-and-text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--title-and-text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--title-and-text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--title-and-text.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--type--title-and-text.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--title-and-text.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--type--title-and-text.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--type--title-and-text.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--type--title-and-text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--title-and-text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--type--title-and-text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--type--title-and-text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--type--title-and-text.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--type--title-and-text.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--type--title-and-text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--title-and-text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--type--title-and-text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--type--title-and-text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--type--title-and-text.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--type--title-and-text.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--type--title-and-text.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--type--title-and-text.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--type--title-and-text.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--title-and-text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--title-and-text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--title-and-text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--title-and-text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--title-and-text.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--type--title-and-text.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--title-and-text.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--type--title-and-text.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
.paragraph--type--title-and-text .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text .container {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text .container {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text .container {
    flex-wrap: nowrap;
  }
}
.paragraph--type--title-and-text .title {
  width: 100%;
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text .title {
    max-width: 45%;
    padding-right: 1.25rem;
  }
}
.paragraph--type--title-and-text .text {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--title-and-text .text {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--title-and-text .text {
    max-width: 35rem;
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--title-and-text .text {
    max-width: 62%;
  }
}

.paragraph--type--images {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--images {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--images {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--images {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--images {
    padding: 0 1.25rem;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--images {
    padding: 0 2.5rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--images {
    padding: 0 3.375rem;
    margin-top: 6.25rem;
    margin-bottom: 6.25rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--images {
    padding: 0 3.375rem;
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
.paragraph--type--images .slider__navigation {
  margin-right: 0;
}
.paragraph--type--images picture,
.paragraph--type--images picture img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: auto;
}

.slider__holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  display: block;
}
.slider__holder::after {
  clear: both;
  content: "";
  display: table;
}
.slider__controls-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.slider__title {
  text-align: center;
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .slider__title {
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .slider__title {
    padding-top: 1.25rem;
    margin-bottom: 1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .slider__title {
    padding-top: 0.9375rem;
    margin-bottom: 3.125rem;
  }
}
.slider__button {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.4375rem;
  border: 1.5pt solid #000000;
  text-align: center;
  border-radius: 100%;
  font-size: 1.375rem;
  font-weight: 400;
}
.slider__button:hover {
  opacity: 0.8;
}
.slider__button + .slider__button {
  margin-left: 0.5rem;
}
.slider__progress-wrapper {
  width: 100%;
  height: 0.0625rem;
  background-color: #e0e0e0;
  position: relative;
  margin-top: 1.25rem;
}
.slider__progress {
  transition: width 0.2s ease-in-out;
  position: absolute;
  top: -0.0625rem;
  left: 0;
  height: 0.25rem;
  background-color: #000000;
}
@media all and (max-width: 47.9375em) {
  .slider__counter {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .slider__counter {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .slider__counter {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
.slider__counter .total {
  color: #e0e0e0;
}
@media all and (max-width: 47.9375em) {
  .slider__navigation {
    margin-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .slider__navigation {
    margin-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .slider__navigation {
    margin-right: 3.125rem;
  }
}
@media all and (min-width: 120em) {
  .slider__navigation {
    margin-right: 1.875rem;
  }
}

.field--name-field-content .paragraph--type--slider.paragraph--first {
  margin-top: 0;
}
.paragraph--type--slider .slider__wrapper {
  position: relative;
}
.paragraph--type--slider .slider__wrapper .slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.15);
}
.paragraph--type--slider .slider__wrapper .field--name-field-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  width: 100%;
  padding: 0 4rem;
}
.paragraph--type--slider .slider__wrapper .slider__button {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
  z-index: 3;
  border-radius: 0;
  border: none;
  font-size: 3rem;
}
.paragraph--type--slider .slider__wrapper .slider__button.slider-navigation-next {
  left: inherit;
  right: 2rem;
}
.paragraph--type--slider .slider__wrapper .flex-control-nav {
  bottom: 1rem;
  z-index: 3;
}
.paragraph--type--slider .slider__wrapper .flex-control-nav li {
  margin: 0 0.625rem;
}
.paragraph--type--slider .slider__wrapper .flex-control-nav li a {
  box-shadow: none;
  position: relative;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  background: transparent;
}
.paragraph--type--slider .slider__wrapper .flex-control-nav li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  border-radius: 50%;
  border: 2px solid #000000;
}
.paragraph--type--slider .slider__wrapper .flex-control-nav li a.flex-active {
  background: #000000;
}
.paragraph--type--slider.paragraph-base-color-white .slider__wrapper .field--name-field-text {
  color: #ffffff;
}
.paragraph--type--slider.paragraph-base-color-white .slider__wrapper .slider__button {
  color: #ffffff;
}
.paragraph--type--slider.paragraph-base-color-white .slider__wrapper .flex-control-nav li a:before {
  border: 2px solid #ffffff;
}
.paragraph--type--slider.paragraph-base-color-white .slider__wrapper .flex-control-nav li a.flex-active {
  background: #ffffff;
}

.paragraph--type--text-and-images {
  position: relative;
}
.paragraph--type--text-and-images.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text-and-images.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text-and-images.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text-and-images.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text-and-images.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--type--text-and-images.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text-and-images.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--type--text-and-images.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text-and-images.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text-and-images.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text-and-images.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text-and-images.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--type--text-and-images.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--type--text-and-images.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text-and-images.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text-and-images.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text-and-images.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text-and-images.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--type--text-and-images.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text-and-images.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--type--text-and-images.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--type--text-and-images.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--type--text-and-images.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text-and-images.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--type--text-and-images.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--type--text-and-images.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--type--text-and-images.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--type--text-and-images.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--type--text-and-images.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text-and-images.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--type--text-and-images.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--type--text-and-images.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--type--text-and-images.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--type--text-and-images.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--type--text-and-images.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--type--text-and-images.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--type--text-and-images.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text-and-images.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text-and-images.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text-and-images.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text-and-images.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text-and-images.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--type--text-and-images.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text-and-images.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--type--text-and-images.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
.paragraph--type--text-and-images .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images .container {
    padding-top: 1.875rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images .container {
    padding-top: 2.8125rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images .container {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images .container {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
}
.paragraph--type--text-and-images .container::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 9999px;
  height: 100%;
  overflow: hidden;
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images .container .text-formatted {
    padding-right: 5rem;
  }
}
.paragraph--type--text-and-images .text {
  display: block;
  width: 100%;
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images .text {
    width: 43%;
    max-width: 35.9375rem;
  }
}
.paragraph--type--text-and-images .images {
  display: block;
  width: 100%;
  z-index: 1;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images .images {
    margin-top: 2.5rem;
    max-width: calc(100% - 20px);
    position: relative;
    margin-left: auto;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images .images {
    margin-top: 4.0625rem;
    max-width: calc(100% - 40px);
    position: relative;
    margin-left: auto;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images .images {
    max-width: 50%;
    right: 0;
    position: absolute;
    top: 3.75rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text-and-images .images {
    max-width: 62%;
    right: -11.625rem;
    position: absolute;
    top: 3.75rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images .images::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -2.5rem;
    width: calc(100% + 40px);
    height: 50%;
    background-color: #ffffff;
    z-index: -1;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images .images::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -8rem;
    width: calc(100% + 128px);
    height: 30%;
    background-color: #ffffff;
    z-index: -1;
  }
}
.paragraph--type--text-and-images .images picture,
.paragraph--type--text-and-images .images picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.paragraph--type--text-and-images .bottom-text {
  margin-top: 2.1875rem;
}
.paragraph--type--text-and-images .links-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images .links-wrapper {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--text-and-images .links-wrapper {
    margin-top: 4.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-no-bottom-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-no-bottom-text {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-no-bottom-text .text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-no-bottom-text .text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-no-bottom-text .text .text-formatted {
    max-width: 100%;
    width: 100%;
  }
}
.paragraph--type--text-and-images.paragraph-has-bottom-text {
  padding-bottom: 0;
}
.paragraph--type--text-and-images.paragraph-has-bottom-text .container {
  padding-top: 0;
  padding-bottom: 0;
}
.paragraph--type--text-and-images.paragraph-has-bottom-text h1, .paragraph--type--text-and-images.paragraph-has-bottom-text h2 {
  line-height: 100%;
}
.paragraph--type--text-and-images.paragraph-has-bottom-text .text {
  max-width: 100%;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text-and-images.paragraph-has-bottom-text .text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text-and-images.paragraph-has-bottom-text .text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-has-bottom-text .text {
    max-width: 35%;
    padding-right: 1rem;
  }
}
.paragraph--type--text-and-images.paragraph-has-bottom-text .images {
  position: static;
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text-and-images.paragraph-has-bottom-text .images {
    max-width: 65%;
  }
}
.paragraph--type--text-and-images p a {
  color: #f87c56;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 3rem;
}
.paragraph--type--text-and-images p a::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 0.125rem;
  font-size: 2.5rem;
  transition: transform 200ms ease;
}
.paragraph--type--text-and-images p a:hover::after {
  transform: translateX(5px);
}

.top-content-wrapper {
  display: flex;
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper {
    padding-top: 6.25rem;
    margin-bottom: 1.875rem;
    margin-top: -5.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper {
    padding-top: 6.875rem;
    margin-bottom: 5rem;
    margin-top: -9.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper {
    justify-content: flex-end;
    padding-top: 9.375rem;
    margin-bottom: 7.5rem;
    margin-top: -13.125rem;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper {
    justify-content: center;
    padding-top: 9.375rem;
    margin-bottom: 7.5rem;
    margin-top: -13.75rem;
  }
}
.top-content-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background-color: #ffffff;
}
.top-content-wrapper .container {
  display: flex;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .container {
    flex-direction: column;
    padding: 0 1.25rem;
    width: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .container {
    flex-direction: column;
    padding: 0 2.5rem;
    width: 100%;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper .container {
    margin-left: auto;
    margin-right: auto;
  }
}
.top-content-wrapper .text-wrapper {
  width: 100%;
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .text-wrapper {
    max-width: 35rem;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .text-wrapper {
    max-width: 39.375rem;
    margin-left: 3.375rem;
    padding-bottom: 2.6875rem;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper .text-wrapper {
    max-width: 36.25rem;
    margin-left: 15rem;
    padding-bottom: 2.6875rem;
  }
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .text-wrapper .links-wrapper {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .text-wrapper .links-wrapper {
    margin-top: 2.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .text-wrapper .links-wrapper {
    margin-top: 3.4375rem;
  }
}
.top-content-wrapper .text-wrapper .h1, .top-content-wrapper .text-wrapper .h2,
.top-content-wrapper .text-wrapper h1, .top-content-wrapper .text-wrapper h2 {
  line-height: 100%;
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .text-wrapper .h1 + p, .top-content-wrapper .text-wrapper .h2 + p,
  .top-content-wrapper .text-wrapper h1 + p, .top-content-wrapper .text-wrapper h2 + p {
    margin-top: 1.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .text-wrapper .h1 + p, .top-content-wrapper .text-wrapper .h2 + p,
  .top-content-wrapper .text-wrapper h1 + p, .top-content-wrapper .text-wrapper h2 + p {
    margin-top: 3rem;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .text-wrapper .h1 + p, .top-content-wrapper .text-wrapper .h2 + p,
  .top-content-wrapper .text-wrapper h1 + p, .top-content-wrapper .text-wrapper h2 + p {
    margin-top: 0.9375rem;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper .text-wrapper .h1 + p, .top-content-wrapper .text-wrapper .h2 + p,
  .top-content-wrapper .text-wrapper h1 + p, .top-content-wrapper .text-wrapper h2 + p {
    margin-top: 2.1875rem;
  }
}
.top-content-wrapper .image-wrapper {
  width: 100%;
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .image-wrapper {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .image-wrapper {
    margin-top: 5.9375rem;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .image-wrapper {
    margin-left: 2.5rem;
    max-width: 45rem;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper .image-wrapper {
    margin-left: 8.75rem;
    max-width: 60rem;
  }
}
.top-content-wrapper picture,
.top-content-wrapper picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.top-content-wrapper.top-content-base-color-blue {
  color: #89b2c4;
  background-color: rgba(221, 229, 237, 0.2);
}
.top-content-wrapper.top-content-base-color-lilac {
  color: #a35585;
  background-color: rgba(232, 213, 224, 0.5);
}
.top-content-wrapper.top-content-base-color-green {
  color: #74956c;
  background-color: rgba(222, 240, 228, 0.5);
}
.top-content-wrapper.top-content-base-color-orange {
  color: #f87c56;
  background-color: #fff7f5;
}
.top-content-wrapper .apartment-details {
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .apartment-details {
    margin-bottom: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .apartment-details {
    margin-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .apartment-details {
    margin-top: 1.875rem;
    margin-bottom: 4.375rem;
  }
}
.top-content-wrapper .apartment-details a {
  color: inherit;
}
.top-content-wrapper .apartment-details > .field {
  width: 100%;
  max-width: 50%;
  margin-top: 2.5rem;
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .apartment-details > .field:nth-child(1), .top-content-wrapper .apartment-details > .field:nth-child(2n+1) {
    padding-right: 0.625rem;
  }
}
@media all and (min-width: 48em) {
  .top-content-wrapper .apartment-details > .field:nth-child(1), .top-content-wrapper .apartment-details > .field:nth-child(2n+1) {
    padding-right: 2.5rem;
  }
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .apartment-details .field__label {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .apartment-details .field__label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .apartment-details .field__label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper .apartment-details .field__label {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (max-width: 47.9375em) {
  .top-content-wrapper .apartment-details .field-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .top-content-wrapper .apartment-details .field-item {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .top-content-wrapper .apartment-details .field-item {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .top-content-wrapper .apartment-details .field-item {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}

@media all and (max-width: 47.9375em) {
  .paragraph--type--top-content.top-content-wrapper.paragraph--first {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--top-content.top-content-wrapper.paragraph--first {
    margin-top: 0;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--top-content.top-content-wrapper.paragraph--first {
    margin-top: 0;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--top-content.top-content-wrapper.paragraph--first {
    margin-top: 0;
  }
}

@media all and (max-width: 47.9375em) {
  .text-map {
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .text-map {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .text-map {
    margin-top: 2.375rem;
  }
}
.text-map__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
}
@media all and (max-width: 47.9375em) {
  .text-map__wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .text-map__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .text-map__wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.text-map__holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.text-map__holder::after {
  clear: both;
  content: "";
  display: table;
}
.text-map__content {
  width: 100%;
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .text-map__content {
    max-width: 75.5208333333%;
  }
}
@media all and (min-width: 68.75em) {
  .text-map__content {
    max-width: 38.5%;
  }
}
.text-map__map {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .text-map__map {
    margin-top: 1.5rem;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    width: calc(100% + 20px);
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .text-map__map {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .text-map__map {
    max-width: 36.625rem;
    margin-left: auto;
  }
}
.text-map__map #MapWrapper {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .text-map__map #MapWrapper {
    padding-top: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .text-map__map #MapWrapper {
    padding-top: 57.6%;
  }
}
@media all and (min-width: 68.75em) {
  .text-map__map #MapWrapper {
    padding-top: 100%;
  }
}

.three-columns {
  background-color: rgba(224, 224, 224, 0.2);
}
@media all and (max-width: 47.9375em) {
  .three-columns {
    margin-top: 1.5625rem;
    padding: 1.875rem 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .three-columns {
    margin-top: 2.5rem;
    padding-top: 3.5rem;
    padding-bottom: 3.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .three-columns {
    margin-top: 3.75rem;
    padding-top: 4.8125rem;
    padding-bottom: 5.4375rem;
  }
}
.three-columns__wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
}
@media all and (max-width: 47.9375em) {
  .three-columns__wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .three-columns__wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .three-columns__wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.three-columns__holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.three-columns__holder::after {
  clear: both;
  content: "";
  display: table;
}
@media all and (min-width: 68.75em) {
  .three-columns__holder {
    flex-wrap: nowrap;
  }
}
.three-columns__title {
  text-align: center;
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .three-columns__title {
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .three-columns__title {
    margin-bottom: 2.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .three-columns__title {
    margin-bottom: 3.125rem;
  }
}
.three-columns__column {
  width: 100%;
}
@media all and (min-width: 48em) {
  .three-columns__column {
    max-width: 28.1666666667%;
  }
}
@media all and (max-width: 47.9375em) {
  .three-columns__column + .three-columns__column {
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 48em) {
  .three-columns__column + .three-columns__column {
    margin-left: auto;
  }
}
.three-columns__column .text-formatted {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (min-width: 48em) {
  .three-columns__column .text-formatted {
    text-align: center;
  }
}
@media all and (max-width: 47.9375em) {
  .three-columns__column .text-formatted .text-align-center {
    text-align: left;
  }
}

.cta {
  background-color: rgba(224, 224, 224, 0.2);
}
@media all and (max-width: 47.9375em) {
  .cta {
    padding-top: 1.25rem;
    padding-bottom: 1.875rem;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cta {
    padding-top: 2.5rem;
    padding-bottom: 3.4375rem;
    margin-top: 3.125rem;
  }
}
@media all and (min-width: 68.75em) {
  .cta {
    padding-top: 5rem;
    padding-bottom: 5.3125rem;
    margin-top: 4.375rem;
  }
}
.cta__wrapper {
  max-width: 97.5rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.cta__holder {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cta__holder::after {
  clear: both;
  content: "";
  display: table;
}
.cta__content-wrapper {
  width: 100%;
  display: flex;
}
@media all and (max-width: 47.9375em) {
  .cta__content-wrapper {
    flex-direction: column;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cta__content-wrapper {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.cta__image {
  transition: transform 0.2s ease-in-out;
  display: block;
  width: 100%;
  margin-top: 1.875rem;
}
.cta__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 47.9375em) {
  .cta__item {
    width: 100%;
    margin-top: 3.3125rem;
  }
}
@media all and (max-width: 47.9375em) {
  .cta__item:first-child {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cta__item {
    max-width: 42.578125%;
    margin-top: 6.25rem;
  }
}
@media all and (min-width: 68.75em) {
  .cta__item {
    max-width: 38.8079470199%;
  }
}
@media all and (min-width: 68.75em) {
  .cta__item + .cta__item {
    margin-left: auto;
  }
}
@media all and (min-width: 68.75em) {
  .cta__item.apartment-coming-soon {
    max-width: 19.2052980132%;
  }
}
.cta__item:hover .cta__image {
  transform: scale(1.05);
}
.cta__item:hover .cta__price {
  color: #ffffff;
  background-color: #f87c56;
  border-color: #f87c56;
}
.cta__price {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  border-radius: 100%;
  border: 0.125rem solid #000000;
  text-align: center;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
@media all and (max-width: 47.9375em) {
  .cta__price {
    width: 5.3125rem;
    height: 5.3125rem;
    line-height: 5.3125rem;
    font-size: 0.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cta__price {
    width: 6.5625rem;
    height: 6.5625rem;
    line-height: 6.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .cta__price {
    width: 6.5625rem;
    height: 6.5625rem;
    line-height: 6.5625rem;
  }
}
.cta__actions {
  margin-top: 5.4375rem;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cta__section-title-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cta__section-title {
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 0.125rem solid #000000;
}
@media all and (max-width: 47.9375em) {
  .cta__section-title {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    font-weight: 900;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .cta__section-title {
    font-size: 1.25rem;
    line-height: 1.5625rem;
    font-weight: 900;
    margin-bottom: 1rem;
  }
}
@media all and (min-width: 68.75em) {
  .cta__section-title {
    font-size: 4.75rem;
    line-height: 5rem;
    font-weight: 300;
    margin-bottom: 3.75rem;
  }
}

.menu--main {
  margin: 0;
}
.menu--main .main-menu {
  margin: 0;
  list-style: none;
}
@media all and (max-width: 68.6875em) {
  .menu--main .main-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.menu--main .menu-wrapper > .main-menu {
  display: flex;
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-wrapper > .main-menu > .menu-item {
    position: relative;
    padding: 0 1rem;
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 68.75em) and (max-width: 79.9375em) {
  .menu--main .menu-wrapper > .main-menu > .menu-item {
    text-align: center;
    padding: 0 0.5rem;
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-wrapper > .main-menu > .menu-item.menu-item--expanded {
    margin-right: 1.0625rem;
  }
}
.menu--main .menu-item {
  padding: 0;
}
.menu--main .menu-item--expanded {
  list-style: none;
}
.menu--main .menu-item--contact {
  margin-left: auto;
}
.menu--main .menu-item a,
.menu--main .menu-item span,
.menu--main .menu-item .nolink {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 68.6875em) {
  .menu--main .menu-item a::after,
  .menu--main .menu-item span::after,
  .menu--main .menu-item .nolink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.3125rem;
    width: 100%;
    height: 0.125rem;
    background-color: transparent;
  }
}
@media all and (max-width: 47.9375em) {
  .menu--main .menu-item a,
  .menu--main .menu-item span,
  .menu--main .menu-item .nolink {
    font-size: 1.5rem;
    line-height: 2.75rem;
    font-weight: 400;
    color: #ffffff;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .menu--main .menu-item a,
  .menu--main .menu-item span,
  .menu--main .menu-item .nolink {
    font-size: 1.875rem;
    line-height: 3.125rem;
    font-weight: 400;
    color: #ffffff;
  }
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-item a,
  .menu--main .menu-item span,
  .menu--main .menu-item .nolink {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #000000;
  }
}
@media all and (max-width: 68.6875em) {
  .menu--main .menu-item a:hover, .menu--main .menu-item a.is-active,
  .menu--main .menu-item span:hover,
  .menu--main .menu-item span.is-active,
  .menu--main .menu-item .nolink:hover,
  .menu--main .menu-item .nolink.is-active {
    color: #ffffff;
  }
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-item a:hover, .menu--main .menu-item a.is-active,
  .menu--main .menu-item span:hover,
  .menu--main .menu-item span.is-active,
  .menu--main .menu-item .nolink:hover,
  .menu--main .menu-item .nolink.is-active {
    border-bottom: 1px solid #000000;
  }
}
@media all and (max-width: 68.6875em) {
  .menu--main .menu-item a.is-active::after,
  .menu--main .menu-item span.is-active::after,
  .menu--main .menu-item .nolink.is-active::after {
    background-color: #ffffff;
  }
}
@media all and (max-width: 68.6875em) {
  .menu--main .menu-item .menu {
    transition: max-height 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
  }
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-item .menu {
    visibility: hidden; /* hides sub-menu */
    opacity: 0;
    position: absolute;
    top: calc(100% + 1rem);
    left: -1rem;
    transform: translateY(-0.5em);
    background: #ffffff;
    border-radius: 0.125rem;
    min-width: 100%;
    width: auto;
    padding: 2rem;
    z-index: -1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  }
}
@media all and (max-width: 47.9375em) {
  .menu--main .menu-item .menu a,
  .menu--main .menu-item .menu span,
  .menu--main .menu-item .menu .nolink {
    font-size: 1.125rem;
    line-height: 2.3125rem;
    font-weight: 300;
    color: #ffffff;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .menu--main .menu-item .menu a,
  .menu--main .menu-item .menu span,
  .menu--main .menu-item .menu .nolink {
    font-size: 1.875rem;
    line-height: 3.4375rem;
    font-weight: 300;
    color: #ffffff;
  }
}
.menu--main .menu-item .menu .menu-item {
  white-space: nowrap;
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-item .menu .menu-item:not(:first-child) > a {
    margin-top: 1rem;
  }
}
.menu--main .menu-item.menu-item--expanded {
  position: relative;
}
.menu--main .menu-item.menu-item--expanded::after {
  content: "";
}
@media all and (max-width: 68.6875em) {
  .menu--main .menu-item.menu-item--expanded::after {
    display: block;
    border-bottom: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    position: absolute;
  }
}
@media all and (max-width: 47.9375em) {
  .menu--main .menu-item.menu-item--expanded::after {
    width: 0.5rem;
    height: 0.5rem;
    top: 1.0625rem;
    right: -1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .menu--main .menu-item.menu-item--expanded::after {
    width: 0.625rem;
    height: 0.625rem;
    top: 1.125rem;
    right: -0.625rem;
  }
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-item.menu-item--expanded::after {
    border-bottom: 0.125rem solid #000000;
    border-right: 0.125rem solid #000000;
    transform: rotate(45deg);
    transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    top: 0.375rem;
    right: -0.3125rem;
  }
}
@media all and (max-width: 47.9375em) {
  .menu--main .menu-item.sub-menu-opened::after {
    top: 1.3125rem;
    transform: rotate(-135deg);
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .menu--main .menu-item.sub-menu-opened::after {
    top: 1.5625rem;
    transform: rotate(-135deg);
  }
}
@media all and (max-width: 68.6875em) {
  .menu--main .menu-item.sub-menu-opened .menu {
    max-height: 13.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .menu--main .menu-item:focus .menu, .menu--main .menu-item:focus-within .menu, .menu--main .menu-item:hover .menu {
    visibility: visible; /* shows sub-menu */
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
  }
}

.block-top-login-block ul {
  display: flex;
  list-style-type: none;
}
@media all and (max-width: 68.6875em) {
  .block-top-login-block ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.block-top-login-block ul.contextual-links {
  display: none;
}
.block-top-login-block .item {
  position: relative;
}
@media all and (min-width: 68.75em) {
  .block-top-login-block .item {
    padding: 0 1rem;
    margin-right: 0.5rem;
  }
}
@media all and (min-width: 68.75em) and (max-width: 79.9375em) {
  .block-top-login-block .item {
    padding: 0 0.5rem;
    margin-right: 0.5rem;
  }
}
.block-top-login-block .item a,
.block-top-login-block .item span,
.block-top-login-block .item .nolink {
  display: block;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
@media all and (max-width: 68.6875em) {
  .block-top-login-block .item a::after,
  .block-top-login-block .item span::after,
  .block-top-login-block .item .nolink::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    width: 100%;
    height: 0.0625rem;
    background-color: transparent;
  }
}
@media all and (max-width: 47.9375em) {
  .block-top-login-block .item a,
  .block-top-login-block .item span,
  .block-top-login-block .item .nolink {
    font-size: 1.5rem;
    line-height: 2.75rem;
    font-weight: 400;
    color: #ffffff;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .block-top-login-block .item a,
  .block-top-login-block .item span,
  .block-top-login-block .item .nolink {
    font-size: 1.875rem;
    line-height: 3.125rem;
    font-weight: 400;
    color: #ffffff;
  }
}
@media all and (min-width: 68.75em) {
  .block-top-login-block .item a,
  .block-top-login-block .item span,
  .block-top-login-block .item .nolink {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-weight: 400;
    color: #000000;
  }
}
@media all and (max-width: 68.6875em) {
  .block-top-login-block .item a:hover, .block-top-login-block .item a.is-active,
  .block-top-login-block .item span:hover,
  .block-top-login-block .item span.is-active,
  .block-top-login-block .item .nolink:hover,
  .block-top-login-block .item .nolink.is-active {
    color: #ffffff;
  }
}
@media all and (min-width: 68.75em) {
  .block-top-login-block .item a:hover, .block-top-login-block .item a.is-active,
  .block-top-login-block .item span:hover,
  .block-top-login-block .item span.is-active,
  .block-top-login-block .item .nolink:hover,
  .block-top-login-block .item .nolink.is-active {
    border-bottom: 1px solid #000000;
  }
}
@media all and (max-width: 68.6875em) {
  .block-top-login-block .item a.is-active::after,
  .block-top-login-block .item span.is-active::after,
  .block-top-login-block .item .nolink.is-active::after {
    background-color: #ffffff;
  }
}

@media all and (max-width: 68.6875em) {
  .main-menu .main-menu .menu-item a::after {
    height: 0.0625rem;
  }
}

.footer {
  background-color: #89b2c4;
  margin-top: auto;
}
.footer__wrapper {
  max-width: 102.5rem;
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 47.9375em) {
  .footer__wrapper {
    padding: 3.125rem 2.5rem 2.1875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer__wrapper {
    padding: 6.875rem 2.5rem 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .footer__wrapper {
    padding: 6.875rem 6.25rem 2.5rem;
  }
}
.footer .region-footer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media all and (max-width: 47.9375em) {
  .footer .block-footer-logo-block {
    width: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .block-footer-logo-block {
    width: 16.796875%;
  }
}
@media all and (min-width: 68.75em) {
  .footer .block-footer-logo-block {
    width: 8.7195121951%;
  }
}
.footer .block-footer-logo-block img {
  display: block;
}
@media all and (max-width: 47.9375em) {
  .footer .block-footer-logo-block img {
    max-width: 5.3125rem;
    width: 100%;
  }
}
.footer .menu--footer {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #000000;
}
@media all and (max-width: 47.9375em) {
  .footer .menu--footer {
    width: 100%;
    margin-top: 1.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .menu--footer {
    width: 37.2395833333%;
  }
}
@media all and (min-width: 68.75em) {
  .footer .menu--footer {
    width: 21.8292682927%;
  }
}
.footer .menu--footer .menu {
  margin: 0;
}
@media all and (max-width: 47.9375em) {
  .footer .menu--footer .menu-item {
    font-size: 1.125rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .menu--footer .menu-item {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .footer .menu--footer .menu-item {
    font-size: 1.5rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}
.footer .menu--footer .menu-item:nth-child(2n+1):not(:first-child) {
  margin-top: 1.25rem;
}
.footer .menu--footer .menu-item a {
  color: inherit;
  text-decoration: none;
}
.footer .menu--footer .menu-item a:hover {
  text-decoration: underline;
}
.footer .block-views-blockcontact-block-1 {
  padding-left: 1.25rem;
  border-left: 0.0625rem solid #000000;
}
@media all and (max-width: 47.9375em) {
  .footer .block-views-blockcontact-block-1 {
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .block-views-blockcontact-block-1 {
    width: 26.953125%;
  }
}
@media all and (min-width: 68.75em) {
  .footer .block-views-blockcontact-block-1 {
    width: 21.8292682927%;
  }
}
.footer .block-views-blockcontact-block-1 .field--name-field-phone-number a,
.footer .block-views-blockcontact-block-1 .field--name-field-email a {
  color: inherit;
  text-decoration: none;
}
.footer .block-views-blockcontact-block-1 .field--name-field-phone-number a:hover,
.footer .block-views-blockcontact-block-1 .field--name-field-email a:hover {
  text-decoration: underline;
}
.footer .block-views-blockcontact-block-1 .field--name-field-phone-number {
  margin-top: 1.25rem;
}
@media all and (max-width: 47.9375em) {
  .footer .block-copyright-block {
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .block-copyright-block {
    width: 100%;
    margin-top: 4.375rem;
    display: flex;
    margin-left: 26.0416666667%;
    align-items: center;
  }
}
@media all and (min-width: 68.75em) {
  .footer .block-copyright-block {
    width: 21.8292682927%;
  }
}
.footer .block-copyright-block img {
  max-width: 12.1875rem;
  width: 100%;
  display: block;
  margin-top: 0.625rem;
}
.footer .block-terms-policy-block {
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
@media all and (max-width: 47.9375em) {
  .footer .block-terms-policy-block {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .block-terms-policy-block {
    margin-top: 3.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .footer .block-terms-policy-block {
    margin-top: 4.375rem;
  }
}
.footer .block-terms-policy-block ul {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
@media all and (max-width: 47.9375em) {
  .footer .block-terms-policy-block ul {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 47.9375em) {
  .footer .block-terms-policy-block ul li + li {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 48em) {
  .footer .block-terms-policy-block ul li + li {
    margin-left: 0.1875rem;
  }
}
@media all and (min-width: 48em) {
  .footer .block-terms-policy-block ul li + li::before {
    content: " / ";
  }
}
.footer .block-terms-policy-block ul a {
  color: inherit;
  text-decoration: none;
}
.footer .block-terms-policy-block ul a:hover {
  text-decoration: underline;
}
.footer .node--type-contact {
  margin-top: 0;
}
.footer .socia-media {
  display: flex;
}
@media all and (max-width: 47.9375em) {
  .footer .socia-media {
    margin-top: 2.8125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .socia-media {
    margin-left: 5.9375rem;
  }
}
@media all and (min-width: 68.75em) {
  .footer .socia-media {
    margin-top: 3.75rem;
  }
}
.footer .social-media-link {
  text-decoration: none;
  display: block;
  width: 100%;
  transition: opacity 200ms ease-in-out;
}
@media all and (max-width: 47.9375em) {
  .footer .social-media-link {
    max-width: 2.6875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .social-media-link {
    max-width: 2.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .footer .social-media-link {
    max-width: 1.875rem;
  }
}
.footer .social-media-link:hover {
  opacity: 0.5;
}
@media all and (max-width: 47.9375em) {
  .footer .social-media-link + .social-media-link {
    margin-left: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .footer .social-media-link + .social-media-link {
    margin-left: 1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .footer .social-media-link + .social-media-link {
    margin-left: 1.25rem;
  }
}
.footer .social-media-link svg {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.paragraph--type--form .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--form .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--form .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--form .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--form .field--name-field-form {
  border: none;
  padding: 0;
}
@media all and (min-width: 68.75em) {
  .paragraph--type--form .field--name-field-form {
    max-width: 72.5rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--form .field--name-field-form {
    max-width: none;
  }
}

.path-sitemap #block-mb275-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
}
@media all and (max-width: 47.9375em) {
  .path-sitemap #block-mb275-content {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .path-sitemap #block-mb275-content {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .path-sitemap #block-mb275-content {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .path-sitemap #block-mb275-content {
    margin-top: 5.625rem;
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .path-sitemap #block-mb275-content {
    margin-top: 9.6875rem;
    margin-bottom: 4.6875rem;
    min-height: calc(100vh - 835px);
  }
}
@media all and (min-width: 68.75em) {
  .path-sitemap #block-mb275-content {
    margin-top: 13.125rem;
    margin-bottom: 9.375rem;
    min-height: calc(100vh - 852px);
  }
}
@media all and (min-width: 120em) {
  .path-sitemap #block-mb275-content {
    margin-top: 13.75rem;
  }
}

@media all and (max-width: 47.9375em) {
  .node--type-page {
    margin-top: 5.625rem;
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-page {
    margin-top: 9.6875rem;
    margin-bottom: 4.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-page {
    margin-top: 13.125rem;
    margin-bottom: 9.375rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-page {
    margin-top: 13.75rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-page.node-no-top-content {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-page.node-no-top-content {
    margin-top: 0;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-page.node-no-top-content {
    margin-top: 0;
  }
}
@media all and (min-width: 120em) {
  .node--type-page.node-no-top-content {
    margin-top: 0;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-page.node-no-top-content .field--name-body {
    margin-top: 5.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-page.node-no-top-content .field--name-body {
    margin-top: 9.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-page.node-no-top-content .field--name-body {
    margin-top: 13.125rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-page.node-no-top-content .field--name-body {
    margin-top: 13.75rem;
  }
}
.node--type-page .field--type-text-with-summary {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .node--type-page .field--type-text-with-summary {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-page .field--type-text-with-summary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-page .field--type-text-with-summary {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-page .field--type-text-with-summary {
    margin-bottom: 0.9375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-page .field--type-text-with-summary {
    margin-bottom: 1.25rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-page .field--type-text-with-summary {
    margin-bottom: 1.5625rem;
  }
}
.node--type-page > .node-content > .field--name-field-content > .paragraph--last {
  margin-bottom: 0;
}
.node--type-page::after {
  content: none;
}

@media all and (max-width: 47.9375em) {
  .node--type-faq {
    margin-top: 5.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq {
    margin-top: 9.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq {
    margin-top: 13.125rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-faq {
    margin-top: 13.75rem;
  }
}

@media all and (max-width: 47.9375em) {
  .node--type-apartment {
    margin-top: 5.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-apartment {
    margin-top: 9.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-apartment {
    margin-top: 13.125rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-apartment {
    margin-top: 13.75rem;
  }
}

@media all and (max-width: 47.9375em) {
  .user-form {
    margin-top: 5.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .user-form {
    margin-top: 9.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .user-form {
    margin-top: 13.125rem;
  }
}
@media all and (min-width: 120em) {
  .user-form {
    margin-top: 13.75rem;
  }
}

@media all and (max-width: 47.9375em) {
  .field--name-field-content .paragraph {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .field--name-field-content .paragraph {
    margin-top: 4.375rem;
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .field--name-field-content .paragraph {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
}
@media all and (max-width: 47.9375em) {
  .field--name-field-content .paragraph.paragraph--last {
    margin-bottom: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .field--name-field-content .paragraph.paragraph--last {
    margin-bottom: 0;
  }
}
@media all and (min-width: 68.75em) {
  .field--name-field-content .paragraph.paragraph--last {
    margin-bottom: 0;
  }
}

@media all and (max-width: 47.9375em) {
  .node--type-faq {
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq {
    margin-bottom: 3.125rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq {
    margin-bottom: 9.375rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-faq {
    margin-bottom: 9.375rem;
  }
}
.node--type-faq .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .field--name-field-faq {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .field--name-field-faq {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq .field--name-field-faq {
    margin-top: 2.8125rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-faq .field--name-field-faq {
    margin-top: 4.0625rem;
  }
}
.node--type-faq .paragraph--type--question {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
  margin-bottom: 0.625rem;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .paragraph--type--question {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .paragraph--type--question {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq .paragraph--type--question {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .paragraph--type--question {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .paragraph--type--question {
    padding-left: 0;
    padding-right: 0;
  }
}
.node--type-faq .paragraph--type--question .question {
  position: relative;
  background-color: rgba(248, 124, 86, 0.2);
  color: #f87c56;
  cursor: pointer;
  transition: color 200ms ease-in-out, background-color 200ms ease-in-out;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .paragraph--type--question .question {
    font-size: 1.25rem;
    line-height: 2.625rem;
    font-weight: 400;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .paragraph--type--question .question {
    font-size: 1.5rem;
    line-height: 2.625rem;
    font-weight: 400;
    padding: 0.625rem 2.5rem 0.625rem 1.25rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq .paragraph--type--question .question {
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-weight: 400;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-faq .paragraph--type--question .question {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
    padding: 0.625rem 2.5rem 0.625rem 1.875rem;
  }
}
.node--type-faq .paragraph--type--question .sign {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
}
.node--type-faq .paragraph--type--question .sign.plus {
  display: block;
}
.node--type-faq .paragraph--type--question .sign.minus {
  display: none;
}
.node--type-faq .paragraph--type--question .sign svg {
  max-width: 1rem;
  width: 100%;
  height: auto;
  fill: #f87c56;
}
.node--type-faq .paragraph--type--question .answer {
  padding: 1.875rem 1.875rem 0.5rem;
  max-width: 43.125rem;
  width: 100%;
}
.node--type-faq .paragraph--type--question .answer a {
  color: inherit;
}
.node--type-faq .paragraph--type--question.show-answer .question {
  background-color: #f87c56;
  color: #ffffff;
}
.node--type-faq .paragraph--type--question.show-answer .sign.plus {
  display: none;
}
.node--type-faq .paragraph--type--question.show-answer .sign.minus {
  display: block;
}
.node--type-faq .paragraph--type--question.show-answer .sign svg {
  fill: #ffffff;
}
.node--type-faq .faq-navigation-wrapper {
  transition: max-height 0.25s ease-in-out;
}
.node--type-faq .faq-navigation-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.node--type-faq .faq-navigation-wrapper ul li {
  list-style: none;
  padding: 1rem 0;
  margin: 0 2.5%;
}
.node--type-faq .faq-navigation-wrapper ul li a {
  text-decoration: none;
}
.node--type-faq .faq-navigation-wrapper ul li a.is-active, .node--type-faq .faq-navigation-wrapper ul li a:hover {
  border-bottom: 1px solid #000000;
  text-decoration: none;
}
.node--type-faq .faq-navigation-wrapper ul li:first-child {
  margin: 0 2.5% 0 0;
}
.node--type-faq .faq-navigation-wrapper.navigation-fixed {
  position: fixed;
  top: 5.0625rem;
  left: 50%;
  width: 100%;
  background: #ffffff;
  z-index: 10;
  transform: translateX(-50%);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
  transition: max-height 0.25s ease-in-out;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .faq-navigation-wrapper.navigation-fixed {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .faq-navigation-wrapper.navigation-fixed {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq .faq-navigation-wrapper.navigation-fixed {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.node--type-faq .faq-navigation-wrapper.navigation-fixed + .field--name-field-faq {
  margin-top: 10rem;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .faq-navigation-wrapper.navigation-fixed {
    top: 4rem;
  }
}
.toolbar-vertical .node--type-faq .faq-navigation-wrapper.navigation-fixed {
  top: 4.0625rem;
}
.toolbar-vertical.toolbar-fixed .node--type-faq .faq-navigation-wrapper.navigation-fixed {
  top: 6.5rem;
}
.toolbar-horizontal .node--type-faq .faq-navigation-wrapper.navigation-fixed {
  top: 7.5rem;
}
.toolbar-horizontal.toolbar-tray-open .node--type-faq .faq-navigation-wrapper.navigation-fixed {
  top: 10rem;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .faq-navigation-wrapper ul {
    justify-content: space-evenly;
  }
  .node--type-faq .faq-navigation-wrapper ul li {
    margin: 0 2.5%;
    padding: 0.5rem 0;
  }
  .node--type-faq .faq-navigation-wrapper ul li:first-child {
    margin: 0 2.5%;
  }
}
.node--type-faq .category-title-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
  margin: 2rem auto;
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .category-title-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .category-title-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-faq .category-title-wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-faq .category-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-faq .category-title-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (max-width: 47.9375em) {
  .node--type-contact {
    margin-top: 5.625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-contact {
    margin-top: 9.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-contact {
    margin-top: 13.125rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-contact {
    margin-top: 13.75rem;
  }
}
.node--type-contact .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .node--type-contact .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-contact .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-contact .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-contact .container {
    padding: 0 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-contact .container {
    padding: 0 2.5rem;
  }
}
.node--type-contact .contact-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .node--type-contact .contact-info {
    margin-top: 1.25rem;
    margin-bottom: 2.8125rem;
    flex-direction: column;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-contact .contact-info {
    margin-top: 1.875rem;
    margin-bottom: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-contact .contact-info {
    margin-top: 2.8125rem;
    margin-bottom: 2.1875rem;
  }
}
@media all and (min-width: 120em) {
  .node--type-contact .contact-info {
    margin-top: 4.0625rem;
    margin-bottom: 6.25rem;
  }
}
.node--type-contact .contact-info .field {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .node--type-contact .contact-info .field + .field {
    margin-top: 1.5625rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node--type-contact .contact-info .field {
    max-width: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node--type-contact .contact-info .field {
    max-width: 13rem;
  }
}
@media all and (min-width: 68.75em) {
  .node--type-contact .contact-info .field {
    max-width: 17.8125rem;
  }
}
.node--type-contact .contact-info .icon-wrapper {
  padding-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #000000;
  margin-bottom: 1.25rem;
}
.node--type-contact .contact-info .icon-wrapper svg {
  display: block;
  max-height: 1.25rem;
  height: 100%;
  width: auto;
}
.node--type-contact .contact-info a {
  color: inherit;
  text-decoration: none;
}
.node--type-contact .contact-info a:hover {
  text-decoration: underline;
}

.paragraph--block--views-blockapartments-block-1 .view-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--views-blockapartments-block-1 .view-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--views-blockapartments-block-1 .view-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--views-blockapartments-block-1 .view-content-wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}

@media all and (max-width: 47.9375em) {
  .view-id-apartments {
    margin-bottom: 3.4375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments {
    margin-bottom: 4.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments {
    margin-bottom: 7.1875rem;
  }
}
.view-id-apartments .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-id-apartments .view-content:not(.tns-slider) .node--type-apartment {
  margin-top: 0;
}
.view-id-apartments .view-content:not(.tns-slider) .views-row {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row {
    margin-top: 3.4375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row {
    margin-top: 4.6875rem;
  }
}
@media all and (min-width: 48em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row {
    max-width: 50%;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row {
    margin-top: 5.9375rem;
  }
}
@media all and (min-width: 48em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row.views-row-odd {
    padding-right: 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row.views-row-odd {
    padding-right: 4.375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row.views-row-even {
    padding-left: 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .views-row.views-row-even {
    padding-left: 4.375rem;
  }
}
.view-id-apartments .view-content:not(.tns-slider) .views-row .node {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
}
.view-id-apartments .view-content:not(.tns-slider) .views-row .node > a {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}
.view-id-apartments .view-content:not(.tns-slider) .info {
  max-width: 50%;
  width: 100%;
  padding-right: 1.25rem;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    min-height: 3.5rem;
    margin-bottom: 0.9375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    min-height: 3.5rem;
    margin-bottom: 0.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
    min-height: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
    min-height: 4.75rem;
    margin-bottom: 0.3125rem;
  }
}
.view-id-apartments .view-content:not(.tns-slider) .info .field-title a {
  color: inherit;
  text-decoration: none;
}
.view-id-apartments .view-content:not(.tns-slider) .info .field-title a:hover {
  text-decoration: underline;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field--label-inline {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field--label-inline {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field--label-inline {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content:not(.tns-slider) .info .field--label-inline {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.view-id-apartments .view-content:not(.tns-slider) .price {
  max-width: 50%;
  width: 100%;
  text-align: right;
  padding-left: 1.25rem;
}
.view-id-apartments .view-content:not(.tns-slider) .price a {
  color: inherit;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .field-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .field-item {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .field-item {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .field-item {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .value-description,
  .view-id-apartments .view-content:not(.tns-slider) .price .field-label {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .value-description,
  .view-id-apartments .view-content:not(.tns-slider) .price .field-label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .value-description,
  .view-id-apartments .view-content:not(.tns-slider) .price .field-label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content:not(.tns-slider) .price .value-description,
  .view-id-apartments .view-content:not(.tns-slider) .price .field-label {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.view-id-apartments .view-content:not(.tns-slider) .image {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.view-id-apartments .view-content:not(.tns-slider) .image picture {
  transition: transform 0.2s ease-in-out;
}
.view-id-apartments .view-content:not(.tns-slider) .image:hover picture {
  transform: scale(1.05);
}
.view-id-apartments .view-content:not(.tns-slider) .links-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: auto;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content:not(.tns-slider) .links-wrapper a {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content:not(.tns-slider) .links-wrapper a {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content:not(.tns-slider) .links-wrapper a {
    margin-top: 1.5625rem;
  }
}
.view-id-apartments .view-content.tns-slider picture,
.view-id-apartments .view-content.tns-slider picture img {
  width: 100%;
  max-height: none;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
.view-id-apartments .view-content.tns-slider .image {
  overflow: hidden;
}
.view-id-apartments .view-content.tns-slider .image:hover picture {
  transform: scale(1.05);
}
.view-id-apartments .view-content.tns-slider .tns-item {
  display: flex;
  justify-content: center;
}
.view-id-apartments .view-content.tns-slider .node--type-apartment {
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content.tns-slider .node--type-apartment {
    margin: 0 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content.tns-slider .node--type-apartment {
    margin: 0 0.9375rem;
    display: inline-block;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content.tns-slider .node--type-apartment {
    margin: 0 1.25rem;
    display: inline-block;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content.tns-slider .node--type-apartment {
    margin: 0 2.1875rem;
    display: inline-block;
  }
}
.view-id-apartments .view-content.tns-slider .info {
  padding: 1.75rem 1.125rem;
}
.view-id-apartments .view-content.tns-slider .info .value-description a {
  color: #000000;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content.tns-slider .info .field:not(.field-title) {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 500;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content.tns-slider .info .field:not(.field-title) {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content.tns-slider .info .field:not(.field-title) {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content.tns-slider .info .field:not(.field-title) {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .view-content.tns-slider .info .field-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.9375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .view-content.tns-slider .info .field-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .view-content.tns-slider .info .field-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .view-content.tns-slider .info .field-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
  }
}
.view-id-apartments .view-content.tns-slider .info .field-title a {
  color: inherit;
  text-decoration: none;
}
.view-id-apartments .view-content.tns-slider .info .field-title a:hover {
  text-decoration: underline;
}
.view-id-apartments .tns-controls {
  width: 100%;
  margin: 0 auto;
}
@media all and (max-width: 47.9375em) {
  .view-id-apartments .tns-controls {
    padding: 0 1.25rem;
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .view-id-apartments .tns-controls {
    padding: 0 2.5rem;
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .view-id-apartments .tns-controls {
    max-width: 71.875rem;
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 68.75em) and (max-width: 79.9375em) {
  .view-id-apartments .tns-controls {
    max-width: 60rem;
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 120em) {
  .view-id-apartments .tns-controls {
    margin-top: 3.75rem;
  }
}
.view-id-apartments .tns-controls button {
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 0.125rem solid #000000;
  text-align: center;
  border-radius: 100%;
  font-size: 1.375rem;
  font-weight: 400;
  background: none;
  padding: 0;
}
.view-id-apartments .tns-controls button:hover {
  background-color: #000000;
  color: #ffffff;
}
.view-id-apartments .tns-controls button + button {
  margin-left: 0.5rem;
}
.view-id-apartments picture,
.view-id-apartments picture img {
  display: block;
  max-width: 100%;
  max-height: 15.625rem;
}

@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper {
    margin-bottom: 3.4375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper {
    margin-bottom: 4.6875rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper {
    margin-bottom: 7.1875rem;
  }
}
.apartments-options-wrapper .apartments-content-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .apartments-content-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .apartments-content-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .apartments-content-wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.apartments-options-wrapper .content {
  display: flex;
  flex-wrap: wrap;
}
.apartments-options-wrapper .content:not(.tns-slider) .paragraph--type--apartment {
  margin-top: 0;
}
.apartments-options-wrapper .content:not(.tns-slider) .apartment-item {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item {
    margin-top: 3.4375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item {
    margin-top: 4.6875rem;
  }
}
@media all and (min-width: 48em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item {
    max-width: 50%;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item {
    margin-top: 5.9375rem;
  }
}
@media all and (min-width: 48em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item.apartment-item-odd {
    padding-right: 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item.apartment-item-odd {
    padding-right: 4.375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item.apartment-item-even {
    padding-left: 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .apartment-item.apartment-item-even {
    padding-left: 4.375rem;
  }
}
.apartments-options-wrapper .content:not(.tns-slider) .apartment-item .paragraph {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  align-items: flex-start;
}
.apartments-options-wrapper .content:not(.tns-slider) .apartment-item .paragraph .image-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
}
.apartments-options-wrapper .content:not(.tns-slider) .info {
  max-width: 50%;
  width: 100%;
  padding-right: 1.25rem;
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    min-height: 3.5rem;
    margin-bottom: 0.9375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    min-height: 3.5rem;
    margin-bottom: 0.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
    min-height: 4.375rem;
    margin-bottom: 0.3125rem;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
    min-height: 4.75rem;
    margin-bottom: 0.3125rem;
  }
}
.apartments-options-wrapper .content:not(.tns-slider) .info .field-title a {
  color: inherit;
  text-decoration: none;
}
.apartments-options-wrapper .content:not(.tns-slider) .info .field-title a:hover {
  text-decoration: underline;
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field--label-inline {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field--label-inline {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field--label-inline {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content:not(.tns-slider) .info .field--label-inline {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.apartments-options-wrapper .content:not(.tns-slider) .price {
  max-width: 50%;
  width: 100%;
  text-align: right;
  padding-left: 1.25rem;
}
.apartments-options-wrapper .content:not(.tns-slider) .price a {
  color: inherit;
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-item {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-item {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-item {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-item {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
  }
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .value-description,
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-label {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .value-description,
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .value-description,
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-label {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content:not(.tns-slider) .price .value-description,
  .apartments-options-wrapper .content:not(.tns-slider) .price .field-label {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
.apartments-options-wrapper .content:not(.tns-slider) .image {
  display: flex;
  justify-content: center;
  align-items: center;
  /*picture {
    transition: transform 0.2s ease-in-out;
  }

  &:hover picture {
    transform: scale(1.05);
  }*/
}
.apartments-options-wrapper .content:not(.tns-slider) .image img {
  display: block;
  width: 100%;
  height: auto;
}
.apartments-options-wrapper .content:not(.tns-slider) .links-wrapper {
  width: 100%;
  display: flex;
  justify-content: left;
  margin-top: 0;
}
.apartments-options-wrapper .content:not(.tns-slider) .links-wrapper .file {
  background: none;
  padding: 0;
  min-height: 0;
  height: auto;
  width: auto;
}
.apartments-options-wrapper .content:not(.tns-slider) .links-wrapper a {
  color: #f87c56;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 3rem;
}
.apartments-options-wrapper .content:not(.tns-slider) .links-wrapper a::after {
  content: "→";
  position: absolute;
  right: 0;
  top: 0.125rem;
  font-size: 2.5rem;
  transition: transform 200ms ease;
}
.apartments-options-wrapper .content:not(.tns-slider) .links-wrapper a:hover::after {
  transform: translateX(5px);
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content:not(.tns-slider) .links-wrapper a {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content:not(.tns-slider) .links-wrapper a {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content:not(.tns-slider) .links-wrapper a {
    margin-top: 1.5625rem;
  }
}
.apartments-options-wrapper .content.tns-slider {
  /*.image:hover picture {
    transform: scale(1.05);
  }*/
}
.apartments-options-wrapper .content.tns-slider picture,
.apartments-options-wrapper .content.tns-slider picture img {
  width: 100%;
  max-height: none;
  height: auto;
  transition: transform 0.2s ease-in-out;
}
.apartments-options-wrapper .content.tns-slider .image {
  overflow: hidden;
}
.apartments-options-wrapper .content.tns-slider .tns-item {
  display: flex;
  justify-content: center;
}
.apartments-options-wrapper .content.tns-slider .paragraph--type--apartment {
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content.tns-slider .paragraph--type--apartment {
    margin: 0 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content.tns-slider .paragraph--type--apartment {
    margin: 0 0.9375rem;
    display: inline-block;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content.tns-slider .paragraph--type--apartment {
    margin: 0 1.25rem;
    display: inline-block;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content.tns-slider .paragraph--type--apartment {
    margin: 0 2.1875rem;
    display: inline-block;
  }
}
.apartments-options-wrapper .content.tns-slider .info {
  padding: 1.75rem 1.125rem;
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content.tns-slider .info .field:not(.field-title) {
    font-size: 0.875rem;
    line-height: 1.5625rem;
    font-weight: 500;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content.tns-slider .info .field:not(.field-title) {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content.tns-slider .info .field:not(.field-title) {
    font-size: 1rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content.tns-slider .info .field:not(.field-title) {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
  }
}
@media all and (max-width: 47.9375em) {
  .apartments-options-wrapper .content.tns-slider .info .field-title {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.9375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .apartments-options-wrapper .content.tns-slider .info .field-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    margin-bottom: 0.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .apartments-options-wrapper .content.tns-slider .info .field-title {
    font-size: 1.75rem;
    line-height: 2.1875rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
  }
}
@media all and (min-width: 120em) {
  .apartments-options-wrapper .content.tns-slider .info .field-title {
    font-size: 1.875rem;
    line-height: 2.375rem;
    font-weight: 400;
    margin-bottom: 0.3125rem;
  }
}
.apartments-options-wrapper .content.tns-slider .info .field-title a {
  color: inherit;
  text-decoration: none;
}
.apartments-options-wrapper .content.tns-slider .info .field-title a:hover {
  text-decoration: underline;
}

.full-booked {
  display: inline-block;
  border-radius: 0;
  color: #f87c56;
  text-decoration: none;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  letter-spacing: 0;
}
@media all and (max-width: 47.9375em) {
  .full-booked {
    font-size: 1.125rem;
    line-height: 2.25rem;
    font-weight: 500;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .full-booked {
    font-size: 1.25rem;
    line-height: 2.625rem;
    font-weight: 500;
  }
}
@media all and (min-width: 68.75em) {
  .full-booked {
    font-size: 1.625rem;
    line-height: 2.625rem;
    font-weight: 500;
  }
}

.paragraph--type--double-image .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 105.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--double-image .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--double-image .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--double-image .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--double-image .image {
  width: 100%;
}
@media all and (min-width: 48em) {
  .paragraph--type--double-image .image {
    max-width: 47%;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--double-image .image.image-2 {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--double-image .image.image-2 {
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--double-image .image.image-2 {
    margin-top: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--double-image .image.image-2 {
    margin-top: 4.6875rem;
  }
}
.paragraph--type--double-image .image-title {
  margin-top: 0.25rem;
}
.paragraph--type--double-image picture,
.paragraph--type--double-image picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#sliding-popup {
  background-color: transparent !important;
  display: flex;
  justify-content: flex-end;
}
#sliding-popup h1,
#sliding-popup h2,
#sliding-popup h3,
#sliding-popup p,
#sliding-popup label,
#sliding-popup div {
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 400;
  color: #000000;
}
#sliding-popup .eu-cookie-compliance-banner {
  background: #ffffff;
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  #sliding-popup .eu-cookie-compliance-banner {
    max-width: 100%;
    padding: 1.25rem 1.25rem 1rem 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  #sliding-popup .eu-cookie-compliance-banner {
    margin-right: 2.5rem;
    max-width: 28.125rem;
    padding: 2.5rem 2.5rem 1.875rem 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  #sliding-popup .eu-cookie-compliance-banner {
    margin-right: 3.375rem;
    max-width: 28.125rem;
    padding: 3.125rem 3.375rem 1.875rem 3.375rem;
  }
}
@media all and (min-width: 120em) {
  #sliding-popup .eu-cookie-compliance-banner {
    margin-right: 15rem;
    max-width: 28.125rem;
    padding: 3.125rem 3.375rem 1.875rem 3.375rem;
  }
}
#sliding-popup .eu-cookie-compliance-content {
  max-width: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
#sliding-popup .eu-cookie-compliance-message {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
#sliding-popup .eu-cookie-compliance-buttons {
  display: flex;
  align-items: center;
  margin: 2.8125rem 0 0;
  width: 100%;
  float: none;
  max-width: 100%;
  justify-content: space-between;
}
#sliding-popup .eu-cookie-compliance-default-button,
#sliding-popup .agree-button {
  background-image: none;
  box-shadow: none;
  border: none;
  text-shadow: none;
  margin: 0;
  font-size: 1.125rem !important;
}
@media all and (max-width: 47.9375em) {
  #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .agree-button {
    padding: 0.25rem 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .agree-button {
    padding: 0.4375rem 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  #sliding-popup .eu-cookie-compliance-default-button,
  #sliding-popup .agree-button {
    padding: 0.3125rem 1.5625rem;
  }
}
#sliding-popup .find-more-button,
#sliding-popup .eu-cookie-compliance-more-button,
#sliding-popup .find-more-button-processed {
  border: none;
  background-color: transparent;
  color: #f87c56 !important;
  font-size: 1.125rem !important;
}
#sliding-popup .find-more-button:hover,
#sliding-popup .eu-cookie-compliance-more-button:hover,
#sliding-popup .find-more-button-processed:hover {
  background-color: transparent;
  color: #f65625;
}
@media all and (max-width: 47.9375em) {
  #sliding-popup .find-more-button,
  #sliding-popup .eu-cookie-compliance-more-button,
  #sliding-popup .find-more-button-processed {
    padding: 0.25rem 0.9375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  #sliding-popup .find-more-button,
  #sliding-popup .eu-cookie-compliance-more-button,
  #sliding-popup .find-more-button-processed {
    padding: 0.4375rem 0.9375rem;
  }
}
@media all and (min-width: 68.75em) {
  #sliding-popup .find-more-button,
  #sliding-popup .eu-cookie-compliance-more-button,
  #sliding-popup .find-more-button-processed {
    padding: 0.3125rem 0.9375rem;
  }
}

.paragraph--type--tabs.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--tabs.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--tabs.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--tabs.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--tabs.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--tabs.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--tabs.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--type--tabs.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--tabs.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--type--tabs.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--type--tabs.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--tabs.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--tabs.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--tabs.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--tabs.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--tabs.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--tabs.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--type--tabs.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--tabs.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--type--tabs.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--type--tabs.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--tabs.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--tabs.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--tabs.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--tabs.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--tabs.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--tabs.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--type--tabs.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--tabs.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--type--tabs.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--type--tabs.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--type--tabs.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--tabs.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--type--tabs.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--type--tabs.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--tabs.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--tabs.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--type--tabs.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--type--tabs.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--type--tabs.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--type--tabs.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--type--tabs.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--tabs.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--type--tabs.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--type--tabs.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--type--tabs.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--type--tabs.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--type--tabs.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--type--tabs.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--type--tabs.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--tabs.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--tabs.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--tabs.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--tabs.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--tabs.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--tabs.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--type--tabs.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--tabs.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--type--tabs.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
.paragraph--type--tabs .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--tabs .tabs-wrapper {
  border: none;
  padding: 0;
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .tabs-wrapper {
    max-width: 72.5rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs .tabs-wrapper {
    max-width: none;
  }
}
.paragraph--type--tabs .text-formatted {
  width: 100%;
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .text-formatted {
    max-width: 72.5rem;
    margin: 0 auto;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs .text-formatted {
    max-width: none;
  }
}
.paragraph--type--tabs .tabs-link-wrapper {
  display: flex;
  background: none;
  border: none;
  font-family: "FS Lucas", "Roboto", "soleil", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 0;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .tabs-link-wrapper {
    margin-top: 0.625rem;
  }
}
@media all and (max-width: 68.6875em) {
  .paragraph--type--tabs .tabs-link-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .tabs-link-wrapper {
    justify-content: space-between;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs .tabs-link-wrapper {
    justify-content: space-around;
  }
}
.paragraph--type--tabs .tabs-link-wrapper::before, .paragraph--type--tabs .tabs-link-wrapper::after {
  content: none;
}
.paragraph--type--tabs .tab-content-wrapper {
  max-width: 100%;
  padding: 0;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .tab-content-wrapper {
    margin-top: 0.625rem;
  }
}
.paragraph--type--tabs .paragraph--type--tab {
  max-width: 100%;
}
.paragraph--type--tabs .paragraph--type--tab .text-formatted {
  font-family: "FS Lucas", "Roboto", "soleil", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.paragraph--type--tabs .ui-widget-content {
  background-color: transparent;
}
.paragraph--type--tabs .ui-tabs .ui-tab {
  background: none;
  border: none;
  color: #000000;
  display: inline-block;
  padding: 0;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .ui-tabs .ui-tab {
    min-width: 30%;
    margin: 0.625rem 0 1rem;
    display: flex;
    justify-content: center;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--tabs .ui-tabs .ui-tab {
    margin: 2.5rem 0 3rem;
  }
}
.paragraph--type--tabs .ui-tabs .ui-tabs-anchor {
  color: #000000;
  display: inline-block;
  padding: 0;
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .ui-tabs .ui-tabs-anchor {
    font-size: 1.125rem;
    line-height: 1.625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs .ui-tabs .ui-tabs-anchor {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .ui-tabs .ui-tabs-anchor {
    font-size: 1.5rem;
    line-height: 2.125rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--tabs .ui-tabs .ui-tabs-anchor {
    font-size: 1.625rem;
    line-height: 2.25rem;
    font-weight: 400;
  }
}
.paragraph--type--tabs .ui-tabs .ui-tabs-anchor::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background-color: transparent;
}
.paragraph--type--tabs .ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--type--tabs picture,
.paragraph--type--tabs picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.paragraph--type--tabs .links-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .links-wrapper {
    margin-top: -1.6875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs .links-wrapper {
    margin-top: -1.875rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .links-wrapper {
    margin-top: -2.375rem;
  }
}
.paragraph--type--tabs .text {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--tabs .text {
    max-width: calc(100% - 40px);
    padding: 1.5625rem 1.25rem;
    margin: -2.1875rem auto 0;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--tabs .text {
    max-width: 44.8125rem;
    padding: 2.8125rem 2.5rem;
    margin: -2.8125rem auto 0;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--tabs .text {
    max-width: 44.8125rem;
    padding: 2.8125rem 3.4375rem;
    margin: -4.375rem auto 0;
  }
}

.field--name-field-content .paragraph--type--tab {
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph--type--columns {
  position: relative;
}
.paragraph--type--columns.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--columns.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--columns.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--columns.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--columns.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--columns.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--columns.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--type--columns.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--columns.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--type--columns.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--type--columns.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--columns.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--columns.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--columns.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--columns.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--columns.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--columns.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--type--columns.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--columns.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--type--columns.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--type--columns.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--columns.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--columns.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--columns.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--columns.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--columns.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--columns.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--type--columns.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--columns.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--type--columns.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--type--columns.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--type--columns.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--columns.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--type--columns.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--type--columns.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--columns.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--columns.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--type--columns.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--type--columns.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--type--columns.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--type--columns.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--type--columns.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--columns.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--type--columns.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--type--columns.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--type--columns.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--type--columns.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--type--columns.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--type--columns.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--type--columns.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--type--columns.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--type--columns.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--type--columns.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--type--columns.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--type--columns.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--type--columns.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--columns.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--columns.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--columns.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--columns.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--columns.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--columns.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--type--columns.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--columns.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--type--columns.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-background-color-orange, .paragraph--type--columns.paragraph-background-color-blue, .paragraph--type--columns.paragraph-background-color-lilac, .paragraph--type--columns.paragraph-background-color-green {
    padding-bottom: 3.4375rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-background-color-orange, .paragraph--type--columns.paragraph-background-color-blue, .paragraph--type--columns.paragraph-background-color-lilac, .paragraph--type--columns.paragraph-background-color-green {
    padding-bottom: 5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-background-color-orange, .paragraph--type--columns.paragraph-background-color-blue, .paragraph--type--columns.paragraph-background-color-lilac, .paragraph--type--columns.paragraph-background-color-green {
    padding-bottom: 7.5rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-background-color-orange, .paragraph--type--columns.paragraph-background-color-blue, .paragraph--type--columns.paragraph-background-color-lilac, .paragraph--type--columns.paragraph-background-color-green {
    padding-bottom: 7.5rem;
  }
}
.paragraph--type--columns .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.375rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--columns .columns {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.paragraph--type--columns .column {
  width: 100%;
}
.paragraph--type--columns .column ul {
  list-style-type: none;
}
.paragraph--type--columns .column ul li::before {
  content: "- ";
}
.paragraph--type--columns .icon {
  display: inline-block;
  border-bottom: 0.0625rem solid #000000;
  width: 100%;
  height: 3.4375rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns .icon {
    padding-bottom: 0.5rem;
    margin-bottom: 0.3125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns .icon {
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns .icon {
    padding-bottom: 1.25rem;
    margin-bottom: 0.625rem;
  }
}
.paragraph--type--columns .icon svg {
  display: block;
  height: 100%;
  width: auto;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns .icon svg {
    max-height: 1.5625rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns .icon svg {
    max-height: 2.5rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns .text h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns .text h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns .text h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns .text h3 + p {
    margin-top: 0.625rem;
  }
}
.paragraph--type--columns .links-wrapper {
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns .links-wrapper {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns .links-wrapper {
    margin-top: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns .links-wrapper {
    margin-top: 3.125rem;
  }
}
.paragraph--type--columns.paragraph-columns-layout-1 .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column {
    max-width: 100%;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column + .column {
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column + .column {
    margin-top: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column + .column {
    margin-top: 5rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column + .column {
    margin-top: 5rem;
  }
}
.paragraph--type--columns.paragraph-columns-layout-1 .column td {
  padding: 0.3125rem 0;
}
.paragraph--type--columns.paragraph-columns-layout-1 .column td h4 {
  padding: 0.625rem 0;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column td h4 {
    font-size: 1.25rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column td h4 {
    font-size: 1.5rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column td h4 {
    font-size: 1.75rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-columns-layout-1 .column td h4 {
    font-size: 1.875rem;
    line-height: 2.625rem;
    font-weight: 400;
  }
}
.paragraph--type--columns.paragraph-columns-layout-1 .column tr:last-child td:last-child {
  font-weight: 600;
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text-formatted {
    margin-bottom: -0.9375rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text-formatted {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 68rem;
    margin-bottom: -2.1875rem;
  }
}
@media all and (min-width: 68.75em) and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text-formatted {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 68.75em) and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text-formatted {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text-formatted {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .column {
    max-width: 100%;
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .column {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .column {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .column.column-odd {
    padding-right: 1.875rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .column.column-odd {
    max-width: 50%;
    margin-top: 4.375rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .column.column-even {
    max-width: 50%;
    margin-top: 4.375rem;
  }
}
.paragraph--type--columns.paragraph-columns-layout-2 .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.paragraph--type--columns.paragraph-columns-layout-2 .text h3 {
  width: 100%;
}
.paragraph--type--columns.paragraph-columns-layout-2 .text h3 + ul, .paragraph--type--columns.paragraph-columns-layout-2 .text h3 + p {
  margin-top: 1.25rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text ul {
    width: 100%;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text ul + ul {
    margin-left: 8.4375rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text ul + ul {
    margin-top: 1.25rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-2 .text ul + ul {
    margin-left: 18.75rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .column {
    max-width: 100%;
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 48em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .column {
    max-width: 33.3333%;
    margin-top: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .column {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .column {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .column:not(:nth-child(3n)) {
    padding-right: 1.875rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .text-formatted {
    margin-bottom: -0.9375rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .text-formatted {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 68rem;
    margin-bottom: -2.1875rem;
  }
}
@media all and (min-width: 68.75em) and (max-width: 47.9375em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .text-formatted {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 68.75em) and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .text-formatted {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) and (min-width: 68.75em) {
  .paragraph--type--columns.paragraph-columns-layout-3 .text-formatted {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}

.field--name-field-content .paragraph--type--column {
  margin-top: 0;
  margin-bottom: 0;
}

.included-wrapper h2 {
  margin: 0 0 0.25em;
}
.included-wrapper .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 87.375rem;
}
@media all and (max-width: 47.9375em) {
  .included-wrapper .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .included-wrapper .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .included-wrapper .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.included-wrapper .included-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.included-wrapper .included-item {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .included-wrapper .included-item {
    max-width: 100%;
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 48em) {
  .included-wrapper .included-item {
    max-width: 33.3333%;
    margin-top: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .included-wrapper .included-item {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 120em) {
  .included-wrapper .included-item {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
    margin-top: 5rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .included-wrapper .included-item:not(:nth-child(3n)) {
    padding-right: 1.875rem;
  }
}
.included-wrapper .icon-wrapper {
  display: block;
  padding-bottom: 1.25rem;
  margin-bottom: 0.625rem;
  border-bottom: 0.0625rem solid #000000;
}
.included-wrapper .icon-wrapper svg {
  display: block;
  height: 100%;
  width: auto;
}
@media all and (max-width: 47.9375em) {
  .included-wrapper .icon-wrapper svg {
    max-height: 1.5625rem;
  }
}
@media all and (min-width: 48em) {
  .included-wrapper .icon-wrapper svg {
    max-height: 2.5rem;
  }
}
.included-wrapper h3 {
  margin: 0 0 0.25em;
}
@media all and (max-width: 47.9375em) {
  .included-wrapper h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .included-wrapper h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
  }
}
@media all and (min-width: 68.75em) {
  .included-wrapper h3 {
    font-size: 1.875rem;
    line-height: 1.875rem;
    font-weight: 400;
  }
}
.included-wrapper h3 + ul, .included-wrapper h3 + p {
  margin-top: 0.625rem;
}

.paragraph--type--text.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--type--text.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--type--text.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--type--text.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--type--text.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--type--text.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--type--text.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--type--text.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--type--text.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--type--text.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--type--text.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--type--text.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--type--text.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--type--text.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--type--text.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--type--text.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--type--text.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--type--text.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--type--text.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--type--text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--type--text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--type--text.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--type--text.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--type--text.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--type--text.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--type--text.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--type--text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--type--text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--type--text.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--type--text.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--type--text.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--type--text.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--type--text.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--type--text.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--type--text.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--type--text.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--type--text.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--type--text.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--type--text.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--type--text.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--type--text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--type--text.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--type--text.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--type--text.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--type--text.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--type--text.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--type--text.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
.paragraph--type--text .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--text.paragraph--last .container {
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--text.paragraph--last .container {
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--text.paragraph--last .container {
    margin-bottom: 7.5rem;
  }
}
.paragraph--type--text ul {
  list-style-type: none;
}
.paragraph--type--text ul li::before {
  content: "- ";
}

.paragraph--block--5 {
  text-align: center;
}
.paragraph--block--5.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--5.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--5.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--5.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--5.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--5.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--5.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--5.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--block--5.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--5.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--block--5.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--block--5.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--5.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--5.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--5.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--5.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--5.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--5.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--5.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--block--5.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--5.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--block--5.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--block--5.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--5.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--5.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--5.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--5.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--5.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--5.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--5.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--block--5.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--block--5.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--block--5.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--5.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--block--5.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--block--5.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--block--5.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--block--5.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--block--5.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--block--5.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--block--5.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--5.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--block--5.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--block--5.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--5.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--5.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--5.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--block--5.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--block--5.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--block--5.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--block--5.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--block--5.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--5.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--block--5.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--block--5.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--block--5.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--block--5.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--block--5.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--block--5.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--block--5.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--block--5.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--block--5.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--block--5.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--block--5.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--block--5.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--block--5.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--5.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--5.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--5.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--5.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--5.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--5.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--5.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--block--5.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--5.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--block--5.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
.paragraph--block--5 .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--5 .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--5 .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--5 .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--block--5 .text-formatted .download {
  color: #000000;
}
.paragraph--block--5 .text-formatted .download:hover {
  text-decoration: none;
}
.paragraph--block--5 ul {
  list-style-type: none;
}
.paragraph--block--5 ul li::before {
  content: "- ";
}

.paragraph--block--maps-block.paragraph-background-color-blue {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--maps-block.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--maps-block.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--maps-block.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--maps-block.paragraph-background-color-blue.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(221, 229, 237, 0.2);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-blue {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-blue {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-blue {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--maps-block.paragraph-background-color-blue {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--maps-block.paragraph-background-color-blue .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-blue .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-blue .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-blue .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--maps-block.paragraph-base-color-blue {
  color: #89b2c4 !important;
}
.paragraph--block--maps-block.paragraph-base-color-blue .slider__progress {
  background-color: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue .slider__button {
  color: #89b2c4;
  border-color: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue .slider__button:hover {
  background-color: rgba(221, 229, 237, 0.2);
}
.paragraph--block--maps-block.paragraph-base-color-blue .icon {
  border-color: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue svg {
  fill: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue svg path {
  fill: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #89b2c4;
}
.paragraph--block--maps-block.paragraph-base-color-blue .text {
  color: #89b2c4;
}
.paragraph--block--maps-block.paragraph-background-color-lilac {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--maps-block.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--maps-block.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--maps-block.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--maps-block.paragraph-background-color-lilac.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(232, 213, 224, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--maps-block.paragraph-background-color-lilac .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-lilac .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--maps-block.paragraph-base-color-lilac {
  color: #a35585 !important;
}
.paragraph--block--maps-block.paragraph-base-color-lilac .slider__progress {
  background-color: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac .slider__button {
  color: #a35585;
  border-color: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac .slider__button:hover {
  background-color: rgba(232, 213, 224, 0.5);
}
.paragraph--block--maps-block.paragraph-base-color-lilac .icon {
  border-color: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac svg {
  fill: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac svg path {
  fill: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #a35585;
}
.paragraph--block--maps-block.paragraph-base-color-lilac .text {
  color: #a35585;
}
.paragraph--block--maps-block.paragraph-background-color-green {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--maps-block.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--maps-block.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--maps-block.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--maps-block.paragraph-background-color-green.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(222, 240, 228, 0.5);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-green {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-green {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-green {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--maps-block.paragraph-background-color-green {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--maps-block.paragraph-background-color-green .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-green .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-green .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-green .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--maps-block.paragraph-base-color-green {
  color: #74956c !important;
}
.paragraph--block--maps-block.paragraph-base-color-green .slider__progress {
  background-color: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green .slider__button {
  color: #74956c;
  border-color: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green .slider__button:hover {
  background-color: rgba(222, 240, 228, 0.5);
}
.paragraph--block--maps-block.paragraph-base-color-green .icon {
  border-color: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green svg {
  fill: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green svg path {
  fill: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #74956c;
}
.paragraph--block--maps-block.paragraph-base-color-green .text {
  color: #74956c;
}
.paragraph--block--maps-block.paragraph-background-color-orange {
  background-color: #fff7f5;
}
.paragraph--block--maps-block.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--maps-block.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #fff7f5;
}
.paragraph--block--maps-block.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #fff7f5;
}
.paragraph--block--maps-block.paragraph-background-color-orange.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #fff7f5;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-orange {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-orange {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-orange {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--maps-block.paragraph-background-color-orange {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--maps-block.paragraph-background-color-orange .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-orange .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-orange .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-orange .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--maps-block.paragraph-base-color-orange {
  color: #f87c56 !important;
}
.paragraph--block--maps-block.paragraph-base-color-orange .slider__progress {
  background-color: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange .slider__button {
  color: #f87c56;
  border-color: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange .slider__button:hover {
  background-color: #fff7f5;
}
.paragraph--block--maps-block.paragraph-base-color-orange .icon {
  border-color: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange svg {
  fill: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange svg path {
  fill: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #f87c56;
}
.paragraph--block--maps-block.paragraph-base-color-orange .text {
  color: #f87c56;
}
.paragraph--block--maps-block.paragraph-background-color-white {
  background-color: #ffffff;
}
.paragraph--block--maps-block.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--maps-block.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: #ffffff;
}
.paragraph--block--maps-block.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: #ffffff;
}
.paragraph--block--maps-block.paragraph-background-color-white.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: #ffffff;
}
.paragraph--block--maps-block.paragraph-base-color-white {
  color: #000000 !important;
}
.paragraph--block--maps-block.paragraph-base-color-white .slider__progress {
  background-color: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white .slider__button {
  color: #000000;
  border-color: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white .slider__button:hover {
  background-color: #ffffff;
}
.paragraph--block--maps-block.paragraph-base-color-white .icon {
  border-color: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white svg {
  fill: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white svg path {
  fill: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white .ui-tabs .ui-tab .ui-tabs-anchor {
  color: #000000;
}
.paragraph--block--maps-block.paragraph-base-color-white .text {
  color: #000000;
}
.paragraph--block--maps-block.paragraph-background-color-brown {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--maps-block.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) {
  background-color: transparent;
}
.paragraph--block--maps-block.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--maps-block.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::before {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--maps-block.paragraph-background-color-brown.paragraph--type--text-and-images:not(.paragraph-has-bottom-text) .container::after {
  background-color: rgba(186, 88, 38, 0.1);
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-brown {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-brown {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-brown {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}
@media all and (min-width: 120em) {
  .paragraph--block--maps-block.paragraph-background-color-brown {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }
}
.paragraph--block--maps-block.paragraph-background-color-brown .links-wrapper {
  position: absolute;
  margin: 0 !important;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph-background-color-brown .links-wrapper {
    bottom: -1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph-background-color-brown .links-wrapper {
    bottom: -1.75rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph-background-color-brown .links-wrapper {
    bottom: -2.375rem;
  }
}
.paragraph--block--maps-block.paragraph-base-color-brown {
  color: rgb(186, 88, 38) !important;
}
.paragraph--block--maps-block.paragraph-base-color-brown .slider__progress {
  background-color: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown .slider__button {
  color: rgb(186, 88, 38);
  border-color: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown .slider__button:hover {
  background-color: rgba(186, 88, 38, 0.1);
}
.paragraph--block--maps-block.paragraph-base-color-brown .icon {
  border-color: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown svg {
  fill: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown svg path {
  fill: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown .ui-tabs .ui-tab.ui-tabs-active .ui-tabs-anchor::after {
  background-color: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown .ui-tabs .ui-tab .ui-tabs-anchor {
  color: rgb(186, 88, 38);
}
.paragraph--block--maps-block.paragraph-base-color-brown .text {
  color: rgb(186, 88, 38);
}
.paragraph--block--maps-block .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 47.9375em) {
  .paragraph--block--maps-block.paragraph.paragraph--last {
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--block--maps-block.paragraph.paragraph--last {
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--block--maps-block.paragraph.paragraph--last {
    margin-bottom: 7.5rem;
  }
}

.maps-wrapper .mapboxgl-map {
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .maps-wrapper .mapboxgl-map {
    height: 100vw;
    margin-top: 1.5625rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .maps-wrapper .mapboxgl-map {
    height: 82vw;
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 68.75em) {
  .maps-wrapper .mapboxgl-map {
    height: 44vw;
    margin-top: 2.1875rem;
  }
}
@media all and (min-width: 120em) {
  .maps-wrapper .mapboxgl-map {
    height: 33vw;
    margin-top: 3.75rem;
  }
}
.maps-wrapper .marker {
  background-size: cover;
  width: 1.375rem;
  height: 1.375rem;
  z-index: 1;
}
@media all and (max-width: 47.9375em) {
  .maps-wrapper .marker {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media all and (min-width: 48em) {
  .maps-wrapper .marker {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.maps-wrapper .marker:hover {
  cursor: pointer;
}
.maps-wrapper .marker.airport {
  background-image: url("../images/map-icons/airport.svg");
}
.maps-wrapper .marker.art {
  background-image: url("../images/map-icons/art.svg");
}
.maps-wrapper .marker.bank {
  background-image: url("../images/map-icons/bank.svg");
}
.maps-wrapper .marker.bike {
  background-image: url("../images/map-icons/bike.svg");
}
.maps-wrapper .marker.car {
  background-image: url("../images/map-icons/car.svg");
}
.maps-wrapper .marker.cinema {
  background-image: url("../images/map-icons/cinema.svg");
}
.maps-wrapper .marker.convenience-store-and-grocer {
  background-image: url("../images/map-icons/convenience-store.svg");
}
.maps-wrapper .marker.corporate-offices {
  background-image: url("../images/map-icons/corporate-offices.svg");
}
.maps-wrapper .marker.escape-room {
  background-image: url("../images/map-icons/escape-room.svg");
}
.maps-wrapper .marker.football {
  background-image: url("../images/map-icons/football.svg");
}
.maps-wrapper .marker.golf {
  background-image: url("../images/map-icons/golf.svg");
}
.maps-wrapper .marker.hairdresser {
  background-image: url("../images/map-icons/hairdresser.svg");
}
.maps-wrapper .marker.horse-riding {
  background-image: url("../images/map-icons/horse-riding.svg");
}
.maps-wrapper .marker.hospital {
  background-image: url("../images/map-icons/hospital.svg");
}
.maps-wrapper .marker.music {
  background-image: url("../images/map-icons/music.svg");
}
.maps-wrapper .marker.park {
  background-image: url("../images/map-icons/park.svg");
}
.maps-wrapper .marker.post-office {
  background-image: url("../images/map-icons/post-office.svg");
}
.maps-wrapper .marker.restaurant-and-cafes {
  background-image: url("../images/map-icons/restaurant-and-cafes.svg");
}
.maps-wrapper .marker.shopping {
  background-image: url("../images/map-icons/shopping.svg");
}
.maps-wrapper .marker.transport {
  background-image: url("../images/map-icons/transport.svg");
}
.maps-wrapper .marker.tennis {
  background-image: url("../images/map-icons/tennis.svg");
}
.maps-wrapper .marker.universities {
  background-image: url("../images/map-icons/universities.svg");
}
.maps-wrapper .marker.water {
  background-image: url("../images/map-icons/water.svg");
}
.maps-wrapper .marker.beach {
  background-image: url("../images/map-icons/beach.svg");
}
.maps-wrapper .marker.market {
  background-image: url("../images/map-icons/market.svg");
}
.maps-wrapper .marker.main {
  background-image: url("../images/mb275-marker.svg");
  width: 5.25rem;
  height: 5.25rem;
  z-index: 5;
}
@media all and (max-width: 47.9375em) {
  .maps-wrapper .marker.main {
    width: 2.75rem;
    height: 2.75rem;
  }
}
@media all and (min-width: 48em) {
  .maps-wrapper .marker.main {
    width: 4rem;
    height: 4rem;
  }
}
.maps-wrapper .marker.main:hover {
  cursor: default;
}
.maps-wrapper .mapboxgl-popup {
  z-index: 10;
}
.maps-wrapper .mapboxgl-popup .mapboxgl-popup-content {
  padding: 15px 10px 15px;
}
.maps-wrapper .mapboxgl-popup .mapboxgl-popup-close-button {
  font-size: 24px;
  line-height: 1;
  padding: 0 5px;
  top: -3px;
}
.maps-wrapper .mapboxgl-popup .mapboxgl-popup-close-button:hover {
  cursor: pointer;
}
.maps-wrapper .directions-info-wrapper {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media all and (max-width: 47.9375em) {
  .maps-wrapper .directions-info-wrapper {
    margin-top: -2.5rem;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    max-width: calc(100% - 40px);
    padding-bottom: 1.875rem;
  }
}
@media all and (min-width: 48em) {
  .maps-wrapper .directions-info-wrapper {
    padding: 0 1.25rem 0;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .maps-wrapper .directions-info-wrapper {
    max-width: 43.125rem;
    margin-top: -2.8125rem;
  }
}
@media all and (min-width: 68.75em) {
  .maps-wrapper .directions-info-wrapper {
    max-width: 44.25rem;
    margin-top: -2.8125rem;
  }
}
@media all and (min-width: 120em) {
  .maps-wrapper .directions-info-wrapper {
    max-width: 45.5rem;
    margin-top: -5.625rem;
  }
}
.maps-wrapper .directions-info-wrapper .field--name-field-directions {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.maps-wrapper .directions-info-wrapper .field--name-field-directions .field-item {
  width: 100%;
  padding: 0 2.1875rem;
  flex-basis: 100%;
}
@media all and (max-width: 47.9375em) {
  .maps-wrapper .directions-info-wrapper .field--name-field-directions .field-item {
    margin-top: 1.875rem;
  }
}
@media all and (min-width: 48em) {
  .maps-wrapper .directions-info-wrapper .field--name-field-directions .field-item {
    flex-basis: 50%;
    margin-top: 2.5rem;
  }
}

/* Services grid */
.paragraph--type--services-grid .services-grid-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 105.5rem;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--services-grid .services-grid-wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--services-grid .services-grid-wrapper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--services-grid .services-grid-wrapper {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--services-grid .services-grid-wrapper th,
.paragraph--type--services-grid .services-grid-wrapper td {
  background: transparent;
  color: #000000;
  width: 14.5%;
  text-align: center;
  padding: 1rem 1rem;
}
.paragraph--type--services-grid .services-grid-wrapper th.item-title,
.paragraph--type--services-grid .services-grid-wrapper td.item-title {
  text-align: left;
  width: 27.5%;
  padding: 1rem 1rem 1rem 0;
}
.paragraph--type--services-grid .services-grid-wrapper th {
  border-bottom: 1px solid #000000;
  font-weight: 400;
  font-size: 1.25rem;
}
.paragraph--type--services-grid .services-grid-wrapper th.base-color-green {
  color: #74956c;
}
.paragraph--type--services-grid .services-grid-wrapper th.base-color-yellow {
  color: rgb(240, 179, 35);
}
.paragraph--type--services-grid .services-grid-wrapper th.base-color-brown {
  color: rgb(186, 88, 38);
}
.paragraph--type--services-grid .services-grid-wrapper th.base-color-lilac {
  color: #a35585;
}
.paragraph--type--services-grid .services-grid-wrapper th.base-color-blue {
  color: #89b2c4;
}
.paragraph--type--services-grid .services-grid-wrapper th.base-color-orange {
  color: #f87c56;
}
.paragraph--type--services-grid .services-grid-wrapper td {
  position: relative;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}
.paragraph--type--services-grid .services-grid-wrapper td.col-last {
  border-right: none;
}
.paragraph--type--services-grid .services-grid-wrapper td.row-last {
  border-bottom: 1px solid #000000;
}
.paragraph--type--services-grid .services-grid-wrapper td.background-color-green {
  background: rgba(222, 240, 228, 0.5);
}
.paragraph--type--services-grid .services-grid-wrapper td.background-color-yellow {
  background: rgba(240, 179, 35, 0.1);
}
.paragraph--type--services-grid .services-grid-wrapper td.background-color-brown {
  background: rgba(186, 88, 38, 0.1);
}
.paragraph--type--services-grid .services-grid-wrapper td.background-color-lilac {
  background: rgba(232, 213, 224, 0.5);
}
.paragraph--type--services-grid .services-grid-wrapper td.background-color-blue {
  background: rgba(221, 229, 237, 0.2);
}
.paragraph--type--services-grid .services-grid-wrapper td.background-color-orange {
  background: #fff7f5;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
  flex-direction: column;
  display: none;
  margin: 0 0 1rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--services-grid .paragraph--type--service-grid-category {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--services-grid .paragraph--type--service-grid-category {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--services-grid .paragraph--type--service-grid-category {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header {
  background: #000000;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header a {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  position: relative;
  padding: 1rem;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header a .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 32px);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header a .sign {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 0;
  line-height: 0;
  z-index: 2;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header a .sign svg {
  max-width: 1rem;
  width: 100%;
  height: auto;
  fill: #ffffff;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header a .sign.plus {
  display: block;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-header a .sign.minus {
  display: none;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-content {
  color: #000000;
  width: 100%;
  height: 0;
  opacity: 0;
  display: block;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-item {
  width: 100%;
  padding: 0.75rem 0;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-item.item-first, .paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-item.item-antepenult, .paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-item.item-penultimate, .paragraph--type--services-grid .paragraph--type--service-grid-category .service-grid-category-item.item-last {
  border-top: 0.0625rem solid #000000;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.opened .service-grid-category-header a .sign.plus {
  display: none;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.opened .service-grid-category-header a .sign.minus {
  display: block;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.opened .service-grid-category-content {
  height: auto;
  opacity: 1;
  padding: 0 1rem;
  transition: 0.25s ease-in-out;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-green .service-grid-category-header {
  background: rgba(222, 240, 228, 0.5);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-green .service-grid-category-header a {
  color: #74956c;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-green .service-grid-category-header a .sign svg {
  fill: #74956c;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.background-color-green .service-grid-category-content {
  background: rgba(222, 240, 228, 0.5);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-yellow .service-grid-category-header {
  background: rgba(240, 179, 35, 0.1);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-yellow .service-grid-category-header a {
  color: rgb(240, 179, 35);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-yellow .service-grid-category-header a .sign svg {
  fill: rgb(240, 179, 35);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.background-color-yellow .service-grid-category-content {
  background: rgba(240, 179, 35, 0.1);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-brown .service-grid-category-header {
  background: rgba(186, 88, 38, 0.1);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-brown .service-grid-category-header a {
  color: rgb(186, 88, 38);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-brown .service-grid-category-header a .sign svg {
  fill: rgb(186, 88, 38);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.background-color-brown .service-grid-category-content {
  background: rgba(186, 88, 38, 0.1);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-lilac .service-grid-category-header {
  background: rgba(232, 213, 224, 0.5);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-lilac .service-grid-category-header a {
  color: #a35585;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-lilac .service-grid-category-header a .sign svg {
  fill: #a35585;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.background-color-lilac .service-grid-category-content {
  background: rgba(232, 213, 224, 0.5);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-blue .service-grid-category-header {
  background: rgba(221, 229, 237, 0.2);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-blue .service-grid-category-header a {
  color: #89b2c4;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-blue .service-grid-category-header a .sign svg {
  fill: #89b2c4;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.background-color-blue .service-grid-category-content {
  background: rgba(221, 229, 237, 0.2);
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-orange .service-grid-category-header {
  background: #fff7f5;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-orange .service-grid-category-header a {
  color: #f87c56;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.base-color-orange .service-grid-category-header a .sign svg {
  fill: #f87c56;
}
.paragraph--type--services-grid .paragraph--type--service-grid-category.background-color-orange .service-grid-category-content {
  background: #fff7f5;
}
.paragraph--type--services-grid .field--name-field-bottom-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 68rem;
  display: block;
  width: 100%;
  margin-top: 3rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--services-grid .field--name-field-bottom-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--services-grid .field--name-field-bottom-text {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--services-grid .field--name-field-bottom-text {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
@media all and (max-width: 68.6875em) {
  .paragraph--type--services-grid .services-grid-wrapper {
    display: none;
  }
  .paragraph--type--services-grid .paragraph--type--service-grid-category {
    display: flex;
  }
}

/* End of Services grid */
.paragraph--type--video .embedded-player {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: auto;
}
.paragraph--type--video .container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 96.75rem;
}
@media all and (max-width: 47.9375em) {
  .paragraph--type--video .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .paragraph--type--video .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media all and (min-width: 68.75em) {
  .paragraph--type--video .container {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }
}
.paragraph--type--video.paragraph--layout-full-width .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}

@media all and (max-width: 47.9375em) {
  .node-content > .field--name-field-content .paragraph > .container > .text-formatted:first-child, .node-content > .field--name-field-content .paragraph > .container > .title:first-child {
    margin-top: -0.3125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node-content > .field--name-field-content .paragraph > .container > .text-formatted:first-child, .node-content > .field--name-field-content .paragraph > .container > .title:first-child {
    margin-top: -0.625rem;
  }
}
@media all and (min-width: 68.75em) {
  .node-content > .field--name-field-content .paragraph > .container > .text-formatted:first-child, .node-content > .field--name-field-content .paragraph > .container > .title:first-child {
    margin-top: -0.625rem;
  }
}
@media all and (max-width: 47.9375em) {
  .node-content > .field--name-field-content .paragraph > .maps-wrapper > .container:first-child {
    margin-top: -0.3125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node-content > .field--name-field-content .paragraph > .maps-wrapper > .container:first-child {
    margin-top: -0.625rem;
  }
}
@media all and (min-width: 68.75em) {
  .node-content > .field--name-field-content .paragraph > .maps-wrapper > .container:first-child {
    margin-top: -0.9375rem;
  }
}

@media all and (max-width: 47.9375em) {
  .node-content > .field--name-body + .field--name-field-content > .paragraph--first > .paragraph--type--text {
    margin-top: -2.8125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  .node-content > .field--name-body + .field--name-field-content > .paragraph--first > .paragraph--type--text {
    margin-top: -4.0625rem;
  }
}
@media all and (min-width: 68.75em) {
  .node-content > .field--name-body + .field--name-field-content > .paragraph--first > .paragraph--type--text {
    margin-top: -7.8125rem;
  }
}

@media all and (max-width: 47.9375em) {
  #block-booking-form {
    margin-top: -2.8125rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  #block-booking-form {
    margin-top: -4.0625rem;
  }
}
@media all and (min-width: 68.75em) {
  #block-booking-form {
    margin-top: -7.8125rem;
  }
}

iframe {
  border: none;
  display: block;
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 47.9375em) {
  iframe {
    margin-bottom: 3.75rem;
  }
}
@media all and (min-width: 48em) and (max-width: 68.6875em) {
  iframe {
    margin-bottom: 4.375rem;
  }
}
@media all and (min-width: 68.75em) {
  iframe {
    margin-bottom: 7.5rem;
  }
}
iframe.contact {
  margin-bottom: 0;
}

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