@charset "UTF-8";
/*
 * Interpolate
 */
/*

1800px 520px

$max-screen - $min-screen

1280 = 100%



100px 0px

$max-value - $min-value

100px = te verspreiden over 100%


vw

a = $max-screen - $min-screen 
b = vw - $min-screen 

(1vw - $min-screen)  / ($max-screen - $min-screen) * ($max-value - $min-value) + $min-value
*/
@import "../plugins/flickity/flickity.css";
@import "../plugins/fancybox/dist/jquery.fancybox.min.css";
body, form, fieldset, ol, ul, dl, li, dt, dd, td, th, tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, .quote .contentblock-text > p, address, article, footer, nav, section, dialog, aside, header {
  margin: 0;
  padding: 0;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
}

ol, ul {
  list-style: none;
}

img, fieldset {
  border: none;
}

input, .input, select, textarea, legend, fieldset {
  font-size: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after,
blockquote:before,
.quote .contentblock-text > p:before, blockquote:after, .quote .contentblock-text > p:after {
  content: "";
}

sup, sub {
  line-height: 0.5em;
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

*, ::after, ::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.menu-language ul li em:after,
a.googlemapslink,
h1 a.title-link:after,
h2 a.title-link:after,
h3 a.title-link:after,
h4 a.title-link:after,
h5 a.title-link:after,
h6 a.title-link:after,
a.subtitle-action:after,
a.arrowlink:before,
span.arrowlink:before,
.far,
.fal,
.fab,
a.wazelink {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.menu-language ul li em:after, h1 a.title-link:after, h2 a.title-link:after, h3 a.title-link:after, h4 a.title-link:after, h5 a.title-link:after, h6 a.title-link:after, a.subtitle-action:after, a.arrowlink:before,
span.arrowlink:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.menu-language ul li em.fa-pull-left:after,
a.fa-pull-left.googlemapslink,
h1 a.fa-pull-left.title-link:after,
h2 a.fa-pull-left.title-link:after,
h3 a.fa-pull-left.title-link:after,
h4 a.fa-pull-left.title-link:after,
h5 a.fa-pull-left.title-link:after,
h6 a.fa-pull-left.title-link:after,
a.fa-pull-left.subtitle-action:after,
a.fa-pull-left.arrowlink:before,
span.fa-pull-left.arrowlink:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left,
a.fa-pull-left.wazelink {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.menu-language ul li em.fa-pull-right:after,
a.fa-pull-right.googlemapslink,
h1 a.fa-pull-right.title-link:after,
h2 a.fa-pull-right.title-link:after,
h3 a.fa-pull-right.title-link:after,
h4 a.fa-pull-right.title-link:after,
h5 a.fa-pull-right.title-link:after,
h6 a.fa-pull-right.title-link:after,
a.fa-pull-right.subtitle-action:after,
a.fa-pull-right.arrowlink:before,
span.fa-pull-right.arrowlink:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right,
a.fa-pull-right.wazelink {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-haykal:before {
  content: "\f666";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before, a.googlemapslink:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before, a.wazelink:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../plugins/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../plugins/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../plugins/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../plugins/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../plugins/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../plugins/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.menu-language ul li em:after,
a.googlemapslink,
h1 a.title-link:after,
h2 a.title-link:after,
h3 a.title-link:after,
h4 a.title-link:after,
h5 a.title-link:after,
h6 a.title-link:after,
a.subtitle-action:after,
a.arrowlink:before,
span.arrowlink:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../plugins/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../plugins/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../plugins/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../plugins/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../plugins/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../plugins/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, a.wazelink {
  font-family: "Font Awesome 5 Brands";
}

@font-face {
  font-family: "Mayeka";
  src: url("../plugins/mayeka/webfonts/mayeka-bold-webfont.woff2") format("woff2"), url("../plugins/mayeka/webfonts/mayeka-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  height: 100%;
  font-family: "Montserrat", Times, "Times New Roman";
  font-weight: 400;
  line-height: 180%;
  color: rgba(65, 75, 59, 0.6);
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background-color: #FEF8F3;
  min-width: 100%;
  overflow-x: hidden;
}
body {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: calc(0.2083333333vw + 0.9166666667rem);
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1rem;
  }
}
body.no-scroll {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
}
@media (max-width: 900px) {
  body.respmenu-active {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
}

/*
@include media-query(xl, min) {
	html {
		font-size: 18px;
	}
}
*/
img {
  vertical-align: middle;
  border: none;
  -ms-interpolation-mode: bicubic;
}

hr {
  display: block;
  height: 1px;
  color: transparent;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(49, 49, 49, 0.5);
  padding: 40px 0 0 0;
  margin: 0 0 40px 0;
  clear: both;
}
hr.invisible {
  background-color: transparent;
  border-color: transparent;
  padding: 0 0;
  margin: 0 0;
}
hr.spacer, hr.spacer-small, hr.spacer-xl {
  background-color: transparent;
  border-color: transparent;
  padding: 0 0;
  margin: 0 0;
}
hr.spacer, hr.spacer-small, hr.spacer-xl {
  padding-top: 40px;
}
@media screen and (max-width: 1600px) {
  hr.spacer, hr.spacer-small, hr.spacer-xl {
    padding-top: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  hr.spacer, hr.spacer-small, hr.spacer-xl {
    padding-top: 20px;
  }
}
hr.spacer-small {
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  hr.spacer-small {
    padding-top: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  hr.spacer-small {
    padding-top: 10px;
  }
}
hr.spacer-xl {
  padding-top: 60px;
}
@media screen and (max-width: 1600px) {
  hr.spacer-xl {
    padding-top: calc(4.1666666667vw - 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  hr.spacer-xl {
    padding-top: 20px;
  }
}
hr.small {
  padding: 0 0;
  margin: 0 0;
}
hr.reducer, hr.reducer-small, hr.reducer-xl {
  background-color: transparent;
  border-color: transparent;
  padding: 0 0;
  margin: 0 0;
}
hr.reducer, hr.reducer-small, hr.reducer-xl {
  margin-top: -30px;
}
@media screen and (max-width: 1600px) {
  hr.reducer, hr.reducer-small, hr.reducer-xl {
    margin-top: calc(-3.125vw + 20px);
  }
}
@media screen and (max-width: 640px) {
  hr.reducer, hr.reducer-small, hr.reducer-xl {
    margin-top: 0px;
  }
}
hr.reducer-small {
  margin-top: -20px;
}
@media screen and (max-width: 1600px) {
  hr.reducer-small {
    margin-top: calc(-2.0833333333vw + 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  hr.reducer-small {
    margin-top: 0px;
  }
}
hr.reducer-xl {
  margin: 0 0;
}
hr.reducer-xl {
  margin-top: -100px;
}
@media screen and (max-width: 1600px) {
  hr.reducer-xl {
    margin-top: calc(-10.4166666667vw + 66.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  hr.reducer-xl {
    margin-top: 0px;
  }
}

[class*=col-] hr.reducer-xl {
  margin-top: -75px;
}
@media screen and (max-width: 1600px) {
  [class*=col-] hr.reducer-xl {
    margin-top: calc(-3.90625vw - 12.5px);
  }
}
@media screen and (max-width: 640px) {
  [class*=col-] hr.reducer-xl {
    margin-top: -37.5px;
  }
}

.goleft {
  float: left;
}

.goright {
  float: right;
}

.hide {
  display: none !important;
}

.phone-only {
  display: none !important;
}
@media (max-width: 640px) {
  .phone-only {
    display: inherit !important;
  }
}

html body .resp-only {
  display: none !important;
}
@media (max-width: 900px) {
  html body .resp-only {
    display: inherit !important;
  }
}

@media (max-width: 900px) {
  html body .resp-no {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .phone-no {
    display: none !important;
  }
}
@media (max-width: 1600px) {
  .hide-xl {
    display: none;
  }
}
.show-xl {
  display: none;
}

@media (max-width: 1600px) {
  .show-xl {
    display: inherit;
  }
}
@media (max-width: 1080px) {
  .hide-lg {
    display: none;
  }
}
.show-lg {
  display: none;
}

@media (max-width: 1080px) {
  .show-lg {
    display: inherit;
  }
}
@media (max-width: 900px) {
  .hide-md {
    display: none;
  }
}
.show-md {
  display: none;
}

@media (max-width: 900px) {
  .show-md {
    display: inherit;
  }
}
@media (max-width: 768px) {
  .hide-ms {
    display: none;
  }
}
.show-ms {
  display: none;
}

@media (max-width: 768px) {
  .show-ms {
    display: inherit;
  }
}
@media (max-width: 640px) {
  .hide-sm {
    display: none;
  }
}
.show-sm {
  display: none;
}

@media (max-width: 640px) {
  .show-sm {
    display: inherit;
  }
}
@media (max-width: 520px) {
  .hide-xs {
    display: none;
  }
}
.show-xs {
  display: none;
}

@media (max-width: 520px) {
  .show-xs {
    display: inherit;
  }
}
.bg-primary {
  background-color: #414B3B;
}

.bg-secondary {
  background-color: #FCFFDE;
}

.bg-success {
  background-color: #FCFFDE;
}

.bg-info {
  background-color: #814E3D;
}

.bg-warning {
  background-color: #D8C252;
}

.bg-danger {
  background-color: #F07373;
}

.bg-light {
  background-color: #FEF8F3;
}

.bg-dusk {
  background-color: #E8D8C7;
}

.bg-dark {
  background-color: #000;
}

.jumpout {
  margin-left: -30px;
  margin-right: -30px;
}
@media screen and (max-width: 1600px) {
  .jumpout {
    margin-left: calc(-3.125vw + 20px);
    margin-right: calc(-3.125vw + 20px);
  }
}
@media screen and (max-width: 640px) {
  .jumpout {
    margin-left: 0;
    margin-right: 0;
  }
}

.menu-language ul li a:after, a strong:after, .subtitle a:after, .text-xl a:after,
.text-lg a:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  right: 50%;
  height: 1px;
  opacity: 0;
  border-radius: 10px;
  background-color: currentColor;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

a strong:after, .subtitle a:after {
  left: 0px !important;
  right: 0px !important;
  opacity: 1;
}

.menu-language ul li a:hover:after {
  left: 20% !important;
  right: 20% !important;
  opacity: 1;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

p {
  position: relative;
  padding: 0 0;
  margin-top: 0px;
  margin-bottom: 1.25rem;
  line-height: 160%;
  word-break: break-word;
  overflow: hidden;
}

p.inlineblocks {
  display: inline-block;
  padding-right: 10%;
}
@media (max-width: 900px) {
  p.inlineblocks {
    display: block;
  }
}

em {
  padding: 0px;
  margin: 0px;
}

strong, b {
  font-weight: 700;
  color: inherit;
}

sup {
  font-size: 70%;
}

address {
  font-style: normal;
}

ul {
  list-style-type: disc;
  padding: 1.25rem 0 1.6rem 1.6rem;
  overflow: hidden;
}

ol {
  list-style-type: decimal;
  padding: 1.25rem 0 1.6rem 1.6rem;
  overflow: hidden;
}

ul li, ol li {
  padding: 0 0 0.625rem 0;
}

ul li ul {
  padding: 0.8rem 0 0 1.6rem;
}

ul.arrowlist {
  padding-left: 0px;
}
ul.arrowlist li {
  list-style-type: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!--  --%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 448 436.7' style='enable-background:new 0 0 448 436.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23636363;} %3C/style%3E%3Cpath class='st0' d='M190.5,29.2L212.7,7c9.4-9.4,24.6-9.4,33.9,0L441,201.3c9.4,9.4,9.4,24.6,0,33.9L246.6,429.6 c-9.4,9.4-24.6,9.4-33.9,0l-22.2-22.2c-9.5-9.5-9.3-25,0.4-34.3l120.5-114.8H24c-13.3,0-24-10.7-24-24v-32c0-13.3,10.7-24,24-24 h287.4L190.9,63.5C181.1,54.2,180.9,38.7,190.5,29.2z'/%3E%3C/svg%3E");
  background-position: 0px 8px;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  padding-left: 1.6rem;
}

ul.checklist {
  padding-left: 0px;
  padding-top: 10px;
}
ul.checklist.checklist-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 640px) {
  ul.checklist.checklist-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
ul.checklist li {
  position: relative;
  list-style-type: none;
  padding-left: 1.6rem;
}
ul.checklist li:before {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  padding-right: 10px;
  color: #414B3B;
}

ul.propertylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 15px 0 25px;
}
ul.propertylist li {
  height: 50%;
}
ul.propertylist li:nth-child(odd) {
  font-size: 14px;
}
ul.propertylist li:nth-child(even) {
  font-weight: 700;
}
ul.propertylist li:nth-child(even) a {
  font-weight: 700;
}
ul.propertylist li:not(:nth-last-child(-n+2)) {
  padding-right: 1em;
}

ul.pluslist, .project-cover .project-cover-content ul {
  padding-left: 0px;
}
ul.pluslist.pluslist-column, .project-cover .project-cover-content ul.pluslist-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 900px) {
  ul.pluslist.pluslist-column, .project-cover .project-cover-content ul.pluslist-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
ul.pluslist li, .project-cover .project-cover-content ul li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 1.92rem;
  margin-bottom: 10px;
}
ul.pluslist li:before, .project-cover .project-cover-content ul li:before {
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  content: "+";
  font-size: 0.8125rem;
  vertical-align: 0;
  font-weight: 400;
  color: inherit;
}

ul.icon-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.icon-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.4rem;
  padding-bottom: 15px;
}
ul.icon-list li i {
  position: absolute;
  display: block;
  left: 0px;
  top: 4px;
  padding-right: 10px;
  opacity: 0.5;
}

ul.list-clean {
  list-style-type: none;
  padding-left: 0;
}

ul.trianglelist {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.trianglelist {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  ul.trianglelist {
    margin-top: calc(2.0833333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  ul.trianglelist {
    margin-top: 30px;
  }
}
ul.trianglelist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-bottom: 0;
}
ul.trianglelist li:before {
  content: "";
  width: 6px;
  height: 7px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-right: 8px;
  translate: 0 -0.2em;
}

ul.linklist {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.linklist:not(:first-child) {
  margin-top: 50px;
}
ul.linklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
}
ul.linklist li a {
  padding: 0.875em 1.25em;
  background: #F0EEE6;
  text-decoration: none;
  width: 100%;
  font-weight: 600;
  color: #414B3B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
ul.linklist li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: #414B3B;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  scale: 1 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition-property: scale;
  transition-property: scale;
}
ul.linklist li a:after {
  content: "";
  width: 24px;
  height: 15px;
  background-image: url(assets/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
ul.linklist li a:hover:before, ul.linklist li a:focus:before, ul.linklist li a:active:before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
  scale: 1 1;
}

ul.double-column {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 640px) {
  ul.double-column {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}

.txtcenter,
.centered {
  text-align: center;
}
@media (max-width: 640px) {
  .txtcenter,
  .centered {
    text-align: left;
  }
}

.txtleft {
  text-align: left;
}

.txtright {
  text-align: right;
}

blockquote, .quote .contentblock-text > p {
  position: relative;
  color: rgba(65, 75, 59, 0.6);
  padding: 40px 0 5px 9%;
  line-height: 1.25em;
  font-family: "Montserrat", Times, "Times New Roman";
  font-size: 1.6875rem;
  /*
  &:before,
  &:after {
  	display: block;
  	position: absolute;
  	content: '';
  	left: -5%;
  	width: 10%;
  	height: 1px;
  	background-color: $primary;
  }

  &:after {
  	bottom: 0px;

  }
  */
}
blockquote p:last-child, .quote .contentblock-text > p p:last-child,
blockquote ul:last-child,
.quote .contentblock-text > p ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
blockquote p:last-child .btn:last-child, .quote .contentblock-text > p p:last-child .btn:last-child,
blockquote ul:last-child .btn:last-child,
.quote .contentblock-text > p ul:last-child .btn:last-child {
  margin-bottom: 0px;
}
blockquote a, .quote .contentblock-text > p a {
  text-decoration: none !important;
}
blockquote:before, .quote .contentblock-text > p:before {
  content: "“";
  font-family: "Montserrat", Times, "Times New Roman";
  font-size: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 100%;
}
@media (max-width: 900px) {
  blockquote, .quote .contentblock-text > p {
    margin-top: 20px;
  }
}

.columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .columns {
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-bottom: 0px;
  }
}

.error {
  border-color: #F07373;
  color: #F07373;
}

.infotext {
  color: #C8C4C1;
  font-weight: normal;
  font-size: 0.8125rem;
}

.muted {
  color: #AFAFAF;
}

.text-disabled {
  opacity: 0.3;
}

.text-xl,
.text-lg {
  font-weight: 300;
  line-height: 1.25em;
}
.text-xl,
.text-lg {
  font-size: 3.75rem;
}
@media screen and (max-width: 1600px) {
  .text-xl,
  .text-lg {
    font-size: calc(2.9166666667vw + 0.8333333333rem);
  }
}
@media screen and (max-width: 640px) {
  .text-xl,
  .text-lg {
    font-size: 2rem;
  }
}
.text-xl a,
.text-lg a {
  position: relative;
  display: inline-block;
  font-weight: inherit;
  text-decoration: none;
}
.text-xl a:hover, .text-xl a:focus, .text-xl a:active,
.text-lg a:hover,
.text-lg a:focus,
.text-lg a:active {
  text-decoration: none;
}
.text-xl a:hover:after, .text-xl a:focus:after, .text-xl a:active:after,
.text-lg a:hover:after,
.text-lg a:focus:after,
.text-lg a:active:after {
  left: 0px;
  right: 0px;
  opacity: 1;
}
@media (max-width: 640px) {
  .text-xl a:hover, .text-xl a:focus, .text-xl a:active,
  .text-lg a:hover,
  .text-lg a:focus,
  .text-lg a:active {
    text-decoration: underline;
  }
}

.text-lg {
  font-size: 3.75rem;
}
@media screen and (max-width: 1600px) {
  .text-lg {
    font-size: calc(1.5625vw + 2.1875rem);
  }
}
@media screen and (max-width: 640px) {
  .text-lg {
    font-size: 2.8125rem;
  }
}

.text-sm {
  font-size: 0.8125rem;
}

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

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

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

.text-primary {
  color: #414B3B;
}

.text-secondary {
  color: #FCFFDE;
}

.text-success {
  color: #FCFFDE;
}

.text-info {
  color: #814E3D;
}

.text-warning {
  color: #D8C252;
}

.text-danger {
  color: #F07373;
}

.text-light {
  color: #FEF8F3;
}

.text-dusk {
  color: #E8D8C7;
}

.text-dark {
  color: #000;
}

.text-blue {
  color: #199CD8;
}

.text-indigo {
  color: #6610f2;
}

.text-purple {
  color: #85004D;
}

.text-pink {
  color: #F8AAB4;
}

.text-red {
  color: #F07373;
}

.text-orange {
  color: #D77000;
}

.text-yellow {
  color: #D8C252;
}

.text-green {
  color: #FCFFDE;
}

.text-green-dark {
  color: #414B3B;
}

.text-teal {
  color: #20c997;
}

.text-cyan {
  color: #17a2b8;
}

.text-oker {
  color: #c3996d;
}

.text-brown {
  color: #814E3D;
}

.text-white {
  color: #fff;
}

.text-gray {
  color: #7F7A72;
}

.text-gray-dark {
  color: #2A2A2A;
}

.introtext {
  color: #000;
  margin-bottom: 1.5rem;
  font-weight: 400;
}
.introtext {
  font-size: 1.74375rem;
}
@media screen and (max-width: 1600px) {
  .introtext {
    font-size: calc(1.03125vw + 0.7125rem);
  }
}
@media screen and (max-width: 640px) {
  .introtext {
    font-size: 1.125rem;
  }
}

.text-spacer {
  color: transparent;
  display: inline-block;
  padding: 0 5px;
}

a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 400;
}
a:hover, a:focus, a:active {
  color: #414B3B;
  text-decoration: underline;
}

a.golink,
span.golink,
input[type=submit].golink,
[type=submit].golink.input,
button.golink,
a.backlink,
span.backlink,
input[type=submit].backlink,
[type=submit].backlink.input,
button.backlink,
a.downlink,
span.downlink,
input[type=submit].downlink,
[type=submit].downlink.input,
button.downlink,
a.uplink,
span.uplink,
input[type=submit].uplink,
[type=submit].uplink.input,
button.uplink {
  position: relative;
  display: inline-block;
  margin: 0 0 0 0;
  text-decoration: none;
}
a.golink:before,
span.golink:before,
input[type=submit].golink:before,
[type=submit].golink.input:before,
button.golink:before,
a.backlink:before,
span.backlink:before,
input[type=submit].backlink:before,
[type=submit].backlink.input:before,
button.backlink:before,
a.downlink:before,
span.downlink:before,
input[type=submit].downlink:before,
[type=submit].downlink.input:before,
button.downlink:before,
a.uplink:before,
span.uplink:before,
input[type=submit].uplink:before,
[type=submit].uplink.input:before,
button.uplink:before {
  position: relative;
  display: inline-block;
  content: "";
  margin-left: 15px;
  padding: 12px 15px 0 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cpath d='M10.1,0.6L9.5,1.4l3.8,3.2H0.7v1h12.7L9.5,8.9l0.6,0.7l5.4-4.5L10.1,0.6z'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  outline: 1px;
  -webkit-transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
a.golink:after,
span.golink:after,
input[type=submit].golink:after,
[type=submit].golink.input:after,
button.golink:after,
a.backlink:after,
span.backlink:after,
input[type=submit].backlink:after,
[type=submit].backlink.input:after,
button.backlink:after,
a.downlink:after,
span.downlink:after,
input[type=submit].downlink:after,
[type=submit].downlink.input:after,
button.downlink:after,
a.uplink:after,
span.uplink:after,
input[type=submit].uplink:after,
[type=submit].uplink.input:after,
button.uplink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
a.golink:hover:before, a.golink:focus:before, a.golink:active:before,
span.golink:hover:before,
span.golink:focus:before,
span.golink:active:before,
input[type=submit].golink:hover:before,
[type=submit].golink.input:hover:before,
input[type=submit].golink:focus:before,
[type=submit].golink.input:focus:before,
input[type=submit].golink:active:before,
[type=submit].golink.input:active:before,
button.golink:hover:before,
button.golink:focus:before,
button.golink:active:before,
a.backlink:hover:before,
a.backlink:focus:before,
a.backlink:active:before,
span.backlink:hover:before,
span.backlink:focus:before,
span.backlink:active:before,
input[type=submit].backlink:hover:before,
[type=submit].backlink.input:hover:before,
input[type=submit].backlink:focus:before,
[type=submit].backlink.input:focus:before,
input[type=submit].backlink:active:before,
[type=submit].backlink.input:active:before,
button.backlink:hover:before,
button.backlink:focus:before,
button.backlink:active:before,
a.downlink:hover:before,
a.downlink:focus:before,
a.downlink:active:before,
span.downlink:hover:before,
span.downlink:focus:before,
span.downlink:active:before,
input[type=submit].downlink:hover:before,
[type=submit].downlink.input:hover:before,
input[type=submit].downlink:focus:before,
[type=submit].downlink.input:focus:before,
input[type=submit].downlink:active:before,
[type=submit].downlink.input:active:before,
button.downlink:hover:before,
button.downlink:focus:before,
button.downlink:active:before,
a.uplink:hover:before,
a.uplink:focus:before,
a.uplink:active:before,
span.uplink:hover:before,
span.uplink:focus:before,
span.uplink:active:before,
input[type=submit].uplink:hover:before,
[type=submit].uplink.input:hover:before,
input[type=submit].uplink:focus:before,
[type=submit].uplink.input:focus:before,
input[type=submit].uplink:active:before,
[type=submit].uplink.input:active:before,
button.uplink:hover:before,
button.uplink:focus:before,
button.uplink:active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
a.golink:hover:after, a.golink:focus:after, a.golink:active:after,
span.golink:hover:after,
span.golink:focus:after,
span.golink:active:after,
input[type=submit].golink:hover:after,
[type=submit].golink.input:hover:after,
input[type=submit].golink:focus:after,
[type=submit].golink.input:focus:after,
input[type=submit].golink:active:after,
[type=submit].golink.input:active:after,
button.golink:hover:after,
button.golink:focus:after,
button.golink:active:after,
a.backlink:hover:after,
a.backlink:focus:after,
a.backlink:active:after,
span.backlink:hover:after,
span.backlink:focus:after,
span.backlink:active:after,
input[type=submit].backlink:hover:after,
[type=submit].backlink.input:hover:after,
input[type=submit].backlink:focus:after,
[type=submit].backlink.input:focus:after,
input[type=submit].backlink:active:after,
[type=submit].backlink.input:active:after,
button.backlink:hover:after,
button.backlink:focus:after,
button.backlink:active:after,
a.downlink:hover:after,
a.downlink:focus:after,
a.downlink:active:after,
span.downlink:hover:after,
span.downlink:focus:after,
span.downlink:active:after,
input[type=submit].downlink:hover:after,
[type=submit].downlink.input:hover:after,
input[type=submit].downlink:focus:after,
[type=submit].downlink.input:focus:after,
input[type=submit].downlink:active:after,
[type=submit].downlink.input:active:after,
button.downlink:hover:after,
button.downlink:focus:after,
button.downlink:active:after,
a.uplink:hover:after,
a.uplink:focus:after,
a.uplink:active:after,
span.uplink:hover:after,
span.uplink:focus:after,
span.uplink:active:after,
input[type=submit].uplink:hover:after,
[type=submit].uplink.input:hover:after,
input[type=submit].uplink:focus:after,
[type=submit].uplink.input:focus:after,
input[type=submit].uplink:active:after,
[type=submit].uplink.input:active:after,
button.uplink:hover:after,
button.uplink:focus:after,
button.uplink:active:after {
  width: 100%;
}

a.backlink:before,
span.backlink:before,
input[type=submit].backlink:before,
[type=submit].backlink.input:before,
button.backlink:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cpath d='M6.1,9.6l0.6-0.8L2.9,5.6h12.6v-1H2.8l3.9-3.3L6.1,0.6L0.7,5.1L6.1,9.6z'/%3E%3C/svg%3E%0A");
  margin: 0 15px 0 0;
}

a.downlink:before,
span.downlink:before,
input[type=submit].downlink:before,
[type=submit].downlink.input:before,
button.downlink:before {
  content: "\f107";
}

a.uplink:before,
span.uplink:before,
input[type=submit].uplink:before,
[type=submit].uplink.input:before,
button.uplink:before {
  content: "\f106";
}

a.golink.large,
span.golink.large,
input[type=submit].golink.large,
[type=submit].golink.large.input,
button.golink.large {
  font-weight: 700;
  font-size: 1rem;
  color: #000;
}
@media (max-width: 640px) {
  a.golink.large,
  span.golink.large,
  input[type=submit].golink.large,
  [type=submit].golink.large.input,
  button.golink.large {
    font-size: 15px;
  }
}
a.golink.large:hover, a.golink.large:focus, a.golink.large:active,
span.golink.large:hover,
span.golink.large:focus,
span.golink.large:active,
input[type=submit].golink.large:hover,
[type=submit].golink.large.input:hover,
input[type=submit].golink.large:focus,
[type=submit].golink.large.input:focus,
input[type=submit].golink.large:active,
[type=submit].golink.large.input:active,
button.golink.large:hover,
button.golink.large:focus,
button.golink.large:active {
  color: #414B3B;
}
a.golink.large:before,
span.golink.large:before,
input[type=submit].golink.large:before,
[type=submit].golink.large.input:before,
button.golink.large:before {
  padding: 30px 30px 0 0;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cpath d='M10.1,0.6L9.5,1.4l3.8,3.2H0.7v1h12.7L9.5,8.9l0.6,0.7l5.4-4.5L10.1,0.6z'/%3E%3C/svg%3E%0A");
  background-color: #111110;
  border-radius: 50%;
  vertical-align: -10px;
  -webkit-transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), background-color 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: background-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), background-color 0.2s ease-out;
  transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), background-color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
}
@media (max-width: 640px) {
  a.golink.large:before,
  span.golink.large:before,
  input[type=submit].golink.large:before,
  [type=submit].golink.large.input:before,
  button.golink.large:before {
    padding: 24px 24px 0 0;
    background-size: 12px 12px;
    vertical-align: -8px;
  }
}
a.golink.large:before:hover, a.golink.large:before:focus, a.golink.large:before:active,
span.golink.large:before:hover,
span.golink.large:before:focus,
span.golink.large:before:active,
input[type=submit].golink.large:before:hover,
[type=submit].golink.large.input:before:hover,
input[type=submit].golink.large:before:focus,
[type=submit].golink.large.input:before:focus,
input[type=submit].golink.large:before:active,
[type=submit].golink.large.input:before:active,
button.golink.large:before:hover,
button.golink.large:before:focus,
button.golink.large:before:active {
  background-color: #414B3B;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}

a.arrowlink,
span.arrowlink {
  display: inline-block;
  padding-top: 10px;
  text-decoration: none;
  font-weight: 700;
  color: inherit;
}
a.arrowlink:before,
span.arrowlink:before {
  display: inline-block;
  content: "\f061";
  vertical-align: 0;
  padding: 0 20px 0 0px;
  font-weight: 400;
  color: inherit;
  -webkit-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
a.arrowlink:hover:before, a.arrowlink:focus:before, a.arrowlink:active:before,
span.arrowlink:hover:before,
span.arrowlink:focus:before,
span.arrowlink:active:before {
  padding: 0 12px 0 8px;
  -webkit-transition: padding 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: padding 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
}

a:hover span.arrowlink:before {
  padding: 0 12px 0 8px;
  -webkit-transition: padding 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: padding 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
}

a.goback {
  display: inline-block;
  position: relative;
  text-decoration: none;
  margin-bottom: 20px;
}
a.goback svg {
  display: inline-block;
  width: 14px;
  height: 8px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin: 0 15px 0px 0px;
  padding: 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a.goback:hover svg, a.goback:focus svg, a.goback:active svg {
  -webkit-transform: scaleX(-1) translateX(-100%);
          transform: scaleX(-1) translateX(-100%);
}

span.subtitle-action,
a.subtitle-action {
  display: block;
  color: #000;
  text-decoration: none;
  margin-top: -1.25rem;
}
span.subtitle-action,
a.subtitle-action {
  margin-bottom: 26px;
}
@media screen and (max-width: 1600px) {
  span.subtitle-action,
  a.subtitle-action {
    margin-bottom: calc(1.3541666667vw + 4.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  span.subtitle-action,
  a.subtitle-action {
    margin-bottom: 13px;
  }
}

a.subtitle-action:after {
  display: inline-block;
  content: "\f107";
  font-size: 0.8125rem;
  vertical-align: 0;
  padding: 0 0 0 0.40625rem;
  font-weight: 400;
  opacity: 0.9;
  color: inherit;
}
a.subtitle-action:hover, a.subtitle-action:focus, a.subtitle-action:active {
  text-decoration: underline;
}

span.subtitle-action i {
  padding-right: 0.40625rem;
}

@media (min-width: 1080px) {
  p.breakouttext {
    display: block;
    overflow: visible;
    margin: 0 0;
    height: 0px;
    -webkit-transform: translateY(-1.25rem);
            transform: translateY(-1.25rem);
  }
  p.breakouttext a {
    display: block;
    position: absolute;
    left: calc(100% + 10px);
    bottom: 0px;
    width: auto;
    width: 25%;
  }
  .introtext + p.breakouttext {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
}
a.arrowiconlink,
span.arrowiconlink {
  display: inline-block;
  color: transparent;
  overflow: hidden;
  margin: 0 0;
  padding: 0 30px 0 0;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cpath d='M10.1,0.6L9.5,1.4l3.8,3.2H0.7v1h12.7L9.5,8.9l0.6,0.7l5.4-4.5L10.1,0.6z'/%3E%3C/svg%3E%0A");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  cursor: pointer;
  -webkit-transition: color 0.1s ease-in-out, background-position 0.15s ease-in-out 0.1s;
  transition: color 0.1s ease-in-out, background-position 0.15s ease-in-out 0.1s;
  font-weight: 400;
  text-decoration: none;
}
a.arrowiconlink:hover, a.arrowiconlink:focus, a.arrowiconlink:active,
span.arrowiconlink:hover,
span.arrowiconlink:focus,
span.arrowiconlink:active {
  width: auto;
  color: inherit;
  background-position: right center;
  -webkit-transition: color 0.15s ease-in-out 0.1s, background-position 0.15s ease-in-out;
  transition: color 0.15s ease-in-out 0.1s, background-position 0.15s ease-in-out;
}

a.arrowtextlink {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: inherit;
}
a.arrowtextlink {
  margin-top: 15px;
}
@media screen and (max-width: 1600px) {
  a.arrowtextlink {
    margin-top: calc(0.78125vw + 2.5px);
  }
}
@media screen and (max-width: 640px) {
  a.arrowtextlink {
    margin-top: 7.5px;
  }
}
a.arrowtextlink:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
a.arrowtextlink:after {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 9px;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cpath d='M10.1,0.6L9.5,1.4l3.8,3.2H0.7v1h12.7L9.5,8.9l0.6,0.7l5.4-4.5L10.1,0.6z'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a.arrowtextlink:hover:before, a.arrowtextlink:focus:before, a.arrowtextlink:active:before {
  width: 100%;
}
a.arrowtextlink:hover:after, a.arrowtextlink:focus:after, a.arrowtextlink:active:after {
  width: 34px;
  margin-right: 0px;
}

h1, h2, h3, h4, h5, h6 {
  display: block;
  color: #414B3B;
  font-weight: 600;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  line-height: 1.25;
}
h1 .muted, h2 .muted, h3 .muted, h4 .muted, h5 .muted, h6 .muted {
  font-weight: 400;
  font-size: 80%;
  display: inline-block;
  padding-left: 10px;
}
@media (max-width: 640px) {
  h1 .muted, h2 .muted, h3 .muted, h4 .muted, h5 .muted, h6 .muted {
    display: block;
    padding-left: 0px;
  }
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
}
h1 a.title-link, h2 a.title-link, h3 a.title-link, h4 a.title-link, h5 a.title-link, h6 a.title-link {
  text-decoration: none;
  color: inherit;
  font-size: 0.9375rem;
  padding-left: 10px;
  font-weight: 400;
}
h1 a.title-link:after, h2 a.title-link:after, h3 a.title-link:after, h4 a.title-link:after, h5 a.title-link:after, h6 a.title-link:after {
  display: inline-block;
  content: "\f054";
  font-size: 0.625rem;
  font-weight: 400;
  color: inherit;
  padding: 0 0 0 10px;
  vertical-align: 2px;
}
@media (max-width: 640px) {
  h1 a.title-link, h2 a.title-link, h3 a.title-link, h4 a.title-link, h5 a.title-link, h6 a.title-link {
    display: block;
    padding-left: 0px;
  }
}
h1.text-right, h2.text-right, h3.text-right, h4.text-right, h5.text-right, h6.text-right {
  max-width: 100%;
}

h1 {
  padding: 0 0;
  padding-bottom: 20px;
}
h1 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1600px) {
  h1 {
    font-size: calc(1.5104166667vw + 0.9895833333rem);
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.59375rem;
  }
}
h1:last-child {
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  h1 br {
    display: none;
  }
}

h2 {
  padding: 1.1875rem 0 1.9rem 0;
  padding-bottom: 30px;
}
h2 {
  font-size: 2.375rem;
}
@media screen and (max-width: 1600px) {
  h2 {
    font-size: calc(0.9302083333vw + 1.4447916667rem);
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 1.816875rem;
  }
}
h2:first-child {
  padding-top: 0px;
}
h2:last-child {
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  h2 br {
    display: none;
  }
}

h3 {
  padding: 1rem 0 1.6rem 0;
  padding-bottom: 20px;
}
h3 {
  font-size: 2rem;
}
@media screen and (max-width: 1600px) {
  h3 {
    font-size: calc(0.5vw + 1.5rem);
  }
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 1.7rem;
  }
}
h3 em {
  font-style: normal;
  font-size: 70%;
  opacity: 0.3;
  padding-left: 5px;
}
h3:first-child {
  padding-top: 0px;
}
h3:last-child {
  padding-bottom: 0px;
}

h4 {
  padding: 0.84375rem 0 1.35rem 0;
}
h4 {
  font-size: 1.6875rem;
}
@media screen and (max-width: 1600px) {
  h4 {
    font-size: calc(0.140625vw + 1.546875rem);
  }
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 1.603125rem;
  }
}
h4:first-child {
  padding-top: 0px;
}
h4:last-child {
  padding-bottom: 0px;
}

h5 {
  padding: 0.625rem 0 1rem 0;
}
h5 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1600px) {
  h5 {
    font-size: calc(0.1041666667vw + 1.1458333333rem);
  }
}
@media screen and (max-width: 640px) {
  h5 {
    font-size: 1.1875rem;
  }
}
h5:first-child {
  padding-top: 0px;
}
h5:last-child {
  padding-bottom: 0px;
}

h6 {
  padding: 0 0 1.875rem 0;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
h6 {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  h6 {
    font-size: calc(0.15625vw + 0.78125rem);
  }
}
@media screen and (max-width: 640px) {
  h6 {
    font-size: 0.84375rem;
  }
}

h1 i:first-child,
h2 i:first-child,
h3 i:first-child,
h4 i:first-child,
h5 i:first-child,
h6 i:first-child {
  padding-right: 10px;
}

h1 + .subtitle {
  margin-top: -2.5rem;
}
@media screen and (max-width: 1600px) {
  h1 + .subtitle {
    margin-top: calc(-2.9166666667vw + 0.4166666667rem);
  }
}
@media screen and (max-width: 640px) {
  h1 + .subtitle {
    margin-top: -0.75rem;
  }
}

h2 + .subtitle {
  margin-top: -2.375rem;
}
@media screen and (max-width: 1600px) {
  h2 + .subtitle {
    margin-top: calc(-3.1666666667vw + 0.7916666667rem);
  }
}
@media screen and (max-width: 640px) {
  h2 + .subtitle {
    margin-top: -0.475rem;
  }
}

h3 + .subtitle {
  margin-top: -2.6rem;
}
@media screen and (max-width: 1600px) {
  h3 + .subtitle {
    margin-top: calc(-2.6666666667vw + 0.0666666667rem);
  }
}
@media screen and (max-width: 640px) {
  h3 + .subtitle {
    margin-top: -1rem;
  }
}

h4 + .subtitle {
  margin-top: -2.86875rem;
}
@media screen and (max-width: 1600px) {
  h4 + .subtitle {
    margin-top: calc(-1.96875vw - 0.9rem);
  }
}
@media screen and (max-width: 640px) {
  h4 + .subtitle {
    margin-top: -1.6875rem;
  }
}

.subtitle a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 10px;
}
.subtitle a:hover:after, .subtitle a:focus:after, .subtitle a:active:after {
  background-color: #414B3B;
}

a strong {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 0px;
}
a strong:hover:after, a strong:focus:after, a strong:active:after {
  background-color: #414B3B;
}

.title-line, .title-line-red, .title-line-green, .title-line-primary {
  display: inline !important;
  padding: 0 0;
}
.title-line:after, .title-line-red:after, .title-line-green:after, .title-line-primary:after {
  display: block;
  content: "-";
  font-size: 50%;
  color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.title-line-primary {
  -webkit-box-shadow: inset 0 -15px rgba(65, 75, 59, 0.7);
          box-shadow: inset 0 -15px rgba(65, 75, 59, 0.7);
}
@media (max-width: 900px) {
  .title-line-primary {
    -webkit-box-shadow: inset 0 -10px rgba(65, 75, 59, 0.7);
            box-shadow: inset 0 -10px rgba(65, 75, 59, 0.7);
  }
}

.title-line-green {
  -webkit-box-shadow: inset 0 -15px rgba(252, 255, 222, 0.7);
          box-shadow: inset 0 -15px rgba(252, 255, 222, 0.7);
}
@media (max-width: 900px) {
  .title-line-green {
    -webkit-box-shadow: inset 0 -10px rgba(252, 255, 222, 0.7);
            box-shadow: inset 0 -10px rgba(252, 255, 222, 0.7);
  }
}

.title-line-red {
  -webkit-box-shadow: inset 0 -15px rgba(240, 115, 115, 0.9);
          box-shadow: inset 0 -15px rgba(240, 115, 115, 0.9);
}
@media (max-width: 900px) {
  .title-line-red {
    -webkit-box-shadow: inset 0 -10px rgba(240, 115, 115, 0.9);
            box-shadow: inset 0 -10px rgba(240, 115, 115, 0.9);
  }
}

.btn {
  position: relative;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  margin: 0 0 0.9375rem 0;
  letter-spacing: 0.1em;
  padding: 0.9375rem 1.875rem;
  font-size: 0.8125rem;
  line-height: 180%;
  border-radius: 100vw;
}
.btn img {
  display: inline-block;
  height: 100%;
  width: auto;
  padding-right: 7px;
  margin-top: -5px;
}

p .btn {
  margin-top: 0.9375rem;
  margin-right: 0.9375rem;
}

.btn-primary {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #fff;
  background-color: #2e362a;
  border-color: #282e25;
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #282e25;
  border-color: #22271f;
}

.btn-secondary {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  color: #414B3B;
  background-color: #f9ffb8;
  border-color: #f7ffab;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #414B3B;
  background-color: #f7ffab;
  border-color: #f6ff9e;
}

.btn-success {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: #414B3B;
  background-color: #f9ffb8;
  border-color: #f7ffab;
}
.btn-success.disabled, .btn-success:disabled {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #414B3B;
  background-color: #f7ffab;
  border-color: #f6ff9e;
}

.btn-info {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  color: #fff;
  background-color: #673e31;
  border-color: #5e392d;
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5e392d;
  border-color: #563429;
}

.btn-warning {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  color: #fff;
  background-color: #d1b733;
  border-color: #cab02d;
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #cab02d;
  border-color: #bfa72b;
}

.btn-danger {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: #fff;
  background-color: #ec5050;
  border-color: #eb4545;
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #eb4545;
  border-color: #ea3939;
}

.btn-light {
  color: #414B3B;
  background-color: #FEF8F3;
  border-color: #FEF8F3;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  color: #414B3B;
  background-color: #fbe3d0;
  border-color: #faddc4;
}
.btn-light.disabled, .btn-light:disabled {
  color: #414B3B;
  background-color: #FEF8F3;
  border-color: #FEF8F3;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #414B3B;
  background-color: #faddc4;
  border-color: #f9d6b8;
}

.btn-dusk {
  color: #414B3B;
  background-color: #E8D8C7;
  border-color: #E8D8C7;
}
.btn-dusk:hover, .btn-dusk:focus, .btn-dusk:active {
  color: #414B3B;
  background-color: #ddc5ac;
  border-color: #d9bfa3;
}
.btn-dusk.disabled, .btn-dusk:disabled {
  color: #414B3B;
  background-color: #E8D8C7;
  border-color: #E8D8C7;
}
.btn-dusk:not(:disabled):not(.disabled):active, .btn-dusk:not(:disabled):not(.disabled).active, .show > .btn-dusk.dropdown-toggle {
  color: #414B3B;
  background-color: #d9bfa3;
  border-color: #d5b99a;
}

.btn-dark {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-blue {
  color: #fff;
  background-color: #199CD8;
  border-color: #199CD8;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
  color: #fff;
  background-color: #1583b6;
  border-color: #147baa;
}
.btn-blue.disabled, .btn-blue:disabled {
  color: #fff;
  background-color: #199CD8;
  border-color: #199CD8;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #147baa;
  border-color: #12739f;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover, .btn-indigo:focus, .btn-indigo:active {
  color: #fff;
  background-color: #560bd0;
  border-color: #510bc4;
}
.btn-indigo.disabled, .btn-indigo:disabled {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active, .show > .btn-indigo.dropdown-toggle {
  color: #fff;
  background-color: #510bc4;
  border-color: #4c0ab8;
}

.btn-purple {
  color: #fff;
  background-color: #85004D;
  border-color: #85004D;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active {
  color: #fff;
  background-color: #5f0037;
  border-color: #52002f;
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fff;
  background-color: #85004D;
  border-color: #85004D;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fff;
  background-color: #52002f;
  border-color: #450028;
}

.btn-pink {
  color: #414B3B;
  background-color: #F8AAB4;
  border-color: #F8AAB4;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active {
  color: #fff;
  background-color: #f58795;
  border-color: #f47b8a;
}
.btn-pink.disabled, .btn-pink:disabled {
  color: #414B3B;
  background-color: #F8AAB4;
  border-color: #F8AAB4;
}
.btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active, .show > .btn-pink.dropdown-toggle {
  color: #fff;
  background-color: #f47b8a;
  border-color: #f36f80;
}

.btn-red {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
  color: #fff;
  background-color: #ec5050;
  border-color: #eb4545;
}
.btn-red.disabled, .btn-red:disabled {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #eb4545;
  border-color: #ea3939;
}

.btn-orange {
  color: #fff;
  background-color: #D77000;
  border-color: #D77000;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active {
  color: #fff;
  background-color: #b15c00;
  border-color: #a45500;
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #fff;
  background-color: #D77000;
  border-color: #D77000;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #fff;
  background-color: #a45500;
  border-color: #974f00;
}

.btn-yellow {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}
.btn-yellow:hover, .btn-yellow:focus, .btn-yellow:active {
  color: #fff;
  background-color: #d1b733;
  border-color: #cab02d;
}
.btn-yellow.disabled, .btn-yellow:disabled {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}
.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
  color: #fff;
  background-color: #cab02d;
  border-color: #bfa72b;
}

.btn-green {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
  color: #414B3B;
  background-color: #f9ffb8;
  border-color: #f7ffab;
}
.btn-green.disabled, .btn-green:disabled {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #414B3B;
  background-color: #f7ffab;
  border-color: #f6ff9e;
}

.btn-green-dark {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}
.btn-green-dark:hover, .btn-green-dark:focus, .btn-green-dark:active {
  color: #fff;
  background-color: #2e362a;
  border-color: #282e25;
}
.btn-green-dark.disabled, .btn-green-dark:disabled {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}
.btn-green-dark:not(:disabled):not(.disabled):active, .btn-green-dark:not(:disabled):not(.disabled).active, .show > .btn-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #282e25;
  border-color: #22271f;
}

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:hover, .btn-teal:focus, .btn-teal:active {
  color: #fff;
  background-color: #1ba87e;
  border-color: #199d76;
}
.btn-teal.disabled, .btn-teal:disabled {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active, .show > .btn-teal.dropdown-toggle {
  color: #fff;
  background-color: #199d76;
  border-color: #17926e;
}

.btn-cyan {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-cyan.disabled, .btn-cyan:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled).active, .show > .btn-cyan.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-oker {
  color: #fff;
  background-color: #c3996d;
  border-color: #c3996d;
}
.btn-oker:hover, .btn-oker:focus, .btn-oker:active {
  color: #fff;
  background-color: #b88652;
  border-color: #b3804a;
}
.btn-oker.disabled, .btn-oker:disabled {
  color: #fff;
  background-color: #c3996d;
  border-color: #c3996d;
}
.btn-oker:not(:disabled):not(.disabled):active, .btn-oker:not(:disabled):not(.disabled).active, .show > .btn-oker.dropdown-toggle {
  color: #fff;
  background-color: #b3804a;
  border-color: #aa7946;
}

.btn-brown {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}
.btn-brown:hover, .btn-brown:focus, .btn-brown:active {
  color: #fff;
  background-color: #673e31;
  border-color: #5e392d;
}
.btn-brown.disabled, .btn-brown:disabled {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}
.btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
  color: #fff;
  background-color: #5e392d;
  border-color: #563429;
}

.btn-white {
  color: #414B3B;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #414B3B;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white.disabled, .btn-white:disabled {
  color: #414B3B;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #414B3B;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-gray {
  color: #fff;
  background-color: #7F7A72;
  border-color: #7F7A72;
}
.btn-gray:hover, .btn-gray:focus, .btn-gray:active {
  color: #fff;
  background-color: #6b6760;
  border-color: #64605a;
}
.btn-gray.disabled, .btn-gray:disabled {
  color: #fff;
  background-color: #7F7A72;
  border-color: #7F7A72;
}
.btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
  color: #fff;
  background-color: #64605a;
  border-color: #5d5a54;
}

.btn-gray-dark {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-gray-dark:hover, .btn-gray-dark:focus, .btn-gray-dark:active {
  color: #fff;
  background-color: #171717;
  border-color: #111111;
}
.btn-gray-dark.disabled, .btn-gray-dark:disabled {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #111111;
  border-color: #0a0a0a;
}

.btn-outline-primary {
  color: #414B3B;
  background-color: transparent;
  background-image: none;
  border-color: #414B3B;
}
.btn-outline-primary.btn-softborder {
  border-color: rgba(65, 75, 59, 0.4);
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #414B3B;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}

.btn-outline-secondary {
  color: #FCFFDE;
  background-color: transparent;
  background-image: none;
  border-color: #FCFFDE;
}
.btn-outline-secondary.btn-softborder {
  border-color: rgba(252, 255, 222, 0.4);
}
.btn-outline-secondary:hover {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #FCFFDE;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}

.btn-outline-success {
  color: #FCFFDE;
  background-color: transparent;
  background-image: none;
  border-color: #FCFFDE;
}
.btn-outline-success.btn-softborder {
  border-color: rgba(252, 255, 222, 0.4);
}
.btn-outline-success:hover {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #FCFFDE;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}

.btn-outline-info {
  color: #814E3D;
  background-color: transparent;
  background-image: none;
  border-color: #814E3D;
}
.btn-outline-info.btn-softborder {
  border-color: rgba(129, 78, 61, 0.4);
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #814E3D;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}

.btn-outline-warning {
  color: #D8C252;
  background-color: transparent;
  background-image: none;
  border-color: #D8C252;
}
.btn-outline-warning.btn-softborder {
  border-color: rgba(216, 194, 82, 0.4);
}
.btn-outline-warning:hover {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #D8C252;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}

.btn-outline-danger {
  color: #F07373;
  background-color: transparent;
  background-image: none;
  border-color: #F07373;
}
.btn-outline-danger.btn-softborder {
  border-color: rgba(240, 115, 115, 0.4);
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #F07373;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}

.btn-outline-light {
  color: #FEF8F3;
  background-color: transparent;
  background-image: none;
  border-color: #FEF8F3;
}
.btn-outline-light.btn-softborder {
  border-color: rgba(254, 248, 243, 0.4);
}
.btn-outline-light:hover {
  color: #414B3B;
  background-color: #FEF8F3;
  border-color: #FEF8F3;
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #FEF8F3;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #414B3B;
  background-color: #FEF8F3;
  border-color: #FEF8F3;
}

.btn-outline-dusk {
  color: #E8D8C7;
  background-color: transparent;
  background-image: none;
  border-color: #E8D8C7;
}
.btn-outline-dusk.btn-softborder {
  border-color: rgba(232, 216, 199, 0.4);
}
.btn-outline-dusk:hover {
  color: #414B3B;
  background-color: #E8D8C7;
  border-color: #E8D8C7;
}
.btn-outline-dusk.disabled, .btn-outline-dusk:disabled {
  color: #E8D8C7;
  background-color: transparent;
}
.btn-outline-dusk:not(:disabled):not(.disabled):active, .btn-outline-dusk:not(:disabled):not(.disabled).active, .show > .btn-outline-dusk.dropdown-toggle {
  color: #414B3B;
  background-color: #E8D8C7;
  border-color: #E8D8C7;
}

.btn-outline-dark {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-dark.btn-softborder {
  border-color: rgba(0, 0, 0, 0.4);
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-blue {
  color: #199CD8;
  background-color: transparent;
  background-image: none;
  border-color: #199CD8;
}
.btn-outline-blue.btn-softborder {
  border-color: rgba(25, 156, 216, 0.4);
}
.btn-outline-blue:hover {
  color: #fff;
  background-color: #199CD8;
  border-color: #199CD8;
}
.btn-outline-blue.disabled, .btn-outline-blue:disabled {
  color: #199CD8;
  background-color: transparent;
}
.btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active, .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #199CD8;
  border-color: #199CD8;
}

.btn-outline-indigo {
  color: #6610f2;
  background-color: transparent;
  background-image: none;
  border-color: #6610f2;
}
.btn-outline-indigo.btn-softborder {
  border-color: rgba(102, 16, 242, 0.4);
}
.btn-outline-indigo:hover {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
  color: #6610f2;
  background-color: transparent;
}
.btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active, .show > .btn-outline-indigo.dropdown-toggle {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}

.btn-outline-purple {
  color: #85004D;
  background-color: transparent;
  background-image: none;
  border-color: #85004D;
}
.btn-outline-purple.btn-softborder {
  border-color: rgba(133, 0, 77, 0.4);
}
.btn-outline-purple:hover {
  color: #fff;
  background-color: #85004D;
  border-color: #85004D;
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #85004D;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #fff;
  background-color: #85004D;
  border-color: #85004D;
}

.btn-outline-pink {
  color: #F8AAB4;
  background-color: transparent;
  background-image: none;
  border-color: #F8AAB4;
}
.btn-outline-pink.btn-softborder {
  border-color: rgba(248, 170, 180, 0.4);
}
.btn-outline-pink:hover {
  color: #414B3B;
  background-color: #F8AAB4;
  border-color: #F8AAB4;
}
.btn-outline-pink.disabled, .btn-outline-pink:disabled {
  color: #F8AAB4;
  background-color: transparent;
}
.btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active, .show > .btn-outline-pink.dropdown-toggle {
  color: #414B3B;
  background-color: #F8AAB4;
  border-color: #F8AAB4;
}

.btn-outline-red {
  color: #F07373;
  background-color: transparent;
  background-image: none;
  border-color: #F07373;
}
.btn-outline-red.btn-softborder {
  border-color: rgba(240, 115, 115, 0.4);
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #F07373;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #fff;
  background-color: #F07373;
  border-color: #F07373;
}

.btn-outline-orange {
  color: #D77000;
  background-color: transparent;
  background-image: none;
  border-color: #D77000;
}
.btn-outline-orange.btn-softborder {
  border-color: rgba(215, 112, 0, 0.4);
}
.btn-outline-orange:hover {
  color: #fff;
  background-color: #D77000;
  border-color: #D77000;
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #D77000;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #fff;
  background-color: #D77000;
  border-color: #D77000;
}

.btn-outline-yellow {
  color: #D8C252;
  background-color: transparent;
  background-image: none;
  border-color: #D8C252;
}
.btn-outline-yellow.btn-softborder {
  border-color: rgba(216, 194, 82, 0.4);
}
.btn-outline-yellow:hover {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}
.btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
  color: #D8C252;
  background-color: transparent;
}
.btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active, .show > .btn-outline-yellow.dropdown-toggle {
  color: #414B3B;
  background-color: #D8C252;
  border-color: #D8C252;
}

.btn-outline-green {
  color: #FCFFDE;
  background-color: transparent;
  background-image: none;
  border-color: #FCFFDE;
}
.btn-outline-green.btn-softborder {
  border-color: rgba(252, 255, 222, 0.4);
}
.btn-outline-green:hover {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #FCFFDE;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}

.btn-outline-green-dark {
  color: #414B3B;
  background-color: transparent;
  background-image: none;
  border-color: #414B3B;
}
.btn-outline-green-dark.btn-softborder {
  border-color: rgba(65, 75, 59, 0.4);
}
.btn-outline-green-dark:hover {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}
.btn-outline-green-dark.disabled, .btn-outline-green-dark:disabled {
  color: #414B3B;
  background-color: transparent;
}
.btn-outline-green-dark:not(:disabled):not(.disabled):active, .btn-outline-green-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-green-dark.dropdown-toggle {
  color: #fff;
  background-color: #414B3B;
  border-color: #414B3B;
}

.btn-outline-teal {
  color: #20c997;
  background-color: transparent;
  background-image: none;
  border-color: #20c997;
}
.btn-outline-teal.btn-softborder {
  border-color: rgba(32, 201, 151, 0.4);
}
.btn-outline-teal:hover {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}
.btn-outline-teal.disabled, .btn-outline-teal:disabled {
  color: #20c997;
  background-color: transparent;
}
.btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active, .show > .btn-outline-teal.dropdown-toggle {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997;
}

.btn-outline-cyan {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-cyan.btn-softborder {
  border-color: rgba(23, 162, 184, 0.4);
}
.btn-outline-cyan:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-cyan.disabled, .btn-outline-cyan:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled).active, .show > .btn-outline-cyan.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-oker {
  color: #c3996d;
  background-color: transparent;
  background-image: none;
  border-color: #c3996d;
}
.btn-outline-oker.btn-softborder {
  border-color: rgba(195, 153, 109, 0.4);
}
.btn-outline-oker:hover {
  color: #fff;
  background-color: #c3996d;
  border-color: #c3996d;
}
.btn-outline-oker.disabled, .btn-outline-oker:disabled {
  color: #c3996d;
  background-color: transparent;
}
.btn-outline-oker:not(:disabled):not(.disabled):active, .btn-outline-oker:not(:disabled):not(.disabled).active, .show > .btn-outline-oker.dropdown-toggle {
  color: #fff;
  background-color: #c3996d;
  border-color: #c3996d;
}

.btn-outline-brown {
  color: #814E3D;
  background-color: transparent;
  background-image: none;
  border-color: #814E3D;
}
.btn-outline-brown.btn-softborder {
  border-color: rgba(129, 78, 61, 0.4);
}
.btn-outline-brown:hover {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}
.btn-outline-brown.disabled, .btn-outline-brown:disabled {
  color: #814E3D;
  background-color: transparent;
}
.btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active, .show > .btn-outline-brown.dropdown-toggle {
  color: #fff;
  background-color: #814E3D;
  border-color: #814E3D;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white.btn-softborder {
  border-color: rgba(255, 255, 255, 0.4);
}
.btn-outline-white:hover {
  color: #414B3B;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #414B3B;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-gray {
  color: #7F7A72;
  background-color: transparent;
  background-image: none;
  border-color: #7F7A72;
}
.btn-outline-gray.btn-softborder {
  border-color: rgba(127, 122, 114, 0.4);
}
.btn-outline-gray:hover {
  color: #fff;
  background-color: #7F7A72;
  border-color: #7F7A72;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
  color: #7F7A72;
  background-color: transparent;
}
.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
  color: #fff;
  background-color: #7F7A72;
  border-color: #7F7A72;
}

.btn-outline-gray-dark {
  color: #2A2A2A;
  background-color: transparent;
  background-image: none;
  border-color: #2A2A2A;
}
.btn-outline-gray-dark.btn-softborder {
  border-color: rgba(42, 42, 42, 0.4);
}
.btn-outline-gray-dark:hover {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}
.btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
  color: #2A2A2A;
  background-color: transparent;
}
.btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-dark.dropdown-toggle {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}

@media (min-width: 900px) {
  .btn-lg {
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 279%;
    border-radius: 0px;
  }
}
.btn-sm {
  padding: 0.5rem 1.125rem;
  font-size: 0.8125rem;
  line-height: 180%;
  border-radius: 100vw;
}

.btn i {
  padding: 0 5px;
}

.btn a {
  border: none !important;
  text-decoration: none;
  color: inherit !important;
}

a.share-btn {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  padding: 4px 10px;
  background-color: #414B3B;
  color: #fff;
  text-decoration: none;
  line-height: inherit;
  margin-left: 5px;
  font-size: 13px;
  font-weight: 700;
}
a.share-btn i {
  padding-right: 5px;
}
a.share-btn:hover, a.share-btn:focus, a.share-btn:active {
  text-decoration: none;
  background-color: #1c2019;
}
a.share-btn.share-btn-messenger {
  background-color: #55ACEE;
}
a.share-btn.share-btn-messenger:hover, a.share-btn.share-btn-messenger:focus, a.share-btn.share-btn-messenger:active {
  background-color: #1689e0;
}
a.share-btn.share-btn-facebook {
  background-color: #3B5998;
}
a.share-btn.share-btn-facebook:hover, a.share-btn.share-btn-facebook:focus, a.share-btn.share-btn-facebook:active {
  background-color: #263961;
}
a.share-btn.share-btn-linkedin {
  background-color: #0077B5;
}
a.share-btn.share-btn-linkedin:hover, a.share-btn.share-btn-linkedin:focus, a.share-btn.share-btn-linkedin:active {
  background-color: #004569;
}
a.share-btn.share-btn-whatsapp {
  background-color: #128C7E;
}
a.share-btn.share-btn-whatsapp:hover, a.share-btn.share-btn-whatsapp:focus, a.share-btn.share-btn-whatsapp:active {
  background-color: #094841;
}

.badge {
  display: inline-block;
  padding: 0.4rem 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0px;
}
.badge {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
@media screen and (max-width: 1600px) {
  .badge {
    padding-top: calc(0.1333333333vw + 0.2666666667rem);
    padding-bottom: calc(0.1333333333vw + 0.2666666667rem);
  }
}
@media screen and (max-width: 640px) {
  .badge {
    padding-top: 0.32rem;
    padding-bottom: 0.32rem;
  }
}
.badge {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 1600px) {
  .badge {
    padding-left: calc(0.1666666667vw + 0.3333333333rem);
    padding-right: calc(0.1666666667vw + 0.3333333333rem);
  }
}
@media screen and (max-width: 640px) {
  .badge {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.badge:empty {
  display: none;
}
.badge img {
  display: inline-block;
  height: 0.8125rem;
  width: auto;
  padding-right: 5px;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-primary {
  color: #fff;
  background-color: #414B3B;
}
.badge-primary[href]:hover, .badge-primary[href]:focus, .badge-primary[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #282e25;
}

.badge-secondary {
  color: #414B3B;
  background-color: #FCFFDE;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus, .badge-secondary[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #f7ffab;
}

.badge-success {
  color: #414B3B;
  background-color: #FCFFDE;
}
.badge-success[href]:hover, .badge-success[href]:focus, .badge-success[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #f7ffab;
}

.badge-info {
  color: #fff;
  background-color: #814E3D;
}
.badge-info[href]:hover, .badge-info[href]:focus, .badge-info[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #5e392d;
}

.badge-warning {
  color: #414B3B;
  background-color: #D8C252;
}
.badge-warning[href]:hover, .badge-warning[href]:focus, .badge-warning[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #cab02d;
}

.badge-danger {
  color: #fff;
  background-color: #F07373;
}
.badge-danger[href]:hover, .badge-danger[href]:focus, .badge-danger[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #eb4545;
}

.badge-light {
  color: #414B3B;
  background-color: #FEF8F3;
}
.badge-light[href]:hover, .badge-light[href]:focus, .badge-light[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #faddc4;
}

.badge-dusk {
  color: #414B3B;
  background-color: #E8D8C7;
}
.badge-dusk[href]:hover, .badge-dusk[href]:focus, .badge-dusk[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #d9bfa3;
}

.badge-dark {
  color: #fff;
  background-color: #000;
}
.badge-dark[href]:hover, .badge-dark[href]:focus, .badge-dark[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: black;
}

.badge-blue {
  color: #fff;
  background-color: #199CD8;
}
.badge-blue[href]:hover, .badge-blue[href]:focus, .badge-blue[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #147baa;
}

.badge-indigo {
  color: #fff;
  background-color: #6610f2;
}
.badge-indigo[href]:hover, .badge-indigo[href]:focus, .badge-indigo[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #510bc4;
}

.badge-purple {
  color: #fff;
  background-color: #85004D;
}
.badge-purple[href]:hover, .badge-purple[href]:focus, .badge-purple[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #52002f;
}

.badge-pink {
  color: #414B3B;
  background-color: #F8AAB4;
}
.badge-pink[href]:hover, .badge-pink[href]:focus, .badge-pink[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #f47b8a;
}

.badge-red {
  color: #fff;
  background-color: #F07373;
}
.badge-red[href]:hover, .badge-red[href]:focus, .badge-red[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #eb4545;
}

.badge-orange {
  color: #fff;
  background-color: #D77000;
}
.badge-orange[href]:hover, .badge-orange[href]:focus, .badge-orange[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #a45500;
}

.badge-yellow {
  color: #414B3B;
  background-color: #D8C252;
}
.badge-yellow[href]:hover, .badge-yellow[href]:focus, .badge-yellow[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #cab02d;
}

.badge-green {
  color: #414B3B;
  background-color: #FCFFDE;
}
.badge-green[href]:hover, .badge-green[href]:focus, .badge-green[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #f7ffab;
}

.badge-green-dark {
  color: #fff;
  background-color: #414B3B;
}
.badge-green-dark[href]:hover, .badge-green-dark[href]:focus, .badge-green-dark[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #282e25;
}

.badge-teal {
  color: #fff;
  background-color: #20c997;
}
.badge-teal[href]:hover, .badge-teal[href]:focus, .badge-teal[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #199d76;
}

.badge-cyan {
  color: #fff;
  background-color: #17a2b8;
}
.badge-cyan[href]:hover, .badge-cyan[href]:focus, .badge-cyan[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-oker {
  color: #fff;
  background-color: #c3996d;
}
.badge-oker[href]:hover, .badge-oker[href]:focus, .badge-oker[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #b3804a;
}

.badge-brown {
  color: #fff;
  background-color: #814E3D;
}
.badge-brown[href]:hover, .badge-brown[href]:focus, .badge-brown[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #5e392d;
}

.badge-white {
  color: #414B3B;
  background-color: #fff;
}
.badge-white[href]:hover, .badge-white[href]:focus, .badge-white[href]:active {
  color: #414B3B;
  text-decoration: none;
  background-color: #e6e6e6;
}

.badge-gray {
  color: #fff;
  background-color: #7F7A72;
}
.badge-gray[href]:hover, .badge-gray[href]:focus, .badge-gray[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #64605a;
}

.badge-gray-dark {
  color: #fff;
  background-color: #2A2A2A;
}
.badge-gray-dark[href]:hover, .badge-gray-dark[href]:focus, .badge-gray-dark[href]:active {
  color: #fff;
  text-decoration: none;
  background-color: #111111;
}

/* ------- Photo sizes & aligments ------- */
.contentblock {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .contentblock {
    margin-bottom: calc(6.7708333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock {
    margin-bottom: 65px;
  }
}

.contentblock .contentblock-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.contentblock.full .contentblock-text {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* alignments */
.contentblock.photo-left,
.contentblock.photo-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contentblock.photo-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.contentblock.photo-right.full {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contentblock.flex-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contentblock.photo-left.full {
  display: block;
}

/* sizes */
img.photo-left,
.contentblock.photo-left .contentblock-media {
  display: block;
  float: left;
  margin-right: 10%;
  border: none;
}

img.photo-right,
.contentblock.photo-right .contentblock-media {
  display: block;
  float: right;
  margin-left: 10%;
  border: none;
}

img.photo-center,
.contentblock.photo-center .contentblock-media {
  display: block;
  margin: 0 auto !important;
}

.combi-panel img.photo-left,
.combi-panel img.photo-right,
.combi-panel img.photo-center {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  float: none;
}

.contentblock .contentblock-media {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  float: none !important;
}
.contentblock .contentblock-media {
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .contentblock .contentblock-media {
    padding-bottom: calc(2.6041666667vw + 8.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock .contentblock-media {
    padding-bottom: 25px;
  }
}

.contentblock.photo-left .contentblock-media,
.contentblock.photo-right .contentblock-media {
  padding-bottom: 75px;
}
@media screen and (max-width: 1600px) {
  .contentblock.photo-left .contentblock-media,
  .contentblock.photo-right .contentblock-media {
    padding-bottom: calc(3.90625vw + 12.5px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.photo-left .contentblock-media,
  .contentblock.photo-right .contentblock-media {
    padding-bottom: 37.5px;
  }
}

.contentblock .contentblock-media img {
  display: block;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}

/* sizes */
img.veryverylarge,
.contentblock.veryverylarge .contentblock-media {
  width: 80%;
}

img.verylarge,
.contentblock.verylarge .contentblock-media {
  width: 58%;
}

img.large,
.contentblock.large .contentblock-media {
  width: 50%;
}

img.medium,
.contentblock.medium .contentblock-media {
  width: 42%;
}

img.small,
.contentblock.small .contentblock-media {
  width: 20%;
}

img.mini,
.contentblock.mini .contentblock-media {
  width: 90px;
}

img.full,
.contentblock.full .contentblock-media,
.photo-full {
  position: relative;
  clear: both;
  display: block;
  float: none;
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  height: auto;
}

/* default caption */
.contentblock .contentblock-media span {
  color: #C8C4C1;
  font-size: 0.8125rem;
  display: block;
  padding: 15px 0 0 0;
}

@media (max-width: 900px) {
  /* alignments */
  .contentblock.photo-left,
  .contentblock.photo-right {
    display: block !important;
  }
  /* sizes */
  .contentblock.photo-left .contentblock-media,
  .contentblock.photo-right .contentblock-media,
  .contentblock.photo-center .contentblock-media,
  .contentblock.photo-full .contentblock-media,
  img.photo-full,
  img.photo-left,
  img.photo-right,
  img.photo-center,
  img.photo-left.small,
  img.photo-right.small,
  img.photo-center.small,
  img.photo-left.medium,
  img.photo-right.medium,
  img.photo-center.medium,
  img.photo-left.large,
  img.photo-right.large,
  img.photo-center.large,
  img.photo-left.verylarge,
  img.photo-right.verylarge,
  img.photo-center.verylarge,
  img.photo-left.full,
  img.photo-right.full,
  img.photo-center.full {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .contentblock.photo-left .contentblock-media,
  .contentblock.photo-right .contentblock-media,
  .contentblock.photo-center .contentblock-media,
  .contentblock.photo-full .contentblock-media,
  img.photo-full,
  img.photo-left,
  img.photo-right,
  img.photo-center,
  img.photo-left.small,
  img.photo-right.small,
  img.photo-center.small,
  img.photo-left.medium,
  img.photo-right.medium,
  img.photo-center.medium,
  img.photo-left.large,
  img.photo-right.large,
  img.photo-center.large,
  img.photo-left.verylarge,
  img.photo-right.verylarge,
  img.photo-center.verylarge,
  img.photo-left.full,
  img.photo-right.full,
  img.photo-center.full {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 900px) and (max-width: 1600px) {
  .contentblock.photo-left .contentblock-media,
  .contentblock.photo-right .contentblock-media,
  .contentblock.photo-center .contentblock-media,
  .contentblock.photo-full .contentblock-media,
  img.photo-full,
  img.photo-left,
  img.photo-right,
  img.photo-center,
  img.photo-left.small,
  img.photo-right.small,
  img.photo-center.small,
  img.photo-left.medium,
  img.photo-right.medium,
  img.photo-center.medium,
  img.photo-left.large,
  img.photo-right.large,
  img.photo-center.large,
  img.photo-left.verylarge,
  img.photo-right.verylarge,
  img.photo-center.verylarge,
  img.photo-left.full,
  img.photo-right.full,
  img.photo-center.full {
    padding-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .contentblock.photo-left .contentblock-media,
  .contentblock.photo-right .contentblock-media,
  .contentblock.photo-center .contentblock-media,
  .contentblock.photo-full .contentblock-media,
  img.photo-full,
  img.photo-left,
  img.photo-right,
  img.photo-center,
  img.photo-left.small,
  img.photo-right.small,
  img.photo-center.small,
  img.photo-left.medium,
  img.photo-right.medium,
  img.photo-center.medium,
  img.photo-left.large,
  img.photo-right.large,
  img.photo-center.large,
  img.photo-left.verylarge,
  img.photo-right.verylarge,
  img.photo-center.verylarge,
  img.photo-left.full,
  img.photo-right.full,
  img.photo-center.full {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .contentblock.mini .contentblock-media {
    width: 90px;
    margin-left: 0px;
  }
}
/*  -------------------------------  **
**	COMBI PANEL
**  -------------------------------  */
.combipanel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0px -15px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .combipanel {
    margin: 0px -7.5px;
  }
}
@media (max-width: 640px) {
  .combipanel {
    display: block;
  }
}
.combipanel > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 4.1666666667%;
  margin-top: 0px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (max-width: 900px) {
  .combipanel > div {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
  }
}
@media (max-width: 640px) {
  .combipanel > div {
    width: 100%;
  }
}
.combipanel > hr {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.combipanel > hr {
  width: 40px;
}
@media screen and (max-width: 1600px) {
  .combipanel > hr {
    width: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .combipanel > hr {
    width: 20px;
  }
}
.combipanel > hr.spacer-xl {
  width: 100px;
}
@media screen and (max-width: 1600px) {
  .combipanel > hr.spacer-xl {
    width: calc(6.25vw + 0px);
  }
}
@media screen and (max-width: 640px) {
  .combipanel > hr.spacer-xl {
    width: 40px;
  }
}
@media (max-width: 640px) {
  .combipanel > hr {
    display: none !important;
  }
}
.combipanel:not(:has(> .contentblock:not(.photo-standalone))) {
  margin-left: 0;
  margin-right: 0;
  padding-left: 8.3333333333% !important;
  padding-right: 8.3333333333% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.combipanel:not(:has(> .contentblock:not(.photo-standalone))) {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .combipanel:not(:has(> .contentblock:not(.photo-standalone))) {
    margin-bottom: calc(6.7708333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .combipanel:not(:has(> .contentblock:not(.photo-standalone))) {
    margin-bottom: 65px;
  }
}
.combipanel:not(:has(> .contentblock:not(.photo-standalone))) > .contentblock.photo-standalone {
  margin: 0 !important;
  padding: 0 !important;
}
.combipanel:not(:has(> .contentblock:not(.photo-standalone))) > .contentblock.photo-standalone .contentblock-media {
  padding-bottom: 0;
}
@media (max-width: 1080px) {
  .combipanel:not(:has(> .contentblock:not(.photo-standalone))) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 900px) {
  .combipanel:not(:has(> .contentblock:not(.photo-standalone))) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .combipanel:not(:has(> .contentblock:not(.photo-standalone))) > .contentblock.photo-standalone {
    width: 100%;
  }
}

form {
  margin: 0 0;
  padding-top: 5px;
}
form .grid {
  overflow: visible;
}

.form-left {
  width: 47%;
  float: left;
}

.form-right {
  width: 47%;
  float: right;
}

@media (max-width: 640px) {
  .form-left,
  .form-right {
    width: 100%;
    float: none;
  }
}
.form-line {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.form-line .form-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 640px) {
  .form-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

label {
  display: inline-block;
  font-weight: 400;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  color: inherit;
}
@media (max-width: 640px) {
  label {
    padding-left: 0px;
  }
}
label.floatinglabel {
  position: absolute;
  display: block;
  opacity: 0;
  background-color: #414B3B;
  color: #fff;
  font-weight: 400;
  z-index: 10;
  top: 5px;
  left: 12px;
  padding: 0 8px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 0.8125rem;
}
label.active {
  top: -2px;
  opacity: 1;
}
label.error {
  border: none;
  color: #F07373;
}
label.inline {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0.46875rem 0 0 0;
}
label.inline + label.inline {
  padding-left: 15px;
}
@media (max-width: 640px) {
  label.inline {
    padding-left: 0px !important;
  }
}
label em {
  color: #C8C4C1;
  font-style: normal;
  font-weight: 400;
  padding-left: 10px;
  font-size: 0.8125rem;
}
label.inline em {
  color: #F07373;
  font-size: 0.8125rem;
}

input, .input, textarea, button {
  position: relative;
  background-color: #FEF8F3;
  border: solid 1px #FEF8F3;
  padding: 0.9375rem 1.25rem;
  font-size: 0.9375rem;
  vertical-align: middle;
  border-radius: 0;
  color: #414B3B;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Montserrat", Times, "Times New Roman";
  line-height: normal;
}
input, .input, textarea, button {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  input, .input, textarea, button {
    margin-top: calc(0.78125vw + 0.15625rem);
    margin-bottom: calc(0.78125vw + 0.15625rem);
  }
}
@media screen and (max-width: 640px) {
  input, .input, textarea, button {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
}
input.input-lg, .input-lg.input, textarea.input-lg, button.input-lg {
  line-height: 279%;
  border-radius: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
}
@media (max-width: 900px) {
  input.input-lg, .input-lg.input, textarea.input-lg, button.input-lg {
    line-height: 180%;
    border-radius: 0;
    font-size: 1.125rem;
  }
}

.input {
  line-height: normal !important;
}
.input.input-icon {
  padding-left: 25px;
}
.input input, .input .input {
  padding: 0 0;
  margin: 0 0;
  border: none;
  border-radius: 0;
}
.input.input-lg input, .input.input-lg .input {
  line-height: 279%;
}
@media (max-width: 900px) {
  .input.input-lg {
    border-radius: 1.375rem;
  }
  .input.input-lg input, .input.input-lg .input {
    line-height: 180%;
  }
}

input:focus, .input:focus, textarea:focus {
  outline: none;
  border-color: inherit;
  color: #414B3B;
  background-color: #FEF8F3;
}

input[type=search], [type=search].input,
input[type=text],
[type=text].input,
input[type=email],
[type=email].input,
input[type=number],
[type=number].input,
input[type=tel],
[type=tel].input,
input[type=password],
[type=password].input {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  resize: vertical;
  min-height: 250px;
  border-radius: 0;
}

input.error, .error.input,
select.error {
  border-color: #F07373 !important;
  color: #F07373 !important;
}

input[type=submit], [type=submit].input,
button {
  cursor: pointer;
  border: solid 1px #FEF8F3;
  width: auto;
  -webkit-appearance: none;
  background-color: transparent;
  color: #000;
  padding: 0.9375rem 1.25rem;
  font-weight: 700;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
input[type=submit] i, [type=submit].input i,
button i {
  padding: 0 10px 0 0;
}
@media (min-width: 900px) {
  input[type=submit].button-lg, [type=submit].button-lg.input,
  button.button-lg {
    border-radius: 1.75rem;
    line-height: 279%;
  }
}

input[type=submit]:hover, [type=submit].input:hover,
button:hover {
  color: #fff;
  background-color: #000;
}

input[type=number]::-webkit-inner-spin-button, [type=number].input::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
[type=number].input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=radio], [type=radio].input,
input[type=checkbox],
[type=checkbox].input {
  display: inline-block;
  vertical-align: center;
  width: 14px;
  height: 14px;
  margin: 0;
  margin-right: 7px;
}

input[type=file], [type=file].input {
  line-height: 1em;
  font-size: 14px;
}

input[type=search]::-webkit-search-cancel-button, [type=search].input::-webkit-search-cancel-button {
  display: none;
}

input:disabled, .input:disabled {
  color: #e57b00;
}

input.tiny, .tiny.input {
  width: 60px;
  vertical-align: baseline;
}

ul.input-tagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  padding: 0 0;
  line-height: normal;
}
@media (max-width: 640px) {
  ul.input-tagging {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.input-tagging li {
  display: inline-block;
  padding: 0 8px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
ul.input-tagging li:last-child {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 10px;
}
@media (max-width: 640px) {
  ul.input-tagging li:last-child {
    width: 100%;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
ul.input-tagging li .tag {
  display: inline-block;
  background-color: #414B3B;
  color: #fff;
  border-radius: 3px;
  line-height: inherit;
  padding: 5px 8px;
  cursor: pointer;
}
@media (max-width: 640px) {
  ul.input-tagging li .tag {
    margin-top: 10px;
  }
}
ul.input-tagging li .tag:after {
  display: inline-block;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 0.625rem;
  vertical-align: 1px;
  padding: 0 0 0 0.40625rem;
  font-weight: 400;
  opacity: 0.9;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  margin: 0 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  background-color: transparent;
  border: none;
  padding: 0.9375rem 2.5rem 0.9375rem 1.25rem;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  outline: none;
  color: #414B3B;
  width: 100%;
  box-shadow: none;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
}
select.select-lg {
  border-radius: 1.75rem;
  line-height: 279%;
}
@media (max-width: 900px) {
  select.select-lg {
    border-radius: 1.375rem;
    line-height: 180%;
  }
}

select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  width: 100%;
  margin: 0;
  border-radius: 0;
  line-height: normal;
}
.select select {
  background-color: #FEF8F3;
  font-family: "Montserrat", Times, "Times New Roman";
  font-size: 0.9375rem;
}
.select select {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  .select select {
    margin-top: calc(0.78125vw + 0.15625rem);
    margin-bottom: calc(0.78125vw + 0.15625rem);
  }
}
@media screen and (max-width: 640px) {
  .select select {
    margin-top: 0.46875rem;
    margin-bottom: 0.46875rem;
  }
}
.select:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: inherit;
  color: #B1AFAF;
  right: 1.25rem;
  top: 50%;
  translate: 0 -50%;
  position: absolute;
  pointer-events: none;
  line-height: inherit;
}
.select.select-lg {
  border-radius: 1.75rem;
  line-height: 279%;
}
@media (max-width: 900px) {
  .select.select-lg {
    border-radius: 1.375rem;
    line-height: 180%;
  }
}
.select.select-inline {
  padding: 0 0;
  margin: 0 0;
  border: none;
  width: auto;
  display: inline-block;
  line-height: inherit;
}
.select.select-inline select {
  color: #414B3B;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 1.25rem;
  vertical-align: inherit;
}
.select.select-inline:after {
  top: 1px;
  right: 5px;
}

input.toggle, .toggle.input {
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 35px !important;
  height: 1.4em;
  background: #F0EEE6 !important;
  border-radius: 3em;
  position: relative;
  display: block;
  cursor: pointer;
  border: initial;
  padding: initial;
  margin-top: 0px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
input.toggle:after, .toggle.input:after {
  position: absolute;
  content: "";
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.4em rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.toggle:checked, .toggle.input:checked {
  background-color: #414B3B !important;
}
input.toggle:checked:after, .toggle.input:checked:after {
  left: calc(100% - 1.4em);
}

.requiredfields {
  padding: 0 0 0 20px;
  color: #bbbbbb;
}

form .infotext {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

::-moz-placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

:-ms-input-placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

::-ms-input-placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

::placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

:-ms-input-placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

::-ms-input-placeholder {
  color: #414B3B;
  opacity: 0.8 !important;
}

.error ::-webkit-input-placeholder {
  color: #F07373;
}
.error :-moz-placeholder {
  color: #F07373;
}
.error ::-moz-placeholder {
  color: #F07373;
}
.error :-ms-input-placeholder {
  color: #F07373;
}
.error::-webkit-input-placeholder {
  color: #F07373;
}
.error:-moz-placeholder {
  color: #F07373;
}
.error::-moz-placeholder {
  color: #F07373;
}
.error:-ms-input-placeholder {
  color: #F07373;
}

.dyngrid {
  margin-bottom: 30px;
}

.dyngrid .gutter-sizer {
  width: 0;
}

.dyngrid .dyngrid-item {
  position: relative;
}

.dyngrid.listview .grid-item {
  width: 100%;
}

@media (max-width: 640px) {
  .dyngrid .grid-item {
    width: 100%;
  }
  .dyngrid .gutter-sizer {
    width: 5%;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0px -10px;
  overflow: hidden;
}

.col-24, .col-23, .col-22, .col-21, .col-20, .col-19, .col-18, .col-17, .col-16, .col-15, .col-14, .col-13, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col, .combipanel > div {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
}
.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.1666666667%;
          flex: 0 0 4.1666666667%;
  width: 4.1666666667%;
}
.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  width: 8.3333333333%;
}
.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
  width: 12.5%;
}
.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
}
.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20.8333333333%;
          flex: 0 0 20.8333333333%;
  width: 20.8333333333%;
}
.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
}
.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.1666666667%;
          flex: 0 0 29.1666666667%;
  width: 29.1666666667%;
}
.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  width: 33.3333333333%;
}
.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 37.5%;
          flex: 0 0 37.5%;
  width: 37.5%;
}
.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  width: 41.6666666667%;
}
.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45.8333333333%;
          flex: 0 0 45.8333333333%;
  width: 45.8333333333%;
}
.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  width: 50%;
}
.col-13 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54.1666666667%;
          flex: 0 0 54.1666666667%;
  width: 54.1666666667%;
}
.col-14 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  width: 58.3333333333%;
}
.col-15 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62.5%;
          flex: 0 0 62.5%;
  width: 62.5%;
}
.col-16 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  width: 66.6666666667%;
}
.col-17 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70.8333333333%;
          flex: 0 0 70.8333333333%;
  width: 70.8333333333%;
}
.col-18 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  width: 75%;
}
.col-19 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 79.1666666667%;
          flex: 0 0 79.1666666667%;
  width: 79.1666666667%;
}
.col-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  width: 83.3333333333%;
}
.col-21 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.5%;
          flex: 0 0 87.5%;
  width: 87.5%;
}
.col-22 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  width: 91.6666666667%;
}
.col-23 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95.8333333333%;
          flex: 0 0 95.8333333333%;
  width: 95.8333333333%;
}
.col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
}
@media (max-width: 1600px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .col-xl-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
  }
  .col-xl-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xl-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
  }
  .col-xl-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xl-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
  }
  .col-xl-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
  }
  .col-xl-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
  }
  .col-xl-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xl-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
  }
  .col-xl-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xl-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
  }
  .col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .col-lg-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
  }
  .col-lg-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-lg-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
  }
  .col-lg-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-lg-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
  }
  .col-lg-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
  }
  .col-lg-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
  }
  .col-lg-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-lg-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
  }
  .col-lg-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-lg-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
  }
  .col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .col-md-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
  }
  .col-md-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-md-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
  }
  .col-md-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-md-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
  }
  .col-md-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
  }
  .col-md-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
  }
  .col-md-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-md-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
  }
  .col-md-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-md-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
  }
  .col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .col-ms-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
  }
  .col-ms-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-ms-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
  }
  .col-ms-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-ms-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
  }
  .col-ms-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .col-ms-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
  }
  .col-ms-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-ms-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
  }
  .col-ms-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-ms-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
  }
  .col-ms-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .col-ms-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
  }
  .col-ms-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-ms-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
  }
  .col-ms-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-ms-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
  }
  .col-ms-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
  }
  .col-ms-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
  }
  .col-ms-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-ms-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
  }
  .col-ms-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-ms-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
  }
  .col-ms-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 640px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .col-sm-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
  }
  .col-sm-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-sm-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
  }
  .col-sm-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-sm-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
  }
  .col-sm-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
  }
  .col-sm-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
  }
  .col-sm-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-sm-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
  }
  .col-sm-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-sm-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
  }
  .col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 520px) {
  .col-xs-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.1666666667%;
            flex: 0 0 4.1666666667%;
    width: 4.1666666667%;
  }
  .col-xs-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    width: 8.3333333333%;
  }
  .col-xs-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.5%;
            flex: 0 0 12.5%;
    width: 12.5%;
  }
  .col-xs-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    width: 16.6666666667%;
  }
  .col-xs-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20.8333333333%;
            flex: 0 0 20.8333333333%;
    width: 20.8333333333%;
  }
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
  }
  .col-xs-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29.1666666667%;
            flex: 0 0 29.1666666667%;
    width: 29.1666666667%;
  }
  .col-xs-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    width: 33.3333333333%;
  }
  .col-xs-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 37.5%;
            flex: 0 0 37.5%;
    width: 37.5%;
  }
  .col-xs-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    width: 41.6666666667%;
  }
  .col-xs-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45.8333333333%;
            flex: 0 0 45.8333333333%;
    width: 45.8333333333%;
  }
  .col-xs-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }
  .col-xs-13 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 54.1666666667%;
            flex: 0 0 54.1666666667%;
    width: 54.1666666667%;
  }
  .col-xs-14 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    width: 58.3333333333%;
  }
  .col-xs-15 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62.5%;
            flex: 0 0 62.5%;
    width: 62.5%;
  }
  .col-xs-16 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    width: 66.6666666667%;
  }
  .col-xs-17 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70.8333333333%;
            flex: 0 0 70.8333333333%;
    width: 70.8333333333%;
  }
  .col-xs-18 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    width: 75%;
  }
  .col-xs-19 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 79.1666666667%;
            flex: 0 0 79.1666666667%;
    width: 79.1666666667%;
  }
  .col-xs-20 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    width: 83.3333333333%;
  }
  .col-xs-21 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 87.5%;
            flex: 0 0 87.5%;
    width: 87.5%;
  }
  .col-xs-22 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    width: 91.6666666667%;
  }
  .col-xs-23 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95.8333333333%;
            flex: 0 0 95.8333333333%;
    width: 95.8333333333%;
  }
  .col-xs-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }
}

