@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

/*! 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 */
  -webkit-text-decoration: underline dotted;
          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 gray;
}

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

:root {
  /* Block Colors */
  --orange-1: #ffede7;
  --orange-2: #ffd2c3;
  --orange-3: #ff9e81;
  --orange-4: #ff7c55; /* Base */
  --orange-5: #e56740;
  --orange-6: #cc5936;
  --cardboard-1: #f7f6f5;
  --cardboard-2: #efebe9;
  --cardboard-3: #e4e0de;
  --cardboard-4: #dcd5ce; /* Base */
  --cardboard-5: #cdc3b9;
  --cardboard-6: #b0a59a;
  --sand-1: #f7f4f1;
  --sand-2: #f1eae5;
  --sand-3: #f3e9dd;
  --sand-4: #efdfcc; /* Base */
  --sand-5: #e1c8ab;
  --sand-6: #bf9f7a;
  --gray-1: #fbfbfb;
  --gray-2: #f0f0f0;
  --gray-3: #e7e7e7; /* Base */
  --gray-4: #c6c3c3;
  --gray-5: #a4a4a4;
  --gray-6: #6b6b6b;
  --gray-65: #626262;
  --gray-7: #8b8b8b;
  --gray-8: #4a4a4a;
  --forest-1: #e7ece6;
  --forest-2: #cfdacd;
  --forest-3: #aec0aa;
  --forest-4: #8ba086;
  --forest-5: #5e8257;
  --forest-6: #426b3a;
  --slate-1: #eef1f3;
  --slate-2: #e4e9ec;
  --slate-3: #d6dde2;
  --slate-4: #bbc7cf; /* Base */
  --slate-5: #92a4b0;
  --slate-6: #556f81;
  --crimson-1: #fbeeed;
  --crimson-2: #fec5c3;
  --crimson-3: #e8a7a5;
  --crimson-4: #da716c;
  --crimson-5: #c6241d; /* Base */
  --crimson-6: #960600;
  --marigold-1: #fdf1dd;
  --marigold-2: #fbe3ba;
  --marigold-3: #f8d598;
  --marigold-4: #f4b953; /* Base */
  --marigold-5: #d49528;
  --marigold-6: #a96c04;
  /* Blog Colors */
  --blog-grey: #e9e6dd;
  --light-coral: #f9d9ca;
  --light-green: #c0ddd9;
  /* Named Colors */
  --white: #ffffff;
  --black: #000000;
  --black-2: #202020;
  --brand-orange: var(--orange-4);
  --header-promotional-bg: #606d63;
  --bg-white: var(--white);
  --bg-lightest-gray: var(--gray-1);
  --bg-greige: var(--cardboard-1);
  --bg-light-gray: var(--gray-2);
  --bg-gray: var(--gray-3);
  --orange-border: #f7c4b4;
  --orange-border-2: #ff7c5566;
  --dark-green: #466a5e;
  --accent-sand: var(--sand-4);
  --accent-beige: var(--sand-2);
  --accent-cardboard: var(--cardboard-4);
  --accent-mint: #cedcd5;
  --accent-slate: var(--slate-4);
  --accent-dark-gray: var(--gray-6);
  --error: #e85622;
  --success: var(--forest-5);
  /* Fonts */
  --font-family-folio: "Folio Std", "Roboto", sans-serif;
  --font-family-inter: Inter, Roboto, "San Francisco", Akkurat, sans-serif;
  --font-family-optima: "Optima Nova LT Pro", Platino, "Roboto Slab", serif;
  --font-family-fakt-block: FaktBlock, Platino, "Roboto Slab", serif;
  --font-family-fakt: Fakt, Platino, "Roboto Slab", serif;
  --font-family-polar: Polar, Platino, "Roboto Slab", serif;
  /* Folio Styles */
  --font-folio-h1: normal 300 40px/44px var(--font-family-folio);
  --font-folio-h2: normal 300 32px/38px var(--font-family-folio);
  --font-folio-h3: normal 300 24px/30px var(--font-family-folio);
  --font-folio-h4: normal 500 14px/18px var(--font-family-folio);
  --font-folio-h5: normal 500 12px/18px var(--font-family-folio);
  --font-folio-h6: normal 500 9px/12px var(--font-family-folio);
  --font-folio-body-1: normal 300 20px/28px var(--font-family-folio);
  --font-folio-body-2: normal 300 16px/24px var(--font-family-folio);
  --font-folio-body-3: normal 300 14px/20px var(--font-family-folio);
  --font-folio-body-4: normal 300 12px/20px var(--font-family-folio);
  /* Optima Styles */
  --font-optima-h1: normal 400 40px/48px var(--font-family-optima);
  --font-optima-h2: normal 400 32px/40px var(--font-family-optima);
  --font-optima-h3: normal 400 24px/32px var(--font-family-optima);
  --font-optima-body-1: normal 400 20px/28px var(--font-family-optima);
  --font-optima-body-2: normal 400 16px/26px var(--font-family-optima);
  --font-optima-body-3: normal 400 14px/24px var(--font-family-optima);
  /* Inter Styles */
  --font-inter-h1: normal 600 40px/48px var(--font-family-inter);
  --font-inter-h2: normal 600 32px/40px var(--font-family-inter);
  --font-inter-h3: normal 600 24px/32px var(--font-family-inter);
  --font-inter-body-large: normal 400 20px/28px var(--font-family-inter);
  --font-inter-body-medium: normal 400 16px/24px var(--font-family-inter);
  --font-inter-body-small: normal 400 14px/20px var(--font-family-inter);
  --font-inter-body-tiny: normal 400 12px/16px var(--font-family-inter);
  --font-inter-subheading: normal 600 14px/18px var(--font-family-inter);
  --font-inter-subheading-2: normal 600 16px/22px var(--font-family-inter);
  --font-inter-button-text: normal 600 12px/16px var(--font-family-inter);
  --font-inter-form-label: normal 600 9px/16px var(--font-family-inter);
  /* Fakt Styles */
  --font-fakt-h1: normal 400 64px/64px var(--font-family-fakt);
  --font-fakt-h2: normal 400 56px/56px var(--font-family-fakt);
  --font-fakt-h3: normal 400 48px/48px var(--font-family-fakt);
  --font-fakt-h4: normal 400 32px/1.2 var(--font-family-fakt);
  --font-fakt-h5: normal 400 24px/1.12 var(--font-family-fakt);
  --font-fakt-body: normal 400 16px/24px var(--font-family-fakt);
  --font-fakt-body--lg: normal 400 20px/26px var(--font-family-fakt);
  --font-fakt-body--md: normal 400 14px/1.2 var(--font-family-fakt);
  --font-fakt-body--tiny: normal 400 12px/16px var(--font-family-fakt);
  --font-fakt-article: normal 400 18px/1.5 var(--font-family-fakt);
  --font-fakt-quote: normal 400 32px/1.4 var(--font-family-fakt);
  --font-fakt-caption: italic 400 12px/1.2 var(--font-family-fakt);
  --font-fakt-subheading--sm: normal 600 14px/20px var(--font-family-fakt);
  --font-fakt-cta-heading: normal 400 36px/40px var(--font-family-fakt);
  /* Letter Spacing */
  --font-letter-spacing-1: 1px;
  --font-letter-spacing-2: 0.8px;
  --font-letter-spacing-3: 0.6px;
  --font-letter-spacing-4: -0.4px;
  --font-letter-spacing-5: 0.2px;
  /* Spacing */
  --section-padding: 90px 60px;
  --section-padding--narrow: 45px 60px;
  --section-padding--narrow2: 56px 18px;
  --section-padding--inline: 0 30px;
  --section-max-width: 1246px;
  --spacing-1: 16px;
  --spacing-2: 24px;
  --spacing-3: 32px;
  --spacing-4: 48px;
  --spacing-5: 56px;
  --spacing-6: 64px;
  /* Other */
  --border-radius--sm: 8px;
  --border-radius--md: 16px;
  --border-radius--lg: 32px;
  --border-grid-color: #f2f0eb;
}

