@charset "UTF-8";
/* Self hosted fonts */
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Bold.woff2") format("woff2");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Pattaya";
  src: url("../fonts/Pattaya-Regular.woff") format("woff");
  font-display: swap;
}
/*  Structure */
:root {
  --scroll-padding: 65px;
  --size-outer-container: 100em;
  --size-container-max: 95vw;
  --size-container-default: 80em;
  --size-container: var(--size-container-default);
  --h-header-mobile: 50px;
  --c-white: hsl(0, 0%, 100%);
  --c-text: hsl(25, 29%, 12%);
  --c-accent: #da5946;
  --c-red: #da5946;
  --c-primary-h: 0;
  --c-primary-s: 0%;
  --c-primary-l: 0%;
  --c-secondary-h: 0;
  --c-secondary-s: 0%;
  --c-secondary-l: 0%;
  --c-primary: hsl(var(--c-primary-h), var(--c-primary-s), var(--c-primary-l));
  --c-secondary: hsl(
    var(--c-secondary-h),
    var(--c-secondary-s),
    var(--c-secondary-l)
  );
  --bg-hr: #ccc;
  --c-gray: hsl(0, 0%, 96%);
  --fz-base: 16px;
  --fz-base-mobile: 16px;
  --m-body: 0;
  --p-body: 0;
  --bg-selection: #da5946;
  --bg-error: #da5946;
  --c-selection: #fff;
  --bg-header: var(--c-white);
  --bg-body: #fff;
  --icon-fill: #ccc;
  --bg-button-h: var(--c-action-h);
  --bg-button-s: var(--c-action-s);
  --bg-button-l: var(--c-action-l);
  --bgc-scrollbar: #ccc;
  --td-menu-transform: 500ms;
  --td-menu-box-shadow: 300ms;
  --ff-text: "Metropolis";
  --ff-headings: "Pattaya";
  --c-action-h: 147;
  --c-action-s: 73%;
  --c-action-l: 28%;
  --c-action: hsl(var(--c-action-h), var(--c-action-s), var(--c-action-l));
  /**
        scale 1340 at 16px
        320px at 12px;
     */
  --step--2: clamp(0.61rem, calc(0.6rem + 0.05vw), 0.64rem);
  --step--1: clamp(0.73rem, calc(0.71rem + 0.11vw), 0.8rem);
  --step-0: clamp(0.88rem, calc(0.84rem + 0.2vw), 1rem);
  --step-1: clamp(1.05rem, calc(0.99rem + 0.31vw), 1.25rem);
  --step-2: clamp(1.26rem, calc(1.17rem + 0.47vw), 1.56rem);
  --step-3: clamp(1.51rem, calc(1.37rem + 0.69vw), 1.95rem);
  --step-4: clamp(1.81rem, calc(1.62rem + 0.98vw), 2.44rem);
  --step-5: clamp(2.18rem, calc(1.9rem + 1.37vw), 3.05rem);
  --fz-h1: var(--step-5);
  --fz-h2: var(--step-4);
  --fz-h3: var(--step-3);
  --fz-h4: var(--step-2);
  --fz-h5: var(--step-1);
  --fz-small: var(--step--1);
  --space-3xs: clamp(0.25rem, calc(0.25rem + 0vw), 0.25rem);
  --space-2xs: clamp(0.44rem, calc(0.42rem + 0.1vw), 0.5rem);
  --space-xs: clamp(0.69rem, calc(0.67rem + 0.1vw), 0.75rem);
  --space-s: clamp(0.88rem, calc(0.84rem + 0.2vw), 1rem);
  --space-m: clamp(1.31rem, calc(1.25rem + 0.29vw), 1.5rem);
  --space-l: clamp(1.75rem, calc(1.67rem + 0.39vw), 2rem);
  --space-xl: clamp(2.63rem, calc(2.51rem + 0.59vw), 3rem);
  --space-2xl: clamp(3.5rem, calc(3.34rem + 0.78vw), 4rem);
  --space-3xl: clamp(5.25rem, calc(5.01rem + 1.18vw), 6rem);
  /* One-up pairs */
  --space-3xs-2xs: clamp(0.25rem, calc(0.17rem + 0.39vw), 0.5rem);
  --space-2xs-xs: clamp(0.44rem, calc(0.34rem + 0.49vw), 0.75rem);
  --space-xs-s: clamp(0.69rem, calc(0.59rem + 0.49vw), 1rem);
  --space-s-m: clamp(0.88rem, calc(0.68rem + 0.98vw), 1.5rem);
  --space-m-l: clamp(1.31rem, calc(1.1rem + 1.08vw), 2rem);
  --space-l-xl: clamp(1.75rem, calc(1.36rem + 1.96vw), 3rem);
  --space-xl-2xl: clamp(2.63rem, calc(2.19rem + 2.16vw), 4rem);
  --space-2xl-3xl: clamp(3.5rem, calc(2.72rem + 3.92vw), 6rem);
  /* Custom pairs */
  --space-s-l: clamp(0.88rem, calc(0.52rem + 1.76vw), 2rem);
  --gap: var(--space-m);
  --w-widget: 15rem;
  --bxsh-base: 0 0 20px hsl(0 0% 0% / 0.1);
  --spacer: var(--space-2xl);
}