.grid.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.grid.no-gutters > .col, .grid.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.grid.gutters-sm > .col-24, .grid.gutters-sm > .col-23, .grid.gutters-sm > .col-22, .grid.gutters-sm > .col-21, .grid.gutters-sm > .col-20, .grid.gutters-sm > .col-19, .grid.gutters-sm > .col-18, .grid.gutters-sm > .col-17, .grid.gutters-sm > .col-16, .grid.gutters-sm > .col-15, .grid.gutters-sm > .col-14, .grid.gutters-sm > .col-13, .grid.gutters-sm > .col-12, .grid.gutters-sm > .col-11, .grid.gutters-sm > .col-10, .grid.gutters-sm > .col-9, .grid.gutters-sm > .col-8, .grid.gutters-sm > .col-7, .grid.gutters-sm > .col-6, .grid.gutters-sm > .col-5, .grid.gutters-sm > .col-4, .grid.gutters-sm > .col-3, .grid.gutters-sm > .col-2, .grid.gutters-sm > .col-1, .grid.gutters-sm > .col {
  padding-right: 2px;
  padding-left: 2px;
}

.grid.gutters-sm {
  margin: 0px -2px;
}
.grid.gutters-lg > .col-24, .grid.gutters-lg > .col-23, .grid.gutters-lg > .col-22, .grid.gutters-lg > .col-21, .grid.gutters-lg > .col-20, .grid.gutters-lg > .col-19, .grid.gutters-lg > .col-18, .grid.gutters-lg > .col-17, .grid.gutters-lg > .col-16, .grid.gutters-lg > .col-15, .grid.gutters-lg > .col-14, .grid.gutters-lg > .col-13, .grid.gutters-lg > .col-12, .grid.gutters-lg > .col-11, .grid.gutters-lg > .col-10, .grid.gutters-lg > .col-9, .grid.gutters-lg > .col-8, .grid.gutters-lg > .col-7, .grid.gutters-lg > .col-6, .grid.gutters-lg > .col-5, .grid.gutters-lg > .col-4, .grid.gutters-lg > .col-3, .grid.gutters-lg > .col-2, .grid.gutters-lg > .col-1, .grid.gutters-lg > .col {
  padding-right: 30px;
  padding-left: 30px;
}

