/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Font weight map.
 */
/**
* Mobile.
**/
/**
 * Font size map.
 */
/**
 * Line height map.
 */
/**
 * Color Map (https://convertacolor.com/).
 */
/**
 * Colors Variables.
 */
/**
 * Grid.
 */
/**
 * Assets.
 */
/**
 * Body.
 */
/**
 * Other.
 */
@import '../../node_modules/keen-slider/keen-slider.min.css';
*::selection {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Responsive.
 */
/**
 * Vendor.
 */
/*! 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;
}

@keyframes bp-fadein {
  from {
    opacity: 0.01;
  }
  to {
    opacity: 1;
  }
}
@keyframes bp-bar {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes bp-o {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  /* If you're mounting on a portion of the screen and need visible
  overflow on .bp-wrap, change contain to "layout" on that instance */
  contain: strict;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}
.bp-wrap > div:first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  animation: bp-fadein 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.bp-vid audio {
  position: absolute;
  left: 14px;
  width: calc(100% - 28px);
  bottom: 14px;
  height: 50px;
}

.bp-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}

.bp-html {
  display: contents;
}
.bp-html > :first-child {
  margin: auto;
}

.bp-img-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  contain: strict;
}
.bp-img-wrap .bp-canzoom {
  cursor: zoom-in;
}
.bp-img-wrap .bp-drag {
  cursor: grabbing;
}

.bp-close {
  contain: layout size;
}

.bp-img {
  position: absolute;
  top: 50%;
  left: 50%;
  user-select: none;
  background-size: 100% 100%;
}
.bp-img img,
.bp-img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bp-img .bp-o {
  display: none;
}

.bp-zoomed .bp-img:not(.bp-drag) {
  cursor: grab;
}
.bp-zoomed .bp-cap {
  opacity: 0;
  animation: none !important;
}

.bp-zoomed.bp-small .bp-controls {
  opacity: 0;
}
.bp-zoomed.bp-small .bp-controls button {
  pointer-events: none;
}

.bp-controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  text-align: left;
  transition: opacity 0.3s;
  animation: bp-fadein 0.3s;
}
.bp-controls button {
  pointer-events: auto;
  cursor: pointer;
  position: absolute;
  border: 0;
  background: rgba(0, 0, 0, 0.15);
  opacity: 0.9;
  transition: all 0.1s;
  contain: content;
}
.bp-controls button:hover {
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.bp-controls svg {
  fill: #fff;
}

.bp-count {
  position: absolute;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1;
  margin: 16px;
  height: 50px;
  width: 100px;
}

.bp-prev,
.bp-next {
  top: 50%;
  right: 0;
  margin-top: -32px;
  height: 64px;
  width: 58px;
  border-radius: 3px 0 0 3px;
}
.bp-prev:hover:before,
.bp-next:hover:before {
  transform: translateX(-2px);
}
.bp-prev:before,
.bp-next:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
  position: absolute;
  left: 7px;
  top: 9px;
  width: 46px;
  transition: all 0.2s;
}

.bp-prev {
  right: auto;
  left: 0;
  transform: scalex(-1);
}

.bp-x {
  top: 0;
  right: 0;
  height: 55px;
  width: 58px;
  border-radius: 0 0 0 3px;
}
.bp-x:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z'/%3E%3C/svg%3E");
  position: absolute;
  width: 37px;
  top: 8px;
  right: 10px;
}

.bp-if,
.bp-vid {
  position: relative;
  margin: auto;
  background: #000;
  background-size: 100% 100%;
}
.bp-if iframe,
.bp-if video,
.bp-if div,
.bp-vid iframe,
.bp-vid video,
.bp-vid div {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
}

.bp-load {
  display: flex;
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 1;
}

.bp-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0 3px 3px 0;
  animation: bp-bar 4s both;
}

.bp-o,
.bp-o:after {
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.bp-o {
  margin: auto;
  border: 10px solid rgba(255, 255, 255, 0.2);
  border-left-color: rgba(255, 255, 255, 0.9);
  animation: bp-o 1s infinite linear;
}

.bp-cap {
  position: absolute;
  bottom: 2%;
  background: rgba(9, 9, 9, 0.8);
  color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  max-width: 95%;
  line-height: 1.3;
  padding: 0.6em 1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  width: -moz-fit-content;
  display: table;
  transition: opacity 0.3s;
  animation: bp-fadein 0.2s;
}
.bp-cap a {
  color: inherit;
}

.bp-inline {
  position: absolute;
}

.bp-lock {
  overflow-y: hidden;
}
.bp-lock body {
  overflow: scroll;
}

.bp-noclose .bp-x {
  display: none;
}
.bp-noclose:not(.bp-zoomed) {
  touch-action: pan-y;
}
.bp-noclose:not(.bp-zoomed) .bp-img-wrap {
  cursor: zoom-in;
}

@media (prefers-reduced-motion) {
  .bp-wrap * {
    animation-duration: 0s !important;
  }
}
@media (max-width: 500px) {
  .bp-x {
    height: 47px;
    width: 47px;
  }
  .bp-x:before {
    width: 34px;
    top: 6px;
    right: 6px;
  }
  .bp-prev,
  .bp-next {
    margin-top: -27px;
    height: 54px;
    width: 45px;
  }
  .bp-prev:before,
  .bp-next:before {
    top: 7px;
    left: 2px;
    width: 43px;
  }
  .bp-o,
  .bp-o:after {
    border-width: 6px;
    width: 60px;
    height: 60px;
  }
  .bp-count {
    margin: 12px 10px;
  }
}
/**
 * Tools.
 */
/**
 * Tools.
 */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/**
 * Container
 * 
 * Center aligns element with given maximum width, padding, and margins top and bottom.
 * @param {String} $width - Pixel unit value.
 * @param {String} $gap - Pixel unit value.
 * @example @include container(1024px, 20px);
 */
/**
 * Section
 *
 * Add top and bottom spacing to element using paddings.
 * @param {String} $top - Pixel unit value.
 * @param {String} $bottom - Pixel unit value.
 * @example @include section(100px, 100px);
 */
/**
 * Media.
 *
 * Media queries according to "The 100% Correct Way To Do CSS Breakpoints" (https://medium.freecodecamp.com/the-100-correct-way-to-do-css-breakpoints-88d6a5ba1862).
 * @param {String} $breakpoint - Breakpoint pixel unit value.
 * @example @include media('phone') {}
 */
/**
 * Elements.
 */
/**
 * General.
 */
/**
 * Remove margin and padding from every selector including their
 * psuedo selectors.
 *
 * 1. More sensible default box sizing.
 *    (css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice).
 */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; /* 1 */
}

/**
 * Set height of the document to maxium viewport height.
 *
 * 1. Set root font size to 10.
 */
html {
  height: 100vh;
  font-size: 62.5%; /* 1 */
  box-sizing: border-box;
}

/**
 * Set minimal height of the body to maximum viewport height to
 * match the document's height.
 *
 * 1. Firefox 25+.
 * 2. Chrome 5+.
 */
body {
  min-height: 100vh;
  background-color: hsl(0, 0%, 100%);
  color: hsl(0, 0%, 0%);
  font-family: "Open sans";
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; /* 1 */
  -webkit-font-smoothing: antialiased; /* 2 */
}

/**
 * Custom user agent resets and overrides that are not present in
 * Normalize 8.0.0. This mostly removes some annoying margin and padding
 * defaults, border radius, and outlines.
 */
