/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/ 

.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUI4MUYyNzJEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUI4MUYyNzNEQUUxMTFFNEI0Q0REOUU2MTU3MEVEMTYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5QjgxRjI3MERBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5QjgxRjI3MURBRTExMUU0QjRDREQ5RTYxNTcwRUQxNiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Por3U54AAAU1SURBVHja7FrPS1xXFHZm4cZJhECzULEI2qJTF135YIhYtYtKDWQrhPSfcFNCQCnFpVm0/4BZGoS0CEmhLUpMSxZZtGnTKminUogWcaLJQojT7zTfNTfDe/edOzNvsnjvwsdz7j0/vne877577nm5arXaluaWb0t5y2mEMEuKuFwBLgFDQBeDdwr8A/wOrAEruVzuscJeOJlczofLKDAYwuU3YF3LJRfjbBqXz4GAXX8Bj4AycAScA3qBD4F3KfMT8CWcf9PMACTFJcpZF7BafdX+BeaBgRidAWCO8lXqd0UFIAxKLnNKLvMaLmHKAfAUeAksAAXP4HVQ7yXtBPUGIIRLhyeXQhyXWoUS8ALYB0YbWVxEn3bEXsk3AK3iYgv1AQcUfL8ZK6zYoT2x26cNQCu5mME8sAGcxE4Tf8cB7Yr9fFwAWs3FDFzjYnHD02CvUu4G7V9TBMCLi5ZDFBcT8U2gDLR7GJJntAJcV8i20/4m/UUFwYuL+CaHkgfvN7hIxwQjMuthZJwLyh4wrNSZpZ9JRwAmfbiIb3IQLuMe/A2XCfmxyB/dSuUpOtwF+j2cdtPPoiMAXlxot59chNOULxf58RB4olS8zEVk2+fmLf0n9BcVADWXkCBsk9tlHy7yxyFwW6EwQwdbQE+dq/Ayn9moAMjYcp22e8hNOM4o5G/LvcuroBPYixEewWUJ+AMYw956t8430T5w3jF+njL+Wd0rTmPkuETOrib33Jn6dFgCUAEuxkT3Z1yuArIr+7HeRwDtHeCZY/wZZep6BIQbOV4lZ1e7+P+9Z4tg9hrMNkLp3gqnPhnK0uHsQCQ7EssORdN8LJ76wkhWGsuqw1k6rJabABaBh8ChzEbikH2LlMknzHfS4lGxeFQsHpNaHnGPQJ7nALLfN5mfnLg8tk6RJK8uMg+XtgV8wROk0ybeeBiPX60TJDlH+MCbhyMx6eOWscrkYZZpZJR8N2XK1NmgjbYGkSiPKCMlbhlPmDy0exBup84JbZQauPnEeYQpBtYWNGiAfGBtP4M69RPnUSvcxS3jPpOHRqevSUCe0rZWr2U8agVXuW8ebYJTg1HaXPXQaRkPW2Cai8ZCE50aLND2tEK2pTzswQdMHgoJOC7Q9gOFrOHRkQCPjloeZrNQZJLxNXCsfDePEJp2TNsBfUU1w+Mr4HkCG6nntH3GwwTgCq9LSkNSe9sgZpQ6SzW+wpoZu5XgbvLWG744Fe4CO8ppZIojvxAn7NPo7tBX1Pg9Dx6NYIe+zmbAEHPruCaFh2Xm4J8QZfZpihKP6CuqDcbwkK2wpg4xTFkXj0F7Bsjr4WZM1EwxZJulaNPfw74XlHHZuElfUeMuHr2sAeyxGhRlo58yFeo4eeStZOPIETE5SPwWOAA+Buzy+C77DijjOnQ8isnSXDzKnGUFFkHDynL9HCtQthzHw5A55ZFSWJNjplWu5GPMsmrbFseOKRtVrDgXkyG6eEi7D3wKXAC+A+wqdQ/7LlDmvsPOax6cEn8DK45pdZ11uLjFZZiyUeMr9BU1HsfDYMr+WqXm65Aphf4Zj7e2+kag5W8j8wis8SR1IMH37wB9rDlk1j143AE+41tliH/f8eCxbj8CRe6R5xL878/RR9EhY3jMe9gdIbTy8zaPt7YHV+QCLclJsmwwOw/IToSyM8HsVDjNdYF6K0ONV2SaUxlquEKlrQ4LgXEmGZLtvdf2+qNn+bz1TyYfkg1+38QbD+PxETBNHrKr6+SY1AY3yUO+B/hBwyMrj2fl8ZS3/wQYACJrrTvr6HLMAAAAAElFTkSuQmCC);
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
/* Very specific mixin used to control the dimensions and positoning */

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

/* line 1, resources/assets/styles/base/_animations.scss */

.shapes-animation {
  position: relative;
}

/* line 5, resources/assets/styles/base/_animations.scss */

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -o-animation-name: flipInY;
     animation-name: flipInY;
  visibility: visible !important;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-o-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
       animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

/* line 79, resources/assets/styles/base/_animations.scss */

.animated {
  -webkit-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
     animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
     animation-fill-mode: both;
}

/* line 86, resources/assets/styles/base/_animations.scss */

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
     animation-iteration-count: infinite;
}

/* line 91, resources/assets/styles/base/_animations.scss */

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  -o-animation-delay: 1s;
     animation-delay: 1s;
}

/* line 96, resources/assets/styles/base/_animations.scss */

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
     animation-delay: 2s;
}

/* line 101, resources/assets/styles/base/_animations.scss */

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  -o-animation-delay: 3s;
     animation-delay: 3s;
}

/* line 106, resources/assets/styles/base/_animations.scss */

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
     animation-delay: 4s;
}

/* line 111, resources/assets/styles/base/_animations.scss */

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  -o-animation-delay: 5s;
     animation-delay: 5s;
}

/* line 116, resources/assets/styles/base/_animations.scss */

.animated.fast {
  -webkit-animation-duration: 800ms;
  -o-animation-duration: 800ms;
     animation-duration: 800ms;
}

/* line 121, resources/assets/styles/base/_animations.scss */

.animated.faster {
  -webkit-animation-duration: 500ms;
  -o-animation-duration: 500ms;
     animation-duration: 500ms;
}

/* line 126, resources/assets/styles/base/_animations.scss */

.animated.slow {
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
     animation-duration: 2s;
}

/* line 131, resources/assets/styles/base/_animations.scss */

.animated.slower {
  -webkit-animation-duration: 3s;
  -o-animation-duration: 3s;
     animation-duration: 3s;
}

/* line 1, resources/assets/styles/base/_app.scss */

body {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* line 10, resources/assets/styles/base/_app.scss */

body.sidebar-primary .wrap {
  background: -webkit-gradient(linear, left top, right top, from(#5a7288), color-stop(40%, #5a7288), color-stop(40%, white));
  background: -webkit-linear-gradient(left, #5a7288 0%, #5a7288 40%, white 40%);
  background: -o-linear-gradient(left, #5a7288 0%, #5a7288 40%, white 40%);
  background: linear-gradient(90deg, #5a7288 0%, #5a7288 40%, white 40%);
}

/* line 13, resources/assets/styles/base/_app.scss */

body.sidebar-primary .wrap .content {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
}

/* line 87, resources/assets/styles/_mixins.scss */

body.sidebar-primary .wrap .content::after {
  display: block;
  clear: both;
  content: "";
}

/* line 18, resources/assets/styles/base/_app.scss */

body.sidebar-primary .wrap .content aside {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 227px;
          flex: 0 0 227px;
}

/* line 22, resources/assets/styles/base/_app.scss */

body.sidebar-primary .wrap .content main.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  background: white;
}

/* line 28, resources/assets/styles/base/_app.scss */

body.sidebar-primary .wrap .content section.page-content {
  padding: 2rem 0 0 4rem;
}

/* line 37, resources/assets/styles/base/_app.scss */

body.template-single .wrap {
  background: none !important;
}

/* line 39, resources/assets/styles/base/_app.scss */

body.template-single .wrap .content aside {
  display: none;
}

/* line 43, resources/assets/styles/base/_app.scss */

body.template-single section.page-content {
  padding: 60px 0 !important;
  max-width: 960px;
  margin: 0 auto;
}

/* line 51, resources/assets/styles/base/_app.scss */

.grecaptcha-badge {
  display: none !important;
}

/* line 55, resources/assets/styles/base/_app.scss */

.container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}

/* line 87, resources/assets/styles/_mixins.scss */

.container::after {
  display: block;
  clear: both;
  content: "";
}

/* line 59, resources/assets/styles/base/_app.scss */

.container-max {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

/* line 87, resources/assets/styles/_mixins.scss */

.container-max::after {
  display: block;
  clear: both;
  content: "";
}

/* line 63, resources/assets/styles/base/_app.scss */

.container-small {
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 1rem;
}

/* line 87, resources/assets/styles/_mixins.scss */

.container-small::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 1250px) {
  /* line 71, resources/assets/styles/base/_app.scss */

  body.sidebar-primary .wrap .content section.page-content {
    padding-left: 2rem;
    padding-right: 1rem;
  }
}

@media (max-width: 780px) {
  /* line 82, resources/assets/styles/base/_app.scss */

  body.sidebar-primary .wrap {
    background-image: none;
  }

  /* line 86, resources/assets/styles/base/_app.scss */

  body.sidebar-primary .wrap .content aside {
    display: none;
  }

  /* line 90, resources/assets/styles/base/_app.scss */

  body.sidebar-primary .wrap .content section.page-content {
    padding: 2rem 0;
  }
}

/* line 102, resources/assets/styles/base/_app.scss */

#popup-wrapper {
  position: fixed;
  z-index: 200000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 116, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 450px;
  background-color: #FFF;
  -webkit-transform: translateX(-50%) translateY(calc(-50% + 20px));
      -ms-transform: translateX(-50%) translateY(calc(-50% + 20px));
       -o-transform: translateX(-50%) translateY(calc(-50% + 20px));
          transform: translateX(-50%) translateY(calc(-50% + 20px));
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 10px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-height: calc(100vh - 100px);
}

/* line 130, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 32px;
  height: 32px;
  background-color: #FFF;
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.05);
  opacity: 1;
}

/* line 142, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body button.close::before,
#popup-wrapper .popup-body button.close::after {
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
          transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

/* line 155, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body button.close::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
          transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

/* line 160, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 166, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body .text {
  padding: 40px;
  height: 100%;
  overflow-y: auto;
  max-height: calc(100vh - 100px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 173, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body .text p {
  margin: 0;
  margin-bottom: 10px;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
}

/* line 180, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body .text p.title {
  font-size: 2.5rem;
  line-height: 36px;
  margin-bottom: 20px;
  color: #fbac3e;
}

/* line 187, resources/assets/styles/base/_app.scss */

#popup-wrapper .popup-body .text p:last-child {
  margin-bottom: 0;
}

/* line 194, resources/assets/styles/base/_app.scss */

#popup-wrapper.active {
  visibility: visible;
  opacity: 1;
}

/* line 198, resources/assets/styles/base/_app.scss */

#popup-wrapper.active .popup-body {
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* line 1, resources/assets/styles/base/_buttons.scss */

.page-content .btn,
.btn {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.page-content .btn::after,
.btn::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.page-content .btn:focus-visible,
.btn:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.page-content .btn:hover,
.btn:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.page-content .btn:active,
.btn:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.page-content .btn:disabled,
.btn:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.page-content .btn:visited,
.btn:visited {
  color: #3c3c3c;
}

/* line 5, resources/assets/styles/base/_buttons.scss */

.page-content .btn__white,
.btn__white {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #FFFFFF;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.page-content .btn__white::after,
.btn__white::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.page-content .btn__white:focus-visible,
.btn__white:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.page-content .btn__white:hover,
.btn__white:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.page-content .btn__white:active,
.btn__white:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.page-content .btn__white:disabled,
.btn__white:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.page-content .btn__white:visited,
.btn__white:visited {
  color: #3c3c3c;
}

/* line 9, resources/assets/styles/base/_buttons.scss */

.page-content .btn__slate,
.btn__slate {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #597288;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.page-content .btn__slate::after,
.btn__slate::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.page-content .btn__slate:focus-visible,
.btn__slate:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.page-content .btn__slate:hover,
.btn__slate:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.page-content .btn__slate:active,
.btn__slate:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.page-content .btn__slate:disabled,
.btn__slate:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.page-content .btn__slate:visited,
.btn__slate:visited {
  color: #3c3c3c;
}

/* line 13, resources/assets/styles/base/_buttons.scss */

.page-content .btn__teal,
.btn__teal {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #74BCAA;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.page-content .btn__teal::after,
.btn__teal::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.page-content .btn__teal:focus-visible,
.btn__teal:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.page-content .btn__teal:hover,
.btn__teal:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.page-content .btn__teal:active,
.btn__teal:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.page-content .btn__teal:disabled,
.btn__teal:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.page-content .btn__teal:visited,
.btn__teal:visited {
  color: #3c3c3c;
}

/* line 17, resources/assets/styles/base/_buttons.scss */

.page-content .btn.back,
.btn.back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 1rem;
}

/* line 22, resources/assets/styles/base/_buttons.scss */

.page-content .btn.back::after,
.btn.back::after {
  margin-left: 0;
  margin-right: 1rem;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* line 4, resources/assets/styles/base/_forms.scss */

form label,
form .gfield_label,
.gform_wrapper.gravity-theme label,
.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  color: #787878;
  font-size: 0.90909rem !important;
  font-weight: 500 !important;
}

/* line 16, resources/assets/styles/base/_forms.scss */

form input[type="text"],
form input[type="number"],
form input[type="email"],
form input[type="password"],
form textarea,
form select,
.gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="number"],
.gform_wrapper.gravity-theme input[type="email"],
.gform_wrapper.gravity-theme input[type="password"],
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #787878;
  height: 40px;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  padding-left: 16px !important;
  background-color: #FFF;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1em;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 38, resources/assets/styles/base/_forms.scss */

form input[type="text"]:focus,
form input[type="text"]:active,
form input[type="number"]:focus,
form input[type="number"]:active,
form input[type="email"]:focus,
form input[type="email"]:active,
form input[type="password"]:focus,
form input[type="password"]:active,
form textarea:focus,
form textarea:active,
form select:focus,
form select:active,
.gform_wrapper.gravity-theme input[type="text"]:focus,
.gform_wrapper.gravity-theme input[type="text"]:active,
.gform_wrapper.gravity-theme input[type="number"]:focus,
.gform_wrapper.gravity-theme input[type="number"]:active,
.gform_wrapper.gravity-theme input[type="email"]:focus,
.gform_wrapper.gravity-theme input[type="email"]:active,
.gform_wrapper.gravity-theme input[type="password"]:focus,
.gform_wrapper.gravity-theme input[type="password"]:active,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme textarea:active,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme select:active {
  outline: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 0 0 1px #CCC;
          box-shadow: inset 0 0 0 1px #CCC;
}

/* line 45, resources/assets/styles/base/_forms.scss */

form input[type="text"][readonly],
form input[type="number"][readonly],
form input[type="email"][readonly],
form input[type="password"][readonly],
form textarea[readonly],
form select[readonly],
.gform_wrapper.gravity-theme input[type="text"][readonly],
.gform_wrapper.gravity-theme input[type="number"][readonly],
.gform_wrapper.gravity-theme input[type="email"][readonly],
.gform_wrapper.gravity-theme input[type="password"][readonly],
.gform_wrapper.gravity-theme textarea[readonly],
.gform_wrapper.gravity-theme select[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

/* line 209, resources/assets/styles/_mixins.scss */

form input[type="text"]::-webkit-input-placeholder,
form input[type="number"]::-webkit-input-placeholder,
form input[type="email"]::-webkit-input-placeholder,
form input[type="password"]::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder,
form select::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type="text"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type="number"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type="email"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme input[type="password"]::-webkit-input-placeholder,
.gform_wrapper.gravity-theme textarea::-webkit-input-placeholder,
.gform_wrapper.gravity-theme select::-webkit-input-placeholder {
  color: #787878;
  font-size: 1rem;
}

/* line 209, resources/assets/styles/_mixins.scss */

form input[type="text"]:-moz-placeholder,
form input[type="number"]:-moz-placeholder,
form input[type="email"]:-moz-placeholder,
form input[type="password"]:-moz-placeholder,
form textarea:-moz-placeholder,
form select:-moz-placeholder,
.gform_wrapper.gravity-theme input[type="text"]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type="number"]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type="email"]:-moz-placeholder,
.gform_wrapper.gravity-theme input[type="password"]:-moz-placeholder,
.gform_wrapper.gravity-theme textarea:-moz-placeholder,
.gform_wrapper.gravity-theme select:-moz-placeholder {
  color: #787878;
  font-size: 1rem;
}

/* line 209, resources/assets/styles/_mixins.scss */

form input[type="text"]::-moz-placeholder,
form input[type="number"]::-moz-placeholder,
form input[type="email"]::-moz-placeholder,
form input[type="password"]::-moz-placeholder,
form textarea::-moz-placeholder,
form select::-moz-placeholder,
.gform_wrapper.gravity-theme input[type="text"]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type="number"]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type="email"]::-moz-placeholder,
.gform_wrapper.gravity-theme input[type="password"]::-moz-placeholder,
.gform_wrapper.gravity-theme textarea::-moz-placeholder,
.gform_wrapper.gravity-theme select::-moz-placeholder {
  color: #787878;
  font-size: 1rem;
}

/* line 209, resources/assets/styles/_mixins.scss */

form input[type="text"]:-ms-input-placeholder,
form input[type="number"]:-ms-input-placeholder,
form input[type="email"]:-ms-input-placeholder,
form input[type="password"]:-ms-input-placeholder,
form textarea:-ms-input-placeholder,
form select:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type="text"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type="number"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type="email"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme input[type="password"]:-ms-input-placeholder,
.gform_wrapper.gravity-theme textarea:-ms-input-placeholder,
.gform_wrapper.gravity-theme select:-ms-input-placeholder {
  color: #787878;
  font-size: 1rem;
}

/* line 56, resources/assets/styles/base/_forms.scss */

form textarea,
.gform_wrapper.gravity-theme textarea {
  padding-top: 10px;
  height: 200px;
}

/* line 61, resources/assets/styles/base/_forms.scss */

form select,
.gform_wrapper.gravity-theme select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMzIgMzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1taXRlcmxpbWl0PSIxLjUiPjxwYXRoIGQ9Ik00IDEwbDEyIDEyIDEyLTEyIiBmaWxsPSJub25lIiBzdHJva2U9IiM2NjYiIHN0cm9rZS13aWR0aD0iMiIvPjwvc3ZnPg==);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 20px;
}

/* line 68, resources/assets/styles/base/_forms.scss */

form fieldset,
.gform_wrapper.gravity-theme fieldset {
  border: 1px solid #DDD;
  margin-bottom: 1rem;
}

/* line 73, resources/assets/styles/base/_forms.scss */

form [type="submit"],
.gform_wrapper.gravity-theme [type="submit"] {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 177, resources/assets/styles/_mixins.scss */

form [type="submit"]:focus-visible,
.gform_wrapper.gravity-theme [type="submit"]:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

form [type="submit"]:hover,
.gform_wrapper.gravity-theme [type="submit"]:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

form [type="submit"]:active,
.gform_wrapper.gravity-theme [type="submit"]:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

form [type="submit"]:disabled,
.gform_wrapper.gravity-theme [type="submit"]:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

form [type="submit"]:visited,
.gform_wrapper.gravity-theme [type="submit"]:visited {
  color: #3c3c3c;
}

/* line 80, resources/assets/styles/base/_forms.scss */

#gform_wrapper_1 {
  margin-bottom: 30px;
}

/* line 83, resources/assets/styles/base/_forms.scss */

#gform_wrapper_1 .gfield .ginput_container {
  width: 60%;
}

/* line 90, resources/assets/styles/base/_forms.scss */

#gform_wrapper_2 .gfield .ginput_container:not(.ginput_container_radio):not(.ginput_container_textarea) {
  width: 60%;
}

/* line 93, resources/assets/styles/base/_forms.scss */

#gform_wrapper_2 .gfield--type-radio,
#gform_wrapper_2 .gfield--type-textarea {
  margin-top: 40px;
}

/* line 96, resources/assets/styles/base/_forms.scss */

#gform_wrapper_2 .gfield--type-radio .gfield_label.gform-field-label,
#gform_wrapper_2 .gfield--type-textarea .gfield_label.gform-field-label {
  font-weight: 600 !important;
}

/* line 101, resources/assets/styles/base/_forms.scss */