@media screen and (max-width: 992px) {
  :root {
    --section-padding: 45px 30px;
    --section-padding--narrow: 45px 30px;
    --font-fakt-h1: normal 400 52px/52px var(--font-family-fakt-block);
    --font-fakt-h2: normal 400 44px/44px var(--font-family-fakt-block);
    --font-fakt-h3: normal 400 32px/32px var(--font-family-fakt-block);
    --font-fakt-h4: normal 400 24px/1.2 var(--font-family-fakt-block);
    --font-fakt-cta-heading: normal 400 32px/36px var(--font-family-fakt);
  }
}
@media screen and (max-width: 600px) {
  :root {
    --font-fakt-h1: normal 400 42px/42px var(--font-family-fakt-block);
    --font-fakt-h2: normal 400 32px/32px var(--font-family-fakt-block);
    --font-fakt-h3: normal 400 28px/28px var(--font-family-fakt-block);
    --section-padding--inline: 0 16px;
  }
}
.bg-black {
  background: var(--black);
}

.bg-white {
  background-color: var(--white);
}

.bg-lightest {
  background: var(--lightest-gray);
}

.bg-greige {
  background: var(--bg-greige);
}

.bg-lightgrey {
  background: var(--bg-light-gray);
}

.bg-grey {
  background: var(--bg-gray);
}

.bg-sand {
  background: var(--accent-sand);
}

.bg-beightaccent {
  background: var(--accent-beige);
}

.bg-cardboard {
  background: var(--accent-cardboard);
}

.bg-cardboard-2 {
  background: var(--cardboard-2);
}

.bg-cardboard-4 {
  background: var(--cardboard-4);
}

.bg-mint {
  background: var(--accent-mint);
}

.bg-slate {
  background: var(--accent-slate);
}

.bg-slate-1 {
  background: var(--slate-1);
}

.bg-darkgreyaccent {
  background: var(--accent-dark-gray);
}

.bg-orange {
  background: var(--brand-orange);
}

.bg-orange-1 {
  background: var(--orange-1);
}

.bg-light-green {
  background: var(--light-green);
}

.bg-blog-grey {
  background: var(--blog-grey);
}

.bg-dark-green {
  background: var(--dark-green);
}

.text-black p,
.text-black span,
.text-black a {
  color: var(--black);
}

.text-white p,
.text-white span,
.text-white a {
  color: var(--white);
}

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  max-width: var(--section-max-width);
  width: 100%;
}

/* photoswipe */
.pswp__img--placeholder {
  display: none;
}

.pswp img {
  -o-object-fit: contain;
     object-fit: contain;
}

