/**
 * Settings.
 */
/**
 * Settings.
 */
/**
 * Font family map.
 */
/**
 * Font size map.
 */
/**
 * Line height 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';
@import '../../node_modules/photoswipe/dist/photoswipe.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;
}

/**
 * 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(237, 13%, 33%);
  font-family: "Inter";
  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;
  font-family: "Playfair Display";
  line-height: 24px;
  max-height: fit-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 32px;
  border-radius: 100px;
  text-decoration: none;
  transition: all 250ms ease-in-out;
  letter-spacing: 0.16px;
  cursor: pointer;
}
.button svg {
  width: 7px;
  height: 12px;
  transition: all 250ms ease-in-out;
}
.button span {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
}
.button svg:first-child {
  transform-origin: center left;
  margin-left: 0;
  width: 0;
  scale: 0;
}
.button svg:last-child {
  transform-origin: center right;
  margin-right: 8px;
  width: 7px;
  scale: 1;
}
.button:hover svg:first-child {
  width: 7px;
  scale: 1;
  margin-left: 8px;
}
.button:hover svg:last-child {
  width: 0;
  scale: 0;
  margin-right: 0;
}

/**
 * Button (primary).
 */
.button--primary {
  background-color: hsl(217, 44%, 23%);
  color: hsl(0, 0%, 100%);
}
.button--primary svg path {
  stroke: hsl(0, 0%, 100%);
}

/**
 * Button (secondary).
 */
.button--secondary {
  background-color: hsl(208, 25%, 80%);
  color: hsl(217, 44%, 23%);
}
.button--secondary svg path {
  stroke: hsl(217, 44%, 23%);
}

/**
 * Every conceivable HTML element within a `.cms-output` wrapper.
 *
 * 1. Exclude last childs.
 */
