@charset "UTF-8";
@import url("https://use.typekit.net/hot3xmv.css");
.sr-only:not(:focus):not(:active),
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

.color__dim {
  opacity: 0.45; }

.color__attention {
  color: #FC5400; }

:root {
  --margin-xxs: 14px;
  --margin-xs: 25px;
  --margin-sm: 30px;
  --margin-md: 60px;
  --margin-lg: 90px;
  --margin-xl: 100px;
  --margin-wrap: 40px;
  --margin-grid: var(--margin-md);
  --margin-form: var(--margin-sm);
  --layout-middle: 50vw; }
  @media (min-width: 1400px) {
    :root {
      --margin-sm: 40px;
      --layout-middle: 57vw; } }
  @media (min-width: 1800px) {
    :root {
      --margin-wrap: 50px;
      --layout-middle: 50vw; } }
  @media (max-width: 1024px) {
    :root {
      --margin-sm: 30px;
      --margin-md: 45px;
      --margin-lg: 65px;
      --layout-middle: auto; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    :root {
      --margin-wrap: 25px; } }
  @media (max-width: 767px) {
    :root {
      --margin-xs: 12px;
      --margin-sm: 20px;
      --margin-md: 30px;
      --margin-lg: 40px;
      --margin-xl: 70px;
      --margin-wrap: 15px; } }

HTML {
  -webkit-text-size-adjust: 100%; }

BODY,
BUTTON,
INPUT,
SELECT,
OPTGROUP,
TEXTAREA {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%; }

P {
  margin: 0; }

DFN, CITE, EM, I {
  font-style: inherit; }

H1, H2, H3, H4, H5, H6 {
  clear: both;
  font-weight: normal;
  margin: 0; }

BLOCKQUOTE {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 106%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    BLOCKQUOTE {
      font-size: 38.5px; } }
  @media (min-width: 1024px) {
    BLOCKQUOTE {
      font-size: 47px; } }
  BLOCKQUOTE .quote {
    display: block;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 106%;
    position: relative; }
    @media (min-width: 768px) and (max-width: 1024px) {
      BLOCKQUOTE .quote {
        font-size: 38.5px; } }
    @media (min-width: 1024px) {
      BLOCKQUOTE .quote {
        font-size: 47px; } }
    BLOCKQUOTE .quote:before {
      content: '\201C';
      position: absolute;
      left: -15px; }
    BLOCKQUOTE .quote:after {
      content: '\201D'; }
  BLOCKQUOTE CITE {
    margin-top: 13px;
    position: relative;
    padding-left: 21px;
    display: block; }
    BLOCKQUOTE CITE:before {
      content: '—';
      position: absolute;
      left: 0; }
  @media (max-width: 767px) {
    BLOCKQUOTE .quote:before {
      left: -11px; } }

.skip-p > p:first-child {
  margin-top: 0px; }

.strip-p > p:first-child {
  margin: 0px; }

.t__align-left,
.text-align-left {
  text-align: left; }
  .t__align-left .img-wrapper.autosize,
  .text-align-left .img-wrapper.autosize {
    margin-left: 0; }

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

.t__align-right,
.text-align-right {
  text-align: right; }
  .t__align-right .img-wrapper.autosize,
  .text-align-right .img-wrapper.autosize {
    margin-right: 0; }

@media (min-width: 768px) {
  .t__align-justify,
  .text-align-justify {
    text-align: justify; } }

.t__balace,
.balace,
.balance-text {
  text-wrap: balance; }

.t__lower,
.lowercase {
  text-transform: lowercase !important; }

.t__upper,
.uppercase {
  text-transform: uppercase !important; }

.t__strike,
.text__strike {
  position: relative; }
  .t__strike:before,
  .text__strike:before {
    background-color: #000;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px; }

.text__base, .searchform SELECT:not(.plain),
.searchform TEXTAREA,
.searchform INPUT[type="text"],
.searchform INPUT[type="email"],
.searchform INPUT[type="url"],
.searchform INPUT[type="password"],
.searchform INPUT[type="search"],
.searchform INPUT[type="number"],
.searchform INPUT[type="tel"],
.form SELECT:not(.plain),
.form TEXTAREA,
.form INPUT[type="text"],
.form INPUT[type="email"],
.form INPUT[type="url"],
.form INPUT[type="password"],
.form INPUT[type="search"],
.form INPUT[type="number"],
.form INPUT[type="tel"], .form__filters .search INPUT[type="text"] {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12px; }
  @media (max-width: 767px) {
    .text__base, .searchform SELECT:not(.plain),
    .searchform TEXTAREA,
    .searchform INPUT[type="text"],
    .searchform INPUT[type="email"],
    .searchform INPUT[type="url"],
    .searchform INPUT[type="password"],
    .searchform INPUT[type="search"],
    .searchform INPUT[type="number"],
    .searchform INPUT[type="tel"],
    .form SELECT:not(.plain),
    .form TEXTAREA,
    .form INPUT[type="text"],
    .form INPUT[type="email"],
    .form INPUT[type="url"],
    .form INPUT[type="password"],
    .form INPUT[type="search"],
    .form INPUT[type="number"],
    .form INPUT[type="tel"], .form__filters .search INPUT[type="text"] {
      font-size: 15px; } }

/* Headline - Small */
.headline__sm {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: -0.0016em;
  line-height: 106%; }

.headline__sm-bold, .button__shadow.--sm,
.button__shadow-complex.--sm {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: -0.0076em;
  line-height: 106%; }
  .headline__sm-bold A.underline-hover, .button__shadow.--sm A.underline-hover, .button__shadow-complex.--sm A.underline-hover,
  .headline__sm-bold A.underline,
  .button__shadow.--sm A.underline,
  .button__shadow-complex.--sm A.underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 2px; }

/* Headline -  Medium */
.headline__md {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 29px;
  line-height: 28px;
  letter-spacing: -0.0075757576em; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__md {
      font-size: 31px; } }
  @media (min-width: 1024px) {
    .headline__md {
      font-size: 33px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__md {
      line-height: 32px; } }
  @media (min-width: 1024px) {
    .headline__md {
      line-height: 36px; } }

.headline__md-bold, .button__shadow.--md,
.button__shadow-complex.--md {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 29px;
  line-height: 28px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__md-bold, .button__shadow.--md,
    .button__shadow-complex.--md {
      font-size: 31px; } }
  @media (min-width: 1024px) {
    .headline__md-bold, .button__shadow.--md,
    .button__shadow-complex.--md {
      font-size: 33px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__md-bold, .button__shadow.--md,
    .button__shadow-complex.--md {
      line-height: 30.5px; } }
  @media (min-width: 1024px) {
    .headline__md-bold, .button__shadow.--md,
    .button__shadow-complex.--md {
      line-height: 33px; } }
  .headline__md-bold A.underline-hover, .button__shadow.--md A.underline-hover, .button__shadow-complex.--md A.underline-hover,
  .headline__md-bold A.underline,
  .button__shadow.--md A.underline,
  .button__shadow-complex.--md A.underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 2px; }

/* Headline -  Large */
.headline__lg {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 101%;
  letter-spacing: -0.0106521739em; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__lg {
      font-size: 44.5px; } }
  @media (min-width: 1024px) {
    .headline__lg {
      font-size: 53px; } }
  @media (min-width: 1800px) {
    .headline__lg {
      font-size: 51px;
      line-height: 54px; } }
  .headline__lg STRONG {
    display: block;
    font-family: acumin-pro-extra-condensed, sans-serif;
    font-style: normal;
    font-weight: 700; }
  .headline__lg A.underline-hover,
  .headline__lg A.underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 2px; }

.headline__lg-bold {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.0106521739em; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__lg-bold {
      font-size: 44.5px; } }
  @media (min-width: 1024px) {
    .headline__lg-bold {
      font-size: 53px; } }
  @media (min-width: 1800px) {
    .headline__lg-bold {
      font-size: 51px;
      line-height: 54px; } }
  .headline__lg-bold A.underline-hover,
  .headline__lg-bold A.underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 2px; }

.headline__xl-bold {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  letter-spacing: -0.0118571429em; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .headline__xl-bold {
      font-size: 59px; } }
  @media (min-width: 1024px) {
    .headline__xl-bold {
      font-size: 70px; } }

/* Text - Small */
.text__sm, .wysiwyg .wp-caption-text {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px; }
  .text__sm A, .wysiwyg .wp-caption-text A {
    text-decoration-thickness: 1px;
    text-underline-offset: 2px; }

.text__sm-bold {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 105%; }
  @media (max-width: 767px) {
    .text__sm-bold {
      font-weight: 600; } }

.paragraph__sm {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1px;
  line-height: 140%; }
  .paragraph__sm.--tight {
    line-height: 120%; }
  .paragraph__sm.--spaced {
    line-height: 170%; }
  .paragraph__sm B,
  .paragraph__sm STRONG {
    font-weight: bold; }
  .paragraph__sm I,
  .paragraph__sm EM {
    font-style: italic; }

/* Text - Medium */
.text__md {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.12px; }
  @media (max-width: 767px) {
    .text__md {
      font-size: 17px; } }

.text__md-bold, INPUT[type="button"],
INPUT[type="submit"],
BUTTON.button,
.button {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.12px;
  text-decoration-thickness: 2px; }
  @media (max-width: 767px) {
    .text__md-bold, INPUT[type="button"],
    INPUT[type="submit"],
    BUTTON.button,
    .button {
      font-weight: 600; } }
  .text__md-bold.underline, INPUT.underline[type="button"],
  INPUT.underline[type="submit"],
  .underline.button {
    text-decoration-thickness: 2px; }
  @media (max-width: 767px) {
    .text__md-bold, INPUT[type="button"],
    INPUT[type="submit"],
    BUTTON.button,
    .button {
      font-size: 17px; } }

.paragraph__md, .wysiwyg:not(.paragraph__sm):not(.paragraph__sm > .wysiwyg) {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02px;
  line-height: 150%; }
  .paragraph__md.--tight, .--tight.wysiwyg:not(.paragraph__sm) {
    line-height: 135%; }
  .paragraph__md.--spaced, .--spaced.wysiwyg:not(.paragraph__sm) {
    line-height: 180%; }
  .paragraph__md B, .wysiwyg:not(.paragraph__sm) B,
  .paragraph__md STRONG,
  .wysiwyg:not(.paragraph__sm) STRONG {
    font-weight: bold; }
  .paragraph__md I, .wysiwyg:not(.paragraph__sm) I,
  .paragraph__md EM,
  .wysiwyg:not(.paragraph__sm) EM {
    font-style: italic; }
  @media (max-width: 767px) {
    .paragraph__md, .wysiwyg:not(.paragraph__sm):not(.paragraph__sm > .wysiwyg) {
      font-size: 17px; } }

/* Introduction */
.introduction__sm {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.0046em;
  line-height: 105%; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .introduction__sm {
      font-size: 40px; } }
  @media (min-width: 1024px) {
    .introduction__sm {
      font-size: 50px; } }
  @media (max-width: 767px) {
    .introduction__sm {
      font-weight: 500;
      line-height: 112%; } }
  .introduction__sm A.underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px; }