body {
  color: var(--black);
  font: var(--font-fakt-body-1);
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

html[lang^=ja] body,
html[lang^=zh] body,
html[lang^=ko] body {
  line-break: strict;
  word-break: break-all;
}

p {
  margin: 0 0 20px;
}

a {
  color: var(--brand-orange);
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
}

h1 {
  font: var(--font-folio-h1);
}

h2 {
  font: var(--font-folio-h2);
}

h3 {
  font: var(--font-folio-h3);
}

h4 {
  font: var(--font-folio-h4);
}

h5 {
  font: var(--font-folio-h5);
}

h6 {
  font: var(--font-folio-h6);
}

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

blockquote {
  border-left: 0 none;
  margin: 0;
  padding-left: 0;
}

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

img {
  font-size: 0.583rem;
  word-break: normal;
}

.font-folio-h1,
.font-folio-h2,
.font-folio-h3,
.font-folio-h4,
.font-folio-h5 {
  text-transform: uppercase;
}

.font-folio-h1 {
  font: var(--font-folio-h1);
}

.font-folio-h2 {
  font: var(--font-folio-h2);
}

.font-folio-h3 {
  font: var(--font-folio-h3);
}

.font-folio-h4 {
  font: var(--font-folio-h4);
}

.font-folio-h5 {
  font: var(--font-folio-h5);
}

.font-folio-h6 {
  color: var(--orange-4);
  font: var(--font-folio-h6);
}

.font-folio-body-1 {
  font: var(--font-folio-body-1);
}

.font-folio-body-2 {
  font: var(--font-folio-body-2);
}

.font-folio-body-3 {
  font: var(--font-folio-body-3);
}

.font-folio-body-4 {
  font: var(--font-folio-body-4);
}

.font-optima-h1 {
  font: var(--font-optima-h1);
}

.font-optima-h2 {
  font: var(--font-optima-h2);
}

.font-optima-h3 {
  font: var(--font-optima-h3);
}

.font-optima-body-1 {
  font: var(--font-optima-body-1);
}

.font-optima-body-2 {
  font: var(--font-optima-body-2);
}

.font-optima-body-3 {
  font: var(--font-optima-body-3);
}

.font-inter-h1 {
  font: var(--font-inter-h1);
}

.font-inter-h2 {
  font: var(--font-inter-h2);
}

.font-inter-h3 {
  font: var(--font-inter-h3);
}

.font-body-large {
  font: var(--font-body-large);
}

.font-body-medium {
  font: var(--font-body-medium);
}

.font-body-small {
  font: var(--font-body-small);
}

.font-body-tiny {
  font: var(--font-body-tiny);
}

.font-inter-subheading {
  font: var(--font-inter-subheading);
}

.font-inter-button-text {
  font: var(--font-inter-button-text);
}

.font-inter-form-label {
  font: var(--font-inter-form-label);
}

.font-inter-h1,
.font-inter-h2,
.font-inter-h3,
.font-inter-button-text .font-inter-form-label {
  text-transform: uppercase;
}

/* Fakt Styles */
.font-fakt-h1 {
  font: var(--font-fakt-h1);
}

.font-fakt-h2 {
  font: var(--font-fakt-h2);
}

.font-fakt-h3 {
  font: var(--font-fakt-h3);
}

.font-fakt-h4 {
  font: var(--font-fakt-h4);
}

.font-fakt-h5 {
  font: var(--font-fakt-h5);
}

.font-fakt-h1,
.font-fakt-h2 {
  text-transform: uppercase;
}

.font-fakt-block {
  font-family: var(--font-family-fakt-block);
  font-feature-settings: "ss18" on;
}

.block-ratings {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 8px;
  text-align: center;
}
.block-ratings__label {
  text-transform: uppercase;
  font: var(--font-fakt-body--tiny);
  color: var(--gray-6);
  margin: 0;
}
.block-ratings img {
  height: 24px;
  width: auto;
}

/* Button templates */
.button-dark, .button-dark--sm, .button-dark--md, .button-secondary, .button-secondary--sm, .button-secondary--md, .button-primary, form.hs-form .hs-submit input[type=submit], .form-style-2 form.hs-form .hs-submit input[type=submit], .button-primary--sm, .button-primary--md {
  border-radius: 8px;
  color: var(--black);
  cursor: pointer;
  display: inline-block;
  font: var(--font-fakt-body);
  max-width: 300px;
  outline: 0;
  padding: 18px 25px;
  text-align: center;
}
.button-dark:hover, .button-dark--sm:hover, .button-dark--md:hover, .button-secondary:hover, .button-secondary--sm:hover, .button-secondary--md:hover, .button-primary:hover, form.hs-form .hs-submit input[type=submit]:hover, .button-primary--sm:hover, .button-primary--md:hover {
  text-decoration: none;
}
@media (max-width: 480px) {
  .button-dark, .button-dark--sm, .button-dark--md, .button-secondary, .button-secondary--sm, .button-secondary--md, .button-primary, form.hs-form .hs-submit input[type=submit], .form-style-2 form.hs-form .hs-submit input[type=submit], .button-primary--sm, .button-primary--md {
    max-width: 100%;
    width: 100%;
  }
}

.button-dark--md, .button-secondary--md, .button-primary--md {
  padding: 12px 15px;
}

.button-dark--sm, .button-secondary--sm, .button-primary--sm {
  padding: 6px 15px;
}

.button-dark--nr, .button-secondary--nr, .button-primary--nr {
  border-radius: 0;
}

/* Button - Primary */
.button-primary, form.hs-form .hs-submit input[type=submit], .form-style-2 form.hs-form .hs-submit input[type=submit], .button-primary--sm, .button-primary--md {
  background-color: var(--brand-orange);
  border: 1px solid var(--brand-orange);
}
.button-primary:hover, form.hs-form .hs-submit input[type=submit]:hover, .button-primary--sm:hover, .button-primary--md:hover, .button-primary:active, form.hs-form .hs-submit input[type=submit]:active, .button-primary--sm:active, .button-primary--md:active {
  background-color: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
}
.button-primary:focus, form.hs-form .hs-submit input[type=submit]:focus, .button-primary--sm:focus, .button-primary--md:focus {
  outline: solid 8px var(--gray-2);
}
.button-primary:disabled, form.hs-form .hs-submit input[type=submit]:disabled, .button-primary--sm:disabled, .button-primary--md:disabled {
  background: var(--gray-3);
  border: 1px solid var(--gray-3);
  color: var(--gray-6);
}
/* Button - Secondary */
.button-secondary, .button-secondary--sm, .button-secondary--md {
  background-color: var(--white);
  border: 1px solid var(--blog-grey);
}
.button-secondary:hover, .button-secondary--sm:hover, .button-secondary--md:hover, .button-secondary:active, .button-secondary--sm:active, .button-secondary--md:active {
  background-color: var(--cardboard-1);
  color: var(--black);
}
.button-secondary:focus, .button-secondary--sm:focus, .button-secondary--md:focus {
  background-color: var(--white);
  outline: solid 8px var(--cardboard-1);
}
.button-secondary:disabled, .button-secondary--sm:disabled, .button-secondary--md:disabled {
  background: var(--gray-3);
  border: 1px solid var(--gray-6);
  color: var(--gray-6);
}
.button-dark, .button-dark--sm, .button-dark--md {
  background-color: var(--black);
  border: 1px solid var(--black);
  color: var(--white);
}
.button-dark:hover, .button-dark--sm:hover, .button-dark--md:hover, .button-dark:active, .button-dark--sm:active, .button-dark--md:active {
  background-color: var(--white);
  color: var(--black);
}
.button-dark:focus, .button-dark--sm:focus, .button-dark--md:focus {
  background-color: var(--white);
  outline: solid 8px var(--white);
}
.button-dark:disabled, .button-dark--sm:disabled, .button-dark--md:disabled {
  background: var(--gray-3);
  border: 1px solid var(--gray-6);
  color: var(--gray-6);
}
/* No button */
.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

.cta {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: var(--spacing-2);
  border-radius: var(--border-radius--md);
}
.cta__image {
  height: 275px;
}
.cta__image img {
  border-radius: var(--border-radius--sm);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cta__content .font-fakt-h5 {
  margin-bottom: 12px;
}
.cta__content p:last-of-type:not(:first-of-type) {
  margin: 0;
}
.cta a {
  margin-top: auto;
  width: 100%;
  max-width: 100%;
  text-transform: capitalize;
}
.cta#cta-renovate-confidently {
  background-color: var(--orange-1);
}
.cta#cta-rating {
  background-color: var(--slate-1);
}
.cta#cta-project-gallery {
  background-color: var(--cardboard-2);
}

.cta-inline {
  padding: var(--spacing-2);
  border-radius: var(--border-radius--md);
  margin: var(--spacing-4) 0;
  container-type: inline-size;
}
.cta-inline .cta-inline__title {
  margin-bottom: 12px;
  font: var(--font-fakt-h5);
}
.cta-inline .cta-inline__content {
  max-width: 575px;
  margin-bottom: var(--spacing-3);
  font: var(--font-fakt-body);
}
.cta-inline .cta-inline__content p {
  margin-bottom: 8px;
}
.cta-inline .cta-inline__subcontent {
  max-width: 575px;
  font: var(--font-fakt-body--tiny);
  margin-bottom: var(--spacing-2);
}
@container (max-width: 479px) {
  .cta-inline a.button-primary {
    width: 100%;
    max-width: 100%;
  }
}
.cta-inline-button {
  display: flex;
  flex-flow: column nowrap;
}
.cta-inline.cta-inline-image .cta-inline-image__wrapper {
  container-type: inline-size;
  display: flex;
}
.cta-inline.cta-inline-image .cta-inline-image__left {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.cta-inline.cta-inline-image .cta-inline-image__left a {
  width: 100%;
  max-width: 100%;
}
.cta-inline.cta-inline-image .cta-inline-image__image {
  border-radius: var(--border-radius--md);
}
.cta-inline.cta-inline-image .cta-inline-image__image img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100% !important;
}
@container (min-width: 480px) {
  .cta-inline.cta-inline-image .cta-inline-image__wrapper {
    flex-flow: row nowrap;
    gap: var(--spacing-3);
  }
  .cta-inline.cta-inline-image .cta-inline-image__wrapper > div {
    flex: 1 1 0;
  }
}
@container (max-width: 479px) {
  .cta-inline.cta-inline-image .cta-inline-image__wrapper {
    flex-flow: column nowrap;
    gap: var(--spacing-1);
  }
  .cta-inline.cta-inline-image .cta-inline-image__image {
    order: -1;
  }
}
.cta-inline.cta-inline-quote .cta-inline-quote__container {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  gap: var(--spacing-3);
}
@container (max-width: 500px) {
  .cta-inline.cta-inline-quote .cta-inline-quote__container {
    flex-flow: column nowrap;
  }
}
.cta-inline.cta-inline-quote .cta-inline-quote__image {
  flex: 1 1 0;
}
.cta-inline.cta-inline-quote .cta-inline-quote__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.cta-inline.cta-inline-quote .cta-inline-quote__content {
  flex: 1 1 0;
}
.cta-inline.cta-inline-quote .cta-inline-quote__quote {
  font: var(--font-fakt-body--lg);
  font-family: var(--font-family-polar);
  font-weight: 300;
  color: var(--gray-6);
}