.cms-output {
  font-family: "Inter";
  font-weight: 300;
}
.cms-output p:not(:last-child) {
  margin-bottom: 2em;
}
.cms-output h2,
.cms-output h3,
.cms-output h4 {
  margin-bottom: 30px;
}
.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;
  list-style-type: disc;
}
.cms-output ul li::marker,
.cms-output ol li::marker {
  color: currentColor;
}
.cms-output ol {
  list-style-type: decimal;
}
.cms-output strong {
  font-weight: bold;
}
.cms-output a {
  text-decoration: underline;
  color: hsl(0, 100%, 50%);
  transition: all 250ms ease;
}
.cms-output a:hover {
  color: hsl(0, 100%, 50%);
}
.cms-output blockquote {
  position: relative;
  padding: 40px 45px 20px 45px;
  color: hsl(0, 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(0, 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 {
  position: relative;
  min-height: 100vh;
  overflow: clip;
}

/**
 * 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;
}

.ginput_container 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%);
}
.ginput_container select:focus,
input:focus,
textarea:focus {
  background-color: hsl(0, 0%, 100%);
}

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

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

#ui-datepicker-div {
  background: #fff;
  width: 100%;
  max-width: 300px;
  padding: 20px;
  border-radius: 8px;
}
#ui-datepicker-div .ui-state-default {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ui-datepicker td a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.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(0, 100%, 50%);
  background-color: hsl(0, 100%, 50%);
}
.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: hsl(0, 100%, 50%);
  color: hsl(0, 100%, 50%);
}
.validation_error > svg {
  position: absolute;
  top: calc(50% - 15px);
  left: 30px;
  width: 31px;
  height: 30px;
  color: hsl(0, 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(0, 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: "Playfair Display";
  color: hsl(180, 1%, 18%);
}
h1.is-white,
h2.is-white,
h3.is-white,
h4.is-white {
  color: hsl(0, 0%, 100%);
}

/**
  * Heading 1.
*/
h1,
.heading-1 {
  font-size: 64px;
  line-height: 1.2em;
  font-weight: 600;
}
@media only screen and (max-width: 899px) {
  h1,
  .heading-1 {
    font-size: 48px;
    line-height: 1.2em;
  }
}

/**
 * Heading 2.
 */
h2,
.heading-2 {
  font-size: 56px;
  line-height: 1.2em;
}
@media only screen and (max-width: 899px) {
  h2,
  .heading-2 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

/**
 * Heading 3.
 */
h3,
.heading-3 {
  font-size: 48px;
  line-height: 1.2em;
}
@media only screen and (max-width: 899px) {
  h3,
  .heading-3 {
    font-size: 32px;
    line-height: 1.2em;
  }
}

/**
* Heading 3.
*/
h4 {
  font-size: 32px;
  line-height: 48px;
}
@media only screen and (max-width: 899px) {
  h4 {
    font-size: 24px;
    line-height: 32px;
  }
}

/**
* Heading 3.
*/
h5 {
  font-size: 24px;
  line-height: 40px;
}
@media only screen and (max-width: 899px) {
  h5 {
    font-size: 20px;
    line-height: 32px;
  }
}

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

.has-lazy-load {
  position: relative;
  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-top: 64px;
  border-radius: 32px;
  padding: 8px;
  max-width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .pagination {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 599px) {
  .pagination {
    margin-top: 64px;
  }
}
.pagination .page-numbers {
  max-width: 44px;
  min-width: 44px;
  aspect-ratio: 1;
  font-size: 16px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  transition: all 250ms ease-in-out;
  background-color: hsl(237, 13%, 33%);
  color: hsl(0, 0%, 100%);
  border-radius: 100px;
  padding: 8px 17px;
  font-weight: 300;
  opacity: 0.16;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  opacity: 1;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  display: none;
}

/**
 * Wrapper (default)
 */
.wrapper {
  max-width: calc(1512px + 240px);
  padding: 0 120px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper {
    max-width: calc(1133px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper {
    max-width: calc(900px + 80px);
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper {
    max-width: calc(600px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
 * Wrapper (small)
 */
.wrapper--small {
  max-width: calc(920px + 240px);
  padding: 0 120px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrapper--small {
    max-width: calc(920px + 128px);
    padding: 0 64px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .wrapper--small {
    max-width: calc(900px + 192px);
    padding: 0 96px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 599px) {
  .wrapper--small {
    max-width: calc(600px + 48px);
    padding: 0 24px;
    width: 100%;
    margin: 0 auto;
  }
}

/**
* Self hosted google webfonts.
* https://gwfh.mranftl.com/fonts
**/
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-display-v37-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/playfair-display-v37-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/playfair-display-v37-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-display-v37-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-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: "Playfair Display";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/playfair-display-v37-latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* playfair-display-900 - 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: "Playfair Display";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/playfair-display-v37-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v18-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-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: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v18-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:not(.service-select).background--beige {
  background-color: hsl(30, 40%, 96%);
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  :not(.service-select).background--beige {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  :not(.service-select).background--beige {
    padding-block: 64px;
  }
}
:not(.service-select).background--blue {
  background-color: hsl(207, 27%, 92%);
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  :not(.service-select).background--blue {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  :not(.service-select).background--blue {
    padding-block: 64px;
  }
}
:not(.service-select).background--disabled {
  padding-block: 120px;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 1199px) {
  :not(.service-select).background--disabled {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  :not(.service-select).background--disabled {
    padding-block: 64px;
  }
}

/**
 * Components.
 */
body.is-active .navigation-mobile::after {
  opacity: 1;
  left: -24px;
}

.navigation-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 200vh;
  width: 100%;
  height: calc(100% - 100px);
  margin-top: 100px;
  margin-left: 16px;
  transition: all 500ms ease;
  opacity: 0;
  z-index: 995;
  overflow: visible;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 1199px) {
  .navigation-mobile {
    height: calc(100% - 32px);
    margin-top: 16px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .navigation-mobile {
    height: calc(100% - 16px);
    margin-left: 24px;
  }
}
.navigation-mobile::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: calc(100vh + 24px);
  top: -24px;
  left: 100vh;
  z-index: -1;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: all 300ms ease-in-out 100ms;
}
.navigation-mobile.is-active {
  left: 0;
  opacity: 1;
}
.navigation-mobile::-webkit-scrollbar {
  display: none;
}
.navigation-mobile .wrapper {
  height: 100%;
  background: hsl(0, 0%, 100%);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 40px;
  overflow-y: scroll;
  box-shadow: 5px 4px 45px 0 hsla(36, 4%, 26%, 0.12);
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .wrapper {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}
.navigation-mobile .wrapper a.button {
  margin-top: 40px;
  display: none;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .wrapper a.button {
    display: inline-flex;
  }
}
.navigation-mobile .wrapper ul {
  padding-top: 12vh;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.navigation-mobile .wrapper ul li a {
  font-size: 24px;
  color: hsl(180, 1%, 18%);
}
.navigation-mobile .wrapper ul a {
  position: relative;
  font-family: "Playfair Display";
  color: hsl(180, 1%, 18%);
  display: inline-block;
  width: fit-content;
  cursor: pointer;
}
.navigation-mobile .wrapper ul a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 250ms ease-in-out;
}
.navigation-mobile .wrapper ul a:hover::before {
  width: 100%;
}
.navigation-mobile .wrapper ul li.current-menu-item a::before,
.navigation-mobile .wrapper ul li.current_page_ancestor a::before,
.navigation-mobile .wrapper ul li.current_page_item a::before {
  width: 100%;
}
.navigation-mobile .wrapper::before {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 40px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: hsl(0, 0%, 100%);
  z-index: -1;
  pointer-events: none;
}
@media only screen and (max-width: 599px) {
  .navigation-mobile .wrapper::before {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
  }
}

/**
 * Main menu.
 */
.navigation-mobile__main {
  padding: 10px 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(180, 1%, 18%);
  font-family: "Playfair Display";
}
.navigation-mobile__main > li.is-active > a {
  color: hsl(180, 1%, 18%);
  font-family: "Playfair Display";
}
.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: 22px 0 0 0;
  color: hsl(180, 1%, 18%);
  font-family: "Playfair Display";
}
.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;
}

header.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  padding-top: 32px;
}
@media only screen and (max-width: 1199px) {
  header.header {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 599px) {
  header.header {
    padding-top: 0;
  }
}
header.header .wrapper {
  justify-content: space-between;
  margin-left: 70px;
  padding-left: 48px;
  padding-right: 190px;
  padding-block: 7px;
  background-color: hsl(0, 0%, 100%);
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  position: relative;
}
@media screen and (min-width: 3700px) {
  header.header .wrapper {
    justify-content: flex-start;
    margin-inline: auto 0;
    max-width: 70%;
    gap: 200px;
  }
}
@media screen and (min-width: 2200px) and (max-width: 3700px) {
  header.header .wrapper {
    margin-inline: auto 0;
    max-width: 84%;
    gap: 200px;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 1824px) and (max-width: 2199px) {
  header.header .wrapper {
    margin-inline: auto 0;
    max-width: 1864px;
  }
}
@media only screen and (max-width: 1199px) {
  header.header .wrapper {
    padding-right: 80px;
    padding-left: 64px;
    margin-left: 16px;
  }
}
@media only screen and (max-width: 899px) {
  header.header .wrapper {
    padding-right: 48px;
    padding-left: 32px;
  }
}
@media only screen and (max-width: 599px) {
  header.header .wrapper {
    padding-right: 40px;
    padding-left: 24px;
    margin-left: 24px;
  }
}
header.header .wrapper::before {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: hsl(0, 0%, 100%);
  z-index: -1;
  box-shadow: 5px 4px 45px 0 hsla(36, 4%, 26%, 0.12);
  transition: opacity 250ms ease-in-out 100ms;
}

body.is-active header.header .wrapper::before {
  opacity: 0;
}

.header__logo {
  max-width: 15%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .header__logo {
    max-width: 25%;
  }
}
@media only screen and (min-width: 600px) {
  .header__logo {
    padding-bottom: 8px;
  }
}
@media only screen and (max-width: 599px) {
  .header__logo {
    max-width: 50%;
  }
}
.header__logo img {
  max-width: 195px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 599px) {
  .header__logo img {
    max-width: 140px;
    padding-bottom: 8px;
  }
}

.header__menu {
  max-width: 85%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
@media screen and (min-width: 2100px) {
  .header__menu {
    justify-content: flex-start;
    max-width: 1000px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1309px) {
  .header__menu {
    gap: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu {
    max-width: 75%;
  }
}
@media only screen and (max-width: 599px) {
  .header__menu {
    max-width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .header__menu a.button {
    display: none;
  }
}
.header__menu .menu-main-container {
  display: flex;
}
.header__menu .menu-main-container ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width: 1200px) and (max-width: 1289px) {
  .header__menu .menu-main-container ul {
    gap: 16px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu .menu-main-container ul {
    display: none;
  }
}
.header__menu .menu-main-container a {
  position: relative;
  font-family: "Playfair Display";
  color: hsl(180, 1%, 18%);
  display: inline-block;
  width: fit-content;
  cursor: pointer;
}
.header__menu .menu-main-container a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 250ms ease-in-out;
}
.header__menu .menu-main-container a:hover::before {
  width: 100%;
}
.header__menu .menu-main-container li.current-menu-item a::before,
.header__menu .menu-main-container li.current_page_ancestor a::before,
.header__menu .menu-main-container li.current_page_item a::before {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .header__menu .header__menu-button {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu .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(0, 0%, 100%);
  }
}
@media only screen and (max-width: 1199px) and (max-width: 599px) {
  .header__menu .header__menu-button {
    max-width: 36px;
    gap: 4px;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu .header__menu-button.is-active span:first-child {
    rotate: 45deg;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 599px) {
  .header__menu .header__menu-button.is-active span:first-child {
    translate: 0 3px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu .header__menu-button.is-active span:nth-child(2) {
    display: none;
  }
  .header__menu .header__menu-button.is-active span:last-child {
    rotate: -45deg;
    translate: 0 -3px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 599px) {
  .header__menu .header__menu-button.is-active span:last-child {
    translate: 0 -2px;
  }
}
@media only screen and (max-width: 1199px) {
  .header__menu .header__menu-button span {
    width: 100%;
    content: "";
    height: 1px;
    background-color: hsl(217, 44%, 23%);
    border-radius: 4px;
    transition: all 300ms ease-in-out;
  }
}

@keyframes upDown {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-5px);
  }
}
.content-header {
  position: relative;
  overflow-x: clip;
}
.content-header .wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  padding-block: 72px;
}
@media screen and (min-width: 1800px) {
  .content-header .wrapper {
    gap: 160px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header .wrapper {
    flex-direction: column;
    padding-block: 80px 40px;
    gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header .wrapper {
    padding-block: 48px;
    gap: 32px;
  }
}
.content-header #path {
  fill: #D2DBE5;
  fill-opacity: 0;
  stroke: #D2DBE5;
  stroke-width: 2;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.content-header .content-header__svg {
  position: absolute;
  bottom: -20%;
  left: calc((100vw - 95%) / 2);
  z-index: -1;
  rotate: 3deg;
  pointer-events: none;
  opacity: 0.32;
}
@media screen and (min-width: 2100px) {
  .content-header .content-header__svg {
    left: calc((100vw - 65%) / 2);
  }
}
@media only screen and (max-width: 899px) {
  .content-header .content-header__svg {
    bottom: 25%;
    left: -20%;
  }
}
@media only screen and (max-width: 599px) {
  .content-header .content-header__svg {
    bottom: 10%;
    left: 0%;
  }
  .content-header .content-header__svg svg {
    max-width: 100%;
    max-height: 100%;
  }
}

.content-header::before {
  position: absolute;
  content: "";
  background-color: hsl(207, 27%, 92%);
  border-top-right-radius: 600px;
  width: 100%;
  height: calc(100% + 130px);
  top: -130px;
  pointer-events: none;
  z-index: -1;
}
@media only screen and (max-width: 899px) {
  .content-header::before {
    border-top-right-radius: 160px;
  }
}

.content-header__body {
  max-width: 480px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .content-header__body {
    max-width: 100%;
  }
}
.content-header__body .links {
  margin-top: 64px;
}
@media only screen and (max-width: 899px) {
  .content-header__body .links {
    margin-top: 40px;
  }
}

.content-header__media {
  max-width: 522px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .content-header__media {
    padding-right: 80px;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__media {
    gap: 40px;
    max-width: 100%;
  }
}

.content-header__image {
  width: 100%;
  height: 100%;
}
.content-header__image.portrait {
  display: none;
}
.content-header__image.full-height.portrait {
  display: none;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-header__image.full-height.portrait {
    margin-top: 40px;
    display: block;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-header__image.full-height.default {
    display: none;
  }
}
.content-header__image.full-height img {
  width: 100%;
  height: 100%;
  aspect-ratio: 520/420;
  max-height: 420px;
  object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .content-header__image.full-height img {
    max-height: 340px;
    aspect-ratio: 480/340;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__image.full-height img {
    aspect-ratio: 664/400;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__image.full-height img {
    max-height: 328px;
    aspect-ratio: 328/344;
  }
}
.content-header__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 520/334;
  max-height: 344px;
  object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 1199px) {
  .content-header__image img {
    max-height: 340px;
    aspect-ratio: 480/340;
  }
}
@media only screen and (max-width: 899px) {
  .content-header__image img {
    aspect-ratio: 664/678;
    max-height: 678px;
  }
}
@media only screen and (max-width: 599px) {
  .content-header__image img {
    max-height: 328px;
    aspect-ratio: 328/344;
  }
}

.content-header__editor > * {
  font-size: 20px;
  color: hsl(237, 13%, 33%);
}

.content-header__editor--toggled {
  margin-top: 64px;
}
@media only screen and (max-width: 899px) {
  .content-header__editor--toggled {
    margin-top: 40px;
  }
}

.content-header__subtitle {
  margin-top: 24px;
  color: hsl(209, 11%, 55%);
  font-size: 40px;
  line-height: 1.1;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 1199px) {
  .content-header__subtitle {
    font-size: 32px;
  }
}

.content-header__scroll {
  margin-top: 96px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  color: hsl(217, 44%, 23%);
  font-weight: 300;
}
.content-header__scroll svg {
  animation: upDown 3s ease-in-out infinite;
}

@media only screen and (max-width: 899px) {
  .content-header__scroll.big-screen {
    display: none;
  }
}

.content-header__scroll.small-screen {
  display: none;
  margin-top: 0;
}
@media only screen and (max-width: 899px) {
  .content-header__scroll.small-screen {
    display: flex;
  }
}

.content-header__tags {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
@media only screen and (max-width: 899px) {
  .content-header__tags {
    padding-bottom: 32px;
  }
}
.content-header__tags span {
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  max-width: fit-content;
  line-height: normal;
  border: 1px solid hsl(217, 44%, 23%);
  font-size: 14px;
  font-family: "Playfair Display";
  letter-spacing: 0.12px;
}

.footer {
  position: relative;
  min-height: 450px;
  overflow-x: hidden;
}
.footer .wrapper:first-child {
  background-color: hsl(207, 27%, 92%);
  min-height: 100%;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .wrapper:nth-child(2) {
  background-color: hsl(208, 25%, 80%);
  background-image: url("../images/bakx-lusje.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 110% -120px;
  box-shadow: 0 4px 40px 24px hsla(217, 44%, 23%, 0.24);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  position: relative;
  height: 100%;
  margin-top: 450px;
  z-index: 1;
}
@media screen and (min-width: 1824px) {
  .footer .wrapper:nth-child(2) {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .wrapper:nth-child(2) {
    background-size: 53%;
  }
}
@media only screen and (max-width: 899px) {
  .footer .wrapper:nth-child(2) {
    height: 100%;
    min-height: 100vh;
    background-size: 60%;
    background-position: 116% 100%;
    margin-top: 175px;
  }
}
.footer .wrapper:nth-child(2) .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-block: 40px 64px;
}
@media screen and (min-width: 1824px) {
  .footer .wrapper:nth-child(2) .container {
    max-width: 1752px;
    padding: 0 120px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 899px) {
  .footer .wrapper:nth-child(2) .container {
    flex-direction: column;
    flex-wrap: unset;
    height: auto;
    min-height: unset;
    padding-block: 60px 40px;
  }
}

.footer__background {
  display: flex;
  flex-direction: column;
  position: relative;
  will-change: transform;
}
.footer__background span {
  color: hsl(217, 44%, 23%);
  font-family: "Playfair Display";
  font-weight: 700;
  line-height: 1.2em;
  text-align: center;
}
.footer__background span:first-child {
  font-size: clamp(60px, 12vw, 216px);
  letter-spacing: clamp(4px, 0.5vw, 8px);
}
.footer__background span:last-child {
  font-size: clamp(34px, 10vw, 160px);
}

.footer__column {
  width: 100%;
}
.footer__column strong {
  font-size: 24px;
  font-weight: 500;
}
.footer__column:nth-child(1) {
  max-width: 33%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 899px) {
  .footer__column:nth-child(1) {
    max-width: 100%;
  }
}
.footer__column:nth-child(2) {
  max-width: 33%;
  padding-top: 48px;
  font-family: "Playfair Display";
}
@media only screen and (max-width: 899px) {
  .footer__column:nth-child(2) {
    max-width: 100%;
    padding-top: 0;
    margin-bottom: 24px;
  }
}
.footer__column:nth-child(3) {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-family: "Inter";
  font-weight: 300;
  padding-block: 80px 0;
}
@media only screen and (max-width: 899px) {
  .footer__column:nth-child(3) {
    padding-block: 64px 0;
  }
}
@media only screen and (max-width: 599px) {
  .footer__column:nth-child(3) {
    flex-direction: column;
    gap: 32px;
    padding-bottom: 0;
    align-items: baseline;
  }
}

.footer__logo {
  padding-bottom: 24px;
}

.footer__address,
.footer__address span {
  display: flex;
  flex-direction: column;
}

.footer__contact,
.footer__contact span {
  display: flex;
  flex-direction: column;
}

.footer__sitemap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.footer__sitemap li a {
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.footer__social {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.footer__social a svg {
  width: 21px;
  height: 21px;
}

@media only screen and (max-width: 599px) {
  .footer__legal-links {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 599px) {
  .footer__scroll {
    margin-top: 16px;
  }
}

.footer__sitemap a {
  position: relative;
  color: hsl(180, 1%, 18%);
  display: inline-block;
  width: fit-content;
  cursor: pointer;
}
.footer__sitemap a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 250ms ease-in-out;
}
.footer__sitemap a:hover::before {
  width: 100%;
}

.footer__column.sitemap--portrait {
  display: none;
}
@media only screen and (max-width: 899px) {
  .footer__column.sitemap--portrait {
    display: block;
  }
}
.footer__column.sitemap--portrait .footer__sitemap {
  gap: 32px;
}

@media only screen and (max-width: 899px) {
  .footer__column.sitemap--desktop {
    display: none;
  }
}

.text-image .wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  align-items: center;
}
@media only screen and (max-width: 899px) {
  .text-image .wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image .wrapper {
    flex-direction: column;
    gap: 64px;
  }
}

.text-image__body {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .text-image__body {
    max-width: 100%;
  }
}

.text-image__image {
  max-width: 50%;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .text-image__image {
    max-width: 100%;
  }
}
.text-image__image img {
  aspect-ratio: 525/600;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
@media only screen and (max-width: 899px) {
  .text-image__image img {
    aspect-ratio: 664/678;
  }
}
@media only screen and (max-width: 599px) {
  .text-image__image img {
    aspect-ratio: 328/400;
  }
}

.text-image__title {
  text-wrap-style: balance;
}

.text-image__editor {
  padding-top: 56px;
  text-wrap-style: balance;
}
@media only screen and (max-width: 899px) {
  .text-image__editor {
    padding-top: 40px;
  }
}

.text-image .links {
  padding-top: 72px;
}
@media only screen and (max-width: 899px) {
  .text-image .links {
    padding-top: 64px;
  }
}

.text-image--left .wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 899px) {
  .text-image--left .wrapper {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
@media only screen and (max-width: 599px) {
  .text-image--left .wrapper {
    flex-direction: column;
    gap: 64px;
  }
}

.text-image:not(.has-image) .text-image__body {
  max-width: 457px;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .text-image:not(.has-image) .text-image__body {
    max-width: 100%;
  }
}
.text-image:not(.has-image) .text-image__image {
  max-width: 60%;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .text-image:not(.has-image) .text-image__image {
    max-width: 100%;
  }
}

.faq .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .faq .wrapper {
    flex-direction: column;
    gap: 56px;
  }
}
@media only screen and (max-width: 899px) {
  .faq .wrapper {
    gap: 40px;
  }
}
@media only screen and (max-width: 599px) {
  .faq .wrapper {
    gap: 56px;
  }
}

.faq__body {
  max-width: 520px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media only screen and (max-width: 1199px) {
  .faq__body {
    max-width: 100%;
  }
}

.faq__questions {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 1199px) {
  .faq__questions {
    max-width: 100%;
  }
}

.faq__item-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  padding-bottom: 16px;
}

.faq__item {
  border-bottom: 1px solid hsla(0, 0%, 37%, 0.1);
}

.faq__item-question {
  font-family: "Playfair Display";
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
  color: hsl(180, 1%, 18%);
}

.faq__item-answer {
  font-weight: 300;
  padding-block: 8px 24px;
}

.faq__item-head.is-active .faq__item-icons::after {
  rotate: 180deg;
}

.faq__item-icons {
  position: relative;
  width: 21px;
  height: 21px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq__item-icons::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background-color: hsl(217, 44%, 23%);
}
.faq__item-icons::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background-color: hsl(217, 44%, 23%);
  rotate: 90deg;
  transition: rotate 250ms ease-in-out;
}

.workflow .wrapper {
  display: flex;
  flex-direction: column;
  gap: 168px;
}
@media only screen and (max-width: 1199px) {
  .workflow .wrapper {
    gap: 104px;
  }
}

.workflow__head {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1199px) {
  .workflow__head {
    max-width: 100%;
    gap: 32px;
  }
}

.workflow__body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 1199px) {
  .workflow__body {
    flex-direction: column;
  }
}
.workflow__body .text-image__image {
  aspect-ratio: 520/600;
  max-width: 520px;
  width: 100%;
  max-height: 600px;
  height: 100%;
  position: sticky;
  top: 140px;
}
@media only screen and (max-width: 1199px) {
  .workflow__body .text-image__image {
    max-width: 100%;
    aspect-ratio: 1008/600;
    position: relative;
    top: unset;
  }
}
@media only screen and (max-width: 899px) {
  .workflow__body .text-image__image {
    aspect-ratio: 664/678;
  }
}
.workflow__body .text-image__image img {
  aspect-ratio: 520/600;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1199px) {
  .workflow__body .text-image__image img {
    aspect-ratio: 1008/600;
  }
}
@media only screen and (max-width: 899px) {
  .workflow__body .text-image__image img {
    aspect-ratio: 664/678;
  }
}
.workflow__body .workflow__steps {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .workflow__body .workflow__steps {
    gap: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .workflow__body .workflow__steps {
    max-width: 100%;
  }
}

.workflow__steps-wrapper {
  position: sticky;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
@media only screen and (max-width: 1199px) {
  .workflow__steps-wrapper {
    top: 40px;
    height: auto;
    min-height: 300px;
  }
}
@media only screen and (max-width: 899px) {
  .workflow__steps-wrapper {
    max-height: 100%;
    min-height: 400px;
  }
}

.workflow__step-count {
  position: relative;
  font-family: "ivypresto-display", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 56px;
  line-height: 1.2em;
  margin-bottom: 24px;
}
.workflow__step-count::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  background-image: url("../images/circle-icon.svg");
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-width: 110px;
  max-height: 68px;
  background-size: 20%;
}
@media only screen and (min-width: 1200px) {
  .workflow__step-count::before {
    left: -30px;
    background-size: contain;
  }
}
@media only screen and (max-width: 1199px) {
  .workflow__step-count::before {
    background-size: contain;
    left: -30px;
  }
}

.workflow__step {
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
@media only screen and (max-width: 899px) {
  .workflow__step {
    padding-left: 40px;
  }
}
.workflow__step.is-active {
  opacity: 1;
}

.workflow__step-title {
  margin-bottom: 48px;
}

.content-form {
  position: relative;
}
.content-form::before {
  position: absolute;
  content: "";
  top: 148px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/bakx-lus-sand.svg");
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 800px;
  max-height: 795px;
}
.content-form .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 128px;
}
@media only screen and (max-width: 1199px) {
  .content-form .wrapper {
    flex-direction: column-reverse;
    gap: 64px;
  }
}
.content-form .gfield {
  margin-bottom: 0;
}
.content-form .gfield--type-choice .gfield_label {
  font-weight: 700;
}
.content-form .gfield_required,
.content-form .gform_required_legend {
  display: none;
}
.content-form .gform_wrapper ::placeholder,
.content-form .gform_wrapper ::-webkit-input-placeholder {
  color: hsl(217, 44%, 23%);
  opacity: 24%;
}
.content-form .ginput_container input {
  border: 0.4px solid #BFBFBF;
  padding: 14px 16px;
  color: hsl(217, 44%, 23%);
  max-height: 56px;
  height: 100%;
  line-height: normal;
  border-radius: 8px;
  transition: border-color 250ms ease-in-out;
}
.content-form .ginput_container input:focus {
  border-color: hsl(217, 44%, 23%);
}
.content-form .gfield_radio .gchoice {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.content-form .gfield_radio .gchoice input {
  max-width: 24px;
  max-height: 24px;
  aspect-ratio: 1;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  padding: 0;
}
.content-form .gfield_radio .gchoice label {
  margin: 0;
  font-weight: 300;
}
.content-form input[type=radio]:checked, .content-form input[type=checkbox]:checked {
  background-color: hsl(217, 44%, 23%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
}
.content-form legend {
  color: hsl(180, 1%, 18%);
  margin-bottom: 32px;
}
.content-form .ginput_container_fileupload {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.content-form .ginput_container_fileupload input {
  max-width: fit-content;
  background-color: transparent;
  padding: 0;
}
.content-form .ginput_container textarea {
  border: 0.4px solid #BFBFBF;
  padding: 14px 16px;
  color: hsl(217, 44%, 23%);
  line-height: normal;
  border-radius: 8px;
  transition: border-color 250ms ease-in-out;
}
.content-form .ginput_container textarea:focus {
  border-color: hsl(217, 44%, 23%);
}
.content-form .ginput_container_select {
  border: 0.4px solid #BFBFBF;
  padding: 14px 16px;
  color: hsl(217, 44%, 23%);
  max-height: 64px;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-color: hsl(0, 0%, 100%);
  transition: border-color 250ms ease-in-out;
}
.content-form .ginput_container_select select {
  max-height: 64px;
  height: 100%;
  margin: -8px;
  line-height: normal;
}
.content-form .ginput_container_select svg {
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.content-form .ginput_container_select:focus {
  border-color: hsl(217, 44%, 23%);
}
.content-form .gform-footer {
  display: none;
}
.content-form label {
  font-family: "Inter";
  font-size: 16px;
  margin-left: 0;
  margin-block: 32px 8px;
}
.content-form .validation_message {
  color: hsl(0, 100%, 50%);
  background-color: transparent;
  display: none;
}
.content-form .gfield_error label {
  color: hsl(0, 100%, 50%);
}
.content-form .gform_confirmation_message {
  color: hsl(217, 44%, 23%);
  background-color: transparent;
  position: absolute;
  font-family: "Inter";
  font-size: 16px;
  line-height: normal;
}
.content-form .gform_fileupload_rules {
  display: none;
}
.content-form .gfield--input-type-fileupload {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 24px;
}
.content-form .gfield--input-type-fileupload label {
  margin: 0;
  font-family: "Inter";
  font-weight: 300;
}
.content-form .gfield--input-type-fileupload .gfield_validation_message {
  display: none;
}
.content-form .gfield--input-type-fileupload .bakx-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(0, 0%, 100%);
  background-color: hsl(0, 0%, 37%);
  font-family: "Playfair Display";
  font-weight: 400;
  border-radius: 27px;
  padding: 16px 24px;
  height: 40px;
  cursor: pointer;
}

.content-form__form {
  margin-top: 64px;
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .content-form__form {
    margin-top: 40px;
  }
}

.content-form__button-wrapper a.button {
  margin-top: 32px;
}

.content-form__head {
  max-width: 440px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-form__head {
    max-width: 100%;
  }
}

.content-form__body {
  max-width: 622px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .content-form__body {
    max-width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .content-form__body {
    display: none;
  }
}

.content-form__contact {
  width: 100%;
  background-color: hsl(207, 27%, 92%);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .content-form__contact {
    display: none;
  }
}
.content-form__contact-column {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.content-form__contact-column span a {
  display: flex;
  flex-direction: row;
}

.content-form__editor {
  margin-top: 24px;
}

.content-form__image {
  margin-top: 56px;
}
.content-form__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 624/632;
  border-radius: 16px;
}
@media only screen and (max-width: 1199px) {
  .content-form__image img {
    aspect-ratio: 1008/880;
  }
}
@media only screen and (max-width: 899px) {
  .content-form__image img {
    aspect-ratio: 664/632;
  }
}
@media only screen and (max-width: 599px) {
  .content-form__image img {
    aspect-ratio: 328/400;
  }
}
.content-form__image.landscape {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .content-form__image.landscape {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .content-form__image.desktop {
    display: none;
  }
}

.content-default h2 {
  font-size: 40px;
  margin-bottom: 56px;
}
.content-default__editor img {
  aspect-ratio: 874/560;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

/**
 * Member.
 */
.member-select {
  padding-block: 80px 188px;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 1199px) {
  .member-select {
    padding-block: 0 104px;
  }
}
@media only screen and (max-width: 899px) {
  .member-select {
    padding-block: 0 64px;
  }
}
.member-select .member-select__wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
  position: relative;
  overflow-x: clip;
}
@media only screen and (max-width: 1199px) {
  .member-select .member-select__wrap {
    gap: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .member-select .member-select__wrap {
    gap: 0;
  }
}
.member-select .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  z-index: 1;
  margin-inline: auto;
}
@media only screen and (max-width: 899px) {
  .member-select .dots {
    margin-top: 64px;
  }
}
.member-select .dot {
  border: none;
  width: 40px;
  height: 8px;
  background: hsl(209, 11%, 55%);
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.member-select .dot.active {
  background: hsl(217, 44%, 23%);
}

.member-item {
  max-width: 33%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .member-item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 899px) {
  .member-item {
    max-width: 100%;
  }
}
.member-item a {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .member-item a {
    gap: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .member-item a {
    gap: 32px;
  }
}

.member-item__body {
  background-color: hsl(30, 40%, 96%);
  padding: 64px 32px;
  border-radius: 24px;
}
@media only screen and (max-width: 899px) {
  .member-item__body {
    padding: 40px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .member-item__body {
    padding: 32px;
  }
}

.member-item__image img {
  aspect-ratio: 400/416;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .member-item__image img {
    aspect-ratio: 488/408;
  }
}
@media only screen and (max-width: 899px) {
  .member-item__image img {
    aspect-ratio: 664/584;
  }
}
@media only screen and (max-width: 599px) {
  .member-item__image img {
    aspect-ratio: 328/344;
  }
}

.member-item__title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Playfair Display";
  text-wrap-style: balance;
  max-width: 90%;
}
@media only screen and (max-width: 899px) {
  .member-item__title {
    max-width: 45%;
  }
}
@media only screen and (max-width: 599px) {
  .member-item__title {
    max-width: 75%;
  }
}

.member-item__teaser {
  padding-block: 24px 32px;
  font-family: "Inter";
  font-weight: 300;
}

.member-item__more {
  background-color: hsl(0, 0%, 37%);
  color: hsl(0, 0%, 100%);
}
.member-item__more svg path {
  stroke: hsl(0, 0%, 100%);
}

.member-item:nth-child(1) {
  padding-top: 32px;
}
@media only screen and (max-width: 899px) {
  .member-item:nth-child(1) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 899px) {
  .member-item:nth-child(2) {
    display: none;
  }
}
.member-item:nth-child(2) a {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
  .member-item:nth-child(2) a {
    gap: 32px;
  }
}
.member-item:nth-child(2) .member-item__body {
  background-color: hsl(207, 27%, 92%);
}
.member-item:nth-child(2) .member-item__more {
  background-color: hsl(209, 11%, 55%);
  color: hsl(0, 0%, 100%);
}
.member-item:nth-child(2) .member-item__more svg path {
  stroke: hsl(0, 0%, 100%);
}
.member-item:nth-child(2) .member-item__image img {
  aspect-ratio: 400/576;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .member-item:nth-child(2) .member-item__image img {
    aspect-ratio: 472/408;
  }
}

.member-item:nth-child(3) {
  padding-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .member-item:nth-child(3) {
    display: none;
  }
}
.member-item:nth-child(3) .member-item__image img {
  aspect-ratio: 400/352;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/**
 * Partner.
 */
.partner-select {
  padding-block: 80px 120px;
  background-color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 1199px) {
  .partner-select {
    padding-block: 0 104px;
  }
}
@media only screen and (max-width: 899px) {
  .partner-select {
    padding-block: 0 64px;
  }
}
.partner-select .partner-select__wrap {
  display: flex;
  flex-direction: row;
  gap: 24px;
  position: relative;
  overflow-x: clip;
}
@media only screen and (max-width: 1199px) {
  .partner-select .partner-select__wrap {
    gap: 48px;
  }
}
@media only screen and (max-width: 899px) {
  .partner-select .partner-select__wrap {
    gap: 0;
  }
}
.partner-select .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  z-index: 1;
  margin-inline: auto;
}
.partner-select .dot {
  border: none;
  width: 40px;
  height: 8px;
  background: hsl(209, 11%, 55%);
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.partner-select .dot.active {
  background: hsl(217, 44%, 23%);
}

.partner-item {
  max-width: 33%;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .partner-item {
    max-width: 50%;
  }
}
@media only screen and (max-width: 899px) {
  .partner-item {
    max-width: 100%;
  }
}
.partner-item a {
  display: flex;
  flex-direction: column;
  height: auto;
  gap: 40px;
}
@media only screen and (max-width: 899px) {
  .partner-item a {
    gap: 64px;
  }
}
@media only screen and (max-width: 599px) {
  .partner-item a {
    gap: 32px;
  }
}

.partner-item__body {
  background-color: hsl(30, 40%, 96%);
  padding: 64px 32px;
  border-radius: 24px;
}
@media only screen and (max-width: 899px) {
  .partner-item__body {
    padding: 40px 32px;
  }
}
@media only screen and (max-width: 599px) {
  .partner-item__body {
    padding: 32px;
  }
}

.partner-item__image img {
  aspect-ratio: 400/416;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 416px;
}
@media only screen and (max-width: 1199px) {
  .partner-item__image img {
    aspect-ratio: 488/408;
    max-height: 408px;
  }
}
@media only screen and (max-width: 899px) {
  .partner-item__image img {
    aspect-ratio: 664/584;
    max-height: 584px;
  }
}
@media only screen and (max-width: 599px) {
  .partner-item__image img {
    aspect-ratio: 328/344;
    max-height: 344px;
  }
}

.partner-item__title {
  font-size: 32px;
  line-height: 48px;
  font-family: "Playfair Display";
  text-wrap-style: balance;
  max-width: 90%;
}
@media only screen and (max-width: 899px) {
  .partner-item__title {
    max-width: 45%;
  }
}
@media only screen and (max-width: 599px) {
  .partner-item__title {
    max-width: 75%;
  }
}

.partner-item__teaser {
  padding-block: 32px 40px;
  font-family: "Inter";
  font-weight: 300;
}

.partner-item__more {
  background-color: hsl(0, 0%, 37%);
  color: hsl(0, 0%, 100%);
}
.partner-item__more svg path {
  stroke: hsl(0, 0%, 100%);
}

.partner-item:nth-child(1) {
  padding-top: 32px;
}
@media only screen and (max-width: 899px) {
  .partner-item:nth-child(1) {
    padding-top: 0;
  }
}

@media only screen and (max-width: 899px) {
  .partner-item:nth-child(2) {
    display: none;
  }
}
.partner-item:nth-child(2) a {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 1199px) {
  .partner-item:nth-child(2) a {
    gap: 32px;
  }
}
.partner-item:nth-child(2) .partner-item__body {
  background-color: hsl(207, 27%, 92%);
}
.partner-item:nth-child(2) .partner-item__more {
  background-color: hsl(209, 11%, 55%);
  color: hsl(0, 0%, 100%);
}
.partner-item:nth-child(2) .partner-item__more svg path {
  stroke: hsl(0, 0%, 100%);
}
.partner-item:nth-child(2) .partner-item__image img {
  aspect-ratio: 400/576;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .partner-item:nth-child(2) .partner-item__image img {
    aspect-ratio: 472/408;
  }
}

.partner-item:nth-child(3) {
  padding-top: 80px;
}
@media only screen and (max-width: 1199px) {
  .partner-item:nth-child(3) {
    display: none;
  }
}
.partner-item:nth-child(3) .partner-item__image img {
  aspect-ratio: 400/352;
  border-radius: 24px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/**
 * Service.
 */
.service-select {
  padding-block: 120px 192px;
  background-color: hsl(0, 0%, 100%);
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .service-select {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .service-select {
    padding-block: 64px;
  }
}
.service-select.background--beige .wrapper {
  background-color: hsl(30, 40%, 96%);
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .service-select.background--beige .wrapper {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .service-select.background--beige .wrapper {
    padding-block: 64px;
  }
}
.service-select .wrapper {
  display: flex;
  flex-direction: row;
  gap: 104px;
}
@media only screen and (max-width: 1199px) {
  .service-select .wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 899px) {
  .service-select .wrapper {
    gap: 40px;
  }
}
.service-select .keen-slider {
  overflow-x: clip;
  width: 100%;
  position: relative;
}
.service-select .keen-slider__slide {
  min-height: 100%;
  width: 100%;
}
.service-select .slide-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 100%;
}
.service-select .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  position: absolute;
  z-index: 1;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 899px) {
  .service-select .dots {
    bottom: -64px;
  }
}
.service-select .dot {
  border: none;
  width: 40px;
  height: 8px;
  background: hsl(209, 11%, 55%);
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.service-select .dot.active {
  background: hsl(217, 44%, 23%);
}

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

.service-select__wrap {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media only screen and (max-width: 1199px) {
  .service-select__wrap {
    max-width: 100%;
    gap: 0;
  }
}

.service-select__editor {
  padding-top: 48px;
}

.service-select__image {
  max-width: 50%;
  width: 100%;
  position: absolute;
  left: -32px;
  bottom: -72px;
}
.service-select__image.mobile {
  display: none;
}
@media screen and (min-width: 1824px) {
  .service-select__image {
    left: unset;
  }
}
@media only screen and (max-width: 1199px) {
  .service-select__image {
    max-width: 100%;
    position: relative;
    left: unset;
    bottom: unset;
  }
  .service-select__image.mobile {
    display: block;
    margin-top: 84px;
  }
  .service-select__image.desktop {
    display: none;
  }
}
.service-select__image img {
  aspect-ratio: 632/696;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 24px;
}
@media only screen and (min-width: 1200px) {
  .service-select__image img {
    max-width: 668px;
  }
}
@media only screen and (max-width: 1199px) {
  .service-select__image img {
    aspect-ratio: 1008/696;
  }
}
@media only screen and (max-width: 899px) {
  .service-select__image img {
    aspect-ratio: 664/678;
  }
}
@media only screen and (max-width: 599px) {
  .service-select__image img {
    aspect-ratio: 328/400;
  }
}

.service-item {
  background-color: hsl(207, 27%, 92%);
  padding: 40px 32px;
  border-radius: 24px;
}

.service-item__title {
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 48px;
}
@media only screen and (max-width: 599px) {
  .service-item__title {
    hyphens: auto;
  }
}

.service-item__teaser {
  padding-top: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 899px) {
  .service-item__teaser {
    padding-top: 24px;
  }
}

.service-item__more {
  margin-top: 48px;
  background-color: hsl(209, 11%, 55%);
  color: hsl(0, 0%, 100%);
}
@media only screen and (max-width: 899px) {
  .service-item__more {
    margin-top: 32px;
  }
}

/**
 * Job.
 */
.job-list {
  padding-block: 120px;
}
@media only screen and (max-width: 1199px) {
  .job-list {
    padding-block: 104px;
  }
}
@media only screen and (max-width: 899px) {
  .job-list {
    padding-block: 64px;
  }
}

.job-list__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media only screen and (max-width: 899px) {
  .job-list__wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 56px;
  }
}
@media only screen and (max-width: 599px) {
  .job-list__wrap {
    gap: 32px;
  }
}

.job-list__title {
  margin-bottom: 64px;
}

.job-item {
  width: 100%;
  background-color: hsl(212, 27%, 86%);
  border-radius: 32px;
  overflow: clip;
  display: flex;
  flex-direction: column;
}
.job-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.job-item:hover .job-item__more svg:first-child {
  width: 7px;
  scale: 1;
  margin-left: 8px;
}
.job-item:hover .job-item__more svg:last-child {
  width: 0;
  scale: 0;
  margin-right: 0;
}

.job-item__more {
  background-color: hsl(217, 44%, 23%);
  color: hsl(0, 0%, 100%);
  margin-top: auto;
  max-width: fit-content;
}

.job-item__image {
  max-height: 400px;
}
.job-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.job-item__body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.job-item__title {
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 48px;
}
@media only screen and (max-width: 599px) {
  .job-item__title {
    hyphens: auto;
    text-wrap-style: balance;
  }
}

.job-item__tags {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  padding-top: 32px;
}
.job-item__tags span {
  padding: 8px 16px;
  border-radius: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  max-width: fit-content;
  line-height: normal;
  border: 1px solid hsl(217, 44%, 23%);
  font-size: 14px;
  font-family: "Playfair Display";
  letter-spacing: 0.12px;
}

.job-item__teaser {
  font-weight: 300;
  padding-block: 32px;
}

/**
 * Review.
 */
.review-select {
  padding-block: 120px 240px;
}
@media only screen and (max-width: 1199px) {
  .review-select {
    padding-block: 104px 184px;
  }
}
@media only screen and (max-width: 899px) {
  .review-select {
    padding-block: 64px 144px;
  }
}
.review-select .dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 899px) {
  .review-select .dots {
    margin-top: 64px;
  }
}
.review-select .dot {
  border: none;
  width: 40px;
  height: 8px;
  background: hsl(209, 11%, 55%);
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.review-select .dot.active {
  background: hsl(217, 44%, 23%);
}

.review-select__wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  overflow-x: clip;
}

.review-select__title {
  margin-bottom: 80px;
  max-width: 50%;
}
@media only screen and (max-width: 1199px) {
  .review-select__title {
    margin-bottom: 64px;
    max-width: 100%;
  }
}

.review-item {
  position: relative;
  aspect-ratio: 620/580;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) {
  .review-item .review-item__button {
    display: none;
  }
  .review-item:hover .review-item__hover {
    opacity: 1;
  }
  .review-item:hover::before {
    opacity: 1;
  }
  .review-item:nth-child(odd) .review-item__hover {
    background-color: hsl(207, 27%, 92%);
  }
  .review-item:nth-child(even) .review-item__hover {
    background-color: hsl(0, 0%, 100%);
  }
}
@media only screen and (max-width: 1199px) {
  .review-item {
    aspect-ratio: 1008/720;
  }
  .review-item .review-item__button {
    position: absolute;
    top: 64px;
    right: 64px;
    z-index: 1;
    background-color: hsl(217, 44%, 23%);
    border-radius: 100px;
    width: 56px;
    height: 56px;
    aspect-ratio: 1;
    transition: opacity 250ms ease-in-out;
  }
  .review-item .review-item__button.open svg {
    width: 13px;
    height: 24px;
  }
  .review-item .review-item__button.close {
    opacity: 0;
  }
  .review-item .review-item__hover {
    max-width: 100%;
    height: 100%;
    padding: 120px 24px 24px 24px;
  }
  .review-item.is-active .review-item__hover {
    opacity: 1;
  }
  .review-item.is-active .review-item__button.open {
    opacity: 0;
  }
  .review-item.is-active .review-item__button.close {
    opacity: 1;
  }
}
@media only screen and (max-width: 899px) {
  .review-item {
    aspect-ratio: 664/600;
    height: fit-content;
    max-height: 100%;
  }
  .review-item .review-item__button {
    top: 24px;
    right: 24px;
  }
  .review-item .review-item__hover {
    padding: 40px 24px 24px 24px;
    overflow-y: scroll;
  }
}
.review-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.4);
  border-radius: 24px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}

.review-item__image {
  width: 100%;
  height: 100%;
}
.review-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.review-item__hover {
  position: absolute;
  bottom: 32px;
  right: 32px;
  max-width: 400px;
  width: 100%;
  height: auto;
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  opacity: 0;
  transition: opacity 250ms ease-in-out;
}
@media only screen and (max-width: 1199px) {
  .review-item__hover {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(30, 40%, 96%);
  }
}

.review-item__title {
  font-family: "Playfair Display";
  font-size: 32px;
  line-height: 48px;
}

.review-item__teaser {
  font-weight: 300;
}

/**
 * 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.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` 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` hsl(0, 100%, 50%)-100 color utility.
 */
.color-red-100 {
  color: hsl(0, 100%, 50%);
}

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

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

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

/**
 * `color` hsl(180, 1%, 18%)-100 color utility.
 */
.color-darkgrey-100 {
  color: hsl(180, 1%, 18%);
}

/**
 * `background-color` hsl(180, 1%, 18%)-100 color utility.
 */
.background-color-darkgrey-100 {
  background-color: hsl(180, 1%, 18%);
}

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

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

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

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

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

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

/**
 * `color` hsl(217, 44%, 23%)-100 color utility.
 */
.color-darkblue-100 {
  color: hsl(217, 44%, 23%);
}

/**
 * `background-color` hsl(217, 44%, 23%)-100 color utility.
 */
.background-color-darkblue-100 {
  background-color: hsl(217, 44%, 23%);
}

/**
 * `color` hsl(237, 13%, 33%)-100 color utility.
 */
.color-darkbluegrey-100 {
  color: hsl(237, 13%, 33%);
}

/**
 * `background-color` hsl(237, 13%, 33%)-100 color utility.
 */
.background-color-darkbluegrey-100 {
  background-color: hsl(237, 13%, 33%);
}

/**
 * `color` hsl(209, 11%, 55%)-100 color utility.
 */
.color-bluegray-100 {
  color: hsl(209, 11%, 55%);
}

/**
 * `background-color` hsl(209, 11%, 55%)-100 color utility.
 */
.background-color-bluegray-100 {
  background-color: hsl(209, 11%, 55%);
}

/**
 * `color` hsl(208, 25%, 80%)-100 color utility.
 */
.color-lightsky-100 {
  color: hsl(208, 25%, 80%);
}

/**
 * `background-color` hsl(208, 25%, 80%)-100 color utility.
 */
.background-color-lightsky-100 {
  background-color: hsl(208, 25%, 80%);
}

/**
 * `color` hsla(208, 25%, 80%, 0.32)-32 color utility.
 */
.color-lightsky-32 {
  color: hsla(208, 25%, 80%, 0.32);
}

/**
 * `background-color` hsla(208, 25%, 80%, 0.32)-32 color utility.
 */
.background-color-lightsky-32 {
  background-color: hsla(208, 25%, 80%, 0.32);
}

/**
 * `color` hsl(212, 27%, 86%)-100 color utility.
 */
.color-bluegrey-100 {
  color: hsl(212, 27%, 86%);
}

/**
 * `background-color` hsl(212, 27%, 86%)-100 color utility.
 */
.background-color-bluegrey-100 {
  background-color: hsl(212, 27%, 86%);
}

/**
 * `color` hsl(207, 27%, 92%)-100 color utility.
 */
.color-hero-100 {
  color: hsl(207, 27%, 92%);
}

/**
 * `background-color` hsl(207, 27%, 92%)-100 color utility.
 */
.background-color-hero-100 {
  background-color: hsl(207, 27%, 92%);
}

/**
 * `color` hsl(30, 40%, 96%)-100 color utility.
 */
.color-sand-100 {
  color: hsl(30, 40%, 96%);
}

/**
 * `background-color` hsl(30, 40%, 96%)-100 color utility.
 */
.background-color-sand-100 {
  background-color: hsl(30, 40%, 96%);
}

/**
 * `color` hsl(331, 100%, 34%)-100 color utility.
 */
.color-grape-100 {
  color: hsl(331, 100%, 34%);
}

/**
 * `background-color` hsl(331, 100%, 34%)-100 color utility.
 */
.background-color-grape-100 {
  background-color: hsl(331, 100%, 34%);
}