.introduction__lg {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  letter-spacing: -0.010625em;
  line-height: 103%; }
  .introduction__lg A.underline {
    text-decoration-thickness: 2px;
    text-underline-offset: 3px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .introduction__lg {
      font-size: 60px; } }
  @media (min-width: 1024px) {
    .introduction__lg {
      font-size: 80px; } }

.wysiwyg P,
.wysiwyg > * {
  margin-bottom: 21px;
  text-wrap: pretty; }
  .wysiwyg P:last-child,
  .wysiwyg > *:last-child {
    margin-bottom: 0; }

.wysiwyg H1, .wysiwyg H2, .wysiwyg H5 {
  margin-top: 40px; }

.wysiwyg B,
.wysiwyg STRONG {
  font-weight: bold; }

.wysiwyg I,
.wysiwyg EM {
  font-style: italic; }

.wysiwyg A:not(.button__shadow) {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px;
  text-decoration: underline; }

.wysiwyg A.button__shadow {
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none !important; }

.wysiwyg UL {
  --indent: 14px;
  list-style: none;
  margin-left: var(--indent);
  padding-left: var(--margin-sm);
  padding-bottom: 10px; }
  .wysiwyg UL LI {
    list-style-type: disc;
    position: relative;
    margin-bottom: 5px; }
    .wysiwyg UL LI::marker {
      color: #000; }
    .wysiwyg UL LI:last-child {
      margin-bottom: 0; }

.wysiwyg IMG:not(.aligncenter):not(.alignleft):not(.alignright) {
  display: block;
  width: 100%;
  height: auto; }

.wysiwyg .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: var(--margin-sm);
  margin-bottom: var(--margin-sm); }

.wysiwyg .alignleft {
  float: left;
  margin-right: var(--margin-md);
  margin-bottom: var(--margin-md); }

.wysiwyg .alignright {
  float: right;
  margin-left: var(--margin-md);
  margin-bottom: var(--margin-md); }

.wysiwyg .wp-caption {
  width: auto !important; }

.wysiwyg .wp-caption-text {
  padding-top: 3px; }

@media (max-width: 767px) {
  .wysiwyg P,
  .wysiwyg > * {
    margin-bottom: 10px; }
  .wysiwyg H1, .wysiwyg H2, .wysiwyg H3, .wysiwyg H4, .wysiwyg H5 {
    margin-top: 25px; } }

.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden; }
  .clamp.--lines-1 {
    -webkit-line-clamp: 1; }
  .clamp.--lines-2 {
    -webkit-line-clamp: 2; }
  .clamp.--lines-4 {
    -webkit-line-clamp: 4; }