/* Form title */
.form-title {
  color: var(--brand-orange);
}

form.hs-form label {
  color: var(--black);
  cursor: pointer;
  display: block;
  font: var(--font-fakt-body--tiny);
}
form.hs-form legend {
  color: var(--black);
  font-size: 17.5px;
}
form.hs-form input ::-moz-placeholder, form.hs-form textarea ::-moz-placeholder {
  color: var(--gray-6);
}
form.hs-form input ::placeholder,
form.hs-form textarea ::placeholder {
  color: var(--gray-6);
}
form.hs-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: var(--white) var(--form-select-icon) no-repeat calc(100% - 10px) center/1em;
  color: var(--gray-6);
  padding-right: 40px;
}
form.hs-form select::-ms-expand {
  display: none;
}
form.hs-form fieldset {
  display: grid;
  gap: 17px;
  margin-bottom: 17px;
  max-width: 100%;
}
form.hs-form fieldset.form-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 640px) {
  form.hs-form fieldset.form-columns-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
form.hs-form fieldset.form-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 640px) {
  form.hs-form fieldset.form-columns-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
form.hs-form fieldset[class^=form-columns-] .hs-form-field {
  float: none;
  width: 100%;
}
form.hs-form fieldset[class^=form-columns-] .hs-form-field .input {
  margin: 0;
}
form.hs-form fieldset ul.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
form.hs-form fieldset ul.inputs-list li {
  margin-bottom: 17px;
}
form.hs-form fieldset ul.inputs-list input,
form.hs-form fieldset ul.inputs-list span {
  vertical-align: middle;
}
form.hs-form input[type=text],
form.hs-form input[type=email],
form.hs-form input[type=password],
form.hs-form input[type=tel],
form.hs-form input[type=number],
form.hs-form input[type=file],
form.hs-form select,
form.hs-form textarea {
  background-color: var(--white);
  border: 1px solid var(--white);
  border-radius: var(--border-radius--sm);
  color: var(--gray-6);
  display: inline-block;
  font: var(--font-fakt-body--lg);
  outline: 0;
  padding: 24px 16px 8px;
  text-transform: uppercase;
  transition: 0.125s all ease;
  width: 100%;
}
form.hs-form input[type=text]:hover,
form.hs-form input[type=email]:hover,
form.hs-form input[type=password]:hover,
form.hs-form input[type=tel]:hover,
form.hs-form input[type=number]:hover,
form.hs-form input[type=file]:hover,
form.hs-form select:hover,
form.hs-form textarea:hover {
  background-color: var(--white);
}
form.hs-form input[type=text]:active, form.hs-form input[type=text]:focus,
form.hs-form input[type=email]:active,
form.hs-form input[type=email]:focus,
form.hs-form input[type=password]:active,
form.hs-form input[type=password]:focus,
form.hs-form input[type=tel]:active,
form.hs-form input[type=tel]:focus,
form.hs-form input[type=number]:active,
form.hs-form input[type=number]:focus,
form.hs-form input[type=file]:active,
form.hs-form input[type=file]:focus,
form.hs-form select:active,
form.hs-form select:focus,
form.hs-form textarea:active,
form.hs-form textarea:focus {
  border: 1px solid var(--black);
  color: var(--black);
}
form.hs-form input[type=text]:disabled,
form.hs-form input[type=email]:disabled,
form.hs-form input[type=password]:disabled,
form.hs-form input[type=tel]:disabled,
form.hs-form input[type=number]:disabled,
form.hs-form input[type=file]:disabled,
form.hs-form select:disabled,
form.hs-form textarea:disabled {
  background-color: #e7e7e7;
}
form.hs-form input[type=text]:disabled::-moz-placeholder, form.hs-form input[type=email]:disabled::-moz-placeholder, form.hs-form input[type=password]:disabled::-moz-placeholder, form.hs-form input[type=tel]:disabled::-moz-placeholder, form.hs-form input[type=number]:disabled::-moz-placeholder, form.hs-form input[type=file]:disabled::-moz-placeholder, form.hs-form select:disabled::-moz-placeholder, form.hs-form textarea:disabled::-moz-placeholder {
  color: var(--gray-6);
}
form.hs-form input[type=text]:disabled::placeholder,
form.hs-form input[type=email]:disabled::placeholder,
form.hs-form input[type=password]:disabled::placeholder,
form.hs-form input[type=tel]:disabled::placeholder,
form.hs-form input[type=number]:disabled::placeholder,
form.hs-form input[type=file]:disabled::placeholder,
form.hs-form select:disabled::placeholder,
form.hs-form textarea:disabled::placeholder {
  color: var(--gray-6);
}
form.hs-form input[type=checkbox],
form.hs-form input[type=radio] {
  cursor: pointer;
}
form.hs-form textarea {
  display: block;
  height: 100px;
}
form.hs-form .hs-form-field.hs-fieldtype-text, form.hs-form .hs-form-field.hs-fieldtype-select, form.hs-form .hs-form-field.hs-fieldtype-textarea, form.hs-form .hs-form-field.hs-fieldtype-number, form.hs-form .hs-form-field.hs-fieldtype-email, form.hs-form .hs-form-field.hs-fieldtype-date, form.hs-form .hs-form-field.hs-fieldtype-file {
  position: relative;
}
form.hs-form .hs-form-field.hs-fieldtype-text > label, form.hs-form .hs-form-field.hs-fieldtype-select > label, form.hs-form .hs-form-field.hs-fieldtype-textarea > label, form.hs-form .hs-form-field.hs-fieldtype-number > label, form.hs-form .hs-form-field.hs-fieldtype-email > label, form.hs-form .hs-form-field.hs-fieldtype-date > label, form.hs-form .hs-form-field.hs-fieldtype-file > label {
  color: var(--gray-6);
  font: var(--font-fakt-body--lg);
  display: block;
  left: 15px;
  position: absolute;
  top: 18.5px;
  transform: translate(0, 0) scale(1);
  transform-origin: bottom left;
  transition: all 0.15s ease;
  z-index: 10;
}
form.hs-form .hs-form-field.hs-fieldtype-text.active > label, form.hs-form .hs-form-field.hs-fieldtype-select.active > label, form.hs-form .hs-form-field.hs-fieldtype-textarea.active > label, form.hs-form .hs-form-field.hs-fieldtype-number.active > label, form.hs-form .hs-form-field.hs-fieldtype-email.active > label, form.hs-form .hs-form-field.hs-fieldtype-date.active > label, form.hs-form .hs-form-field.hs-fieldtype-file.active > label {
  transform: translate(0, -14px) scale(0.75);
}
form.hs-form .hs-form-field.hs-fieldtype-select > label {
  transform: translate(0, -14px) scale(0.75);
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox > label, form.hs-form .hs-form-field.hs-fieldtype-radio > label {
  margin-bottom: 17px;
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio] {
  display: none;
  opacity: 0;
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio] + span::before {
  background: var(--white);
  border: 1px solid var(--black);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  margin-top: -3px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:hover + span::before, form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:focus + span::before {
  outline: 8px solid #f0f0f0;
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:disabled + span::before {
  outline: 8px solid #fbfbfb;
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:active + span::before {
  border: 1px solid var(--gray-6);
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:checked + span::before {
  background: var(--brand-orange);
  background-position: center center;
  background-size: 14px;
  border: 1px solid var(--gray-6);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--white) inset;
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:checked + span:hover::before, form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:checked + span:focus::before {
  background: var(--black);
  background-position: center center;
  background-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--brand-orange) inset;
  outline: 8px solid rgba(255, 124, 85, 0.75);
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:checked + span:disabled::before {
  background: var(--black);
  background-position: center center;
  background-size: 14px;
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--brand-orange) inset;
  outline: 8px solid rgba(255, 124, 85, 0.25);
}
form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label input[type=radio]:checked + span:active::before {
  background: var(--gray-6);
  background-position: center center;
  background-size: 14px;
  border: 1px solid var(--gray-6);
  border-radius: 50%;
  box-shadow: 0 0 0 3px var(--white) inset;
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox], form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox] {
  display: none !important;
  opacity: 0;
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox] + span::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox] + span::before {
  background: var(--white);
  border: 1px solid var(--black);
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  margin-top: -3px;
  padding: 2px;
  text-align: center;
  vertical-align: middle;
  width: 16px;
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox]:hover + span::before, form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox]:focus + span::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox]:hover + span::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox]:focus + span::before {
  outline: 8px solid #f0f0f0;
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox]:disabled + span::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox]:disabled + span::before {
  outline: 8px solid #fbfbfb;
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox]:active + span::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox]:active + span::before {
  border: 1px solid var(--gray-6);
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox]:checked + span::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox]:checked + span::before {
  background: var(--brand-orange) var(--form-input-list-icon);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px;
  border: 1px solid transparent;
}
form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label input[type=checkbox]:checked + span:disabled::before, form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label input[type=checkbox]:checked + span:disabled::before {
  outline: 8px solid rgba(255, 124, 85, 0.25);
}
form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput {
  position: relative;
}
form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput::before {
  color: var(--gray-6);
  content: "📅";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-35%);
}
form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker .pika-table thead th {
  color: var(--white);
}
form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker .pika-table td .pika-button:hover, form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker .pika-table td .pika-button:focus {
  background-color: var(--black);
  border-radius: 0 !important;
  color: var(--white);
}
form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker .pika-table td.is-selected .pika-button {
  background: var(--black);
  border-radius: 0;
  box-shadow: none;
}
form.hs-form .hs-form-field.hs-fieldtype-date .input .hs-dateinput .fn-date-picker .pika-table td.is-today .pika-button {
  color: var(--black);
}
form.hs-form .hs-form-field.hs-fieldtype-file > label {
  cursor: pointer;
  transform: translateY(-14px) scale(0.75);
}
form.hs-form .hs-form-field.hs-fieldtype-file .input input {
  cursor: pointer;
}
form.hs-form .hs-form-field .hs-input.invalid, form.hs-form .hs-form-field .hs-input.error {
  border-color: #e85622;
}
form.hs-form .hs-form-field .hs-error-msgs li {
  margin: 10px 0 0;
}
form.hs-form .hs-form-field .hs-error-msgs li label.hs-error-msg {
  color: #e85622;
  font: var(--font-fakt-body--tiny);
  margin: 0px;
  text-align: left;
}
form.hs-form .hs-form-required {
  color: #ef6b51;
}
form.hs-form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox label {
  align-items: baseline;
  display: flex;
  gap: 10px;
}
form.hs-form .legal-consent-container .hs-dependent-field .hs-form-booleancheckbox label span {
  margin: 0;
}
form.hs-form .hs_recaptcha {
  margin: 17px 0;
}
form.hs-form .hs_recaptcha .grecaptcha-badge {
  margin: 0 auto;
}
form.hs-form .hs-submit .actions {
  text-align: center;
}
form.hs-form .hs-form__virality-link {
  display: none;
}