a {
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove border radius on Chrome 62.0+ on macOS.
 */
button {
  border: 0;
  border-radius: 0; /* 1 */
  outline: none;
  background: none;
  cursor: pointer;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

hr {
  margin: 0;
  padding: 0;
}

/**
 * 1. Remove white space.
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; /* 1 */
}

/**
 * 1. Remove inherited user agent appearance.
 */
input,
select,
textarea {
  max-width: 100%;
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; /* 1 */
}

/**
 * 1. Only allow vertical resizing to prevent the textarea
 *    from overflowing the container.
 */
textarea {
  resize: vertical;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  margin: 0;
}

/**
 * 1. Collapse borders to prevent double sided borders.
 */
table {
  max-width: 100%;
  border-collapse: collapse; /* 1 */
}

strong {
  font-weight: 700;
}

/**
 * Objects.
 */
/**
 * Button.
 */
.button {
  font-size: 16px;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 250ms ease;
  cursor: pointer;
  font-weight: 700;
}
.button svg {
  width: 21px;
  height: 20px;
}
.button.has-svg-right svg {
  margin-left: 10px;
}
.button.has-svg-left svg {
  margin-right: 10px;
}

/**
 * Button (primary).
 */
.button--primary {
  background-color: hsl(36, 100%, 48%);
  color: hsl(0, 0%, 100%);
}
.button--primary:hover {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

/**
 * Button (secondary).
 */
.button--secondary {
  background-color: transparent;
  color: hsl(0, 0%, 0%);
  border: 1px solid hsl(36, 100%, 48%);
}
.button--secondary:hover {
  background-color: hsl(36, 100%, 48%);
  color: hsl(0, 0%, 100%);
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 16px;
}
.cms-output h5 {
  margin-bottom: 20px;
}
.cms-output .is-intro {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  .cms-output .is-intro {
    font-size: 18px;
    line-height: 24px;
  }
}
.cms-output img.aligncenter {
  display: block;
  margin: 0 auto;
}
.cms-output img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
.cms-output table {
  word-break: break-word;
}
.cms-output table td {
  vertical-align: top;
}
.cms-output ul,
.cms-output ol {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 1em;
}
.cms-output ul li,
.cms-output ol li {
  margin-bottom: 15px;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(201, 100%, 39%);
  transition: all 250ms ease-in-out;
}
.cms-output a:hover {
  color: hsl(36, 100%, 48%);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(359, 100%, 50%);
}
.cms-output .wp-caption {
  margin-bottom: 20px;
}
.cms-output .wp-caption img {
  border-radius: 10px;
}
.cms-output .wp-caption .wp-caption-text {
  font-size: 16px;
  line-height: 20px;
  color: hsl(359, 100%, 50%);
  letter-spacing: 0.44px;
  margin-top: 10px;
}

/**
 * The content constraint is a constraint for all the content within
 * the document. It can be manipulated by CSS or JavaScript without
 * influencing the body.
 */
.content-constraint__main {
  position: relative;
  min-height: 100vh;
  overflow: clip;
  display: flex;
  padding-block: 104px;
  background-color: hsl(206, 100%, 99%);
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .content-constraint__main {
    padding-block: 80px;
  }
}
.content-constraint__main .wrapper--sidebar {
  display: flex;
  align-items: flex-start;
}
.content-constraint__main .content-constraint__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: calc(100% - 216px);
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .content-constraint__main .content-constraint__content {
    gap: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .content-constraint__main .content-constraint__content {
    width: 100%;
  }
}

.content-constraint__sidebar {
  width: 216px;
  height: fit-content;
  position: sticky;
  top: 20px;
  z-index: 2;
}
.content-constraint__sidebar .menu-main-container {
  background-color: hsl(201, 100%, 39%);
  border-radius: 4px;
  padding: 16px 8px;
}
.content-constraint__sidebar .menu-main-container ul {
  display: flex;
  flex-direction: column;
}
.content-constraint__sidebar .menu-main-container ul li.current_page_item a {
  background-color: hsl(36, 100%, 48%);
}
.content-constraint__sidebar .menu-main-container a {
  font-size: 16px;
  color: hsl(0, 0%, 100%);
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 8px 16px;
  transition: background-color 250ms ease-in-out;
}
.content-constraint__sidebar .menu-main-container a:hover {
  background-color: hsl(36, 100%, 48%);
}
.content-constraint__sidebar .menu-main-container a::after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.295333 1.14099L1.44121 -0.00381374L7.68253 6.23534C7.78314 6.33532 7.86298 6.4542 7.91747 6.58515C7.97195 6.7161 8 6.85653 8 6.99836C8 7.1402 7.97195 7.28063 7.91747 7.41158C7.86298 7.54253 7.78314 7.66141 7.68253 7.76138L1.44121 14.0038L0.296413 12.859L6.15433 6.99998L0.295333 1.14099Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 14px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 899px) {
  .content-constraint__sidebar {
    display: none;
  }
}

/**
 * Example of a flex based column grid layout in practice:
 *
 * <div class="row">
 *   <div class="col col-xs-6 col-sm-12"></div>
 *   <div class="col col-xs-6 col-sm-12"></div>
 * </div>
 *
 * This example will create a row with two columns each filling half the width
 * of the row on all media, but will convert to a full width column on the
 * small `-sm` breakpoint alias, which is mobile only. Refer to
 * `settings/_definitions.scss` for all breakpoint alias.
 */
/**
 * Flex object.
 *
 * Tip: Use flex on a column to make the box the same height as the column.
 */
.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

/**
 * Flex object with a column based layout system.
 */
.row {
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin: 0 -10px;
}

/**
 * Box, the inside of a column.
 */
.box {
  flex: 1;
}

/**
 * Align `stretch` for the xs breakpoint.
 */
.align-xs-stretch {
  align-items: stretch;
}

/**
 * Align `center` for the xs breakpoint.
 */
.align-xs-center {
  align-items: center;
}

/**
 * Align `flex-start` for the xs breakpoint.
 */
.align-xs-flex-start {
  align-items: flex-start;
}

/**
 * Align `flex-end` for the xs breakpoint.
 */
.align-xs-flex-end {
  align-items: flex-end;
}

/**
 * Align `baseline` for the xs breakpoint.
 */
.align-xs-baseline {
  align-items: baseline;
}

/**
 * Justify `start` for the xs breakpoint.
 */
.justify-xs-start {
  justify-content: start;
}

/**
 * Justify `center` for the xs breakpoint.
 */
.justify-xs-center {
  justify-content: center;
}

/**
 * Justify `space-between` for the xs breakpoint.
 */
.justify-xs-space-between {
  justify-content: space-between;
}

/**
 * Justify `space-around` for the xs breakpoint.
 */
.justify-xs-space-around {
  justify-content: space-around;
}

/**
 * Justify `space-evenly` for the xs breakpoint.
 */
.justify-xs-space-evenly {
  justify-content: space-evenly;
}

/**
 * Bleed left for the xs breakpoint.
 */
.bleed-xs-left {
  padding-left: 0;
}

/**
 * Bleed right for the xs breakpoint.
 */
.bleed-xs-right {
  padding-right: 0;
}

/**
 * Order first for the `xs` breakpoint.
 */
.first-xs {
  order: -1;
}

/**
 * Order last for the `xs` breakpoint.
 */
.last-xs {
  order: 1;
}

/**
 * Reverse order for the `xs` breakpoint.
 */
.reverse-xs {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 599px) {
  /**
   * Align `stretch` for the sm breakpoint.
   */
  .align-sm-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the sm breakpoint.
   */
  .align-sm-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the sm breakpoint.
   */
  .align-sm-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the sm breakpoint.
   */
  .align-sm-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the sm breakpoint.
   */
  .align-sm-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the sm breakpoint.
   */
  .justify-sm-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the sm breakpoint.
   */
  .justify-sm-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the sm breakpoint.
   */
  .justify-sm-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the sm breakpoint.
   */
  .justify-sm-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the sm breakpoint.
   */
  .justify-sm-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the sm breakpoint.
   */
  .bleed-sm-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the sm breakpoint.
   */
  .bleed-sm-right {
    padding-right: 0;
  }
  /**
   * Order first for the `sm` breakpoint.
   */
  .first-sm {
    order: -1;
  }
  /**
   * Order last for the `sm` breakpoint.
   */
  .last-sm {
    order: 1;
  }
  /**
   * Reverse order for the `sm` breakpoint.
   */
  .reverse-sm {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 600px) {
  /**
   * Align `stretch` for the md breakpoint.
   */
  .align-md-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the md breakpoint.
   */
  .align-md-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the md breakpoint.
   */
  .align-md-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the md breakpoint.
   */
  .align-md-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the md breakpoint.
   */
  .align-md-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the md breakpoint.
   */
  .justify-md-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the md breakpoint.
   */
  .justify-md-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the md breakpoint.
   */
  .justify-md-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the md breakpoint.
   */
  .justify-md-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the md breakpoint.
   */
  .justify-md-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the md breakpoint.
   */
  .bleed-md-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the md breakpoint.
   */
  .bleed-md-right {
    padding-right: 0;
  }
  /**
   * Order first for the `md` breakpoint.
   */
  .first-md {
    order: -1;
  }
  /**
   * Order last for the `md` breakpoint.
   */
  .last-md {
    order: 1;
  }
  /**
   * Reverse order for the `md` breakpoint.
   */
  .reverse-md {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 900px) {
  /**
   * Align `stretch` for the lg breakpoint.
   */
  .align-lg-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the lg breakpoint.
   */
  .align-lg-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the lg breakpoint.
   */
  .align-lg-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the lg breakpoint.
   */
  .align-lg-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the lg breakpoint.
   */
  .align-lg-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the lg breakpoint.
   */
  .justify-lg-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the lg breakpoint.
   */
  .justify-lg-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the lg breakpoint.
   */
  .justify-lg-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the lg breakpoint.
   */
  .justify-lg-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the lg breakpoint.
   */
  .justify-lg-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the lg breakpoint.
   */
  .bleed-lg-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the lg breakpoint.
   */
  .bleed-lg-right {
    padding-right: 0;
  }
  /**
   * Order first for the `lg` breakpoint.
   */
  .first-lg {
    order: -1;
  }
  /**
   * Order last for the `lg` breakpoint.
   */
  .last-lg {
    order: 1;
  }
  /**
   * Reverse order for the `lg` breakpoint.
   */
  .reverse-lg {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  /**
   * Align `stretch` for the xl breakpoint.
   */
  .align-xl-stretch {
    align-items: stretch;
  }
  /**
   * Align `center` for the xl breakpoint.
   */
  .align-xl-center {
    align-items: center;
  }
  /**
   * Align `flex-start` for the xl breakpoint.
   */
  .align-xl-flex-start {
    align-items: flex-start;
  }
  /**
   * Align `flex-end` for the xl breakpoint.
   */
  .align-xl-flex-end {
    align-items: flex-end;
  }
  /**
   * Align `baseline` for the xl breakpoint.
   */
  .align-xl-baseline {
    align-items: baseline;
  }
  /**
   * Justify `start` for the xl breakpoint.
   */
  .justify-xl-start {
    justify-content: start;
  }
  /**
   * Justify `center` for the xl breakpoint.
   */
  .justify-xl-center {
    justify-content: center;
  }
  /**
   * Justify `space-between` for the xl breakpoint.
   */
  .justify-xl-space-between {
    justify-content: space-between;
  }
  /**
   * Justify `space-around` for the xl breakpoint.
   */
  .justify-xl-space-around {
    justify-content: space-around;
  }
  /**
   * Justify `space-evenly` for the xl breakpoint.
   */
  .justify-xl-space-evenly {
    justify-content: space-evenly;
  }
  /**
   * Bleed left for the xl breakpoint.
   */
  .bleed-xl-left {
    padding-left: 0;
  }
  /**
   * Bleed right for the xl breakpoint.
   */
  .bleed-xl-right {
    padding-right: 0;
  }
  /**
   * Order first for the `xl` breakpoint.
   */
  .first-xl {
    order: -1;
  }
  /**
   * Order last for the `xl` breakpoint.
   */
  .last-xl {
    order: 1;
  }
  /**
   * Reverse order for the `xl` breakpoint.
   */
  .reverse-xl {
    flex-direction: row-reverse;
  }
}
/**
 * Default fields.
 */
label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: hsl(0, 0%, 0%);
  margin-left: 15px;
}

select,
input,
textarea {
  font-size: 16px;
  line-height: 32px;
  width: 100%;
  height: 42px;
  border-radius: 4px;
  padding: 11px 15px;
  background-color: hsl(0, 0%, 100%);
  font-weight: 500;
  border: 1px solid hsl(0, 0%, 0%);
  color: hsl(0, 0%, 0%);
}
select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

textarea {
  height: 230px;
  padding-top: 15px;
}

.gfield_required {
  color: hsl(359, 100%, 50%);
}

.ginput_container_select {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid hsl(0, 0%, 0%);
}
.ginput_container_select svg {
  position: absolute;
  top: 14px;
  right: 20px;
  width: 9px;
  height: 13px;
  z-index: 1;
}
.ginput_container_select select {
  position: relative;
  width: calc(100% + 50px);
  max-width: none;
  margin: -2px;
  background-color: transparent;
  border: 0;
  z-index: 2;
}

input[type=radio],
input[type=checkbox] {
  width: 15px;
  height: 15px;
  border: 2px solid hsl(0, 0%, 0%);
  border-radius: 2px;
  background-color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: hsl(0, 0%, 0%);
}

input[type=radio] {
  border-radius: 20px;
}

/**
 * Gravity Forms.
 */
.gfield {
  margin-bottom: 25px;
}

.gform_validation_container {
  display: none;
}

.hidden_label > label {
  display: none;
}

.validation_message {
  font-size: 14px;
  line-height: 23px;
  margin-top: 5px;
  border-radius: 8px;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  width: 100%;
  color: hsl(359, 100%, 50%);
  background-color: hsla(359, 100%, 50%, 0.1);
}
.validation_message > svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -2px;
}

.validation_error {
  display: none;
  position: relative;
  margin: 0 0 50px;
  padding: 25px 25px 25px 75px;
  background: hsla(359, 100%, 50%, 0.1);
  color: hsl(359, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(359, 100%, 50%);
}
.validation_error .close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
.validation_error .close-button svg {
  width: 16px;
  height: 16px;
  color: hsl(0, 0%, 0%);
}

.gform_confirmation_message {
  width: 100%;
  padding: 50px;
  background: hsl(359, 100%, 50%);
}
.gform_confirmation_message br {
  display: none;
}
.gform_confirmation_message h4 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.gform_confirmation_message h4 svg {
  width: 28px;
  height: 28px;
  margin-right: 20px;
  border-radius: 20px;
  background-color: hsl(0, 0%, 100%);
  padding: 5px;
  color: hsl(0, 0%, 0%);
}

/**
 * Heading.
 */
h1,
h2,
h3,
h4 {
  font-family: "Open sans";
  color: hsl(0, 0%, 0%);
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 24px;
    line-height: 36px;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 20px;
    line-height: 32px;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 16px;
    line-height: 24px;
  }
}

/**
* Heading 4.
*/
h4 {
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 14px;
    line-height: 22px;
  }
}

/**
* Heading 5.
*/
h5 {
  font-size: 42px;
  line-height: 52px;
  font-weight: 700;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 14px;
    line-height: 22px;
  }
}