.grid.gutters-lg {
  margin: 0px -30px;
}
@media (min-width: 1600px) {
  .grid.xl-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 1080px) {
  .grid.lg-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 900px) {
  .grid.md-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .grid.ms-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 640px) {
  .grid.sm-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media (min-width: 520px) {
  .grid.xs-no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.grid[class*=-equal-widths] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.grid[class*=-equal-widths] .col {
  width: 4.1666666667%;
}

@media (max-width: 1600px) {
  .grid.xl-equal-widths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid.xl-equal-widths .col {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .grid.lg-equal-widths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid.lg-equal-widths .col {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .grid.md-equal-widths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid.md-equal-widths .col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .grid.ms-equal-widths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid.ms-equal-widths .col {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .grid.sm-equal-widths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid.sm-equal-widths .col {
    width: 100%;
  }
}
@media (max-width: 520px) {
  .grid.xs-equal-widths {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid.xs-equal-widths .col {
    width: 100%;
  }
}
@media (min-width: 900px) {
  .col-fixed-small {
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .col-fixed-small {
    margin-left: 80px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1600px) {
  .col-fixed-small {
    margin-left: calc(6.25vw - 20px);
  }
}
@media screen and (min-width: 900px) and (max-width: 640px) {
  .col-fixed-small {
    margin-left: 20px;
  }
}
@media (min-width: 900px) {
  .modal .col-fixed-small {
    width: 230px;
  }
  .modal .col-fixed-small {
    margin-left: 60px;
  }
}
@media screen and (min-width: 900px) and (max-width: 1600px) {
  .modal .col-fixed-small {
    margin-left: calc(4.1666666667vw - 6.6666666667px);
  }
}
@media screen and (min-width: 900px) and (max-width: 640px) {
  .modal .col-fixed-small {
    margin-left: 20px;
  }
}

table, table tr, table td {
  border: none;
}

table {
  width: 100%;
  border: solid 1px #E8D8C7;
  margin: 20px 0 40px 0;
  background-color: transparent;
}
table tr th,
table tr td {
  padding: 0.75rem;
  border-top: solid 1px #E8D8C7;
}
table tr th.disabled,
table tr td.disabled {
  background-color: #E8D8C7;
}
table tr th {
  font-weight: 400;
  font-size: 110%;
  border-bottom: solid 1px #E8D8C7;
  color: #000;
  background-color: transparent;
}

table .table-lined {
  border: none;
}
table .table-lined tr td {
  padding: 10px 0;
}
table .table-lined tr:first-child td {
  border: none;
  padding-top: 3px;
}

.table-condensed table tr td {
  padding: 0.375rem 0.375rem;
}

@media (max-width: 640px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive table {
    border-left: none;
    border-right: none;
  }
}
.table {
  padding-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .table {
    padding-bottom: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .table {
    padding-bottom: 20px;
  }
}
.table .table-row {
  position: relative;
  padding: 0.75rem 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  margin: 0 0 !important;
}
.table .table-row:hover {
  background-color: rgba(254, 248, 243, 0.5);
}
.table .table-row > .col .table-cel-label, .table .table-row > [class*=col-] .table-cel-label {
  display: none;
  font-weight: 700;
  color: #000;
  float: left;
  padding-right: 0.75rem;
}
.table .table-head {
  background-color: transparent !important;
  font-weight: 700;
  font-size: 1.125rem, 625;
  color: #000;
}
.table.table-lined .table-row {
  border-bottom: dashed 1px #F0EEE6;
}

/* Undo tabling @ breakpoint */
@media (max-width: 1600px) {
  .table.table-xl .grid {
    display: block;
  }
  .table.table-xl .grid > .col, .table.table-xl .grid > [class*=col-] {
    width: 100%;
    padding: 0 0;
  }
  .table.table-xl .grid > .col .table-cel-label, .table.table-xl .grid > [class*=col-] .table-cel-label {
    display: block;
  }
  .table.table-xl .grid > .col .table-cel-content, .table.table-xl .grid > [class*=col-] .table-cel-content {
    display: block;
    float: left;
  }
  .table.table-xl .grid > .col:after, .table.table-xl .grid > [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }
  .table.table-xl .table-head {
    display: none !important;
  }
}
@media (max-width: 1080px) {
  .table.table-lg .grid {
    display: block;
  }
  .table.table-lg .grid > .col, .table.table-lg .grid > [class*=col-] {
    width: 100%;
    padding: 0 0;
  }
  .table.table-lg .grid > .col .table-cel-label, .table.table-lg .grid > [class*=col-] .table-cel-label {
    display: block;
  }
  .table.table-lg .grid > .col .table-cel-content, .table.table-lg .grid > [class*=col-] .table-cel-content {
    display: block;
    float: left;
  }
  .table.table-lg .grid > .col:after, .table.table-lg .grid > [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }
  .table.table-lg .table-head {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .table.table-md .grid {
    display: block;
  }
  .table.table-md .grid > .col, .table.table-md .grid > [class*=col-] {
    width: 100%;
    padding: 0 0;
  }
  .table.table-md .grid > .col .table-cel-label, .table.table-md .grid > [class*=col-] .table-cel-label {
    display: block;
  }
  .table.table-md .grid > .col .table-cel-content, .table.table-md .grid > [class*=col-] .table-cel-content {
    display: block;
    float: left;
  }
  .table.table-md .grid > .col:after, .table.table-md .grid > [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }
  .table.table-md .table-head {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .table.table-ms .grid {
    display: block;
  }
  .table.table-ms .grid > .col, .table.table-ms .grid > [class*=col-] {
    width: 100%;
    padding: 0 0;
  }
  .table.table-ms .grid > .col .table-cel-label, .table.table-ms .grid > [class*=col-] .table-cel-label {
    display: block;
  }
  .table.table-ms .grid > .col .table-cel-content, .table.table-ms .grid > [class*=col-] .table-cel-content {
    display: block;
    float: left;
  }
  .table.table-ms .grid > .col:after, .table.table-ms .grid > [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }
  .table.table-ms .table-head {
    display: none !important;
  }
}
@media (max-width: 640px) {
  .table.table-sm .grid {
    display: block;
  }
  .table.table-sm .grid > .col, .table.table-sm .grid > [class*=col-] {
    width: 100%;
    padding: 0 0;
  }
  .table.table-sm .grid > .col .table-cel-label, .table.table-sm .grid > [class*=col-] .table-cel-label {
    display: block;
  }
  .table.table-sm .grid > .col .table-cel-content, .table.table-sm .grid > [class*=col-] .table-cel-content {
    display: block;
    float: left;
  }
  .table.table-sm .grid > .col:after, .table.table-sm .grid > [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }
  .table.table-sm .table-head {
    display: none !important;
  }
}
@media (max-width: 520px) {
  .table.table-xs .grid {
    display: block;
  }
  .table.table-xs .grid > .col, .table.table-xs .grid > [class*=col-] {
    width: 100%;
    padding: 0 0;
  }
  .table.table-xs .grid > .col .table-cel-label, .table.table-xs .grid > [class*=col-] .table-cel-label {
    display: block;
  }
  .table.table-xs .grid > .col .table-cel-content, .table.table-xs .grid > [class*=col-] .table-cel-content {
    display: block;
    float: left;
  }
  .table.table-xs .grid > .col:after, .table.table-xs .grid > [class*=col-]:after {
    clear: both;
    content: "";
    display: table;
  }
  .table.table-xs .table-head {
    display: none !important;
  }
}
.modal {
  width: 950px;
  max-width: calc(100% - 60px);
  background: #414B3B;
  color: rgba(252, 255, 222, 0.6);
  font-size: 0.9375rem;
}
.modal {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1600px) {
  .modal {
    padding-top: calc(3.6458333333vw + 11.6666666667px);
    padding-bottom: calc(3.6458333333vw + 11.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .modal {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.modal {
  padding-left: 110px;
  padding-right: 110px;
}
@media screen and (max-width: 1600px) {
  .modal {
    padding-left: calc(7.2916666667vw - 6.6666666667px);
    padding-right: calc(7.2916666667vw - 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .modal {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6 {
  color: #FCFFDE;
}
.modal a:hover, .modal a:focus, .modal a:active {
  color: #FCFFDE;
}
.modal .btn {
  margin-top: 30px;
  margin-bottom: 0;
  background: #fff;
  color: #414B3B;
}
.modal .btn:hover, .modal .btn:focus, .modal .btn:active {
  background: #FCFFDE;
}
@media (max-width: 900px) {
  .modal {
    max-width: calc(100% - 40px);
  }
}

.contact-modal {
  max-width: unset;
  width: 100%;
  height: 100%;
  background: #F0EEE6;
  padding: 0;
}
.contact-modal > button {
  right: 6% !important;
}

.contact-modal-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  overflow: auto !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.contact-modal-wrapper {
  padding-top: 95px;
  padding-bottom: 95px;
}
@media screen and (max-width: 1600px) {
  .contact-modal-wrapper {
    padding-top: calc(4.9479166667vw + 15.8333333333px);
    padding-bottom: calc(4.9479166667vw + 15.8333333333px);
  }
}
@media screen and (max-width: 640px) {
  .contact-modal-wrapper {
    padding-top: 47.5px;
    padding-bottom: 47.5px;
  }
}
.contact-modal-wrapper::-webkit-scrollbar {
  width: 0 !important;
}
.contact-modal-wrapper .page-heading {
  width: 42.5%;
}
.contact-modal-wrapper .page-heading h1 {
  padding-bottom: 10px;
}
.contact-modal-wrapper .page-heading p {
  display: inline-block;
}
.contact-modal-wrapper .page-heading div {
  width: 75%;
  margin-top: auto;
  font-size: 1rem;
}
.contact-modal-wrapper .page-heading div img {
  width: 100%;
}
.contact-modal-wrapper .page-heading .pluslist li, .contact-modal-wrapper .page-heading .project-cover .project-cover-content ul li, .project-cover .project-cover-content .contact-modal-wrapper .page-heading ul li {
  margin-bottom: 0;
}
.contact-modal-wrapper form {
  width: 50%;
  padding: 0;
}
.contact-modal-wrapper form textarea {
  min-height: unset;
  height: 80px;
}
.contact-modal-wrapper form .form-line {
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .contact-modal-wrapper form .form-line {
    padding-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .contact-modal-wrapper form .form-line {
    padding-bottom: 10px;
  }
}
.contact-modal-wrapper form .checkbox-line {
  padding-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  .contact-modal-wrapper form .checkbox-line {
    padding-bottom: calc(0.78125vw + 2.5px);
  }
}
@media screen and (max-width: 640px) {
  .contact-modal-wrapper form .checkbox-line {
    padding-bottom: 7.5px;
  }
}
@media (max-width: 900px) {
  .contact-modal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-modal-wrapper .page-heading,
  .contact-modal-wrapper form {
    width: 100%;
  }
  .contact-modal-wrapper .page-heading {
    margin-bottom: 20px;
  }
}

.fullwidth {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.sitewidth {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 60px);
  max-width: 1450px;
}
@media (max-width: 640px) {
  .sitewidth {
    width: calc(100% - 40px);
  }
}

.container {
  position: relative;
}

.container-small {
  margin: 0 auto;
  width: 70%;
}
@media (max-width: 900px) {
  .container-small {
    width: 100%;
  }
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #FEF8F3;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.loaded .loader {
  opacity: 0;
  visibility: hidden;
}

.map-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
}
.map-block {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .map-block {
    margin-bottom: calc(6.7708333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .map-block {
    margin-bottom: 65px;
  }
}
.map-block .map-wrapper {
  position: relative;
  padding: 0;
}
.map-block .map-wrapper .map {
  height: 100%;
}
.map-block .map-wrapper .map-links {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #414B3B;
  color: #FCFFDE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.map-block .map-wrapper .map-links a {
  width: 66px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 1.5em;
  color: #FCFFDE !important;
}
.map-block .map-wrapper .map-links a:hover, .map-block .map-wrapper .map-links a:focus, .map-block .map-wrapper .map-links a:active {
  scale: 1.1;
}
.map-block .map-content {
  background: #414B3B;
  padding: 0 14.2857142857%;
  color: rgba(252, 255, 222, 0.6);
}
.map-block .map-content {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1600px) {
  .map-block .map-content {
    padding-top: calc(10.4166666667vw - 16.6666666667px);
    padding-bottom: calc(10.4166666667vw - 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .map-block .map-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.map-block .map-content h1, .map-block .map-content h2, .map-block .map-content h3, .map-block .map-content h4, .map-block .map-content h5, .map-block .map-content h6 {
  color: #FCFFDE;
}
.map-block .map-content a:hover, .map-block .map-content a:focus, .map-block .map-content a:active {
  color: #FCFFDE;
}
@media (max-width: 768px) {
  .map-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .map-block .map-wrapper .map {
    height: 45vw;
    min-height: 250px;
  }
  .map-block .map-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.map-wrapper {
  padding-top: 20px;
}
@media screen and (max-width: 1600px) {
  .map-wrapper {
    padding-top: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .map-wrapper {
    padding-top: 10px;
  }
}
.map-wrapper {
  padding-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .map-wrapper {
    padding-bottom: calc(4.1666666667vw + 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .map-wrapper {
    padding-bottom: 40px;
  }
}

.map {
  display: block;
  position: relative;
  height: 680px;
  background-color: #414B3B;
}
.map button {
  border: none !important;
}
@media (max-width: 1080px) {
  .map {
    height: 500px;
  }
}
@media (max-width: 900px) {
  .map {
    height: 400px;
  }
}

.marker {
  position: absolute;
}

.map-marker-content h1, .map-marker-content h2, .map-marker-content h3, .map-marker-content h4, .map-marker-content h5, .map-marker-content h6 {
  margin-bottom: 5px;
  padding: 0;
}

/* Waze & google maps link classes */
a.wazelink,
a.googlemapslink {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size: 0px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: solid 1px rgba(65, 75, 59, 0.6);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
  margin-bottom: 15px;
}
a.wazelink:before,
a.googlemapslink:before {
  font-size: 18px;
}
a.wazelink:hover, a.wazelink:focus, a.wazelink:active,
a.googlemapslink:hover,
a.googlemapslink:focus,
a.googlemapslink:active {
  border-color: #414B3B;
}

.video-wrapper {
  position: relative;
}
.video-wrapper {
  padding-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .video-wrapper {
    padding-bottom: calc(3.125vw + 10px);
  }
}
@media screen and (max-width: 640px) {
  .video-wrapper {
    padding-bottom: 30px;
  }
}

.pop-up-video {
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
.pop-up-video span {
  display: block;
  text-align: center;
  padding: 25% 10%;
  background-image: url(assets/play-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  text-indent: -99999px;
  line-height: normal;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.pop-up-video span:after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  display: block;
  width: 100%;
  content: "";
  background-color: #fff;
}
.pop-up-video span:after {
  height: 60px;
}
@media screen and (max-width: 1600px) {
  .pop-up-video span:after {
    height: calc(4.1666666667vw - 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .pop-up-video span:after {
    height: 20px;
  }
}
.pop-up-video:hover span, .pop-up-video:focus span, .pop-up-video:active span {
  background-size: 40px 40px;
}
@media (max-width: 640px) {
  .pop-up-video {
    margin-bottom: 50px;
  }
  .pop-up-video span:after {
    display: none;
  }
}

.video {
  width: 100%;
  clear: both;
  height: 0;
  padding-top: 0;
  padding-bottom: 56.34%;
  position: relative;
  overflow: hidden;
}

.video embed, .video iframe, .video object, .video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* Video link pop-ups */
a.video-link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: radial-gradient(circle, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: url(assets/play-button.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
a.video-link:after {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 1600px) {
  a.video-link:after {
    width: calc(2.9166666667vw + 9.3333333333px);
    height: calc(2.9166666667vw + 9.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  a.video-link:after {
    width: 28px;
    height: 28px;
  }
}
a.video-link:after {
  margin-left: -28px;
  margin-top: -28px;
}
@media screen and (max-width: 1600px) {
  a.video-link:after {
    margin-left: calc(-1.4583333333vw - 4.6666666667px);
    margin-top: calc(-1.4583333333vw - 4.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  a.video-link:after {
    margin-left: -14px;
    margin-top: -14px;
  }
}

.photo-album {
  padding-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .photo-album {
    padding-bottom: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .photo-album {
    padding-bottom: 20px;
  }
}
.photo-album .gutter-sizer {
  width: 1%;
  height: 0px;
}
.photo-album a {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  border: none;
  background-color: #000;
}
.photo-album a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.photo-album a:hover img, .photo-album a:focus img, .photo-album a:active img {
  opacity: 0.9;
}
@media (max-width: 900px) {
  .photo-album .gutter-sizer {
    width: 2%;
  }
  .photo-album a {
    width: 49%;
    margin: 0 0 !important;
  }
}

.album-slideshow-wrapper {
  position: relative;
  width: 83.3333333333%;
  margin: 0 auto;
}
.album-slideshow-wrapper {
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .album-slideshow-wrapper {
    margin-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideshow-wrapper {
    margin-bottom: 50px;
  }
}
.album-slideshow-wrapper > svg {
  content: "";
  width: 66.6666666667%;
  position: absolute;
  aspect-ratio: 1.067;
  position: absolute;
  top: -13.4%;
  right: -27.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #F0EEE6;
  z-index: -1;
}
.album-slideshow-wrapper .prev-next-buttons {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.album-slideshow-wrapper .prev-next-buttons {
  bottom: 30px;
  right: 30px;
}
@media screen and (max-width: 1600px) {
  .album-slideshow-wrapper .prev-next-buttons {
    bottom: calc(2.0833333333vw - 3.3333333333px);
    right: calc(2.0833333333vw - 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideshow-wrapper .prev-next-buttons {
    bottom: 10px;
    right: 10px;
  }
}
.album-slideshow-wrapper .prev-next-buttons .prev,
.album-slideshow-wrapper .prev-next-buttons .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100vw;
  background: #FEF8F3;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.album-slideshow-wrapper .prev-next-buttons .prev,
.album-slideshow-wrapper .prev-next-buttons .next {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 1600px) {
  .album-slideshow-wrapper .prev-next-buttons .prev,
  .album-slideshow-wrapper .prev-next-buttons .next {
    width: calc(1.0416666667vw + 33.3333333333px);
    height: calc(1.0416666667vw + 33.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideshow-wrapper .prev-next-buttons .prev,
  .album-slideshow-wrapper .prev-next-buttons .next {
    width: 40px;
    height: 40px;
  }
}
.album-slideshow-wrapper .prev-next-buttons .prev svg,
.album-slideshow-wrapper .prev-next-buttons .next svg {
  width: 50%;
}
.album-slideshow-wrapper .prev-next-buttons .prev:hover, .album-slideshow-wrapper .prev-next-buttons .prev:focus, .album-slideshow-wrapper .prev-next-buttons .prev:active,
.album-slideshow-wrapper .prev-next-buttons .next:hover,
.album-slideshow-wrapper .prev-next-buttons .next:focus,
.album-slideshow-wrapper .prev-next-buttons .next:active {
  scale: 1.1;
}
.album-slideshow-wrapper .prev-next-buttons .prev {
  rotate: 180deg;
}
@media (max-width: 900px) {
  .album-slideshow-wrapper {
    width: 100%;
  }
}

.album-slideshow img {
  display: block;
  width: 100%;
  height: auto;
}

.album-slideblocks-wrapper {
  position: relative;
  overflow: visible;
}
.album-slideblocks-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .album-slideblocks-wrapper {
    margin-top: calc(3.90625vw - 12.5px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideblocks-wrapper {
    margin-top: 12.5px;
  }
}
.album-slideblocks-wrapper {
  padding-bottom: 125px;
}
@media screen and (max-width: 1600px) {
  .album-slideblocks-wrapper {
    padding-bottom: calc(7.8125vw + 0px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideblocks-wrapper {
    padding-bottom: 50px;
  }
}
.album-slideblocks-wrapper .album-slideblocks {
  position: relative;
  width: 100%;
  overflow: visible !important;
  display: block;
  z-index: 20;
}
.album-slideblocks-wrapper .album-slideblocks {
  padding-left: 520px;
}
@media screen and (max-width: 1600px) {
  .album-slideblocks-wrapper .album-slideblocks {
    padding-left: calc(52.6041666667vw - 321.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideblocks-wrapper .album-slideblocks {
    padding-left: 15px;
  }
}
@media (max-width: 640px) {
  .album-slideblocks-wrapper .album-slideblocks {
    padding-left: 5%;
  }
}
.album-slideblocks-wrapper .album-slideblocks .album-slideblocks-spacer {
  text-align: center;
  font-family: "Montserrat", Times, "Times New Roman";
  font-size: 0px;
}
.album-slideblocks-wrapper .album-slideblocks .album-slideblocks-spacer {
  width: 520px;
}
@media screen and (max-width: 1600px) {
  .album-slideblocks-wrapper .album-slideblocks .album-slideblocks-spacer {
    width: calc(48.9583333333vw - 263.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .album-slideblocks-wrapper .album-slideblocks .album-slideblocks-spacer {
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .album-slideblocks-wrapper .album-slideblocks .album-slideblocks-spacer {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .album-slideblocks-wrapper .album-slideblocks .album-slideblocks-spacer {
    width: 5%;
  }
}
.album-slideblocks-wrapper .album-slideblocks a {
  position: relative;
  padding: 5px;
  z-index: 100;
  text-decoration: none;
}
.album-slideblocks-wrapper .album-slideblocks a:first-child {
  padding-left: 0px;
}
@media (max-width: 900px) {
  .album-slideblocks-wrapper .album-slideblocks a:first-child {
    max-width: 410px;
  }
}
.album-slideblocks-wrapper .album-slideblocks a figure {
  position: relative;
  display: block;
  width: 690px;
  z-index: 100;
  background-color: #F0EEE6;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .album-slideblocks-wrapper .album-slideblocks a figure {
    width: 500px;
  }
}
@media (max-width: 640px) {
  .album-slideblocks-wrapper .album-slideblocks a figure {
    width: 80vw;
  }
}
.album-slideblocks-wrapper .album-slideblocks a figure img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-viewport {
  position: relative;
  overflow: visible;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a {
  opacity: 0.65;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a:hover, .album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a:focus, .album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a:active {
  opacity: 1;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a:hover img, .album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a:focus img, .album-slideblocks-wrapper .album-slideblocks .flickity-viewport .flickity-slider:hover a:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button {
  z-index: -1;
  background-color: red !important;
  width: 50%;
  height: 100%;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button.previous {
  left: 0px;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button.next {
  right: 0px;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button svg {
  display: none;
}
.album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button:hover, .album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button:focus, .album-slideblocks-wrapper .album-slideblocks .flickity-prev-next-button:active {
  opacity: 1;
}

.album-slider-left-align-wrapper {
  position: relative;
}
.album-slider-left-align-wrapper .prev-next-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  z-index: 1;
  padding: 7px 20px;
  display: none;
}
.album-slider-left-align-wrapper .prev-next-buttons .prev,
.album-slider-left-align-wrapper .prev-next-buttons .next {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.album-slider-left-align-wrapper .prev-next-buttons .prev svg,
.album-slider-left-align-wrapper .prev-next-buttons .next svg {
  width: 14px;
  height: 9px;
}
.album-slider-left-align-wrapper .prev-next-buttons .prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.album-slider-left-align-wrapper .prev-next-buttons .prev:hover, .album-slider-left-align-wrapper .prev-next-buttons .prev:focus, .album-slider-left-align-wrapper .prev-next-buttons .prev:active {
  -webkit-transform: rotate(180deg) scale(1.3);
          transform: rotate(180deg) scale(1.3);
}
.album-slider-left-align-wrapper .prev-next-buttons .next:hover, .album-slider-left-align-wrapper .prev-next-buttons .next:focus, .album-slider-left-align-wrapper .prev-next-buttons .next:active {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.album-slider-left-align-wrapper.is-slider .prev-next-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.album-slider-left-align-wrapper.is-slider-mobile .album-slider-left-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.album-slider-left-align-wrapper.is-slider-mobile .album-slider-left-align figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: clamp(300px, 42vw, 850px);
}
.album-slider-left-align-wrapper.is-slider-mobile .album-slider-left-align figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 640px) {
  .album-slider-left-align-wrapper.is-slider-mobile .prev-next-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .album-slider-left-align-wrapper.is-slider-mobile .album-slider-left-align {
    display: block;
  }
  .album-slider-left-align-wrapper.is-slider-mobile .album-slider-left-align:after {
    content: "flickity";
    display: none;
  }
  .album-slider-left-align-wrapper.is-slider-mobile .album-slider-left-align figure {
    width: 100%;
  }
}
.album-slider-left-align-wrapper:not(.is-slider):not(.is-slider-mobile) .album-slider-left-align figure {
  width: 100%;
  height: clamp(300px, 42vw, 850px);
}
.album-slider-left-align-wrapper:not(.is-slider):not(.is-slider-mobile) .album-slider-left-align figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.album-slider-left-align img {
  width: auto;
  height: clamp(300px, 42vw, 850px);
}

.cookie-pop-up {
  position: relative;
  z-index: 999999;
}

.popup-filter {
  background: rgba(0, 0, 0, 0.5);
  z-index: 90;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.cookie-pop-up-window {
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  max-width: 625px;
  max-height: calc(100vh - 40px);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  z-index: 200;
  color: #414B3B;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 640px) {
  .cookie-pop-up-window {
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: unset;
    z-index: 101;
    -ms-grid-rows: 1fr auto;
    grid-template-rows: 1fr auto;
  }
}
.cookie-pop-up-window .cookies-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  gap: 15px;
}
.cookie-pop-up-window .notifications-header {
  padding: 20px 30px;
  color: #414B3B;
  display: block;
  overflow: hidden;
  margin: 0 0;
  line-height: normal;
}
@media (max-width: 640px) {
  .cookie-pop-up-window .notifications-header {
    display: none;
  }
}
.cookie-pop-up-window .btn {
  margin-bottom: 0;
}
.cookie-pop-up-window h1, .cookie-pop-up-window h2, .cookie-pop-up-window h3, .cookie-pop-up-window h4, .cookie-pop-up-window h5, .cookie-pop-up-window h6 {
  color: #414B3B;
  padding: 0;
}
.cookie-pop-up-window h4 {
  padding-bottom: 0.7em;
}
.cookie-pop-up-window .notifications-content-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.cookie-pop-up-window .notifications-content {
  border-top: 1px solid rgba(65, 75, 59, 0.1);
  border-bottom: 1px solid rgba(65, 75, 59, 0.1);
  overflow-y: auto;
  padding: 20px 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.cookie-pop-up-window .notifications-content::-webkit-scrollbar {
  display: none !important;
}
.cookie-pop-up-window .notifications-content p {
  color: rgba(65, 75, 59, 0.6);
  line-height: 1.6em;
}
@media (max-width: 640px) {
  .cookie-pop-up-window .notifications-content p {
    font-size: 0.8125rem;
    line-height: 1.4em;
  }
}
@media (max-width: 640px) {
  .cookie-pop-up-window .notifications-content {
    padding: 40px;
  }
}
.cookie-pop-up-window .notifications-content .notifications-content-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 15px;
  margin-bottom: 30px;
}
.cookie-pop-up-window .notifications-content .notifications-content-text a {
  text-decoration: none;
  color: #414B3B;
  font-weight: 700;
  margin-left: 0 !important;
}
.cookie-pop-up-window .notifications-content .notifications-content-text a:hover, .cookie-pop-up-window .notifications-content .notifications-content-text a:focus, .cookie-pop-up-window .notifications-content .notifications-content-text a:active {
  text-decoration: underline;
}
.cookie-pop-up-window .notifications-content .cookie-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item {
  border-right: 1px solid #F0EEE6;
  border-left: 1px solid #F0EEE6;
  border-bottom: 1px solid #F0EEE6;
  min-width: 250px;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item:first-of-type {
  border-top: 1px solid #F0EEE6;
  border-radius: 0;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item:last-of-type {
  border-radius: 0;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item .cookieoption-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 0 20px;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item .cookieoption-item-header.inactive [type=checkbox]:checked + label span:last-child {
  opacity: 0.5;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item .cookieoption-item-header .cookieoption-item-name {
  font-weight: 700;
  font-size: 16px;
  color: rgba(65, 75, 59, 0.6);
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item .cookieoption-item-header .cookieoption-item-name svg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  color: currentColor;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item .cookieoption-item-header .active svg {
  rotate: 45deg;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item .cookieoption-item-description {
  font-size: 0.8125rem;
  line-height: 1.4;
  padding: 0 10px 20px 10px;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item [type=checkbox] {
  position: absolute;
  left: -9999px;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  margin-right: 20px;
}
@media (max-width: 640px) {
  .cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item label {
    margin-right: 2px;
  }
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item span:first-child {
  padding: 8px;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item span:last-child {
  position: relative;
  width: 50px;
  height: 26px;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
          box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.4);
  background: #C8C4C1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item span:last-child::before,
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item span:last-child::after {
  content: "";
  position: absolute;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item span:last-child::before {
  left: 1px;
  top: 1px;
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item span:last-child::after {
  top: 50%;
  right: 8px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 12px 12px;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item [type=checkbox]:checked + label span:last-child {
  background: #414B3B;
  opacity: 1 !important;
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item [type=checkbox]:checked + label span:last-child::before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
}
.cookie-pop-up-window .notifications-content .cookie-options .cookieoption-item [type=checkbox]:checked + label span:last-child::after {
  width: 14px;
  height: 14px;
  left: 8px;
  background-size: 14px 14px;
}
@media screen and (max-width: 600px) {
  .cookie-pop-up-window .notifications-content .cookie-options li::before {
    display: none;
  }
}
.cookie-pop-up-window p:last-child,
.cookie-pop-up-window ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.cookie-pop-up-window p:last-child .btn:last-child,
.cookie-pop-up-window ul:last-child .btn:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .cookie-pop-up-window .notifications-content {
    display: block;
  }
  .cookie-pop-up-window .notifications-content .notifications-content-action {
    padding: 15px 0 0 0;
  }
}

.hide {
  -webkit-transition: opacity 200ms, display 300ms;
  transition: opacity 200ms, display 300ms;
  display: none;
  opacity: 0;
}

.goleft {
  float: left;
}

.goright {
  float: right;
}

.center {
  text-align: center;
}

.bordered {
  border: 1px solid !important;
}

.btn-outline-dark {
  border-color: #B1AFAF;
  font-size: 1rem;
}
.btn-outline-dark:after {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 9px;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cpath d='M10.1,0.6L9.5,1.4l3.8,3.2H0.7v1h12.7L9.5,8.9l0.6,0.7l5.4-4.5L10.1,0.6z'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
  color: #414B3B;
  background-color: transparent;
  border-color: #414B3B;
}
.btn-outline-dark:hover:after, .btn-outline-dark:focus:after, .btn-outline-dark:active:after {
  width: 34px;
  margin-right: 0px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Laag_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 10' style='enable-background:new 0 0 16 10;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23c3996d;} %3C/style%3E%3Cpath class='st0' d='M10.1,0.6L9.5,1.4l3.8,3.2H0.7v1h12.7L9.5,8.9l0.6,0.7l5.4-4.5L10.1,0.6z'/%3E%3C/svg%3E%0A");
}

textarea {
  border-color: #B1AFAF;
  padding: 1.25rem;
}

button {
  border-color: #000;
}
button:hover {
  color: #414B3B;
  border-color: #414B3B;
}

label.floatinglabel {
  line-height: normal;
  padding: 5px 10px;
}
label.floatinglabel:not(.active) + select {
  color: rgba(65, 75, 59, 0.8);
}

.form-wrapper {
  width: 74%;
}
.form-wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .form-wrapper {
    padding-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .form-wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .form-wrapper {
    width: 100%;
  }
}

.form-newsletter {
  width: 90%;
  max-width: 385px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
}
.form-newsletter input, .form-newsletter .input {
  border-color: #000;
}
.form-newsletter button {
  font-size: 0px;
  padding: 0 0;
  background-color: transparent !important;
}
.form-newsletter button:after {
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 900px) {
  .form-newsletter {
    max-width: 500px;
  }
}
@media (max-width: 640px) {
  .form-newsletter {
    width: 100%;
  }
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  overflow: visible;
  background: #FEF8F3;
  z-index: 2;
  padding: 30px 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
}
@media (max-width: 900px) {
  .header {
    padding: 20px 0;
  }
  .header .header-content {
    padding: 0;
  }
}

a.logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
a.logo h3 {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  text-indent: -99999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  line-height: normal;
}
a.logo svg {
  color: #414B3B;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
a.logo svg {
  width: 237px;
}
@media screen and (max-width: 1600px) {
  a.logo svg {
    width: calc(3.6458333333vw + 178.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  a.logo svg {
    width: 202px;
  }
}

body.wachtpagina .header {
  position: absolute !important;
  top: 0px;
  left: 0px;
  background-color: transparent !important;
}
body.wachtpagina a.logo {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.menu-primary {
  font-family: "Montserrat", Times, "Times New Roman";
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3em;
}
.menu-primary ul li {
  padding: 0;
}
.menu-primary ul li a {
  text-decoration: none;
  position: relative;
  color: #414B3B;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 180%;
}
.menu-primary ul li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  background: currentColor;
  width: 12px;
  height: 8px;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  translate: -50% 0;
}
.menu-primary ul li a:hover:after, .menu-primary ul li a.active:after {
  opacity: 1;
  translate: -50% 0.5em;
}
.menu-primary svg {
  display: none;
}
@media (max-width: 900px) {
  .menu-primary {
    font-family: "Archivo", Helvetica, Arial, sans-serif;
    position: absolute;
    top: -20px;
    left: 50%;
    width: calc(100% + 60px);
    height: 100vh;
    height: 100dvh;
    translate: -50% 0;
    background: #414B3B;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    scale: 0.95;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-primary svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(252, 255, 222, 0.1);
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    pointer-events: none;
  }
  .menu-primary ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-primary ul li a {
    color: #FCFFDE;
    font-weight: 600;
  }
  .menu-primary ul li a {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 900px) and (max-width: 1600px) {
  .menu-primary ul li a {
    font-size: calc(4.1666666667vw - 0.4166666667rem);
  }
}
@media screen and (max-width: 900px) and (max-width: 640px) {
  .menu-primary ul li a {
    font-size: 1.25rem;
  }
}

@media (max-width: 900px) {
  .respmenu-active .menu-primary {
    pointer-events: initial;
    scale: 1;
    opacity: 1;
  }
}

.header.compact {
  padding: 15px 0;
}
.header.compact .logo svg {
  width: 170px;
}
@media (max-width: 900px) {
  .header.compact .menu-primary {
    top: -15px;
  }
}

.menu-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 4px 50px 30px 0;
}
.menu-language ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1102;
  height: 28px;
  text-align: center;
  overflow: hidden;
  display: block;
  width: 50px;
}
.menu-language ul:hover, .menu-language ul:focus, .menu-language ul:active {
  cursor: pointer;
  overflow: visible;
}
.menu-language ul li {
  display: block;
  padding: 0 0;
}
.menu-language ul li em,
.menu-language ul li a {
  position: relative;
  text-decoration: none;
  padding: 0 15px 0px 10px;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
}
.menu-language ul li em:after {
  display: block;
  position: absolute;
  right: 0px;
  top: 11px;
  content: "\f078";
  font-size: 8px;
  vertical-align: 0;
  font-weight: 400;
  color: inherit;
}
.menu-language ul li a:hover:after {
  right: 15px;
}

.respmenu {
  position: relative;
  cursor: pointer;
  z-index: 1100;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 24px;
  cursor: pointer;
}
.respmenu em {
  position: relative;
  display: block;
  text-indent: -99999px;
  width: 62.5%;
  height: 2.5px;
  background: #414B3B;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.respmenu:before, .respmenu:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2.5px;
  background: #414B3B;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  left: 50%;
  translate: -50% 0;
}
.respmenu:before {
  top: 0;
}
.respmenu:after {
  bottom: 0;
}
.respmenu:hover em, .respmenu:focus em, .respmenu:active em {
  width: 32.5px;
}
@media (max-width: 900px) {
  .respmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 640px) {
  .respmenu {
    width: 30px;
    height: 19px;
  }
}

.respmenu-active .respmenu em {
  background: transparent;
  width: 0px;
}
.respmenu-active .respmenu:before, .respmenu-active .respmenu:after {
  width: 72.5%;
  height: 2px;
  background: #FCFFDE;
  border-radius: 100vw;
}
.respmenu-active .respmenu:before {
  -webkit-transform: translateY(11px) rotate(-45deg);
          transform: translateY(11px) rotate(-45deg);
}
.respmenu-active .respmenu:after {
  -webkit-transform: translateY(-11px) rotate(45deg);
          transform: translateY(-11px) rotate(45deg);
}
.respmenu-active .respmenu:hover:before, .respmenu-active .respmenu:hover:after, .respmenu-active .respmenu:focus:before, .respmenu-active .respmenu:focus:after, .respmenu-active .respmenu:active:before, .respmenu-active .respmenu:active:after {
  width: 100%;
}
@media (max-width: 640px) {
  .respmenu-active .respmenu:before {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
            transform: translateY(8.5px) rotate(-45deg);
  }
  .respmenu-active .respmenu:after {
    -webkit-transform: translateY(-8.5px) rotate(45deg);
            transform: translateY(-8.5px) rotate(45deg);
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 0.8125rem;
  margin-bottom: 30px;
  line-height: normal;
}
.breadcrumb {
  margin-top: 45px;
}
@media screen and (max-width: 1600px) {
  .breadcrumb {
    margin-top: calc(2.34375vw + 7.5px);
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 22.5px;
  }
}
.breadcrumb a {
  text-decoration: none;
}

@media (max-width: 900px) {
  .mobile-swap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.menu-grid {
  padding-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .menu-grid {
    padding-bottom: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .menu-grid {
    padding-bottom: 20px;
  }
}
.menu-grid > a {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.menu-grid > a .menu-grid-item-media {
  position: relative;
  overflow: hidden;
}
.menu-grid > a .menu-grid-item-media img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.menu-grid > a .menu-grid-item-media:after, .menu-grid > a .menu-grid-item-media:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  z-index: 1;
}
.menu-grid > a .menu-grid-item-media:before {
  background: rgba(65, 75, 59, 0.8);
  opacity: 0;
}
.menu-grid > a .menu-grid-item-text {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  z-index: 5;
}
.menu-grid > a .menu-grid-item-text h6 {
  font-size: 2rem;
}
@media screen and (max-width: 1600px) {
  .menu-grid > a .menu-grid-item-text h6 {
    font-size: calc(0.5208333333vw + 1.4791666667rem);
  }
}
@media screen and (max-width: 640px) {
  .menu-grid > a .menu-grid-item-text h6 {
    font-size: 1.6875rem;
  }
}
.menu-grid > a:hover .menu-grid-item-media:after, .menu-grid > a:focus .menu-grid-item-media:after, .menu-grid > a:active .menu-grid-item-media:after {
  opacity: 0;
}
.menu-grid > a:hover .menu-grid-item-media:before, .menu-grid > a:focus .menu-grid-item-media:before, .menu-grid > a:active .menu-grid-item-media:before {
  opacity: 1;
}
.menu-grid > a:hover .menu-grid-item-media img, .menu-grid > a:focus .menu-grid-item-media img, .menu-grid > a:active .menu-grid-item-media img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.page-header {
  position: relative;
}
.page-header {
  margin-top: 40px;
}
@media screen and (max-width: 1600px) {
  .page-header {
    margin-top: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .page-header {
    margin-top: 20px;
  }
}
.page-header {
  padding-bottom: 75px;
}
@media screen and (max-width: 1600px) {
  .page-header {
    padding-bottom: calc(2.6041666667vw + 33.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .page-header {
    padding-bottom: 50px;
  }
}
.page-header .page-header-action {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 7px;
  left: 0px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-header .page-header-action a {
  text-decoration: none;
  font-weight: 400;
}
.page-header .page-header-action a:before {
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
  margin-right: 25px;
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-header .page-header-title {
  display: none;
  text-align: center;
  padding: 0 150px;
  font-family: "Montserrat", Times, "Times New Roman";
  font-size: 1.875rem;
  line-height: 1.5em;
}
.page-header .page-header-title img {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .page-header .page-header-action {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
  }
  .page-header .page-header-action a {
    font-size: 0.9375rem;
  }
  .page-header .page-header-action a:before {
    margin-right: 20px;
  }
  .page-header .page-header-title {
    text-align: left;
    padding: 10px 0 0 0;
  }
  .page-header .page-header-title img {
    margin: 0 0;
  }
}

.blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.blocks {
  margin-bottom: 140px;
}
@media screen and (max-width: 1600px) {
  .blocks {
    margin-bottom: calc(7.2916666667vw + 23.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .blocks {
    margin-bottom: 70px;
  }
}
.blocks .block {
  background: #414B3B;
  color: #FCFFDE;
  position: relative;
}
.blocks .block {
  min-height: 463px;
}
@media screen and (max-width: 1600px) {
  .blocks .block {
    min-height: calc(29.4791666667vw - 8.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .blocks .block {
    min-height: 180px;
  }
}
.blocks .block {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .blocks .block {
    padding-top: calc(1.5625vw + 15px);
    padding-bottom: calc(1.5625vw + 15px);
  }
}
@media screen and (max-width: 640px) {
  .blocks .block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.blocks .block {
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1600px) {
  .blocks .block {
    padding-left: calc(2.0833333333vw + 16.6666666667px);
    padding-right: calc(2.0833333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .blocks .block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.blocks .block h1, .blocks .block h2, .blocks .block h3, .blocks .block h4, .blocks .block h5, .blocks .block h6 {
  color: currentColor;
}
.blocks .block:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 50%;
  max-width: 250px;
  aspect-ratio: 1.47;
  background: rgba(252, 255, 222, 0.05);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.blocks .block .text-lg {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
.blocks .block .text-lg {
  margin-bottom: 25px;
}
@media screen and (max-width: 1600px) {
  .blocks .block .text-lg {
    margin-bottom: calc(1.3020833333vw + 4.1666666667px);
  }
}
@media screen and (max-width: 640px) {
  .blocks .block .text-lg {
    margin-bottom: 12.5px;
  }
}
.blocks .block p {
  color: rgba(252, 255, 222, 0.6);
  font-size: 0.9375rem;
  line-height: 1.6em;
}
.blocks .block p .btn-primary {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
  color: #414B3B;
}
.blocks .block p .btn-primary:hover, .blocks .block p .btn-primary:focus, .blocks .block p .btn-primary:active {
  color: #414B3B;
  background-color: #f9ffb8;
  border-color: #f7ffab;
}
.blocks .block p .btn-primary.disabled, .blocks .block p .btn-primary:disabled {
  color: #414B3B;
  background-color: #FCFFDE;
  border-color: #FCFFDE;
}
.blocks .block p .btn-primary:not(:disabled):not(.disabled):active, .blocks .block p .btn-primary:not(:disabled):not(.disabled).active, .show > .blocks .block p .btn-primary.dropdown-toggle {
  color: #414B3B;
  background-color: #f7ffab;
  border-color: #f6ff9e;
}
.blocks .block p .btn-outline-primary {
  border: 1px solid #FCFFDE;
  color: #FCFFDE;
}
.blocks .block p .btn-outline-primary:hover, .blocks .block p .btn-outline-primary:focus, .blocks .block p .btn-outline-primary:active {
  background: #FCFFDE;
  color: #414B3B;
}
.blocks .block p:last-child .btn:last-child {
  margin-bottom: 0;
}
@media (max-width: 1080px) {
  .blocks {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blocks .block {
    aspect-ratio: unset;
  }
}

.tooltip-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.tooltip-wrapper .tooltip {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 100%;
  height: calc(100% + 10px);
  z-index: 1;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
.tooltip-wrapper .tooltip .tooltip-content {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  translate: -50% 0;
  -webkit-box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.15);
  background: #FCFFDE;
  color: #414B3B;
  border-radius: 10px;
  padding: 0.5rem 1.125rem;
  font-size: 0.75rem;
  min-width: 300px;
  max-width: calc(100vw - 40px);
  line-height: 1.7em;
}
.tooltip-wrapper:hover .tooltip, .tooltip-wrapper:focus .tooltip, .tooltip-wrapper:active .tooltip {
  opacity: 1;
  pointer-events: initial;
}

.contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
}
.contact .contact-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .contact-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 35px;
}
.contact .contact-logos img {
  height: 80px;
}
@media screen and (max-width: 1600px) {
  .contact .contact-logos img {
    height: calc(2.0833333333vw + 46.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .contact .contact-logos img {
    height: 60px;
  }
}
.contact .contact-form-wrapper {
  padding-left: 10%;
  padding-right: 10%;
  position: relative;
  color: rgba(252, 255, 222, 0.6);
}
.contact .contact-form-wrapper {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1600px) {
  .contact .contact-form-wrapper {
    padding-top: calc(4.6875vw + 15px);
    padding-bottom: calc(4.6875vw + 15px);
  }
}
@media screen and (max-width: 640px) {
  .contact .contact-form-wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
.contact .contact-form-wrapper h1, .contact .contact-form-wrapper h2, .contact .contact-form-wrapper h3, .contact .contact-form-wrapper h4, .contact .contact-form-wrapper h5, .contact .contact-form-wrapper h6 {
  color: #FCFFDE;
  margin-bottom: 5px;
  padding: 0;
}
.contact .contact-form-wrapper a:hover, .contact .contact-form-wrapper a:focus, .contact .contact-form-wrapper a:active {
  color: #FCFFDE;
}
.contact .contact-form-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw + 1px);
  height: 100%;
  background: #414B3B;
  z-index: -1;
}
@media (max-width: 1080px) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contact .contact-image {
    width: calc(100vw + 1px);
    margin-left: 50%;
    translate: -50% 0;
    overflow: hidden;
    position: relative;
  }
  .contact .contact-image {
    height: 485px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 1600px) {
  .contact .contact-image {
    height: calc(24.4791666667vw + 93.3333333333px);
  }
}
@media screen and (max-width: 1080px) and (max-width: 640px) {
  .contact .contact-image {
    height: 250px;
  }
}
@media (max-width: 1080px) {
  .contact .contact-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contact .contact-form-wrapper {
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100vw + 1px);
    margin-left: 50%;
    margin-bottom: -1px;
    translate: -50% 0;
  }
}
@media (max-width: 640px) {
  .contact .contact-form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.contact-form-wrapper {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact-form-wrapper > label {
  font-size: 0.75rem;
  line-height: normal;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: "Montserrat", Times, "Times New Roman";
}
.contact-form-wrapper > button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.contact-form-wrapper .contentblock {
  margin-bottom: 30px !important;
}
.contact-form-wrapper .combipanel {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.contact-form-wrapper .combipanel .contentblock {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #fff !important;
  margin-bottom: 25px;
}
.newsletter-form input, .newsletter-form .input, .newsletter-form button, .newsletter-form .select, .newsletter-form textarea {
  border-color: transparent !important;
  background-color: transparent;
  margin-bottom: 0 !important;
  color: #fff !important;
}
.newsletter-form input, .newsletter-form .input {
  padding-left: 0px;
  padding-right: 0px;
}
.newsletter-form button {
  padding-right: 5px;
}
.newsletter-form ::-webkit-input-placeholder {
  color: #fff;
}
.newsletter-form ::-moz-placeholder {
  color: #fff;
}
.newsletter-form :-ms-input-placeholder {
  color: #fff;
}
.newsletter-form ::-ms-input-placeholder {
  color: #fff;
}
.newsletter-form ::placeholder {
  color: #fff;
}
.newsletter-form :-ms-input-placeholder {
  color: #fff;
}
.newsletter-form ::-ms-input-placeholder {
  color: #fff;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px 25px;
}
.social-links a {
  color: #FCFFDE;
  text-decoration: none;
}

.footer-form {
  padding-top: 0;
}
@media screen and (max-width: 1600px) {
  .footer-form {
    padding-top: calc(-3.125vw + 50px);
  }
}
@media screen and (max-width: 640px) {
  .footer-form {
    padding-top: 30px;
  }
}
@media (min-width: 900px) {
  .footer-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-form > div {
    width: 50%;
  }
}

.footer {
  background: #414B3B;
  color: #FCFFDE;
  line-height: normal;
  font-size: 0.9375rem;
}
.footer {
  padding-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .footer {
    padding-bottom: calc(1.0416666667vw + 63.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .footer {
    padding-bottom: 70px;
  }
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
  color: currentColor;
  margin-bottom: 5px;
  padding: 0;
}
.footer > .footer-image {
  overflow: hidden;
  position: relative;
}
.footer > .footer-image {
  height: 485px;
}
@media screen and (max-width: 1600px) {
  .footer > .footer-image {
    height: calc(24.4791666667vw + 93.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .footer > .footer-image {
    height: 250px;
  }
}
.footer > .footer-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer a {
  text-decoration: none;
}
.footer a:hover, .footer a:focus, .footer a:active {
  text-decoration: underline;
  color: #FCFFDE;
}
.footer .footer-row {
  padding: 0 8.3333333333%;
}
.footer .footer-row:first-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[10];
  grid-template-columns: repeat(10, 1fr);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 45px;
}
.footer .footer-row:first-child {
  margin-top: 160px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-row:first-child {
    margin-top: calc(9.375vw + 10px);
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-row:first-child {
    margin-top: 70px;
  }
}
.footer .footer-row:first-child .contact-form-wrapper {
  -ms-grid-column-span: 7;
  grid-column: span 7;
  padding-right: 14.2857142857%;
}
.footer .footer-row:first-child .contact-form-wrapper {
  margin-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-row:first-child .contact-form-wrapper {
    margin-bottom: calc(5.2083333333vw + 36.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-row:first-child .contact-form-wrapper {
    margin-bottom: 70px;
  }
}
.footer .footer-row:first-child .footer-logo {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  opacity: 0.3;
}
.footer .footer-row:first-child .footer-logo {
  margin-bottom: 120px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-row:first-child .footer-logo {
    margin-bottom: calc(8.3333333333vw - 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-row:first-child .footer-logo {
    margin-bottom: 40px;
  }
}
.footer .footer-row:first-child h5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  font-family: "Montserrat", Times, "Times New Roman";
  margin-bottom: 10px;
  padding: 0;
}
.footer .footer-row:first-child .footer-contact,
.footer .footer-row:first-child .footer-links {
  font-size: 0.9375rem;
}
.footer .footer-row:first-child .footer-contact {
  -ms-grid-column-span: 5;
  grid-column: span 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 35px 3fr;
  grid-template-columns: 2fr 3fr;
  gap: 35px;
  opacity: 0.8;
}
.footer .footer-row:first-child .footer-contact {
  padding-right: 50px;
}
@media screen and (max-width: 1600px) {
  .footer .footer-row:first-child .footer-contact {
    padding-right: calc(2.6041666667vw + 8.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .footer .footer-row:first-child .footer-contact {
    padding-right: 25px;
  }
}
.footer .footer-row:first-child .footer-contact p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}
.footer .footer-row:first-child .footer-links {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
  opacity: 0.8;
}
.footer .footer-row:first-child .social-links {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (max-width: 1080px) {
  .footer .footer-row {
    padding: 0;
  }
}
@media (max-width: 900px) {
  .footer .footer-row:first-child {
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
  }
  .footer .footer-row:first-child .contact-form-wrapper {
    -ms-grid-column-span: 12;
    grid-column: span 12;
    padding-right: 0;
  }
  .footer .footer-row:first-child .footer-logo {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    -ms-grid-column-span: 4;
    grid-column: span 4;
    padding-right: 40%;
  }
  .footer .footer-row:first-child h5 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .footer .footer-row:first-child .footer-contact {
    -ms-grid-column-span: 4;
    grid-column: span 4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-column: span 4;
    padding-right: 20%;
  }
  .footer .footer-row:first-child .footer-links {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
}
@media (max-width: 768px) {
  .footer .footer-row:first-child .footer-logo {
    -ms-grid-row-span: 1;
    grid-row: span 1;
    -ms-grid-column-span: 12;
    grid-column: span 12;
    padding-right: 0;
  }
  .footer .footer-row:first-child .footer-logo svg {
    max-width: 150px;
  }
  .footer .footer-row:first-child h5 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .footer .footer-row:first-child .footer-contact {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    margin-bottom: 60px;
  }
  .footer .footer-row:first-child .footer-links {
    -ms-grid-column-span: 6;
    grid-column: span 6;
    margin-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .footer .footer-row:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-row:first-child .footer-logo {
    width: 100%;
  }
  .footer .footer-row:first-child h5:last-of-type,
  .footer .footer-row:first-child .footer-links,
  .footer .footer-row:first-child .social-links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.credits {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.progress {
  position: fixed;
  z-index: 97;
  right: 0px;
  bottom: 0px;
  height: 100%;
  width: 3px;
}
.progress > div {
  width: 3px;
  height: 0%;
  background-color: #FCFFDE;
  -webkit-transition: width 0.4s ease;
  transition: width 0.4s ease;
}

.upper {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #000;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: inherit;
  font-weight: 400;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: all 0.25s ease-in-out, -webkit-transform 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: all 0.25s ease-in-out, transform 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: all 0.25s ease-in-out, transform 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8), -webkit-transform 0.3s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  z-index: 1000;
  /* overrule */
  background-color: transparent !important;
}
.upper:hover {
  background-color: #414B3B;
  color: #fff;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
@media (max-width: 900px) {
  .upper {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.upper i:before {
  display: none;
}
.upper i:after {
  position: relative;
  left: auto;
  top: auto;
  width: 0px;
  height: 0px;
  display: inline-block;
  content: "";
  width: 14px;
  height: 9px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-out .upper {
  display: block;
  bottom: 25px;
  margin-bottom: env(safe-area-inset-bottom);
  opacity: 1;
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-wrapper {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .news-wrapper {
    margin-bottom: calc(6.7708333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .news-wrapper {
    margin-bottom: 65px;
  }
}
.news-wrapper .btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.news-wrapper:has(.btn) .news {
  padding-bottom: 35px;
  position: relative;
}
.news-wrapper:has(.btn) .news:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  max-height: 370px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fef8f3), to(rgba(254, 248, 243, 0)));
  background: linear-gradient(to top, #fef8f3, rgba(254, 248, 243, 0));
  pointer-events: none;
}

.news-intro {
  padding-top: 100px;
}
@media screen and (max-width: 1600px) {
  .news-intro {
    padding-top: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .news-intro {
    padding-top: 50px;
  }
}

.news {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
}
@media (max-width: 768px) {
  .news {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.news-category-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.news-category-filter .btn {
  margin: 0;
}

.news-item {
  font-size: 0.9375rem;
}
.news-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #414B3B;
}
.news-item a .news-item-image {
  margin-bottom: 20px;
}
.news-item a .news-item-image img {
  width: 100%;
}
.news-item a .news-item-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}
.news-item a .news-item-content .news-item-content-details {
  line-height: normal;
}
.news-item a .news-item-content .news-item-content-details time {
  display: block;
  margin-bottom: 5px;
}

.news-article {
  width: 83.3333333333%;
  margin: 0 auto;
}
.news-article {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .news-article {
    margin-bottom: calc(6.7708333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .news-article {
    margin-bottom: 65px;
  }
}
.news-article .news-article-heading {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 5px;
}
.news-article .news-article-heading svg {
  color: #F0EEE6;
  position: absolute;
  top: 0;
  right: -19%;
  width: 67%;
  pointer-events: none;
  z-index: -1;
}
.news-article .news-article-heading .news-article-category {
  position: relative;
  margin-right: 25px;
}
.news-article .news-article-heading .news-article-category:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  background: currentColor;
  width: 4px;
  height: 9px;
  pointer-events: none;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  translate: 100% -50%;
}
.news-article .news-article-image {
  width: 100%;
}
.news-article .news-article-image {
  margin-bottom: 80px;
}
@media screen and (max-width: 1600px) {
  .news-article .news-article-image {
    margin-bottom: calc(4.1666666667vw + 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .news-article .news-article-image {
    margin-bottom: 40px;
  }
}
.news-article .news-article-content {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
@media (max-width: 1080px) {
  .news-article {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .news-article .news-article-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.news-other-items {
  background: #F0EEE6;
}
.news-other-items {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .news-other-items {
    padding-top: calc(5.2083333333vw + 16.6666666667px);
    padding-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .news-other-items {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.share-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: normal;
  gap: 15px 20px;
}
.share-line {
  padding-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .share-line {
    padding-bottom: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .share-line {
    padding-bottom: 20px;
  }
}
@media (max-width: 520px) {
  .share-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.share-line span {
  font-size: 0.9375rem;
  font-weight: 500;
}
.share-line .share-line-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.share-line .share-line-actions a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  border-radius: 100vw;
  background: #414B3B;
  color: #FCFFDE;
}
.share-line .share-line-actions a:hover, .share-line .share-line-actions a:focus, .share-line .share-line-actions a:active {
  scale: 1.1;
}

.items-navigator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.items-navigator {
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .items-navigator {
    padding-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .items-navigator {
    padding-bottom: 50px;
  }
}
.items-navigator .items-navigator-item {
  position: relative;
  display: block;
  text-decoration: none !important;
  font-weight: 400;
}
.items-navigator .items-navigator-item:nth-child(2) {
  border-bottom: solid 1px #000;
}
.items-navigator .items-navigator-item:first-child span {
  display: block;
  margin: 0 auto;
  width: 31px;
  height: 31px;
  text-indent: -99999px;
  overflow: hidden;
  margin: 0 50px 0 0;
  content: "";
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.items-navigator .items-navigator-item:hover, .items-navigator .items-navigator-item:focus, .items-navigator .items-navigator-item:active {
  text-decoration: underline;
}
.items-navigator .items-navigator-item:nth-child(2):hover, .items-navigator .items-navigator-item:nth-child(2):focus, .items-navigator .items-navigator-item:nth-child(2):active {
  border-color: #414B3B;
}
@media (max-width: 640px) {
  .items-navigator {
    display: block;
  }
}

/* Pop-up banner newsletter */
.newsletter-banner {
  position: fixed;
  display: block;
  right: -800px;
  bottom: 5%;
  width: 220px;
  background-color: #000;
  color: #fff !important;
  z-index: 99;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0.8125rem;
  line-height: 1.4em;
  font-weight: 400;
  text-decoration: none !important;
}
.newsletter-banner .newsletter-banner-content {
  padding: 10px;
}
.newsletter-banner .newsletter-banner-content span:after {
  display: inline-block;
  width: 14px;
  height: 9px;
  overflow: hidden;
  margin: 0 0 0 10px;
  content: "";
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 9px;
  cursor: pointer;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.newsletter-banner:hover, .newsletter-banner:focus, .newsletter-banner:active {
  background-color: #414B3B;
}
@media (max-width: 900px) {
  .newsletter-banner {
    width: 100%;
    right: 0px;
    bottom: -200px;
    line-height: normal;
  }
  .newsletter-banner .newsletter-banner-content {
    padding-bottom: 15px;
  }
  .newsletter-banner h5 {
    display: inline-block;
    padding: 0 0;
  }
  .newsletter-banner h5:after {
    content: ":";
  }
}
@media (max-width: 640px) {
  .newsletter-banner h5 {
    display: block;
  }
}

.menu-out .newsletter-banner {
  right: 0px;
}
@media (max-width: 900px) {
  .menu-out .newsletter-banner {
    bottom: 0px;
  }
}

/*
    'reduced-sm' => 'Breedte 90%',
    'reduced' => 'Breedte 70%',
    'reduced-lg' => 'Breedte 50%',
    'centered reduced' => 'Gecentreerde tekst',
    'flex-center' => 'Tekst & foto centraal uitgelijnd',
    'reduced flex-center' => 'Breedte 70% - Tekst & foto centraal uitgelijnd',
    'spaced' => 'Witruimte links en rechts',
    'spaced-sm' => 'Kleine witruimte links en rechts',
    'indented-sm' => 'Kleine insprong links',
    'indented' => 'Insprong links',
    'indented-lg' => 'Grote insprong links',
    'indented-sm reduced' => 'Kleine insprong links breedte beperkt',
    'introtext' => 'Intro tekst',
	'nospacing' => 'Geen witruimte',
    'quote' => 'Quote',
    'cta-footer' => 'Call to action',
    'infotext' => 'Zachte tekst',
    'nospacing' => 'Geen witruimte'

		CUSTOM:
    'indented spaced' => 'Witruimte met insprong links',
		'incision' => 'Rand boven',
		'text-indented' => 'Insprong links op paragraaf'

    // Not used in this site
    'break-out' => 'Buiten zetbreedte (bij nieuws)',
    'infobox' => 'Infobox',
    'infopanel-ontop' => 'Infobox boven foto',
*/
body .contentblock.resp-only {
  display: none !important;
}
@media (max-width: 900px) {
  body .contentblock.resp-only {
    display: inherit !important;
  }
}

@media (max-width: 900px) {
  body .contentblock.resp-no {
    display: none !important;
  }
}
.contentblock.incision {
  position: relative;
}
.contentblock.incision:before {
  content: "";
  position: absolute;
  height: 70px;
  background: #fff;
  left: 0;
  bottom: 100%;
  width: 100%;
}

.contentblock.reduced {
  max-width: 72%;
}
@media (max-width: 900px) {
  .contentblock.reduced {
    max-width: 100%;
  }
}
.contentblock.reduced.centered {
  margin-left: auto;
  margin-right: auto;
}

.contentblock.reduced-sm {
  max-width: 90%;
}
@media (max-width: 1080px) {
  .contentblock.reduced-sm {
    max-width: 100%;
  }
}
.contentblock.reduced-sm.centered {
  margin-left: auto;
  margin-right: auto;
}

.contentblock.reduced-lg {
  max-width: 50%;
}
@media (max-width: 900px) {
  .contentblock.reduced-lg {
    max-width: 100%;
  }
}
.contentblock.reduced-lg.centered {
  margin-left: auto;
  margin-right: auto;
}

.container-small .contentblock.break-out {
  margin-left: -15%;
  margin-right: -15%;
}
@media (max-width: 900px) {
  .container-small .contentblock.break-out {
    margin-left: auto;
    margin-right: auto;
  }
}

.contentblock.break-out {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contentblock.break-out .contentblock-media {
  width: 50vw;
}
.contentblock.break-out .contentblock-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40%;
}
@media (max-width: 900px) {
  .contentblock.break-out {
    display: block;
  }
  .contentblock.break-out .contentblock-media,
  .contentblock.break-out .contentblock-text {
    width: 100%;
  }
  .contentblock.break-out .contentblock-media {
    margin: 0 0 !important;
  }
}

.contentblock.flex-center .contentblock-media {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  padding: 0 !important;
}
.contentblock.flex-center .contentblock-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentblock.flex-center .contentblock-text {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1600px) {
  .contentblock.flex-center .contentblock-text {
    padding-top: calc(4.6875vw + 15px);
    padding-bottom: calc(4.6875vw + 15px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.flex-center .contentblock-text {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
@media (max-width: 900px) {
  .contentblock.flex-center .contentblock-text {
    padding-bottom: 0;
  }
}

.infopanel .contentblock-text {
  padding: 30px 20px;
  background-color: #F0EEE6;
}

.contentblock.infopanel {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .contentblock.infopanel {
    margin-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.infopanel {
    margin-bottom: 10px;
  }
}

.bg-gray .infopanel {
  margin-bottom: 0px;
}

.infopanel-ontop {
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .infopanel-ontop {
    margin-bottom: calc(3.125vw + 10px);
  }
}
@media screen and (max-width: 640px) {
  .infopanel-ontop {
    margin-bottom: 30px;
  }
}
.infopanel-ontop .contentblock-media {
  margin-top: 50px;
  padding-bottom: 0px !important;
}
.infopanel-ontop.flex-center .contentblock-media {
  margin-top: 0px;
}
.infopanel-ontop .contentblock-text {
  padding: 30px 20px;
  background-color: #F0EEE6;
  z-index: 100;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.infopanel-ontop .contentblock-text p:last-child,
.infopanel-ontop .contentblock-text ul:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.infopanel-ontop .contentblock-text p:last-child .btn:last-child,
.infopanel-ontop .contentblock-text ul:last-child .btn:last-child {
  margin-bottom: 0px;
}
.infopanel-ontop.flex-center .contentblock-text {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.infopanel-ontop.photo-left .contentblock-text {
  margin-left: -15%;
}
.infopanel-ontop.photo-right .contentblock-text {
  margin-right: -15%;
}
@media (max-width: 900px) {
  .infopanel-ontop .contentblock-text {
    padding: 20px;
  }
  .infopanel-ontop.photo-left .contentblock-text {
    margin-left: 0;
  }
  .infopanel-ontop.photo-right .contentblock-text {
    margin-right: 0;
  }
}

.contentblock.spaced {
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
@media (max-width: 900px) {
  .contentblock.spaced {
    padding-left: 8.3333333333%;
    padding-right: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .contentblock.spaced {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentblock.spaced-sm {
  padding-left: 8.3333333333%;
  padding-right: 8.3333333333%;
}
@media (max-width: 768px) {
  .contentblock.spaced-sm {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentblock.indented-sm {
  padding-left: 8.3333333333%;
}
@media (max-width: 900px) {
  .contentblock.indented-sm {
    padding-left: 0px;
  }
}

.contentblock.indented {
  padding-left: 16.6666666667%;
}
@media (max-width: 900px) {
  .contentblock.indented {
    padding-left: 0px;
  }
}

.contentblock.indented-lg {
  padding-left: 33.3333333333%;
}
@media (max-width: 900px) {
  .contentblock.indented-lg {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentblock.spaced.indented {
  padding-left: 24%;
  padding-right: 16%;
}
@media (max-width: 900px) {
  .contentblock.spaced.indented {
    padding-left: 12%;
    padding-right: 8%;
  }
}
@media (max-width: 640px) {
  .contentblock.spaced.indented {
    padding-left: 0;
    padding-right: 0;
  }
}

.contentblock.nospacing {
  margin-bottom: 25px !important;
}
.contentblock.nospacing .contentblock-text {
  padding-bottom: 0px;
}

.quote {
  position: relative;
}
.quote .contentblock-text {
  max-width: 80%;
}
.quote p.introtext {
  font-weight: 400;
}
.quote p.introtext {
  font-size: 2rem;
}
@media screen and (max-width: 1600px) {
  .quote p.introtext {
    font-size: calc(0.5208333333vw + 1.4791666667rem);
  }
}
@media screen and (max-width: 640px) {
  .quote p.introtext {
    font-size: 1.6875rem;
  }
}

@media (min-width: 900px) {
  .contentblock.text-indented .contentblock-text p {
    padding-left: 16.6666666667%;
  }
}
@media (max-width: 900px) {
  .contentblock.text-indented .contentblock-text p {
    padding-left: 8.3333333333%;
  }
}
@media (max-width: 640px) {
  .contentblock.text-indented .contentblock-text p {
    padding-left: 0;
  }
}

.contentblock.text-on-photo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentblock.text-on-photo {
  margin-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .contentblock.text-on-photo {
    margin-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.text-on-photo {
    margin-bottom: 50px;
  }
}
.contentblock.text-on-photo .contentblock-media {
  margin: 0 0 !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 480px;
  padding-top: 25%;
}
.contentblock.text-on-photo .contentblock-media img {
  display: none;
}
.contentblock.text-on-photo .contentblock-text {
  padding: 60px 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #F0EEE6;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contentblock.text-on-photo .contentblock-text .text-on-photo-details {
  position: relative;
  font-size: 1.25rem;
  line-height: 1.8em;
}
.contentblock.text-on-photo .contentblock-text .text-on-photo-details {
  padding-left: 25px;
}
@media screen and (max-width: 1600px) {
  .contentblock.text-on-photo .contentblock-text .text-on-photo-details {
    padding-left: calc(0.9375vw + 10px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.text-on-photo .contentblock-text .text-on-photo-details {
    padding-left: 16px;
  }
}
.contentblock.text-on-photo .contentblock-text .text-on-photo-details:before {
  position: absolute;
  left: 0px;
  display: block;
  width: 14px;
  height: 9px;
  margin-top: 12px;
  content: "";
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contentblock.text-on-photo .contentblock-text .text-on-photo-details a {
  font-weight: 400;
  text-decoration: none;
}
.contentblock.text-on-photo .contentblock-text p {
  margin-bottom: 15px;
}
.contentblock.text-on-photo .contentblock-text p:last-child {
  margin-bottom: 0px;
}
.contentblock.text-on-photo.light .contentblock-media {
  min-height: 300px;
}
.contentblock.text-on-photo.light .contentblock-text {
  background-color: #F0EEE6;
  background-size: auto 200%;
  background-position: left top;
  padding: 40px 10%;
}
.contentblock.text-on-photo.light .contentblock-text p {
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .contentblock.text-on-photo.light .contentblock-text p {
    padding-bottom: calc(2.0833333333vw - 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.text-on-photo.light .contentblock-text p {
    padding-bottom: 0;
  }
}
.contentblock.text-on-photo.clean .contentblock-media {
  min-height: 10px;
}
.contentblock.text-on-photo.clean .contentblock-text {
  background-image: none;
  background-color: #F0EEE6;
  padding: 60px 5%;
}
.contentblock.text-on-photo.clean .contentblock-text p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 640px) {
  .contentblock.text-on-photo {
    display: block;
    margin-bottom: 50px !important;
  }
  .contentblock.text-on-photo .contentblock-media {
    width: 100% !important;
    padding: 0 0;
    min-height: 0px !important;
  }
  .contentblock.text-on-photo .contentblock-media img {
    display: block;
  }
  .contentblock.text-on-photo .contentblock-text {
    width: 100%;
    padding: 40px 5% !important;
  }
}

.cta-footer {
  position: relative;
}
.cta-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .cta-footer {
    padding-top: calc(1.0416666667vw + 3.3333333333px);
    padding-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .cta-footer {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cta-footer .contentblock-text {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4em;
  font-family: "Montserrat", Times, "Times New Roman";
}
.cta-footer .contentblock-text {
  font-size: 2.6125rem;
}
@media screen and (max-width: 1600px) {
  .cta-footer .contentblock-text {
    font-size: calc(1.1875vw + 1.425rem);
  }
}
@media screen and (max-width: 640px) {
  .cta-footer .contentblock-text {
    font-size: 1.9rem;
  }
}
.cta-footer .contentblock-text a {
  text-decoration: none;
  color: inherit;
  font-weight: 400;
}
.cta-footer .contentblock-text p {
  line-height: 1.4em;
}
@media (max-width: 640px) {
  .cta-footer .contentblock-text {
    text-align: left;
    width: 100%;
  }
}

.contentblock.infobox {
  margin-right: -30px;
}
.contentblock.infobox {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .contentblock.infobox {
    margin-bottom: calc(6.7708333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.infobox {
    margin-bottom: 65px;
  }
}
.contentblock.infobox .contentblock-media {
  margin: 0 !important;
  padding: 0 !important;
}
.contentblock.infobox .contentblock-media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contentblock.infobox .contentblock-text {
  background-color: #414B3B;
  color: rgba(252, 255, 222, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contentblock.infobox .contentblock-text {
  padding-top: 125px;
  padding-bottom: 125px;
}
@media screen and (max-width: 1600px) {
  .contentblock.infobox .contentblock-text {
    padding-top: calc(6.5104166667vw + 20.8333333333px);
    padding-bottom: calc(6.5104166667vw + 20.8333333333px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.infobox .contentblock-text {
    padding-top: 62.5px;
    padding-bottom: 62.5px;
  }
}
.contentblock.infobox .contentblock-text {
  padding-left: 90px;
  padding-right: 90px;
}
@media screen and (max-width: 1600px) {
  .contentblock.infobox .contentblock-text {
    padding-left: calc(4.6875vw + 15px);
    padding-right: calc(4.6875vw + 15px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.infobox .contentblock-text {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.contentblock.infobox .contentblock-text h1, .contentblock.infobox .contentblock-text h2, .contentblock.infobox .contentblock-text h3, .contentblock.infobox .contentblock-text h4, .contentblock.infobox .contentblock-text h5, .contentblock.infobox .contentblock-text h6 {
  color: #FCFFDE;
}
.contentblock.infobox .contentblock-text p:last-child {
  margin-bottom: 0px;
}
.contentblock.infobox .contentblock-text .btn-primary {
  background: #fff;
  color: #414B3B;
}
.contentblock.infobox .contentblock-text .btn-primary:hover, .contentblock.infobox .contentblock-text .btn-primary:focus, .contentblock.infobox .contentblock-text .btn-primary:active {
  background: #FCFFDE;
}
.contentblock.infobox .contentblock-text .btn-outline-primary {
  border: 1px solid #FCFFDE;
  color: #FCFFDE;
}
.contentblock.infobox .contentblock-text .btn-outline-primary:hover, .contentblock.infobox .contentblock-text .btn-outline-primary:focus, .contentblock.infobox .contentblock-text .btn-outline-primary:active {
  background: #FCFFDE;
  color: #414B3B;
}
@media (max-width: 900px) {
  .contentblock.infobox {
    margin-left: -30px;
  }
  .contentblock.infobox .contentblock-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 640px) {
  .contentblock.infobox {
    margin-left: -20px;
    margin-right: -20px;
  }
  .contentblock.infobox .contentblock-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.combipanel .contentblock.infobox {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.combipanel .contentblock.infobox .contentblock-media {
  width: 100%;
}
.combipanel .contentblock.infobox .contentblock-text {
  padding: 20px !important;
  display: block;
}

.photo-standalone .sitewidth {
  display: none;
}
.photo-standalone.photo-incision .sitewidth {
  display: block;
  overflow: visible;
}
.photo-standalone.photo-incision .sitewidth:after {
  position: absolute;
  bottom: -2px;
  left: 0px;
  display: block;
  width: 100%;
  content: "";
  background-color: #fff;
}
.photo-standalone.photo-incision .sitewidth:after {
  height: 60px;
}
@media screen and (max-width: 1600px) {
  .photo-standalone.photo-incision .sitewidth:after {
    height: calc(4.1666666667vw - 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .photo-standalone.photo-incision .sitewidth:after {
    height: 20px;
  }
}
.photo-standalone.photo-incision .contentblock-media {
  padding-bottom: 0px;
}
@media (max-width: 640px) {
  .photo-standalone.photo-incision .sitewidth {
    display: none;
  }
  .photo-standalone.photo-incision .sitewidth:after {
    display: none;
  }
  .photo-standalone.photo-incision .contentblock-media {
    padding-bottom: 50px;
  }
}

.home-intro {
  margin-bottom: 130px;
}
@media screen and (max-width: 1600px) {
  .home-intro {
    margin-bottom: calc(4.1666666667vw + 63.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .home-intro {
    margin-bottom: 90px;
  }
}
.home-intro:has(.contentblock-media) {
  display: -ms-grid !important;
  display: grid !important;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.home-intro:has(.contentblock-media) .contentblock-media {
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.home-intro:has(.contentblock-media) .contentblock-media img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-intro:has(.contentblock-media) .contentblock-media svg {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 83%;
  max-height: 78%;
  width: 100%;
  color: rgba(252, 255, 222, 0.3);
}
.home-intro .contentblock-text {
  background: #414B3B;
  color: rgba(252, 255, 222, 0.6);
  padding-left: 16.6666666667%;
  padding-right: 16.6666666667%;
}
.home-intro .contentblock-text {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1600px) {
  .home-intro .contentblock-text {
    padding-top: calc(14.5833333333vw - 53.3333333333px);
    padding-bottom: calc(14.5833333333vw - 53.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .home-intro .contentblock-text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home-intro .contentblock-text h1, .home-intro .contentblock-text h2, .home-intro .contentblock-text h3, .home-intro .contentblock-text h4, .home-intro .contentblock-text h5, .home-intro .contentblock-text h6 {
  color: #FCFFDE;
}
.home-intro .contentblock-text .btn-primary {
  background: #fff;
  color: #414B3B;
}
.home-intro .contentblock-text .btn-primary:hover, .home-intro .contentblock-text .btn-primary:focus, .home-intro .contentblock-text .btn-primary:active {
  background: #FCFFDE;
}
.home-intro .contentblock-text .btn-outline-primary {
  border: 1px solid #FCFFDE;
  color: #FCFFDE;
}
.home-intro .contentblock-text .btn-outline-primary:hover, .home-intro .contentblock-text .btn-outline-primary:focus, .home-intro .contentblock-text .btn-outline-primary:active {
  background: #FCFFDE;
  color: #414B3B;
}
@media (max-width: 900px) {
  .home-intro:has(.contentblock-media) {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-intro:has(.contentblock-media) .contentblock-media {
    aspect-ratio: 1;
  }
}
@media (max-width: 640px) {
  .home-intro .contentblock-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.contentblock.title-left-text-right .contentblock-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
}
.contentblock.title-left-text-right .contentblock-text {
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
@media screen and (max-width: 1600px) {
  .contentblock.title-left-text-right .contentblock-text {
    -webkit-column-gap: calc(2.0833333333vw + 16.6666666667px);
       -moz-column-gap: calc(2.0833333333vw + 16.6666666667px);
            column-gap: calc(2.0833333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .contentblock.title-left-text-right .contentblock-text {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
.contentblock.title-left-text-right .contentblock-text > *:not(p) {
  -ms-grid-column: 1;
  grid-column: 1;
}
.contentblock.title-left-text-right .contentblock-text > p {
  -ms-grid-column: 2;
  grid-column: 2;
}
@media (max-width: 900px) {
  .contentblock.title-left-text-right {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .contentblock.title-left-text-right .contentblock-text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contentblock.title-left-text-right .contentblock-text > p {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media (min-width: 640px) {
  .contentblock.photo-left,
  .contentblock.photo-right {
    /*	Horizontal - Left & Right bottom */
    /*	Horizontal - Left & Right top */
    /*	Horizontal - Left & Right top */
    /*	Vertical - Left & Right bottom */
    /*	Vertical - Left & Right top */
    /*	Vertical - Left & Right top */
  }
  .contentblock.photo-left[class*=bggraphic] .contentblock-media,
  .contentblock.photo-right[class*=bggraphic] .contentblock-media {
    position: relative;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-bottom: 0px;
  }
  .contentblock.photo-left[class*=bggraphic] .contentblock-media,
  .contentblock.photo-right[class*=bggraphic] .contentblock-media {
    margin-bottom: 75px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left[class*=bggraphic] .contentblock-media,
  .contentblock.photo-right[class*=bggraphic] .contentblock-media {
    margin-bottom: calc(3.90625vw + 12.5px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left[class*=bggraphic] .contentblock-media,
  .contentblock.photo-right[class*=bggraphic] .contentblock-media {
    margin-bottom: 37.5px;
  }
}
@media (min-width: 640px) {
  .contentblock.photo-left[class*=bggraphic] .contentblock-media img,
  .contentblock.photo-right[class*=bggraphic] .contentblock-media img {
    width: 80%;
  }
  .contentblock.photo-left[class*=bggraphic] .contentblock-media:after,
  .contentblock.photo-right[class*=bggraphic] .contentblock-media:after {
    display: block;
    content: "";
    background-color: #EBE3DB;
    background-image: url("assets/menu-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
  }
  .contentblock.photo-left.bggraphic-hrb .contentblock-media img, .contentblock.photo-left.bggraphic-hlb .contentblock-media img, .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left.bggraphic-hrb .contentblock-media img, .contentblock.photo-left.bggraphic-hlb .contentblock-media img, .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-bottom: calc(3.125vw + 10px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left.bggraphic-hrb .contentblock-media img, .contentblock.photo-left.bggraphic-hlb .contentblock-media img, .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .contentblock.photo-left.bggraphic-hrb .contentblock-media:after, .contentblock.photo-left.bggraphic-hlb .contentblock-media:after, .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    left: 0px;
    right: 0px;
    top: 50%;
    bottom: 0px;
  }
  .contentblock.photo-left.bggraphic-hrb .contentblock-media:after, .contentblock.photo-left.bggraphic-hlb .contentblock-media:after, .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-top: -30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left.bggraphic-hrb .contentblock-media:after, .contentblock.photo-left.bggraphic-hlb .contentblock-media:after, .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-top: calc(-1.5625vw - 5px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left.bggraphic-hrb .contentblock-media:after, .contentblock.photo-left.bggraphic-hlb .contentblock-media:after, .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-top: -15px;
  }
}
@media (min-width: 640px) {
  .contentblock.photo-left.bggraphic-hlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media img {
    margin-left: auto;
  }
  .contentblock.photo-left.bggraphic-hlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlb .contentblock-media:after {
    background-image: url("assets/bg-text-on-photo.jpg");
  }
  .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-bottom: 0px;
  }
  .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-top: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-top: calc(3.125vw + 10px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left.bggraphic-hrt .contentblock-media img, .contentblock.photo-left.bggraphic-hlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media img {
    padding-top: 30px;
  }
}
@media (min-width: 640px) {
  .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-top: 0px;
    top: 0px;
    bottom: 50%;
    background-image: url("assets/footer-bg-md.jpg");
  }
  .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-bottom: calc(-1.5625vw - 5px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left.bggraphic-hrt .contentblock-media:after, .contentblock.photo-left.bggraphic-hlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-hlt .contentblock-media:after {
    margin-bottom: -15px;
  }
}
@media (min-width: 640px) {
  .contentblock.photo-left.bggraphic-vrb .contentblock-media img, .contentblock.photo-left.bggraphic-vlb .contentblock-media img, .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left.bggraphic-vrb .contentblock-media img, .contentblock.photo-left.bggraphic-vlb .contentblock-media img, .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-bottom: calc(3.125vw + 10px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left.bggraphic-vrb .contentblock-media img, .contentblock.photo-left.bggraphic-vlb .contentblock-media img, .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-bottom: 30px;
  }
}
@media (min-width: 640px) {
  .contentblock.photo-left.bggraphic-vrb .contentblock-media:after, .contentblock.photo-left.bggraphic-vlb .contentblock-media:after, .contentblock.photo-left.bggraphic-vrt .contentblock-media:after, .contentblock.photo-left.bggraphic-vlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-vrb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-vlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media:after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 40%;
    background-image: url("assets/footer-bg-sm.jpg");
  }
  .contentblock.photo-left.bggraphic-vlb .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlb .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    margin-left: auto;
  }
  .contentblock.photo-left.bggraphic-vlb .contentblock-media:after, .contentblock.photo-left.bggraphic-vlt .contentblock-media:after,
  .contentblock.photo-right.bggraphic-vlb .contentblock-media:after,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media:after {
    right: 40%;
    left: 0px;
  }
  .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-bottom: 0px;
  }
  .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-top: 60px;
  }
}
@media screen and (min-width: 640px) and (max-width: 1600px) {
  .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-top: calc(3.125vw + 10px);
  }
}
@media screen and (min-width: 640px) and (max-width: 640px) {
  .contentblock.photo-left.bggraphic-vrt .contentblock-media img, .contentblock.photo-left.bggraphic-vlt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vrt .contentblock-media img,
  .contentblock.photo-right.bggraphic-vlt .contentblock-media img {
    padding-top: 30px;
  }
}
.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100vh - 100px);
  height: 100vh;
  min-height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.hero .hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 10%;
  padding-bottom: 0;
  text-align: center;
}
.hero .hero-content .contentblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0;
}
.hero .hero-content .contentblock .contentblock-text {
  font-family: "Montserrat", Times, "Times New Roman";
  line-height: normal;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0 0;
  color: #fff;
  line-height: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero .hero-content .contentblock .contentblock-text {
  font-size: 2.75rem;
}
@media screen and (max-width: 1600px) {
  .hero .hero-content .contentblock .contentblock-text {
    font-size: calc(1.6666666667vw + 1.0833333333rem);
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-content .contentblock .contentblock-text {
    font-size: 1.75rem;
  }
}
.hero .hero-content .contentblock .contentblock-text .hero-headline {
  display: block;
}
.hero .hero-content .contentblock .contentblock-text .hero-headline em {
  font-style: normal;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition-delay: 7s;
          transition-delay: 7s;
}
.hero .hero-content .contentblock .contentblock-text .hero-baseline strong {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 500;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  -webkit-transition-delay: 5.5s;
          transition-delay: 5.5s;
}
.hero .hero-content .contentblock .contentblock-text .hero-baseline strong {
  font-size: 2.6875rem;
}
@media screen and (max-width: 1600px) {
  .hero .hero-content .contentblock .contentblock-text .hero-baseline strong {
    font-size: calc(1.6666666667vw + 1.0208333333rem);
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-content .contentblock .contentblock-text .hero-baseline strong {
    font-size: 1.6875rem;
  }
}
.hero .hero-content .contentblock .contentblock-text .hero-link a {
  margin: 0;
  font-size: 1.125rem;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.hero .hero-content .contentblock .contentblock-text .hero-link a img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 14px;
  margin-left: 14px;
}
.hero .hero-content .contentblock .contentblock-text .hero-link a:hover, .hero .hero-content .contentblock .contentblock-text .hero-link a:focus, .hero .hero-content .contentblock .contentblock-text .hero-link a:active {
  text-decoration: underline;
  color: #fff;
}
.hero .hero-content .contentblock .contentblock-text .hero-link a:after {
  display: none;
}
.hero .hero-content .contentblock .contentblock-text > * {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 1.3s ease-in-out;
  transition: all 1.3s ease-in-out;
}
.hero .hero-content .contentblock .contentblock-text > *.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.hero .hero-content .scrolldown {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: 400;
  cursor: s-resize;
  color: #fff;
}
.hero .hero-content .scrolldown span {
  position: relative;
  padding: 0 30px 0 0;
  display: inline-block;
  font-size: 0px;
}
.hero .hero-content .scrolldown span:before,
.hero .hero-content .scrolldown span:after {
  position: absolute;
  right: 5px;
  top: 0px;
  display: block;
  width: 14px;
  height: 9px;
  content: "";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-image: url(assets/arrow-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero .hero-content .scrolldown span:before {
  top: 0px;
  opacity: 0;
}
.hero .hero-content .scrolldown span:after {
  top: 10px;
  opacity: 1;
}
.hero .hero-content .scrolldown:hover span:before, .hero .hero-content .scrolldown:focus span:before, .hero .hero-content .scrolldown:active span:before {
  top: 10px;
  opacity: 1;
}
.hero .hero-content .scrolldown:hover span:after, .hero .hero-content .scrolldown:focus span:after, .hero .hero-content .scrolldown:active span:after {
  top: 30px;
  opacity: 0;
}
.hero .hero-content .istoir-mark {
  -webkit-filter: invert(1);
          filter: invert(1);
  height: 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.hero .hero-content .istoir-mark {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .hero .hero-content .istoir-mark {
    margin-top: calc(1.0416666667vw + 3.3333333333px);
    margin-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .hero .hero-content .istoir-mark {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.hero + .container {
  padding-top: 80px;
}
@media screen and (max-width: 1600px) {
  .hero + .container {
    padding-top: calc(3.6458333333vw + 21.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .hero + .container {
    padding-top: 45px;
  }
}
.hero .hero-video {
  position: absolute;
  display: block;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  overflow: hidden;
  line-height: 0;
  z-index: -1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .hero-video:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(56, 56, 56, 0.7)), color-stop(38.89%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(56, 56, 56, 0.7) 0%, rgba(0, 0, 0, 0) 38.89%);
}
.hero .hero-video video {
  display: block;
  line-height: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero .hero-video img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/*
.loaded:not(.modal_active) .hero .hero-content .contentblock-text {
	.hero-headline.hero-out {
		em {
			color: transparent;
		}
	}
	.hero-baseline.hero-out {
		strong {
			color: transparent;
		}
	}
}*/
.hero-duo {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100vh + 65px);
  min-height: 500px;
  -webkit-transform: translate(0, -156px);
          transform: translate(0, -156px);
}
.hero-duo {
  margin-top: -55px;
}
@media screen and (max-width: 1600px) {
  .hero-duo {
    margin-top: calc(-2.8645833333vw - 9.1666666667px);
  }
}
@media screen and (max-width: 640px) {
  .hero-duo {
    margin-top: -27.5px;
  }
}
.hero-duo {
  margin-bottom: -20px;
}
@media screen and (max-width: 1600px) {
  .hero-duo {
    margin-bottom: calc(2.0833333333vw - 53.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .hero-duo {
    margin-bottom: -40px;
  }
}
.hero-duo .hero-duo-media {
  position: relative;
  display: block;
  width: 50%;
  overflow: hidden;
  background-color: #F0EEE6;
}
.hero-duo .hero-duo-media img {
  display: none;
}
.hero-duo .hero-duo-content {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 10%;
  text-align: center;
  background-image: url("assets/hero-text-bg.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-duo .hero-duo-content {
  padding-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .hero-duo .hero-duo-content {
    padding-bottom: calc(2.0833333333vw + 26.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .hero-duo .hero-duo-content {
    padding-bottom: 40px;
  }
}
.hero-duo .hero-duo-content .contentblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0;
}
.hero-duo .hero-duo-content .contentblock .contentblock-text {
  font-family: "Montserrat", Times, "Times New Roman";
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 0 0;
}
.hero-duo .hero-duo-content .contentblock .contentblock-text {
  font-size: 2.75rem;
}
@media screen and (max-width: 1600px) {
  .hero-duo .hero-duo-content .contentblock .contentblock-text {
    font-size: calc(1.6666666667vw + 1.0833333333rem);
  }
}
@media screen and (max-width: 640px) {
  .hero-duo .hero-duo-content .contentblock .contentblock-text {
    font-size: 1.75rem;
  }
}
.hero-duo .hero-duo-content .contentblock .contentblock-text p {
  line-height: normal;
}
.hero-duo .hero-duo-content .contentblock .contentblock-text strong {
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  font-weight: 500;
}
.hero-duo .hero-duo-content .contentblock .contentblock-text strong {
  font-size: 2.6875rem;
}
@media screen and (max-width: 1600px) {
  .hero-duo .hero-duo-content .contentblock .contentblock-text strong {
    font-size: calc(1.6666666667vw + 1.0208333333rem);
  }
}
@media screen and (max-width: 640px) {
  .hero-duo .hero-duo-content .contentblock .contentblock-text strong {
    font-size: 1.6875rem;
  }
}
.hero-duo .hero-duo-content .scrolldown {
  display: block;
  width: 100%;
}
.hero-duo .hero-duo-content .scrolldown:after {
  display: inline-block;
  width: 14px;
  height: 9px;
  content: "";
  -webkit-transform: translate(20px) rotate(90deg);
          transform: translate(20px) rotate(90deg);
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  .hero-duo {
    display: block;
    min-height: 100%;
  }
  .hero-duo .hero-duo-media {
    width: 100%;
    height: 50%;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1080px) {
  .hero-duo .hero-duo-media {
    height: 45%;
  }
}
@media (max-width: 640px) {
  .hero-duo .hero-duo-content {
    width: 100%;
    height: 50%;
    padding: 25px 5%;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1080px) {
  .hero-duo .hero-duo-content {
    height: 55%;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  .hero-duo .hero-duo-content .contentblock {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .hero-duo .hero-duo-content .scrolldown {
    font-size: 0px;
  }
  .hero-duo .hero-duo-content .scrolldown:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.projects {
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .projects {
    padding-bottom: calc(2.6041666667vw + 8.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .projects {
    padding-bottom: 25px;
  }
}
.projects .project-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none !important;
  color: inherit !important;
  font-weight: 400;
}
.projects .project-item:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .projects .project-item:not(:last-child) {
    margin-bottom: calc(3.125vw + 10px);
  }
}
@media screen and (max-width: 640px) {
  .projects .project-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.projects .project-item .project-item-image {
  display: block;
  width: 50%;
  height: auto;
  overflow: hidden;
}
.projects .project-item .project-item-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.projects .project-item .project-item-content {
  width: 50%;
  padding: 20px 7%;
}
.projects .project-item .project-item-content .project-item-logo {
  display: block;
  width: auto;
  height: 35px;
  margin: 0 0;
}
.projects .project-item .project-item-content .project-item-content-text {
  padding-top: 30px;
}
@media screen and (max-width: 1600px) {
  .projects .project-item .project-item-content .project-item-content-text {
    padding-top: calc(1.5625vw + 5px);
  }
}
@media screen and (max-width: 640px) {
  .projects .project-item .project-item-content .project-item-content-text {
    padding-top: 15px;
  }
}
.projects .project-item .project-item-content .project-item-content-text:after {
  display: block;
  margin: 0 0;
  width: 14px;
  height: 9px;
  content: "";
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.projects .project-item .project-item-content .project-item-content-text:after {
  margin-top: 20px;
}
@media screen and (max-width: 1600px) {
  .projects .project-item .project-item-content .project-item-content-text:after {
    margin-top: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .projects .project-item .project-item-content .project-item-content-text:after {
    margin-top: 10px;
  }
}
.projects .project-item.project-item-left .project-item-content {
  text-align: left;
}
.projects .project-item.project-item-left .project-item-content .project-item-content-text {
  padding-top: 0px;
}
.projects .project-item.project-item-left .project-item-content .project-item-content-text:after {
  margin: 0 0;
}
.projects .project-item:hover .project-item-image img, .projects .project-item:focus .project-item-image img, .projects .project-item:active .project-item-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.projects div.project-item .project-item-content .project-item-content-text:after {
  display: none;
}
.projects div.project-item:hover .project-item-image img, .projects div.project-item:focus .project-item-image img, .projects div.project-item:active .project-item-image img {
  -webkit-transform: none;
          transform: none;
}
@media (max-width: 900px) {
  .projects .project-item {
    display: block;
  }
  .projects .project-item .project-item-image {
    width: 100%;
  }
  .projects .project-item .project-item-content {
    width: 90%;
    margin: 0 auto;
  }
  .projects .project-item.project-item-left .project-item-content {
    width: 100%;
  }
}

.projects-highlight-wrapper {
  position: relative;
  overflow: hidden !important;
}
.projects-highlight-wrapper {
  margin-top: 50px;
}
@media screen and (max-width: 1600px) {
  .projects-highlight-wrapper {
    margin-top: calc(3.90625vw - 12.5px);
  }
}
@media screen and (max-width: 640px) {
  .projects-highlight-wrapper {
    margin-top: 12.5px;
  }
}
.projects-highlight-wrapper {
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .projects-highlight-wrapper {
    padding-bottom: calc(6.5104166667vw - 4.1666666667px);
  }
}
@media screen and (max-width: 640px) {
  .projects-highlight-wrapper {
    padding-bottom: 37.5px;
  }
}
.projects-highlight-wrapper .projects-highlight {
  position: relative;
  width: 100%;
  overflow: visible !important;
  display: block;
  z-index: 20;
}
.projects-highlight-wrapper .projects-highlight {
  padding-left: 520px;
}
@media screen and (max-width: 1600px) {
  .projects-highlight-wrapper .projects-highlight {
    padding-left: calc(52.6041666667vw - 321.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight {
    padding-left: 15px;
  }
}
@media (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight {
    padding-left: 5%;
  }
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-spacer {
  text-align: center;
  font-family: "Montserrat", Times, "Times New Roman";
  font-size: 0px;
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-spacer {
  width: 520px;
}
@media screen and (max-width: 1600px) {
  .projects-highlight-wrapper .projects-highlight .projects-highlight-spacer {
    width: calc(48.9583333333vw - 263.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight .projects-highlight-spacer {
    width: 50px;
  }
}
@media (min-width: 1600px) {
  .projects-highlight-wrapper .projects-highlight .projects-highlight-spacer {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight .projects-highlight-spacer {
    width: 5%;
  }
}
.projects-highlight-wrapper .projects-highlight .project-item {
  position: relative;
  padding: 5px;
  z-index: 100;
  text-decoration: none;
  color: rgba(65, 75, 59, 0.6);
}
.projects-highlight-wrapper .projects-highlight .project-item:first-child {
  padding-left: 0px;
}
@media (max-width: 900px) {
  .projects-highlight-wrapper .projects-highlight .project-item:first-child {
    max-width: 410px;
  }
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-image {
  position: relative;
  display: block;
  width: 690px;
  z-index: 100;
  background-color: #F0EEE6;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-image {
    width: 500px;
  }
}
@media (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-image {
    width: 80vw;
  }
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 20px 0;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
  display: block;
  width: auto;
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
  height: 35px;
}
@media screen and (max-width: 1600px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
    height: calc(0.7291666667vw + 23.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
    height: 28px;
  }
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
  padding-right: 50px;
}
@media screen and (max-width: 1600px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
    padding-right: calc(2.6041666667vw + 8.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-logo {
    padding-right: 25px;
  }
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-content-text {
  width: 100%;
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-content-text h4 {
  width: 77%;
  position: relative;
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-content-text h4:after {
  position: absolute;
  width: 14px;
  height: 9px;
  top: 15px;
  right: 0;
  -webkit-transform: translateX(14px);
          transform: translateX(14px);
  content: "";
  background-image: url(assets/arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-content-text p {
  max-width: 500px;
  width: 70%;
  padding-left: 10px;
}
@media (max-width: 900px) {
  .projects-highlight-wrapper .projects-highlight .project-item .project-item-content .project-item-content-text p {
    padding-left: 5%;
    padding-right: 5%;
    width: unset;
  }
}
.projects-highlight-wrapper .projects-highlight .flickity-viewport {
  position: relative;
  overflow: visible;
}
.projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item {
  opacity: 0.65;
}
.projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item:hover, .projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item:focus, .projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item:active {
  opacity: 1;
}
.projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item:hover img, .projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item:focus img, .projects-highlight-wrapper .projects-highlight .flickity-viewport .flickity-slider:hover .project-item:active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.projects-highlight-wrapper .projects-highlight .flickity-prev-next-button {
  z-index: -1;
  background-color: red !important;
  width: 50%;
  height: 100%;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0.5;
}
.projects-highlight-wrapper .projects-highlight .flickity-prev-next-button.previous {
  left: 0px;
}
.projects-highlight-wrapper .projects-highlight .flickity-prev-next-button.next {
  right: 0px;
}
.projects-highlight-wrapper .projects-highlight .flickity-prev-next-button svg {
  display: none;
}
.projects-highlight-wrapper .projects-highlight .flickity-prev-next-button:hover, .projects-highlight-wrapper .projects-highlight .flickity-prev-next-button:focus, .projects-highlight-wrapper .projects-highlight .flickity-prev-next-button:active {
  opacity: 1;
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-navigator {
  display: none;
  text-align: right;
  padding: 40px 0 0 0;
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), color 0.2s ease-out;
  transition: transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), color 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  cursor: pointer;
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span:hover, .projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span:focus, .projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span:active {
  background-color: transparent;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span:hover .flickity-button-icon, .projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span:focus .flickity-button-icon, .projects-highlight-wrapper .projects-highlight .projects-highlight-navigator span:active .flickity-button-icon {
  color: #414B3B;
}
.projects-highlight-wrapper .projects-highlight .projects-highlight-navigator .flickity-button-icon {
  color: #C8C4C1;
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.project-intro {
  overflow: visible !important;
}

.legend-filter {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  padding-left: 25px;
}
.legend-filter li {
  display: inline-block;
  padding: 0 20px 1px 0;
  cursor: pointer;
  opacity: 0.4;
}
.legend-filter li i {
  font-size: 10px;
  vertical-align: 1px;
  padding-right: 7px;
}
.legend-filter li:hover, .legend-filter li:focus, .legend-filter li:active {
  color: #000;
}
.legend-filter li.active {
  opacity: 1;
}
@media (max-width: 1080px) {
  .legend-filter {
    display: block;
    padding: 20px 0 0 0;
  }
}

.units-plan-wrapper {
  position: relative;
  overflow: hidden;
  width: 83.3333333333%;
  margin: 0 auto;
}
.units-plan-wrapper {
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .units-plan-wrapper {
    padding-bottom: calc(2.6041666667vw + 8.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .units-plan-wrapper {
    padding-bottom: 25px;
  }
}
@media (max-width: 1600px) {
  .units-plan-wrapper {
    width: 100%;
  }
}
.units-plan-wrapper .units-plan {
  position: relative;
  background-color: #FEF8F3;
  padding-top: 60.625%;
}
.units-plan-wrapper .units-plan svg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  max-width: 1600px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.units-plan-wrapper .units-plan svg path { /* unit omlijning */
  position: relative;
  cursor: pointer;
  fill: rgba(244, 182, 68, 0);
  stroke: rgba(255, 230, 200, 0.8);
  stroke-width: 2px;
  stroke-dasharray: 6, 4;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
  z-index: 10;
}
.units-plan-wrapper .units-plan svg .zonearea path {
  stroke-width: 0px;
}
.units-plan-wrapper .units-plan svg .zonearea:hover path, .units-plan-wrapper .units-plan svg .zonearea:focus path {
  fill: rgba(20, 20, 40, 0.3);
}
.units-plan-wrapper .units-plan svg .zonearea rect {
  fill: rgb(20, 20, 40);
}
.units-plan-wrapper .units-plan svg .zonearea text {
  fill: rgb(236, 229, 221);
}
.units-plan-wrapper .units-plan svg a:focus path,
.units-plan-wrapper .units-plan svg a:hover path { /* unit omlijning */
  fill: rgba(236, 229, 221, 0.3);
  stroke: rgba(236, 229, 221, 0.7);
}
.units-plan-wrapper .units-plan svg a.sold:focus path,
.units-plan-wrapper .units-plan svg a.sold:hover path { /* unit omlijning */
  fill: rgba(255, 255, 255, 0.4);
  stroke: rgba(255, 100, 100, 0.6);
  cursor: default;
}
.units-plan-wrapper .units-plan svg g rect { /* breadcrumb */
  fill: rgb(255, 230, 200);
}
.units-plan-wrapper .units-plan svg g a rect { /* label */
  fill: rgb(255, 230, 200);
}
.units-plan-wrapper .units-plan svg g a:focus rect,
.units-plan-wrapper .units-plan svg g a:hover rect { /* label */ }
.units-plan-wrapper .units-plan svg text,
.units-plan-wrapper .units-plan svg a { /* all text */
  position: relative;
  text-decoration: none;
  font-size: 17px;
  font-weight: strong;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
  z-index: 100;
}
.units-plan-wrapper .units-plan svg g.svgbreadcrumb text { /* breadcrumb text */
  font-size: 20px;
}
.units-plan-wrapper .units-plan svg a text { /* label text */
  fill: rgb(20, 20, 40);
  padding-left: 30px;
}
.units-plan-wrapper .units-plan svg text a { /* label text */
  fill: rgb(20, 20, 40);
}

.combipanel .units-plan-wrapper {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.units-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 83.3333333333%;
  margin: 0 auto;
}
.units-list-wrapper {
  margin-bottom: 170px;
}
@media screen and (max-width: 1600px) {
  .units-list-wrapper {
    margin-bottom: calc(8.8541666667vw + 28.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .units-list-wrapper {
    margin-bottom: 85px;
  }
}
@media (max-width: 1600px) {
  .units-list-wrapper {
    width: 100%;
  }
}
.units-list-wrapper .btn {
  margin: 0;
}
.units-list-wrapper:has(> .btn) .units-list {
  margin-bottom: 35px;
  position: relative;
}
.units-list-wrapper:has(> .btn) .units-list:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35vh;
  max-height: 200px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fef8f3), to(rgba(254, 248, 243, 0)));
  background: linear-gradient(to top, #fef8f3, rgba(254, 248, 243, 0));
  pointer-events: none;
}

.units-list {
  font-size: 0.9375rem;
  color: #414B3B;
  width: 100%;
}
.units-list .units-list-label {
  display: none;
}
.units-list strong {
  font-weight: 600;
}
.units-list .units-list-heading,
.units-list .units-list-body .units-list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.units-list .units-list-heading {
  background: #414B3B;
  color: #fff;
  font-weight: 500;
}
.units-list .units-list-heading {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 1600px) {
  .units-list .units-list-heading {
    padding-top: calc(1.0416666667vw + 18.3333333333px);
    padding-bottom: calc(1.0416666667vw + 18.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .units-list .units-list-heading {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.units-list .units-list-heading .units-list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.units-list .units-list-heading .units-list-column svg {
  width: 15px;
}
.units-list .units-list-row {
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #414B3B;
  padding: 15px 0;
}
.units-list .units-list-row.sold .units-list-column--bedrooms, .units-list .units-list-row.sold .units-list-column--price {
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.units-list .units-list-row.sold .units-list-column--soldstatus {
  color: #F07373;
  text-transform: uppercase;
}
.units-list .units-list-column {
  line-height: 1.7em;
}
.units-list .units-list-column:nth-child(1) {
  width: 10.78%;
}
.units-list .units-list-column:nth-child(2) {
  width: 19.09%;
}
.units-list .units-list-column:nth-child(3) {
  width: 17.09%;
}
.units-list .units-list-column:nth-child(4) {
  width: 10.44%;
}
.units-list .units-list-column:nth-child(5) {
  width: 10.12%;
}
.units-list .units-list-column:nth-child(6) {
  width: 13.52%;
}
.units-list .units-list-column:nth-child(7) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.units-list .units-list-column:first-child {
  padding-left: 30px;
}
.units-list .units-list-column:not(:first-child) {
  padding-left: 20px;
}
.units-list .units-list-column:last-child {
  text-align: center;
}
.units-list .units-list-column .btn {
  margin: 0;
}
.units-list .units-list-column--files a {
  text-decoration: none;
}
.units-list .units-list-column--files a svg {
  width: 20px;
}
@media (max-width: 1080px) {
  .units-list {
    color: rgba(65, 75, 59, 0.6);
  }
  .units-list .units-list-label {
    display: initial;
    margin-right: 15px;
    font-weight: 600;
    color: #414B3B;
  }
  .units-list .units-list-heading {
    display: none;
  }
  .units-list .units-list-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 20px;
    border: none;
  }
  .units-list .units-list-row:after {
    content: "";
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .units-list .units-list-row:nth-child(odd) {
    background: rgba(65, 75, 59, 0.05);
  }
  .units-list .units-list-row:not(:last-child) {
    border-bottom: 1px solid #414B3B;
  }
  .units-list .units-list-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .units-list .units-list-column:nth-child(1) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .units-list .units-list-column:nth-child(2), .units-list .units-list-column:nth-child(3), .units-list .units-list-column:nth-child(4), .units-list .units-list-column:nth-child(5), .units-list .units-list-column:nth-child(6) {
    width: 50%;
  }
  .units-list .units-list-column:nth-child(7) {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .units-list .units-list-column:nth-child(2), .units-list .units-list-column:nth-child(4), .units-list .units-list-column:nth-child(5) {
    border-right: 1px solid rgba(65, 75, 59, 0.1);
  }
  .units-list .units-list-column:nth-child(2), .units-list .units-list-column:nth-child(3), .units-list .units-list-column:nth-child(4), .units-list .units-list-column:nth-child(6) {
    padding-bottom: 10px;
  }
  .units-list .units-list-column:first-child {
    padding-left: 0;
    margin-left: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .units-list .units-list-column:first-child, .units-list .units-list-column:last-child {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(65, 75, 59, 0.1);
  }
  .units-list .units-list-column--files {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
  }
  .units-list .units-list-column--files a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .units-list .units-list-column--files a svg {
    width: 0.8em;
    margin-right: 0.4em;
  }
}
@media (max-width: 640px) {
  .units-list .units-list-column:nth-child(2), .units-list .units-list-column:nth-child(3), .units-list .units-list-column:nth-child(4), .units-list .units-list-column:nth-child(5), .units-list .units-list-column:nth-child(6) {
    width: 100%;
  }
  .units-list .units-list-column:nth-child(2) .units-list-label, .units-list .units-list-column:nth-child(3) .units-list-label, .units-list .units-list-column:nth-child(4) .units-list-label, .units-list .units-list-column:nth-child(5) .units-list-label, .units-list .units-list-column:nth-child(6) .units-list-label {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
  }
  .units-list .units-list-column:nth-child(2) .units-list-value, .units-list .units-list-column:nth-child(3) .units-list-value, .units-list .units-list-column:nth-child(4) .units-list-value, .units-list .units-list-column:nth-child(5) .units-list-value, .units-list .units-list-column:nth-child(6) .units-list-value {
    text-align: right;
  }
  .units-list .units-list-column:nth-child(2), .units-list .units-list-column:nth-child(4), .units-list .units-list-column:nth-child(5) {
    border-right: none;
  }
}
@media (max-width: 520px) {
  .units-list .units-list-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .units-list .units-list-column:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .units-list .units-list-column .units-list-value {
    text-align: left !important;
  }
}

.unit-popup .unit-popup-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.unit-popup .unit-popup-heading h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
}
.unit-popup .unit-popup-heading .unit-popup-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9375rem;
}
.unit-popup .unit-popup-heading .unit-popup-files a {
  color: #FCFFDE !important;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.unit-popup .unit-popup-heading .unit-popup-files a svg {
  width: 0.8em;
  margin-right: 0.4em;
}
.unit-popup .unit-popup-heading .unit-popup-files a:hover span, .unit-popup .unit-popup-heading .unit-popup-files a:focus span, .unit-popup .unit-popup-heading .unit-popup-files a:active span {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .unit-popup .unit-popup-heading .unit-popup-files a {
    width: 40px;
    height: 40px;
  }
  .unit-popup .unit-popup-heading .unit-popup-files a svg {
    width: 50%;
  }
  .unit-popup .unit-popup-heading .unit-popup-files a span {
    display: none;
  }
}
.unit-popup .unit-popup-price .unit-popup-price-incl {
  font-size: 1.125rem;
}
.unit-popup .unit-popup-price .unit-popup-price-excl {
  font-size: 0.8125rem;
}
.unit-popup .trianglelist {
  margin-top: 0;
  max-width: 455px;
}
.unit-popup .trianglelist {
  margin-bottom: 55px;
}
@media screen and (max-width: 1600px) {
  .unit-popup .trianglelist {
    margin-bottom: calc(2.8645833333vw + 9.1666666667px);
  }
}
@media screen and (max-width: 640px) {
  .unit-popup .trianglelist {
    margin-bottom: 27.5px;
  }
}

.unit-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.unit-form h5 {
  font-size: 1.125rem;
  font-family: "Montserrat", Times, "Times New Roman";
}

.clickmap g, .clickmap a {
  outline: none !important;
}

.district {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.district {
  padding-bottom: 100px;
}
@media screen and (max-width: 1600px) {
  .district {
    padding-bottom: calc(5.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .district {
    padding-bottom: 50px;
  }
}
.district .district-plan-wrapper {
  width: 45%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.district .district-plan-wrapper {
  padding-bottom: 0;
}
@media screen and (max-width: 1600px) {
  .district .district-plan-wrapper {
    padding-bottom: calc(-1.0416666667vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .district .district-plan-wrapper {
    padding-bottom: 10px;
  }
}
.district .contentblock .contentblock-text {
  padding-bottom: 0px;
}
.district .district-plan {
  position: relative;
  height: 410px;
  background-color: #FEF8F3;
}
.district .district-plan {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .district .district-plan {
    margin-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .district .district-plan {
    margin-bottom: 10px;
  }
}
.district .district-plan .district-plan-links {
  position: absolute;
  right: -10px;
  bottom: 20px;
}
.district .district-plan .district-plan-links a {
  display: block;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
}
.district .district-plan .district-plan-links a {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .district .district-plan .district-plan-links a {
    font-size: calc(0.2083333333vw + 16.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .district .district-plan .district-plan-links a {
    font-size: 18px;
  }
}
.district .district-plan .district-plan-links a {
  margin-top: 10px;
}
@media screen and (max-width: 1600px) {
  .district .district-plan .district-plan-links a {
    margin-top: calc(0.5208333333vw + 1.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .district .district-plan .district-plan-links a {
    margin-top: 5px;
  }
}
.district .district-plan .district-plan-links a:hover, .district .district-plan .district-plan-links a:focus, .district .district-plan .district-plan-links a:active {
  background-color: #414B3B;
}
@media (max-width: 900px) {
  .district .district-plan {
    height: 350px;
  }
  .district .district-plan .district-plan-links {
    bottom: 0px;
  }
  .district .district-plan .district-plan-links a {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .district {
    display: block;
    padding-bottom: 20px;
  }
  .district .district-plan-wrapper {
    width: 100%;
  }
  .district .contentblock {
    display: block;
    width: 100%;
  }
}

.project-widget {
  padding-bottom: 10px;
}
@media screen and (max-width: 1600px) {
  .project-widget {
    padding-bottom: calc(0.5208333333vw + 1.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .project-widget {
    padding-bottom: 5px;
  }
}
.project-widget .project-widget-text {
  width: 70%;
}
.project-widget .project-widget-text {
  padding-left: 20px;
}
@media screen and (max-width: 1600px) {
  .project-widget .project-widget-text {
    padding-left: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .project-widget .project-widget-text {
    padding-left: 10px;
  }
}
.project-widget .project-widget-text {
  padding-bottom: 15px;
}
@media screen and (max-width: 1600px) {
  .project-widget .project-widget-text {
    padding-bottom: calc(0.78125vw + 2.5px);
  }
}
@media screen and (max-width: 640px) {
  .project-widget .project-widget-text {
    padding-bottom: 7.5px;
  }
}
@media (max-width: 640px) {
  .project-widget .project-widget-text {
    padding-left: 0px;
    width: 100%;
  }
}

.project-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-shadow: 0px 10px 30px rgba(69, 81, 98, 0.15);
          box-shadow: 0px 10px 30px rgba(69, 81, 98, 0.15);
  text-decoration: none !important;
}
.project-cover {
  margin-bottom: 60px;
}
@media screen and (max-width: 1600px) {
  .project-cover {
    margin-bottom: calc(3.125vw + 10px);
  }
}
@media screen and (max-width: 640px) {
  .project-cover {
    margin-bottom: 30px;
  }
}
.project-cover .project-cover-image {
  position: relative;
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
.project-cover .project-cover-image:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  content: "\f110";
  font-family: "Font Awesome 5 Free";
  font-size: 24px;
  color: #C8C4C1;
  line-height: 1;
  -webkit-animation: fa-spin 1s steps(8) infinite;
  animation: fa-spin 1s steps(8) infinite;
  z-index: -1;
}
.project-cover .project-cover-image:before {
  display: block;
  content: "";
  position: absolute;
  width: 40%;
  height: 10px;
  right: 0px;
  bottom: 0px;
  background-color: #FCFFDE;
  z-index: 10;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.project-cover .project-cover-image figure {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.project-cover .project-cover-image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 0;
}
.project-cover .project-cover-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.project-cover .project-cover-content {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content {
    padding-left: calc(2.0833333333vw + 6.6666666667px);
    padding-right: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project-cover .project-cover-content {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content {
    padding-top: calc(3.125vw + 0px);
    padding-bottom: calc(3.125vw + 0px);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.project-cover .project-cover-content {
  font-size: 1.125rem;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content {
    font-size: calc(0.5208333333vw + 0.6041666667rem);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content {
    font-size: 0.8125rem;
  }
}
.project-cover .project-cover-content h1 {
  padding: 0 0 5px 0;
  font-family: "Archivo", Helvetica, Arial, sans-serif;
}
.project-cover .project-cover-content h1 {
  font-size: 2rem;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content h1 {
    font-size: calc(0.5208333333vw + 1.4791666667rem);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content h1 {
    font-size: 1.6875rem;
  }
}
.project-cover .project-cover-content address {
  font-size: 0.9375rem;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content address {
    font-size: calc(-0.3125vw + 1.25rem);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content address {
    font-size: 1.125rem;
  }
}
.project-cover .project-cover-content address {
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content address {
    padding-bottom: calc(2.0833333333vw - 13.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content address {
    padding-bottom: 0px;
  }
}
.project-cover .project-cover-content ul {
  padding: 15px 0 5px 0;
}
.project-cover .project-cover-content ul li {
  color: #AFAFAF;
}
.project-cover .project-cover-content span {
  display: block;
  font-size: 0.8125rem;
  color: #AFAFAF;
}
.project-cover .project-cover-content span {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .project-cover .project-cover-content span {
    padding-top: calc(1.0416666667vw + 3.3333333333px);
    padding-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .project-cover .project-cover-content span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.project-cover .project-cover-content span strong {
  color: #414B3B;
}
.project-cover.large .project-cover-content {
  text-align: left;
}
.project-cover:hover .project-cover-image:before, .project-cover:focus .project-cover-image:before, .project-cover:active .project-cover-image:before {
  width: 80%;
}
@media (max-width: 1080px) {
  .project-cover .project-cover-image {
    width: 50%;
  }
}
@media (max-width: 900px) {
  .project-cover {
    display: block;
  }
  .project-cover .project-cover-image {
    width: 100%;
  }
}

.team {
  padding-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .team {
    padding-bottom: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .team {
    padding-bottom: 20px;
  }
}
.team .team-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.team .team-line:nth-child(even) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.team .team-line .team-item {
  width: 24%;
  padding: 0 10px;
}
.team .team-line .team-item {
  padding-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .team .team-line .team-item {
    padding-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .team .team-line .team-item {
    padding-bottom: 10px;
  }
}
.team .team-line .team-item {
  margin-bottom: 40px;
}
@media screen and (max-width: 1600px) {
  .team .team-line .team-item {
    margin-bottom: calc(2.0833333333vw + 6.6666666667px);
  }
}
@media screen and (max-width: 640px) {
  .team .team-line .team-item {
    margin-bottom: 20px;
  }
}
.team .team-line .team-item figure {
  position: relative;
}
.team .team-line .team-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.team .team-line .team-item figure img:nth-child(2) {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.team .team-line .team-item:hover figure img:nth-child(2) {
  opacity: 1;
}
.team .team-line .team-item .team-item-text {
  font-size: 1.6875rem;
  font-weight: 300;
  padding: 10px 20px;
  opacity: 0;
}
.team .team-line .team-item .team-item-text small {
  display: block;
  font-size: 1.125rem;
}
.team .team-line .team-item:hover figure img + img {
  opacity: 1;
}
.team .team-line .team-item:hover .team-item-text {
  opacity: 1;
}
@media (max-width: 900px) {
  .team .team-line .team-item {
    width: 30%;
  }
}
@media (max-width: 640px) {
  .team .team-line {
    display: block;
  }
  .team .team-line .team-item {
    width: 100%;
  }
}

a.contentblock {
  display: block;
  text-decoration: none;
  font-weight: inherit;
}

.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides li {
  display: block;
  width: 100%;
  height: auto;
}
.slides li figure {
  display: block;
  width: 100%;
  height: auto;
}

.flickity-prev-next-button {
  padding: 0 0;
  border: none !important;
  width: 30px;
  height: 30px;
}

.flickity-button {
  background-color: transparent;
  -webkit-transform: scale3d(1, 1, 1) translateY(-50%);
  transform: scale3d(1, 1, 1) translateY(-50%);
  -webkit-transition: all 0.2s ease-out, transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  -webkit-transition: all 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: all 0.2s ease-out, -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: all 0.2s ease-out, transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
  transition: all 0.2s ease-out, transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8), -webkit-transform 0.4s cubic-bezier(0.17, 0.88, 0.6, 1.8);
}

.flickity-button:hover {
  background-color: transparent;
  -webkit-transform: scale3d(1.2, 1.2, 1) translateY(-50%);
  transform: scale3d(1.2, 1.2, 1) translateY(-50%);
}

.flickity-button-icon {
  color: #fff;
}

.flickity-page-dots {
  bottom: 20px;
}

.flickity-page-dots .dot {
  background-color: #fff;
}

.fancybox-button {
  background-color: transparent !important;
  border-color: transparent !important;
}

.twitter-wall {
  margin-bottom: 20px;
}
@media screen and (max-width: 1600px) {
  .twitter-wall {
    margin-bottom: calc(1.0416666667vw + 3.3333333333px);
  }
}
@media screen and (max-width: 640px) {
  .twitter-wall {
    margin-bottom: 10px;
  }
}

.img-fx canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.cursor {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  will-change: transform;
}
.cursor .circle {
  width: 0;
  height: 0;
  border-radius: 100%;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: width 0.15s ease-in-out, height 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cursor.expanded .circle {
  border-color: black;
  width: 20px;
  height: 20px;
}
.cursor.expanded.mousedown .circle {
  width: 10px;
  height: 10px;
}

.icon-scroll {
  opacity: 0;
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
}

body:not(.menu-out) .icon-scroll {
  opacity: 1;
  bottom: 30px;
}

.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 22px;
  height: 32px;
  margin-left: -11px;
  margin-top: -16px;
  -webkit-box-shadow: inset 0 0 0 2px #414B3B;
          box-shadow: inset 0 0 0 2px #414B3B;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #414B3B;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
body #CybotCookiebotDialog {
  display: none !important;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-overlay-play-button {
  display: none;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.anchor-target {
  z-index: -1;
}

.anchor-target:before,
a[id][name]:not([href]):before {
  display: block;
  content: "";
  padding-top: 120px;
  margin-top: -120px;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 900px) {
  .anchor-target:before,
  a[id][name]:not([href]):before {
    padding-top: 20px;
    margin-top: 20px;
  }
}
/*# sourceMappingURL=app.css.map */