.form-style-2 form.hs-form {
  display: flex;
  flex-flow: column nowrap;
  gap: 8px;
}
.form-style-2 form.hs-form label {
  color: var(--gray-6);
  font: var(--font-fakt-body);
}
.form-style-2 form.hs-form input[type=text],
.form-style-2 form.hs-form input[type=email],
.form-style-2 form.hs-form input[type=password],
.form-style-2 form.hs-form input[type=tel],
.form-style-2 form.hs-form input[type=number],
.form-style-2 form.hs-form input[type=file],
.form-style-2 form.hs-form select,
.form-style-2 form.hs-form textarea {
  border-radius: var(--border-radius--sm);
  padding: 32px 16px 15px;
  border: none;
}
.form-style-2 form.hs-form fieldset {
  gap: 8px;
  margin-bottom: 0;
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-text, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-select, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-textarea, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-number, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-email, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-date, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-file {
  position: relative;
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-text > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-select > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-textarea > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-number > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-email > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-date > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-file > label {
  display: block;
  left: 15px;
  position: absolute;
  top: 18.5px;
  transform: translate(0, 0) scale(1);
  transform-origin: bottom left;
  transition: all 0.15s ease;
  z-index: 10;
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-text.active > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-select.active > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-textarea.active > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-number.active > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-email.active > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-date.active > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-file.active > label {
  transform: translate(0, -14px) scale(0.75);
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-select > label {
  transform: translate(0, -14px) scale(0.75);
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-checkbox > label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-radio > label {
  margin-bottom: 8px;
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-radio .inputs-list .hs-form-radio label {
  color: var(--black);
  font: var(--font-fakt-body--tiny);
  letter-spacing: var(--font-letter-spacing-1);
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-checkbox ul.inputs-list > li label, .form-style-2 form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox ul.inputs-list > li label {
  color: var(--black);
  font: var(--font-fakt-body--tiny);
  letter-spacing: var(--font-letter-spacing-1);
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-file > label {
  cursor: pointer;
  transform: translateY(-14px) scale(0.75);
}
.form-style-2 form.hs-form .hs-form-field.hs-fieldtype-file .input input {
  cursor: pointer;
}
.form-style-2 form.hs-form .hs-submit .actions {
  text-align: none;
}
.form-style-2 form.hs-form .hs-submit input[type=submit] {
  border-radius: var(--border-radius--sm);
  font: var(--font-fakt-body);
  max-width: 100%;
  padding: 16px;
  text-transform: none;
}

#block-inline-prelead-form {
  background-color: var(--orange-1);
  border: 1px solid var(--orange-1);
  border-radius: var(--border-radius--md);
  padding: var(--spacing-2) var(--spacing-1);
}
#block-inline-prelead-form form.hs-form {
  display: flex;
  flex-flow: row wrap;
  gap: var(--spacing-1);
}
#block-inline-prelead-form form.hs-form > div:first-of-type {
  width: 100%;
}
#block-inline-prelead-form form.hs-form > div.hs-form-field {
  flex: 1 1 0;
  max-width: 420px;
}
#block-inline-prelead-form form.hs-form > div.hs-form-field label {
  display: none;
}
#block-inline-prelead-form form.hs-form > div.hs-form-field input::-moz-placeholder {
  text-transform: none;
  font: var(--font-fakt-body);
}
#block-inline-prelead-form form.hs-form > div.hs-form-field input::placeholder {
  text-transform: none;
  font: var(--font-fakt-body);
}
#block-inline-prelead-form form.hs-form > div.hs-submit {
  flex: 0 0 0;
}
#block-inline-prelead-form form.hs-form > div.hs-submit .hs-button {
  padding: 12px 25px;
}
@media screen and (max-width: 767px) {
  #block-inline-prelead-form form.hs-form > div:not(.hs-submit) {
    flex: 1 1 100%;
  }
  #block-inline-prelead-form form.hs-form > div.hs-submit {
    flex: 1 1 100%;
  }
  #block-inline-prelead-form form.hs-form > div.hs-submit .hs-button {
    width: 100%;
    max-width: initial;
  }
}
#block-inline-prelead-form form.hs-form .hs-form-field.hs-email input[type=email] {
  padding: 11px 16px;
}