#gform_wrapper_2 .gfield_radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 129, resources/assets/styles/base/_forms.scss */

#gform_wrapper_8 .gform-field-label,
#gform_wrapper_8 .gfield_description {
  color: #fff;
}

/* line 134, resources/assets/styles/base/_forms.scss */

#gform_wrapper_8 .gform-field-label {
  font-weight: 600 !important;
}

/* line 138, resources/assets/styles/base/_forms.scss */

#gform_wrapper_8 input[type="submit"] {
  background-color: #fbac3e;
}

/* line 142, resources/assets/styles/base/_forms.scss */

#gform_wrapper_8 input[type="radio"] {
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
}

/* line 150, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme {
  position: relative;
  width: 100%;
  margin: auto;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 157, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  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;
  color: #787878;
  font-size: 0.90909rem;
}

/* line 167, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield .ginput_container {
  width: 100%;
}

/* line 172, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gform_fields {
  grid-row-template: 16px !important;
}

/* line 176, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

/* line 180, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield--type-radio legend {
  margin-bottom: 20px;
}

/* line 185, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield.readonly input[type="text"] {
  cursor: not-allowed;
  background-color: #f0f0f0;
}

/* line 191, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

/* line 195, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 10px;
  margin-bottom: 10px;
}

/* line 203, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="radio"] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 32px;
  height: 32px;
  border: 5px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: .1s;
  -o-transition: .1s;
  transition: .1s;
}

/* line 215, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_radio .gchoice input[type="radio"]:checked {
  background-color: #E35A5A;
}

/* line 220, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_radio .gchoice .gform-field-label {
  cursor: pointer;
  position: relative;
}

/* line 230, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_html p.text-red {
  color: #E35A5A;
  font-weight: 700;
  font-size: 1.1rem;
}

/* line 235, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_html p.text-blue {
  color: #597288;
  font-weight: 700;
  font-size: 1.1rem;
}

/* line 240, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gfield_html a {
  color: inherit;
}

/* line 245, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme .gform_footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* line 250, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme p {
  margin-bottom: 6px;
}

/* line 255, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme h4 {
  font-size: 16px;
  color: #767676;
  margin-top: 30px;
  margin-bottom: 15px;
}

/* line 262, resources/assets/styles/base/_forms.scss */

.gform_wrapper.gravity-theme br {
  display: none;
}

/* line 270, resources/assets/styles/base/_forms.scss */

.pay-online form.wpcf7-form {
  background-color: #f0f0f0;
  padding: 2rem 2rem 4rem;
  padding-left: 4rem;
  margin: 2rem 0;
  margin-left: -4rem;
}

/* line 277, resources/assets/styles/base/_forms.scss */

.pay-online form.wpcf7-form h2 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}

/* line 283, resources/assets/styles/base/_forms.scss */

.pay-online form.wpcf7-form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* line 286, resources/assets/styles/base/_forms.scss */

.pay-online form.wpcf7-form label span {
  color: #E35A5A;
  margin-left: 0.5rem;
}

/* line 293, resources/assets/styles/base/_forms.scss */

.pay-online .form-item {
  margin: 1rem 0;
}

@media (max-width: 1250px) {
  /* line 298, resources/assets/styles/base/_forms.scss */

  .pay-online form.wpcf7-form {
    margin-left: -2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 1140px) {
  /* line 305, resources/assets/styles/base/_forms.scss */

  .pay-online form.wpcf7-form {
    margin-left: -2rem;
  }
}

@media (max-width: 780px) {
  /* line 311, resources/assets/styles/base/_forms.scss */

  .pay-online form.wpcf7-form {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

@media (max-width: 780px) {
  /* line 318, resources/assets/styles/base/_forms.scss */

  .pay-online form.wpcf7-form {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1rem 2rem;
  }
}

/* line 1, resources/assets/styles/base/_media.scss */

img {
  max-width: 100%;
  display: block;
}

/* line 2, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -0.25rem;
  margin-top: 2rem;
}

/* line 9, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers li {
  padding: 0;
  margin: 0 0.25rem;
}

/* line 13, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers li::before {
  display: none !important;
}

/* line 17, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers li a,
.page-content ul.page-numbers li span {
  display: block;
  border: none;
  padding: 0.33333rem 0.5rem;
  color: #787878;
  background-color: #f0f0f0;
}

/* line 26, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers li a {
  border: 2px solid #f0f0f0;
}

/* line 29, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers li a:hover {
  border-color: #fbac3e;
}

/* line 34, resources/assets/styles/base/_pagination.scss */

.page-content ul.page-numbers li span {
  border: 2px solid #fbac3e;
}

/* line 1, resources/assets/styles/base/_tables.scss */

table {
  width: 100%;
  border-collapse: collapse;
}

/* line 5, resources/assets/styles/base/_tables.scss */

table caption {
  background-color: #455869;
  color: #FFFFFF;
  padding: 1rem;
}

/* line 11, resources/assets/styles/base/_tables.scss */

table tr {
  border: 1px solid #767676;
}

/* line 14, resources/assets/styles/base/_tables.scss */

table tr:hover {
  background-color: #f0f0f0;
}

/* line 19, resources/assets/styles/base/_tables.scss */

table th,
table td {
  padding: 0.5rem 1rem;
  text-align: left;
  border-right: 1px solid #767676;
  color: #787878;
  font-size: 0.86957rem;
}

/* line 28, resources/assets/styles/base/_tables.scss */

table th {
  color: #FFFFFF;
  background-color: #597288;
  border-color: #455869;
}

/* line 1, resources/assets/styles/base/_typography.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #597288;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* line 13, resources/assets/styles/base/_typography.scss */

h1 {
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
}

/* line 18, resources/assets/styles/base/_typography.scss */

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

/* line 23, resources/assets/styles/base/_typography.scss */

h3 {
  font-size: 1.3rem;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

/* line 29, resources/assets/styles/base/_typography.scss */

h4 {
  font-size: 1.2rem;
}

/* line 33, resources/assets/styles/base/_typography.scss */

h5 {
  font-size: 1.2rem;
}

/* line 37, resources/assets/styles/base/_typography.scss */

h6 {
  font-size: 1.2rem;
}

/* line 41, resources/assets/styles/base/_typography.scss */

hr {
  border: none;
  border-top: 3px solid #fbac3e;
}

/* line 46, resources/assets/styles/base/_typography.scss */

blockquote {
  border-left: 3px solid #fbac3e;
  padding-left: 1rem;
}

/* line 53, resources/assets/styles/base/_typography.scss */

.page-content ul,
.page-content ol {
  margin-bottom: 2rem;
}

/* line 58, resources/assets/styles/base/_typography.scss */

.page-content ul.large-list li,
.page-content ol.large-list li {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1rem;
}

/* line 64, resources/assets/styles/base/_typography.scss */

.page-content ul li,
.page-content ol li {
  color: #787878;
  font-size: 0.95238rem;
  font-weight: 500;
  margin: 0.66667rem 0;
  line-height: 1.7;
  letter-spacing: 0.02rem;
}

/* line 74, resources/assets/styles/base/_typography.scss */

.page-content ul {
  list-style: none;
}

/* line 78, resources/assets/styles/base/_typography.scss */

.page-content ul.large-list li::before {
  top: 12px;
}

/* line 84, resources/assets/styles/base/_typography.scss */

.page-content ul li {
  position: relative;
  padding-left: 1rem;
}

/* line 89, resources/assets/styles/base/_typography.scss */

.page-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #fbac3e;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 2px;
}

/* line 103, resources/assets/styles/base/_typography.scss */

.page-content a {
  color: #fbac3e;
  text-decoration: none;
  border-bottom: 1px dotted #767676;
}

/* line 108, resources/assets/styles/base/_typography.scss */

.page-content a:visited {
  color: #597288;
}

/* line 114, resources/assets/styles/base/_typography.scss */

p {
  color: #787878;
  font-size: 0.95238rem;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0;
  margin-bottom: 1rem;
}

/* line 121, resources/assets/styles/base/_typography.scss */

p.recaptcha-paragraph {
  font-size: 12px;
  opacity: .75;
}

/* line 124, resources/assets/styles/base/_typography.scss */

p.recaptcha-paragraph a {
  color: inherit;
}

@media (max-width: 500px) {
  /* line 131, resources/assets/styles/base/_typography.scss */

  h1 {
    font-size: 1.8rem;
  }
}

/* line 136, resources/assets/styles/base/_typography.scss */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 3, resources/assets/styles/regions/_footer.scss */

footer.footer .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0;
}

/* line 8, resources/assets/styles/regions/_footer.scss */

footer.footer .content .brand {
  margin-bottom: 30px;
}

/* line 12, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 860px) {
  /* line 16, resources/assets/styles/regions/_footer.scss */

  footer.footer .content .col.address-social {
    margin-bottom: 2rem;
    width: 50%;
  }
}

/* line 23, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.links {
  width: 36%;
}

@media (max-width: 860px) {
  /* line 23, resources/assets/styles/regions/_footer.scss */

  footer.footer .content .col.links {
    margin-bottom: 2rem;
    width: 50%;
  }
}

/* line 31, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.links nav.nav-main-footer {
  position: relative;
}

/* line 34, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.links nav.nav-main-footer ul {
  margin: 0;
  padding: 0;
}

/* line 38, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.links nav.nav-main-footer ul li {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 43, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.links nav.nav-main-footer ul li a {
  text-decoration: none;
  color: #767676;
}

/* line 50, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.links nav.nav-main-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: -30px;
  bottom: -20px;
  width: 1px;
  background-color: #DDD;
}

/* line 62, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.callouts {
  width: 34%;
}

@media (max-width: 860px) {
  /* line 62, resources/assets/styles/regions/_footer.scss */

  footer.footer .content .col.callouts {
    width: 100%;
  }
}

/* line 69, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.callouts .phone-callout {
  height: 60px;
  background-color: #597288;
  border-bottom-left-radius: 100px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  color: #FFF;
}

/* line 81, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.callouts .phone-callout a {
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 90, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.callouts .phone-callout a:hover {
  opacity: .75;
}

/* line 95, resources/assets/styles/regions/_footer.scss */

footer.footer .content .col.callouts .phone-callout.emergency {
  background-color: #E35A5A;
}

@media (max-width: 500px) {
  /* line 12, resources/assets/styles/regions/_footer.scss */

  footer.footer .content .col {
    width: 100% !important;
  }
}

@media (max-width: 860px) {
  /* line 3, resources/assets/styles/regions/_footer.scss */

  footer.footer .content {
    padding: 30px 0;
    margin: 0;
  }
}

/* line 112, resources/assets/styles/regions/_footer.scss */

footer.footer span.address {
  font-size: 14px;
  color: #767676;
}

/* line 118, resources/assets/styles/regions/_footer.scss */

footer.footer .contact {
  text-align: center;
  color: #787878;
}

/* line 122, resources/assets/styles/regions/_footer.scss */

footer.footer .contact p:first-child {
  font-size: 1.2rem;
  color: #659db6;
  margin-bottom: 2rem;
}

/* line 128, resources/assets/styles/regions/_footer.scss */

footer.footer .contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 131, resources/assets/styles/regions/_footer.scss */

footer.footer .contact ul li {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  margin: 0.5rem 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.03rem;
}

/* line 138, resources/assets/styles/regions/_footer.scss */

footer.footer .contact ul li a {
  color: #787878;
  text-decoration: none;
}

/* line 145, resources/assets/styles/regions/_footer.scss */

footer.footer .contact p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.83333rem;
}

/* line 152, resources/assets/styles/regions/_footer.scss */

footer.footer ul.social-icons {
  margin: 2rem 0 0;
}

/* line 157, resources/assets/styles/regions/_footer.scss */

footer.footer ul.social-icons svg:not(.svg-instagram) path,
footer.footer ul.social-icons svg:not(.svg-instagram) circle {
  fill: #597288 !important;
}

/* line 165, resources/assets/styles/regions/_footer.scss */

footer.footer ul.social-icons svg:not(.svg-instagram) path,
footer.footer ul.social-icons svg:not(.svg-instagram) circle {
  fill: #597288 !important;
}

/* line 173, resources/assets/styles/regions/_footer.scss */

.sub-footer {
  padding: 30px 0;
  background-color: #F6F6F6;
}

/* line 177, resources/assets/styles/regions/_footer.scss */

.sub-footer a.orphans-signature {
  display: block;
  font-size: 12px;
  color: #3c3c3c;
  text-decoration: none;
}

/* line 183, resources/assets/styles/regions/_footer.scss */

.sub-footer a.orphans-signature:hover {
  text-decoration: underline;
}

/* line 189, resources/assets/styles/regions/_footer.scss */

.nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 500px) {
  /* line 189, resources/assets/styles/regions/_footer.scss */

  .nav-footer {
    -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;
  }
}

/* line 200, resources/assets/styles/regions/_footer.scss */

.nav-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 -15px;
}

@media (max-width: 860px) {
  /* line 200, resources/assets/styles/regions/_footer.scss */

  .nav-footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1rem;
  }
}

/* line 210, resources/assets/styles/regions/_footer.scss */

.nav-footer ul li {
  display: inline-block;
  margin: 0 10px;
}

@media (max-width: 480px) {
  /* line 210, resources/assets/styles/regions/_footer.scss */

  .nav-footer ul li {
    display: block;
    margin: 1rem;
  }
}

/* line 219, resources/assets/styles/regions/_footer.scss */