.searchform,
.form {
  --ui-color: #000; }
  .searchform SELECT,
  .searchform TEXTAREA,
  .searchform INPUT[type="text"],
  .searchform INPUT[type="email"],
  .searchform INPUT[type="url"],
  .searchform INPUT[type="password"],
  .searchform INPUT[type="search"],
  .searchform INPUT[type="number"],
  .searchform INPUT[type="tel"],
  .form SELECT,
  .form TEXTAREA,
  .form INPUT[type="text"],
  .form INPUT[type="email"],
  .form INPUT[type="url"],
  .form INPUT[type="password"],
  .form INPUT[type="search"],
  .form INPUT[type="number"],
  .form INPUT[type="tel"] {
    appearance: none;
    background-color: transparent;
    border: 0; }
    .searchform SELECT::placeholder,
    .searchform TEXTAREA::placeholder,
    .searchform INPUT[type="text"]::placeholder,
    .searchform INPUT[type="email"]::placeholder,
    .searchform INPUT[type="url"]::placeholder,
    .searchform INPUT[type="password"]::placeholder,
    .searchform INPUT[type="search"]::placeholder,
    .searchform INPUT[type="number"]::placeholder,
    .searchform INPUT[type="tel"]::placeholder,
    .form SELECT::placeholder,
    .form TEXTAREA::placeholder,
    .form INPUT[type="text"]::placeholder,
    .form INPUT[type="email"]::placeholder,
    .form INPUT[type="url"]::placeholder,
    .form INPUT[type="password"]::placeholder,
    .form INPUT[type="search"]::placeholder,
    .form INPUT[type="number"]::placeholder,
    .form INPUT[type="tel"]::placeholder {
      color: color-mix(in srgb, var(--ui-color) 50%, transparent);
      opacity: 1; }
    .searchform SELECT:focus::placeholder,
    .searchform TEXTAREA:focus::placeholder,
    .searchform INPUT[type="text"]:focus::placeholder,
    .searchform INPUT[type="email"]:focus::placeholder,
    .searchform INPUT[type="url"]:focus::placeholder,
    .searchform INPUT[type="password"]:focus::placeholder,
    .searchform INPUT[type="search"]:focus::placeholder,
    .searchform INPUT[type="number"]:focus::placeholder,
    .searchform INPUT[type="tel"]:focus::placeholder,
    .form SELECT:focus::placeholder,
    .form TEXTAREA:focus::placeholder,
    .form INPUT[type="text"]:focus::placeholder,
    .form INPUT[type="email"]:focus::placeholder,
    .form INPUT[type="url"]:focus::placeholder,
    .form INPUT[type="password"]:focus::placeholder,
    .form INPUT[type="search"]:focus::placeholder,
    .form INPUT[type="number"]:focus::placeholder,
    .form INPUT[type="tel"]:focus::placeholder {
      color: color-mix(in srgb, var(--ui-color) 50%, transparent);
      opacity: 1; }
  .searchform SELECT:not(.plain),
  .searchform TEXTAREA,
  .searchform INPUT[type="text"],
  .searchform INPUT[type="email"],
  .searchform INPUT[type="url"],
  .searchform INPUT[type="password"],
  .searchform INPUT[type="search"],
  .searchform INPUT[type="number"],
  .searchform INPUT[type="tel"],
  .form SELECT:not(.plain),
  .form TEXTAREA,
  .form INPUT[type="text"],
  .form INPUT[type="email"],
  .form INPUT[type="url"],
  .form INPUT[type="password"],
  .form INPUT[type="search"],
  .form INPUT[type="number"],
  .form INPUT[type="tel"] {
    width: 100%;
    transition: all 200ms ease-out;
    border: 0;
    border: 2px solid var(--ui-color);
    border-radius: 5px;
    background-color: transparent;
    text-transform: none;
    color: var(--ui-color);
    padding: 17px 20px 18px 20px;
    outline: 2px solid transparent;
    outline-offset: -6px; }
    @media (min-width: 1024px) {
      .searchform SELECT:not(.plain):hover, .searchform SELECT:not(.plain):active,
      .searchform TEXTAREA:hover,
      .searchform TEXTAREA:active,
      .searchform INPUT[type="text"]:hover,
      .searchform INPUT[type="text"]:active,
      .searchform INPUT[type="email"]:hover,
      .searchform INPUT[type="email"]:active,
      .searchform INPUT[type="url"]:hover,
      .searchform INPUT[type="url"]:active,
      .searchform INPUT[type="password"]:hover,
      .searchform INPUT[type="password"]:active,
      .searchform INPUT[type="search"]:hover,
      .searchform INPUT[type="search"]:active,
      .searchform INPUT[type="number"]:hover,
      .searchform INPUT[type="number"]:active,
      .searchform INPUT[type="tel"]:hover,
      .searchform INPUT[type="tel"]:active,
      .form SELECT:not(.plain):hover,
      .form SELECT:not(.plain):active,
      .form TEXTAREA:hover,
      .form TEXTAREA:active,
      .form INPUT[type="text"]:hover,
      .form INPUT[type="text"]:active,
      .form INPUT[type="email"]:hover,
      .form INPUT[type="email"]:active,
      .form INPUT[type="url"]:hover,
      .form INPUT[type="url"]:active,
      .form INPUT[type="password"]:hover,
      .form INPUT[type="password"]:active,
      .form INPUT[type="search"]:hover,
      .form INPUT[type="search"]:active,
      .form INPUT[type="number"]:hover,
      .form INPUT[type="number"]:active,
      .form INPUT[type="tel"]:hover,
      .form INPUT[type="tel"]:active {
        outline: 2px solid var(--ui-color); } }
  .searchform INPUT[type="text"][readonly],
  .form INPUT[type="text"][readonly] {
    margin-bottom: 5px;
    padding-left: 11px;
    border: 1px solid #ff00ff;
    color: #ff00ff;
    text-align: left;
    font-size: 10px;
    line-height: 12px;
    font-family: Courier, fixed;
    pointer-events: none; }
  .searchform SELECT,
  .form SELECT {
    background-image: url("../img/icon-arrow-dropdown-brand.svg");
    background-repeat: no-repeat;
    background-position: right 20px center; }
    .searchform SELECT.placeholder, .searchform SELECT.default,
    .form SELECT.placeholder,
    .form SELECT.default {
      color: var(--ui-color); }
  .searchform SELECT.plain,
  .form SELECT.plain {
    padding-right: 17px; }
  .searchform SELECT.auto-width,
  .form SELECT.auto-width {
    opacity: 0;
    transition: opacity 300ms ease-out; }
    .searchform SELECT.auto-width.init,
    .form SELECT.auto-width.init {
      opacity: 1; }

/*



<div class="form__checkmark">
    <input type="radio" name="test-radio" id="test-radio" /><label class="headline__sm" for="test-radio">Test Radio</label>
</div>

<div class="form__checkmark">
    <input type="checkbox" name="test-checkmark" id="test-checkmark" /><label class="headline__sm" for="test-checkmark">Test Checkmark</label>
</div>


*/
.form__checkmark,
.form__radio {
  --box-w: 20px;
  --box-h: 20px;
  --ui-color: white;
  position: relative;
  display: inline-block;
  min-height: var(--box-h); }
  .form__checkmark LABEL,
  .form__radio LABEL {
    cursor: pointer;
    display: block;
    padding-top: 1px; }
  .form__checkmark INPUT[type="checkbox"],
  .form__checkmark INPUT[type="radio"],
  .form__radio INPUT[type="checkbox"],
  .form__radio INPUT[type="radio"] {
    width: var(--box-w);
    height: var(--box-h);
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    letter-spacing: 0;
    z-index: 1;
    cursor: pointer; }
  .form__checkmark INPUT[type="checkbox"] + LABEL::before,
  .form__checkmark INPUT[type="radio"] + LABEL::before,
  .form__radio INPUT[type="checkbox"] + LABEL::before,
  .form__radio INPUT[type="radio"] + LABEL::before {
    transition: all 200ms linear;
    background: transparent;
    content: '';
    display: inline-block;
    width: var(--box-w);
    height: var(--box-h);
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
    border: 2px solid var(--ui-color);
    top: -2px; }
  .form__checkmark INPUT[type="radio"] + LABEL::before,
  .form__radio INPUT[type="radio"] + LABEL::before {
    border-radius: 50%; }
  @media (max-width: 767px) {
    .form__checkmark INPUT[type="checkbox"] + LABEL::before,
    .form__checkmark INPUT[type="radio"] + LABEL::before,
    .form__radio INPUT[type="checkbox"] + LABEL::before,
    .form__radio INPUT[type="radio"] + LABEL::before {
      top: -1px; } }
  .form__checkmark INPUT[type="radio"] + LABEL:hover::before,
  .form__checkmark INPUT[type="radio"]:hover + LABEL::before,
  .form__radio INPUT[type="radio"] + LABEL:hover::before,
  .form__radio INPUT[type="radio"]:hover + LABEL::before {
    background-color: var(--ui-color); }
  .form__checkmark INPUT[type="radio"]:checked + LABEL::before,
  .form__radio INPUT[type="radio"]:checked + LABEL::before {
    background-color: var(--ui-color); }
  .form__checkmark INPUT[type="checkbox"]:checked + LABEL:hover::before,
  .form__checkmark INPUT[type="checkbox"]:checked:hover + LABEL::before,
  .form__radio INPUT[type="checkbox"]:checked + LABEL:hover::before,
  .form__radio INPUT[type="checkbox"]:checked:hover + LABEL::before {
    background-color: var(--ui-color);
    outline: 2px solid var(--ui-color); }
  .form__checkmark INPUT[type="radio"]:disabled,
  .form__radio INPUT[type="radio"]:disabled {
    cursor: default; }
  .form__checkmark INPUT[type="radio"]:disabled + LABEL::before,
  .form__radio INPUT[type="radio"]:disabled + LABEL::before {
    opacity: 0.5; }
  .form__checkmark INPUT[type="radio"]:disabled:checked + LABEL::before,
  .form__radio INPUT[type="radio"]:disabled:checked + LABEL::before {
    opacity: 0.5;
    background-color: var(--ui-color); }

/*
.form__checkmark,
.form__radio {

    $_box_w: 40px;
    $_box_h: 40px;
    $_box_sprite: 45px;

    position: relative;
    display: inline-block;
    min-height: $_box_h;

    // border: 1px solid pink;

    INPUT[type="checkbox"],
    INPUT[type="radio"] {
        width: $_box_w;
        height: $_box_h;
        opacity: 0;
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        letter-spacing: 0;
        z-index: 1;
        cursor: pointer;
    }

    INPUT[type="checkbox"] + LABEL::before,
    INPUT[type="radio"] + LABEL::before {
        background: #fff;
        content: '';
        display: inline-block;
        width: $_box_w;
        height: $_box_h;
        background: url('../img/form-check.svg') no-repeat;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 12px;
        position: relative;
        top: -1px;
    }


    // Checkbox: Default    
    INPUT[type="checkbox"] + LABEL::before { 
        background-position: -($_box_sprite * 0) 0;
    }
    // Checkbox: Hover
    INPUT[type="checkbox"] + LABEL:hover::before,
    INPUT[type="checkbox"]:hover + LABEL::before {
        background-position: -($_box_sprite * 1) 0;
    }
    // Checkbox: Checked    
    INPUT[type="checkbox"]:checked + LABEL::before {
        background-position: -($_box_sprite * 2) 0;
    }
    // Checkbox: Checked+Hover    
    INPUT[type="checkbox"]:checked + LABEL:hover::before,
    INPUT[type="checkbox"]:checked:hover + LABEL::before {
        background-position: -($_box_sprite * 3) 0;
    }
    // Checkbox: Disabled
    INPUT[type="checkbox"]:disabled {
        cursor: default;
    }
    INPUT[type="checkbox"]:disabled + LABEL::before {
        background-position: -($_box_sprite * 4) 0;
        border: 1px solid blue;
    }
    // Checkbox: Disabled+Checked
    INPUT[type="checkbox"]:disabled:checked + LABEL::before {
        background-position: -($_box_sprite * 5) 0;
    }


    // Radio: Default    
    INPUT[type="radio"] + LABEL::before { 
        background-position: -($_box_sprite * 6) 0;
    }
    // Radio: Hover
    INPUT[type="radio"] + LABEL:hover::before,
    INPUT[type="radio"]:hover + LABEL::before {
        background-position: -($_box_sprite * 7) 0;
    }
    // Radio: Checked
    INPUT[type="radio"]:checked + LABEL::before {
        background-position: -($_box_sprite * 8) 0;
    }
    // Radio: Checked+Hover    
    INPUT[type="checkbox"]:checked + LABEL:hover::before,
    INPUT[type="checkbox"]:checked:hover + LABEL::before {
        background-position: -($_box_sprite * 9) 0;
    }
    // Radio: Disabled
    INPUT[type="radio"]:disabled {
        cursor: default;
    }
    INPUT[type="radio"]:disabled + LABEL::before {
        background-position: -($_box_sprite * 10) 0;
    }
    // Radio: Disabled+Checked
    INPUT[type="radio"]:disabled:checked + LABEL::before {
        background-position: -($_box_sprite * 11) 0;
    }

}

*/
.form__filters {
  --padding: 18px; }
  .form__filters .bar {
    border: 2px solid #000;
    border-radius: 5px;
    display: flex;
    flex-direction: row; }
  .form__filters .search {
    flex: 1;
    position: relative; }
    .form__filters .search INPUT[type="text"] {
      appearance: none;
      background-color: transparent;
      border: 0;
      padding: 19px 20px 20px var(--padding);
      display: block;
      width: 100%; }
    .form__filters .search INPUT[type="submit"] {
      appearance: none;
      border: 0;
      text-indent: -9999px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 70px;
      cursor: pointer;
      background: url("../img/icon-search.svg") no-repeat 50%; }
  .form__filters .toggle {
    width: 130px;
    padding: 0 var(--padding); }
    .form__filters .toggle A {
      display: block;
      padding-top: 21px;
      padding-bottom: 15px;
      background: url("../img/icon-filters.svg") no-repeat right 0px top 23px; }
  .form__filters .filter {
    position: relative; }
    .form__filters .filter .placeholder {
      height: 100%;
      display: flex;
      align-items: center;
      padding: 22px var(--padding);
      position: relative; }
      .form__filters .filter .placeholder:before, .form__filters .filter .placeholder:after {
        transition: 200ms opacity linear;
        width: 16px;
        height: 11px;
        right: 18px;
        top: 50%;
        margin-top: -5px;
        content: '';
        display: block;
        position: absolute; }
      .form__filters .filter .placeholder:before {
        opacity: 0;
        background: url("../img/icon-close-small.svg") no-repeat 50% 50%; }
      .form__filters .filter .placeholder:after {
        background: url("../img/icon-arrow-dropdown-brand.svg") no-repeat 50% 50%; }
    .form__filters .filter.--open .placeholder:after {
      transform: rotate(180deg); }
    .form__filters .filter.--selected .placeholder:after {
      background: url("../img/icon-arrow-dropdown-brand-filled.svg") no-repeat 50% 50%; }
    .form__filters .filter.--show-close .placeholder:before {
      opacity: 1; }
    .form__filters .filter.--show-close .placeholder:after {
      opacity: 0; }
    .form__filters .filter > SELECT {
      display: block;
      height: 100%;
      width: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
    .form__filters .filter .select2 {
      top: 0;
      left: 0;
      width: 100%;
      position: absolute;
      display: block;
      height: 100%;
      width: 100%; }
      .form__filters .filter .select2 .select2-selection--single,
      .form__filters .filter .select2 .select2-selection__rendered {
        position: relative;
        opacity: 0; }
    .form__filters .filter .select2-dropdown {
      margin-left: -4px; }
  .form__filters .below {
    padding-top: var(--margin-wrap);
    display: none;
    position: relative;
    padding-bottom: 15px;
    --margin-lg: 10px; }
    .form__filters .below:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 15px;
      pointer-events: none;
      background: red;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
    .form__filters .below > DIV {
      opacity: 0;
      transition: opacity 200ms linear; }
    .form__filters .below.--open > DIV {
      opacity: 1; }
    .form__filters .below .module__slideshow-strip .splide__slide {
      padding-right: 0; }
      .form__filters .below .module__slideshow-strip .splide__slide:last-child {
        padding-right: var(--margin-wrap); }
    .form__filters .below .item {
      display: flex;
      width: 370px;
      gap: 20px;
      align-items: center;
      border: 2px solid #000;
      border-radius: 5px;
      padding: 7px;
      position: relative;
      background-color: #fff;
      margin-bottom: 2px; }
      .form__filters .below .item:after {
        content: '';
        display: block;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: -3px;
        right: -3px;
        z-index: -1; }
      .form__filters .below .item .thumbnail {
        width: 140px; }
      .form__filters .below .item .img-wrapper {
        border-radius: 4px; }
      .form__filters .below .item .name {
        flex: 1; }
  @media (min-width: 1024px) {
    .form__filters .filters {
      display: flex;
      flex-direction: row; }
    .form__filters .filter {
      width: 150px;
      border-left: 2px solid #000; }
      .form__filters .filter .select2 .select2-selection--single,
      .form__filters .filter .select2 .select2-selection__rendered {
        width: 150px; } }
  @media (max-width: 1024px) {
    .form__filters {
      margin-top: -10px; }
      .form__filters .bar {
        flex-wrap: wrap; }
        .form__filters .bar:before {
          transition: all 300ms linear;
          opacity: 0;
          pointer-events: none;
          content: '';
          visibility: hidden;
          position: absolute;
          top: 72px;
          left: -100px;
          right: -100px;
          height: 353px;
          z-index: 80;
          background-image: linear-gradient(180deg, #FFFFFF 48%, rgba(255, 255, 255, 0) 100%, rgba(0, 0, 0, 0) 100%); }
      .form__filters .search {
        border-right: 2px solid #000; }
        .form__filters .search INPUT[type="submit"] {
          background-size: 19px auto;
          width: 59px; }
      .form__filters .filters {
        display: none;
        width: 100%;
        border: 2px solid #000;
        border-radius: 5px;
        background: white;
        position: absolute;
        top: 72px;
        left: 0;
        z-index: 90; }
      .form__filters.--show-filters .filters {
        display: block; }
      .form__filters.--show-filters .bar:before {
        visibility: visible;
        opacity: 1; }
      .form__filters .filter {
        border-top: 2px solid #000; }
        .form__filters .filter:first-child {
          border-top: 0; }
      .form__filters .below .item {
        width: 340px; }
        .form__filters .below .item .thumbnail {
          width: 120px; } }
  @media (max-width: 767px) {
    .form__filters {
      margin-top: -20px; }
      .form__filters .search INPUT[type="text"] {
        padding-top: 16px;
        padding-bottom: 17px; }
      .form__filters .toggle {
        width: 116px; }
        .form__filters .toggle A {
          padding-top: 19px;
          background-position: right top 19px; }
      .form__filters .filters {
        top: 66px; }
      .form__filters .filter .placeholder {
        padding-top: 20px;
        padding-bottom: 20px; }
      .form__filters .below .item {
        width: 270px; }
        .form__filters .below .item .thumbnail {
          width: 100px; } }

.form__filters__current {
  display: flex;
  gap: 20px;
  align-items: center; }
  .form__filters__current .pill {
    padding: 15px 20px 15px 25px;
    border: 2px solid #000;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    gap: 14px; }
    .form__filters__current .pill A {
      display: block;
      width: 12px;
      height: 12px;
      background: url("../img/icon-close-small.svg") no-repeat 0 0; }

.select2-container--default {
  text-align: left;
  color: #000;
  display: block; }
  .select2-container--default .select2-selection--single {
    border: 0;
    padding: 0;
    background-color: transparent;
    height: 100%; }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      height: 100%;
      line-height: normal;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 18px; }
      .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        text-underline-offset: 2px; }
    .select2-container--default .select2-selection--single .select2-selection__placeholder,
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #000; }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      background: url("../img/icon-arrow-dropdown-brand.svg") no-repeat 50% 50%;
      width: 16px;
      height: 11px;
      right: 20px;
      top: 50%;
      margin-top: -5px; }
      .select2-container--default .select2-selection--single .select2-selection__arrow B {
        display: none; }
    .select2-container--default .select2-selection--single .select2-selection__clear {
      display: none !important; }
  .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
    transform: rotate(180deg); }

.select2-container {
  right: 0;
  /* Search + Results */ }
  .select2-container .select2-search--dropdown {
    padding: 10px; }
    .select2-container .select2-search--dropdown .select2-search__field {
      background-color: #F0F0F0;
      border: 0;
      padding: 13px 14px;
      border-radius: 5px;
      font-family: acumin-pro, sans-serif;
      font-style: normal;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0.1px; }
  .select2-container .select2-dropdown {
    border: 2px solid #000;
    border-radius: 5px;
    box-shadow: 0 10px 18px 0 rgba(70, 62, 53, 0.2);
    z-index: 101;
    left: auto !important;
    right: -2px; }
    .select2-container .select2-dropdown.select2-dropdown--above {
      border-radius: 5px 5px 0 0;
      box-shadow: 0 -10px 18px 0 rgba(70, 62, 53, 0.2); }
    .select2-container .select2-dropdown.select2-dropdown--below {
      border-radius: 0 0 5px 5px;
      box-shadow: 0 10px 18px 0 rgba(70, 62, 53, 0.2); }
  .select2-container .select2-results__options {
    padding: 18px 18px 15px 18px;
    max-height: 300px !important;
    margin-top: 1px;
    margin-right: 1px;
    margin-bottom: 1px; }
    .select2-container .select2-results__options::-webkit-scrollbar {
      width: 10px; }
    .select2-container .select2-results__options::-webkit-scrollbar-thumb {
      border-radius: 10px; }
    .select2-container .select2-results__options::-webkit-scrollbar-track {
      border-radius: 10px;
      background-color: #F0F0F0; }
  .select2-container .select2-search--dropdown:not(.select2-search--hide) + .select2-results .select2-results__options {
    padding-top: 5px; }
  .select2-container .select2-results__option {
    padding-bottom: 7px;
    color: inherit !important;
    background-color: transparent !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .select2-container .select2-results__option:hover {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 2px; }
  .select2-container .select2-results__option[aria-selected="true"] {
    opacity: 0.4; }
    .select2-container .select2-results__option[aria-selected="true"]:before {
      content: '✓ '; }
  .select2-container ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .select2-container ::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 0;
    width: 6px;
    cursor: ns-resize; }

@media (max-width: 767px) {
  .select2-container {
    right: 50%;
    transform: translateX(50%);
    text-align: center; } }

INPUT[type="button"],
INPUT[type="submit"],
BUTTON.button,
.button {
  --ui-color: #000;
  --font-color: #fff;
  text-align: center;
  transition: all 200ms linear;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  color: var(--font-color);
  padding: 17px 30px 18px 30px;
  border: 1px solid var(--ui-color);
  border-radius: 5px;
  background-color: var(--ui-color);
  outline: 2px solid transparent;
  outline-offset: -4px; }
  INPUT[type="button"].--span,
  INPUT[type="submit"].--span,
  BUTTON.button.--span,
  .button.--span {
    display: block;
    width: 100%; }
  INPUT[type="button"]:hover, INPUT[type="button"]:active,
  INPUT[type="submit"]:hover,
  INPUT[type="submit"]:active,
  BUTTON.button:hover,
  BUTTON.button:active,
  .button:hover,
  .button:active {
    outline: 2px solid var(--font-color); }

.button__shadow,
.button__shadow-complex {
  --ui-color: #000;
  --font-color: #000;
  --background: #fff;
  background-color: var(--background);
  border: 2px solid var(--ui-color);
  border-radius: 6px;
  color: var(--font-color);
  position: relative;
  padding: calc(var(--margin-xs) + 10px) var(--margin-lg);
  text-align: center;
  display: inline-block;
  text-decoration: none; }
  .button__shadow.--span,
  .button__shadow-complex.--span {
    display: block;
    padding-right: var(--margin-xs);
    padding-left: var(--margin-xs); }
  .button__shadow.--sm,
  .button__shadow-complex.--sm {
    padding: calc(var(--margin-xxs) + 10px) var(--margin-md); }
  .button__shadow > SPAN,
  .button__shadow-complex > SPAN {
    display: block; }
  .button__shadow .text__sm-bold:first-child,
  .button__shadow-complex .text__sm-bold:first-child {
    padding-bottom: 2px; }
  .button__shadow .text__sm-bold:last-child,
  .button__shadow-complex .text__sm-bold:last-child {
    padding-top: 2px; }
  .button__shadow:after,
  .button__shadow-complex:after {
    content: '';
    display: block;
    background-color: var(--ui-color);
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: -4px;
    right: -4px;
    z-index: -1; }
  @media (min-width: 1024px) {
    .button__shadow:before,
    .button__shadow-complex:before {
      transition: opacity 200ms linear;
      pointer-events: none;
      opacity: 0;
      content: '';
      display: block;
      border-radius: 4px;
      position: absolute;
      inset: 2px;
      z-index: 1;
      border: 2px solid var(--ui-color); }
    .button__shadow:after,
    .button__shadow-complex:after {
      bottom: -5px;
      right: -5px; }
    .button__shadow:hover:before,
    .button__shadow-complex:hover:before {
      opacity: 1; } }

.button__shadow.--w-arrow {
  padding: var(--margin-sm);
  display: flex;
  gap: var(--margin-sm);
  flex-direction: row;
  text-align: left; }
  .button__shadow.--w-arrow .arrow {
    align-self: flex-end; }
  .button__shadow.--w-arrow *[class*='block'] {
    position: static; }
  .button__shadow.--w-arrow A.link-block:before {
    inset: 0; }
  @media (min-width: 1800px) {
    .button__shadow.--w-arrow {
      gap: var(--margin-md); } }
  @media (max-width: 767px) {
    .button__shadow.--w-arrow {
      align-items: center; }
      .button__shadow.--w-arrow .inside {
        flex: 1; } }

.button__strip {
  display: flex;
  gap: var(--margin-xs); }
  .button__strip > * {
    flex: 1; }
  .button__strip .button__shadow {
    white-space: nowrap;
    padding-left: var(--margin-md);
    padding-right: var(--margin-md); }
  @media (min-width: 1400px) {
    .button__strip {
      gap: var(--margin-sm); } }
  @media (max-width: 767px) {
    .button__strip {
      flex-direction: column; } }

.button__grid {
  display: grid;
  column-gap: var(--margin-xs);
  row-gap: var(--margin-sm);
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 768px) and (max-width: 1024px) {
    .button__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) {
    .button__grid {
      grid-template-columns: repeat(3, 1fr); } }

.form,
FORM.wpcf7-form {
  overflow: hidden;
  position: relative;
  --margin-horizontal: 13px;
  --margin-vertical: 13px; }
  .form .note,
  FORM.wpcf7-form .note {
    font-style: italic;
    color: #000; }
  .form .rows,
  .form .form-rows,
  FORM.wpcf7-form .rows,
  FORM.wpcf7-form .form-rows {
    display: grid;
    grid-auto-rows: auto;
    row-gap: var(--margin-horizontal);
    column-gap: var(--margin-vertical); }
    .form .rows .row.--full, .form .rows .row.--links, .form .rows .row.--buttons,
    .form .rows .form-row.--full,
    .form .rows .form-row.--links,
    .form .rows .form-row.--buttons,
    .form .form-rows .row.--full,
    .form .form-rows .row.--links,
    .form .form-rows .row.--buttons,
    .form .form-rows .form-row.--full,
    .form .form-rows .form-row.--links,
    .form .form-rows .form-row.--buttons,
    FORM.wpcf7-form .rows .row.--full,
    FORM.wpcf7-form .rows .row.--links,
    FORM.wpcf7-form .rows .row.--buttons,
    FORM.wpcf7-form .rows .form-row.--full,
    FORM.wpcf7-form .rows .form-row.--links,
    FORM.wpcf7-form .rows .form-row.--buttons,
    FORM.wpcf7-form .form-rows .row.--full,
    FORM.wpcf7-form .form-rows .row.--links,
    FORM.wpcf7-form .form-rows .row.--buttons,
    FORM.wpcf7-form .form-rows .form-row.--full,
    FORM.wpcf7-form .form-rows .form-row.--links,
    FORM.wpcf7-form .form-rows .form-row.--buttons {
      grid-column: 1 / -1; }
  .form .debug,
  FORM.wpcf7-form .debug {
    pointer-events: none;
    float: left;
    overflow: hidden;
    width: calc(100% - var(--margin-vertical)); }
    .form .debug INPUT,
    FORM.wpcf7-form .debug INPUT {
      font-size: 10px;
      line-height: 12px;
      font-family: Courier, fixed;
      border: 0;
      padding: 0;
      color: #ff00ff; }
  .form .extra,
  FORM.wpcf7-form .extra {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  @media (min-width: 1024px) {
    .form .rows,
    .form .form-rows,
    FORM.wpcf7-form .rows,
    FORM.wpcf7-form .form-rows {
      grid-template-columns: repeat(12, 1fr); }
    .form .row,
    .form .form-row,
    FORM.wpcf7-form .row,
    FORM.wpcf7-form .form-row {
      grid-column: span 12; }
      .form .row.\--1\/2, .form .row.two-fourth, .form .row.two-fourths, .form .row.half,
      .form .form-row.\--1\/2,
      .form .form-row.two-fourth,
      .form .form-row.two-fourths,
      .form .form-row.half,
      FORM.wpcf7-form .row.\--1\/2,
      FORM.wpcf7-form .row.two-fourth,
      FORM.wpcf7-form .row.two-fourths,
      FORM.wpcf7-form .row.half,
      FORM.wpcf7-form .form-row.\--1\/2,
      FORM.wpcf7-form .form-row.two-fourth,
      FORM.wpcf7-form .form-row.two-fourths,
      FORM.wpcf7-form .form-row.half {
        grid-column: span 6; }
      .form .row.\--1\/3, .form .row.one-third, .form .row.one-thirds,
      .form .form-row.\--1\/3,
      .form .form-row.one-third,
      .form .form-row.one-thirds,
      FORM.wpcf7-form .row.\--1\/3,
      FORM.wpcf7-form .row.one-third,
      FORM.wpcf7-form .row.one-thirds,
      FORM.wpcf7-form .form-row.\--1\/3,
      FORM.wpcf7-form .form-row.one-third,
      FORM.wpcf7-form .form-row.one-thirds {
        grid-column: span 4; }
      .form .row.\--2\/3, .form .row.two-third, .form .row.two-thirds,
      .form .form-row.\--2\/3,
      .form .form-row.two-third,
      .form .form-row.two-thirds,
      FORM.wpcf7-form .row.\--2\/3,
      FORM.wpcf7-form .row.two-third,
      FORM.wpcf7-form .row.two-thirds,
      FORM.wpcf7-form .form-row.\--2\/3,
      FORM.wpcf7-form .form-row.two-third,
      FORM.wpcf7-form .form-row.two-thirds {
        grid-column: span 8; }
      .form .row.\--1\/4, .form .row.one-fourth, .form .row.one-fourths,
      .form .form-row.\--1\/4,
      .form .form-row.one-fourth,
      .form .form-row.one-fourths,
      FORM.wpcf7-form .row.\--1\/4,
      FORM.wpcf7-form .row.one-fourth,
      FORM.wpcf7-form .row.one-fourths,
      FORM.wpcf7-form .form-row.\--1\/4,
      FORM.wpcf7-form .form-row.one-fourth,
      FORM.wpcf7-form .form-row.one-fourths {
        grid-column: span 3; }
      .form .row.\--3\/4, .form .row.three-fourth, .form .row.three-fourths,
      .form .form-row.\--3\/4,
      .form .form-row.three-fourth,
      .form .form-row.three-fourths,
      FORM.wpcf7-form .row.\--3\/4,
      FORM.wpcf7-form .row.three-fourth,
      FORM.wpcf7-form .row.three-fourths,
      FORM.wpcf7-form .form-row.\--3\/4,
      FORM.wpcf7-form .form-row.three-fourth,
      FORM.wpcf7-form .form-row.three-fourths {
        grid-column: span 9; } }

FORM.wpcf7-form .wpcf7-spinner,
FORM.wpcf7-form .ajax-loader {
  display: none; }

FORM.wpcf7-form .wpcf7-not-valid-tip {
  color: #f00000;
  padding-top: 8px;
  font-size: 13px; }

FORM.wpcf7-form .wpcf7-response-output {
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: var(--margin-xs);
  font-size: 15px; }

FORM.wpcf7-form .wait,
FORM.wpcf7-form .end {
  display: none; }

FORM.wpcf7-form.resetting > * {
  display: none; }

FORM.wpcf7-form.resetting .wait {
  display: block; }

FORM.wpcf7-form.invalid .wpcf7-response-output {
  display: none !important; }

FORM.wpcf7-form.sent > * {
  display: none; }

FORM.wpcf7-form.sent .form-response {
  display: block; }

FORM.wpcf7-form.sent .wpcf7-response-output {
  display: block; }

FORM {
  transition: opacity 200ms ease-out; }
  FORM.processing, FORM.submitting {
    pointer-events: none;
    cursor: progress;
    opacity: 0.5; }
    FORM.processing * >, FORM.submitting * > {
      pointer-events: none !important; }

.form-response {
  display: none; }
  .form-response.error {
    color: #f00000; }
    .form-response.error A.underline:after {
      background-color: #f00000; }

.grecaptcha-badge {
  opacity: 0;
  pointer-events: none; }

.g-recaptcha {
  position: relative; }
  .g-recaptcha > DIV {
    margin-inline: auto; }

.form__salesforce {
  /*

    --form-color-border: black;
    --form-color-background: white;

    --form-max-width: 650px;

    --form-margin-md: 20px;
    --form-margin-lg: 30px;
    // --form-margin-sm: 6px;
    --form-padding-field: 17px 20px 16px 20px;
    --form-padding-submit: 30px 62px 28px 62px;

    --form-intro-font-size: 18px;

    // --form-border-color: white;
    // --form-highlight-color: white;
    // --form-font-color: white;
    // --form-error-color: red;

    &.--small {
        --form-margin-md: 6px;
        --form-margin-lg: 10px;
        --form-padding-field: 12px 15px 11px 15px;
        --form-padding-submit: 17px 42px 18px 42px;
        --form-intro-font-size: 16px;
    }

    > .form {
        min-height: 390px;
    }

    .spinner {
        margin-top: var(--margin-sm);
    }
    .spinner:has(+ .form:not(:empty)) {
        display: none;
    }

    .wFormContainer {

        margin: 0 auto !important;
        border-radius: 5px;
        max-width: var(--form-max-width) !important;

        .wFormHeader {
            display: none;
        }

        .htmlSection {
            margin-top: 0 !important;
            margin-bottom: var(--form-margin-lg) !important;            
            padding-top: 0 !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
            padding-bottom: 0 !important;
            .htmlContent {
                color: black !important;
                font-size: var(--form-intro-font-size) !important;
                line-height: 140% !important;
                font-family: acumin-pro, sans-serif !important;
                font-style: normal !important;
                font-weight: 500 !important;
            }
        }

        DIV.section {
            padding: 0 !important;
            margin: 0 !important;
        }
        FIELDSET.section {
            border: 0 !important;
            padding: 0 !important;
            margin: 0 0 30px 0 !important;
            &:last-child {
                margin-bottom: 0 !important;
            }
            LEGEND {
                font-family: acumin-pro, sans-serif !important;
                font-weight: 700 !important;
                font-style: normal !important;
                font-size: 21px !important;
                line-height: 26px !important;
                letter-spacing: -0.4px !important;
                padding: 0 !important;
                B {
                    @include Acumin-ExtraCondensed-Bold();
                    font-size: 25px;

                }
            }
        }

        .wForm {
            margin-top: 0;
            background-color: transparent !important;
            border: unset !important;
            FORM {
                padding: 0;

                label {
                    margin-bottom: 7px;
                    font-family: acumin-pro, sans-serif;
                }

                .inputWrapper {
                    display: block !important;
                    input[type="text"], 
                    input[type="password"], 
                    input[type="file"], 
                    select:not([multiple]),
                    textarea,
                    textarea {
                        width: 100% !important;
                        border-width: 2px !important;
                        border-color: var(--form-color-border) !important;
                        border-radius: 4px  !important;
                        padding: var(--form-padding-field) !important;
                        height: auto !important;
                        &:focus {
                            border-color: var(--form-color-border) !important;
                        }
                    }
                    textarea.required:not(readonly):focus {
                        border-width: 2px !important;
                        border-color: var(--form-color-border) !important;
                    }
                }

            }
            .tt-search {
                top: 19px;
                right: 19px;
                left: unset;
            }
            .wFormTitle {
                display: none;
            }
            .oneField {
                margin-top: var(--form-margin-md) !important;
                margin-bottom: 0 !important;
                padding-left: 0 !important;
                padding-right: 0 !important;
            }

        }

        .actions  {
            margin-top: var(--form-margin-md) !important;
            padding: 2px 0 0 0 !important;
            .primaryAction {
                margin-top: 0;
                // .Type-Button-1(white);
                // .rounded(4px);
                border-radius: 4px !important;
                padding: var(--form-padding-submit) !important;
                // padding: 30px 62px 28px 62px !important;
                border: 0;
                color: var(--form-color-background) !important;
                background-color: var(--form-color-border) !important;
                @include Acumin-Bold();
                font-size: 18px;
                letter-spacing: 0.12px;

            }
        }

    }

    &.--wide-submit {
        .wFormContainer {
            .actions  {
                .primaryAction {
                    width: 100% !important;
                }
            }
        }
    }



    INPUT[type='checkbox'],
    INPUT[type='radio'] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

    INPUT[type='checkbox'] + LABEL {
        display: inline-flex;
        align-items: center;
        cursor: pointer;

        &:before,
        &:after {
            display: none !important;
        }

        .input-checkbox-faux {
            width: 28px;
            height: 28px;
            border: 2px solid var(--form-color-border);
            border-radius: 3px;
            background-color: transparent;
            display: inline-block;
            position: relative;
            top: -6px;
            margin-right: 8px;
            transition: background-color 0.2s, border-color 0.2s;
        }
    }

        INPUT[type='checkbox']:checked + LABEL .input-checkbox-faux {
            background-color: var(--form-color-border);

            &::after {
                content: '';
                position: absolute;
                left: 8px;
                top: 2px;
                width: 8px;
                height: 16px;
                border: solid var(--form-color-background);
                border-width: 0 2px 2px 0;
                transform: rotate(45deg);
            }
        }


    INPUT[type='radio'] + LABEL {
        display: inline-flex;
        align-items: center;
        cursor: pointer;

        &:before,
        &:after {
            display: none !important;
        }

        .input-radio-faux {
            width: 28px;
            height: 28px;
            border: 2px solid var(--form-color-border);
            border-radius: 50%;
            background-color: transparent;
            display: inline-block;
            position: relative;
            top: -6px;
            margin-right: 8px;
            transition: background-color 0.2s, border-color 0.2s;
        }
    }

        INPUT[type='radio']:checked + LABEL .input-radio-faux {
            // border-color: #0070d2;
            &::after {
                content: '';
                position: absolute;
                top: 50%;
                left: 50%;
                width: 12px;
                height: 12px;
                background-color: var(--form-color-border);
                border-radius: 50%;
                transform: translate(-50%, -50%);
            }
        }



    #google-captcha {        
        BR {
            display: none;
        }
    }
    .captcha {
        padding-bottom: 30px !important;        

    }



    .supportInfo:has(br:only-child) {
        display: none;
    }


    */ }

BODY.wFormWebPage {
  --form-color-border: black;
  --form-color-background: white;
  --form-max-width: 650px;
  --form-margin-md: 20px;
  --form-margin-lg: 30px;
  --form-padding-field: 17px 20px 16px 20px;
  --form-padding-submit: 30px 62px 28px 62px;
  --form-intro-font-size: 18px;
  background-color: var(--form-color-background);
  margin: 0;
  padding-bottom: var(--form-margin-lg); }
  BODY.wFormWebPage .wFormContainer {
    margin: 0 auto !important;
    border-radius: 5px;
    max-width: var(--form-max-width) !important;
    font-family: acumin-pro, sans-serif !important; }
    BODY.wFormWebPage .wFormContainer .wFormHeader {
      height: 130px;
      background-position: left; }
    BODY.wFormWebPage .wFormContainer .wFormTitle {
      padding: 0 !important;
      margin-bottom: var(--form-margin-lg) !important;
      background-color: transparent !important;
      font-family: acumin-pro-extra-condensed, sans-serif !important;
      font-weight: 700 !important;
      font-style: normal !important;
      font-size: 33px !important;
      line-height: 33px !important;
      color: black; }
    BODY.wFormWebPage .wFormContainer .htmlSection {
      margin-top: 0 !important;
      margin-bottom: var(--form-margin-lg) !important;
      padding-top: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important;
      padding-bottom: 0 !important; }
      BODY.wFormWebPage .wFormContainer .htmlSection:last-child {
        margin-bottom: 0 !important; }
      BODY.wFormWebPage .wFormContainer .htmlSection .htmlContent {
        color: black !important;
        font-size: var(--form-intro-font-size) !important;
        line-height: 140% !important;
        font-family: acumin-pro, sans-serif !important;
        font-style: normal !important;
        font-weight: 500 !important; }
    BODY.wFormWebPage .wFormContainer DIV.section {
      padding: 0 !important;
      margin: var(--form-margin-md) 0 0 0 !important; }
      BODY.wFormWebPage .wFormContainer DIV.section DIV.section {
        margin-top: 0 !important; }
      BODY.wFormWebPage .wFormContainer DIV.section > .preField {
        font-family: acumin-pro, sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 18px !important;
        line-height: 26px !important;
        letter-spacing: -0.4px !important;
        color: black !important; }
    BODY.wFormWebPage .wFormContainer FIELDSET.section {
      border: 0 !important;
      padding: 0 !important;
      margin: 0 0 30px 0 !important; }
      BODY.wFormWebPage .wFormContainer FIELDSET.section:last-child {
        margin-bottom: 0 !important; }
      BODY.wFormWebPage .wFormContainer FIELDSET.section LEGEND {
        font-family: acumin-pro, sans-serif !important;
        font-weight: 700 !important;
        font-style: normal !important;
        font-size: 18px !important;
        line-height: 26px !important;
        letter-spacing: -0.4px !important;
        padding: 0 !important;
        color: black !important; }
        BODY.wFormWebPage .wFormContainer FIELDSET.section LEGEND B {
          font-family: acumin-pro-extra-condensed, sans-serif;
          font-style: normal;
          font-weight: 700;
          font-size: 25px;
          color: black; }
    BODY.wFormWebPage .wFormContainer .wForm {
      margin-top: 0;
      background-color: transparent !important;
      border: unset !important; }
      BODY.wFormWebPage .wFormContainer .wForm FORM {
        padding: 0; }
        BODY.wFormWebPage .wFormContainer .wForm FORM label {
          margin-bottom: 7px;
          padding-left: 0;
          font-family: acumin-pro, sans-serif;
          font-weight: 600;
          color: black !important; }
        BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper {
          display: block !important; }
          BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper input[type="text"],
          BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper input[type="password"],
          BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper input[type="file"],
          BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper select:not([multiple]),
          BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper textarea {
            width: 100% !important;
            border-width: 2px !important;
            border-color: var(--form-color-border) !important;
            border-radius: 4px  !important;
            padding: var(--form-padding-field) !important;
            height: auto !important;
            min-width: 55px; }
            BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper input[type="text"]:focus,
            BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper input[type="password"]:focus,
            BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper input[type="file"]:focus,
            BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper select:not([multiple]):focus,
            BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper textarea:focus {
              border-color: var(--form-color-border) !important; }
          BODY.wFormWebPage .wFormContainer .wForm FORM .inputWrapper textarea.required:not(readonly):focus {
            border-width: 2px !important;
            border-color: var(--form-color-border) !important; }
      BODY.wFormWebPage .wFormContainer .wForm .tt-search {
        top: 19px;
        right: 19px;
        left: unset; }
      BODY.wFormWebPage .wFormContainer .wForm .oneField {
        margin-top: var(--form-margin-md) !important;
        margin-bottom: 0 !important;
        padding: 0 !important; }
        BODY.wFormWebPage .wFormContainer .wForm .oneField.errFld {
          --form-color-border: #ff0126; }
          BODY.wFormWebPage .wFormContainer .wForm .oneField.errFld DIV.errMsg {
            margin-top: 3px;
            margin-bottom: 3px;
            font-size: 15px;
            font-weight: 600; }
      BODY.wFormWebPage .wFormContainer .wForm .columnLayout {
        display: block;
        padding: 10px;
        border: 1px solid black;
        border-radius: 6px;
        width: 100%; }
        BODY.wFormWebPage .wFormContainer .wForm .columnLayout .oneField:first-child {
          margin-top: 0 !important; }
        BODY.wFormWebPage .wFormContainer .wForm .columnLayout TD {
          vertical-align: middle !important;
          padding-right: 8px; }
      BODY.wFormWebPage .wFormContainer .wForm .label + .columnLayout {
        margin-top: 4px; }
    BODY.wFormWebPage .wFormContainer .actions {
      margin-top: var(--form-margin-md) !important;
      padding: 0 !important; }
      BODY.wFormWebPage .wFormContainer .actions #disabled-explanation {
        color: red; }
      BODY.wFormWebPage .wFormContainer .actions .captchaHelp {
        padding-left: 0 !important; }
      BODY.wFormWebPage .wFormContainer .actions .primaryAction {
        margin-top: 0;
        border-radius: 4px !important;
        padding: var(--form-padding-submit) !important;
        border: 0;
        color: var(--form-color-background) !important;
        background-color: var(--form-color-border) !important;
        font-family: acumin-pro, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0.12px; }
        @media (max-width: 767px) {
          BODY.wFormWebPage .wFormContainer .actions .primaryAction {
            font-weight: 600; } }
        BODY.wFormWebPage .wFormContainer .actions .primaryAction[disabled] {
          opacity: 0.3;
          cursor: not-allowed;
          outline: none !important; }
  BODY.wFormWebPage INPUT[type='checkbox'],
  BODY.wFormWebPage INPUT[type='radio'] {
    position: absolute;
    opacity: 0;
    pointer-events: none; }
  BODY.wFormWebPage INPUT[type='checkbox'] + LABEL {
    display: inline-flex;
    align-items: center;
    cursor: pointer; }
    BODY.wFormWebPage INPUT[type='checkbox'] + LABEL:before, BODY.wFormWebPage INPUT[type='checkbox'] + LABEL:after {
      display: none !important; }
    BODY.wFormWebPage INPUT[type='checkbox'] + LABEL .input-checkbox-faux {
      width: 28px;
      height: 28px;
      border: 2px solid var(--form-color-border);
      border-radius: 3px;
      background-color: transparent;
      display: inline-block;
      position: relative;
      top: -6px;
      margin-right: 8px;
      transition: background-color 0.2s, border-color 0.2s; }
  BODY.wFormWebPage INPUT[type='checkbox']:checked + LABEL .input-checkbox-faux {
    background-color: var(--form-color-border); }
    BODY.wFormWebPage INPUT[type='checkbox']:checked + LABEL .input-checkbox-faux::after {
      content: '';
      position: absolute;
      left: 8px;
      top: 2px;
      width: 8px;
      height: 16px;
      border: solid var(--form-color-background);
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
  BODY.wFormWebPage INPUT[type='radio'] + LABEL {
    display: inline-flex;
    align-items: center;
    cursor: pointer; }
    BODY.wFormWebPage INPUT[type='radio'] + LABEL:before, BODY.wFormWebPage INPUT[type='radio'] + LABEL:after {
      display: none !important; }
    BODY.wFormWebPage INPUT[type='radio'] + LABEL .input-radio-faux {
      width: 28px;
      height: 28px;
      border: 2px solid var(--form-color-border);
      border-radius: 50%;
      background-color: transparent;
      display: inline-block;
      position: relative;
      top: -6px;
      margin-right: 8px;
      transition: background-color 0.2s, border-color 0.2s; }
  BODY.wFormWebPage INPUT[type='radio']:checked + LABEL .input-radio-faux::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: var(--form-color-border);
    border-radius: 50%;
    transform: translate(-50%, -50%); }
  BODY.wFormWebPage #google-captcha BR {
    display: none; }
  BODY.wFormWebPage .captcha {
    padding-bottom: 30px !important; }
  BODY.wFormWebPage .supportInfo {
    display: none; }
  BODY.wFormWebPage [id="48-WRPR"] {
    --form-margin-md: 2px;
    --form-margin-lg: 6px;
    --form-padding-field: 12px 15px 11px 15px;
    --form-padding-submit: 17px 42px 18px 42px;
    --form-intro-font-size: 16px; }
    BODY.wFormWebPage [id="48-WRPR"] .primaryAction {
      width: 100%; }

.in-iframe BODY.wFormWebPage .wFormContainer .wFormHeader,
.in-iframe BODY.wFormWebPage .wFormContainer .wFormTitle {
  display: none; }

/*# sourceMappingURL=salesforce.css.map */