#form-renovation-guide-101 form {
  display: flex;
  flex-flow: row nowrap;
  gap: 16px;
}
#form-renovation-guide-101 form .hs-form-field.hs-email label {
  display: none;
}
#form-renovation-guide-101 form .hs-form-field.hs-email input[type=email] {
  padding: 18px 16px 15px;
}
#form-renovation-guide-101 form > div:not(.hs-submit) {
  flex: 1 1 0;
}
#form-renovation-guide-101 form > div.hs-submit {
  flex: 0 0 0;
}
@media screen and (max-width: 767px) {
  #form-renovation-guide-101 form {
    flex-flow: row wrap;
  }
  #form-renovation-guide-101 form > div:not(.hs-submit) {
    flex: 1 1 100%;
  }
  #form-renovation-guide-101 form > div.hs-submit {
    flex: 1 1 100%;
  }
  #form-renovation-guide-101 form > div.hs-submit .hs-button {
    width: 100%;
  }
}

.social-sharing {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 16px;
}
.social-sharing__link {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  background-color: var(--cardboard-5);
  cursor: pointer;
}

table {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}
table td,
table th {
  border: 1px solid var(--black);
  color: var(--black);
  padding: 18px;
  vertical-align: top;
}
table thead th {
  background-color: var(--black);
  color: var(--white);
  vertical-align: bottom;
}
table tfoot td {
  background-color: var(--white);
  color: var(--black);
  vertical-align: bottom;
}

.hs-blog-listing,
.hs-blog-post,
.hs-blog-search-results {
  font: var(--font-fakt-body);
  letter-spacing: 0;
}
.hs-blog-listing .body-container-wrapper,
.hs-blog-post .body-container-wrapper,
.hs-blog-search-results .body-container-wrapper {
  padding-top: var(--header-height);
}
.hs-blog-listing .post-date,
.hs-blog-post .post-date,
.hs-blog-search-results .post-date {
  color: var(--gray-7);
  font: var(--font-fakt-subheading--sm);
  text-transform: uppercase;
}
.hs-blog-listing .post-tags,
.hs-blog-post .post-tags,
.hs-blog-search-results .post-tags {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
}
.hs-blog-listing .post-tags .tag,
.hs-blog-post .post-tags .tag,
.hs-blog-search-results .post-tags .tag {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--brand-orange);
  color: var(--brand-orange);
  display: inline-block;
  font: normal 400 16px/22px var(--font-family-polar);
  padding: 4px 8px;
}
.hs-blog-listing .post-tags .tag:hover,
.hs-blog-post .post-tags .tag:hover,
.hs-blog-search-results .post-tags .tag:hover {
  background-color: var(--brand-orange);
  border: 1px solid var(--brand-orange);
  color: var(--black);
  text-decoration: none;
}
.hs-blog-listing .post-tags .tag:active, .hs-blog-listing .post-tags .tag:focus,
.hs-blog-post .post-tags .tag:active,
.hs-blog-post .post-tags .tag:focus,
.hs-blog-search-results .post-tags .tag:active,
.hs-blog-search-results .post-tags .tag:focus {
  background-color: var(--brand-orange);
  color: var(--black);
  outline: 3px solid var(--orange-2);
  text-decoration: none;
}
.hs-blog-listing .post,
.hs-blog-post .post,
.hs-blog-search-results .post {
  display: flex;
  flex-flow: column;
}
.hs-blog-listing .post a,
.hs-blog-post .post a,
.hs-blog-search-results .post a {
  display: block;
}
.hs-blog-listing .post a:hover,
.hs-blog-post .post a:hover,
.hs-blog-search-results .post a:hover {
  text-decoration: none;
}
.hs-blog-listing .post a:hover .post__title,
.hs-blog-post .post a:hover .post__title,
.hs-blog-search-results .post a:hover .post__title {
  color: var(--brand-orange);
}
.hs-blog-listing .post__image,
.hs-blog-post .post__image,
.hs-blog-search-results .post__image {
  aspect-ratio: 1.25;
  border-radius: var(--border-radius--md);
  margin-bottom: var(--spacing-1);
  overflow: hidden;
}
.hs-blog-listing .post__image img,
.hs-blog-post .post__image img,
.hs-blog-search-results .post__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.hs-blog-listing .post__image:hover img,
.hs-blog-post .post__image:hover img,
.hs-blog-search-results .post__image:hover img {
  transform: scale(1.1);
}
.hs-blog-listing .post__title,
.hs-blog-post .post__title,
.hs-blog-search-results .post__title {
  color: var(--black);
  margin-bottom: 8px;
}
.hs-blog-listing .post__tag,
.hs-blog-post .post__tag,
.hs-blog-search-results .post__tag {
  color: var(--gray-7);
  text-transform: uppercase;
  margin: 0 0 8px 0;
  font-weight: 600;
  font-size: 14px;
}