/**
 * Subheading.
 */
p {
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (max-width: 899px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p.is-white {
  color: hsl(0, 0%, 100%);
}

.has-lazy-load {
  position: relative;
  top: -150px;
  transition: all 750ms ease;
  transition-delay: 500ms;
  opacity: 0;
}
.has-lazy-load.header {
  transition-delay: 750ms;
  transition: all 500ms ease;
}

.has-lazy-load[loaded=true] {
  top: 0;
  opacity: 1;
}

.pagination {
  width: 100%;
  margin-bottom: 150px;
}
.pagination .wrapper {
  justify-content: center;
}
.pagination .page-numbers {
  max-width: 44px;
  min-width: 44px;
  aspect-ratio: 1;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease-in-out;
  background-color: hsl(201, 100%, 39%);
  color: hsl(0, 0%, 100%);
  border-radius: 4px;
  padding: 11px 17px;
  font-weight: 700;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background-color: hsl(36, 100%, 48%);
  color: hsl(0, 0%, 100%);
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  margin-right: 15px;
}
.pagination .page-numbers.prev svg, .pagination .page-numbers.next svg {
  position: relative;
  top: 0;
  width: 7px;
  height: 13px;
  color: hsl(0, 0%, 100%);
  transition: all 250ms ease;
}
.pagination .page-numbers.next {
  margin-right: 0;
  margin-left: 5px;
}

/**
 * Wrapper (header)
 */
.wrapper--header {
  max-width: calc(1292px + 128px);
  padding: 0 64px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--header {
    max-width: calc(1053px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--header {
    max-width: calc(1053px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--header {
    max-width: calc(1053px + 32px);
    padding: 0 16px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1276px + 144px);
  padding: 0 72px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1053px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(1053px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (sidebar)
 */
.wrapper--sidebar {
  max-width: calc(1276px + 144px);
  padding: 0 72px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .wrapper--sidebar {
    max-width: calc(1053px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--sidebar {
    max-width: calc(1053px + 0px);
    padding: 0 0px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/open-sans-v40-latin-300italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/open-sans-v40-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/open-sans-v40-latin-500italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/open-sans-v40-latin-600italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/open-sans-v40-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/open-sans-v40-latin-800italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/**
 * Components.
 */
.general-header {
  background-color: hsl(203, 74%, 94%);
  padding-block: 72px;
}
.general-header .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 899px) {
  .general-header .wrapper {
    flex-direction: column;
    gap: 64px;
  }
}
.general-header .general-header__body {
  max-width: 520px;
  width: 100%;
  margin-right: 32px;
}
.general-header .general-header__body .general-header__editor {
  padding-block: 24px 40px;
}
@media only screen and (max-width: 899px) {
  .general-header .general-header__body {
    max-width: 100%;
    margin-right: 0;
  }
}
.general-header .general-header__image {
  display: flex;
  justify-content: flex-end;
  height: 468px;
  max-width: 50%;
  width: 100%;
  margin-left: auto;
}
.general-header .general-header__image img {
  max-width: 470px;
  max-height: 468px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
@media only screen and (max-width: 899px) {
  .general-header .general-header__image img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .general-header .general-header__image {
    max-width: 100%;
  }
}

.navigation-mobile {
  position: fixed;
  top: 100vh;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 100px;
  transition: all 500ms ease;
  background: hsl(203, 74%, 94%);
  opacity: 0;
  z-index: 999;
  overflow-x: hidden;
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: calc(100% - 96px);
    margin-top: 96px;
  }
}
.navigation-mobile.is-active {
  top: 0;
  opacity: 1;
}
@media only screen and (min-width: 900px) {
  .navigation-mobile.is-active {
    top: 100vh;
    opacity: 0;
  }
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  height: 100%;
}

/**
 * Main menu.
 */
.navigation-mobile__main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 72px 0;
  column-gap: 16px;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile__main {
    grid-template-columns: repeat(1, 1fr);
    padding: 16px 0;
  }
}
.navigation-mobile__main > li {
  position: relative;
}
.navigation-mobile__main > li.current_page_ancestor > a, .navigation-mobile__main > li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li.is-active > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li.is-active > a > span svg {
  transform: rotate(-90deg);
}
.navigation-mobile__main > li > a {
  font-size: 20px;
  line-height: 24px;
  display: block;
  position: relative;
  width: 100%;
  font-weight: 700;
  margin: 32px 0 0 0;
  color: hsl(0, 0%, 0%);
}
@media only screen and (max-width: 599px) {
  .navigation-mobile__main > li > a {
    margin: 24px 0 0 0;
  }
}
.navigation-mobile__main > li > a > span {
  padding: 0 20px 0 5px;
  cursor: pointer;
}
.navigation-mobile__main > li > a > span svg {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 500ms ease;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container {
  display: none;
  position: relative;
  margin-top: 10px;
  padding-top: 20px;
}
.navigation-mobile__main > li .submenu-container li a {
  font-size: 14px;
  line-height: 18px;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.current_page_ancestor > a, .navigation-mobile__main > li .submenu-container li.current-menu-item > a {
  color: hsl(0, 0%, 0%);
}
.navigation-mobile__main > li .submenu-container li.is-active > a {
  color: hsl(0, 0%, 0%);
}

/**
 * Disable scroll.
 */
body.is-active {
  overflow: hidden;
}
body.is-active .header::before {
  bottom: 0;
}

.contact .wrapper {
  display: flex;
  flex-direction: row;
  gap: 40px;
}
@media only screen and (min-width: 900px) {
  .contact .wrapper {
    padding: 0 0 0 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .contact .wrapper {
    flex-direction: column;
  }
}

.contact__body,
.contact__form {
  max-width: 50%;
}
@media only screen and (max-width: 1199px) {
  .contact__body,
  .contact__form {
    max-width: 100%;
  }
}

.contact__title {
  margin-bottom: 24px;
}

.content__information {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.content__information a,
.content__information div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
}
.content__information a svg,
.content__information div svg {
  max-width: 20px;
  max-height: 20px;
  width: 100%;
  height: 100%;
}

.contact__form .gform_required_legend,
.contact__form .gfield_required {
  display: none;
}
.contact__form .gfield .ginput_container select,
.contact__form .gfield .ginput_container input,
.contact__form .gfield .ginput_container textarea {
  background-color: hsl(0, 0%, 100%);
  border: 0.4px solid hsl(0, 0%, 77%);
}
.contact__form .gfield label {
  font-size: 16px;
  font-weight: 700;
  margin: 0px 0px 8px 0;
}
.contact__form .gfield:has(.validation_message) label {
  color: hsl(359, 100%, 50%);
}
.contact__form .validation_message {
  display: none;
}
.contact__form .gform_button {
  background-color: hsl(36, 100%, 48%);
  color: hsl(0, 0%, 100%);
  max-width: fit-content;
  border: unset;
  line-height: normal;
}
.contact__form .gform_button:hover {
  background-color: hsl(0, 0%, 0%);
  color: hsl(0, 0%, 100%);
}

.content-default .button--primary {
  margin-top: 20px;
}

.text-images__body {
  max-width: 50%;
}
@media only screen and (max-width: 1199px) {
  .text-images__body {
    max-width: 100%;
  }
}
.text-images__body .text-images__title {
  margin-bottom: 16px;
}
.text-images__body .button {
  margin-top: 32px;
}
.text-images__gallery {
  max-width: 470px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  .text-images__gallery {
    max-width: 100%;
  }
}
.text-images__gallery-large {
  position: relative;
  margin-bottom: 24px;
  height: 440px;
  width: 100%;
}
.text-images__gallery-thumbnails {
  position: relative;
}
.text-images .wrapper {
  display: flex;
  flex-direction: row;
  gap: 128px;
}
@media only screen and (min-width: 900px) {
  .text-images .wrapper {
    padding: 0 0 0 72px;
  }
}
@media only screen and (max-width: 1199px) {
  .text-images .wrapper {
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.text-images .slide-content,
.text-images .thumb-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.text-images .navigation-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: hsl(36, 100%, 48%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease-in-out;
}
.text-images .navigation-button.disabled {
  background: hsla(36, 100%, 48%, 0.4);
  cursor: default;
}
.text-images .navigation-button.disabled:hover {
  background: hsla(36, 100%, 48%, 0.4);
}
.text-images .navigation-button svg {
  width: 20px;
  height: 20px;
  fill: hsl(0, 0%, 100%);
}
.text-images .keen-slider-prev {
  left: 10px;
}
.text-images .keen-slider-prev:hover {
  background: hsl(0, 0%, 0%);
}
.text-images .keen-slider-next {
  right: 10px;
}
.text-images .keen-slider-next:hover {
  background: hsl(0, 0%, 0%);
}
.text-images .keen-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.text-images .keen-slider__slide {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
}

#main-slider {
  height: 440px;
  width: 100%;
}
#main-slider .keen-slider__slide {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}
#main-slider .keen-slider__slide img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#thumbnail-slider {
  height: 141px;
}
#thumbnail-slider .keen-slider__slide {
  width: 144px;
  height: 141px;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
}
#thumbnail-slider .keen-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header.header {
  box-shadow: 0 0 20px 0 rgb(0, 0, 0);
}
header .wrapper--header {
  align-items: center;
  gap: 40px;
}
@media only screen and (min-width: 1200px) {
  header .wrapper--header .header__menu-button {
    display: none;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1272px) {
  header .wrapper--header {
    gap: 4px;
  }
}
@media only screen and (max-width: 1199px) {
  header .wrapper--header {
    gap: 0;
    padding-block: 16px;
  }
}
@media only screen and (max-width: 899px) {
  header .wrapper--header {
    gap: 16px;
  }
}
@media only screen and (max-width: 599px) {
  header .wrapper--header {
    gap: 8px;
  }
}
@media only screen and (max-width: 599px) {
  header .header__logo .image__desktop {
    display: none;
  }
}
header .header__logo img {
  max-width: 456px;
}
@media only screen and (max-width: 899px) {
  header .header__logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 599px) {
  header .header__logo img {
    max-width: 200px;
  }
}
header .header__logo .image__mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  header .header__logo .image__mobile {
    display: block;
  }
}
header a.button--primary {
  margin-left: auto;
}
@media only screen and (max-width: 1199px) {
  header a.button--primary {
    margin-left: 24px;
  }
}
@media only screen and (max-width: 899px) {
  header a.button--primary {
    display: none;
  }
}
header .header__contact {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 1199px) {
  header .header__contact {
    gap: 16px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 599px) {
  header .header__contact {
    gap: 8px;
  }
}
header .header__contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  transition: color 250ms ease-in-out;
}
@media screen and (min-width: 1185px) and (max-width: 1200px) {
  header .header__contact a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  header .header__contact a {
    border: 1px solid hsl(36, 100%, 48%);
    padding: 15px 13px;
    max-height: 44px;
    aspect-ratio: 1;
    border-radius: 4px;
  }
  header .header__contact a span {
    display: none;
  }
}
@media only screen and (max-width: 599px) {
  header .header__contact a {
    padding: 8px;
    max-height: 40px;
  }
}
header .header__contact a:hover {
  color: hsl(36, 100%, 48%);
}
@media only screen and (max-width: 1199px) {
  header .header__contact a:first-child path {
    stroke: hsl(0, 0%, 0%);
  }
}
@media only screen and (max-width: 1199px) {
  header .header__contact a:last-child path {
    fill: hsl(0, 0%, 0%);
  }
}
@media only screen and (max-width: 899px) {
  header .header__menu-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 10px;
    max-width: 44px;
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    border-radius: 4px;
    background-color: hsl(36, 100%, 48%);
  }
}
@media only screen and (max-width: 899px) and (max-width: 599px) {
  header .header__menu-button {
    max-width: 36px;
    gap: 4px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 899px) {
  header .header__menu-button.is-active span:first-child {
    rotate: 45deg;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 599px) {
  header .header__menu-button.is-active span:first-child {
    translate: 0 3px;
  }
}
@media only screen and (max-width: 899px) {
  header .header__menu-button.is-active span:nth-child(2) {
    display: none;
  }
  header .header__menu-button.is-active span:last-child {
    rotate: -45deg;
    translate: 0 -3px;
  }
}
@media only screen and (max-width: 899px) and (max-width: 599px) {
  header .header__menu-button.is-active span:last-child {
    translate: 0 -2px;
  }
}
@media only screen and (max-width: 899px) {
  header .header__menu-button span {
    width: 100%;
    content: "";
    height: 1px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 4px;
    transition: all 300ms ease-in-out;
  }
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-block: 40px 23px;
  background-color: hsl(0, 0%, 100%);
  box-shadow: 0 0 20px 0 hsla(0, 0%, 0%, 0.1);
}
.footer a {
  transition: color 250ms ease-in-out;
}
.footer a:hover {
  color: hsl(36, 100%, 48%);
}
.footer .wrapper:first-child {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer .wrapper:first-child .footer__top-logo img {
  max-width: 218px;
}
.footer .wrapper:first-child .footer__bottom {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 64px;
}
.footer .wrapper:first-child .footer__bottom .footer__contact {
  display: flex;
  flex-direction: column;
}
.footer .wrapper:first-child .footer__bottom .footer__contact .footer__contact-editor {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .wrapper:first-child .footer__bottom .footer__contact .footer__contact-editor h3 {
  margin-top: 24px;
}
.footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 48px;
  row-gap: 16px;
}
.footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap li {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
.footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap li:nth-child(15) {
  grid-column-start: 1;
}
.footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap li:nth-child(14) {
  grid-column-start: 2;
}
@media screen and (max-width: 340px) {
  .footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap li:nth-child(14) {
    grid-column-start: 1;
  }
}
@media only screen and (max-width: 899px) {
  .footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap {
    column-gap: 40px;
    row-gap: 16px;
    padding-top: 8px;
  }
}
@media only screen and (max-width: 599px) {
  .footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 340px) {
  .footer .wrapper:first-child .footer__bottom .footer__sitemap #menu-sitemap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.footer .wrapper:last-child .footer__links {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
}
.footer .wrapper:last-child .footer__links .footer__links-copyright {
  font-size: 16px;
  max-width: fit-content;
  width: 100%;
}
.footer .wrapper:last-child .footer__links ul {
  display: flex;
  flex-direction: row;
  column-gap: 41px;
  row-gap: 16px;
  flex-wrap: wrap;
}
.footer .wrapper:last-child .footer__links ul li {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.footer .wrapper:last-child .footer__links ul li:not(:last-child):after {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='17' viewBox='0 0 2 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.859375 0.84375H1.96094V16.875H0.859375V0.84375Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
}

/**
 * Utilities.
 */
/**
 * Color utility classes.
 *
 * Automatically generated color and background color utility classes based on every color definition in `settings/_color.scss`.
 * Loop through every `$key` and `$map` in the `$colors` variable map defined in `settings/_color.scss`.
 */
/**
 * `color` hsl(0, 0%, 0%)-100 color utility.
 */
.color-black-100 {
  color: hsl(0, 0%, 0%);
}

/**
 * `background-color` hsl(0, 0%, 0%)-100 color utility.
 */
.background-color-black-100 {
  background-color: hsl(0, 0%, 0%);
}

/**
 * `color` hsla(0, 0%, 0%, 0.9)-90 color utility.
 */
.color-black-90 {
  color: hsla(0, 0%, 0%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.9)-90 color utility.
 */
.background-color-black-90 {
  background-color: hsla(0, 0%, 0%, 0.9);
}

/**
 * `color` hsla(0, 0%, 0%, 0.8)-80 color utility.
 */
.color-black-80 {
  color: hsla(0, 0%, 0%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.8)-80 color utility.
 */
.background-color-black-80 {
  background-color: hsla(0, 0%, 0%, 0.8);
}

/**
 * `color` hsla(0, 0%, 0%, 0.7)-70 color utility.
 */
.color-black-70 {
  color: hsla(0, 0%, 0%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.7)-70 color utility.
 */
.background-color-black-70 {
  background-color: hsla(0, 0%, 0%, 0.7);
}

/**
 * `color` hsla(0, 0%, 0%, 0.6)-60 color utility.
 */
.color-black-60 {
  color: hsla(0, 0%, 0%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.6)-60 color utility.
 */
.background-color-black-60 {
  background-color: hsla(0, 0%, 0%, 0.6);
}

/**
 * `color` hsla(0, 0%, 0%, 0.5)-50 color utility.
 */
.color-black-50 {
  color: hsla(0, 0%, 0%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.5)-50 color utility.
 */
.background-color-black-50 {
  background-color: hsla(0, 0%, 0%, 0.5);
}

/**
 * `color` hsla(0, 0%, 0%, 0.4)-40 color utility.
 */
.color-black-40 {
  color: hsla(0, 0%, 0%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.4)-40 color utility.
 */
.background-color-black-40 {
  background-color: hsla(0, 0%, 0%, 0.4);
}

/**
 * `color` hsla(0, 0%, 0%, 0.3)-30 color utility.
 */
.color-black-30 {
  color: hsla(0, 0%, 0%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.3)-30 color utility.
 */
.background-color-black-30 {
  background-color: hsla(0, 0%, 0%, 0.3);
}

/**
 * `color` hsla(0, 0%, 0%, 0.2)-20 color utility.
 */
.color-black-20 {
  color: hsla(0, 0%, 0%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.2)-20 color utility.
 */
.background-color-black-20 {
  background-color: hsla(0, 0%, 0%, 0.2);
}

/**
 * `color` hsla(0, 0%, 0%, 0.1)-10 color utility.
 */
.color-black-10 {
  color: hsla(0, 0%, 0%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 0%, 0.1)-10 color utility.
 */
.background-color-black-10 {
  background-color: hsla(0, 0%, 0%, 0.1);
}

/**
 * `color` hsl(0, 0%, 100%)-100 color utility.
 */
.color-white-100 {
  color: hsl(0, 0%, 100%);
}

/**
 * `background-color` hsl(0, 0%, 100%)-100 color utility.
 */
.background-color-white-100 {
  background-color: hsl(0, 0%, 100%);
}

/**
 * `color` hsla(0, 0%, 100%, 0.9)-90 color utility.
 */
.color-white-90 {
  color: hsla(0, 0%, 100%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.9)-90 color utility.
 */
.background-color-white-90 {
  background-color: hsla(0, 0%, 100%, 0.9);
}

/**
 * `color` hsla(0, 0%, 100%, 0.8)-80 color utility.
 */
.color-white-80 {
  color: hsla(0, 0%, 100%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.8)-80 color utility.
 */
.background-color-white-80 {
  background-color: hsla(0, 0%, 100%, 0.8);
}

/**
 * `color` hsla(0, 0%, 100%, 0.7)-70 color utility.
 */
.color-white-70 {
  color: hsla(0, 0%, 100%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.7)-70 color utility.
 */
.background-color-white-70 {
  background-color: hsla(0, 0%, 100%, 0.7);
}

/**
 * `color` hsla(0, 0%, 100%, 0.6)-60 color utility.
 */
.color-white-60 {
  color: hsla(0, 0%, 100%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.6)-60 color utility.
 */
.background-color-white-60 {
  background-color: hsla(0, 0%, 100%, 0.6);
}

/**
 * `color` hsla(0, 0%, 100%, 0.5)-50 color utility.
 */
.color-white-50 {
  color: hsla(0, 0%, 100%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.5)-50 color utility.
 */
.background-color-white-50 {
  background-color: hsla(0, 0%, 100%, 0.5);
}

/**
 * `color` hsla(0, 0%, 100%, 0.4)-40 color utility.
 */
.color-white-40 {
  color: hsla(0, 0%, 100%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.4)-40 color utility.
 */
.background-color-white-40 {
  background-color: hsla(0, 0%, 100%, 0.4);
}

/**
 * `color` hsla(0, 0%, 100%, 0.3)-30 color utility.
 */
.color-white-30 {
  color: hsla(0, 0%, 100%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.3)-30 color utility.
 */
.background-color-white-30 {
  background-color: hsla(0, 0%, 100%, 0.3);
}

/**
 * `color` hsla(0, 0%, 100%, 0.2)-20 color utility.
 */
.color-white-20 {
  color: hsla(0, 0%, 100%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.2)-20 color utility.
 */
.background-color-white-20 {
  background-color: hsla(0, 0%, 100%, 0.2);
}

/**
 * `color` hsla(0, 0%, 100%, 0.1)-10 color utility.
 */
.color-white-10 {
  color: hsla(0, 0%, 100%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 100%, 0.1)-10 color utility.
 */
.background-color-white-10 {
  background-color: hsla(0, 0%, 100%, 0.1);
}

/**
 * `color` hsl(359, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(359, 100%, 50%);
}

/**
 * `background-color` hsl(359, 100%, 50%)-100 color utility.
 */
.background-color-red-100 {
  background-color: hsl(359, 100%, 50%);
}

/**
 * `color` hsla(359, 100%, 50%, 0.9)-90 color utility.
 */
.color-red-90 {
  color: hsla(359, 100%, 50%, 0.9);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.9)-90 color utility.
 */
.background-color-red-90 {
  background-color: hsla(359, 100%, 50%, 0.9);
}

/**
 * `color` hsla(359, 100%, 50%, 0.8)-80 color utility.
 */
.color-red-80 {
  color: hsla(359, 100%, 50%, 0.8);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.8)-80 color utility.
 */
.background-color-red-80 {
  background-color: hsla(359, 100%, 50%, 0.8);
}

/**
 * `color` hsla(359, 100%, 50%, 0.7)-70 color utility.
 */
.color-red-70 {
  color: hsla(359, 100%, 50%, 0.7);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.7)-70 color utility.
 */
.background-color-red-70 {
  background-color: hsla(359, 100%, 50%, 0.7);
}

/**
 * `color` hsla(359, 100%, 50%, 0.6)-60 color utility.
 */
.color-red-60 {
  color: hsla(359, 100%, 50%, 0.6);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.6)-60 color utility.
 */
.background-color-red-60 {
  background-color: hsla(359, 100%, 50%, 0.6);
}

/**
 * `color` hsla(359, 100%, 50%, 0.5)-50 color utility.
 */
.color-red-50 {
  color: hsla(359, 100%, 50%, 0.5);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.5)-50 color utility.
 */
.background-color-red-50 {
  background-color: hsla(359, 100%, 50%, 0.5);
}

/**
 * `color` hsla(359, 100%, 50%, 0.4)-40 color utility.
 */
.color-red-40 {
  color: hsla(359, 100%, 50%, 0.4);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.4)-40 color utility.
 */
.background-color-red-40 {
  background-color: hsla(359, 100%, 50%, 0.4);
}

/**
 * `color` hsla(359, 100%, 50%, 0.3)-30 color utility.
 */
.color-red-30 {
  color: hsla(359, 100%, 50%, 0.3);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.3)-30 color utility.
 */
.background-color-red-30 {
  background-color: hsla(359, 100%, 50%, 0.3);
}

/**
 * `color` hsla(359, 100%, 50%, 0.2)-20 color utility.
 */
.color-red-20 {
  color: hsla(359, 100%, 50%, 0.2);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.2)-20 color utility.
 */
.background-color-red-20 {
  background-color: hsla(359, 100%, 50%, 0.2);
}

/**
 * `color` hsla(359, 100%, 50%, 0.1)-10 color utility.
 */
.color-red-10 {
  color: hsla(359, 100%, 50%, 0.1);
}

/**
 * `background-color` hsla(359, 100%, 50%, 0.1)-10 color utility.
 */
.background-color-red-10 {
  background-color: hsla(359, 100%, 50%, 0.1);
}

/**
 * `color` hsl(36, 100%, 48%)-100 color utility.
 */
.color-orange-100 {
  color: hsl(36, 100%, 48%);
}

/**
 * `background-color` hsl(36, 100%, 48%)-100 color utility.
 */
.background-color-orange-100 {
  background-color: hsl(36, 100%, 48%);
}

/**
 * `color` hsla(36, 100%, 48%, 0.9)-90 color utility.
 */
.color-orange-90 {
  color: hsla(36, 100%, 48%, 0.9);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.9)-90 color utility.
 */
.background-color-orange-90 {
  background-color: hsla(36, 100%, 48%, 0.9);
}

/**
 * `color` hsla(36, 100%, 48%, 0.8)-80 color utility.
 */
.color-orange-80 {
  color: hsla(36, 100%, 48%, 0.8);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.8)-80 color utility.
 */
.background-color-orange-80 {
  background-color: hsla(36, 100%, 48%, 0.8);
}

/**
 * `color` hsla(36, 100%, 48%, 0.7)-70 color utility.
 */
.color-orange-70 {
  color: hsla(36, 100%, 48%, 0.7);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.7)-70 color utility.
 */
.background-color-orange-70 {
  background-color: hsla(36, 100%, 48%, 0.7);
}

/**
 * `color` hsla(36, 100%, 48%, 0.6)-60 color utility.
 */
.color-orange-60 {
  color: hsla(36, 100%, 48%, 0.6);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.6)-60 color utility.
 */
.background-color-orange-60 {
  background-color: hsla(36, 100%, 48%, 0.6);
}

/**
 * `color` hsla(36, 100%, 48%, 0.5)-50 color utility.
 */
.color-orange-50 {
  color: hsla(36, 100%, 48%, 0.5);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.5)-50 color utility.
 */
.background-color-orange-50 {
  background-color: hsla(36, 100%, 48%, 0.5);
}

/**
 * `color` hsla(36, 100%, 48%, 0.4)-40 color utility.
 */
.color-orange-40 {
  color: hsla(36, 100%, 48%, 0.4);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.4)-40 color utility.
 */
.background-color-orange-40 {
  background-color: hsla(36, 100%, 48%, 0.4);
}

/**
 * `color` hsla(36, 100%, 48%, 0.3)-30 color utility.
 */
.color-orange-30 {
  color: hsla(36, 100%, 48%, 0.3);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.3)-30 color utility.
 */
.background-color-orange-30 {
  background-color: hsla(36, 100%, 48%, 0.3);
}

/**
 * `color` hsla(36, 100%, 48%, 0.2)-20 color utility.
 */
.color-orange-20 {
  color: hsla(36, 100%, 48%, 0.2);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.2)-20 color utility.
 */
.background-color-orange-20 {
  background-color: hsla(36, 100%, 48%, 0.2);
}

/**
 * `color` hsla(36, 100%, 48%, 0.1)-10 color utility.
 */
.color-orange-10 {
  color: hsla(36, 100%, 48%, 0.1);
}

/**
 * `background-color` hsla(36, 100%, 48%, 0.1)-10 color utility.
 */
.background-color-orange-10 {
  background-color: hsla(36, 100%, 48%, 0.1);
}

/**
 * `color` hsl(201, 100%, 39%)-100 color utility.
 */
.color-blue-100 {
  color: hsl(201, 100%, 39%);
}

/**
 * `background-color` hsl(201, 100%, 39%)-100 color utility.
 */
.background-color-blue-100 {
  background-color: hsl(201, 100%, 39%);
}

/**
 * `color` hsla(201, 100%, 39%, 0.9)-90 color utility.
 */
.color-blue-90 {
  color: hsla(201, 100%, 39%, 0.9);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.9)-90 color utility.
 */
.background-color-blue-90 {
  background-color: hsla(201, 100%, 39%, 0.9);
}

/**
 * `color` hsla(201, 100%, 39%, 0.8)-80 color utility.
 */
.color-blue-80 {
  color: hsla(201, 100%, 39%, 0.8);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.8)-80 color utility.
 */
.background-color-blue-80 {
  background-color: hsla(201, 100%, 39%, 0.8);
}

/**
 * `color` hsla(201, 100%, 39%, 0.7)-70 color utility.
 */
.color-blue-70 {
  color: hsla(201, 100%, 39%, 0.7);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.7)-70 color utility.
 */
.background-color-blue-70 {
  background-color: hsla(201, 100%, 39%, 0.7);
}

/**
 * `color` hsla(201, 100%, 39%, 0.6)-60 color utility.
 */
.color-blue-60 {
  color: hsla(201, 100%, 39%, 0.6);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.6)-60 color utility.
 */
.background-color-blue-60 {
  background-color: hsla(201, 100%, 39%, 0.6);
}

/**
 * `color` hsla(201, 100%, 39%, 0.5)-50 color utility.
 */
.color-blue-50 {
  color: hsla(201, 100%, 39%, 0.5);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.5)-50 color utility.
 */
.background-color-blue-50 {
  background-color: hsla(201, 100%, 39%, 0.5);
}

/**
 * `color` hsla(201, 100%, 39%, 0.4)-40 color utility.
 */
.color-blue-40 {
  color: hsla(201, 100%, 39%, 0.4);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.4)-40 color utility.
 */
.background-color-blue-40 {
  background-color: hsla(201, 100%, 39%, 0.4);
}

/**
 * `color` hsla(201, 100%, 39%, 0.3)-30 color utility.
 */
.color-blue-30 {
  color: hsla(201, 100%, 39%, 0.3);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.3)-30 color utility.
 */
.background-color-blue-30 {
  background-color: hsla(201, 100%, 39%, 0.3);
}

/**
 * `color` hsla(201, 100%, 39%, 0.2)-20 color utility.
 */
.color-blue-20 {
  color: hsla(201, 100%, 39%, 0.2);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.2)-20 color utility.
 */
.background-color-blue-20 {
  background-color: hsla(201, 100%, 39%, 0.2);
}

/**
 * `color` hsla(201, 100%, 39%, 0.1)-10 color utility.
 */
.color-blue-10 {
  color: hsla(201, 100%, 39%, 0.1);
}

/**
 * `background-color` hsla(201, 100%, 39%, 0.1)-10 color utility.
 */
.background-color-blue-10 {
  background-color: hsla(201, 100%, 39%, 0.1);
}

/**
 * `color` hsl(203, 74%, 94%)-100 color utility.
 */
.color-lightblue-100 {
  color: hsl(203, 74%, 94%);
}

/**
 * `background-color` hsl(203, 74%, 94%)-100 color utility.
 */
.background-color-lightblue-100 {
  background-color: hsl(203, 74%, 94%);
}

/**
 * `color` hsla(203, 74%, 94%, 0.9)-90 color utility.
 */
.color-lightblue-90 {
  color: hsla(203, 74%, 94%, 0.9);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.9)-90 color utility.
 */
.background-color-lightblue-90 {
  background-color: hsla(203, 74%, 94%, 0.9);
}

/**
 * `color` hsla(203, 74%, 94%, 0.8)-80 color utility.
 */
.color-lightblue-80 {
  color: hsla(203, 74%, 94%, 0.8);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.8)-80 color utility.
 */
.background-color-lightblue-80 {
  background-color: hsla(203, 74%, 94%, 0.8);
}

/**
 * `color` hsla(203, 74%, 94%, 0.7)-70 color utility.
 */
.color-lightblue-70 {
  color: hsla(203, 74%, 94%, 0.7);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.7)-70 color utility.
 */
.background-color-lightblue-70 {
  background-color: hsla(203, 74%, 94%, 0.7);
}

/**
 * `color` hsla(203, 74%, 94%, 0.6)-60 color utility.
 */
.color-lightblue-60 {
  color: hsla(203, 74%, 94%, 0.6);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.6)-60 color utility.
 */
.background-color-lightblue-60 {
  background-color: hsla(203, 74%, 94%, 0.6);
}

/**
 * `color` hsla(203, 74%, 94%, 0.5)-50 color utility.
 */
.color-lightblue-50 {
  color: hsla(203, 74%, 94%, 0.5);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.5)-50 color utility.
 */
.background-color-lightblue-50 {
  background-color: hsla(203, 74%, 94%, 0.5);
}

/**
 * `color` hsla(203, 74%, 94%, 0.4)-40 color utility.
 */
.color-lightblue-40 {
  color: hsla(203, 74%, 94%, 0.4);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.4)-40 color utility.
 */
.background-color-lightblue-40 {
  background-color: hsla(203, 74%, 94%, 0.4);
}

/**
 * `color` hsla(203, 74%, 94%, 0.3)-30 color utility.
 */
.color-lightblue-30 {
  color: hsla(203, 74%, 94%, 0.3);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.3)-30 color utility.
 */
.background-color-lightblue-30 {
  background-color: hsla(203, 74%, 94%, 0.3);
}

/**
 * `color` hsla(203, 74%, 94%, 0.2)-20 color utility.
 */
.color-lightblue-20 {
  color: hsla(203, 74%, 94%, 0.2);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.2)-20 color utility.
 */
.background-color-lightblue-20 {
  background-color: hsla(203, 74%, 94%, 0.2);
}

/**
 * `color` hsla(203, 74%, 94%, 0.1)-10 color utility.
 */
.color-lightblue-10 {
  color: hsla(203, 74%, 94%, 0.1);
}

/**
 * `background-color` hsla(203, 74%, 94%, 0.1)-10 color utility.
 */
.background-color-lightblue-10 {
  background-color: hsla(203, 74%, 94%, 0.1);
}

/**
 * `color` hsl(206, 100%, 99%)-100 color utility.
 */
.color-lightgrey-100 {
  color: hsl(206, 100%, 99%);
}

/**
 * `background-color` hsl(206, 100%, 99%)-100 color utility.
 */
.background-color-lightgrey-100 {
  background-color: hsl(206, 100%, 99%);
}

/**
 * `color` hsla(206, 100%, 99%, 0.9)-90 color utility.
 */
.color-lightgrey-90 {
  color: hsla(206, 100%, 99%, 0.9);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.9)-90 color utility.
 */
.background-color-lightgrey-90 {
  background-color: hsla(206, 100%, 99%, 0.9);
}

/**
 * `color` hsla(206, 100%, 99%, 0.8)-80 color utility.
 */
.color-lightgrey-80 {
  color: hsla(206, 100%, 99%, 0.8);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.8)-80 color utility.
 */
.background-color-lightgrey-80 {
  background-color: hsla(206, 100%, 99%, 0.8);
}

/**
 * `color` hsla(206, 100%, 99%, 0.7)-70 color utility.
 */
.color-lightgrey-70 {
  color: hsla(206, 100%, 99%, 0.7);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.7)-70 color utility.
 */
.background-color-lightgrey-70 {
  background-color: hsla(206, 100%, 99%, 0.7);
}

/**
 * `color` hsla(206, 100%, 99%, 0.6)-60 color utility.
 */
.color-lightgrey-60 {
  color: hsla(206, 100%, 99%, 0.6);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.6)-60 color utility.
 */
.background-color-lightgrey-60 {
  background-color: hsla(206, 100%, 99%, 0.6);
}

/**
 * `color` hsla(206, 100%, 99%, 0.5)-50 color utility.
 */
.color-lightgrey-50 {
  color: hsla(206, 100%, 99%, 0.5);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.5)-50 color utility.
 */
.background-color-lightgrey-50 {
  background-color: hsla(206, 100%, 99%, 0.5);
}

/**
 * `color` hsla(206, 100%, 99%, 0.4)-40 color utility.
 */
.color-lightgrey-40 {
  color: hsla(206, 100%, 99%, 0.4);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.4)-40 color utility.
 */
.background-color-lightgrey-40 {
  background-color: hsla(206, 100%, 99%, 0.4);
}

/**
 * `color` hsla(206, 100%, 99%, 0.3)-30 color utility.
 */
.color-lightgrey-30 {
  color: hsla(206, 100%, 99%, 0.3);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.3)-30 color utility.
 */
.background-color-lightgrey-30 {
  background-color: hsla(206, 100%, 99%, 0.3);
}

/**
 * `color` hsla(206, 100%, 99%, 0.2)-20 color utility.
 */
.color-lightgrey-20 {
  color: hsla(206, 100%, 99%, 0.2);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.2)-20 color utility.
 */
.background-color-lightgrey-20 {
  background-color: hsla(206, 100%, 99%, 0.2);
}

/**
 * `color` hsla(206, 100%, 99%, 0.1)-10 color utility.
 */
.color-lightgrey-10 {
  color: hsla(206, 100%, 99%, 0.1);
}

/**
 * `background-color` hsla(206, 100%, 99%, 0.1)-10 color utility.
 */
.background-color-lightgrey-10 {
  background-color: hsla(206, 100%, 99%, 0.1);
}

/**
 * `color` hsl(0, 0%, 77%)-100 color utility.
 */
.color-grey-100 {
  color: hsl(0, 0%, 77%);
}

/**
 * `background-color` hsl(0, 0%, 77%)-100 color utility.
 */
.background-color-grey-100 {
  background-color: hsl(0, 0%, 77%);
}

/**
 * `color` hsla(0, 0%, 77%, 0.9)-90 color utility.
 */
.color-grey-90 {
  color: hsla(0, 0%, 77%, 0.9);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.9)-90 color utility.
 */
.background-color-grey-90 {
  background-color: hsla(0, 0%, 77%, 0.9);
}

/**
 * `color` hsla(0, 0%, 77%, 0.8)-80 color utility.
 */
.color-grey-80 {
  color: hsla(0, 0%, 77%, 0.8);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.8)-80 color utility.
 */
.background-color-grey-80 {
  background-color: hsla(0, 0%, 77%, 0.8);
}

/**
 * `color` hsla(0, 0%, 77%, 0.7)-70 color utility.
 */
.color-grey-70 {
  color: hsla(0, 0%, 77%, 0.7);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.7)-70 color utility.
 */
.background-color-grey-70 {
  background-color: hsla(0, 0%, 77%, 0.7);
}

/**
 * `color` hsla(0, 0%, 77%, 0.6)-60 color utility.
 */
.color-grey-60 {
  color: hsla(0, 0%, 77%, 0.6);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.6)-60 color utility.
 */
.background-color-grey-60 {
  background-color: hsla(0, 0%, 77%, 0.6);
}

/**
 * `color` hsla(0, 0%, 77%, 0.5)-50 color utility.
 */
.color-grey-50 {
  color: hsla(0, 0%, 77%, 0.5);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.5)-50 color utility.
 */
.background-color-grey-50 {
  background-color: hsla(0, 0%, 77%, 0.5);
}

/**
 * `color` hsla(0, 0%, 77%, 0.4)-40 color utility.
 */
.color-grey-40 {
  color: hsla(0, 0%, 77%, 0.4);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.4)-40 color utility.
 */
.background-color-grey-40 {
  background-color: hsla(0, 0%, 77%, 0.4);
}

/**
 * `color` hsla(0, 0%, 77%, 0.3)-30 color utility.
 */
.color-grey-30 {
  color: hsla(0, 0%, 77%, 0.3);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.3)-30 color utility.
 */
.background-color-grey-30 {
  background-color: hsla(0, 0%, 77%, 0.3);
}

/**
 * `color` hsla(0, 0%, 77%, 0.2)-20 color utility.
 */
.color-grey-20 {
  color: hsla(0, 0%, 77%, 0.2);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.2)-20 color utility.
 */
.background-color-grey-20 {
  background-color: hsla(0, 0%, 77%, 0.2);
}

/**
 * `color` hsla(0, 0%, 77%, 0.1)-10 color utility.
 */
.color-grey-10 {
  color: hsla(0, 0%, 77%, 0.1);
}

/**
 * `background-color` hsla(0, 0%, 77%, 0.1)-10 color utility.
 */
.background-color-grey-10 {
  background-color: hsla(0, 0%, 77%, 0.1);
}

/**
 * Partials.
 */
@media only screen and (min-width: 900px) {
  .project-list .wrapper {
    padding: 0 0 0 72px;
  }
}

.project-list__title {
  margin-bottom: 40px;
}

.project-list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 32px;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .project-list__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) {
  .project-list__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-item {
  display: flex;
  justify-content: space-between;
  height: 100%;
  background-color: hsl(0, 0%, 100%);
  border-radius: 4px;
  box-shadow: 0 0 40px 0 hsla(0, 0%, 0%, 0.1);
  overflow: clip;
}
.project-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.project-item:hover .project-item__more {
  gap: 24px;
}
.project-item:hover .project-item__image img {
  scale: 1.05;
}

.project-item__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
}
.project-item__body .project-item__teaser {
  font-size: 16px;
  margin-block: 16px 24px;
  line-height: 24px;
}
.project-item__body .project-item__more {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: auto;
  transition: all 250ms ease-in-out;
}

.project-item__image {
  overflow: clip;
}
.project-item__image img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: scale 250ms ease-in-out;
}

.project-single .wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (min-width: 900px) {
  .project-single .wrapper {
    padding: 0 0 0 72px;
  }
}
.project-single .keen-slider {
  display: flex;
  overflow: visible;
  position: relative;
  width: 100%;
}
.project-single .keen-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -102%;
  width: 100%;
  height: 100%;
  background: hsl(206, 100%, 99%);
}
.project-single .keen-slider img {
  max-height: 340px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.project-single .navigation-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: hsl(36, 100%, 48%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease-in-out;
}
.project-single .navigation-button.disabled {
  background: hsla(36, 100%, 48%, 0.4);
  cursor: default;
}
.project-single .navigation-button.disabled:hover {
  background: hsla(36, 100%, 48%, 0.4);
}
.project-single .navigation-button svg {
  width: 20px;
  height: 20px;
  fill: hsl(0, 0%, 100%);
}
.project-single .gallery-prev {
  left: -20px;
}
.project-single .gallery-prev:hover {
  background: hsl(0, 0%, 0%);
}
.project-single .gallery-next {
  right: -20px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .project-single .gallery-next {
    right: -10px;
  }
}
.project-single .gallery-next:hover {
  background: hsl(0, 0%, 0%);
}

.project-single__image img {
  width: 100%;
  max-height: 440px;
  border-radius: 4px;
  object-fit: cover;
}

.project-single__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.project-single__gallery {
  margin-top: 40px;
}

.project-latest {
  position: relative;
}
.project-latest .wrapper {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .project-latest .wrapper {
    padding: 0 0 0 72px;
  }
}
.project-latest .navigation-button {
  position: absolute;
  top: 54%;
  z-index: 2;
  background: hsl(36, 100%, 48%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease-in-out;
}
.project-latest .navigation-button.disabled {
  background: hsla(36, 100%, 48%, 0.4);
  cursor: default;
}
.project-latest .navigation-button.disabled:hover {
  background: hsla(36, 100%, 48%, 0.4);
}
.project-latest .navigation-button svg {
  width: 20px;
  height: 20px;
  fill: hsl(0, 0%, 100%);
}
.project-latest .project-prev {
  left: 50px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .project-latest .project-prev {
    left: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .project-latest .project-prev {
    left: 5px;
  }
}
.project-latest .project-prev:hover {
  background: hsl(0, 0%, 0%);
}
.project-latest .project-next {
  right: -20px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .project-latest .project-next {
    right: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .project-latest .project-next {
    right: 5px;
  }
}
.project-latest .project-next:hover {
  background: hsl(0, 0%, 0%);
}
.project-latest .keen-slider {
  display: flex;
  overflow: visible;
  position: relative;
  width: 100%;
}
.project-latest .keen-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -103%;
  width: 100%;
  height: 100%;
  background: hsl(206, 100%, 99%);
}
.project-latest .keen-slider__slide {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  flex-shrink: 0;
  box-shadow: 0 0 40px 0 hsla(0, 0%, 0%, 0.1);
}
.project-latest .keen-slider__slide.prev {
  box-shadow: none;
}

.project-latest__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  column-gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
}

.article-item {
  display: flex;
  justify-content: space-between;
  height: 100%;
  background-color: transparent;
  border-radius: 4px;
}
.article-item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.article-item__body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 0;
}
.article-item__body .article-item__teaser {
  font-size: 16px;
  margin-block: 16px 24px;
}
.article-item__body .article-item__more {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: auto;
}
.article-item__body .article-item__more svg {
  transition: transform 250ms ease-in-out;
}
.article-item__body .article-item__more:hover svg {
  transform: translateX(4px);
}

.article-item__image img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (min-width: 900px) {
  .article-list .wrapper {
    padding: 0 0 0 72px;
  }
}

.article-list__title {
  margin-bottom: 40px;
}

.article-list__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 28px;
  row-gap: 32px;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .article-list__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 899px) {
  .article-list__wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.article-single .wrapper {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (min-width: 900px) {
  .article-single .wrapper {
    padding: 0 0 0 72px;
  }
}
.article-single .keen-slider {
  display: flex;
  overflow: visible;
  position: relative;
  width: 100%;
}
.article-single .keen-slider::after {
  content: "";
  position: absolute;
  top: 0;
  left: -102%;
  width: 100%;
  height: 100%;
  background: hsl(206, 100%, 99%);
}
.article-single .keen-slider img {
  max-height: 340px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.article-single .navigation-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: hsl(36, 100%, 48%);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 250ms ease-in-out;
}
.article-single .navigation-button.disabled {
  background: hsla(36, 100%, 48%, 0.4);
  cursor: default;
}
.article-single .navigation-button.disabled:hover {
  background: hsla(36, 100%, 48%, 0.4);
}
.article-single .navigation-button svg {
  width: 20px;
  height: 20px;
  fill: hsl(0, 0%, 100%);
}
.article-single .gallery-prev {
  left: -20px;
}
.article-single .gallery-prev:hover {
  background: hsl(0, 0%, 0%);
}
.article-single .gallery-next {
  right: -20px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .article-single .gallery-next {
    right: -10px;
  }
}
.article-single .gallery-next:hover {
  background: hsl(0, 0%, 0%);
}

.article-single__image img {
  width: 100%;
  max-height: 440px;
  border-radius: 4px;
  object-fit: cover;
}

.article-single__body {
  display: flex;
  flex-direction: column;
  gap: 64px;
}