@charset "UTF-8";
/* purgecss start ignore */
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.bottom-8{
  bottom: 2rem;
}
.right-8{
  right: 2rem;
}
.z-50{
  z-index: 50;
}
.block{
  display: block;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.overflow-hidden{
  overflow: hidden;
}
.border{
  border-width: 1px;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 54 / var(--tw-bg-opacity, 1));
}
.bg-indigo-400{
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.italic{
  font-style: italic;
}
.text-green{
  --tw-text-opacity: 1;
  color: rgb(116 192 172 / var(--tw-text-opacity, 1));
}
.text-indigo-50{
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-50{
  opacity: 0.5;
}
.outline{
  outline-style: solid;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* stylelint-disable */
/* 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 ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* stylelint-enable */
html {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}

.box {
  border: 1px dotted red;
  background: rgba(255, 0, 0, 0.1);
}

.dummy {
  border: 1px dotted red;
  background: rgba(255, 0, 0, 0.1);
  padding: 1rem;
}

.dump-info {
  border: 1px solid rgba(136, 136, 136, 0.4);
  padding: 20px;
  background: rgba(170, 170, 170, 0.1);
}

.placeholder {
  border: 1px dotted gray;
  background: rgba(128, 128, 128, 0.1);
  margin: 3rem auto;
  padding: 5rem 2rem;
  text-align: center;
}
.placeholder__heading {
  color: gray;
  font-size: 1.5rem;
  font-weight: bold;
}
.placeholder__description {
  color: gray;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-Book/CircularStd-Book.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-Book/CircularStd-Book.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-BookItalic/CircularStd-BookItalic.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-BookItalic/CircularStd-BookItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-Medium/CircularStd-Medium.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-Medium/CircularStd-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-MediumItalic/CircularStd-MediumItalic.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-MediumItalic/CircularStd-MediumItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-Bold/CircularStd-Bold.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-Bold/CircularStd-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-BoldItalic/CircularStd-BoldItalic.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-BoldItalic/CircularStd-BoldItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-Black/CircularStd-Black.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-Black/CircularStd-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-display: swap;
  font-family: "circular";
  src: url("/wp-content/themes/pk/public/fonts/CircularStd-BlackItalic/CircularStd-BlackItalic.woff") format("woff"), url("/wp-content/themes/pk/public/fonts/CircularStd-BlackItalic/CircularStd-BlackItalic.ttf") format("truetype");
  font-style: italic;
  font-weight: 900;
}
/*
CircularStd-Book
CircularStd-BookItalic
CircularStd-Medium
CircularStd-MediumItalic
CircularStd-Bold
CircularStd-BoldItalic
CircularStd-Black
CircularStd-BlackItalic
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

*::selection {
  color: var(--text-color);
  background: rgba(var(--text-color), 0.1);
}

html{
  font-family: circular, Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--text-color), 1);
}
@media (min-width: 680px) {
  html {
    font-size: 16px;
    font-size: max(1.125vw, 14px);
  }
}
@media (min-width: 992px) {}
@media (min-width: 1980px) {
  html {
    font-size: 22px;
  }
}

body{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.65;
}

a {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1rem;
}

ul {
  padding-left: 1.5em;
}

#cookie-law-info-bar {
  z-index: 99999999999 !important;
}

form.post-password-form {
  margin-top: 50vh !important;
}

.heading1{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .heading1{
    font-size: 4rem;
    line-height: 1.1;
  }
}

.heading2{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .heading2{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}

.heading3{
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.heading4{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.heading5{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.heading6{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.label{
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
}

.leading{
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .leading{
    font-size: 1.2rem;
    line-height: 1.65;
  }
}

.app {
  background-color: rgba(var(--background-color), 1);
}
.app__header{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  height: 3.5rem;
  width: 100%;
}
@media (min-width: 680px) {
  .app__header{
    position: absolute;
    height: 100%;
    width: 2.5rem;
  }
}
.app__nav{
  position: fixed;
  top: 3.5rem;
  left: 0px;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
}
@media (min-width: 680px) {
  .app__nav{
    top: 0px;
    left: 2.5rem;
  }
}
.app__sticky{
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 30;
}
.app__main::after, .app__main::before {
  content: " ";
  display: table;
}
.app__main::after {
  clear: both;
}
.app__main{
  position: relative;
  z-index: 10;
  padding-top: 3.5rem;
  min-height: 50vh;
}
@media (min-width: 680px) {
  .app__main{
    padding-left: 2.5rem;
    padding-top: 0px;
  }
}
.app__footer{
  position: relative;
  z-index: 10;
}
@media (min-width: 680px) {
  .app__footer{
    padding-left: 2.5rem;
  }
}
.app__cookiebar{
  position: relative;
  z-index: 50;
}

.cookiebar {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.cookiebar[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.cookiebar[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.cookiebar{
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 50;
  display: none;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 680px) {
  .cookiebar{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cookiebar__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .cookiebar__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .cookiebar__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .cookiebar__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .cookiebar__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .cookiebar__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .cookiebar__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
@media (min-width: 680px) {
  .cookiebar__main{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.cookiebar__info{
  margin-bottom: 0.5rem;
}
@media (min-width: 680px) {
  .cookiebar__info{
    margin-bottom: 0px;
    margin-right: 1rem;
  }
}
.cookiebar__heading{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
}
.cookiebar__description{
  font-size: 0.875rem;
  line-height: 1.3;
}
.cookiebar__button{
  font-size: 0.875rem;
  line-height: 1.3;
}
.cookiebar__button .button {
  min-width: 0;
  line-height: 2.25em;
  height: 2.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.header{
  position: relative;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  border-bottom: 1px solid rgba(var(--text-color), 0.2);
}
@media (min-width: 680px) {
  .header{
    align-items: flex-start;
    border-width: 0px;
  }
}
.header__brand{
  position: relative;
  left: 0.75rem;
  display: block;
}
@media (min-width: 680px) {
  .header__brand{
    position: absolute;
    top: 2rem;
    left: 7rem;
  }
  body.nav-is-open .header__brand{
    position: fixed;
  }
}
@media (min-width: 992px) {
  .header__brand{
    left: 9rem;
  }
}
.header__logo{
  position: relative;
  display: block;
  height: 2rem;
  width: auto;
  top: 0.125rem;
  transition: fill 0.3s ease;
}
@media (min-width: 680px) {
  .header__logo{
    height: 3rem;
  }
}
@media (min-width: 992px) {
  .header__logo{
    height: 3.5rem;
  }
}
.header__logo[data-color=black] {
  fill: black;
}
.header__logo[data-color=white] {
  fill: black;
}
@media (min-width: 680px) {
  .header__logo[data-color=white] {
    fill: white;
  }
  body.nav-is-open .header__logo {
    fill: black;
  }
}
.header__logo svg{
  height: 100%;
  width: auto;
}
.header__main{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 680px) {
  .header__main{
    position: fixed;
    top: 0px;
    left: 0px;
    display: block;
    height: 100%;
    width: 2.5rem;
    padding-left: 0px;
    padding-right: 0px;
    border-right: 1px solid rgba(var(--text-color), 0.2);
  }
}
.header__link{
  position: relative;
  display: flex;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
}
@media (min-width: 680px) {
  .header__link{
    height: 9rem;
    padding-top: 1rem;
    text-align: center;
    flex-direction: column;
  }
}
.header__link-icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__link-text{
  margin-right: 1rem;
  font-weight: 700;
}
@media (min-width: 680px) {
  .header__link-text{
    position: relative;
    top: 2rem;
    margin-right: 0px;
    width: 4rem;
    text-align: right;
    transform: rotate(-90deg);
    transform-origin: center center;
  }
}
.header__link-text div:nth-child(2){
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 680px) {
  .header__link-text div:nth-child(2){
    right: 0px;
    left: auto;
  }
}
.header__link-text div:nth-child(2).show{
  opacity: 1;
}

.footer {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.footer[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.footer[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.footer[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .footer[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.footer[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .footer[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.footer[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .footer[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.footer[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .footer[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.footer[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .footer[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.footer[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .footer[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.footer[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .footer[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.footer[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .footer[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.footer{
  position: relative;
}
.footer__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .footer__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .footer__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .footer__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .footer__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .footer__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .footer__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.footer__main{
  position: relative;
  z-index: 20;
}
@media (min-width: 680px) {
  .footer__info{
    margin-bottom: 3rem;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 3rem;
  }
}
.footer__brand{
  position: relative;
  margin-bottom: 2rem;
  display: block;
  width: 100%;
}
.footer__logo{
  position: relative;
  display: block;
  height: auto;
  fill: white;
  max-width: 12rem;
}
.footer__logo svg{
  display: block;
  height: auto;
  width: 100%;
}
.footer__contact{
  margin-bottom: 2rem;
}
.footer__heading{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
}
.footer__description a{
  color: currentColor;
}
.footer__social{
  margin-top: 1rem;
}
.footer__nav{
  grid-column: span 2 / span 2;
  margin-bottom: 2rem;
}
.footer__details{
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  line-height: 1.3;
}
.footer__details span{
  margin-right: 1rem;
}
.footer__details a{
  margin-right: 1rem;
  color: currentColor;
  opacity: 0.8;
}
.footer__graphics{
  display: block;
  height: auto;
  width: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 10;
}
@media (min-width: 680px) {
  .footer__graphics{
    top: 0px;
    height: 100%;
    width: auto;
  }
}

.nav{
  display: flex;
  height: 100%;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.nav__main{
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  padding: 3rem 1.5rem 5rem;
}
@media (min-width: 680px) {
  .nav__main{
    height: auto;
    padding: 5rem 1.5rem 1rem 4rem;
  }
}
@media (min-width: 992px) {
  .nav__main {
    padding-left: 6rem;
  }
}
.nav__button{
  margin-top: 2rem;
}
@media (min-width: 680px) {
  .nav__button{
    margin-top: 3rem;
    max-width: 24rem;
  }
}
@media (min-width: 992px) {
  .nav__button{
    margin-top: 3rem;
  }
}
@media screen and (min-width: 600px) and (max-height: 540px) {
  .nav__button{
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-height: 680px) {
  .nav__button{
    margin-top: 1.5rem;
  }
}
.nav__button > *{
  width: 100%;
}
@media (min-width: 680px) {
  .nav__button > *{
    width: auto;
    min-width: 16rem;
  }
}
.nav__social{
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
@media (min-width: 680px) {
  .nav__social{
    max-width: 24rem;
  }
}
@media screen and (min-width: 600px) and (max-height: 600px) {
  .nav__social{
    display: none;
  }
}
.nav__social-text{
  margin-right: 1rem;
}
.nav__social-platforms{
  display: inline-block;
}

.nav-menu{
  position: relative;
  padding: 0px;
}
.nav-menu__list{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.nav-menu__item{
  padding-left: 0.5rem;
}
@media (min-width: 680px) {
  .nav-menu__item{
    margin-left: -2.5rem;
    padding-left: 4rem;
  }
}
.nav-menu__link{
  margin-bottom: 1rem;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: currentColor;
}
@media screen and (min-width: 600px) and (max-height: 640px) {
  .nav-menu__link{
    margin-bottom: 0.5rem;
  }
}
.nav-menu__count{
  position: relative;
  left: -0.5rem;
  display: inline-block;
  width: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
  text-align: center;
  opacity: 0.5;
  top: -0.3rem;
}
@media (min-width: 680px) {
  .nav-menu__count{
    left: -1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    top: -0.4rem;
  }
}
.nav-menu__text{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  position: relative;
}
@media (min-width: 680px) {
  .nav-menu__text{
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.025em;
  }
}
.nav-menu__text:after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  content: "";
  height: 2px;
  background: rgba(var(--text-color), 1);
  transition: all 0.3s ease;
}
.nav-menu__item:hover .nav-menu__text:after{
  width: 100%;
}
.nav-menu__content{
  position: relative;
  left: -0.5rem;
}
@media (min-width: 680px) {
  .nav-menu__content{
    position: absolute;
    top: 0px;
    height: 100%;
    left: 50%;
    width: 45%;
  }
}
@media (min-width: 992px) {
  .nav-menu__content{
    left: 28%;
    width: 38%;
  }
}
.nav-menu__back{
  margin-bottom: 1.5rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}
@media (min-width: 680px) {
  .nav-menu__back{
    display: none;
  }
}
.nav-menu__back-icon svg{
  display: block;
  fill: currentColor;
}
.nav-menu__back-text{
  padding-left: 0.5rem;
}
.nav-menu__columns{
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .nav-menu__columns{
    display: flex;
    height: 100%;
  }
  .nav-menu__col{
    height: 100%;
    flex: 1 1 0%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2rem;
    border-width: 0px;
    border-left-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
  }
}
.nav-menu__heading{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.75rem;
}
@media (min-width: 992px) {
  .nav-menu__heading{
    margin-bottom: 1.5rem;
    margin-top: 0.25rem;
  }
  .nav-menu__children{
    margin-top: -0.5rem;
  }
}
.nav-menu__media{
  position: relative;
  display: none;
}
@media (min-width: 992px) {
  .nav-menu__media{
    position: fixed;
    top: 0px;
    right: 0px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 28%;
  }
}
.nav-menu__image{
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 20;
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0;
  transition: all 0.3s ease;
}
.nav-menu__image.default{
  z-index: 0;
  opacity: 1;
}
.nav-menu__image.active{
  z-index: 10;
  opacity: 1;
}
.nav-menu__image.show{
  opacity: 1;
}

.nav-children{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.nav-children__link{
  position: relative;
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 500;
  color: currentColor;
}
.nav-children__link:after{
  position: absolute;
  left: 0px;
  bottom: 0.5rem;
  width: 0px;
  content: "";
  height: 2px;
  background: rgba(var(--text-color), 1);
  transition: all 0.3s ease;
}
.nav-children__link:hover:after{
  width: 100%;
}

.sticky{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.sticky__icon{
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(234 141 107 / var(--tw-bg-opacity, 1));
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  padding: 0.75rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 680px) {
  .sticky__icon{
    height: 4rem;
    width: 4rem;
    padding: 1rem;
  }
}
.sticky__icon svg{
  display: block;
  height: auto;
  width: 100%;
  fill: #fff;
}
.sticky__label{
  margin-right: 1rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 54 / var(--tw-bg-opacity, 1));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
@media (min-width: 680px) {
  .sticky__label{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.footer-nav{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer-nav__list{
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.footer-nav__item{
  margin-bottom: 0.5rem;
}
.footer-nav__heading{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 1.5rem;
  display: inline-block;
  color: currentColor;
}
.footer-nav__link{
  color: currentColor;
  opacity: 0.8;
}

.intro__info{
  display: grid;
  grid-gap: 1rem;
}
.intro__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .intro__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.intro__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .intro__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.intro__leading{
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .intro__leading{
    font-size: 1.2rem;
    line-height: 1.65;
  }
}
.intro__leading{
  display: grid;
  grid-gap: 0.75rem;
}

.label{
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.label[data-color=red]{
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
}
.label[data-color=yellow]{
  --tw-text-opacity: 1;
  color: rgb(252 216 87 / var(--tw-text-opacity, 1));
}
.label[data-color=green]{
  --tw-text-opacity: 1;
  color: rgb(116 192 172 / var(--tw-text-opacity, 1));
}
.label[data-color=blue]{
  --tw-text-opacity: 1;
  color: rgb(73 176 232 / var(--tw-text-opacity, 1));
}
.label[data-color=purple]{
  --tw-text-opacity: 1;
  color: rgb(155 136 193 / var(--tw-text-opacity, 1));
}
.label[data-color=red-faded]{
  --tw-text-opacity: 1;
  color: rgb(246 202 180 / var(--tw-text-opacity, 1));
}
.label[data-color=yellow-faded]{
  --tw-text-opacity: 1;
  color: rgb(253 236 182 / var(--tw-text-opacity, 1));
}
.label[data-color=green-faded]{
  --tw-text-opacity: 1;
  color: rgb(194 225 215 / var(--tw-text-opacity, 1));
}
.label[data-color=blue-faded]{
  --tw-text-opacity: 1;
  color: rgb(181 216 246 / var(--tw-text-opacity, 1));
}
.label[data-color=purple-faded]{
  --tw-text-opacity: 1;
  color: rgb(204 195 226 / var(--tw-text-opacity, 1));
}
.label__text{
  white-space: normal;
}
.label__line {
  height: 1px;
  margin-left: 1rem;
  width: 3rem;
  background-color: currentColor;
}
@media (min-width: 680px) {
  .label__line{
    width: 6rem;
  }
}

.button {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 3.325em;
  border: none;
  border-radius: 3rem;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 2em;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  border: 2px solid transparent;
  appearance: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, background 0.3s ease, border 0.3s ease, text 0.3s ease;
  min-width: 10em;
}
.button:focus {
  outline: none;
}
.button {
  /*
  &.wide {
    width: 100%;
  }

  &.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  */
}
.button[data-style=solid-black] {
  color: #fff;
  background: #373736;
  border-color: #373736;
}
.button[data-style=solid-black]:hover {
  color: #fff;
  background: rgb(42.1330275229, 42.1330275229, 41.3669724771);
  border-color: rgb(42.1330275229, 42.1330275229, 41.3669724771);
}
.button[data-style=outline-black] {
  color: #373736;
  background: transparent;
  border-color: #373736;
}
.button[data-style=outline-black]:hover {
  color: #373736;
  background: transparent;
  border-color: rgb(42.1330275229, 42.1330275229, 41.3669724771);
}
.button[data-style=solid-white] {
  color: #373736;
  background: #fff;
  border-color: #fff;
}
.button[data-style=solid-white]:hover {
  color: #373736;
  background: #fff;
  border-color: #fff;
}
.button[data-style=outline-white] {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.button[data-style=outline-white]:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.faq-card__header{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
}
.faq-card__heading{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  flex: 1 1 0%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.faq-card__icon{
  position: relative;
  margin-left: 0.5rem;
  height: 1rem;
  width: 1rem;
}
.faq-card__icon hr{
  position: absolute;
  margin: 0px;
  border-width: 0px;
  background: rgba(var(--text-color), 1);
  transition: all ease 0.15s;
}
.faq-card__icon hr:nth-child(1) {
  width: 100%;
  height: 2px;
  top: calc(50% - 1px);
  left: 0;
}
.faq-card__icon hr:nth-child(2) {
  width: 2px;
  height: 100%;
  top: 0;
  left: calc(50% - 1px);
}
.faq-card__icon.is-open hr:nth-child(2) {
  transform: scale(1, 0);
}
.faq-card__description{
  padding-bottom: 0.5rem;
}
.faq-card__description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}

ul.checklist {
  padding-left: 0;
  list-style: none;
}
ul.checklist li {
  background-position: left 0.325em;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  padding-left: 1.5em;
}
ul.checklist li:nth-child(n+2) {
  margin-top: 0.25em;
}

[data-bg-color=white] ul.checklist li {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.2237 9.37931L16.7755 8L10.8329 14.2397L7.44828 10.8101L6 12.1895L10.8329 17.1397L18.2237 9.37931Z' fill='black'/></svg>");
}

[data-bg-color=black] ul.checklist li {
  background-image: url("data:image/svg+xml,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12ZM24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM18.2237 9.37931L16.7755 8L10.8329 14.2397L7.44828 10.8101L6 12.1895L10.8329 17.1397L18.2237 9.37931Z' fill='white'/></svg>");
}

.arrow-link{
  display: flex;
  align-items: center;
}
.arrow-link__text{
  margin-right: 0.5rem;
}
.arrow-link__icon {
  width: 1.5em;
  height: 1.5em;
}
.arrow-link__icon svg{
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
}

.pagination{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination__button{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  color: rgba(var(--text-color), 1);
}
@media (min-width: 680px) {
  .pagination__button{
    height: 3rem;
    width: 3rem;
    padding: 0.75rem;
  }
}
.pagination__button svg{
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.pagination__button[data-disabled="1"]{
  pointer-events: none;
  opacity: 0.2;
}
.pagination__link{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0.75rem;
  color: var(--text-color);
  border: 1px solid rgba(var(--text-color), 0.2);
}
@media (min-width: 680px) {
  .pagination__link{
    height: 3rem;
    width: 3rem;
  }
}
.pagination__link[data-active="1"] {
  color: rgba(var(--background-color), 1);
  border-color: rgba(var(--text-color), 1);
  background-color: rgba(var(--text-color), 1);
}

.stats-card{
  text-align: center;
}
.stats-card__heading{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .stats-card__heading{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.stats-card__heading{
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=red]{
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=yellow]{
  --tw-text-opacity: 1;
  color: rgb(252 216 87 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=green]{
  --tw-text-opacity: 1;
  color: rgb(116 192 172 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=blue]{
  --tw-text-opacity: 1;
  color: rgb(73 176 232 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=purple]{
  --tw-text-opacity: 1;
  color: rgb(155 136 193 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=red-faded]{
  --tw-text-opacity: 1;
  color: rgb(246 202 180 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=yellow-faded]{
  --tw-text-opacity: 1;
  color: rgb(253 236 182 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=green-faded]{
  --tw-text-opacity: 1;
  color: rgb(194 225 215 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=blue-faded]{
  --tw-text-opacity: 1;
  color: rgb(181 216 246 / var(--tw-text-opacity, 1));
}
.stats-card__heading[data-color=purple-faded]{
  --tw-text-opacity: 1;
  color: rgb(204 195 226 / var(--tw-text-opacity, 1));
}
.stats-card__description{
  font-size: 0.875rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

.profile-card__media{
  background-color: rgb(234 141 107 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.3;
  padding-top: 1rem;
}
@media (min-width: 680px) {
  .profile-card__media{
    padding-top: 1.5rem;
  }
}
.profile-card__image{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  mix-blend-mode: multiply;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.profile-card__name{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
}
.profile-card__position{
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.profile-card__link{
  color: currentColor;
}

.block-details{
  position: relative;
  z-index: 20;
}
.block-details__main{
  position: absolute;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}
.block-details p {
  font-size: 12px !important;
}

.product-images{
  position: relative;
  margin-bottom: -0.5rem;
}
.product-images__image{
  display: block;
  width: 100%;
}
.product-images .slick-prev,
.product-images .slick-next{
  top: 50%;
  margin-top: -1.5rem;
  background: rgba(var(--background-color), 1);
}
.product-images .slick-prev{
  left: 1.5rem;
}
.product-images .slick-next{
  right: 1.5rem;
}

.slick-prev,
.slick-next{
  position: absolute;
  cursor: pointer;
  display: block;
  height: 3rem;
  width: 3rem;
  border-radius: 9999px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  color: transparent;
  z-index: 10000;
  border: 1px solid rgba(var(--text-color), 0.2);
}
.slick-prev:before,
.slick-next:before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border: 0.2rem solid transparent;
  position: absolute;
  border-radius: 0.2rem;
  top: calc(50% - 0.4rem);
  left: calc(50% - 0.4rem);
}

.slick-prev:before {
  margin-left: 0.1rem;
  transform: rotate(45deg);
  border-left-color: rgba(var(--text-color), 1);
  border-bottom-color: rgba(var(--text-color), 1);
}

.slick-next:before {
  margin-left: -0.1rem;
  transform: rotate(-45deg);
  border-right-color: rgba(var(--text-color), 1);
  border-bottom-color: rgba(var(--text-color), 1);
}

.post-card-author{
  pointer-events: none;
  display: flex;
  height: 100%;
  cursor: default;
  flex-direction: column;
  color: currentColor;
}
[data-bg-color=white] .post-card-author {
  box-shadow: 0 0.25rem 0.5rem rgba(var(--text-color), 0.2);
}
[data-bg-color=black] .post-card-author {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.post-card-author[data-link]{
  pointer-events: auto;
  cursor: pointer;
}
.post-card-author__media{
  position: relative;
}
.post-card-author__image{
  display: block;
  width: 100%;
}
.post-card-author__heading{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 20;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.6);
}
@media (min-width: 1100px) {
  .post-card-author__heading{
    font-size: 1.75rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.025em;
  }
}
.post-card-author__fade{
  position: absolute;
  bottom: 0px;
  z-index: 10;
  height: 6rem;
  width: 100%;
  opacity: 0.8;
  background: linear-gradient(rgba(0, 0, 0, 0), black);
}
.post-card-author__info{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 55 54 / var(--tw-text-opacity, 1));
}
.post-card-author__avatar{
  width: 3rem;
  overflow: hidden;
  border-radius: 9999px;
  border: 1px solid rgba(var(--text-color), 0.1);
}
.post-card-author__details{
  margin-left: 1rem;
  line-height: 1.25;
}
.post-card-author__name{
  font-weight: 700;
}
.post-card-author__date{
  opacity: 0.7;
}

.post-card-icon{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center;
  pointer-events: none;
  cursor: default;
  color: currentColor;
}
@media (min-width: 680px) {
  .post-card-icon{
    align-items: flex-start;
    text-align: left;
  }
}
.post-card-icon[data-link]{
  pointer-events: auto;
  cursor: pointer;
}
.post-card-icon__icon{
  margin-bottom: 1rem;
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
}
.post-card-icon__icon svg {
  fill: rgba(var(--text-color), 0.7);
}
.post-card-icon__heading{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
}
.post-card-icon__divider{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  height: 1px;
  width: 40%;
}
@media (min-width: 680px) {
  .post-card-icon__divider{
    margin-left: 0px;
    margin-right: 0px;
  }
}
.post-card-icon__leading{
  opacity: 0.7;
}
.post-card-icon__actions{
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 700;
}

.post-card-image{
  pointer-events: none;
  display: flex;
  height: 100%;
  cursor: default;
  flex-direction: column;
  color: currentColor;
}
.post-card-image[data-link]{
  pointer-events: auto;
  cursor: pointer;
}
.post-card-image__image{
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}
.post-card-image__heading{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
}
@media (min-width: 680px) {
  .post-card-image__heading{
    font-size: 1.33rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.025em;
  }
}
.post-card-image__divider{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  height: 1px;
  width: 40%;
}
.post-card-image__leading{
  opacity: 0.7;
}
.post-card-image__actions{
  margin-top: auto;
  padding-top: 1rem;
  font-weight: 700;
}

.post-card-thumb{
  pointer-events: none;
  display: flex;
  height: 100%;
  cursor: default;
  flex-direction: column;
  color: currentColor;
}
[data-bg-color=white] .post-card-thumb {
  box-shadow: 0 0.25rem 0.5rem rgba(var(--text-color), 0.2);
}
[data-bg-color=black] .post-card-thumb {
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.post-card-thumb[data-link]{
  pointer-events: auto;
  cursor: pointer;
}
.post-card-thumb__image{
  display: block;
  width: 100%;
}
.post-card-thumb__info{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(55 55 54 / var(--tw-text-opacity, 1));
  min-height: 3.5rem;
}
.post-card-thumb__heading{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.3;
}
.post-card-thumb__icon{
  height: 1.5rem;
  width: 1.5rem;
  min-width: 1.5rem;
}
.post-card-thumb__icon svg{
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
}

.testimonial-card{
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .testimonial-card{
    align-items: flex-start;
  }
  .testimonial-card[data-image-position=left]{
    flex-direction: row;
  }
  .testimonial-card[data-image-position=right]{
    flex-direction: row-reverse;
  }
}
.testimonial-card__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .testimonial-card__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .testimonial-card__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .testimonial-card__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .testimonial-card__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .testimonial-card__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .testimonial-card__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
@media (min-width: 680px) {
  .testimonial-card__main{
    flex: 1 1 0%;
    padding: 0px;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }
}
@media (min-width: 992px) {
  .testimonial-card__main{
    padding-top: 10rem;
  }
}
.testimonial-card__info{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 680px) {
  .testimonial-card__info{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .testimonial-card__info{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.testimonial-card__text{
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 992px) {
  .testimonial-card__text{
    font-size: 2rem;
    line-height: 1.25;
  }
}
.testimonial-card__meta{
  margin-top: 1rem;
}
.testimonial-card__meta span:nth-child(1):before {
  content: "– ";
}
.testimonial-card__meta span:nth-child(1):not(:last-child):after {
  content: ", ";
}
.testimonial-card__meta span:nth-child(2){
  opacity: 0.7;
}
.testimonial-card__media{
  display: block;
  flex: 1 1 0%;
}
@media (min-width: 680px) {
  .testimonial-card__media{
    align-self: stretch;
  }
}
.testimonial-card__image{
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100vw;
}
@media (min-width: 680px) {
  .testimonial-card__image {
    height: 50vw;
    min-height: 100%;
  }
}

.product-document-card{
  display: flex;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  color: currentColor;
  --tw-text-opacity: 1;
  color: rgb(55 55 54 / var(--tw-text-opacity, 1));
}
.product-document-card[data-bg-color=white] {
  box-shadow: 0 0.25rem 0.5rem rgba(var(--text-color), 0.2);
}
.product-document-card[data-bg-color=black] {
  border: 1px solid rgba(var(--text-color), 0.1);
}
.product-document-card__icon{
  margin-right: 1rem;
  width: 3rem;
}
@media (min-width: 680px) {
  .product-document-card__icon{
    width: 4rem;
  }
}
.product-document-card__image{
  display: block;
  height: auto;
  width: 100%;
}
.product-document-card__info{
  flex: 1 1 0%;
}
.product-document-card__heading{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.25rem;
}
.product-document-card__meta{
  font-size: 1rem;
  line-height: 1.5rem;
}
.product-document-card__link{
  margin-right: 0.5rem;
  display: inline-block;
  font-weight: 700;
}
.product-document-card__size{
  opacity: 0.7;
}

.text-column-card__heading{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 0.5rem;
}
.text-column-card__content{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-column-card__content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}

div.wpforms-container.wpforms-container-full{
  margin: 0px;
  width: 100%;
}
div.wpforms-container.wpforms-container-full .wpforms-form{
  margin: 0px;
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) {
  div.wpforms-container.wpforms-container-full .wpforms-form{
    gap: 2rem;
  }
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-container{
  margin: 0px;
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) {
  div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field-container{
    gap: 1rem;
  }
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field{
  margin: 0px;
  padding: 0px;
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input{
  height: auto;
  appearance: none;
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea{
  border-width: 0px;
  padding: 0.75rem;
  color: currentColor;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input,
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea {
  background: #f2f2f2;
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field input,
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field textarea {
  background: #2c2c2c;
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices {
  color: currentColor !important;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .is-highlighted {
  background: rgb(229.25, 229.25, 229.25) !important;
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .is-highlighted {
  background: rgb(31.25, 31.25, 31.25) !important;
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices__inner,
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices__list--dropdown {
  border: 0 !important;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices__inner,
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices__list--dropdown {
  background: #f2f2f2;
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices__inner,
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select .choices__list--dropdown {
  background: #2c2c2c;
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox li{
  display: flex;
  align-items: center;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox li.wpforms-selected input{
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 54 / var(--tw-bg-opacity, 1));
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-checkbox li.wpforms-selected input{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-recaptcha-container {
  padding: 0px 0 0px 0 !important;
  margin-top: 0 !important;
  margin-bottom: -0.5rem !important;
}
div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container{
  margin: 0px;
  padding: 0px;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 3.325em;
  border: none;
  border-radius: 3rem;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 2em;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  border: 2px solid transparent;
  appearance: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, background 0.3s ease, border 0.3s ease, text 0.3s ease;
  min-width: 10em;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:focus {
  outline: none;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  /*
  &.wide {
    width: 100%;
  }

  &.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  */
  color: #fff;
  background: #373736;
  border-color: #373736;
}
div[data-bg-color=white] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  color: #fff;
  background: rgb(42.1330275229, 42.1330275229, 41.3669724771);
  border-color: rgb(42.1330275229, 42.1330275229, 41.3669724771);
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  font-weight: bold;
  font-size: 0.875em;
  line-height: 3.325em;
  border: none;
  border-radius: 3rem;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 2em;
  height: 3.5em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  border: 2px solid transparent;
  appearance: none;
  white-space: nowrap;
  transition: opacity 0.3s ease, background 0.3s ease, border 0.3s ease, text 0.3s ease;
  min-width: 10em;
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:focus {
  outline: none;
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit {
  /*
  &.wide {
    width: 100%;
  }

  &.disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none;
  }
  */
  color: #373736;
  background: #fff;
  border-color: #fff;
}
div[data-bg-color=black] div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container .wpforms-submit:hover {
  color: #373736;
  background: #fff;
  border-color: #fff;
}

div.wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message){
  width: 100%;
  --tw-border-opacity: 0.2;
  background-color: transparent;
  padding: 2rem;
  text-align: center;
  color: currentColor;
  align-self: center;
  border-color: rgba(var(--text-color), 0.2);
}

.social-platforms{
  display: flex;
}
.social-platforms__link{
  margin-right: 1rem;
  display: block;
  color: currentColor;
}
.social-platforms__link svg{
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
}

.menu-icon{
  position: relative;
  height: 2.5rem;
  width: 2.5rem;
  transform: scale(0.8);
}
.menu-icon__line{
  position: absolute;
  top: 50%;
  border-radius: 9999px;
  background: rgba(var(--text-color), 1);
  left: 0.5rem;
  width: 1.5rem;
  height: 2px;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}
@media (min-width: 680px) {
  .menu-icon__line {
    height: 3px;
  }
}
.menu-icon__line:nth-child(1) {
  margin-top: -0.5rem;
}
.menu-icon.open .menu-icon__line:nth-child(1) {
  margin-top: 0;
  transform: rotate(45deg);
}
.menu-icon.open .menu-icon__line:nth-child(2) {
  left: 50%;
  width: 0;
  opacity: 0;
}
.menu-icon__line:nth-child(3) {
  margin-top: 0.5rem;
  width: 1rem;
}
.menu-icon.open .menu-icon__line:nth-child(3) {
  width: 1.5rem;
  margin-top: 0;
  transform: rotate(-45deg);
}

div[data-type="acf/author"],
div[data-type="acf/author"] .wp-block {
  max-width: none;
}

.acf-author{
  display: flex;
  align-items: center;
}
.acf-author:last-child{
  padding-top: 1.5rem;
  border-top: 1px solid rgba(var(--text-color), 0.1);
}
.acf-author__avatar{
  width: 4rem;
  overflow: hidden;
  border-radius: 9999px;
  border: 1px solid rgba(var(--text-color), 0.1);
}
.acf-author__details{
  margin-left: 1rem;
}
.acf-author__name{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
}
@media (min-width: 680px) {
  .acf-author__name{
    font-size: 1.25rem;
    line-height: 1.1;
  }
}
.acf-author__date{
  opacity: 0.7;
}

div[data-type="acf/cards"],
div[data-type="acf/cards"] .wp-block {
  max-width: none;
}

.acf-cards {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-cards[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-cards[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-cards[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-cards[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-cards[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-cards[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-cards[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-cards[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-cards[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-cards[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-cards[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-cards[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-cards[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-cards[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-cards[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-cards[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-cards[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-cards__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-cards__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-cards__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-cards__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-cards__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-cards__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-cards__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-cards__intro{
  margin-bottom: 2rem;
  max-width: 58rem;
}
.acf-cards__intro[data-layout=icon], .acf-cards__intro[data-layout=image]{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.acf-cards__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 680px) {
  .acf-cards__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (min-width: 992px) {
  .acf-cards__grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2rem;
  }
}
.acf-cards__grid {
  /*
  &[data-align=center] {
    grid-template-columns: repeat(2, 1fr);

    @screen tablet {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  &[data-align=wide] {
    grid-template-columns: repeat(2, 1fr);

    @screen tablet {
      grid-template-columns: repeat(3, 1fr);
    }

    @screen laptop {
      grid-template-columns: repeat(4, 1fr);
    }
  }

  &[data-layout=icon] {
    @apply gap-8;
    grid-template-columns: repeat(1, 1fr);

    @screen tablet {
      grid-template-columns: repeat(2, 1fr);
    }

    @screen laptop {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  */
}

div[data-type="acf/contact"],
div[data-type="acf/contact"] .wp-block {
  max-width: none;
}

.acf-contact {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-contact[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-contact[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-contact[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-contact[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-contact[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-contact[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-contact[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-contact[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
@media (min-width: 680px) {
  .acf-contact{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.acf-contact__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-contact__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-contact__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-contact__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-contact__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-contact__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-contact__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-contact__main{
  display: grid;
  gap: 0.5rem;
}
@media (min-width: 680px) {
  .acf-contact__main{
    display: flex;
    flex: 1 1 0%;
    align-items: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.acf-contact__info[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-contact__info[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-contact__info[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-contact__info[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-contact__info[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-contact__info[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-contact__info[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-contact__info[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-contact__info[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-contact__info{
  display: grid;
  width: 100%;
  gap: 2rem;
}
@media (min-width: 680px) {
  .acf-contact__info{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-contact__info{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.acf-contact__icon{
  position: absolute;
  top: -0.25rem;
  left: 0px;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
}
@media (min-width: 680px) {
  .acf-contact__icon{
    top: -0.5rem;
    height: 2.25rem;
    width: 2.25rem;
  }
}
.acf-contact__icon svg{
  position: relative;
  z-index: 10;
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.acf-contact__icon:after{
  position: absolute;
  top: -0.25rem;
  left: 0px;
  height: 1.75rem;
  width: 1.75rem;
  text-align: center;
  border: 1px dotted red;
  background: rgba(255, 0, 0, 0.1);
}
.acf-contact__segment{
  position: relative;
  padding-left: 2.5rem;
}
@media (min-width: 680px) {
  .acf-contact__segment{
    padding-left: 3rem;
  }
}
.acf-contact__segment h2{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-contact__segment p{
  margin-top: 0.5rem;
}
.acf-contact__segment a {
  color: inherit;
}
.acf-contact__opening-hours{
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
  max-width: 80%;
}
.acf-contact__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.5rem;
}
.acf-contact__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.acf-contact__media{
  display: block;
  flex: 1 1 0%;
}
@media (min-width: 680px) {
  .acf-contact__media{
    align-self: stretch;
  }
}
.acf-contact__aside{
  position: relative;
  display: block;
  width: 100%;
  flex: 1 1 0%;
  object-fit: cover;
  height: 100vw;
}
@media (min-width: 680px) {
  .acf-contact__aside {
    height: 50vw;
    min-height: 100%;
  }
}
.acf-contact__embed{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.acf-contact__pin{
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  height: 4rem;
  width: 3rem;
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
  transform: translate(-50%, -90%);
}
.acf-contact__pin svg{
  position: relative;
  z-index: 10;
  display: block;
  height: 100%;
  width: 100%;
  fill: currentColor;
}
.acf-contact__pin:after{
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transform: translate(-50%, -75%);
  content: "";
}
.acf-contact__iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: calc(100% + 18rem);
  height: calc(100% + 18rem);
  margin-top: -9rem;
  margin-left: -9rem;
  filter: grayscale(1);
}

div[data-type="acf/content"],
div[data-type="acf/content"] .wp-block {
  max-width: none;
}

.acf-content {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-content[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-content[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-content[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-content[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-content[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-content[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-content[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-content[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-content[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-content[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-content[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-content[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-content[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-content[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-content[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-content[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-content[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
@media (min-width: 680px) {
  .acf-content{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.acf-content__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-content__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-content__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-content__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-content__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-content__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-content__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-content__content,
.acf-content .block-editor-block-list__layout{
  display: flow-root;
}
.acf-content__content > *:not(:first-child),
.acf-content .block-editor-block-list__layout > *:not(:first-child){
  margin-top: 1rem;
}
.acf-content__content h1:not(:first-child), .acf-content__content h2:not(:first-child), .acf-content__content h3:not(:first-child), .acf-content__content h4:not(:first-child), .acf-content__content h5:not(:first-child), .acf-content__content h6 :not(:first-child),
.acf-content .block-editor-block-list__layout h1:not(:first-child),
.acf-content .block-editor-block-list__layout h2:not(:first-child),
.acf-content .block-editor-block-list__layout h3:not(:first-child),
.acf-content .block-editor-block-list__layout h4:not(:first-child),
.acf-content .block-editor-block-list__layout h5:not(:first-child),
.acf-content .block-editor-block-list__layout h6 :not(:first-child){
  margin-top: 2rem;
}
.acf-content__content h1,
.acf-content .block-editor-block-list__layout h1{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-content__content h1,
  .acf-content .block-editor-block-list__layout h1{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-content__content h2,
.acf-content .block-editor-block-list__layout h2{
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-content__content h3,
.acf-content .block-editor-block-list__layout h3{
  font-size: 1.33rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-content__content h4,
.acf-content .block-editor-block-list__layout h4{
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-content__content h5,
.acf-content .block-editor-block-list__layout h5{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-content__content h6,
.acf-content .block-editor-block-list__layout h6{
  font-size: 1.15rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-content__content p,
.acf-content__content p.has-base-font-size,
.acf-content .block-editor-block-list__layout p,
.acf-content .block-editor-block-list__layout p.has-base-font-size{
  font-size: 1rem;
  line-height: 1.5rem;
}
.acf-content__content p.has-lead-font-size,
.acf-content .block-editor-block-list__layout p.has-lead-font-size{
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .acf-content__content p.has-lead-font-size,
  .acf-content .block-editor-block-list__layout p.has-lead-font-size{
    font-size: 1.2rem;
    line-height: 1.65;
  }
}
.acf-content__content p.has-lead-font-size,
.acf-content .block-editor-block-list__layout p.has-lead-font-size{
  margin-bottom: 0.5rem;
}
.acf-content__content ol,
.acf-content__content ul,
.acf-content .block-editor-block-list__layout ol,
.acf-content .block-editor-block-list__layout ul{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.acf-content__content .has-text-align-center,
.acf-content .block-editor-block-list__layout .has-text-align-center {
  text-align: center;
}
.acf-content__content .has-text-align-right,
.acf-content .block-editor-block-list__layout .has-text-align-right {
  text-align: right;
}
.acf-content__content a,
.acf-content .block-editor-block-list__layout a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}
.acf-content__content blockquote,
.acf-content .block-editor-block-list__layout blockquote{
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-width: 0px;
  padding: 0px;
}
.acf-content__content blockquote p,
.acf-content .block-editor-block-list__layout blockquote p{
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 700;
}
@media (min-width: 992px) {
  .acf-content__content blockquote p,
  .acf-content .block-editor-block-list__layout blockquote p{
    font-size: 2rem;
    line-height: 1.25;
  }
}
.acf-content__content blockquote p,
.acf-content .block-editor-block-list__layout blockquote p{
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
}
.acf-content__content blockquote cite,
.acf-content .block-editor-block-list__layout blockquote cite{
  font-size: 0.875rem;
  line-height: 1.3;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.acf-content__content .wp-block-image,
.acf-content .block-editor-block-list__layout .wp-block-image{
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
.acf-content__content .wp-block-image .alignleft,
.acf-content .block-editor-block-list__layout .wp-block-image .alignleft{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 680px) {
  .acf-content__content .wp-block-image .alignleft,
  .acf-content .block-editor-block-list__layout .wp-block-image .alignleft{
    float: left;
    margin-top: -0px;
    margin-right: 1rem;
    width: 60%;
    margin-right: -10%;
  }
}
@media (min-width: 992px) {
  .acf-content__content .wp-block-image .alignleft,
  .acf-content .block-editor-block-list__layout .wp-block-image .alignleft {
    width: 80%;
    margin-right: -40%;
  }
}
.acf-content__content .wp-block-image .alignright,
.acf-content .block-editor-block-list__layout .wp-block-image .alignright{
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 680px) {
  .acf-content__content .wp-block-image .alignright,
  .acf-content .block-editor-block-list__layout .wp-block-image .alignright{
    float: right;
    margin-top: -0px;
    margin-left: 1rem;
    width: 60%;
    margin-right: -10%;
  }
}
@media (min-width: 992px) {
  .acf-content__content .wp-block-image .alignright,
  .acf-content .block-editor-block-list__layout .wp-block-image .alignright {
    width: 80%;
    margin-right: -40%;
  }
}

.acf-content[data-color=red] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=yellow] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(252 216 87 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=green] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(116 192 172 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=blue] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(73 176 232 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=purple] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(155 136 193 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=red-faded] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(246 202 180 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=yellow-faded] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(253 236 182 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=green-faded] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(194 225 215 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=blue-faded] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(181 216 246 / var(--tw-text-opacity, 1));
}
.acf-content[data-color=purple-faded] blockquote p{
  --tw-text-opacity: 1;
  color: rgb(204 195 226 / var(--tw-text-opacity, 1));
}

div[data-type="acf/cta"],
div[data-type="acf/cta"] .wp-block {
  max-width: none;
}

.acf-cta {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-cta[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-cta[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-cta[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-cta[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-cta[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-cta[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-cta[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-cta[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-cta{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 54 / var(--tw-bg-opacity, 1));
}
.acf-cta__overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.acf-cta__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-cta__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-cta__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-cta__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-cta__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-cta__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-cta__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-cta__info{
  margin-left: auto;
  margin-right: auto;
  display: grid;
  width: 100%;
  gap: 0.5rem;
  text-align: center;
}
@media (min-width: 680px) {
  .acf-cta__info {
    max-width: 75%;
  }
}
@media (min-width: 1100px) {
  .acf-cta__info {
    max-width: 50%;
  }
}
.acf-cta__label{
  margin-bottom: 0.25rem;
}
.acf-cta__heading{
  margin-bottom: 1rem;
}
.acf-cta__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-cta__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.acf-cta__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-cta__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-cta__heading[data-color=red] span{
  --tw-text-opacity: 1;
  color: rgb(234 141 107 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=yellow] span{
  --tw-text-opacity: 1;
  color: rgb(252 216 87 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=green] span{
  --tw-text-opacity: 1;
  color: rgb(116 192 172 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=blue] span{
  --tw-text-opacity: 1;
  color: rgb(73 176 232 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=purple] span{
  --tw-text-opacity: 1;
  color: rgb(155 136 193 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=red-faded] span{
  --tw-text-opacity: 1;
  color: rgb(246 202 180 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=yellow-faded] span{
  --tw-text-opacity: 1;
  color: rgb(253 236 182 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=green-faded] span{
  --tw-text-opacity: 1;
  color: rgb(194 225 215 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=blue-faded] span{
  --tw-text-opacity: 1;
  color: rgb(181 216 246 / var(--tw-text-opacity, 1));
}
.acf-cta__heading[data-color=purple-faded] span{
  --tw-text-opacity: 1;
  color: rgb(204 195 226 / var(--tw-text-opacity, 1));
}
.acf-cta__leading{
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .acf-cta__leading{
    font-size: 1.2rem;
    line-height: 1.65;
  }
}
.acf-cta__leading a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}
.acf-cta__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.5rem;
}
.acf-cta__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.acf-cta__media{
  display: block;
}
.acf-cta__media[data-opacity="0"] {
  opacity: 0;
}
.acf-cta__media[data-opacity="10"] {
  opacity: 0.1;
}
.acf-cta__media[data-opacity="20"] {
  opacity: 0.2;
}
.acf-cta__media[data-opacity="30"] {
  opacity: 0.3;
}
.acf-cta__media[data-opacity="40"] {
  opacity: 0.4;
}
.acf-cta__media[data-opacity="50"] {
  opacity: 0.5;
}
.acf-cta__media[data-opacity="60"] {
  opacity: 0.6;
}
.acf-cta__media[data-opacity="70"] {
  opacity: 0.7;
}
.acf-cta__media[data-opacity="80"] {
  opacity: 0.8;
}
.acf-cta__media[data-opacity="90"] {
  opacity: 0.9;
}
.acf-cta__media[data-opacity="100"] {
  opacity: 1;
}
.acf-cta__image{
  width: 100%;
  object-fit: cover;
}
.acf-cta__image[data-layout=small] {
  height: 180vw;
  min-height: 26rem;
  max-height: 45rem;
}
@media (min-width: 680px) {
  .acf-cta__image[data-layout=small] {
    height: 45vw;
    min-height: 20rem;
    max-height: none;
  }
}
.acf-cta__image[data-layout=large] {
  height: 180vw;
  min-height: 42rem;
  max-height: 56rem;
}
@media (min-width: 680px) {
  .acf-cta__image[data-layout=large] {
    height: 56.25vw;
    min-height: 50rem;
    max-height: none;
  }
  .acf-cta__image[data-device=mobile]{
    display: none;
  }
}
.acf-cta__image[data-device=desktop]{
  display: none;
}
@media (min-width: 680px) {
  .acf-cta__image[data-device=desktop]{
    display: block;
  }
}

div[data-type="acf/faq"],
div[data-type="acf/faq"] .wp-block {
  max-width: none;
}

.acf-faq {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-faq[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-faq[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-faq[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-faq[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-faq[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-faq[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-faq[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-faq[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-faq[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-faq[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-faq[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-faq[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-faq[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-faq[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-faq[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-faq[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-faq[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-faq__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-faq__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-faq__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-faq__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-faq__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-faq__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-faq__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-faq__intro{
  margin-bottom: 2rem;
  max-width: 58rem;
}
.acf-faq__list{
  display: grid;
  gap: 0.5rem;
}
.acf-faq__list > *{
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(var(--text-color), 0.2);
}

div[data-type="acf/form"],
div[data-type="acf/form"] .wp-block {
  max-width: none;
}

.acf-form {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-form[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-form[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-form[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-form[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-form[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-form[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-form[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-form[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-form[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-form[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-form[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-form[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-form[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-form[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-form[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-form[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-form[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-form__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-form__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-form__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-form__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-form__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-form__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-form__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-form__main{
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) {
  .acf-form__main{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0px;
  }
  .acf-form__info{
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .acf-form__info{
    padding-right: 3rem;
  }
}
.acf-form__label{
  margin-bottom: 0.25rem;
}
.acf-form__heading{
  margin-bottom: 1rem;
}
.acf-form__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-form__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.acf-form__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-form__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-form__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.5rem;
}
.acf-form__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.acf-form__aside{
  display: flex;
  width: 100%;
}

div[data-type="acf/hero"],
div[data-type="acf/hero"] .wp-block {
  max-width: none;
}

.acf-hero {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-hero[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-hero[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-hero[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-hero[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-hero[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-hero[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-hero[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-hero[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-hero{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(55 55 54 / var(--tw-bg-opacity, 1));
}
.acf-hero__overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.acf-hero__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-hero__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-hero__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-hero__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-hero__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-hero__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-hero__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-hero__info{
  display: grid;
  width: 100%;
  gap: 0.5rem;
}
@media (min-width: 680px) {
  .acf-hero__info {
    max-width: 75%;
  }
}
@media (min-width: 1100px) {
  .acf-hero__info {
    max-width: 50%;
  }
}
.acf-hero__info[data-layout=slim]{
  margin-left: auto;
  margin-right: auto;
  gap: 0px;
  text-align: center;
}
.acf-hero__label{
  margin-bottom: 0.25rem;
}
.acf-hero__heading{
  margin-bottom: 1rem;
}
.acf-hero__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-hero__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.acf-hero__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-hero__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-hero__leading{
  font-size: 1.15rem;
  line-height: 1.65;
  opacity: 0.7;
}
@media (min-width: 992px) {
  .acf-hero__leading{
    font-size: 1.2rem;
    line-height: 1.65;
  }
}
.acf-hero__leading a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}
.acf-hero__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -1rem;
  padding-top: 1.5rem;
}
.acf-hero__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}
.acf-hero__media{
  display: block;
}
.acf-hero__media[data-opacity="0"] {
  opacity: 0;
}
.acf-hero__media[data-opacity="10"] {
  opacity: 0.1;
}
.acf-hero__media[data-opacity="20"] {
  opacity: 0.2;
}
.acf-hero__media[data-opacity="30"] {
  opacity: 0.3;
}
.acf-hero__media[data-opacity="40"] {
  opacity: 0.4;
}
.acf-hero__media[data-opacity="50"] {
  opacity: 0.5;
}
.acf-hero__media[data-opacity="60"] {
  opacity: 0.6;
}
.acf-hero__media[data-opacity="70"] {
  opacity: 0.7;
}
.acf-hero__media[data-opacity="80"] {
  opacity: 0.8;
}
.acf-hero__media[data-opacity="90"] {
  opacity: 0.9;
}
.acf-hero__media[data-opacity="100"] {
  opacity: 1;
}
.acf-hero__image{
  display: block;
  width: 100%;
  object-fit: cover;
}
.acf-hero__image[data-layout=slim] {
  height: 35vw;
}
@media (min-width: 680px) {
  .acf-hero__image[data-layout=slim] {
    height: 20vw;
  }
}
.acf-hero__image[data-layout=small] {
  height: 180vw;
  min-height: 26rem;
  max-height: 45rem;
}
@media (min-width: 680px) {
  .acf-hero__image[data-layout=small] {
    height: 45vw;
    min-height: 20rem;
    max-height: none;
  }
}
.acf-hero__image[data-layout=large] {
  height: 180vw;
  min-height: 42rem;
  max-height: 56rem;
}
@media (min-width: 680px) {
  .acf-hero__image[data-layout=large] {
    height: 56.25vw;
    min-height: 50rem;
    max-height: none;
  }
  .acf-hero__image[data-device=mobile]{
    display: none;
  }
}
.acf-hero__image[data-device=desktop]{
  display: none;
}
@media (min-width: 680px) {
  .acf-hero__image[data-device=desktop]{
    display: block;
  }
}

div[data-type="acf/intro"],
div[data-type="acf/intro"] .wp-block {
  max-width: none;
}

.acf-intro {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-intro[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-intro[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-intro[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-intro[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-intro[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-intro[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-intro[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-intro[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-intro[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-intro[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-intro[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-intro[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-intro[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-intro[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-intro[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-intro[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-intro[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-intro__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-intro__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-intro__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-intro__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-intro__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-intro__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-intro__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-intro__intro{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 58rem;
  text-align: center;
}

div[data-type="acf/menu"],
div[data-type="acf/menu"] .wp-block {
  max-width: none;
}

.acf-menu {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-menu[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-menu[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-menu[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-menu[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-menu[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-menu[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-menu[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-menu[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-menu[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-menu[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-menu[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-menu[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-menu[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-menu[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-menu[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-menu[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-menu[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-menu {
  border-bottom: 1px solid rgba(var(--text-color), 0.2);
}
.acf-menu__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-menu__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-menu__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-menu__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-menu__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-menu__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-menu__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-menu__list{
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  align-items: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.acf-menu__link{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  white-space: nowrap;
  border-width: 0px;
  border-bottom-width: 4px;
  border-style: solid;
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
  font-weight: 500;
  opacity: 0.8;
  color: inherit;
  transition: all 0.3s ease;
}
.acf-menu__link[data-state=default]{
  opacity: 0.8;
  border-color: transparent;
}
.acf-menu__link:hover, .acf-menu__link[data-state=active]{
  opacity: 1;
  border-color: rgba(var(--text-color), 1);
}

div[data-type="acf/news"],
div[data-type="acf/news"] .wp-block {
  max-width: none;
}

.acf-news {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-news[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-news[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-news[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-news[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-news[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-news[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-news[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-news[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-news[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-news[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-news[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-news[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-news[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-news[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-news[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-news[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-news[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-news__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-news__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-news__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-news__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-news__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-news__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-news__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-news__intro{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 58rem;
  text-align: center;
}
.acf-news__grid{
  display: grid;
  column-gap: 1rem;
  row-gap: 2rem;
}
@media (min-width: 680px) {
  .acf-news__grid{
    gap: 2rem;
    row-gap: 3rem;
  }
}
.acf-news__grid[data-align=center] {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 680px) {
  .acf-news__grid[data-align=center] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.acf-news__grid[data-align=wide][data-layout=author] {
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 680px) {
  .acf-news__grid[data-align=wide][data-layout=author] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .acf-news__grid[data-align=wide][data-layout=author] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.acf-news__grid[data-align=wide][data-layout=image] {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 680px) {
  .acf-news__grid[data-align=wide][data-layout=image] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .acf-news__grid[data-align=wide][data-layout=image] {
    grid-template-columns: repeat(4, 1fr);
  }
}
.acf-news__grid[data-align=wide][data-layout=thumb] {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .acf-news__grid[data-align=wide][data-layout=thumb] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1100px) {
  .acf-news__grid[data-align=wide][data-layout=thumb] {
    grid-template-columns: repeat(5, 1fr);
  }
}
.acf-news__pagination{
  margin-top: 3rem;
}

div[data-type="acf/product"],
div[data-type="acf/product"] .wp-block {
  max-width: none;
}

.acf-product {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-product[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-product[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-product[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-product[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-product[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-product[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-product[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-product[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-product{
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .acf-product{
    align-items: center;
  }
  .acf-product[data-image-position=left]{
    flex-direction: row;
  }
  .acf-product[data-image-position=right]{
    flex-direction: row-reverse;
  }
}
.acf-product__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-product__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-product__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-product__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-product__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-product__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-product__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-product__main{
  display: grid;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 680px) {
  .acf-product__main{
    flex: 1 1 0%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.acf-product__info[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-product__info[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-product__info[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-product__info[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-product__info[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-product__info[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-product__info[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-product__info[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-product__info[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
@media (min-width: 680px) {
  .acf-product__info{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-product__info{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.acf-product__label{
  margin-bottom: 0.25rem;
}
.acf-product__heading{
  margin-bottom: 1rem;
}
.acf-product__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-product__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.acf-product__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-product__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-product__description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}
.acf-product__checklist{
  margin-top: 1.5rem;
}
.acf-product__checklist .checklist{
  margin-top: 0px;
  margin-bottom: 0px;
}
.acf-product__documents{
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}
.acf-product__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.5rem;
}
.acf-product__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.acf-product__media{
  display: block;
  flex: 1 1 0%;
  overflow: hidden;
}
@media (min-width: 680px) {
  .acf-product__media{
    align-self: stretch;
  }
}
.acf-product__image{
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100vw;
}
@media (min-width: 680px) {
  .acf-product__image {
    height: 50vw;
    min-height: 100%;
  }
}

div[data-type="acf/profiles"],
div[data-type="acf/profiles"] .wp-block {
  max-width: none;
}

.acf-profiles {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-profiles[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-profiles[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-profiles[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-profiles[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-profiles[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-profiles[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-profiles[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-profiles[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-profiles[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-profiles[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-profiles[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-profiles[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-profiles[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-profiles[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-profiles[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-profiles[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-profiles[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-profiles__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-profiles__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-profiles__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-profiles__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-profiles__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-profiles__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-profiles__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-profiles__intro{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 58rem;
  text-align: center;
}
.acf-profiles__grid{
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) {
  .acf-profiles__grid{
    gap: 2rem;
  }
}
.acf-profiles__grid[data-align=center]{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 680px) {
  .acf-profiles__grid[data-align=center]{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.acf-profiles__grid[data-align=wide]{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 680px) {
  .acf-profiles__grid[data-align=wide]{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 992px) {
  .acf-profiles__grid[data-align=wide]{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

div[data-type="acf/promo"],
div[data-type="acf/promo"] .wp-block {
  max-width: none;
}

.acf-promo {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-promo[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-promo[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-promo[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-promo[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-promo[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-promo[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-promo[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-promo[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-promo{
  display: flex;
  flex-direction: column;
}
@media (min-width: 680px) {
  .acf-promo{
    align-items: center;
  }
  .acf-promo[data-image-position=left]{
    flex-direction: row;
  }
  .acf-promo[data-image-position=right]{
    flex-direction: row-reverse;
  }
}
.acf-promo__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-promo__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-promo__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-promo__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-promo__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-promo__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-promo__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-promo__main{
  display: grid;
  gap: 0.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 680px) {
  .acf-promo__main{
    flex: 1 1 0%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.acf-promo__info[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-promo__info[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-promo__info[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-promo__info[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-promo__info[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-promo__info[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-promo__info[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-promo__info[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-promo__info[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
@media (min-width: 680px) {
  .acf-promo__info{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-promo__info{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.acf-promo__label{
  margin-bottom: 0.25rem;
}
.acf-promo__heading{
  margin-bottom: 1rem;
}
.acf-promo__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-promo__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.acf-promo__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-promo__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-promo__description{
  opacity: 0.7;
}
.acf-promo__description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}
.acf-promo__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: -1rem;
  padding-top: 1.5rem;
}
.acf-promo__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
}
.acf-promo__media{
  display: block;
  flex: 1 1 0%;
}
@media (min-width: 680px) {
  .acf-promo__media{
    align-self: stretch;
  }
}
.acf-promo__image{
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100vw;
}
@media (min-width: 680px) {
  .acf-promo__image {
    height: 50vw;
    min-height: 100%;
  }
}

div[data-type="acf/related"],
div[data-type="acf/related"] .wp-block {
  max-width: none;
}

.acf-related {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-related[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-related[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-related[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-related[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-related[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-related[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-related[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-related[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-related[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-related[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-related[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-related[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-related[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-related[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-related[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-related[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-related[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-related{
  position: relative;
  z-index: 10;
}
.acf-related[data-offset=offset-thumb]{
  margin-top: -4rem;
  background-color: transparent;
  padding-top: 0px;
}
@media (min-width: 680px) {
  .acf-related[data-offset=offset-thumb]{
    margin-top: -3rem;
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .acf-related[data-offset=offset-thumb]{
    margin-top: -4rem;
    padding-top: 0px;
  }
}
.acf-related__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-related__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-related__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-related__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-related__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-related__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-related__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-related__intro{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 58rem;
  text-align: center;
}
.acf-related__grid{
  display: grid;
  column-gap: 1rem;
  row-gap: 1.5rem;
}
@media (min-width: 680px) {
  .acf-related__grid{
    gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
.acf-related__grid[data-align=center] {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 680px) {
  .acf-related__grid[data-align=center] {
    grid-template-columns: repeat(3, 1fr);
  }
}
.acf-related__grid[data-align=wide] {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 680px) {
  .acf-related__grid[data-align=wide] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .acf-related__grid[data-align=wide] {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1100px) {
  .acf-related__grid[data-align=wide][data-layout=thumb] {
    grid-template-columns: repeat(5, 1fr);
  }
}

.acf-separator {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-separator[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-separator[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-separator[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-separator[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-separator[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-separator[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-separator[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-separator[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-separator[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-separator[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-separator[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-separator[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-separator[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-separator[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-separator[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-separator[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-separator[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-separator__main {
  border-bottom: 1px solid rgba(var(--text-color), 0.2);
}

div[data-type="acf/stats"],
div[data-type="acf/stats"] .wp-block {
  max-width: none;
}

.acf-stats {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-stats[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-stats[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-stats[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-stats[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-stats[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-stats[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-stats[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-stats[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-stats[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-stats[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-stats[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-stats[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-stats[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-stats[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-stats[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-stats[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-stats[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-stats__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-stats__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-stats__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-stats__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-stats__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-stats__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-stats__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-stats__intro{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 58rem;
  text-align: center;
}
.acf-stats__list{
  display: grid;
  gap: 2rem;
}
@media (min-width: 680px) {
  .acf-stats__list{
    display: flex;
    gap: 0px;
  }
}
.acf-stats__item {
  flex: 1;
}
@media (min-width: 680px) {
  .acf-stats__item:nth-child(n+2){
    border-width: 0px;
    border-left-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(136 136 136 / var(--tw-border-opacity, 1));
  }
}

div[data-type="acf/testimonials"],
div[data-type="acf/testimonials"] .wp-block {
  max-width: none;
}

.acf-testimonials {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-testimonials[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-testimonials[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-testimonials[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-testimonials[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-testimonials[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-testimonials[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-testimonials[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-testimonials[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-testimonials{
  display: flex;
  overflow: hidden;
}
@media (min-width: 680px) {
  .acf-testimonials{
    align-items: center;
  }
  .acf-testimonials[data-image-position=right]{
    flex-direction: row;
  }
  .acf-testimonials[data-image-position=left]{
    flex-direction: row-reverse;
  }
  @media (min-width: 680px) {
    .acf-testimonials[data-image-position=left] .slick-prev,
    .acf-testimonials[data-image-position=left] .slick-next,
    .acf-testimonials[data-image-position=left] .slick-dots {
      margin-left: 50%;
    }
  }
}
.acf-testimonials__main{
  position: relative;
  margin-bottom: -0.75rem;
  width: 100%;
}
.acf-testimonials__list{
  padding-bottom: 2.5rem;
}
@media (min-width: 680px) {
  .acf-testimonials__list{
    padding-bottom: 0px;
  }
}
.acf-testimonials__buttons{
  position: absolute;
  bottom: 2rem;
}
@media (min-width: 992px) {
  .acf-testimonials__buttons{
    bottom: 5rem;
  }
}
.acf-testimonials__buttons[data-style=single-image-left]{
  left: 0.75rem;
}
@media (min-width: 680px) {
  .acf-testimonials__buttons[data-style=single-image-left] {
    left: calc(50% + 4rem);
  }
}
@media (min-width: 992px) {
  .acf-testimonials__buttons[data-style=single-image-left] {
    left: calc(50% + 6rem);
  }
}
.acf-testimonials__buttons[data-style=multiple-image-left]{
  left: 9rem;
}
@media (min-width: 680px) {
  .acf-testimonials__buttons[data-style=multiple-image-left] {
    left: calc(50% + 12rem);
  }
}
@media (min-width: 992px) {
  .acf-testimonials__buttons[data-style=multiple-image-left] {
    left: calc(50% + 14rem);
  }
}
.acf-testimonials__buttons[data-style=single-image-right]{
  left: 0.75rem;
}
@media (min-width: 680px) {
  .acf-testimonials__buttons[data-style=single-image-right] {
    left: calc(0% + 4rem);
  }
}
@media (min-width: 992px) {
  .acf-testimonials__buttons[data-style=single-image-right] {
    left: calc(0% + 6rem);
  }
}
.acf-testimonials__buttons[data-style=multiple-image-right]{
  left: 9rem;
}
@media (min-width: 680px) {
  .acf-testimonials__buttons[data-style=multiple-image-right] {
    left: calc(0% + 12rem);
  }
}
@media (min-width: 992px) {
  .acf-testimonials__buttons[data-style=multiple-image-right] {
    left: calc(0% + 14rem);
  }
}
.acf-testimonials .slick-dots{
  display: flex;
  align-items: center;
  position: absolute;
  left: 0.5rem;
  margin: 0px;
  height: 2rem;
  list-style-type: none;
  padding: 0px;
  top: calc(100vw + 1.5rem);
}
@media (min-width: 680px) {
  .acf-testimonials .slick-dots{
    left: 4rem;
    top: 2rem;
  }
}
@media (min-width: 992px) {
  .acf-testimonials .slick-dots{
    left: 6rem;
    top: 7rem;
  }
}
.acf-testimonials .slick-dots li{
  height: 1rem;
  width: 0.5rem;
  margin: 0px;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(136 136 136 / var(--tw-bg-opacity, 1));
  opacity: 0.5;
  margin-left: 0.375rem;
  transition: all 0.2s ease;
}
.acf-testimonials .slick-dots li.slick-active{
  height: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(234 141 107 / var(--tw-bg-opacity, 1));
  opacity: 1;
}
.acf-testimonials .slick-dots button{
  display: block;
  height: 100%;
  width: 100%;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  color: transparent;
}
.acf-testimonials .slick-prev,
.acf-testimonials .slick-next{
  left: 0.75rem;
  bottom: 2rem;
}
@media (min-width: 680px) {
  .acf-testimonials .slick-prev,
  .acf-testimonials .slick-next{
    left: 4rem;
    bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .acf-testimonials .slick-prev,
  .acf-testimonials .slick-next{
    left: 6rem;
    bottom: 5rem;
  }
}
.acf-testimonials .slick-next {
  transform: translateX(4rem);
}

div[data-type="acf/text-columns"],
div[data-type="acf/text-columns"] .wp-block {
  max-width: none;
}

.acf-text-columns {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-text-columns[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-text-columns[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-text-columns[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-text-columns[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-text-columns[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-text-columns[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-text-columns[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-text-columns[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-text-columns[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-text-columns[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-text-columns[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-text-columns[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-text-columns[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-text-columns[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-text-columns[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-text-columns[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-text-columns[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-text-columns__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-text-columns__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-text-columns__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-text-columns__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-text-columns__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-text-columns__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-text-columns__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-text-columns__intro{
  margin-bottom: 2rem;
  max-width: 58rem;
}
.acf-text-columns__grid{
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) {
  .acf-text-columns__grid{
    gap: 2rem;
  }
  .acf-text-columns__grid[data-layout=cols-2] {
    grid-template-columns: repeat(2, 1fr);
  }
  .acf-text-columns__grid[data-layout=cols-3] {
    grid-template-columns: repeat(3, 1fr);
  }
}

div[data-type="acf/form"],
div[data-type="acf/form"] .wp-block {
  max-width: none;
}

.acf-text-image {
  color: rgba(var(--text-color), 1);
  background-color: rgba(var(--background-color), 1);
}
.acf-text-image[data-bg-color=white] {
  --text-color: 55, 55, 54;
  --heading-color: 55, 55, 54;
  --background-color: 255, 255, 255;
}
.acf-text-image[data-bg-color=black] {
  --text-color: 255, 255, 255;
  --heading-color: 255, 255, 255;
  --background-color: 55, 55, 54;
}
.acf-text-image[data-margin-top=small]{
  margin-top: 1rem;
}
.acf-text-image[data-margin-top=medium]{
  margin-top: 3rem;
}
.acf-text-image[data-margin-top=large]{
  margin-top: 4rem;
}
.acf-text-image[data-margin-bottom=small]{
  margin-bottom: 1rem;
}
.acf-text-image[data-margin-bottom=medium]{
  margin-bottom: 3rem;
}
.acf-text-image[data-margin-bottom=large]{
  margin-bottom: 4rem;
}
.acf-text-image[data-padding-top=small] {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-top=small] {
    padding-top: 3rem;
  }
}
.acf-text-image[data-padding-top=medium] {
  padding-top: 2.5rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-top=medium] {
    padding-top: 5rem;
  }
}
.acf-text-image[data-padding-top=large] {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-top=large] {
    padding-top: 7rem;
  }
}
.acf-text-image[data-padding-top=xlarge] {
  padding-top: 7.5rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-top=xlarge] {
    padding-top: 10rem;
  }
}
.acf-text-image[data-padding-bottom=small] {
  padding-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-bottom=small] {
    padding-bottom: 3.5rem;
  }
}
.acf-text-image[data-padding-bottom=medium] {
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-bottom=medium] {
    padding-bottom: 5.5rem;
  }
}
.acf-text-image[data-padding-bottom=large] {
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-bottom=large] {
    padding-bottom: 9rem;
  }
}
.acf-text-image[data-padding-bottom=xlarge] {
  padding-bottom: 6.5rem;
}
@media (min-width: 992px) {
  .acf-text-image[data-padding-bottom=xlarge] {
    padding-bottom: 11.5rem;
  }
}
.acf-text-image__main{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 680px) {
  .acf-text-image__main{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  .acf-text-image__main{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  .acf-text-image__main[data-align=center]{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-text-image__main[data-align=center]{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  .acf-text-image__main[data-align=left]{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  .acf-text-image__main[data-align=left]{
    max-width: 66%;
  }
}
@media (min-width: 992px) {}
.acf-text-image__main{
  display: grid;
  gap: 1rem;
}
@media (min-width: 680px) {
  .acf-text-image__main{
    display: flex;
    gap: 0px;
  }
  .acf-text-image__main[data-image-position=left]{
    flex-direction: row;
  }
  .acf-text-image__main[data-image-position=right]{
    flex-direction: row-reverse;
  }
  .acf-text-image__info{
    flex: 1 1 0%;
  }
  .acf-text-image__info[data-image-position=left]{
    padding-left: 3rem;
  }
  .acf-text-image__info[data-image-position=right]{
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .acf-text-image__info {
    flex: 3;
  }
}
.acf-text-image__label{
  margin-bottom: 0.25rem;
}
.acf-text-image__heading{
  margin-bottom: 1rem;
}
.acf-text-image__heading[data-size=h1]{
  font-size: 2.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-text-image__heading[data-size=h1]{
    font-size: 4rem;
    line-height: 1.1;
  }
}
.acf-text-image__heading[data-size=h2]{
  font-size: 2.25rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (min-width: 992px) {
  .acf-text-image__heading[data-size=h2]{
    font-size: 2.85rem;
    line-height: 1.1;
  }
}
.acf-text-image__heading[data-size=h3]{
  font-size: 1.75rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.acf-text-image__description a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(var(--text-color), 0.4);
}
.acf-text-image__buttons{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 1.5rem;
}
.acf-text-image__buttons > .button{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.acf-text-image__media{
  margin-bottom: 1rem;
  width: 100%;
  flex: 1 1 0%;
}
@media (min-width: 992px) {
  .acf-text-image__media{
    margin-bottom: 0px;
    flex: 4;
  }
}
.acf-text-image__image{
  display: block;
  width: 100%;
}

div.wp-block-image figure,
figure.wp-block-image{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
}
@media (min-width: 680px) {
  div.wp-block-image figure,
  figure.wp-block-image{
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 992px) {
  div.wp-block-image figure,
  figure.wp-block-image{
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
@media (min-width: 680px) {
  div.wp-block-image figure.aligncenter,
  figure.wp-block-image.aligncenter{
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  div.wp-block-image figure.aligncenter,
  figure.wp-block-image.aligncenter{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  div.wp-block-image figure.alignright,
  figure.wp-block-image.alignright{
    margin-right: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  div.wp-block-image figure.alignright,
  figure.wp-block-image.alignright{
    max-width: 66%;
  }
}
@media (min-width: 680px) {
  div.wp-block-image figure.alignleft,
  figure.wp-block-image.alignleft{
    margin-left: 0px;
    max-width: 58rem;
  }
}
@media (min-width: 1100px) {
  div.wp-block-image figure.alignleft,
  figure.wp-block-image.alignleft{
    max-width: 66%;
  }
}
div.wp-block-image figure img,
figure.wp-block-image img{
  display: block;
  height: auto;
  width: 100%;
}
div.wp-block-image figure figcaption,
figure.wp-block-image figcaption{
  margin-top: 0.5rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1.3;
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}

/* purgecss end ignore */

.hover\:opacity-100:hover{
  opacity: 1;
}

@media (min-width: 680px){
  .tablet\:inline{
    display: inline;
  }
  .tablet\:hidden{
    display: none;
  }
}

@media (min-width: 992px){
  .laptop\:inline{
    display: inline;
  }
  .laptop\:hidden{
    display: none;
  }
}

@media (min-width: 1100px){
  .desktop\:inline{
    display: inline;
  }
  .desktop\:hidden{
    display: none;
  }
}