@media screen and (min-width: 600px) {
  .hs-blog-listing {
    background-image: linear-gradient(90deg, var(--border-grid-color) 1px, transparent 1px);
    background-position-x: var(--spacing-3);
    background-size: calc(33.33% - (var(--spacing-2)));
  }
}
@media screen and (min-width: 1246px) {
  .hs-blog-listing {
    background-image: linear-gradient(90deg, var(--border-grid-color) 1px, transparent 1px);
    background-position-x: var(--spacing-3);
    background-size: calc(25% - var(--spacing-3) / 2);
  }
}
.hs-blog-listing .blog-pagination {
  align-content: center;
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  font: var(--font-inter-body-medium);
  gap: 10px;
}
.hs-blog-listing .blog-pagination a {
  display: inline-block;
  text-decoration: none;
}
.hs-blog-listing .blog-pagination__prev img, .hs-blog-listing .blog-pagination__next img {
  vertical-align: middle;
}
.hs-blog-listing .blog-pagination__number {
  background-color: var(--blog-grey);
  border-radius: 50%;
  color: var(--black);
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 30px;
}
.hs-blog-listing .blog-pagination__number:hover, .hs-blog-listing .blog-pagination__number--active {
  background-color: var(--brand-orange);
  color: var(--white);
}
@media screen and (min-width: 768px) {
  .hs-blog-listing .blog-pagination__prev {
    margin-right: var(--spacing-1);
  }
  .hs-blog-listing .blog-pagination__next {
    margin-left: var(--spacing-1);
  }
}

.blog-search-form {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 18px 24px;
}
.blog-search-form__toggle {
  background-color: transparent;
  border: none;
}
.blog-search-form__toggle img {
  vertical-align: middle;
}
.blog-search-form__form {
  align-items: center;
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: var(--border-radius--sm);
  display: flex;
  flex-flow: row nowrap;
  padding: 8px 10px;
  z-index: 100;
}
.blog-search-form__form button[type=submit] {
  line-height: 13px;
  margin-right: 9px;
  padding: 0;
}
.blog-search-form__form button[type=submit] img {
  height: 13px;
  width: 13px;
}
.blog-search-form__form input,
.blog-search-form__form button {
  background: none;
  border: none;
}
.blog-search-form__form input {
  padding: 0;
  width: 225px;
}
.blog-search-form__form input::-moz-placeholder {
  color: var(--gray-6);
  font: var(--font-fakt-body);
}
.blog-search-form__form input::placeholder {
  color: var(--gray-6);
  font: var(--font-fakt-body);
}
.blog-search-form__form input:focus-visible {
  outline: none;
}
@media screen and (max-width: 1246px) {
  .blog-search-form__form input {
    width: 175px;
  }
}
.blog-search-form__form button {
  cursor: pointer;
}
.blog-search-form__form #blog-search-form__close {
  margin-left: auto;
}