.nav-footer ul li a {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 226, resources/assets/styles/regions/_footer.scss */

.nav-footer ul li a:hover {
  color: #fbac3e;
}

@media (max-width: 480px) {
  /* line 238, resources/assets/styles/regions/_footer.scss */

  footer.footer .contact ul li a {
    display: block;
  }
}

/* line 246, resources/assets/styles/regions/_footer.scss */

.footer-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

/* line 252, resources/assets/styles/regions/_footer.scss */

.footer-buttons .footer-button {
  position: relative;
  height: 50px;
  width: 48%;
  background-color: #fbac3e;
  border-bottom-right-radius: 60px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 260, resources/assets/styles/regions/_footer.scss */

.footer-buttons .footer-button span.text {
  position: absolute;
  padding: 10px;
  padding-right: 40px;
  color: #3c3c3c;
  font-weight: bold;
  font-size: 12px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* line 273, resources/assets/styles/regions/_footer.scss */

.footer-buttons .footer-button:hover {
  opacity: .8;
}

/* line 281, resources/assets/styles/regions/_footer.scss */

.company-details p {
  font-size: 10px;
  color: #767676;
  margin: 0px;
  padding: 0px;
}

/*

  In this document

  1. Header elem layout
  2. Primary + Secondar Desktop Navs
  3. Hamburger
  4. Stick Nav

 */

/* line 12, resources/assets/styles/regions/_header.scss */

.header {
  z-index: 100;
}

/* line 15, resources/assets/styles/regions/_header.scss */

.header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (min-width: 860px) {
  /* line 15, resources/assets/styles/regions/_header.scss */

  .header .container {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

/* line 25, resources/assets/styles/regions/_header.scss */

.header .brand {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 260px;
          flex: 0 1 260px;
  margin: 0.5rem 0;
}

@media (min-width: 860px) {
  /* line 25, resources/assets/styles/regions/_header.scss */

  .header .brand {
    left: 1rem;
    position: absolute;
    top: 0;
    width: 240px;
  }
}

@media (min-width: 1080px) {
  /* line 25, resources/assets/styles/regions/_header.scss */

  .header .brand {
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-right: 2.5rem;
    position: static;
    width: auto;
  }
}

/* line 44, resources/assets/styles/regions/_header.scss */

.header .brand .brand__icon {
  position: relative;
  width: 100%;
  padding-top: 18%;
  display: block;
}

/* line 50, resources/assets/styles/regions/_header.scss */

.header .brand .brand__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 59, resources/assets/styles/regions/_header.scss */

.header .brand .brand__name {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 65, resources/assets/styles/regions/_header.scss */

.header__menus {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 70, resources/assets/styles/regions/_header.scss */

.header__menus .brand {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}

/* line 75, resources/assets/styles/regions/_header.scss */

.header__menus nav:not(.nav-shop) {
  display: none;
}

@media (min-width: 860px) {
  /* line 75, resources/assets/styles/regions/_header.scss */

  .header__menus nav:not(.nav-shop) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* line 85, resources/assets/styles/regions/_header.scss */

.header__menus--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}

/* line 91, resources/assets/styles/regions/_header.scss */

.header .nav-primary {
  border-top: 1px solid #e1e1e1;
}

/* line 95, resources/assets/styles/regions/_header.scss */

.header .nav-secondary li:last-child {
  margin-left: 1rem;
}

/* line 99, resources/assets/styles/regions/_header.scss */

.header ul.nav {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 1000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 107, resources/assets/styles/regions/_header.scss */

.header ul.nav > li {
  position: relative;
}

/* line 111, resources/assets/styles/regions/_header.scss */

.header ul.nav > li.menu-item-has-children > .sub-menu-toggle-wrapper > a::after {
  border-style: solid;
  border-color: #fbac3e;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  position: relative;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 0.5rem;
  margin-top: 0.07rem;
}

/* line 128, resources/assets/styles/regions/_header.scss */

.header ul.nav > li.child-columns-one > ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  padding-bottom: 1rem;
}

/* line 133, resources/assets/styles/regions/_header.scss */

.header ul.nav > li.child-columns-two > ul {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}

/* line 137, resources/assets/styles/regions/_header.scss */

.header ul.nav > li.child-columns-three > ul,
.header ul.nav > li.child-columns-four > ul {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}

/* line 143, resources/assets/styles/regions/_header.scss */

.header ul.nav > li.child-columns-three > ul > li > .sub-menu-toggle-wrapper > a,
.header ul.nav > li.child-columns-three > ul > li > a,
.header ul.nav > li.child-columns-four > ul > li > .sub-menu-toggle-wrapper > a,
.header ul.nav > li.child-columns-four > ul > li > a {
  font-size: 1.2rem;
  padding: 0;
  color: #597288;
  margin: 0 0 0.5rem 0;
}

/* line 153, resources/assets/styles/regions/_header.scss */

.header ul.nav > li.child-columns-four > ul {
  -webkit-columns: 4;
     -moz-columns: 4;
          columns: 4;
  min-width: 1250px;
}

@media (max-width: 800px) {
  /* line 153, resources/assets/styles/regions/_header.scss */

  .header ul.nav > li.child-columns-four > ul {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}

/* line 162, resources/assets/styles/regions/_header.scss */

.header ul.nav > li > a[href],
.header ul.nav > li > div > a[href] {
  padding: 1.1rem 0.5rem;
}

/* line 167, resources/assets/styles/regions/_header.scss */

.header ul.nav > li .sub-menu-toggle {
  display: none;
}

@media (max-width: 1250px) {
  /* line 107, resources/assets/styles/regions/_header.scss */

  .header ul.nav > li {
    position: static;
  }
}

/* line 176, resources/assets/styles/regions/_header.scss */

.header ul.nav li {
  display: inline-block;
}

/* line 180, resources/assets/styles/regions/_header.scss */

.header ul.nav li[class^=bg] a {
  color: #FFFFFF;
  padding: 1.1rem 2rem;
  font-size: 1rem;
}

/* line 185, resources/assets/styles/regions/_header.scss */

.header ul.nav li[class^=bg] a:hover {
  color: #FFFFFF;
}

/* line 192, resources/assets/styles/regions/_header.scss */

.header ul.nav li.bg-red a {
  background-color: #E35A5A;
}

/* line 198, resources/assets/styles/regions/_header.scss */

.header ul.nav li.bg-gold a {
  background-color: #fbac3e;
}

/* line 204, resources/assets/styles/regions/_header.scss */

.header ul.nav li.bg-teal a {
  background-color: #74BCAA;
}

/* line 210, resources/assets/styles/regions/_header.scss */

.header ul.nav li.bg-grey a {
  background-color: #767676;
}

/* line 215, resources/assets/styles/regions/_header.scss */

.header ul.nav li.margin-push-s {
  margin-top: 25px;
}

/* line 219, resources/assets/styles/regions/_header.scss */

.header ul.nav li.margin-push-m {
  margin-top: 50px;
}

/* line 223, resources/assets/styles/regions/_header.scss */

.header ul.nav li.margin-push-l {
  margin-top: 100px;
}

/* line 227, resources/assets/styles/regions/_header.scss */

.header ul.nav li.margin-push-xl {
  margin-top: 150px;
}

/* line 231, resources/assets/styles/regions/_header.scss */

.header ul.nav li.font-size-normal {
  padding-bottom: .5rem !important;
}

/* line 234, resources/assets/styles/regions/_header.scss */

.header ul.nav li.font-size-normal > a,
.header ul.nav li.font-size-normal ul li a {
  font-weight: 500 !important;
  font-size: 0.86957rem !important;
}

/* line 240, resources/assets/styles/regions/_header.scss */

.header ul.nav li.font-size-normal > a span,
.header ul.nav li.font-size-normal ul li a span {
  color: #3c3c3c;
}

/* line 246, resources/assets/styles/regions/_header.scss */

.header ul.nav li a {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  text-decoration: none;
  font-size: 0.86957rem;
  color: #3c3c3c;
  padding: 0.90909rem;
}

/* line 254, resources/assets/styles/regions/_header.scss */

.header ul.nav li a:hover {
  color: #597288;
}

/* line 261, resources/assets/styles/regions/_header.scss */

.header ul.nav > li:hover a::after {
  border-color: #597288;
}

/* line 265, resources/assets/styles/regions/_header.scss */

.header ul.nav > li:hover ul {
  display: block;
  left: -1.5rem;
}

@media (max-width: 1250px) {
  /* line 99, resources/assets/styles/regions/_header.scss */

  .header ul.nav {
    position: static;
  }
}

/* line 276, resources/assets/styles/regions/_header.scss */

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

/* line 280, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 {
  display: none;
  position: absolute;
  margin: 0 0 -2rem;
  padding: 2rem;
  padding-left: 0;
  -webkit-box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 15px 30px -15px rgba(0, 0, 0, 0.5);
  background-color: #FFFFFF;
  min-width: 1000px;
}

/* line 291, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li {
  display: block;
  padding-bottom: 1.5rem;
}

/* line 295, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.menu-item-has-children {
  display: inline-block;
}

/* line 298, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.menu-item-has-children:nth-child(odd) {
  padding-bottom: 2rem;
}

/* line 306, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.no-border {
  border: none;
}

/* line 310, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.image-link {
  padding-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  margin-bottom: 3rem;
}

/* line 317, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.image-link a {
  position: relative;
  max-width: 290px;
  margin: 0;
  display: block;
  overflow: hidden;
}

/* line 324, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.image-link a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
}

/* line 334, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.image-link a img {
  display: block;
  width: 100%;
  height: auto;
}

/* line 340, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.image-link a span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 1250px) {
  /* line 310, resources/assets/styles/regions/_header.scss */

  .header ul.sub-menu.level-1 > li.image-link {
    padding-left: 0;
  }
}

/* line 356, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.no-padding-bottom {
  padding-bottom: 0;
}

/* line 359, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.no-padding-bottom ul li:last-of-type {
  margin-bottom: 0;
}

/* line 364, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.extras {
  border-top: 1px solid #DDD;
  padding-top: 25px;
}

/* line 368, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.extras .sub-menu-toggle-wrapper {
  display: none;
}

/* line 373, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.indents {
  padding-top: 20px;
}

/* line 376, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.indents span {
  color: #3c3c3c;
  font-size: 0.86957rem;
}

/* line 381, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li.indents li {
  margin-left: 20px;
}

/* line 386, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li[class^=bg] {
  padding: 0;
}

/* line 389, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li[class^=bg] a {
  padding: 1rem;
  padding-left: 2.5rem;
  font-size: 1rem;
  border-bottom-right-radius: 100px;
  color: #FFF;
}

/* line 398, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li > .sub-menu-toggle-wrapper > a,
.header ul.sub-menu.level-1 > li > a {
  padding: 0;
  margin: 0 0 0.5rem 0;
}

/* line 404, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li .sub-menu-text {
  background-color: #fdd7a2;
  padding: 15px 20px;
}

/* line 408, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li .sub-menu-text p {
  margin: 0;
  line-height: 1rem;
  font-size: .875rem;
  color: #597288;
}

/* line 415, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li .sub-menu-text a.sub-menu-link-text {
  display: block;
  margin-top: 10px;
  padding: 0;
  color: #E35A5A;
}

/* line 421, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-1 > li .sub-menu-text a.sub-menu-link-text::before {
  display: none;
}

@media (max-width: 1250px) {
  /* line 280, resources/assets/styles/regions/_header.scss */

  .header ul.sub-menu.level-1 {
    left: 0 !important;
    right: 0 !important;
    padding: 2rem !important;
    background-color: #F6F6F6;
    min-width: auto !important;
  }
}

/* line 437, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-2 {
  display: block;
  padding: 0;
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
}

/* line 442, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-2 > li {
  display: block;
  margin: 1rem 0;
}

/* line 446, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-2 > li:first-of-type {
  margin-top: 0.5rem;
}

/* line 450, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-2 > li:last-of-type {
  margin-bottom: 0.5rem;
}

/* line 454, resources/assets/styles/regions/_header.scss */

.header ul.sub-menu.level-2 > li > a {
  padding: 0;
}

/* line 462, resources/assets/styles/regions/_header.scss */

.sticky-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
       -o-transform: translateY(-200px);
          transform: translateY(-200px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 35px -10px rgba(0, 0, 0, 0.75);
}

/* line 473, resources/assets/styles/regions/_header.scss */

.sticky-nav.visible {
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* line 477, resources/assets/styles/regions/_header.scss */

.sticky-nav .brand {
  margin: 0.5rem 0;
}

/* line 481, resources/assets/styles/regions/_header.scss */

.sticky-nav .nav-primary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 485, resources/assets/styles/regions/_header.scss */

.sticky-nav .nav-secondary {
  display: none;
}

@media (max-width: 1080px) {
  /* line 493, resources/assets/styles/regions/_header.scss */

  .header__menus {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 500, resources/assets/styles/regions/_header.scss */

  .header ul.nav > li.child-columns-three > ul.sub-menu.level-1 li {
    min-width: 12rem;
  }

  /* line 504, resources/assets/styles/regions/_header.scss */

  .header ul.nav > li.child-columns-two > ul {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }

  /* line 508, resources/assets/styles/regions/_header.scss */

  .header ul.nav > li[class^=bg] a {
    font-size: 0.90909rem;
    padding: 1.3rem 1.5rem;
  }
}

/* line 1, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar {
  background-color: #597288;
  padding: 3rem 2rem 3rem 0;
}

/* line 5, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation {
  padding-bottom: 2rem;
}

/* line 8, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 11, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul li.active > .sub-menu-toggle-wrapper a,
aside.sidebar .sidebar-navigation ul li.active > a {
  color: #fbac3e;
}

/* line 16, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul li[class^=bg],
aside.sidebar .sidebar-navigation ul li.image-link {
  display: none;
}

/* line 22, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul a {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 0.85rem;
  display: block;
}

/* line 29, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul a:hover {
  color: #afbecb;
}

/* line 35, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation button.sub-menu-toggle {
  display: none;
}

/* line 39, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation > ul > li:not(.sub-menu-active) {
  display: none;
}

/* line 43, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation > ul > li.sub-menu-active > .sub-menu-toggle-wrapper > a,
aside.sidebar .sidebar-navigation > ul > li.sub-menu-active > a {
  color: #fbac3e;
  display: block;
  margin-bottom: 2rem;
  font-size: 1rem;
}

/* line 50, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation > ul > li.sub-menu-active > .sub-menu-toggle-wrapper > a::after,
aside.sidebar .sidebar-navigation > ul > li.sub-menu-active > a::after {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  display: block;
  margin: 1.5rem 0;
}

/* line 60, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation > ul > li > ul > li a {
  padding: 0.83333rem 0;
}

/* line 66, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li {
  position: relative;
}

/* line 70, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li.sub-menu-active button.sub-menu-toggle {
  background-color: #FFF;
}

/* line 73, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li.sub-menu-active button.sub-menu-toggle::before,
aside.sidebar .sidebar-navigation ul.level-1 li.sub-menu-active button.sub-menu-toggle::after {
  background-color: #597288;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(270deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(270deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(270deg);
          transform: translateX(-50%) translateY(-50%) rotate(270deg);
}

/* line 83, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li.extras > div > a,
aside.sidebar .sidebar-navigation ul.level-1 li.extras button {
  display: none;
}

/* line 88, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li.extras ul.level-2 {
  display: block;
  border: none;
  margin: 0;
}

/* line 93, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li.extras ul.level-2 li {
  padding: 0;
}

/* line 96, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 li.extras ul.level-2 li a::before {
  display: none;
}

/* line 104, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 button.sub-menu-toggle {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  display: block;
  border: 0;
  padding: 0;
  width: 16px;
  cursor: pointer;
  height: 16px;
  font-size: 0;
  left: -25px;
  top: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  outline: 0;
}

/* line 123, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 button.sub-menu-toggle::before,
aside.sidebar .sidebar-navigation ul.level-1 button.sub-menu-toggle::after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 8px;
  top: 50%;
  left: 50%;
  background-color: #FFF;
  border-radius: 2px;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
       -o-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 138, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 button.sub-menu-toggle::after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
       -o-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

@media (max-width: 1200px) {
  /* line 65, resources/assets/styles/regions/_sidebar.scss */

  aside.sidebar .sidebar-navigation ul.level-1 {
    -webkit-transform: translateX(25px);
        -ms-transform: translateX(25px);
         -o-transform: translateX(25px);
            transform: translateX(25px);
  }
}

/* line 148, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-1 > li.sub-menu-active ul {
  display: block;
}

/* line 152, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-2 {
  margin: 0 0 1.5rem 1rem;
  display: none;
  border-left: 1px dashed #728ca2;
}

/* line 158, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-2 li {
  padding-left: 1rem;
}

/* line 162, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-2 a {
  padding: 0.66667rem 0;
  font-size: 0.83333rem;
  position: relative;
}

/* line 167, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .sidebar-navigation ul.level-2 a::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  border-top: 1px dashed #728ca2;
  left: -16px;
  top: 17px;
}

/* line 181, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links {
  list-style: none;
  padding: 0;
  margin: 0;
  border-left: 1px solid #FFFFFF;
  padding: 1rem 0;
  position: relative;
}

/* line 188, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links li {
  margin: 1.5rem 0;
}

/* line 191, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links li:first-of-type {
  margin-top: 0;
}

/* line 195, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links li:last-of-type {
  margin-bottom: 0;
}

/* line 200, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a {
  background-color: #fbac3e;
  color: #242424;
  display: inline-block;
  padding: 1rem 1rem;
  text-decoration: none;
  position: relative;
}

/* line 208, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a[href*="book"],
aside.sidebar .action-links a[href*="book"]::after {
  background-color: #74BCAA;
}

/* line 213, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a[href*="book"]::before {
  border-left-color: #74BCAA;
}

/* line 217, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a[href*="pay"],
aside.sidebar .action-links a[href*="pay"]::after {
  background-color: #767676;
  color: #FFFFFF;
}

/* line 223, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a[href*="pay"]::before {
  border-left-color: #767676;
}

/* line 227, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a:hover::before {
  border-left-color: #FFFFFF;
}

/* line 231, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a::before {
  content: " ";
  left: 0%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #fbac3e;
  border-width: 6px;
  margin-top: -6px;
}

/* line 246, resources/assets/styles/regions/_sidebar.scss */

aside.sidebar .action-links a::after {
  content: "";
  width: 50px;
  height: 100%;
  background-color: #fbac3e;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  border-radius: 0 0 100% 0;
}

/* line 1, resources/assets/styles/partials/_abstract-shapes.scss */

*[class^=abstract-shape] {
  position: absolute;
  z-index: 15;
}

/* line 5, resources/assets/styles/partials/_abstract-shapes.scss */

*[class^=abstract-shape] svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 14, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-1 {
  padding-bottom: 7%;
  width: 5%;
  max-width: 85px;
  bottom: 50%;
}

/* line 19, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-2 {
  padding-bottom: 9%;
  width: 13%;
  max-width: 380px;
  right: 10%;
  bottom: -3%;
  z-index: 16;
}

/* line 26, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-3 {
  padding-bottom: 19%;
  width: 22%;
  max-width: 380px;
  right: 0px;
  bottom: -40%;
}

/* line 31, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-3 svg g:first-child path {
  fill: #659db6 !important;
}

/* line 36, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-4 {
  padding-bottom: 40%;
  width: 3%;
  max-width: 50px;
  left: 0px;
  bottom: 40%;
}

/* line 41, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-4 svg g:first-child path {
  fill: #fbac3e !important;
}

/* line 46, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-5 {
  padding-bottom: 19%;
  width: 13.5%;
  max-width: 380px;
  left: 0px;
  bottom: -20%;
}

/* line 51, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-5 svg g:first-child path {
  fill: #74BCAA !important;
}

/* line 2, resources/assets/styles/partials/_accordion.scss */

.accordion .flexible-content-row.flexible-accordion {
  margin-left: 0;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 6, resources/assets/styles/partials/_accordion.scss */

.accordion .flexible-content-row.flexible-accordion::before {
  content: none;
}

/* line 1, resources/assets/styles/partials/_articles-block.scss */

.articles-block {
  margin-bottom: 3rem;
}

/* line 4, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 8, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left,
.articles-block .posts .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 16, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article h3,
.articles-block .posts .right article h3 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 22, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  background-color: #597288;
  margin: -2rem 0;
  padding: 4rem 0;
  z-index: 1;
}

/* line 29, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}

/* line 35, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left .inner-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 655px;
          flex: 0 1 655px;
}

/* line 42, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

/* line 45, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right .container-wrapper {
  background-color: #f0f0f0;
  padding: 4rem 0;
  left: 0;
}

/* line 51, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 55, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right .inner-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 470px;
          flex: 0 1 470px;
  width: 470px;
}

/* line 61, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 65, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  margin-right: 2rem;
}

/* line 70, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article .image {
  margin-right: -4rem;
}

/* line 74, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article *:not(.btn) {
  color: #FFFFFF;
}

/* line 78, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article img {
  width: 100%;
}

/* line 84, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article {
  padding-left: 6rem;
}

/* line 87, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article:first-of-type {
  margin-bottom: 2rem;
}

/* line 91, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article h3 {
  margin: 0 0 0.5rem 0;
}

/* line 95, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article p {
  margin: 0 0 1rem 0;
}

@media (max-width: 960px) {
  /* line 107, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left .container {
    padding: 0 2rem;
  }

  /* line 111, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 115, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article .image {
    margin: 0;
    max-width: 200px;
  }

  /* line 123, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .right article {
    padding-left: 1rem;
  }
}

@media (max-width: 800px) {
  /* line 134, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts {
    display: block;
  }

  /* line 140, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article,
  .articles-block .posts .right article {
    padding: 0;
  }

  /* line 145, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left {
    margin: 0;
    padding: 2rem 0;
  }

  /* line 149, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left .inner-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 655px;
            flex: 1 1 655px;
  }

  /* line 153, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left .container {
    padding: 0 1rem;
  }

  /* line 158, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article .text {
    margin-right: 0;
  }

  /* line 162, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article .image {
    display: none;
  }

  /* line 169, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .right .container-wrapper {
    padding: 2rem 0;
  }

  /* line 173, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .right .inner-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* line 1, resources/assets/styles/partials/_banner.scss */

.banner-image {
  border-bottom: 3px solid #FFFFFF;
  width: 100%;
}

/* line 3, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block {
  background-color: #E35A5A;
  margin-bottom: 2rem;
  text-align: center;
}

/* line 8, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block p {
  color: #FFFFFF;
  font-size: 1.1rem;
  margin: 0;
  padding: 2rem;
}

/* line 15, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul {
  border-top: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 22, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li {
  background-color: #d15152;
  border-right: 1px solid #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 0;
  padding: 0;
  width: 50%;
}

/* line 32, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li:last-child {
  border: none;
}

/* line 36, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li::before {
  display: none;
}

/* line 41, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li.septic a {
  padding-top: 1.7rem;
}

/* line 46, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #d15152;
  border: none;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  line-height: 1.4;
  max-width: 100%;
  padding: 1rem;
  text-decoration: none;
}

/* line 97, resources/assets/styles/_mixins.scss */

.binding-rules-block ul li a::after {
  content: "";
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 66, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a:hover {
  background-color: #E35A5A;
}

/* line 70, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a:visited {
  color: #FFFFFF;
}

/* line 74, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a::after {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-top: auto;
  margin-right: auto;
}

/* line 1, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper {
  position: relative;
  background-color: #597288;
  margin-bottom: 3rem;
}

/* line 6, resources/assets/styles/partials/_carousel.scss */

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

/* line 9, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li {
  display: none;
  position: relative;
}

/* line 13, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 17, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 22, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__text {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 0;
}

/* line 32, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__text::after {
  content: "";
  position: absolute;
  height: 280px;
  width: 100%;
  bottom: -80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  z-index: -1;
  opacity: 0.7;
}

/* line 44, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .container {
  width: 100%;
}

/* line 48, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 55, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li h3 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  font-size: 2.6rem;
  margin: 0 0 0.25rem 0;
}

/* line 62, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  max-width: 780px;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* line 70, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li a.link {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
}

/* line 97, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li a.link::after {
  content: "";
  border-color: #fbac3e;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 129, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li a.link:hover::after {
  margin-left: 2rem;
}

/* line 78, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li a.link::before {
  content: "";
  display: block;
  border-bottom: 2px solid transparent;
  position: absolute;
  width: 0;
  bottom: -20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 89, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li a.link:hover::before {
  border-color: #597288;
  width: 100%;
}

/* line 96, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls {
  margin: 0 0 1rem 0;
}

/* line 99, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev,
.carousel__wrapper ul li .carousel__controls .carousel__next {
  position: relative;
  background-color: #597288;
  display: inline-block;
  width: 26px;
  height: 26px;
}

/* line 97, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev::after,
.carousel__wrapper ul li .carousel__controls .carousel__next::after {
  content: "";
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 129, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover::after,
.carousel__wrapper ul li .carousel__controls .carousel__next:hover::after {
  margin-left: 2rem;
}

/* line 107, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev::after,
.carousel__wrapper ul li .carousel__controls .carousel__next::after {
  margin-left: 0;
  margin: 0.2rem 0.2rem 0.2rem 0.3rem;
}

/* line 112, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover,
.carousel__wrapper ul li .carousel__controls .carousel__next:hover {
  background-color: #fbac3e;
}

/* line 115, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover::after,
.carousel__wrapper ul li .carousel__controls .carousel__next:hover::after {
  margin-left: 0.3rem;
}

/* line 122, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 0.2rem 0.5rem 0.2rem 0.6rem;
}

/* line 127, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover::after {
  margin-left: 0.6rem;
}

/* line 134, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li[data-home-carousel-slide-has-video] > .carousel__video-cover-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}

/* line 142, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul.carousel--has-video li:not([data-home-carousel-slide-has-video]) {
  height: 100%;
}

/* line 148, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper .chevron {
  position: relative;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 10;
}

/* line 97, resources/assets/styles/_mixins.scss */

.carousel__wrapper .chevron::after {
  content: "";
  border-color: #fbac3e;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 160, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper .chevron::after {
  margin: 0.5rem 1.45rem;
}

/* line 166, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper .lSSlideWrapper ul.carousel li {
  display: block;
}

/* line 172, resources/assets/styles/partials/_carousel.scss */

.carousel__video-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

/* line 181, resources/assets/styles/partials/_carousel.scss */

.carousel__video-sound-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbac3e;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  margin-bottom: 1rem;
  padding: 0;
  width: 26px;
}

/* line 195, resources/assets/styles/partials/_carousel.scss */

.carousel__video-sound-toggle:not(.is-muted) svg {
  opacity: 0.5;
}

@media (max-width: 1300px) {
  /* line 203, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper {
    margin-bottom: 1.5rem;
  }

  /* line 206, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .abstract-shape-1 {
    display: none;
  }
}

@media (max-width: 1080px) {
  /* line 216, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper ul li .carousel__text {
    bottom: 40px;
  }

  /* line 220, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper ul li h3 {
    font-size: 2rem;
  }

  /* line 224, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper ul li p {
    font-size: 1rem;
  }
}

@media (max-width: 780px) {
  /* line 234, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper span[class*=abstract-shape] {
    display: none;
  }

  /* line 241, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li h3 {
    margin-bottom: 1rem;
  }

  /* line 245, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li p {
    display: none;
  }

  /* line 249, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li .carousel__controls {
    display: none;
  }

  /* line 253, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li .carousel__text::after {
    display: none;
  }
}

/* line 3, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block {
  background-color: #E35A5A;
  padding: 2rem;
}

/* line 7, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block p {
  color: #FFFFFF;
  margin: 0 0 1rem 0;
}

/* line 12, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block p.title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* line 18, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block a {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #E35A5A;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #FFFFFF;
  margin-top: 0.5rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.emergency-block a::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.emergency-block a:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.emergency-block a:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.emergency-block a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.emergency-block a:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.emergency-block a:visited {
  color: #3c3c3c;
}

/* line 6, resources/assets/styles/partials/_ewc-filter.scss */

.mgw-js .ewc-filters {
  display: block;
}

/* line 10, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters {
  display: none;
  margin-bottom: 3rem;
}

/* line 14, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters__options {
  margin-top: 1rem;
}

/* line 17, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters__options h3 {
  margin-top: 0;
}

/* line 22, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions {
  margin-bottom: 2rem;
}

/* line 25, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions div[data-ewc-code] {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
  display: none;
}

/* line 30, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 33, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__wrapper span {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  color: #597288;
  margin-top: 0.2rem;
}

/* line 43, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 48, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__row p {
  margin: 0;
  line-height: 1.4;
}

/* line 55, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
}

/* line 62, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.83333rem;
  margin-left: 1rem;
  margin-top: 0.25rem;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #787878;
  cursor: pointer;
}

/* line 73, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions button:hover {
  color: #597288;
  font-weight: 700;
}

/* line 79, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions button.ewc-remove {
  display: none;
}

/* line 85, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes {
  display: none;
  background-color: #f0f0f0;
  padding: 2rem 2.5rem 2.5rem;
  margin-left: -4rem;
  padding-left: 4rem;
}

/* line 92, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes h4 {
  margin-bottom: 1.5rem;
}

/* line 96, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes div[data-ewc-code] {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
  border-color: #3c3c3c;
  display: block !important;
}

/* line 102, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes .ewc-select {
  display: none;
}

/* line 106, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes .ewc-remove {
  display: block !important;
}

/* line 111, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container {
  /* This fixes the text-overflow:elipse; styling */
  display: table !important;
  table-layout: fixed !important;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* line 118, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .selection {
  height: 100%;
  float: left;
  width: 100%;
}

/* line 124, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection {
  border-radius: 0px;
  border: 1px solid #DDD;
  color: #FFFFFF;
}

/* line 131, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection__rendered,
.ewc-filters .select2-container .select2-selection {
  height: 40px;
  line-height: 40px;
}

/* line 137, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection__rendered {
  padding-left: 12px;
}

/* line 141, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection__placeholder {
  color: #597288;
}

/* line 145, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection--single .select2-selection__arrow {
  height: 39px;
  width: 40px;
}

@media (max-width: 1250px) {
  /* line 152, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-selected-codes {
    margin-left: -2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 780px) {
  /* line 159, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-selected-codes {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1rem 2rem;
  }
}

@media (max-width: 400px) {
  /* line 168, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions div[data-ewc-code] {
    padding: 1rem 0;
  }

  /* line 172, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 175, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__row * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 0;
    margin: 0.5rem 0;
  }

  /* line 181, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__row p {
    width: 100%;
  }

  /* line 186, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 189, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__actions button {
    margin-left: 0;
    background-color: #597288;
    padding: 0.5rem 1rem;
    color: #FFFFFF;
  }

  /* line 195, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__actions button:hover {
    color: #FFFFFF;
  }
}

/* line 1, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks {
  float: right;
  margin: 0 0 1rem 2rem;
  width: 280px;
}

@media (max-width: 1000px) {
  /* line 1, resources/assets/styles/partials/_floated-sidebar-block.scss */

  .floated-sidebar-blocks {
    float: none;
    width: auto;
    margin: 1rem 0 2rem 0;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}

/* line 13, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks a.binding-rules-read-more {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:visited {
  color: #3c3c3c;
}

/* line 23, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks article.page h2 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

/* line 29, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks article.page img {
  margin-bottom: 1rem;
}

/* line 33, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks article.page .readmore {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:visited {
  color: #3c3c3c;
}

/* line 1, resources/assets/styles/partials/_page-header.scss */

.page-header {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-left: 0;
  margin-right: 0;
}

/* line 87, resources/assets/styles/_mixins.scss */

.page-header::after {
  display: block;
  clear: both;
  content: "";
}

/* line 1, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container {
  margin-bottom: 2rem;
}

/* line 4, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container h5 {
  font-size: 1rem;
}

/* line 8, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 13, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li {
  display: inline-block;
  padding: 0;
  margin: 0 0.33333rem 0.5rem 0;
}

/* line 18, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li::before {
  display: none;
}

/* line 22, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li a {
  text-decoration: none;
  color: #787878;
  display: block;
  font-size: 0.83333rem;
}

/* line 28, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li a:hover {
  color: #fbac3e;
  border-color: transparent;
}

/* line 1, resources/assets/styles/partials/_social-icons.scss */

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

/* line 5, resources/assets/styles/partials/_social-icons.scss */

ul.social-icons li {
  display: inline-block;
  margin-right: 6px;
}

/* line 9, resources/assets/styles/partials/_social-icons.scss */

ul.social-icons li svg {
  width: 24px;
  height: 24px;
}

/* line 1, resources/assets/styles/partials/_sustainable.scss */

.sustainable {
  background-size: 1724px 383px;
  background-position: 100% 50%;
  padding: 5.4rem 0;
  margin-bottom: 4rem;
  background-repeat: no-repeat;
  position: relative;
}

/* line 9, resources/assets/styles/partials/_sustainable.scss */

.sustainable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#383137), color-stop(47%, #383137), color-stop(47%, #251d17));
  background: -webkit-linear-gradient(right, #383137 0%, #383137 47%, #251d17 47%);
  background: -o-linear-gradient(right, #383137 0%, #383137 47%, #251d17 47%);
  background: linear-gradient(-90deg, #383137 0%, #383137 47%, #251d17 47%);
  z-index: -1;
}

/* line 20, resources/assets/styles/partials/_sustainable.scss */

.sustainable .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 24, resources/assets/styles/partials/_sustainable.scss */

.sustainable .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  margin-right: 2.5rem;
  border-right: 1px solid #74BCAA;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 34, resources/assets/styles/partials/_sustainable.scss */

.sustainable .icon span {
  position: relative;
  max-width: 160px;
  padding-bottom: 130%;
  display: block;
  visibility: hidden;
  width: 100%;
}

/* line 42, resources/assets/styles/partials/_sustainable.scss */

.sustainable .icon span svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, resources/assets/styles/partials/_sustainable.scss */

.sustainable .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
}

/* line 55, resources/assets/styles/partials/_sustainable.scss */

.sustainable .text * {
  color: #FFFFFF;
}

/* line 59, resources/assets/styles/partials/_sustainable.scss */

.sustainable .text h3 {
  margin-top: 0;
}

/* line 64, resources/assets/styles/partials/_sustainable.scss */

.sustainable .sustainable-leaf {
  position: absolute;
}

/* line 67, resources/assets/styles/partials/_sustainable.scss */

.sustainable .sustainable-leaf.top {
  bottom: 100%;
  right: 256px;
  width: 95px;
}

/* line 73, resources/assets/styles/partials/_sustainable.scss */

.sustainable .sustainable-leaf.btm {
  top: 100%;
  right: 453px;
}

/* line 83, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable {
  margin-left: -4rem;
  margin-bottom: 0;
  background-image: none !important;
  background-color: #443d2e;
  padding: 4rem 0;
  background-image: url(/app/themes/mayglothling/dist/images/sustainable-alt.jpg) !important;
  background-position: 0% 50%;
  background-size: cover;
}

/* line 93, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(black));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, black 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, black 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, black 100%);
  z-index: 0;
}

/* line 98, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable::after {
  content: "";
  background-color: #443d2e;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 50vw;
}

/* line 108, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  position: relative;
}

/* line 114, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable img {
  display: none;
}

/* line 118, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable span[class^=abstract-shape] {
  display: none;
}

@media (max-width: 1500px) {
  /* line 125, resources/assets/styles/partials/_sustainable.scss */

  .sustainable {
    background-position: 50% 50%;
    background-size: cover;
  }

  /* line 129, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .sustainable-leaf {
    display: none;
  }
}

@media (max-width: 1250px) {
  /* line 139, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (max-width: 930px) {
  /* line 150, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable {
    padding: 4rem 0;
  }

  /* line 153, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable::before {
    width: 200%;
  }

  /* line 157, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable .content {
    display: block;
    padding-left: 1rem;
  }

  /* line 162, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable .icon {
    border-right: none;
    margin-bottom: 1rem;
  }

  /* line 166, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable .icon span {
    max-width: 120px;
    padding-bottom: 160px;
    width: 100%;
  }
}

@media (max-width: 650px) {
  /* line 177, resources/assets/styles/partials/_sustainable.scss */

  .sustainable {
    padding: 3rem 0;
  }

  /* line 180, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .content {
    display: block;
  }

  /* line 184, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .icon {
    border: none;
    margin-bottom: 1rem;
  }

  /* line 188, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .icon span {
    max-width: 33%;
    padding-bottom: 44%;
  }
}

@media (max-width: 500px) {
  /* line 199, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .icon span {
    max-width: 43%;
    padding-bottom: 64%;
  }

  /* line 207, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable {
    background-position: 60% 50%;
  }
}

/* line 1, resources/assets/styles/partials/_testimonials-block.scss */

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

/* line 4, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block .lightSlider {
  padding-bottom: 0 !important;
}

/* line 8, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block .testimonial-content {
  cursor: default;
}

/* line 12, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block span.quote-icon {
  position: relative;
  width: 40px;
  padding-bottom: 4%;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

/* line 20, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block span.quote-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 29, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 35, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block p:first-child::before {
  content: '\201C';
}

/* line 39, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block p:nth-last-child(2)::after {
  content: '\201D';
}

/* line 44, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block h4 {
  position: relative;
  color: #597288;
}

/* line 48, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block h4::before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  margin: 0 auto 1.5rem auto;
  background-color: #787878;
  opacity: 0.5;
}

/* line 1, resources/assets/styles/partials/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/partials/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/partials/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/partials/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (max-width: sm) {
  /* line 27, resources/assets/styles/partials/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/partials/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Text meant only for screen readers */

/* line 39, resources/assets/styles/partials/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 0.5rem;
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
  overflow: visible;
  padding: 0;
  text-transform: none;
}

@media (min-width: 860px) {
  /* line 1, resources/assets/styles/menus/_mobile-navigation.scss */

  .hamburger {
    display: none;
  }
}

/* line 16, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger:hover {
  opacity: 0.7;
}

/* line 21, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger.is-active:hover {
  opacity: 0.7;
}

/* line 25, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger.is-active .hamburger-inner {
  background-color: #000;
}

/* line 28, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

/* line 36, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger-box {
  padding: 15px 0 15px 15px;
  width: 40px;
  height: 24px;
  position: relative;
}

/* line 43, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 40px;
  height: 4px;
  background-color: #fbac3e;
  position: absolute;
}

/* line 52, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fbac3e;
  position: absolute;
}

/* line 60, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

/* line 66, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger-inner::before {
  top: -10px;
}

/* line 70, resources/assets/styles/menus/_mobile-navigation.scss */

.hamburger-inner::after {
  bottom: -10px;
}

/* line 75, resources/assets/styles/menus/_mobile-navigation.scss */

body.mobile-navigation--active {
  overflow: hidden;
}

/* line 78, resources/assets/styles/menus/_mobile-navigation.scss */

body.mobile-navigation--active .mobile-navigation {
  display: block;
}

/* line 83, resources/assets/styles/menus/_mobile-navigation.scss */

body.mobile-navigation--active .hamburger .hamburger-inner,
body.mobile-navigation--active .hamburger .hamburger-inner::before,
body.mobile-navigation--active .hamburger .hamburger-inner::after {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

/* line 87, resources/assets/styles/menus/_mobile-navigation.scss */

body.mobile-navigation--active .hamburger .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 91, resources/assets/styles/menus/_mobile-navigation.scss */

body.mobile-navigation--active .hamburger .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 96, resources/assets/styles/menus/_mobile-navigation.scss */

body.mobile-navigation--active .hamburger .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* line 103, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  padding-bottom: 146px;
  width: 100%;
  height: 100%;
  background: #597288;
}

/* line 114, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .header {
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 1.5rem;
}

/* line 120, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .header > .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 124, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .header .brand {
  margin-top: 1rem;
}

/* line 129, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .content {
  height: 100%;
  padding: 0 1rem;
}

/* line 134, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll {
  overflow: scroll;
  height: calc(100% - 120px);
  width: 100%;
}

/* line 139, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 144, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li p {
  color: #FFF;
}

/* line 148, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.sub-menu-active {
  border-bottom: none;
}

/* line 151, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.sub-menu-active > ul {
  display: block;
  border-bottom: 1px dashed #728ca2;
  padding-bottom: 0.5rem;
}

/* line 157, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.sub-menu-active > .sub-menu-toggle-wrapper .sub-menu-toggle::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 163, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.image-link img.nav-image {
  display: none;
}

/* line 166, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.image-link .image-caption {
  font-size: 1.125rem;
  font-weight: bold;
}

/* line 170, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.image-link p {
  color: #FFF;
}

/* line 176, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg] a {
  display: inline-block;
  border-bottom-right-radius: 100px;
  padding: 15px 20px;
  padding-right: 60px;
}

/* line 183, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg].bg-red a {
  background-color: #E35A5A;
}

/* line 189, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg].bg-gold a {
  background-color: #fbac3e;
}

/* line 195, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg].bg-teal a {
  background-color: #74BCAA;
}

/* line 201, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg].bg-grey a {
  background-color: rgba(255, 255, 255, 0.1);
}

/* line 205, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg]:last-child {
  margin-bottom: 15px;
}

/* line 208, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li[class^=bg]::before {
  display: none;
}

/* line 213, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.extras {
  margin-top: 0;
}

/* line 216, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.extras::before {
  display: none;
}

/* line 220, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.extras > div > a,
.mobile-navigation .scroll ul li.extras button {
  display: none;
}

/* line 225, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.extras ul.level-2 {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
}

/* line 231, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.extras ul.level-2 li {
  padding: 0;
}

/* line 234, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li.extras ul.level-2 li a::before {
  display: none;
}

/* line 241, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li a {
  color: #FFFFFF;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 0;
}

/* line 248, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul li a[aria-current=page] {
  color: #fbac3e;
}

/* line 254, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul ul {
  display: none;
  padding-left: 1rem;
  margin-bottom: 1rem;
  border-left: 1px dashed #728ca2;
}

/* line 260, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul ul > li {
  margin-top: 1rem;
  position: relative;
}

/* line 264, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul ul > li::before {
  content: "";
  width: 10px;
  height: 1px;
  border-top: 1px dashed #728ca2;
  position: absolute;
  left: -16px;
  top: 15px;
}

/* line 274, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul ul > li a {
  font-size: 0.83333rem;
}

/* line 280, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll ul ul li:last-of-type {
  margin-bottom: 0;
}

/* line 286, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll > ul > li {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #728ca2;
}

/* line 290, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .scroll > ul > li > .sub-menu-toggle-wrapper > a,
.mobile-navigation .scroll > ul > li > a {
  padding: 0.5rem 0 1rem 0;
  font-size: 1rem;
}

/* line 298, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .brand svg path:first-of-type {
  fill: #FFFFFF;
}

/* line 303, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .sub-menu-toggle-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 1.2rem;
}

/* line 308, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .sub-menu-toggle-wrapper .sub-menu-toggle {
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  width: 32px;
}

/* line 315, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .sub-menu-toggle-wrapper .sub-menu-toggle::before,
.mobile-navigation .sub-menu-toggle-wrapper .sub-menu-toggle::after {
  content: ' ';
  position: absolute;
  top: 4px;
  height: 14px;
  left: 15px;
  width: 2px;
  background-color: #fbac3e;
}

/* line 326, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .sub-menu-toggle-wrapper .sub-menu-toggle::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 330, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .sub-menu-toggle-wrapper .sub-menu-toggle:focus {
  outline: none;
}

/* line 334, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .sub-menu-toggle-wrapper .sub-menu-toggle span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 340, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .contact {
  color: #FFFFFF;
  margin: 2rem 0;
  text-align: center;
}

/* line 346, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .contact ul li {
  font-size: 1.1rem;
  color: #fbac3e;
}

/* line 353, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation .contact p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
}

/* line 359, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation ul.social-icons {
  text-align: center;
}

/* line 362, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation ul.social-icons > li {
  border: none;
  margin-right: 0.5rem;
}

/* line 367, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation ul.social-icons svg:not(.svg-instagram) path {
  fill: #FFFFFF !important;
}

/* line 371, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation ul.social-icons svg.svg-instagram circle {
  fill: #FFFFFF !important;
}

/* line 374, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation ul.social-icons svg.svg-instagram path {
  fill: #597288 !important;
}

/* line 380, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation nav.nav-footer {
  text-align: center;
}

/* line 383, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation nav.nav-footer ul {
  display: block;
  margin: 0 auto;
}

/* line 388, resources/assets/styles/menus/_mobile-navigation.scss */

.mobile-navigation nav.nav-footer li {
  display: block;
}

/* line 1, resources/assets/styles/menus/_shop.scss */

.nav-shop {
  margin-left: 3rem;
}

@media (min-width: 500px) {
  /* line 1, resources/assets/styles/menus/_shop.scss */

  .nav-shop {
    margin-left: 1rem;
  }
}

/* line 8, resources/assets/styles/menus/_shop.scss */

.nav-shop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 500px) {
  /* line 15, resources/assets/styles/menus/_shop.scss */

  .nav-shop__list-item {
    margin-right: 0.25rem;
  }
}

@media (min-width: 860px) {
  /* line 15, resources/assets/styles/menus/_shop.scss */

  .nav-shop__list-item {
    margin-right: 1rem;
  }
}

@media (min-width: 500px) {
  /* line 24, resources/assets/styles/menus/_shop.scss */

  .nav-shop__list-item:last-child {
    margin-right: 0;
  }
}

/* line 30, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3c3c3c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 1.25rem 0.5rem;
  text-decoration: none;
}

@media (min-width: 860px) {
  /* line 30, resources/assets/styles/menus/_shop.scss */

  .nav-shop__list-item a {
    padding: 1rem 0.5rem;
  }
}

/* line 43, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item a:hover {
  color: #597288;
}

/* line 48, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item--text {
  display: none;
}

@media (min-width: 860px) {
  /* line 48, resources/assets/styles/menus/_shop.scss */

  .nav-shop__list-item--text {
    display: block;
    margin-left: 0.25rem;
  }
}

/* line 57, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item--account {
  display: none;
}

@media (min-width: 500px) {
  /* line 57, resources/assets/styles/menus/_shop.scss */

  .nav-shop__list-item--account {
    display: block;
  }
}

/* line 64, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item--account a {
  padding-right: 0;
}

/* line 69, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item--link {
  position: relative;
}

/* line 73, resources/assets/styles/menus/_shop.scss */

.nav-shop__list-item--basket-counter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbac3e;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  padding: 0.2rem;
  position: absolute;
  right: -0.15rem;
  top: 0.7rem;
  width: 0.8rem;
  height: 0.8rem;
}

/* line 1, resources/assets/styles/partials/_abstract-shapes.scss */

*[class^=abstract-shape] {
  position: absolute;
  z-index: 15;
}

/* line 5, resources/assets/styles/partials/_abstract-shapes.scss */

*[class^=abstract-shape] svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 14, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-1 {
  padding-bottom: 7%;
  width: 5%;
  max-width: 85px;
  bottom: 50%;
}

/* line 19, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-2 {
  padding-bottom: 9%;
  width: 13%;
  max-width: 380px;
  right: 10%;
  bottom: -3%;
  z-index: 16;
}

/* line 26, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-3 {
  padding-bottom: 19%;
  width: 22%;
  max-width: 380px;
  right: 0px;
  bottom: -40%;
}

/* line 31, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-3 svg g:first-child path {
  fill: #659db6 !important;
}

/* line 36, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-4 {
  padding-bottom: 40%;
  width: 3%;
  max-width: 50px;
  left: 0px;
  bottom: 40%;
}

/* line 41, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-4 svg g:first-child path {
  fill: #fbac3e !important;
}

/* line 46, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-5 {
  padding-bottom: 19%;
  width: 13.5%;
  max-width: 380px;
  left: 0px;
  bottom: -20%;
}

/* line 51, resources/assets/styles/partials/_abstract-shapes.scss */

.abstract-shape-5 svg g:first-child path {
  fill: #74BCAA !important;
}

/* line 2, resources/assets/styles/partials/_accordion.scss */

.accordion .flexible-content-row.flexible-accordion {
  margin-left: 0;
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 6, resources/assets/styles/partials/_accordion.scss */

.accordion .flexible-content-row.flexible-accordion::before {
  content: none;
}

/* line 1, resources/assets/styles/partials/_articles-block.scss */

.articles-block {
  margin-bottom: 3rem;
}

/* line 4, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

/* line 8, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left,
.articles-block .posts .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 16, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article h3,
.articles-block .posts .right article h3 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 22, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  background-color: #597288;
  margin: -2rem 0;
  padding: 4rem 0;
  z-index: 1;
}

/* line 29, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 0;
}

/* line 35, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left .inner-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 655px;
          flex: 0 1 655px;
}

/* line 42, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
}

/* line 45, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right .container-wrapper {
  background-color: #f0f0f0;
  padding: 4rem 0;
  left: 0;
}

/* line 51, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 55, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right .inner-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 470px;
          flex: 0 1 470px;
  width: 470px;
}

/* line 61, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 65, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40%;
          flex: 1 0 40%;
  margin-right: 2rem;
}

/* line 70, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article .image {
  margin-right: -4rem;
}

/* line 74, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article *:not(.btn) {
  color: #FFFFFF;
}

/* line 78, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .left article img {
  width: 100%;
}

/* line 84, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article {
  padding-left: 6rem;
}

/* line 87, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article:first-of-type {
  margin-bottom: 2rem;
}

/* line 91, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article h3 {
  margin: 0 0 0.5rem 0;
}

/* line 95, resources/assets/styles/partials/_articles-block.scss */

.articles-block .posts .right article p {
  margin: 0 0 1rem 0;
}

@media (max-width: 960px) {
  /* line 107, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left .container {
    padding: 0 2rem;
  }

  /* line 111, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  /* line 115, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article .image {
    margin: 0;
    max-width: 200px;
  }

  /* line 123, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .right article {
    padding-left: 1rem;
  }
}

@media (max-width: 800px) {
  /* line 134, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts {
    display: block;
  }

  /* line 140, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article,
  .articles-block .posts .right article {
    padding: 0;
  }

  /* line 145, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left {
    margin: 0;
    padding: 2rem 0;
  }

  /* line 149, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left .inner-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 655px;
            flex: 1 1 655px;
  }

  /* line 153, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left .container {
    padding: 0 1rem;
  }

  /* line 158, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article .text {
    margin-right: 0;
  }

  /* line 162, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .left article .image {
    display: none;
  }

  /* line 169, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .right .container-wrapper {
    padding: 2rem 0;
  }

  /* line 173, resources/assets/styles/partials/_articles-block.scss */

  .articles-block .posts .right .inner-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

/* line 1, resources/assets/styles/partials/_banner.scss */

.banner-image {
  border-bottom: 3px solid #FFFFFF;
  width: 100%;
}

/* line 3, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block {
  background-color: #E35A5A;
  margin-bottom: 2rem;
  text-align: center;
}

/* line 8, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block p {
  color: #FFFFFF;
  font-size: 1.1rem;
  margin: 0;
  padding: 2rem;
}

/* line 15, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul {
  border-top: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 22, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li {
  background-color: #d15152;
  border-right: 1px solid #FFFFFF;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 0;
  padding: 0;
  width: 50%;
}

/* line 32, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li:last-child {
  border: none;
}

/* line 36, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li::before {
  display: none;
}

/* line 41, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li.septic a {
  padding-top: 1.7rem;
}

/* line 46, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a {
  position: relative;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #d15152;
  border: none;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  line-height: 1.4;
  max-width: 100%;
  padding: 1rem;
  text-decoration: none;
}

/* line 97, resources/assets/styles/_mixins.scss */

.binding-rules-block ul li a::after {
  content: "";
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 66, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a:hover {
  background-color: #E35A5A;
}

/* line 70, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a:visited {
  color: #FFFFFF;
}

/* line 74, resources/assets/styles/partials/_binding-rules-block.scss */

.binding-rules-block ul li a::after {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-top: auto;
  margin-right: auto;
}

/* line 1, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper {
  position: relative;
  background-color: #597288;
  margin-bottom: 3rem;
}

/* line 6, resources/assets/styles/partials/_carousel.scss */

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

/* line 9, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li {
  display: none;
  position: relative;
}

/* line 13, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 17, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

/* line 22, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__text {
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 0;
}

/* line 32, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__text::after {
  content: "";
  position: absolute;
  height: 280px;
  width: 100%;
  bottom: -80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  z-index: -1;
  opacity: 0.7;
}

/* line 44, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .container {
  width: 100%;
}

/* line 48, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* line 55, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li h3 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;
  font-size: 2.6rem;
  margin: 0 0 0.25rem 0;
}

/* line 62, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #FFFFFF;
  max-width: 780px;
  font-size: 1.2rem;
  line-height: 1.5;
}

/* line 70, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li a.link {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2rem;
  display: inline-block;
}

/* line 97, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li a.link::after {
  content: "";
  border-color: #fbac3e;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 129, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li a.link:hover::after {
  margin-left: 2rem;
}

/* line 78, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li a.link::before {
  content: "";
  display: block;
  border-bottom: 2px solid transparent;
  position: absolute;
  width: 0;
  bottom: -20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* line 89, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li a.link:hover::before {
  border-color: #597288;
  width: 100%;
}

/* line 96, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls {
  margin: 0 0 1rem 0;
}

/* line 99, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev,
.carousel__wrapper ul li .carousel__controls .carousel__next {
  position: relative;
  background-color: #597288;
  display: inline-block;
  width: 26px;
  height: 26px;
}

/* line 97, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev::after,
.carousel__wrapper ul li .carousel__controls .carousel__next::after {
  content: "";
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 129, resources/assets/styles/_mixins.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover::after,
.carousel__wrapper ul li .carousel__controls .carousel__next:hover::after {
  margin-left: 2rem;
}

/* line 107, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev::after,
.carousel__wrapper ul li .carousel__controls .carousel__next::after {
  margin-left: 0;
  margin: 0.2rem 0.2rem 0.2rem 0.3rem;
}

/* line 112, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover,
.carousel__wrapper ul li .carousel__controls .carousel__next:hover {
  background-color: #fbac3e;
}

/* line 115, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover::after,
.carousel__wrapper ul li .carousel__controls .carousel__next:hover::after {
  margin-left: 0.3rem;
}

/* line 122, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin: 0.2rem 0.5rem 0.2rem 0.6rem;
}

/* line 127, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li .carousel__controls .carousel__prev:hover::after {
  margin-left: 0.6rem;
}

/* line 134, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul li[data-home-carousel-slide-has-video] > .carousel__video-cover-wrapper {
  padding-bottom: 56.25%;
  position: relative;
}

/* line 142, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper ul.carousel--has-video li:not([data-home-carousel-slide-has-video]) {
  height: 100%;
}

/* line 148, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper .chevron {
  position: relative;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  z-index: 10;
}

/* line 97, resources/assets/styles/_mixins.scss */

.carousel__wrapper .chevron::after {
  content: "";
  border-color: #fbac3e;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
}

/* line 160, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper .chevron::after {
  margin: 0.5rem 1.45rem;
}

/* line 166, resources/assets/styles/partials/_carousel.scss */

.carousel__wrapper .lSSlideWrapper ul.carousel li {
  display: block;
}

/* line 172, resources/assets/styles/partials/_carousel.scss */

.carousel__video-cover {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  pointer-events: none;
}

/* line 181, resources/assets/styles/partials/_carousel.scss */

.carousel__video-sound-toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fbac3e;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  margin-bottom: 1rem;
  padding: 0;
  width: 26px;
}

/* line 195, resources/assets/styles/partials/_carousel.scss */

.carousel__video-sound-toggle:not(.is-muted) svg {
  opacity: 0.5;
}

@media (max-width: 1300px) {
  /* line 203, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper {
    margin-bottom: 1.5rem;
  }

  /* line 206, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .abstract-shape-1 {
    display: none;
  }
}

@media (max-width: 1080px) {
  /* line 216, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper ul li .carousel__text {
    bottom: 40px;
  }

  /* line 220, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper ul li h3 {
    font-size: 2rem;
  }

  /* line 224, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper ul li p {
    font-size: 1rem;
  }
}

@media (max-width: 780px) {
  /* line 234, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper span[class*=abstract-shape] {
    display: none;
  }

  /* line 241, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li h3 {
    margin-bottom: 1rem;
  }

  /* line 245, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li p {
    display: none;
  }

  /* line 249, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li .carousel__controls {
    display: none;
  }

  /* line 253, resources/assets/styles/partials/_carousel.scss */

  .carousel__wrapper .lSSlideWrapper ul li .carousel__text::after {
    display: none;
  }
}

/* line 3, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block {
  background-color: #E35A5A;
  padding: 2rem;
}

/* line 7, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block p {
  color: #FFFFFF;
  margin: 0 0 1rem 0;
}

/* line 12, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block p.title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.2;
}

/* line 18, resources/assets/styles/partials/_emergency-block.scss */

.emergency-block a {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #E35A5A;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #FFFFFF;
  margin-top: 0.5rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.emergency-block a::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.emergency-block a:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.emergency-block a:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.emergency-block a:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.emergency-block a:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.emergency-block a:visited {
  color: #3c3c3c;
}

/* line 6, resources/assets/styles/partials/_ewc-filter.scss */

.mgw-js .ewc-filters {
  display: block;
}

/* line 10, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters {
  display: none;
  margin-bottom: 3rem;
}

/* line 14, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters__options {
  margin-top: 1rem;
}

/* line 17, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters__options h3 {
  margin-top: 0;
}

/* line 22, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions {
  margin-bottom: 2rem;
}

/* line 25, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions div[data-ewc-code] {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
  display: none;
}

/* line 30, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 33, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__wrapper span {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  color: #597288;
  margin-top: 0.2rem;
}

/* line 43, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__row {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 48, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__row p {
  margin: 0;
  line-height: 1.4;
}

/* line 55, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
}

/* line 62, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.83333rem;
  margin-left: 1rem;
  margin-top: 0.25rem;
  border: none;
  padding: 0;
  background-color: transparent;
  color: #787878;
  cursor: pointer;
}

/* line 73, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions button:hover {
  color: #597288;
  font-weight: 700;
}

/* line 79, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-code-descriptions__actions button.ewc-remove {
  display: none;
}

/* line 85, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes {
  display: none;
  background-color: #f0f0f0;
  padding: 2rem 2.5rem 2.5rem;
  margin-left: -4rem;
  padding-left: 4rem;
}

/* line 92, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes h4 {
  margin-bottom: 1.5rem;
}

/* line 96, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes div[data-ewc-code] {
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
  border-color: #3c3c3c;
  display: block !important;
}

/* line 102, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes .ewc-select {
  display: none;
}

/* line 106, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .ewc-selected-codes .ewc-remove {
  display: block !important;
}

/* line 111, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container {
  /* This fixes the text-overflow:elipse; styling */
  display: table !important;
  table-layout: fixed !important;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

/* line 118, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .selection {
  height: 100%;
  float: left;
  width: 100%;
}

/* line 124, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection {
  border-radius: 0px;
  border: 1px solid #DDD;
  color: #FFFFFF;
}

/* line 131, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection__rendered,
.ewc-filters .select2-container .select2-selection {
  height: 40px;
  line-height: 40px;
}

/* line 137, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection__rendered {
  padding-left: 12px;
}

/* line 141, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection__placeholder {
  color: #597288;
}

/* line 145, resources/assets/styles/partials/_ewc-filter.scss */

.ewc-filters .select2-container .select2-selection--single .select2-selection__arrow {
  height: 39px;
  width: 40px;
}

@media (max-width: 1250px) {
  /* line 152, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-selected-codes {
    margin-left: -2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 780px) {
  /* line 159, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-selected-codes {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 1rem 1rem 2rem;
  }
}

@media (max-width: 400px) {
  /* line 168, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions div[data-ewc-code] {
    padding: 1rem 0;
  }

  /* line 172, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  /* line 175, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__row * {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: 0;
    margin: 0.5rem 0;
  }

  /* line 181, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__row p {
    width: 100%;
  }

  /* line 186, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__actions {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  /* line 189, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__actions button {
    margin-left: 0;
    background-color: #597288;
    padding: 0.5rem 1rem;
    color: #FFFFFF;
  }

  /* line 195, resources/assets/styles/partials/_ewc-filter.scss */

  .ewc-filters .ewc-code-descriptions__actions button:hover {
    color: #FFFFFF;
  }
}

/* line 1, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks {
  float: right;
  margin: 0 0 1rem 2rem;
  width: 280px;
}

@media (max-width: 1000px) {
  /* line 1, resources/assets/styles/partials/_floated-sidebar-block.scss */

  .floated-sidebar-blocks {
    float: none;
    width: auto;
    margin: 1rem 0 2rem 0;
    -webkit-box-ordinal-group: 1000;
        -ms-flex-order: 999;
            order: 999;
  }
}

/* line 13, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks a.binding-rules-read-more {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks a.binding-rules-read-more:visited {
  color: #3c3c3c;
}

/* line 23, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks article.page h2 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

/* line 29, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks article.page img {
  margin-bottom: 1rem;
}

/* line 33, resources/assets/styles/partials/_floated-sidebar-block.scss */

.floated-sidebar-blocks article.page .readmore {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 97, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore::after {
  content: "";
  border-color: #3c3c3c;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 177, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.floated-sidebar-blocks article.page .readmore:visited {
  color: #3c3c3c;
}

/* line 1, resources/assets/styles/partials/_page-header.scss */

.page-header {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  margin-left: 0;
  margin-right: 0;
}

/* line 87, resources/assets/styles/_mixins.scss */

.page-header::after {
  display: block;
  clear: both;
  content: "";
}

/* line 1, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container {
  margin-bottom: 2rem;
}

/* line 4, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container h5 {
  font-size: 1rem;
}

/* line 8, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 13, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li {
  display: inline-block;
  padding: 0;
  margin: 0 0.33333rem 0.5rem 0;
}

/* line 18, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li::before {
  display: none;
}

/* line 22, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li a {
  text-decoration: none;
  color: #787878;
  display: block;
  font-size: 0.83333rem;
}

/* line 28, resources/assets/styles/partials/_post-tags.scss */

.post-tags-container ul.post-tags li a:hover {
  color: #fbac3e;
  border-color: transparent;
}

/* line 1, resources/assets/styles/partials/_social-icons.scss */

ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

/* line 5, resources/assets/styles/partials/_social-icons.scss */

ul.social-icons li {
  display: inline-block;
  margin-right: 6px;
}

/* line 9, resources/assets/styles/partials/_social-icons.scss */

ul.social-icons li svg {
  width: 24px;
  height: 24px;
}

/* line 1, resources/assets/styles/partials/_sustainable.scss */

.sustainable {
  background-size: 1724px 383px;
  background-position: 100% 50%;
  padding: 5.4rem 0;
  margin-bottom: 4rem;
  background-repeat: no-repeat;
  position: relative;
}

/* line 9, resources/assets/styles/partials/_sustainable.scss */

.sustainable::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#383137), color-stop(47%, #383137), color-stop(47%, #251d17));
  background: -webkit-linear-gradient(right, #383137 0%, #383137 47%, #251d17 47%);
  background: -o-linear-gradient(right, #383137 0%, #383137 47%, #251d17 47%);
  background: linear-gradient(-90deg, #383137 0%, #383137 47%, #251d17 47%);
  z-index: -1;
}

/* line 20, resources/assets/styles/partials/_sustainable.scss */

.sustainable .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 24, resources/assets/styles/partials/_sustainable.scss */

.sustainable .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  margin-right: 2.5rem;
  border-right: 1px solid #74BCAA;
  padding-right: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 34, resources/assets/styles/partials/_sustainable.scss */

.sustainable .icon span {
  position: relative;
  max-width: 160px;
  padding-bottom: 130%;
  display: block;
  visibility: hidden;
  width: 100%;
}

/* line 42, resources/assets/styles/partials/_sustainable.scss */

.sustainable .icon span svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 52, resources/assets/styles/partials/_sustainable.scss */

.sustainable .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
}

/* line 55, resources/assets/styles/partials/_sustainable.scss */

.sustainable .text * {
  color: #FFFFFF;
}

/* line 59, resources/assets/styles/partials/_sustainable.scss */

.sustainable .text h3 {
  margin-top: 0;
}

/* line 64, resources/assets/styles/partials/_sustainable.scss */

.sustainable .sustainable-leaf {
  position: absolute;
}

/* line 67, resources/assets/styles/partials/_sustainable.scss */

.sustainable .sustainable-leaf.top {
  bottom: 100%;
  right: 256px;
  width: 95px;
}

/* line 73, resources/assets/styles/partials/_sustainable.scss */

.sustainable .sustainable-leaf.btm {
  top: 100%;
  right: 453px;
}

/* line 83, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable {
  margin-left: -4rem;
  margin-bottom: 0;
  background-image: none !important;
  background-color: #443d2e;
  padding: 4rem 0;
  background-image: url(/app/themes/mayglothling/dist/images/sustainable-alt.jpg) !important;
  background-position: 0% 50%;
  background-size: cover;
}

/* line 93, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(black));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, black 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, black 100%);
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, black 100%);
  z-index: 0;
}

/* line 98, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable::after {
  content: "";
  background-color: #443d2e;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: 50vw;
}

/* line 108, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3rem;
  position: relative;
}

/* line 114, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable img {
  display: none;
}

/* line 118, resources/assets/styles/partials/_sustainable.scss */

body:not(.page-template-template-home) .sustainable span[class^=abstract-shape] {
  display: none;
}

@media (max-width: 1500px) {
  /* line 125, resources/assets/styles/partials/_sustainable.scss */

  .sustainable {
    background-position: 50% 50%;
    background-size: cover;
  }

  /* line 129, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .sustainable-leaf {
    display: none;
  }
}

@media (max-width: 1250px) {
  /* line 139, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

@media (max-width: 930px) {
  /* line 150, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable {
    padding: 4rem 0;
  }

  /* line 153, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable::before {
    width: 200%;
  }

  /* line 157, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable .content {
    display: block;
    padding-left: 1rem;
  }

  /* line 162, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable .icon {
    border-right: none;
    margin-bottom: 1rem;
  }

  /* line 166, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable .icon span {
    max-width: 120px;
    padding-bottom: 160px;
    width: 100%;
  }
}

@media (max-width: 650px) {
  /* line 177, resources/assets/styles/partials/_sustainable.scss */

  .sustainable {
    padding: 3rem 0;
  }

  /* line 180, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .content {
    display: block;
  }

  /* line 184, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .icon {
    border: none;
    margin-bottom: 1rem;
  }

  /* line 188, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .icon span {
    max-width: 33%;
    padding-bottom: 44%;
  }
}

@media (max-width: 500px) {
  /* line 199, resources/assets/styles/partials/_sustainable.scss */

  .sustainable .icon span {
    max-width: 43%;
    padding-bottom: 64%;
  }

  /* line 207, resources/assets/styles/partials/_sustainable.scss */

  body:not(.page-template-template-home) .sustainable {
    background-position: 60% 50%;
  }
}

/* line 1, resources/assets/styles/partials/_testimonials-block.scss */

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

/* line 4, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block .lightSlider {
  padding-bottom: 0 !important;
}

/* line 8, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block .testimonial-content {
  cursor: default;
}

/* line 12, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block span.quote-icon {
  position: relative;
  width: 40px;
  padding-bottom: 4%;
  display: block;
  margin: 0 auto;
  margin-bottom: 25px;
}

/* line 20, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block span.quote-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 29, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block p {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.15rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

/* line 35, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block p:first-child::before {
  content: '\201C';
}

/* line 39, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block p:nth-last-child(2)::after {
  content: '\201D';
}

/* line 44, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block h4 {
  position: relative;
  color: #597288;
}

/* line 48, resources/assets/styles/partials/_testimonials-block.scss */

.testimonials-block h4::before {
  content: "";
  width: 40px;
  height: 1px;
  display: block;
  margin: 0 auto 1.5rem auto;
  background-color: #787878;
  opacity: 0.5;
}

/* line 1, resources/assets/styles/partials/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/partials/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/partials/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/partials/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (max-width: sm) {
  /* line 27, resources/assets/styles/partials/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/partials/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Text meant only for screen readers */

/* line 39, resources/assets/styles/partials/_wp-classes.scss */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2, resources/assets/styles/pages/_404.scss */

body.error404 section.container {
  padding-top: 80px;
}

/* line 4, resources/assets/styles/pages/_404.scss */

body.error404 section.container .e404-text {
  padding-bottom: 60px;
}

/* line 8, resources/assets/styles/pages/_404.scss */

body.error404 section.container .home-image-404-text p {
  font-size: 1.125rem;
}

/* line 13, resources/assets/styles/pages/_404.scss */

body.error404 .home-image-grid {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 30px;
}

@media (max-width: 600px) {
  /* line 13, resources/assets/styles/pages/_404.scss */

  body.error404 .home-image-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 2, resources/assets/styles/pages/_contact.scss */

body.template-contact section.page-content {
  padding: 80px 0;
  background-color: #F6F6F6;
}

/* line 7, resources/assets/styles/pages/_contact.scss */

body.template-contact .page-header {
  padding-bottom: 40px;
}

/* line 11, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

/* line 16, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col {
  width: 40%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 21, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col h4 {
  font-size: 1rem;
}

/* line 25, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col p {
  line-height: 1rem;
}

/* line 29, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .address-wrap {
  margin: 40px 0;
}

/* line 33, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .footer-buttons {
  max-width: 200px;
}

/* line 36, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .footer-buttons .footer-button {
  border: 0;
  width: 100%;
  margin-bottom: 20px;
}

/* line 41, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .footer-buttons .footer-button:last-child {
  margin-bottom: 0;
}

/* line 47, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .phone {
  max-width: 260px;
  height: 60px;
  background-color: #597288;
  border-bottom-right-radius: 100px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #FFF;
}

/* line 60, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .phone a {
  border: 0;
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 70, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .phone a:hover {
  opacity: .75;
}

/* line 75, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col .phone.emergency {
  background-color: #E35A5A;
}

/* line 80, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col.form {
  width: 60%;
}

/* line 82, resources/assets/styles/pages/_contact.scss */

body.template-contact .columns .col.form .wpcf7 {
  margin-bottom: 30px;
}

@media (max-width: 860px) {
  /* line 16, resources/assets/styles/pages/_contact.scss */

  body.template-contact .columns .col {
    width: 100% !important;
    padding: 20px;
  }
}

/* line 94, resources/assets/styles/pages/_contact.scss */

body.template-contact .call-disclaimer {
  max-width: 270px;
  font-size: 0.83333rem;
  line-height: 1.4;
  margin-top: 1rem;
}

/* line 2, resources/assets/styles/pages/_fleet.scss */

.fleet__filters {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 6, resources/assets/styles/pages/_fleet.scss */

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

/* line 9, resources/assets/styles/pages/_fleet.scss */

.fleet__filters ul li {
  padding: 0;
  margin: 0;
}

/* line 13, resources/assets/styles/pages/_fleet.scss */

.fleet__filters ul li::before {
  display: none;
}

/* line 19, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px dashed #FFFFFF;
  border-right: none;
}

/* line 26, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li {
  z-index: 1;
}

/* line 29, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li:hover {
  background-color: #fbac3e;
}

/* line 32, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li:hover > a,
.fleet__filters > ul > li:hover > a:visited {
  background-color: #fbac3e;
  color: #3c3c3c;
}

/* line 37, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li:hover > a span,
.fleet__filters > ul > li:hover > a:visited span {
  color: #3c3c3c;
}

/* line 42, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li:hover ul {
  -webkit-box-shadow: 0px 10px 35px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 10px 35px -10px rgba(0, 0, 0, 0.75);
  left: 0px;
  opacity: 1;
  background-color: #fbac3e;
  display: block;
}

/* line 52, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li > a,
.fleet__filters > ul > li > a:visited {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  background-color: #597288;
  position: relative;
  z-index: 1;
}

/* line 64, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li > a span,
.fleet__filters > ul > li > a:visited span {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 0.83333rem;
  color: #FFFFFF;
}

/* line 73, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li > ul {
  background-color: #597288;
  position: absolute;
  top: calc(100% - 1px);
  left: -9999px;
  opacity: 0;
  padding: 1rem;
  width: 100%;
}

/* line 82, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li > ul a,
.fleet__filters > ul > li > ul a:visited {
  color: #3c3c3c;
  border: none;
  display: block;
}

/* line 88, resources/assets/styles/pages/_fleet.scss */

.fleet__filters > ul > li > ul a:hover,
.fleet__filters > ul > li > ul a:visited:hover {
  color: #242424;
}

@media (max-width: 500px) {
  /* line 73, resources/assets/styles/pages/_fleet.scss */

  .fleet__filters > ul > li > ul {
    position: static;
    display: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 104, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2%;
  margin-right: -2%;
}

/* line 110, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-animation: 0.3s ease-out 0s 1 reveal;
       -o-animation: 0.3s ease-out 0s 1 reveal;
          animation: 0.3s ease-out 0s 1 reveal;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 29.3%;
          flex: 0 1 29.3%;
  margin: 0 2%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
}

/* line 120, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details {
  padding: 1rem;
}

/* line 124, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details.description__visible button::before {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 129, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details .field {
  font-size: 0.86957rem;
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding: 0.5rem 0;
}

/* line 137, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details .field:last-child {
  border: none;
}

/* line 143, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.90909rem;
  border: none;
  background-color: transparent;
  color: #597288;
  text-align: left;
  padding: 0;
  margin-top: 1rem;
  position: relative;
  width: 100%;
  cursor: pointer;
}

/* line 156, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details button:focus {
  outline: none;
}

/* line 160, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details button::before,
.fleet__vehicles .vehicle__details button::after {
  content: "";
  width: 2px;
  height: 10px;
  display: block;
  background-color: #597288;
  position: absolute;
  right: 0;
  top: 4px;
}

/* line 172, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details button::after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* line 179, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle__details .description ul {
  padding: 0;
  margin-bottom: 1rem;
}

/* line 187, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .vehicle h2 {
  font-size: 1rem;
  margin: 0 0 1rem 0;
}

/* line 193, resources/assets/styles/pages/_fleet.scss */

.fleet__vehicles .no-results {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

/* line 199, resources/assets/styles/pages/_fleet.scss */

.fleet .sustainable {
  display: none;
}

/* line 207, resources/assets/styles/pages/_fleet.scss */

html.mgw-js .vehicle__details .description {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

/* line 214, resources/assets/styles/pages/_fleet.scss */

html.mgw-js .vehicle__details.description__visible .description {
  max-height: 1000px;
  opacity: 1;
}

@-webkit-keyframes reveal {
  0% {
    -webkit-transform: translateY(40%);
            transform: translateY(40%);
  }

  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-o-keyframes reveal {
  0% {
    -o-transform: translateY(40%);
       transform: translateY(40%);
  }

  100% {
    -o-transform: translateY(0);
       transform: translateY(0);
  }
}

@keyframes reveal {
  0% {
    -webkit-transform: translateY(40%);
         -o-transform: translateY(40%);
            transform: translateY(40%);
  }

  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 1070px) {
  /* line 233, resources/assets/styles/pages/_fleet.scss */

  .fleet__vehicles .vehicle {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 46%;
            flex: 0 1 46%;
  }
}

@media (max-width: 1140px) {
  /* line 240, resources/assets/styles/pages/_fleet.scss */

  .fleet__filters > ul > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (max-width: 500px) {
  /* line 248, resources/assets/styles/pages/_fleet.scss */

  .fleet__filters {
    display: block;
  }

  /* line 252, resources/assets/styles/pages/_fleet.scss */

  .fleet__vehicles .vehicle {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

/* line 1, resources/assets/styles/pages/_general-binding-rules.scss */

.general-binding-rules-infographic {
  background-image: url("/app/themes/mayglothling/resources/assets/images/gbr.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 420px;
  margin-bottom: 2rem;
  margin-left: -4rem;
  width: 68%;
}

@media (max-width: 1240px) {
  /* line 1, resources/assets/styles/pages/_general-binding-rules.scss */

  .general-binding-rules-infographic {
    height: 31vw;
    margin-left: -2rem;
    width: 40vw;
  }
}

@media (max-width: 1000px) {
  /* line 1, resources/assets/styles/pages/_general-binding-rules.scss */

  .general-binding-rules-infographic {
    height: 52vw;
    width: calc(100% + 2rem);
  }
}

@media (max-width: 780px) {
  /* line 1, resources/assets/styles/pages/_general-binding-rules.scss */

  .general-binding-rules-infographic {
    height: 78vw;
    width: calc(100% + 4rem);
  }
}

/* line 28, resources/assets/styles/pages/_general-binding-rules.scss */

.page-id-1594 .binding-rules-read-more {
  display: none;
}

/* line 2, resources/assets/styles/pages/_home.scss */

.template-home main.main {
  overflow: hidden;
}

/* line 6, resources/assets/styles/pages/_home.scss */

.template-home h1 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #787878;
  margin-bottom: 30px;
  font-weight: 700;
  color: #597288;
}

/* line 14, resources/assets/styles/pages/_home.scss */

.template-home .container-small {
  margin: 6rem auto;
  text-align: center;
}

/* line 20, resources/assets/styles/pages/_home.scss */

.home-image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 20;
  margin-bottom: 4rem;
}

/* line 26, resources/assets/styles/pages/_home.scss */

.home-image-grid .grid-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 71%;
          flex: 0 1 71%;
}

/* line 30, resources/assets/styles/pages/_home.scss */

.home-image-grid .grid-left .image-link {
  margin-right: 4%;
}

/* line 35, resources/assets/styles/pages/_home.scss */

.home-image-grid .grid-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
}

/* line 38, resources/assets/styles/pages/_home.scss */

.home-image-grid .grid-right .image-link {
  margin-bottom: 10%;
}

/* line 42, resources/assets/styles/pages/_home.scss */

.home-image-grid .grid-right .image-link:last-of-type {
  margin-bottom: 0;
}

/* line 48, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link {
  position: relative;
}

/* line 52, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link a {
  display: block;
}

/* line 56, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link a:hover::after {
  height: 50%;
}

/* line 60, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link a:hover span::after {
  margin-left: 1rem;
}

/* line 65, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link a::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(81%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 81%);
  opacity: 1;
}

/* line 76, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link img {
  width: 100%;
}

/* line 80, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link span {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  font-size: 1.6rem;
  position: absolute;
  max-width: 60%;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  color: #FFFFFF;
}

/* line 97, resources/assets/styles/_mixins.scss */

.home-image-grid .image-link span::after {
  content: "";
  border-color: #fbac3e;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 129, resources/assets/styles/_mixins.scss */

.home-image-grid .image-link span:hover::after {
  margin-left: 2rem;
}

@media (max-width: 1080px) {
  /* line 80, resources/assets/styles/pages/_home.scss */

  .home-image-grid .image-link span {
    font-size: 1.24rem;
  }
}

@media (max-width: 780px) {
  /* line 80, resources/assets/styles/pages/_home.scss */

  .home-image-grid .image-link span {
    font-size: 1.12rem;
  }
}

@media (max-width: 550px) {
  /* line 80, resources/assets/styles/pages/_home.scss */

  .home-image-grid .image-link span {
    font-size: 1rem;
  }
}

/* line 91, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link span::after {
  top: 0.7rem;
}

/* line 96, resources/assets/styles/pages/_home.scss */

.home-image-grid .image-link span:hover::after {
  margin-left: 0.66667rem;
}

@media (max-width: 1080px) {
  /* line 108, resources/assets/styles/pages/_home.scss */

  .home-image-grid .image-link span::after {
    top: 0.45rem;
  }
}

@media (max-width: 860px) {
  /* line 119, resources/assets/styles/pages/_home.scss */

  .home-image-grid .image-link span {
    max-width: 65%;
  }
}

@media (max-width: 780px) {
  /* line 129, resources/assets/styles/pages/_home.scss */

  .home-image-grid .image-link span {
    max-width: 80%;
  }
}

@media (max-width: 600px) {
  /* line 139, resources/assets/styles/pages/_home.scss */

  .home-image-grid {
    display: none;
  }

  /* line 142, resources/assets/styles/pages/_home.scss */

  .home-image-grid .grid-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4%;
  }

  /* line 148, resources/assets/styles/pages/_home.scss */

  .home-image-grid .grid-column .image-link {
    margin: 0 !important;
    width: 48%;
  }

  /* line 152, resources/assets/styles/pages/_home.scss */

  .home-image-grid .grid-column .image-link a {
    text-decoration: none;
  }

  /* line 159, resources/assets/styles/pages/_home.scss */

  .home-image-grid .grid-column.grid-right .image-link {
    width: 100%;
    margin-bottom: 4% !important;
  }
}

/* line 2, resources/assets/styles/pages/_landing.scss */

body.template-landing .wrap {
  overflow: hidden;
}

/* line 7, resources/assets/styles/pages/_landing.scss */

header.section-landing-header {
  position: relative;
}

/* line 10, resources/assets/styles/pages/_landing.scss */

header.section-landing-header .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  z-index: 0;
}

/* line 20, resources/assets/styles/pages/_landing.scss */

header.section-landing-header .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

/* line 31, resources/assets/styles/pages/_landing.scss */

header.section-landing-header .text {
  position: relative;
  overflow: hidden;
}

/* line 35, resources/assets/styles/pages/_landing.scss */

header.section-landing-header .text p:first-of-type {
  font-size: 1.1rem;
  font-weight: 600;
  max-width: 600px;
}

/* line 43, resources/assets/styles/pages/_landing.scss */

header.section-landing-header .btn {
  margin-top: 1rem;
}

@media (max-width: 1140px) {
  /* line 48, resources/assets/styles/pages/_landing.scss */

  header.section-landing-header .btn {
    margin-top: 0;
  }
}

/* line 2, resources/assets/styles/pages/_pages.scss */

.page-template-default aside {
  padding-top: 4rem;
}

/* line 6, resources/assets/styles/pages/_pages.scss */

.page-template-default .wrap {
  overflow: hidden;
}

/* line 3, resources/assets/styles/pages/_post.scss */

.single-post article h2.subtitle {
  margin: 2rem 0;
  font-size: 1.2rem;
  color: #787878;
}

/* line 9, resources/assets/styles/pages/_post.scss */

.single-post article .case-study-field {
  margin: 2rem 0;
}

/* line 13, resources/assets/styles/pages/_post.scss */

.single-post article .details {
  margin: 1.5rem 0;
}

/* line 16, resources/assets/styles/pages/_post.scss */

.single-post article .details p {
  margin: 0 0 0.25rem 0;
}

/* line 19, resources/assets/styles/pages/_post.scss */

.single-post article .details p strong {
  display: inline-block;
  margin-right: 0.5rem;
}

/* line 28, resources/assets/styles/pages/_post.scss */

.article-category-list {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #767676;
  font-size: 0.90909rem;
}

/* line 33, resources/assets/styles/pages/_post.scss */

.article-category-list a {
  color: #767676;
  background-color: #f0f0f0;
  padding: 0.5rem;
  display: inline-block;
  font-size: 0.76923rem;
  margin-right: 0.5rem;
  border: none;
}

/* line 42, resources/assets/styles/pages/_post.scss */

.article-category-list a:hover {
  background-color: #597288;
  color: #FFFFFF;
}

/* line 1, resources/assets/styles/pages/_posts.scss */

.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
  margin-top: 2rem;
}

/* line 8, resources/assets/styles/pages/_posts.scss */

.post-list article {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 16, resources/assets/styles/pages/_posts.scss */

.post-list article img {
  float: right;
  width: 50%;
  max-width: 140px;
  margin: 0 0 1rem 1rem;
}

/* line 23, resources/assets/styles/pages/_posts.scss */

.post-list article h2 {
  margin: 1rem 0;
  font-size: 1.2rem;
  color: #787878;
}

/* line 29, resources/assets/styles/pages/_posts.scss */

.post-list article h2 a {
  border: none;
}

/* line 34, resources/assets/styles/pages/_posts.scss */

.post-list article p {
  margin: 0 0 1rem 0;
}

/* line 38, resources/assets/styles/pages/_posts.scss */

.post-list article a {
  border-bottom: 2px solid #f0f0f0;
  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;
}

/* line 44, resources/assets/styles/pages/_posts.scss */

.post-list article a:hover {
  border-color: #fbac3e;
}

/* line 47, resources/assets/styles/pages/_posts.scss */

.post-list article a:hover span {
  background-color: #fbac3e;
  color: #FFFFFF;
}

/* line 54, resources/assets/styles/pages/_posts.scss */

.post-list article span {
  background-color: #f0f0f0;
  color: #787878;
  padding: 0.5rem 1rem;
  display: inline-block;
  font-size: 0.83333rem;
}

/* line 62, resources/assets/styles/pages/_posts.scss */

.post-list article .entry-summary {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 1rem;
}

@media (max-width: 1060px) {
  /* line 70, resources/assets/styles/pages/_posts.scss */

  .post-list {
    display: block;
  }

  /* line 74, resources/assets/styles/pages/_posts.scss */

  .post-list article a {
    border: none;
  }

  /* line 78, resources/assets/styles/pages/_posts.scss */

  .post-list article .entry-summary {
    margin-bottom: 0;
  }
}

@media (max-width: 500px) {
  /* line 89, resources/assets/styles/pages/_posts.scss */

  .post-list article img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
  }
}

/* line 3, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty {
  position: relative;
}

/* line 6, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 17, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .overlay-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 115px;
  padding-bottom: 70px;
  position: relative;
}

/* line 27, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .text-wrapper {
  width: 100%;
  margin-right: 50px;
  -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;
}

@media (min-width: 860px) {
  /* line 27, resources/assets/styles/pages/_tank_empty.scss */

  .banner-tank-empty .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 38, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .banner-title {
  color: white;
  font-size: clamp(2.2rem, 5vw, 3.3rem);
  line-height: clamp(2.4rem, 5vw, 3.5rem);
  font-weight: 800;
}

/* line 45, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .flame-wrapper {
  margin-bottom: 20%;
  margin-top: 2rem;
}

@media (max-width: 860px) {
  /* line 45, resources/assets/styles/pages/_tank_empty.scss */

  .banner-tank-empty .flame-wrapper {
    margin-bottom: 0;
  }
}

/* line 53, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .info-flame {
  width: 160px;
  height: 70px;
  background-color: #fbac3e;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  margin-bottom: 10px;
  margin-left: 122px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}

@media (max-width: 860px) {
  /* line 53, resources/assets/styles/pages/_tank_empty.scss */

  .banner-tank-empty .info-flame {
    width: 94px;
    height: 41px;
    margin-left: 75px;
  }
}

@media (max-width: 500px) {
  /* line 53, resources/assets/styles/pages/_tank_empty.scss */

  .banner-tank-empty .info-flame {
    display: none;
  }
}

/* line 75, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .info-wrapper {
  background-color: #E35A5A;
  width: 255px;
  height: 255px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

/* line 86, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .info-text {
  color: white;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
  padding: 0 2rem;
  text-align: center;
}

/* line 95, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .info-price {
  color: white;
  font-size: 62px;
  line-height: 50px;
  font-weight: 800;
  text-align: center;
  margin-top: 0.4rem;
}

/* line 104, resources/assets/styles/pages/_tank_empty.scss */

.banner-tank-empty .info-small-text {
  color: white;
  font-size: 9px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 0.75rem;
  padding: 0 1.6rem;
  text-align: center;
}

/* line 115, resources/assets/styles/pages/_tank_empty.scss */

#book-a-tank-empty-desktop {
  scroll-margin: 6rem;
}

@media (max-width: 860px) {
  /* line 119, resources/assets/styles/pages/_tank_empty.scss */

  .banner-form-wrapper {
    display: none;
  }
}

/* line 125, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty div.wpcf7 div.wpcf7-response-output.wpcf7-response-output {
  background-color: #fbac3e;
  color: white;
}

/* line 130, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper {
  position: relative;
  max-width: 455px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 32px 50px;
}

/* line 136, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #597288;
  mix-blend-mode: multiply;
}

@media (max-width: 860px) {
  /* line 130, resources/assets/styles/pages/_tank_empty.scss */

  .template-tank-empty .form-wrapper {
    max-width: 100%;
  }
}

/* line 152, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper h3,
.template-tank-empty .form-wrapper h4,
.template-tank-empty .form-wrapper h5,
.template-tank-empty .form-wrapper h6,
.template-tank-empty .form-wrapper p,
.template-tank-empty .form-wrapper p label {
  color: white;
  position: relative;
  z-index: 5;
}

/* line 163, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper h5 {
  font-size: 18px;
}

/* line 167, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper h3 {
  margin-top: 0;
}

/* line 171, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

/* line 177, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .form-wrapper h6,
.template-tank-empty .wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 600;
}

/* line 183, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty form input[type="text"] {
  height: 32px;
}

/* line 187, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty div.wpcf7 .wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* line 192, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty div.wpcf7 .wpcf7-radio .wpcf7-list-item {
  grid-column: span 1 / span 1;
}

/* line 196, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty div.wpcf7 .wpcf7-radio .wpcf7-list-item input[type="radio"] {
  width: 23px;
  height: 23px;
  border: 3px solid #FFF;
}

/* line 202, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty form textarea {
  height: 82px;
}

/* line 206, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty input[type="submit"] {
  background-color: #fbac3e;
  margin-left: auto;
  font-weight: 800;
}

/* line 212, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .recaptcha-paragraph {
  margin-top: 30px;
  margin-bottom: 0;
}

/* line 217, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .recaptcha-paragraph a {
  color: #fbac3e;
  text-decoration: none;
}

/* line 225, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 860px) {
  /* line 225, resources/assets/styles/pages/_tank_empty.scss */

  .body-tank-empty {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 233, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .body-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1140px) {
  /* line 233, resources/assets/styles/pages/_tank_empty.scss */

  .body-tank-empty .body-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 240, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .tank-empty-body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 860px) {
  /* line 240, resources/assets/styles/pages/_tank_empty.scss */

  .body-tank-empty .tank-empty-body {
    padding: 0;
  }
}

/* line 247, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .body-title {
  color: #E35A5A;
  margin-top: 0;
}

/* line 252, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .body-text p {
  color: #597288;
}

/* line 256, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .tank-empty-contact {
  min-width: 260px;
}

/* line 260, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .cta-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1140px) {
  /* line 260, resources/assets/styles/pages/_tank_empty.scss */

  .body-tank-empty .cta-wrapper {
    width: 100%;
  }
}

@media (max-width: 860px) {
  /* line 260, resources/assets/styles/pages/_tank_empty.scss */

  .body-tank-empty .cta-wrapper {
    padding: 0;
  }
}

/* line 270, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .cta-box {
  width: 280px;
  padding: 20px;
  background-color: rgba(227, 90, 90, 0.15);
}

@media (max-width: 1140px) {
  /* line 270, resources/assets/styles/pages/_tank_empty.scss */

  .body-tank-empty .cta-box {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

/* line 280, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .cta-title {
  color: #597288;
  margin-top: 0;
}

/* line 285, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .cta-phone a {
  font-size: 40px;
  line-height: 80px;
  color: #597288;
  font-weight: 300;
  text-decoration: none;
}

/* line 293, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .cta-opening-hours p {
  color: #597288;
  margin-bottom: 0;
}

/* line 298, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .phone {
  max-width: 260px;
  height: 60px;
  background-color: #597288;
  border-bottom-right-radius: 100px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  color: #FFF;
}

/* line 313, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .phone a {
  border: 0;
  display: block;
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
  color: inherit;
  text-decoration: none;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 326, resources/assets/styles/pages/_tank_empty.scss */

.body-tank-empty .phone.emergency {
  background-color: #E35A5A;
}

/* line 330, resources/assets/styles/pages/_tank_empty.scss */

.body-form-wrapper {
  display: none;
}

@media (max-width: 860px) {
  /* line 330, resources/assets/styles/pages/_tank_empty.scss */

  .body-form-wrapper {
    display: block;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

/* line 339, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .button-mobile-wrapper button,
.template-tank-empty .button-desktop-wrapper button {
  background-color: #E35A5A;
  border: 0;
  color: white;
  width: 310px;
  height: 114px;
}

/* line 348, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .button-desktop-wrapper button a,
.template-tank-empty .button-mobile-wrapper button a {
  width: 100%;
  height: 100%;
  color: white;
  font-weight: 800;
  font-size: 24px;
  text-decoration: none;
}

/* line 358, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .button-mobile-wrapper {
  display: none;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 860px) {
  /* line 358, resources/assets/styles/pages/_tank_empty.scss */

  .template-tank-empty .button-mobile-wrapper {
    display: block;
  }
}

/* line 368, resources/assets/styles/pages/_tank_empty.scss */

.template-tank-empty .button-desktop-wrapper {
  display: block;
  margin-top: 80px;
  margin-bottom: 80px;
}

@media (max-width: 860px) {
  /* line 368, resources/assets/styles/pages/_tank_empty.scss */

  .template-tank-empty .button-desktop-wrapper {
    display: none;
  }
}

/* line 2, resources/assets/styles/pages/_team.scss */

body.template-team .wrap {
  overflow: hidden;
}

/* line 9, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .background-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: calc(100% - 120px);
}

/* line 20, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-department {
  position: relative;
  z-index: 1;
}

/* line 24, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-department h2 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #787878;
  font-size: 1.4rem;
}

/* line 31, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-members {
  position: relative;
  z-index: 1;
}

/* line 36, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-member {
  text-align: center;
  width: 160px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* line 41, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-member img {
  margin-bottom: 1rem;
}

/* line 45, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-member h3,
.team-departments-container .team-departments .team-member h4 {
  color: #3c3c3c;
  margin: 0;
}

/* line 50, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-member h3 {
  font-size: 0.83333rem;
}

/* line 54, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .team-member h4 {
  font-size: 0.83333rem;
  font-weight: 500;
}

/* line 60, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .lSPrev,
.team-departments-container .team-departments .lSNext {
  background-image: none;
  top: 68px;
  margin-top: auto;
  border: none;
  opacity: 1;
  width: 30px;
  height: 30px;
}

/* line 70, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .lSPrev:hover,
.team-departments-container .team-departments .lSNext:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* line 74, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .lSPrev::before,
.team-departments-container .team-departments .lSNext::before {
  content: '';
  border-style: solid;
  border-width: 3px 3px 0 0;
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  top: 8px;
  left: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 88, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments .lSPrev::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
       -o-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 11px;
}

/* line 94, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments:nth-child(2) {
  margin-right: 4%;
}

/* line 98, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide {
  position: relative;
  min-height: 490px;
  padding: 3rem 0 0 0;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-bottom: 4rem;
}

/* line 108, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, white), color-stop(75%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 75%);
  background: -o-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 75%);
  background: linear-gradient(90deg, white 25%, rgba(255, 255, 255, 0) 75%);
  z-index: 1;
}

/* line 120, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide.no-opacity-effects .lSSlideWrapper {
  padding-left: 0;
}

/* line 123, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide.no-opacity-effects .lSSlideWrapper::before {
  display: none;
}

/* line 128, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide.no-opacity-effects .lSSlideWrapper .team-member img,
.team-departments-container .team-departments.layout-wide.no-opacity-effects .lSSlideWrapper .team-member h3,
.team-departments-container .team-departments.layout-wide.no-opacity-effects .lSSlideWrapper .team-member h4 {
  opacity: 1 !important;
}

/* line 134, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide.no-opacity-effects .lSAction {
  display: none !important;
}

/* line 140, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-department {
  max-width: 500px;
  margin-bottom: 2rem;
}

/* line 144, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-department img {
  display: none;
}

/* line 149, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel {
  position: relative;
  padding-bottom: 25.5%;
}

/* line 153, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-members-inner {
  position: absolute;
  max-width: 1200px;
  overflow: hidden;
}

/* line 159, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member {
  width: 160px;
  background-color: #FFF;
}

/* line 163, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member img,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member h3,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member h4 {
  opacity: .1;
}

/* line 168, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity-fade-1 img,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity-fade-1 h3,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity-fade-1 h4 {
  opacity: .5;
}

/* line 174, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity-fade-2 img,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity-fade-2 h3,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity-fade-2 h4 {
  opacity: .3;
}

/* line 179, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity {
  opacity: 1 !important;
}

/* line 182, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active img,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active h3,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active h4,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity img,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity h3,
.team-departments-container .team-departments.layout-wide .team-members-carousel .team-member.active-opacity h4 {
  opacity: 1 !important;
}

/* line 191, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .lSSlideWrapper {
  padding-left: 30px;
}

/* line 194, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .lSSlideWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  background-color: #FFFFFF;
  height: 100%;
  z-index: 10;
}

/* line 206, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .lSSlideWrapper .lSPrev {
  left: 0px;
}

/* line 210, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-wide .lSSlideWrapper .lSNext {
  left: 770px;
}

/* line 218, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow {
  width: 47.5%;
  display: inline-block;
  margin-bottom: 4rem;
  position: relative;
}

/* line 224, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .team-department img {
  margin-bottom: 1.5rem;
}

/* line 228, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter {
  padding: 0 30px;
  position: relative;
}

/* line 232, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter::before,
.team-departments-container .team-departments.layout-narrow .lSSlideOuter::after {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 2;
}

/* line 243, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter::before {
  left: 0;
}

/* line 247, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter::after {
  right: 0;
}

/* line 251, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter .lSSlideWrapper {
  overflow: visible;
}

/* line 254, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter .lSSlideWrapper .lSPrev {
  left: -30px;
}

/* line 258, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .lSSlideOuter .lSSlideWrapper .lSNext {
  right: -30px;
}

/* line 264, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .team-members-carousel {
  position: relative;
  padding-bottom: 54%;
}

/* line 268, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .team-members-carousel .team-members-inner {
  position: absolute;
  width: 100%;
}

/* line 274, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .team-members-carousel .team-member {
  opacity: 0.5;
}

/* line 277, resources/assets/styles/pages/_team.scss */

.team-departments-container .team-departments.layout-narrow .team-members-carousel .team-member.active,
.team-departments-container .team-departments.layout-narrow .team-members-carousel .team-member.active-opacity {
  opacity: 1;
}

@media (max-width: 1140px) {
  /* line 289, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide {
    display: block;
    padding-top: 0%;
    margin-bottom: 2rem;
    min-height: auto;
  }

  /* line 295, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide::before {
    width: 100%;
    display: none;
  }

  /* line 300, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-department {
    max-width: 100%;
  }

  /* line 303, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-department img {
    display: block;
  }

  /* line 308, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideOuter {
    padding: 0 30px;
  }

  /* line 311, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideOuter::before,
  .team-departments-container .team-departments.layout-wide .lSSlideOuter::after {
    content: "";
    position: absolute;
    top: 0;
    background-color: #FFFFFF;
    height: 100%;
    width: 30px;
    z-index: 2;
  }

  /* line 322, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideOuter::before {
    left: 0;
  }

  /* line 326, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideOuter::after {
    right: 0;
  }

  /* line 331, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideWrapper {
    padding-left: 0;
    overflow: visible;
  }

  /* line 335, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideWrapper::before {
    display: none;
  }

  /* line 339, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideWrapper .lSPrev {
    left: -30px;
    top: 50px;
  }

  /* line 344, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideWrapper .lSNext {
    left: auto;
    right: -30px;
    top: 50px;
  }

  /* line 352, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-members-carousel {
    padding-bottom: 29.5%;
  }

  /* line 355, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-members-carousel .team-members-inner {
    max-width: none !important;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
  }

  /* line 362, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-members-carousel .team-member {
    opacity: 1 !important;
  }

  /* line 368, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments .background-image {
    width: 100%;
    display: none;
  }
}

@media (max-width: 960px) {
  /* line 379, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-members-carousel {
    padding-bottom: 39.5%;
  }

  /* line 384, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-narrow {
    width: 100%;
    margin-bottom: 2rem;
  }

  /* line 388, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-narrow .team-members-carousel {
    padding-bottom: 39.5%;
  }
}

@media (max-width: 470px) {
  /* line 400, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-members-carousel,
  .team-departments-container .team-departments.layout-narrow .team-members-carousel {
    padding-bottom: 56.5%;
  }

  /* line 406, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .lSSlideWrapper .lSPrev,
  .team-departments-container .team-departments.layout-wide .lSSlideWrapper .lSNext,
  .team-departments-container .team-departments.layout-narrow .lSSlideWrapper .lSPrev,
  .team-departments-container .team-departments.layout-narrow .lSSlideWrapper .lSNext {
    top: 30%;
  }
}

@media (max-width: 360px) {
  /* line 420, resources/assets/styles/pages/_team.scss */

  .team-departments-container .team-departments.layout-wide .team-members-carousel,
  .team-departments-container .team-departments.layout-narrow .team-members-carousel {
    padding-bottom: 100%;
  }
}

/* line 3, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner {
  position: relative;
  height: 850px;
  background-color: #597288;
  background-position: center center;
  background-size: cover;
}

/* line 10, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner .ws-banner-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 17, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner .ws-banner-image-wrap img.ws-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 25, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner .ws-banner-image-wrap .simpleParallax {
  height: 100%;
}

/* line 30, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner .inner {
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  padding-top: 250px;
  margin: 0 auto;
  z-index: 5;
}

/* line 39, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner .inner img.wastesmart-logo {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* line 46, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-banner .inner h2 {
  margin: 0;
  font-size: 4rem;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  margin-top: 100px;
  font-weight: bold;
}

@media (max-width: 900px) {
  /* line 46, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-banner .inner h2 {
    font-size: 2rem;
  }
}

@media (max-width: 900px) {
  /* line 30, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-banner .inner {
    padding-top: 150px;
  }
}

@media (max-width: 900px) {
  /* line 3, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-banner {
    height: 600px;
  }
}

/* line 70, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-intro {
  margin: 0;
  text-align: center;
  margin-top: 50px;
}

/* line 76, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  height: 100px;
  border-radius: 999px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

/* line 90, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-buttons button {
  display: block;
  position: absolute;
  z-index: 5;
  width: 60%;
  height: 100%;
  border: 0;
  background: #E35A5A;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75rem;
  cursor: pointer;
  border-radius: 999px;
  left: 0%;
  top: 0;
  bottom: 0;
}

@media (max-width: 600px) {
  /* line 90, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-system-buttons button {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

/* line 113, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-buttons button[system-class="ws-system-sewage-treatment"] {
  left: auto;
  right: 0%;
  z-index: 2;
  background: #597288;
}

/* line 120, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-buttons button.active {
  width: 55% !important;
  z-index: 10 !important;
}

/* line 127, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-terms {
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

/* line 134, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 100px 20px;
  margin: 0 auto;
  max-width: 1140px;
}

/* line 141, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content p {
  color: #597288;
}

/* line 144, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content p.intro {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
}

/* line 151, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-main {
  width: 70%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 900px) {
  /* line 151, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-page-content .ws-main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}

/* line 163, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside {
  width: 30%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 168, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout {
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 40px;
}

/* line 173, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .leaf {
  width: 50%;
  padding-top: 22%;
  background-color: #fbac3e;
  margin-left: auto;
  margin-bottom: 5%;
  border-top-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

/* line 183, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .circle {
  position: relative;
  width: 100%;
  padding-top: 100%;
  height: 0;
  background-color: #E35A5A;
  border-radius: 999px;
}

/* line 191, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .circle .circle-text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -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: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 204, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .circle .circle-text span {
  display: block;
  color: #FFF;
  text-align: center;
  display: block;
  width: 100%;
}

/* line 211, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .circle .circle-text span.line1 {
  text-transform: uppercase;
  font-size: 2rem;
}

/* line 216, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .circle .circle-text span.line2 {
  font-size: 3.5rem;
}

/* line 220, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-price-callout .circle .circle-text span.line3 {
  font-size: 2.5rem;
}

/* line 228, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-aside-call {
  padding: 20px;
  background-color: rgba(227, 90, 90, 0.2);
  margin-bottom: 30px;
}

/* line 233, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-aside-call a.phone-number {
  display: block;
  font-size: 2rem;
  color: #597288;
  border: 0;
  margin: 15px 0;
}

/* line 242, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-aside-callback {
  padding: 20px;
  background-color: rgba(89, 114, 136, 0.2);
}

/* line 248, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-aside-callback form p {
  font-size: .875rem;
  line-height: 1rem;
}

/* line 253, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-page-content .ws-aside .ws-aside-callback form input[type="submit"] {
  padding: 15px 25px;
  background-color: #fbac3e;
  margin-left: auto;
}

@media (max-width: 900px) {
  /* line 163, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-page-content .ws-aside {
    width: 100%;
    padding-left: 0;
  }
}

/* line 269, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list {
  padding-top: 50px;
}

/* line 272, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

/* line 278, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point .ws-point-icon {
  position: relative;
  width: 36px;
  height: 36px;
  background-color: #fbac3e;
  border-radius: 100%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 286, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point .ws-point-icon span {
  position: absolute;
  height: 5%;
  width: 60%;
  background-color: #FFF;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
       -o-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 294, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point .ws-point-icon span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30%;
  top: 60%;
  left: 15%;
}

/* line 301, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point .ws-point-icon span.line2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 64%;
  top: 50%;
  left: 29%;
}

/* line 310, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point .ws-point-text {
  padding-left: 20px;
  width: calc(100% - 36px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #597288;
  font-size: 1.25rem;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 319, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-list .ws-point:last-child {
  margin-bottom: 0;
}

/* line 325, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  height: 100px;
  background-color: #f9dddd;
  border-radius: 999px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}

/* line 340, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-buttons button {
  position: relative;
  z-index: 5;
  width: 45%;
  height: 100%;
  background-color: transparent;
  border: 0;
  color: #E35A5A;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.75rem;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  cursor: pointer;
}

@media (max-width: 600px) {
  /* line 340, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-points-wrapper .ws-points-buttons button {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

/* line 360, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper .ws-points-buttons::before {
  display: block;
  content: '';
  position: absolute;
  left: 0%;
  top: 0;
  bottom: 0;
  background-color: #E35A5A;
  width: 55%;
  border-radius: 999px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 376, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-standard .ws-points-list .ws-point.type-premium .ws-point-icon {
  background-color: #E35A5A;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 381, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-standard .ws-points-list .ws-point.type-premium .ws-point-icon span.line1 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 60%;
  top: 45%;
  left: 20%;
}

/* line 388, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-standard .ws-points-list .ws-point.type-premium .ws-point-icon span.line2 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 60%;
  top: 45%;
  left: 20%;
}

/* line 397, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-standard .ws-points-list .ws-point.type-premium .ws-point-text {
  opacity: .5;
}

/* line 403, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-standard .ws-points-buttons button[points-class="active-type-standard"] {
  color: #FFF;
}

/* line 410, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-premium .ws-points-buttons::before {
  left: 45%;
}

/* line 414, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-points-wrapper.active-type-premium .ws-points-buttons button[points-class="active-type-premium"] {
  color: #FFF;
}

/* line 421, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group {
  display: none;
}

/* line 424, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group h2 {
  text-transform: uppercase;
}

/* line 430, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group.ws-system-sewage-treatment .ws-price-callout .circle {
  background-color: #597288 !important;
}

/* line 434, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group.ws-system-sewage-treatment .ws-points-buttons {
  background-color: #afbecb;
}

/* line 437, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group.ws-system-sewage-treatment .ws-points-buttons button {
  color: #597288;
}

/* line 441, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group.ws-system-sewage-treatment .ws-points-buttons::before {
  background: #597288 !important;
}

/* line 447, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-system-group.active {
  display: block;
}

/* line 452, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout {
  background-color: #edf0f3;
  padding: 30px;
  margin-top: 50px;
}

/* line 457, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout .col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}

/* line 462, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout .col-wrap .col {
  width: 50%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 467, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout .col-wrap .col img {
  display: block;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

/* line 474, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout .col-wrap .col h3 {
  color: #fbac3e;
  margin: 0;
  font-size: 1rem;
}

/* line 480, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout .col-wrap .col h4 {
  margin: 10px 0 30px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

/* line 486, resources/assets/styles/pages/_wastesmart.scss */

body.template-wastesmart-landing .ws-wgac-callout .col-wrap .col p {
  margin: 0;
}

@media (max-width: 600px) {
  /* line 462, resources/assets/styles/pages/_wastesmart.scss */

  body.template-wastesmart-landing .ws-wgac-callout .col-wrap .col {
    width: 100%;
    padding: 20px;
  }
}

/* line 1, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-content-row.flexible-accordion {
  background: #f0f0f0;
  margin-left: -4rem;
  padding: 3rem;
  padding-left: 4rem;
  padding-right: 0;
  position: relative;
}

/* line 11, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion::before {
  content: "";
  background-color: #f0f0f0;
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
}

/* line 21, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion > h3 {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #74BCAA;
  font-weight: bold;
  margin-bottom: 2rem;
}

/* line 28, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion__row {
  margin-bottom: 1rem;
}

/* line 31, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion__row:last-of-type {
  margin-bottom: 0;
}

/* line 36, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion__title {
  color: #597288;
  font-size: 1.1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

/* line 43, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion__answer {
  max-height: 0;
  overflow: hidden;
}

/* line 48, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion .toggle {
  display: none;
}

/* line 53, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion .toggle:checked + .flexible-accordion__title + .flexible-accordion__answer {
  max-height: 500px;
}

/* line 57, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion .toggle:checked + .flexible-accordion__title:before {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
       -o-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

/* line 61, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion .toggle:checked + label::after {
  -webkit-transform: rotate(225deg) rotateX(180deg) translateY(2px) translateX(-5px);
          transform: rotate(225deg) rotateX(180deg) translateY(2px) translateX(-5px);
}

/* line 67, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion label {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: block;
}

/* line 72, resources/assets/styles/flexible-content/_accordion.scss */

.flexible-accordion label::after {
  content: "";
  border-style: solid;
  border-color: #fbac3e;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.8rem;
  position: relative;
  top: 0.15rem;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
       -o-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  width: 0.45em;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

@media (max-width: 1250px) {
  /* line 91, resources/assets/styles/flexible-content/_accordion.scss */

  .flexible-content-row.flexible-accordion {
    padding-left: 2rem;
    margin-left: -2rem;
  }
}

/* line 1, resources/assets/styles/flexible-content/_all.scss */

.flexible-content-row {
  margin: 3rem 0;
}

/* line 87, resources/assets/styles/_mixins.scss */

.flexible-content-row::after {
  display: block;
  clear: both;
  content: "";
}

@media (max-width: 1140px) {
  /* line 1, resources/assets/styles/flexible-content/_all.scss */

  .flexible-content-row {
    margin: 2rem 0;
  }
}

/* line 11, resources/assets/styles/flexible-content/_all.scss */

body.flexible-content-last-row-no-margin .flexible-accordion {
  margin-bottom: 0;
}

/* line 1, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 10rem 0;
}

/* line 7, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout.no-image {
  margin: 4rem 0;
}

/* line 10, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout.no-image .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  position: relative;
}

/* line 14, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout.no-image .text::after {
  background-color: #7aa0b5;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
}

/* line 26, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout .text {
  margin-left: -4rem;
  background-color: #7aa0b5;
  position: relative;
  z-index: 1;
  padding: 4rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 65%;
          flex: 0 1 65%;
}

/* line 34, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout .text a,
.flexible-blue-callout .text a:visited {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

/* line 40, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout .text a:hover {
  border: none;
}

/* line 45, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout * {
  color: #FFFFFF;
}

/* line 49, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout ul {
  padding-left: 1rem;
}

/* line 51, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout ul li {
  color: #FFF;
}

/* line 56, resources/assets/styles/flexible-content/_blue-callout.scss */

.flexible-blue-callout img {
  position: absolute;
  top: 50%;
  left: calc(100% - 40%);
  z-index: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1250px) {
  /* line 65, resources/assets/styles/flexible-content/_blue-callout.scss */

  .flexible-blue-callout .text {
    margin-left: -2rem;
    padding: 2rem;
  }
}

@media (max-width: 1140px) {
  /* line 1, resources/assets/styles/flexible-content/_blue-callout.scss */

  .flexible-blue-callout {
    margin: 2rem 0;
    margin-right: -2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  /* line 76, resources/assets/styles/flexible-content/_blue-callout.scss */

  .flexible-blue-callout .text {
    margin-right: 30px;
    margin-top: -30px;
  }

  /* line 81, resources/assets/styles/flexible-content/_blue-callout.scss */

  .flexible-blue-callout img {
    position: static;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 1, resources/assets/styles/flexible-content/_button.scss */

.flexible-button {
  margin-top: -1.5rem;
  margin-bottom: 4rem;
}

/* line 1, resources/assets/styles/flexible-content/_callout.scss */

.flexible-callout {
  padding-left: 4rem;
  margin: 2rem 0;
}

/* line 5, resources/assets/styles/flexible-content/_callout.scss */

.flexible-callout h3 {
  color: #787878;
  margin: 0;
}

/* line 10, resources/assets/styles/flexible-content/_callout.scss */

.flexible-callout p,
.flexible-callout ul {
  margin-top: 0.5rem;
}

@media (max-width: 1080px) {
  /* line 18, resources/assets/styles/flexible-content/_callout.scss */

  .flexible-callout {
    padding-left: 0;
  }
}

/* line 1, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study {
  background-color: #7aa0b5;
  margin-left: -4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4rem;
  padding-right: 0;
}

/* line 10, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study::after {
  content: "";
  background-color: #7aa0b5;
  position: absolute;
  top: 0;
  left: 100%;
  width: 50vw;
  height: 100%;
}

/* line 20, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .column {
  width: 50%;
  margin-right: 5%;
}

/* line 24, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .column * {
  color: #FFFFFF;
}

/* line 29, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study h3 {
  margin-top: 0;
}

/* line 33, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote {
  width: 100%;
  margin-top: 1rem;
}

/* line 37, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote p {
  margin: 0;
}

/* line 41, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote .quote-icon {
  position: relative;
  width: 25px;
  padding-top: 7%;
}

/* line 46, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote .quote-icon.first {
  display: inline-block;
  margin: 0 1rem 0 0;
  top: 6px;
  left: 5px;
}

/* line 53, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote .quote-icon.last {
  float: right;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 58, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote .quote-icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 65, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .quote .quote-icon svg path {
  fill: #597288 !important;
}

/* line 72, resources/assets/styles/flexible-content/_case-study.scss */

.flexible-case-study .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 44%;
          flex: 0 1 44%;
  margin-right: 0;
}

@media (max-width: 1250px) {
  /* line 1, resources/assets/styles/flexible-content/_case-study.scss */

  .flexible-case-study {
    margin-left: -2rem;
    padding-left: 2rem;
  }
}

@media (max-width: 860px) {
  /* line 83, resources/assets/styles/flexible-content/_case-study.scss */

  .flexible-case-study .image {
    display: none;
  }
}

/* line 3, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -2.5%;
  margin-right: -2.5%;
}

/* line 9, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  margin: 0 2.5%;
  margin-bottom: 4rem;
  max-width: 45%;
}

/* line 15, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

/* line 23, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item a.image-link .image-wrapper h2::after {
  content: "";
  border-color: #E3B041;
  border-style: solid;
  border-width: 1.5px 1.5px 0 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 1rem;
  position: relative;
  top: 0.4em;
  vertical-align: top;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 41, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item a.image-link .image-wrapper:hover img {
  opacity: .75;
}

/* line 48, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item .image-wrapper {
  background-color: #282828;
  position: relative;
}

/* line 52, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item .image-wrapper img {
  display: block;
  width: 100%;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

/* line 58, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item .image-wrapper h2 {
  margin: 0;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 25px;
  padding-top: 0;
  color: #FFF;
}

/* line 70, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item .image-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
}

/* line 81, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item img {
  margin-bottom: 1rem;
}

/* line 85, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item h2 {
  color: #597288;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

/* line 91, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__item p:first-of-type {
  margin: 0.25rem 0;
}

/* line 96, resources/assets/styles/flexible-content/_header-image-text-group.scss */

.flexible-header-text-image-group__link {
  margin-top: 1rem;
}

@media (max-width: 860px) {
  /* line 3, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group {
    display: block;
  }

  /* line 103, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group__item {
    margin-bottom: 2rem;
    max-width: 100%;
  }

  /* line 107, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group__item:nth-last-child(-n+2) {
    margin-bottom: 2rem;
  }
}

@media (max-width: 780px) {
  /* line 3, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  /* line 128, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group__item {
    max-width: 100%;
    margin-bottom: 2rem;
  }

  /* line 132, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  /* line 3, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group {
    display: block;
  }

  /* line 152, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group__item {
    margin-bottom: 2rem;
  }

  /* line 155, resources/assets/styles/flexible-content/_header-image-text-group.scss */

  .flexible-header-text-image-group__item:nth-last-child(-n+2) {
    margin-bottom: 2rem;
  }
}

/* line 2, resources/assets/styles/flexible-content/_heading-image-text.scss */

.flexible-header-text-image img {
  margin: 2rem 0;
}

/* line 1, resources/assets/styles/flexible-content/_heading.scss */

.flexible-heading {
  margin-bottom: -2rem;
}

@media (max-width: 1140px) {
  /* line 1, resources/assets/styles/flexible-content/_heading.scss */

  .flexible-heading {
    margin-bottom: -1rem;
  }
}

/* line 3, resources/assets/styles/flexible-content/_image-grid.scss */

.flexible-image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem -0.33333rem;
}

/* line 7, resources/assets/styles/flexible-content/_image-grid.scss */

.flexible-image-grid div {
  margin: 0 0.33333rem;
}

/* line 11, resources/assets/styles/flexible-content/_image-grid.scss */

.flexible-image-grid:last-of-type {
  margin-bottom: 3rem;
}

@media (max-width: 1000px) {
  /* line 1, resources/assets/styles/flexible-content/_text.scss */

  .flexible-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* line 2, resources/assets/styles/flexible-content/_video.scss */

.flexible-content-row.flexible-video video {
  max-width: 100%;
  height: auto;
}

/* line 2, resources/assets/styles/woocommerce/_account-address.scss */

.woocommerce.woocommerce-account .woocommerce-Addresses {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 860px) {
  /* line 2, resources/assets/styles/woocommerce/_account-address.scss */

  .woocommerce.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 11, resources/assets/styles/woocommerce/_account-address.scss */

.woocommerce.woocommerce-account .woocommerce-Addresses::before,
.woocommerce.woocommerce-account .woocommerce-Addresses::after {
  content: none;
}

/* line 2, resources/assets/styles/woocommerce/_account-login.scss */

.woocommerce .woocommerce-form-login {
  display: grid;
  gap: 0 2rem;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 860px) {
  /* line 2, resources/assets/styles/woocommerce/_account-login.scss */

  .woocommerce .woocommerce-form-login {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* line 11, resources/assets/styles/woocommerce/_account-login.scss */

.woocommerce .woocommerce-form-login > p {
  grid-column: 1 / span 2;
  width: 100%;
}

@media (min-width: 860px) {
  /* line 11, resources/assets/styles/woocommerce/_account-login.scss */

  .woocommerce .woocommerce-form-login > p {
    grid-column: span 1 / span 1;
  }
}

/* line 19, resources/assets/styles/woocommerce/_account-login.scss */

.woocommerce .woocommerce-form-login > p:nth-child(3) {
  display: grid;
  gap: 0.75rem;
  grid-column: 1 / span 2;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-top: 0.5rem;
}

/* line 28, resources/assets/styles/woocommerce/_account-login.scss */

.woocommerce .woocommerce-form-login .clear {
  display: none;
}

/* line 2, resources/assets/styles/woocommerce/_account-navigation.scss */

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

@media (min-width: 860px) {
  /* line 2, resources/assets/styles/woocommerce/_account-navigation.scss */

  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 25%;
  }
}

/* line 11, resources/assets/styles/woocommerce/_account-navigation.scss */

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 16, resources/assets/styles/woocommerce/_account-navigation.scss */

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  -webkit-border-after: 1px solid #e1e1e1;
          border-block-end: 1px solid #e1e1e1;
  padding-left: 0;
}

/* line 20, resources/assets/styles/woocommerce/_account-navigation.scss */

.woocommerce-account .woocommerce-MyAccount-navigation ul li::before {
  content: none;
}

/* line 24, resources/assets/styles/woocommerce/_account-navigation.scss */

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border: none;
  display: block;
  padding: 0.5rem 0;
}

/* line 33, resources/assets/styles/woocommerce/_account-navigation.scss */

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  margin-top: 2rem;
  width: auto;
}

@media (min-width: 860px) {
  /* line 33, resources/assets/styles/woocommerce/_account-navigation.scss */

  .woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 69%;
  }
}

/* line 5, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products,
.archive.woocommerce-page ul.products,
.up-sells ul.products,
.related ul.products {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 10, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products .product,
.archive.woocommerce-page ul.products .product,
.up-sells ul.products .product,
.related ul.products .product {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 13, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products .product::before,
.archive.woocommerce-page ul.products .product::before,
.up-sells ul.products .product::before,
.related ul.products .product::before {
  content: none;
}

/* line 17, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products .product a,
.archive.woocommerce-page ul.products .product a,
.up-sells ul.products .product a,
.related ul.products .product a {
  color: #787878;
  text-decoration: none;
}

/* line 22, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products .product h2,
.archive.woocommerce-page ul.products .product h2,
.up-sells ul.products .product h2,
.related ul.products .product h2 {
  font-size: 1.2rem;
}

/* line 26, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products .product .button,
.archive.woocommerce-page ul.products .product .button,
.up-sells ul.products .product .button,
.related ul.products .product .button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  font-size: 0.8rem;
  padding: 0.33333rem 0.5rem;
}

/* line 177, resources/assets/styles/_mixins.scss */

.archive.woocommerce ul.products .product .button:focus-visible,
.archive.woocommerce-page ul.products .product .button:focus-visible,
.up-sells ul.products .product .button:focus-visible,
.related ul.products .product .button:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.archive.woocommerce ul.products .product .button:hover,
.archive.woocommerce-page ul.products .product .button:hover,
.up-sells ul.products .product .button:hover,
.related ul.products .product .button:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.archive.woocommerce ul.products .product .button:active,
.archive.woocommerce-page ul.products .product .button:active,
.up-sells ul.products .product .button:active,
.related ul.products .product .button:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.archive.woocommerce ul.products .product .button:disabled,
.archive.woocommerce-page ul.products .product .button:disabled,
.up-sells ul.products .product .button:disabled,
.related ul.products .product .button:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.archive.woocommerce ul.products .product .button:visited,
.archive.woocommerce-page ul.products .product .button:visited,
.up-sells ul.products .product .button:visited,
.related ul.products .product .button:visited {
  color: #3c3c3c;
}

/* line 30, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce ul.products .product .woocommerce-loop-product__link,
.archive.woocommerce-page ul.products .product .woocommerce-loop-product__link,
.up-sells ul.products .product .woocommerce-loop-product__link,
.related ul.products .product .woocommerce-loop-product__link {
  display: block;
  margin-bottom: 0.75rem;
}

/* line 37, resources/assets/styles/woocommerce/_archive.scss */

.archive.woocommerce .woocommerce-ordering,
.archive.woocommerce-page .woocommerce-ordering,
.up-sells .woocommerce-ordering,
.related .woocommerce-ordering {
  margin-bottom: 2rem;
}

/* line 2, resources/assets/styles/woocommerce/_breadcrumb.scss */

.woocommerce .site-main .woocommerce-breadcrumb {
  border-top: 1px solid #e1e1e1;
  font-size: 0.95rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
}

/* line 8, resources/assets/styles/woocommerce/_breadcrumb.scss */

.woocommerce .site-main .woocommerce-breadcrumb a {
  border: none;
  color: #787878;
  text-decoration: underline;
  -webkit-text-decoration-color: #e1e1e1;
          text-decoration-color: #e1e1e1;
  text-underline-offset: 3px;
}

/* line 1, resources/assets/styles/woocommerce/_buttons.scss */

.woocommerce-page .wc-block-components-button {
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  background-color: #fbac3e;
  border: none;
  color: #3c3c3c;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.03rem;
  line-height: 1.4;
  text-decoration: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* line 177, resources/assets/styles/_mixins.scss */

.woocommerce-page .wc-block-components-button:focus-visible {
  background: #597288;
  color: #FFFFFF;
  outline: 2px solid #fbac3e;
  outline-offset: 2px;
}

/* line 184, resources/assets/styles/_mixins.scss */

.woocommerce-page .wc-block-components-button:hover {
  background: #fa970c;
}

/* line 188, resources/assets/styles/_mixins.scss */

.woocommerce-page .wc-block-components-button:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
       -o-transform: scale(0.95);
          transform: scale(0.95);
}

/* line 192, resources/assets/styles/_mixins.scss */

.woocommerce-page .wc-block-components-button:disabled {
  background-color: #767676;
}

/* line 196, resources/assets/styles/_mixins.scss */

.woocommerce-page .wc-block-components-button:visited {
  color: #3c3c3c;
}

/* line 6, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .is-mobile.wc-block-cart table.wc-block-cart-items,
.woocommerce-cart .is-small.wc-block-cart table.wc-block-cart-items,
.woocommerce-cart .is-medium.wc-block-cart table.wc-block-cart-items,
.woocommerce-cart .is-large.wc-block-cart table.wc-block-cart-items {
  border: none;
}

/* line 9, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .is-mobile.wc-block-cart table.wc-block-cart-items th,
.woocommerce-cart .is-small.wc-block-cart table.wc-block-cart-items th,
.woocommerce-cart .is-medium.wc-block-cart table.wc-block-cart-items th,
.woocommerce-cart .is-large.wc-block-cart table.wc-block-cart-items th {
  color: #787878;
}

/* line 13, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .is-mobile.wc-block-cart table.wc-block-cart-items tr,
.woocommerce-cart .is-small.wc-block-cart table.wc-block-cart-items tr,
.woocommerce-cart .is-medium.wc-block-cart table.wc-block-cart-items tr,
.woocommerce-cart .is-large.wc-block-cart table.wc-block-cart-items tr {
  border-bottom: 1px solid #e1e1e1;
  border-left: none;
  border-right: none;
  border-top: none;
}

/* line 20, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .is-mobile.wc-block-cart table.wc-block-cart-items td,
.woocommerce-cart .is-small.wc-block-cart table.wc-block-cart-items td,
.woocommerce-cart .is-medium.wc-block-cart table.wc-block-cart-items td,
.woocommerce-cart .is-large.wc-block-cart table.wc-block-cart-items td {
  border: none;
}

/* line 25, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .is-mobile.wc-block-cart .wc-block-cart-item__total,
.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-item__total,
.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-item__total,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-item__total {
  grid-column-start: 2;
  grid-row-start: auto !important;
}

/* line 30, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .is-mobile.wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
.woocommerce-cart .is-small.wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
.woocommerce-cart .is-medium.wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper,
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-item__total-price-and-sale-badge-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 35, resources/assets/styles/woocommerce/_cart.scss */

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  color: #787878;
}

/* line 2, resources/assets/styles/woocommerce/_checkout.scss */

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  color: #787878;
}

/* line 7, resources/assets/styles/woocommerce/_checkout.scss */

.payment-card-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}

/* line 12, resources/assets/styles/woocommerce/_checkout.scss */

.payment-card-icons img {
  margin: 0 10px 0 0;
}

/* line 2, resources/assets/styles/woocommerce/_forms.scss */

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.woocommerce-page .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  border-radius: 0;
  border: 1px solid #DDD;
}

/* line 2, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product {
  position: relative;
}

/* line 5, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images {
  margin-bottom: 2rem;
}

/* line 8, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  visibility: hidden;
  z-index: 1;
}

/* line 13, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images .woocommerce-product-gallery__trigger::before {
  content: '';
  background-image: url(/app/themes/mayglothling/resources/assets/svg/search.svg);
  background-color: #fbac3e;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  display: block;
  height: 2rem;
  visibility: visible;
  width: 2rem;
}

/* line 26, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images .woocommerce-product-gallery__trigger::after {
  content: '';
  visibility: visible;
}

/* line 32, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images .flex-control-thumbs {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  padding: 0;
  margin: 1rem 0 0 0;
}

/* line 40, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images .flex-control-thumbs li {
  float: none;
  margin: 0;
  width: auto;
}

/* line 46, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product div.images .flex-control-thumbs img {
  width: 100%;
}

/* line 52, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product .quantity {
  margin-bottom: 1rem;
  width: 120px;
}

/* line 57, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product .product_meta {
  color: #787878;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

/* line 63, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product .product_meta > * {
  margin-bottom: 1rem;
}

/* line 68, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product .woocommerce-tabs {
  margin-bottom: 2rem;
}

/* line 71, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main div.product .woocommerce-tabs .tabs {
  display: none;
}

/* line 77, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .onsale {
  background-color: #E35A5A;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 0.8rem;
  padding: 0.1rem 0.2rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

/* line 90, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form table {
  border: none;
}

/* line 94, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form tr {
  border: none;
}

/* line 97, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form tr:hover {
  background-color: transparent;
}

/* line 102, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form th {
  background-color: transparent;
  border: none;
  padding: 0.5rem 0 0 0;
  vertical-align: top;
}

/* line 109, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form td {
  border: none;
  padding: 0;
}

/* line 114, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form select {
  margin-bottom: 1rem;
}

/* line 118, resources/assets/styles/woocommerce/_single-product.scss */

.woocommerce .site-main .variations_form .woocommerce-variation-price {
  margin: 1rem 0;
}


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