@keyframes chevron-in {
  100% {
    clip-path: circle(111.6% at 0 50%);
  }
}
@keyframes chevron-out {
  0% {
    clip-path: circle(111.6% at 0 50%);
  }
  100% {
    clip-path: circle(0 at 90% 95%);
  }
}
@keyframes chevron-transition {
  0% {
    clip-path: polygon(0% 0%, 100% 0px, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
@keyframes start {
  from {
    transform: translateX(-40%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes write {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  to {
    fill: currentColor;
  }
}
.transition-fade {
  transition: 1s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

.split .letter {
  opacity: 0;
}

.fade-in {
  opacity: 0;
  transition: opacity 2s ease-out;
}
.in-view .fade-in {
  opacity: 1;
}

.fade-in-zoom {
  transform: scale(1.3);
  opacity: 0;
  transition: opacity 2s ease-out, transform 800ms ease-out;
}
.in-view .fade-in-zoom, .fade-in-zoom.in-view {
  opacity: 1;
  transform: scale(1);
}

@keyframes zoom {
  from {
    transform: scale(1);
    opacity: 1;
    border-width: 3px;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
    border-width: 0;
  }
}
.wrapper, .modal-dialog {
  width: min(var(--size-container), var(--size-container-max));
  margin-inline: auto;
}

textarea, select, input[type=text], input[type=password], input[type=phone], input[type=tel], input[type=number], input[type=search], input[type=url], input[type=date], input[type=month], input[type=week], input[type=datetime], input[type=datetime-local], input[type=email] {
  padding: 0.5em;
  border: var(--bd-base, 2px solid var(--c-text));
  transition: border-color 0.2s;
  border-radius: 5px;
}
textarea:focus, select:focus, input[type=text]:focus, input[type=password]:focus, input[type=phone]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=search]:focus, input[type=url]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=email]:focus, textarea:active, select:active, input[type=text]:active, input[type=password]:active, input[type=phone]:active, input[type=tel]:active, input[type=number]:active, input[type=search]:active, input[type=url]:active, input[type=date]:active, input[type=month]:active, input[type=week]:active, input[type=datetime]:active, input[type=datetime-local]:active, input[type=email]:active {
  border-color: var(--c-action);
  outline: none;
}

.button-secondary,
.button-alt,
.button-outline, .button {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  padding: var(--space-s) var(--space-l);
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 100px;
  transition: all var(--transition-speed, 0.3s) ease-in-out;
}

.wrapper-grid {
  overflow: clip;
  --padding-inline: var(--space-s, 1rem);
  --content-max-width: var(--size-container, 80em);
  --breakout-max-width: var(--size-container-max, 100em);
  --breakout-size: calc(
      var(--breakout-max-width) / 2 - var(--content-max-width) / 2
  );
  display: grid;
  grid-template-columns: [full-width-start] minmax(var(--padding-inline), 1fr) [breakout-start] minmax(0, var(--breakout-size)) [content-start] min(100% - var(--padding-inline) * 2, var(--content-max-width)) [content-end] minmax(0, var(--breakout-size)) [breakout-end] minmax(var(--padding-inline), 1fr) [full-width-end];
}

.alert-danger {
  border-radius: 20px;
  position: relative;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
}

*::-moz-selection {
  background: var(--bg-selection, #fcfcfc);
  color: var(--c-selection, #fff);
}

*::selection {
  background: var(--bg-selection, #fcfcfc);
  color: var(--c-selection, #fff);
}

::-webkit-scrollbar {
  width: 0.6rem;
  border-left: 1px solid;
}

::-webkit-scrollbar-thumb {
  background: var(--bgc-scrollbar);
}

html {
  min-height: 100%;
  scroll-padding-top: var(--scroll-padding, 65px);
  hanging-punctuation: first last;
  scroll-behavior: smooth;
}

html,
body {
  scrollbar-color: var(--bgc-scrollbar) var(--bg-body);
  scrollbar-width: thin;
}

body {
  background-color: var(--bg-body);
  font-family: var(--ff-text);
  color: var(--c-text);
  padding: var(--p-body, 0);
  margin: var(--m-body, 0);
  font-size: var(--fz-base);
}
body.toggled {
  overflow: hidden;
}

.grid-responsive {
  display: grid;
  grid-template-columns: repeat(var(--n, 3), 1fr);
  gap: 10px;
}
@media (width < 800px) {
  .grid-responsive {
    --n: 2;
  }
}
@media (width < 400px) {
  .grid-responsive {
    --n: 1;
  }
}

a:not([class]) {
  text-decoration: none;
  transition: color 0.4s;
  color: currentColor;
}
h1 a:not([class]), h2 a:not([class]), h3 a:not([class]), h4 a:not([class]), h5 a:not([class]), h6 a:not([class]) {
  text-decoration: none;
}
a:not([class]):hover {
  color: hsl(var(--c-action-h), var(--c-action-s), var(--c-action-l));
  --icon-fill: currentColor;
  --icon-stroke: currentColor;
}
a:not([class]):hover {
  color: var(--c-link-hover);
}

a {
  color: var(--c-link);
  text-decoration: none;
}

figure {
  margin: 0;
  padding: 0;
}

hr {
  background-color: var(--bg-hr, #ccc);
  border: none;
  height: 1px;
  display: block;
  flex-basis: 100%;
}

hr[role=separator] {
  background-image: url(../images/icons/separator.svg);
  height: 11px;
  width: 125px;
  display: block;
  background-color: transparent;
  margin-block: min(var(--space-xl), 5vh);
}

.overscroll-contain,
.ovsbc {
  overscroll-behavior: contain;
}

.center {
  text-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.df {
  display: flex;
}

.top-dash {
  border-top: 1px dashed var(--c-border, currentColor);
  padding-top: var(--space-s);
}

.flex-columns {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-s);
  position: relative;
  z-index: 23;
}
.flex-columns > * {
  flex: 1 1 200px;
  max-width: 300px;
}

.m-0 {
  margin: 0;
}

.core_loader-overlay {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 99;
  opacity: 0;
  transition: opacity 1s 0.3s;
  transform-origin: center bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-delay: 1s;
  z-index: -1;
}
.core_loader-overlay svg path {
  fill: inherit;
}
.core_loader-overlay use {
  fill: var(--brand-blue);
}
.core_loader-overlay.-removed {
  transition-delay: 0s;
  opacity: 0;
  z-index: -1;
}
.core_loader-overlay.-show {
  pointer-events: auto;
  opacity: 1;
  transition-duration: 0.5s;
}
.core_loader-overlay.-front {
  z-index: 9999;
}
.core_loader-overlay.-front .loader_image svg {
  transform: scale(1);
  opacity: 1;
}
.core_loader-overlay .loader_image {
  max-width: 500px;
  overflow: hidden;
  height: auto;
}
.core_loader-overlay .loader_image svg {
  width: 100%;
  transition: opacity 0.25s, transform 1s;
  transform: scale(0);
  opacity: 0;
  will-change: opacity, transform;
}
.core_loader-overlay .loader_image path {
  will-change: stroke-dasharray, stroke-dashoffset;
  stroke: #fff;
  stroke-linecap: square;
  fill: var(--brand-blue);
  stroke-width: 0;
  animation: write 2.5s ease-out, fillIn 1s cubic-bezier(0, 0.5, 1, 0.5);
  animation-delay: 1s, 3s;
  animation-iteration-count: 1;
  animation-direction: alternate;
  color: #fff;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.core_loader-overlay .loader_image path.orange {
  color: #E95E1D;
  stroke: currentColor;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading {
  text-wrap: balance;
  line-height: 1.1;
  color: var(--c-headings, currentColor);
  font-family: var(--ff-headings);
  font-weight: normal;
  margin-block-end: var(--space-xs);
}

.subtitle + :is(h1, h2, h3, h4, h5, h6) {
  margin-block-start: 0;
}

h1,
.h1 {
  font-size: var(--fz-h1);
  line-height: var(--lh-h1, 1.1);
}

h2,
.h2 {
  font-size: var(--fz-h2);
  line-height: var(--lh-h2, 1.1);
}

h3,
.h3 {
  font-size: var(--fz-h3);
  line-height: var(--lh-h3, 1.1);
}

h4,
.h4 {
  font-size: var(--fz-h4);
  line-height: var(--lh-h4, 1.1);
}

h5,
.h5 {
  font-size: var(--fz-h5);
  line-height: var(--lh-h5, 1.1);
}

h6,
.h6 {
  font-size: var(--fz-h6);
  line-height: var(--lh-h6, 1.1);
}

small {
  font-size: var(--fz-small);
}

p,
ul,
ol,
dl,
blockquote {
  line-height: 1.6;
}

p {
  max-width: 70ch;
}

p,
ul,
ol,
dl,
blockquote,
figure,
table,
hr {
  text-wrap: pretty;
}

.flow > * + * {
  margin-top: var(--flow-space, 1.5em);
}

ul[class],
ol[class] {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul:empty,
ol:empty {
  display: none;
}

.text-columns {
  -moz-columns: 200px 2;
       columns: 200px 2;
  -moz-column-gap: 1em;
       column-gap: 1em;
  -moz-column-rule: 1px dashed var(--c-hr);
       column-rule: 1px dashed var(--c-hr);
}

@counter-style emoji-list {
  system: cyclic;
  symbols: 🍎 🍊 🍋 🍌 🍉 🍇 🍓 🍈;
  suffix: " ";
}
ol.emoji-list {
  list-style: emoji-list;
}

.overtitle,
.subtitle {
  font-family: var(--ff-text);
  font-size: var(--step--1);
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

address {
  font-style: normal;
  line-height: var(--lh-base, 1.6);
}

figure + .title {
  margin-top: 0;
}

blockquote {
  border: 1px solid var(--c-gray);
  display: flex;
  align-self: flex-start;
  /* flex-direction: row-reverse; */
  gap: var(--space-m);
}

cite {
  font-style: normal;
  font-weight: bold;
}

.table-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.table-item .item-name {
  order: -1;
}
.table-item strong {
  flex-basis: 25%;
}
.table-item::before {
  margin-inline: var(--space-s);
  content: "";
  height: 1px;
  border-bottom: 1px dashed currentColor;
  flex-grow: 1;
  display: inline-block;
  order: 0;
  align-self: baseline;
  justify-self: baseline;
}

details {
  border: 1px dashed #f2f2f2;
  border-radius: min(20px, 3vw);
}

summary,
details p {
  padding: var(--space-s-m);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

details p {
  padding-block-start: 0;
}

details {
  position: relative;
  max-inline-size: 60ch;
}

summary {
  position: relative;
  font-weight: bold;
}
summary:hover {
  color: var(--c-action);
}
summary {
  cursor: pointer;
}

details::details-content {
  display: block;
  block-size: 0;
  overflow: hidden;
  transition-property: block-size, content-visibility;
  transition-duration: 0.5s;
  transition-behavior: allow-discrete;
}

details[open]::details-content {
  block-size: auto;
  block-size: calc-size(auto, size);
}

summary::marker {
  content: "»";
  content: "";
}

summary::after {
  content: "";
  margin: var(--space-s-m);
  background-image: url(../images/icons/plus.svg);
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  /* inset-inline-start: 0; */
  inset-block-start: -0.05rem;
  transition: rotate 0.2s;
  right: -1rem;
}

details[open] summary::after {
  rotate: 745deg;
  inset-block-start: 0.05rem;
}

.faq {
  margin-block-end: var(--space-l);
}

@media screen and (width > 760px) {
  .list-steps {
    background: url(../images/hr.svg) repeat-x 0 50%;
  }
}
.list-steps {
  justify-content: space-between;
  background-size: 50px;
  display: flex;
  gap: var(--space-s);
  flex-wrap: wrap;
  --_m: var(--space-l);
}
.list-steps li {
  background-color: #fff;
  padding-inline: var(--space-s);
  transition: color 200ms;
}
.list-steps li:hover {
  color: var(--c-action);
}

.checkbox-list {
  --_bg-size: 18px;
}
.checkbox-list li {
  position: relative;
  padding-left: var(--space-m);
  margin-block-end: var(--space-3xs);
}
.checkbox-list li:before {
  left: 0;
  top: 0.2em;
  position: absolute;
  content: "";
  display: inline-block;
  width: var(--_bg-size);
  height: var(--_bg-size);
  aspect-ratio: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.43789 2.15608C4.40991 2.15608 4.39587 2.17007 4.38188 2.18406C1.65188 2.81406 0.335881 6.14606 1.48388 8.59606C2.81388 11.4381 6.18788 12.7401 9.14188 11.9981C12.2079 11.2281 13.7059 8.14806 12.5019 5.25006C11.2139 2.11406 7.44788 1.20406 4.43788 2.15606L4.43789 2.15608ZM11.9839 8.83408C11.5499 10.0801 10.3459 10.8921 9.14189 11.2701C6.64989 12.0681 3.73789 10.9901 2.35189 8.77808C1.02189 6.65008 2.02987 3.41608 4.60589 2.85608C4.64791 2.84209 4.67589 2.8281 4.70387 2.81406C7.27987 2.03008 10.3179 2.67406 11.6899 5.18006C12.3059 6.28612 12.4039 7.63006 11.9839 8.83406L11.9839 8.83408Z' fill='%23137B41'/%3E%3Cpath d='M8.86244 4.33994C8.41446 5.48792 7.89642 6.60794 7.32244 7.68594C7.04244 8.20392 6.74845 8.70797 6.42642 9.21194C6.41243 9.22593 5.18042 7.89594 5.08242 7.76994C4.81641 7.40596 4.21445 7.75595 4.4804 8.11994C4.9004 8.70792 5.41838 9.36594 6.0484 9.75794C6.58042 10.08 6.87441 9.81395 7.15441 9.35193C8.12042 7.82593 8.90441 6.20193 9.54841 4.52193C9.70245 4.10193 9.03044 3.91991 8.86245 4.33991L8.86244 4.33994Z' fill='%23137B41'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
}

.hightlight {
  color: var(--c-action);
}

.form-group {
  margin-block: var(--space-s);
}

button,
input,
select,
textarea {
  font: inherit;
  hanging-punctuation: none;
}
button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--c-muted);
}
button::placeholder,
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--c-muted);
}

label {
  font-weight: bold;
  color: var(--c-label);
  display: block;
  margin-bottom: var(--space-3xs);
}
label.legal {
  text-transform: none;
  font-size: var(--fz-small);
  font-weight: normal;
  display: inline-block;
  color: var(--c-muted, #ccc);
}
label.legal a {
  font-size: inherit;
  font-weight: bold;
}

input[type=color] {
  background-color: transparent;
  border: none;
  padding: 0;
}

textarea {
  max-width: 90vw;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  z-index: 0;
  transform: scale(0);
  display: block;
}
input[type=checkbox] + label,
input[type=radio] + label {
  padding-left: 30px;
  position: relative;
}
input[type=checkbox] + label > *,
input[type=radio] + label > * {
  position: relative;
}
input[type=checkbox] + label:before, input[type=checkbox] + label:after,
input[type=radio] + label:before,
input[type=radio] + label:after {
  content: "";
  position: absolute;
  display: block;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  position: absolute;
  left: 0;
  background-color: #fff;
  display: inline-block;
  top: 0;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  width: 30px;
  height: 30px;
  left: 0;
}
input[type=checkbox] + label:before,
input[type=radio] + label:before {
  border-radius: 2px;
  border: 1px solid var(--c-primary);
  height: 15px;
  width: 15px;
  transition: background-color 300ms ease;
}
input[type=checkbox]:checked + label:before,
input[type=radio]:checked + label:before {
  background-color: var(--c-secondary);
}

input[type=radio] + label:before {
  border-radius: 50%;
}

.alert-danger {
  color: #fff;
  background-color: var(--bg-error);
  margin-bottom: var(--space-l);
  padding: var(--space-3xs) var(--space-l);
  display: flex;
  gap: var(--space-l);
}

.alert-title {
  margin-bottom: 0;
}

.skip-link {
  background: var(--c-action);
  color: var(--c-text);
  font-weight: 700;
  left: 10px;
  opacity: 0;
  padding: var(--space-xs) var(--space-m);
  pointer-events: none;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  z-index: 1000;
}

.skip-link:focus {
  opacity: 1;
  pointer-events: auto;
}

.actions-wrapper {
  margin-block: var(--space-m);
}

.button,
[type=submit],
[type=button],
[type=reset] {
  background-color: transparent;
  border: none;
}
.button:disabled,
[type=submit]:disabled,
[type=button]:disabled,
[type=reset]:disabled {
  color: var(--c-disabled);
}

.button {
  background-color: hsl(var(--bg-button-h, 0), var(--bg-button-s, 0%), var(--bg-button-l, 0%));
  color: hsl(var(--c-button-h, 0), var(--c-button-s, 0%), var(--c-button-l, 100%));
}
.button:hover, .button:active {
  --bg-button-l: 15%;
}

.button-secondary,
.button-alt,
.button-outline {
  border: 2px solid currentColor;
}
.button-secondary:hover, .button-secondary:active,
.button-alt:hover,
.button-alt:active,
.button-outline:hover,
.button-outline:active {
  background-color: var(--c-text);
  color: #fff;
}

.readmore {
  border-bottom: 2px solid currentColor;
}

@media screen and (min-width: 760px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle {
  --icon-stroke: var(--c-action);
}
.menu-toggle path {
  transition: all var(--transition-speed, 0.3s) ease-in-out;
  transform-origin: center;
}
.menu-open .menu-toggle path:first-child {
  opacity: 0;
  transform: translateY(4px);
}
.menu-open .menu-toggle path:nth-child(2) {
  transform: rotate(45deg) translate(2%, 0);
}
.menu-open .menu-toggle path:nth-child(3) {
  transform: rotate(-45deg) translate(-2%, -17%);
}

.close {
  position: absolute;
  top: 0;
  right: 0;
}

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

.inline-contact {
  padding-right: 15px;
}
.inline-contact strong {
  font-size: 1rem;
  font-weight: bold;
  padding-right: 5px;
}

/* .main-navigation {
    ul {
        display: flex;
        flex-direction: column;

        [aria-current="page"] {
            font-weight: 700;
        }
        li {
            position: relative;
            padding: var(--space-3xs);
        }

        li.active a {
            font-weight: bold;
        }

        .sub-menu {
            overflow: hidden;
            transition:
                transform var(--td-menu-transform, 500ms) ease,
                box-shadow var(--td-menu-box-shadow, 300ms) ease;
            transform-origin: left top;
            transition-delay: var(--td-menu-box-shadow, 300ms), 0ms;
            margin-left: var(--space-s);
        }

        .sub-menu li {
            white-space: nowrap;
        }

        ul li a,
        ul li span {
            font-weight: normal;
            font-size: 0.8em;
        }

        a:hover {
            color: var(--c-action);
        }
    }

    @media screen and (min-width: $size-mobile) {
        ul {
            flex-direction: row;
        }

        .sub-menu {
            top: 100%;
            left: 0;
            margin-left: 0;
            position: absolute;
        }

        .top-level {
            & + li {
                margin-left: var(--space-s);
            }

            &:last-child .sub-menu {
                left: auto;
                right: 0;
            }

            .sub-menu {
                transform: scaleY(0);
            }

            .sub-menu li {
                opacity: 0;
                transition-delay: 0s;
                transition: opacity var(--td-menu-box-shadow, 300ms);
            }

            &:hover,
            &:active,
            &:focus,
            &.open {
                .sub-menu {
                    transition-delay: 0s, var(--td-menu-transform, 500ms);
                    transform: scaleY(1);
                }

                .sub-menu li {
                    transition-delay: var(--td-menu-transform, 500ms);
                    opacity: 1;
                }
            }
        }
    }
} // main navigation ends */
.footer-nav a {
  font-size: 0.9rem;
}

nav.pages {
  display: flex;
  justify-content: space-between;
  margin-top: var(--spacing)/3;
  flex-wrap: wrap;
}

.site-footer nav ul {
  margin: 0;
  margin-left: 1em;
  padding: 0;
  list-style: disc;
}

.column-menu {
  display: flex;
  flex-direction: column;
  gap: var(--space-2xs);
}

.main-navigation {
  text-transform: uppercase;
  font-weight: 700;
}
.main-navigation .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.main-navigation .menu__item {
  position: relative;
  padding: var(--space-3xs);
}
.main-navigation .menu__item > a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
.main-navigation a {
  color: currentColor;
}
.main-navigation a[aria-current=page] {
  color: var(--c-active);
  font-weight: 700;
}
.main-navigation.is-open .dropdown-bridge {
  display: block;
  margin-top: var(--space-3xs);
}
.main-navigation .dropdown-panel {
  margin: 0;
  padding: 0.5rem 0 0;
  list-style: none;
}
.main-navigation .dropdown-panel a {
  display: block;
  padding: var(--space-2xs) var(--space-xs);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 400;
}
@media (min-width: 760px) {
  .main-navigation .dropdown-panel::before {
    content: "";
    position: absolute;
    top: -8px;
    left: var(--_p-l, 30%);
    width: 16px;
    height: 16px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    transform: rotate(45deg);
    z-index: 1;
  }
  .main-navigation .dropdown-bridge {
    display: none;
  }
  .main-navigation .menu {
    flex-direction: row;
  }
  .main-navigation .menu__item + .menu__item {
    margin-left: var(--space-s);
  }
  .main-navigation .dropdown-bridge {
    display: block;
    position: absolute;
    top: 100%;
    left: -80%;
    padding-top: var(--dropdown-gap, 1rem);
    min-width: 16rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(6px);
    transition: opacity 150ms ease, transform 150ms ease, visibility 0s linear 150ms;
    z-index: 1000;
  }
  .main-navigation .dropdown-panel {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    padding: var(--space-3xs);
    position: relative;
  }
  .main-navigation .dropdown-panel a:hover,
  .main-navigation .dropdown-panel a:active {
    color: var(--c-action);
  }
}
@media (min-width: 760px) and (hover: hover) and (pointer: fine) {
  .main-navigation .menu__item:hover > .dropdown-bridge,
  .main-navigation .menu__item:focus-within > .dropdown-bridge {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition: opacity 150ms ease, transform 150ms ease, visibility 0s;
  }
}
@media (min-width: 760px) {
  .main-navigation .menu__item:last-child > .dropdown-bridge {
    left: auto;
    right: 0;
    --_p-l: 85%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .main-navigation .dropdown-bridge {
    transition: none !important;
    transform: none !important;
  }
}
.modal-dialog {
  width: 100%;
  background-color: var(--color-white);
  position: absolute;
  box-shadow: var(--box-shadow);
}
.modal-dialog .modal-header {
  background-color: var(--c-secondary);
  color: var(--color-white);
  padding: 0.5rem 2rem;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
.modal-dialog .close {
  position: absolute;
  right: 0;
  background-color: inherit;
  padding: 0.5rem;
  box-shadow: none;
  border: none;
}
.modal-dialog .modal-title {
  color: inherit;
}
.modal-dialog .modal-body {
  padding: 2rem;
}
.modal-dialog .modal-footer {
  display: none;
}

dialog {
  width: min(90vw, 80ch);
  padding: 0;
  isolation: isolate;
  overflow: hidden;
  box-sizing: border-box;
  margin-inline: auto;
  position: fixed;
  border: none;
  top: 10vh;
  opacity: 0;
  pointer-events: none;
}
dialog iframe {
  width: 80wv;
  width: 100%;
  max-width: 100%;
  min-height: 300px;
}
dialog .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  background-color: var(--c-secondary);
  color: var(--color-white);
  border: none;
  box-shadow: none;
  border-radius: 50px;
}
dialog[open] {
  opacity: 1;
  pointer-events: initial;
}

dialog::backdrop {
  background-blend-mode: blur(5px);
  background-color: rgba(0, 0, 0, 0.4);
}

.message {
  padding-bottom: 1rem;
  border-radius: var(--bdrs-message, 20px);
  color: var(--c-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  display: flex;
  flex-wrap: wrap;
}
.message--info {
  background-color: var(--bg-message-ingo, #DA5946);
  --bg-button-l:100%;
  --c-button-h: 7;
  --c-button-s: 66%;
  --c-button-l: 56%;
  padding-inline: var(--space-xs);
}
.message--christmas {
  background-image: url(../images/twinke.svg);
  background-repeat: no-repeat;
  background-position: 90% 0%;
}
.message article {
  flex-basis: 50%;
  flex-grow: 1;
  max-width: 60ch;
  min-width: min(100%, 300px);
}
.message .icon-box.inline {
  gap: var(--space-s);
}

/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
figure.gallery {
  text-align: center;
}

.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

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

.filled-icon {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  fill: var(--icon-fill, #e4e4e4);
}

.stroked-icon {
  fill-rule: evenodd;
  clip-rule: evenodd;
  stroke-linejoin: round;
  stroke-miterlimit: 2;
  fill: none;
  stroke: var(--icon-stroke, #e4e4e4);
  stroke-width: 1px;
}

svg.logo {
  max-width: 250px;
}
svg.logo path {
  fill: inherit;
}
svg.logo use {
  fill: var(--brand-blue);
}

img,
video,
iframe,
svg {
  max-width: 100%;
  height: auto;
}

svg {
  height: auto;
}

.icon-box {
  display: flex;
  flex-direction: column;
  --icon-fill: currentColor;
}
.icon-box.inline {
  flex-direction: row;
  align-items: center;
}
.icon-box p {
  margin: 0;
}

.icon-box-inline {
  align-items: center;
}

.contact-box {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-box svg,
.contact-box figure {
  flex-basis: 30%;
  min-width: var(--miw-contact-box-icon, 30px);
  max-width: var(--maw-contact-box-icon, 35px);
  margin-right: var(--space-xs);
}

.address-card .icon-box {
  flex-direction: row;
}

.icon {
  width: var(--icon-size, 48px);
  height: var(--icon-size, 48px);
  min-width: var(--icon-size, 48px);
}

.icon-xs {
  --icon-size: var(--icon-size-xs, 32px);
}

.icon-2xs {
  --icon-size: var(--icon-size-2xs, 28px);
}

.icon-3xs {
  --icon-size: var(--icon-size-3xs, 24px);
}

.icon-4xs {
  --icon-size: var(--icon-size-4xs, 20px);
}

.icon-5xs {
  --icon-size: var(--icon-size-5xs, 16px);
}

.icon-s {
  --icon-size: var(--icon-size-s, 32px);
}

.icon-m {
  --icon-size: var(--icon-size-m, 48px);
}

.icon-l {
  --icon-size: var(--icon-size-l, 64px);
}

.icon-xl {
  --icon-size: var(--icon-size-xl, 96px);
}

.icon-2xl {
  --icon-size: var(--icon-size-2xl, 128px);
}

.icon-3xl {
  --icon-size: var(--icon-size-3xl, 192px);
}

.icon-4xl {
  --icon-size: var(--icon-size-4xl, 256px);
}

.stroke-s {
  --stroke-width: 1.3px;
  --stroke-linejoin: miter;
  --stroke-miterlimit: 10;
}

.stroke-m {
  --stroke-width: 2px;
  --stroke-linejoin: miter;
  --stroke-miterlimit: 10;
}

.stroke-l {
  --stroke-width: 4px;
  --stroke-linejoin: miter;
  --stroke-miterlimit: 10;
}

.stroke-xl {
  --stroke-width: 6px;
  --stroke-linejoin: miter;
  --stroke-miterlimit: 10;
}

.stroke-2xl {
  --stroke-width: 8px;
  --stroke-linejoin: miter;
  --stroke-miterlimit: 10;
}

.button svg {
  --icon-fill: var(--c-action);
  --icon-stroke: var(--c-action);
}

.inline-icons {
  display: flex;
}

.icon {
  width: var(--icon-size, 24px);
  height: var(--icon-size, 24px);
  min-width: var(--icon-size, 24px);
}

.is-filled {
  --icon-fill: #fcbc05;
}

.icon--16 {
  --icon-size: 16px;
}

.icon--13 {
  --icon-size: 13px;
}

.icon--24 {
  --icon-size: 24px;
}

.icon--32 {
  --icon-size: 32px;
}

.icon--48 {
  --icon-size: 48px;
}

.icon--64 {
  --icon-size: 64px;
}

.icon--96 {
  --icon-size: 96px;
}

.icon--128 {
  --icon-size: 128px;
}

.icon--256 {
  --icon-size: 256px;
}

.gallery-item {
  overflow: hidden;
  padding: var(--space-m);
}
.gallery-item img {
  border-radius: var(--bdrs-base, 15px);
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.tns-nav {
  display: flex;
  gap: var(--space-s);
  justify-content: center;
}
.tns-nav button {
  width: 30px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  aspect-ratio: 1;
  background-color: var(--bg-c, var(--c-gray));
  transition: all var(--transition-speed, 0.3s) ease-in-out;
  outline: none;
}
.tns-nav .tns-nav-active {
  --bg-c: var(--c-action);
  transform: scale(1.1);
}

blockquote {
  min-width: 6 0px;
}

.inline-auto-scroll {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.scroll-group {
  display: flex;
  gap: 2em;
  animation: scroll-inline 500s infinite linear;
}
.scroll-group:hover {
  animation-play-state: paused;
}
.scroll-group blockquote {
  flex: 0 0 40em;
  margin: 0;
}

@keyframes scroll-inline {
  from {
    transform: translateX(0);
  }
  to {
    transform: translate(-100%);
  }
}
.single-post,
.single-post-list {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: calc(var(--spacing) / 3);
  border-bottom: 1px solid var(--c-gray);
}

.related {
  display: flex;
  flex-wrap: wrap;
}
.related .single-post-list {
  flex-direction: column;
  flex-basis: 33%;
  border-bottom: 0;
}
.related .single-post-list figure {
  display: none;
}

.single-post-list + .single-post-list {
  margin-top: calc(var(--spacing) / 3);
}
.single-post-list > * {
  flex-grow: 1;
}
.single-post-list figure {
  flex-basis: 40%;
  text-align: center;
  min-width: 280px;
}
.single-post-list section.content {
  flex-basis: 50%;
  max-width: 80ch;
}
.single-post-list .readmore {
  margin-top: var(--size-padding);
  display: inline-block;
}

.meta {
  flex-basis: 10%;
  padding-left: var(--size-padding);
  padding-bottom: var(--size-padding);
  white-space: nowrap;
  max-width: 20ch;
  font-weight: bold;
}

.single-post {
  display: flex;
}
.single-post header {
  padding-left: 10%;
}
.single-post aside {
  flex-basis: 10%;
}
.single-post section.content {
  flex-basis: 80%;
}
.single-post blockquote {
  border-left: 3px solid currentColor;
  padding: var(--size-padding)/2 var(--size-padding);
  max-width: 80ch;
  margin-left: 0;
}

/**
 *  styles shared by all screen sizes without grid support
 **/
[class*=grid-] {
  display: grid;
  gap: var(--gap, 2rem);
}

.content {
  grid-area: content;
  grid-row: auto;
}

@media screen and (min-width: 760px) {
  .grid--half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--gap, 1rem);
  }
}

@media screen and (min-width: 760px) {
  .grid--third {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap, 1rem);
  }
}

.section {
  margin-block: var(--spacer);
}

.section-start {
  margin-block-start: var(--spacer);
}

.section-end {
  margin-block-end: var(--spacer);
}

.centered {
  align-items: center;
}

.picture-end picture {
  justify-self: end;
}

.picture-round img {
  border-radius: min(20px, 2vw);
}

@supports (contain: layout) {
  .card {
    contain: layout;
  }
}
@media screen and (min-width: 760px) {
  .grid--reverse :first-child {
    order: 2;
  }
}

.grid--sidebar {
  grid-template-areas: "sidebar content";
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto;
}

.card {
  border-radius: var(--border-radius-footer, 30px);
  background-repeat: no-repeat;
  margin-block: var(--space-xl);
  background-size: auto 100%;
  overflow: hidden;
}
.card hgroup > * {
  margin: 0;
}

.center-title hgroup,
.center-title hgroup * {
  margin-inline: auto;
  text-align: center;
}

.quote hgroup {
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.bg-alt {
  background-color: var(--c-gray);
  --l: 96%;
  --h: 0;
  --s: 0%;
  --icon-fill: currenColor;
  background-size: auto 100%;
  align-items: center;
  display: grid;
}
.bg-alt article section {
  padding: var(--space-l);
}
.bg-alt svg {
  height: 63px;
  width: 194px;
}

.picture-first picture {
  order: -1;
}

.picture-mask {
  isolation: isolate;
}

.center-text {
  text-align: center;
}

.center-all :is(p, h1, h2, h3) {
  margin-inline: auto;
}

.picture-mask picture {
  -webkit-mask-image: linear-gradient(var(--_direction, to top), transparent 0%, #000 50%);
          mask-image: linear-gradient(var(--_direction, to top), transparent 0%, #000 50%);
}
@media screen and (min-width: 760px) {
  .picture-mask picture {
    --_direction: to left;
  }
}

.address-card {
  padding: var(--space-m-l);
}

.picture-mask img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: linear-gradient(to left, #000, #fff);
          mask-image: linear-gradient(to left, #000, #fff);
}

aside.card {
  background-color: var(--c-gray);
}

.card--cta {
  background-color: var(--c-red);
  color: var(--c-white);
  padding: var(--space-m-l);
  margin-inline: auto;
  max-width: 700px;
  display: flex;
  align-items: flex-start;
  gap: var(--space-m);
}
.card--cta h2 {
  margin-block-start: 0;
}

/* .menu {
    display: flex;
    align-items: center;
    gap: var(--space-2xl);
    margin-inline: auto;
    max-width: 900px;
    width: 100%;

    section {
        flex-grow: 1;
    }

    @media screen and (max-width: 420px) {
        aside {
            display: none;
        }
    }
} */
.top-bar .icon-box {
  gap: var(--space-xs);
  vertical-align: middle;
}
.top-bar .icon-box * {
  line-height: 1;
}
.top-bar small {
  font-size: var(--step--2);
}

.site-header {
  width: 100%;
  transition: all 0.7s ease-out;
  z-index: 999;
}
.site-header.headroom--not-top {
  background-color: var(--bg-header, #fff);
  box-shadow: var(--bxsh-base);
}
.site-header .head {
  margin-right: auto;
  margin-left: auto;
}
.site-header a {
  text-decoration: none;
}
.site-header .logo {
  margin: 0;
  line-height: 1;
  transition: all 0.4s;
  grid-area: brand;
  display: flex;
  align-items: center;
  --icon-fill: var(--c-action);
}
.site-header .logo svg {
  height: auto;
}
.site-header .contact {
  grid-area: top;
}
.site-header .main-navigation {
  grid-area: nav;
}

@media screen and (max-width: 761px) {
  .site-header {
    --headroom-translate: 0%;
    position: fixed;
    bottom: 0;
    box-shadow: var(--bxsh-base);
    background-color: #fff;
  }
  .site-header .inner {
    height: var(--h-header-mobile);
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 400px;
  }
  .site-header .logo svg {
    height: 40px;
    width: 100px;
  }
  .site-header .toggable {
    bottom: calc(var(--h-header-mobile) + 1rem);
    background: var(--bgc-toggable-mobile, #fff) url(../images/hat.webp) no-repeat bottom right;
    opacity: 0;
    position: fixed;
    padding: var(--space-m);
    overflow: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    right: 1rem;
    border-radius: 10px;
    border: 2px solid var(--c-action);
    box-shadow: 2px 4px 0 var(--c-action);
  }
  .menu-open .site-header .toggable {
    pointer-events: all;
    opacity: 1;
  }
  .site-header a span {
    display: none;
  }
}
@media screen and (min-width: 760px) {
  .site-header {
    --headroom-translate: -200%;
    top: 0;
    padding-block: var(--space-s);
  }
  .site-header .inner {
    width: min(var(--size-container), var(--size-container-max));
    margin-inline: auto;
    display: grid;
    gap: var(--gap);
    row-gap: 0;
    grid-template-areas: "brand top" "brand nav";
    grid-template-columns: min-content 1fr;
    justify-items: end;
  }
  .headroom {
    will-change: transform;
    transition: transform 200ms linear;
    position: fixed;
  }
  .headroom--pinned {
    transform: translateY(0%);
  }
  .headroom--unpinned {
    transform: translateY(var(--headroom-translate));
  }
  .headroom--unpinned.toggled {
    transform: translateY(0);
  }
  .headroom--top {
    box-shadow: none;
  }
}
.site-footer {
  --h: 25;
  --s: 29%;
  --l: 12%;
  background: var(--bg-footer, hsl(25, 29%, 12%)) url(../images/footer-bg.avif) no-repeat right center;
  padding: var(--space-m);
  margin-block: var(--space-xl);
  background-size: auto 100%;
  color: #d5c1b3;
  --icon-fill: currentColor;
  -o-border-image: fill 1 linear-gradient(90deg, hsla(var(--h), var(--s), var(--l), 0) 0%, hsla(var(--h), var(--s), var(--l), 1) 20%, hsla(var(--h), var(--s), var(--l), 1) 48%, hsla(var(--h), var(--s), var(--l), 0) 100%);
     border-image: fill 1 linear-gradient(90deg, hsla(var(--h), var(--s), var(--l), 0) 0%, hsla(var(--h), var(--s), var(--l), 1) 20%, hsla(var(--h), var(--s), var(--l), 1) 48%, hsla(var(--h), var(--s), var(--l), 0) 100%);
}
.site-footer .logo {
  max-width: 180px;
}
@media screen and (max-width: 760px) {
  .site-footer {
    padding-bottom: var(--scroll-padding, 70px);
  }
}
.site-footer .df {
  gap: var(--space-l);
}
.site-footer p {
  max-width: 60ch;
}
.site-footer .icon-box {
  flex-wrap: nowrap;
  flex-direction: row;
}
.site-footer .copyright {
  margin-top: var(--space-m);
}
.site-footer .copyright p {
  margin: 0;
}

.designer {
  text-align: center;
  padding-top: var(--space-xs, 0.5rem);
  margin-bottom: var(--space-xs, 0.5rem);
  margin-top: var(--space-xs, 0.5rem);
}
.designer svg {
  height: var(--h-designer-logo, 1em);
  width: auto;
}

.hero {
  align-items: center;
  margin-bottom: var(--space-xl);
  min-height: 500px;
}
@media screen and (min-width: 760px) {
  .hero {
    margin-top: var(--scroll-padding);
    --inset: -4vw;
  }
}
.hero figure {
  position: relative;
  padding: var(--space-m);
  position: relative;
}
.hero figure:before {
  position: absolute;
  content: "";
  inset: var(--inset, 0);
  background-image: url("../images/flourish.avif");
  z-index: -1;
  background-size: contain;
  background-repeat: no-repeat;
}
.hero .badge {
  position: absolute;
  bottom: 0;
  max-width: 35vw;
}
.hero.hero-title {
  min-height: 0;
}

.outer,
.inner {
  display: grid;
  width: min(var(--size-container), var(--size-container-max));
  margin-inline: auto;
  place-content: center;
}
@media screen and (min-width: 760px) {
  .outer,
  .inner {
    gap: var(--space-l);
    grid-template-columns: 1fr 1fr;
  }
}

.outer {
  grid-template-areas: "content" "image";
}
@media screen and (min-width: 760px) {
  .outer {
    grid-template-areas: "content image";
  }
}

.outer {
  --size-container: var(--size-outer-container);
  max-width: var(--size-container);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: var(--size-container)) {
  .outer {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.inner {
  grid-area: content/image;
}

.image {
  grid-area: image;
}

.inner {
  --size-container: var(--size-container-default);
  grid-column: 1/-1;
  justify-self: center;
}
.inner .content {
  max-width: calc(var(--size-container) / 2);
}

@media screen and (min-width: 760px) {
  .grid-sidebar-layout {
    grid-template-columns: 3fr 1fr;
  }
}

.grid-sidebar {
  grid-template-columns: repeat(auto-fit, minmax(var(--w-widget, 15rem), 1fr));
}