.blog-slider.swiper .swiper-pagination {
  bottom: 24px;
}
.blog-slider.swiper .swiper-pagination .swiper-pagination-bullet {
  --swiper-pagination-color: var(--brand-orange);
  --swiper-pagination-bullet-inactive-color: var(--white);
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.blog-slider.swiper .swiper-button-prev,
.blog-slider.swiper .swiper-button-next {
  background: var(--brand-orange);
  height: 100px;
  width: 93px;
}
.blog-slider.swiper .swiper-button-prev::after,
.blog-slider.swiper .swiper-button-next::after {
  content: "";
}

.blog-post {
  --content-padding-inline: 16px;
  --max-content-width: 700px;
}
.blog-post__wrapper {
  padding: var(--section-padding--inline);
  max-width: 1464px;
  margin: 0 auto;
}
.blog-post__sidebar-wrapper {
  display: flex;
  flex-flow: column;
  border-right: 1px solid var(--border-grid-color);
  padding: 40px var(--content-padding-inline);
  gap: var(--spacing-4);
}
@media screen and (max-width: 991px) {
  .blog-post__sidebar-wrapper {
    border-inline: 1px solid var(--border-grid-color);
  }
}
@media screen and (min-width: 992px) {
  .blog-post__sidebar-wrapper {
    padding: 40px 24px;
  }
}
.blog-post #blog-post-sidebar-toc {
  flex: 1 1 0;
}
.blog-post__sidebar-ctas {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media screen and (min-width: 700px) and (max-width: 991px) {
  .blog-post__sidebar-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.blog-post__content {
  border-inline: 1px solid var(--border-grid-color);
}
.blog-post__content .faq {
  max-width: var(--max-content-width);
}
.blog-post__image {
  position: relative;
  padding: 40px var(--content-padding-inline);
}
.blog-post__image-wrapper {
  aspect-ratio: 4/3;
}
.blog-post__image img {
  border-radius: var(--border-radius--md);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .blog-post__image {
    padding-bottom: 0;
  }
}
.blog-post__header {
  border-bottom: 1px solid var(--border-grid-color);
  padding: 48px var(--content-padding-inline);
}
.blog-post__breadcrumbs {
  visibility: hidden;
  margin-bottom: 24px;
}
.blog-post__breadcrumbs ol {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-post__breadcrumbs ol li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.blog-post__breadcrumbs ol li.tag {
  display: none;
}
.blog-post__breadcrumbs ol li a {
  color: var(--black);
  font: var(--font-inter-body-small);
  text-transform: uppercase;
}
.blog-post__breadcrumbs ol li:not(:first-child)::before {
  content: "";
  display: inline-block;
  margin: 0 4px 0 8px;
  height: 16px;
  width: 16px;
  background-image: var(--icon-chevron-right);
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-post__title {
  font: var(--font-fakt-h2);
  text-transform: none;
  margin: 0 0 32px 0;
}
.blog-post__summary {
  font: var(--font-fakt-article);
  margin-bottom: 24px;
}
.blog-post__summary p:last-of-type {
  margin-bottom: 0;
}
.blog-post__metasharing {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  gap: 48px;
}
.blog-post__byline {
  font: var(--font-fakt-body);
  font-weight: 600;
  margin: 0;
  margin-bottom: 8px;
  color: var(--gray-7);
}
.blog-post__date {
  font: var(--font-fakt-subheading--sm);
  font-weight: 600;
  letter-spacing: var(--font-letter-spacing-5);
  margin: 0;
}
.blog-post__content-well {
  display: flex;
  flex-flow: column nowrap;
  padding: 48px var(--content-padding-inline);
}
.blog-post__toc {
  visibility: hidden;
  padding: var(--spacing-2);
  background-color: var(--blog-grey);
  border-radius: var(--border-radius--md);
}
.blog-post__toc > p {
  font: var(--font-fakt-article);
  font-weight: 600;
  margin-bottom: var(--spacing-2);
}
.blog-post__toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-post__toc ol li {
  margin-bottom: var(--spacing-1);
}
.blog-post__toc ol li a {
  color: var(--black);
}
.blog-post__toc ol li a.active {
  text-decoration: underline;
}
.blog-post__toc--sticky {
  position: sticky;
  top: calc(var(--header-guides-height) + var(--spacing-2));
  background-color: white;
  padding: 0;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.blog-post__toc--sticky.hidden {
  opacity: 0;
}
@media screen and (max-width: 991px) {
  .blog-post__toc--sticky {
    display: none;
  }
}
.blog-post__body {
  display: flex;
  flex-flow: column;
  gap: var(--spacing-2);
}
@media screen and (min-width: 768px) {
  .blog-post__body {
    max-width: var(--max-content-width);
  }
}
.blog-post__body .hs_cos_wrapper {
  display: block;
  font: var(--font-fakt-article);
}
.blog-post__body .hs_cos_wrapper > p {
  font: var(--font-fakt-article);
  margin-bottom: var(--spacing-3);
}
.blog-post__body .hs_cos_wrapper h2,
.blog-post__body .hs_cos_wrapper h3,
.blog-post__body .hs_cos_wrapper h4 {
  scroll-margin-top: 75px;
  margin-bottom: var(--spacing-3);
}
.blog-post__body .hs_cos_wrapper h2:not(:first-of-type),
.blog-post__body .hs_cos_wrapper h3:not(:first-of-type),
.blog-post__body .hs_cos_wrapper h4:not(:first-of-type) {
  margin-top: var(--spacing-4);
}
.blog-post__body .hs_cos_wrapper h2 {
  font: var(--font-fakt-h4);
}
.blog-post__body .hs_cos_wrapper h3 {
  font: var(--font-fakt-h5);
  letter-spacing: 0;
}
.blog-post__body .hs_cos_wrapper h4 {
  font: var(--font-inter-subheading);
  letter-spacing: var(--font-letter-spacing-5);
  text-transform: uppercase;
}
.blog-post__body .hs_cos_wrapper ol,
.blog-post__body .hs_cos_wrapper ul {
  padding-left: var(--spacing-2);
}
.blog-post__body .hs_cos_wrapper ol li,
.blog-post__body .hs_cos_wrapper ul li {
  margin-bottom: var(--spacing-1);
}
.blog-post__body .hs_cos_wrapper ol li p,
.blog-post__body .hs_cos_wrapper ul li p {
  margin-bottom: var(--spacing-1);
}
.blog-post__body .hs_cos_wrapper img {
  border-radius: var(--border-radius--md);
}
.blog-post__body .hs_cos_wrapper img.blog-post__img-horizontal {
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
}
.blog-post__body .hs_cos_wrapper img.blog-post__img-vertical {
  max-width: 80% !important;
  height: auto !important;
  margin: 0 !important;
}
.blog-post__body .hs_cos_wrapper figure {
  margin: 0;
  max-width: 100%;
}
.blog-post__body .hs_cos_wrapper figure img {
  margin-bottom: 0;
}
.blog-post__body .hs_cos_wrapper figure figcaption {
  color: var(--gray-6);
  font: var(--font-fakt-caption);
  margin-top: 8px;
}
.blog-post__body .hs_cos_wrapper blockquote {
  font: var(--font-fakt-quote);
  margin-bottom: var(--spacing-3);
  padding: var(--spacing-4);
  padding-right: 0;
  position: relative;
  text-transform: uppercase;
  z-index: 5;
}
.blog-post__body .hs_cos_wrapper blockquote::before {
  background-color: var(--light-coral);
  bottom: 0;
  content: "";
  left: -5vw;
  position: absolute;
  top: 0;
  transform: translateX(-46px);
  width: 100vw;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .blog-post__body .hs_cos_wrapper blockquote::before {
    transform: translateX(-76px);
  }
}
@media screen and (min-width: 1200px) {
  .blog-post__body .hs_cos_wrapper blockquote::before {
    transform: translateX(calc(-1 * (100vw - 60px - max(480px + 10vw, 50vw - 69px))));
  }
}
.blog-post__body .hs_cos_wrapper blockquote::after {
  color: var(--brand-orange);
  content: "“";
  font-size: 80px;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 45px;
}
.blog-post__body .hs_cos_wrapper blockquote p.byline {
  color: var(--brand-orange);
  font: var(--font-inter-subheading);
  margin: 8px 0;
}
.blog-post__body .hs_cos_wrapper blockquote p.byline::before {
  content: "––";
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .blog-post__body .hs_cos_wrapper blockquote {
    font-size: 24px;
    line-height: 1.2;
    padding-left: var(--spacing-3);
  }
  .blog-post__body .hs_cos_wrapper blockquote::after {
    font-size: 50px;
  }
}
.blog-post__body .hs_cos_wrapper form h2,
.blog-post__body .hs_cos_wrapper form h3,
.blog-post__body .hs_cos_wrapper form h4 {
  margin-bottom: 16px;
}
.blog-post__body .hs_cos_wrapper form p {
  margin-bottom: 16px;
}
.blog-post__body .hs_cos_wrapper table {
  border: none !important;
}
.blog-post__body .hs_cos_wrapper table tbody tr th,
.blog-post__body .hs_cos_wrapper table tbody tr td {
  padding: 16px !important;
}
.blog-post__body .hs_cos_wrapper table tbody tr th {
  border: none;
  text-align: left;
}
.blog-post__body .hs_cos_wrapper table tbody tr td {
  background-color: var(--cardboard-1);
  border: 1px solid var(--cardboard-3);
}
.blog-post__tags {
  margin: var(--spacing-1) 0 var(--spacing-4) 0;
}
.blog-post__author {
  margin-bottom: 40px;
}
.blog-post__author-top {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.blog-post__author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog-post__author-name {
  font: var(--font-fakt-body);
  margin-bottom: 8px;
}
.blog-post__author-title {
  font: var(--font-fakt-body--md);
  margin-bottom: 0;
}
.blog-post__author-bio {
  color: var(--gray-7);
}
.blog-post .global-blog-content-footer {
  margin: 30px 0 0 0;
  padding: 30px 0;
  border-top: 1px solid var(--border-grid-color);
  font: var(--font-fakt-article);
}
@media screen and (min-width: 992px) {
  .blog-post {
    --content-padding-inline: 70px;
  }
}
@media screen and (min-width: 600px) and (max-width: 991px) {
  .blog-post {
    --content-padding-inline: 30px;
  }
}
@media screen and (min-width: 992px) {
  .blog-post__wrapper {
    display: grid;
    grid-template-columns: 2fr 394px;
  }
  .blog-post__breadcrumbs {
    grid-column: span 2;
  }
  .blog-post__title {
    grid-column: span 2;
  }
  .blog-post__summary {
    grid-column: span 2;
  }
}
.blog-post.blog-post--header-v2 .blog-post__header {
  border-bottom: none;
  padding-bottom: 0px;
}