.footer-columns ul, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card .card-head > img, .video-box .video-overlay > img, .video-box video, .bg-stretch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

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

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

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 22px;
}

blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}

th {
  vertical-align: middle;
}

ul,
ol {
  padding-left: 20px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
  overflow: auto;
}

body {
  color: var(--grey70);
  background: #fff;
  font: 18px/1.44 "SofiaPro", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}

.gm-style img {
  max-width: none;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

.resize-active * {
  transition: none !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
.footer-main h2,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "SofiaPro", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: var(--tourmaline);
}

h1,
.h1 {
  font-size: 34px;
  letter-spacing: -0.03em;
  line-height: 1.1470588235;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    line-height: 1.25;
    font-size: 40px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 44px;
  }
}

h2,
.h2 {
  font-size: 26px;
  line-height: 1.2307692308;
  margin: 0 0 24px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 30px;
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 36px;
  }
}

h3,
.h3,
.footer-main h2 {
  font-size: 22px;
  line-height: 1.2727272727;
}
@media (min-width: 768px) {
  h3,
  .h3,
  .footer-main h2 {
    font-size: 28px;
    line-height: 1.28125;
  }
}
@media (min-width: 1024px) {
  h3,
  .h3,
  .footer-main h2 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  h4,
  .h4 {
    font-size: 30px;
  }
}

h5,
.h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  h5,
  .h5 {
    font-size: 26px;
  }
}

h6,
.h6 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  h6,
  .h6 {
    font-size: 24px;
  }
}

p {
  margin: 0 0 24px;
}

a {
  transition: box-shadow 0.3s ease-in-out, color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out, width 0.3s ease-in-out, height 0.3s ease-in-out, text-decoration-color 0.3s ease-in-out;
  color: var(--dark-lavender-violet);
  text-decoration: underline;
  text-decoration-color: currentColor;
}
a:hover, a:focus-visible {
  text-decoration-color: transparent;
}
a:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
a[href*="mailto:"] {
  word-wrap: break-word;
}

strong {
  font-weight: 700;
}

blockquote {
  border: none;
  padding: 0;
  margin: 0 0 24px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.4444444444;
}
@media (min-width: 768px) {
  blockquote {
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
blockquote:last-child {
  margin-bottom: 0;
}
blockquote p {
  margin: 0;
}

cite {
  display: block;
  font-style: normal;
  font-weight: normal;
  margin: 24px 0 0;
}
@media (min-width: 768px) {
  cite {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
cite strong {
  display: block;
  font-weight: 800;
}

ul:not([class]) li,
ol:not([class]) li {
  margin-bottom: 10px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
input[type=number],
input[type=date],
input[type=file]::file-selector-button,
textarea {
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 13px 24px 10px;
  font-size: 18px;
  line-height: 1.44;
  font-family: "SofiaPro", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid var(--grey70);
  border-radius: 8px;
  color: var(--tourmaline);
}
input[type=text]:not(textarea),
input[type=tel]:not(textarea),
input[type=email]:not(textarea),
input[type=search]:not(textarea),
input[type=password]:not(textarea),
input[type=url]:not(textarea),
input[type=number]:not(textarea),
input[type=number]:not(textarea),
input[type=date]:not(textarea),
input[type=file]::file-selector-button:not(textarea),
textarea:not(textarea) {
  height: 48px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=number]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=file]::file-selector-button:focus,
textarea:focus {
  outline: none;
  border-color: var(--dark-lavender-violet);
  box-shadow: 0px 0px 0px 3px var(--dark-lavender-violet);
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=file]::file-selector-button::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--grey70);
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=file]::file-selector-button::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: var(--grey70);
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=file]::file-selector-button:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--grey70);
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=file]::file-selector-button:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--grey70);
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
input[type=url].placeholder,
input[type=number].placeholder,
input[type=number].placeholder,
input[type=date].placeholder,
input[type=file]::file-selector-button.placeholder,
textarea.placeholder {
  color: var(--grey70);
}

input[type=number] {
  width: auto !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
  vertical-align: top;
  overflow: auto;
  height: 200px;
  padding-block: 15px;
}

button:not(.slick-arrow),
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  transition: background 0.3s ease-in-out;
  -webkit-appearance: none;
  cursor: pointer;
}

button {
  transition: background 0.3s ease-in-out;
  cursor: pointer;
}

input[type=date]::-webkit-calendar-picker-indicator {
  display: block;
  margin: 0 -50px 0 0;
  height: 46px;
  width: 50px;
  padding: 0;
  opacity: 0;
}

input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input[type=file] {
  font-family: inherit;
  color: var(--tourmaline);
}

input[type=file]::file-selector-button {
  width: auto;
  -webkit-appearance: initial;
  background: none;
  cursor: pointer;
  color: var(--tourmaline);
  margin: 0 15px 0 0;
  transition: background 0.3s ease, color 0.3s ease;
  box-shadow: none !important;
}

input[type=file]::file-selector-button:hover {
  background: var(--dark-lavender-violet);
  color: #fff;
}

/* custom select styles */
.jcf-select:not(.jcf-select-pika-select) {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.jcf-select:not(.jcf-select-pika-select) select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select:not(.jcf-select-pika-select) .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select:not(.jcf-select-pika-select) .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 1001;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select:not(.jcf-select-pika-select) .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select:not(.jcf-select-pika-select) .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 16px;
  font-size: 14px;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

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

.jcf-list ul li {
  overflow: hidden;
  display: block;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 8px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-disabled {
  background: #ddd !important;
}

/* Slick slider styles */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  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 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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;
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75 ;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65 ;
}

.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev,
.f-carousel__nav .f-button.is-next,
.fancybox__nav .f-button.is-prev,
.fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev,
.is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next,
.is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,
.is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev,
.is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next,
.is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg,
.is-vertical .f-carousel__nav .f-button.is-next svg,
.is-vertical .fancybox__nav .f-button.is-prev svg,
.is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled,
.fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *,
.fancybox__container *::before,
.fancybox__container *::after {
  box-sizing: inherit;
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  overscroll-behavior: contain;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe,
.fancybox__slide.has-video,
.fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating,
.fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty,
.fancybox__viewport:empty,
.fancybox__track:empty,
.fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__content [data-selectable],
.fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content,
.is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
  filter: blur(0px);
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption,
.is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport),
.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content,
.has-map .fancybox__content,
.has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content,
.fancybox__container.is-compact .has-map .fancybox__content,
.fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content,
.has-pdf .fancybox__content,
.has-youtube .fancybox__content,
.has-vimeo .fancybox__content,
.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0 ;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1 ;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px ;
}

.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset(0 calc(((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5) round var(--f-thumb-border-radius, 0));
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1 ;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px ;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute,
.is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.fancybox__toolbar__column.is-left,
.fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}

[id=header] {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
.with-fancybox [id=header] {
  z-index: 1 !important;
}
@media (max-width: 767px) {
  [id=header] .container {
    padding-inline: 24px;
  }
}
@media (max-width: 374px) {
  [id=header] .container {
    padding-inline: 10px;
  }
}
[id=header] .logo {
  margin: 0 10px 0 0;
}
[id=header] .logo a {
  display: inline-flex;
  vertical-align: top;
}
[id=header] .logo img {
  max-width: none;
  width: auto;
}
@media (min-width: 1024px) {
  [id=header] .logo img {
    width: 120px !important;
  }
}
@media (min-width: 1230px) {
  [id=header] .logo img {
    width: 158px !important;
  }
}
[id=header] .button-list,
[id=header] .button-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px;
}
@media (min-width: 375px) {
  [id=header] .button-list,
  [id=header] .button-holder {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  [id=header] .button-list,
  [id=header] .button-holder {
    display: none;
  }
}
@media (min-width: 1024px) {
  [id=header] .button-list,
  [id=header] .button-holder {
    margin: 0;
  }
}
[id=header] .button-list:last-child,
[id=header] .button-holder:last-child {
  margin-bottom: 0;
}
[id=header] .button-list .btn,
[id=header] .button-holder .btn {
  margin: 0 5px;
  padding-inline: 15px;
}
@media (min-width: 375px) {
  [id=header] .button-list .btn,
  [id=header] .button-holder .btn {
    margin: 0 5px;
    padding-inline: 15px;
  }
}
@media (min-width: 768px) {
  [id=header] .button-list .btn,
  [id=header] .button-holder .btn {
    font-size: 13px;
    padding: 10px 13px 6px;
  }
}
@media (min-width: 1024px) {
  [id=header] .button-list .btn,
  [id=header] .button-holder .btn {
    font-size: 14px;
    margin: 0 5px;
    padding-inline: 10px;
  }
}
@media (min-width: 1230px) {
  [id=header] .button-list .btn,
  [id=header] .button-holder .btn {
    padding-inline: 20px;
    font-size: 16px;
    padding-block: 8px;
  }
}
[id=header] .button-list .btn.btn-link,
[id=header] .button-holder .btn.btn-link {
  font-size: 16px;
  line-height: 1.125;
  padding: 0;
}
@media (min-width: 768px) {
  [id=header] .button-list .btn.btn-link,
  [id=header] .button-holder .btn.btn-link {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  [id=header] .button-list .btn.btn-link,
  [id=header] .button-holder .btn.btn-link {
    font-size: 14px;
  }
}
@media (min-width: 1230px) {
  [id=header] .button-list .btn.btn-link,
  [id=header] .button-holder .btn.btn-link {
    font-size: 16px;
  }
}
[id=header] .button-list .btn.btn-link span,
[id=header] .button-holder .btn.btn-link span {
  max-width: 100px;
  text-align: left;
}
@media (max-width: 767px) {
  [id=header] .button-list .btn.btn-link svg,
  [id=header] .button-holder .btn.btn-link svg {
    margin: 0 0 0 3px;
  }
}
[id=header] .search-holder {
  width: 100%;
}
[id=header] .search-holder .container {
  display: block;
  max-width: 100%;
  padding: 0;
}

.header-main {
  position: relative;
  padding: 14px 0;
  background: #fff;
  z-index: 10000;
}
@media (min-width: 768px) {
  .header-main {
    padding: 24px 0;
  }
}
.header-main:before {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: 9998;
}
.nav-active .header-main:before, .header-search-active .header-main:before {
  opacity: 1;
  visibility: visible;
}
.fixed-position .header-main {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  visibility: visible;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-name: fadeHeader;
}
.header-main .container {
  display: flex;
  align-items: center;
}
@media (min-width: 1025px) {
  .header-main .button-list,
  .header-main .button-holder {
    margin-inline: 0;
  }
}

@keyframes fadeHeader {
  0% {
    top: -100%;
  }
  100% {
    top: 0;
  }
}
.header-secondary {
  transition: transform 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 12px 0;
  transform: translateY(-100%);
  background: #fff;
}
.fixed-position .header-secondary {
  transform: translateY(0);
}
.header-search-active .header-secondary, .contact-modal-active .header-secondary {
  padding-right: 17px;
}

.nav-opener {
  transition: color 0.3s ease-in-out;
  position: relative;
  width: 48px;
  height: 48px;
  margin: 0 0 0 15px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: var(--dark-lavender-violet);
  padding: 0;
  background: transparent;
  border: none;
}
@media (min-width: 768px) {
  .nav-opener {
    margin: 0 0 0 5px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1024px) {
  .nav-opener {
    margin: 0 0 0 15px;
  }
}
@media (min-width: 1230px) {
  .nav-opener {
    margin-left: 20px;
    width: 48px;
    height: 48px;
  }
}
.is-not-touch-device .nav-opener:hover {
  color: var(--lavender-violet);
}
@media (min-width: 1230px) {
  .nav-opener:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.85), 0 0 0 6px rgba(0, 0, 0, 0.6);
    outline: none;
  }
}
.nav-opener:before, .nav-opener:after,
.nav-opener span {
  background: currentColor;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 3px;
  transition: transform 0.2s linear;
  border-radius: 3px;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 8px;
}
.nav-opener:after {
  top: 32px;
}
@media (max-width: 1024px) {
  .nav-active .nav-opener:before, .nav-active .nav-opener:after {
    transform: rotate(45deg);
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .nav-active .nav-opener:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 1024px) {
  .nav-active .nav-opener span {
    opacity: 0;
  }
}

.main-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex: 1 0;
}

.resize-active * {
  transition: none !important;
}

.header-search {
  display: flex;
  align-items: center;
}
.header-search input[type=search] {
  border: none;
}
.header-search form {
  width: 100%;
  max-width: 725px;
  margin: 0;
}

.header-search-opener {
  transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  width: 36px;
  height: 36px;
  color: var(--dark-lavender-violet);
  padding: 0;
  background: transparent;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0 0 0 20px;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .header-search-opener {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
}
@media (min-width: 1230px) {
  .header-search-opener {
    margin: 0 0 0 30px;
  }
}
.is-not-touch-device .header-search-opener:hover {
  color: var(--lavender-violet);
}
.header-search-opener:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.header-search-opener svg {
  width: 100%;
}

.header-modal {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
@media (min-width: 1025px) {
  .header-modal {
    transform: translateY(-100%);
    height: 100vh;
  }
}

.header-search-active .header-search-modal {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .header-search-active .header-search-modal {
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .nav-modal {
    overflow: hidden;
  }
}
.nav-active .nav-modal {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1025px) {
  .nav-active .nav-modal {
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .nav-modal .header-modal-content {
    padding-bottom: var(--header-menu-height);
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .nav-modal .header-modal-content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .nav-modal .header-modal-content {
    padding: 65px 60px 65px 100px;
  }
}

.header-modal-content-inner {
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .header-modal-content-inner {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .header-modal-content-inner {
    display: flex;
    flex-direction: column;
    flex: 1 0;
  }
  .header-search-modal .header-modal-content-inner {
    justify-content: center;
  }
}

.header-modal-dialog {
  position: relative;
  display: flex;
  width: auto;
  height: 100%;
  max-width: 1265px;
}
@media (min-width: 1025px) {
  .header-modal-dialog {
    height: auto;
    margin: 50px 30px;
    min-height: calc(100% - 100px);
  }
}
@media (min-width: 1300px) {
  .header-modal-dialog {
    margin: 110px auto;
    min-height: calc(100% - 220px);
  }
}

.header-modal-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background: var(--dark-lavender-violet);
  color: #fff;
  box-shadow: 0px 15px 45px 0px rgba(130, 146, 167, 0.25);
  padding: 60px 20px;
}
@media (min-width: 375px) {
  .header-modal-content {
    padding-inline: var(--container-spacing-mobile, 40px);
  }
}
@media (max-width: 1023px) {
  .header-modal-content {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media (min-width: 1025px) {
  .header-modal-content {
    padding-inline: 60px;
  }
}
.header-search-modal .header-modal-content {
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .header-search-modal .header-modal-content {
    padding-top: 100px;
  }
}
.header-modal-content a {
  color: inherit;
}
.header-modal-content .btn-outline-default {
  color: var(--green-apple);
}
.is-not-touch-device .header-modal-content .btn-outline-default:hover {
  color: var(--tourmaline);
}

.header-modal-close {
  transition: opacity 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  position: absolute;
  top: 14px;
  right: 24px;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #fff;
}
@media (min-width: 768px) {
  .header-modal-close {
    top: 22px;
    right: 40px;
  }
}
@media (min-width: 1025px) {
  .header-modal-close {
    top: 11px;
    right: 24px;
  }
}
.is-not-touch-device .header-modal-close:hover {
  opacity: 0.6;
}
.header-modal-close:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.header-modal-close:before, .header-modal-close:after,
.header-modal-close span {
  background: currentColor;
  position: absolute;
  top: 20px;
  left: 5px;
  right: 5px;
  height: 3px;
  transition: transform 0.2s linear;
  border-radius: 3px;
}
@media (min-width: 1025px) {
  .header-modal-close:before, .header-modal-close:after,
  .header-modal-close span {
    height: 2px;
    left: 8px;
    right: 8px;
  }
}
.header-modal-close:after {
  top: 32px;
}
@media (min-width: 1025px) {
  .header-modal-close:after {
    transform: rotate(-45deg) !important;
  }
}
.header-modal-close:before, .header-modal-close:after {
  content: "";
  top: 8px;
}
@media (min-width: 1025px) {
  .header-modal-close:before, .header-modal-close:after {
    transform: rotate(45deg);
    top: 50%;
  }
}
@media (min-width: 1025px) {
  .header-modal-close span {
    opacity: 0;
  }
}
@media (max-width: 1024px) {
  .nav-active .header-modal-close:before, .nav-active .header-modal-close:after, .header-search-active .header-modal-close:before, .header-search-active .header-modal-close:after {
    transform: rotate(45deg);
    top: 50%;
  }
}
@media (max-width: 1024px) {
  .nav-active .header-modal-close:after, .header-search-active .header-modal-close:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 1024px) {
  .nav-active .header-modal-close span, .header-search-active .header-modal-close span {
    opacity: 0;
  }
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 55px 20px 20px 0;
}
@media (min-width: 375px) {
  .main-menu {
    margin-right: -30px;
  }
}
@media (max-width: 1024px) {
  .main-menu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
@media (min-width: 1025px) {
  .main-menu {
    width: 100%;
    flex: 1 0;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .main-menu > li {
    width: 34%;
    padding: 0 50px 0 0;
  }
}
@media (min-width: 1230px) {
  .main-menu > li {
    padding: 0 80px 0 0;
  }
}
@media (max-width: 1024px) {
  .main-menu > li:not(:last-child) {
    margin: 0 0 37px;
  }
}
@media (min-width: 1025px) {
  .nav-active .main-menu > li.active .main-menu-drop {
    opacity: 1;
    visibility: visible;
    z-index: 10;
  }
}
.main-menu > li.active > a {
  color: var(--green-apple);
}
@media (min-width: 1025px) {
  .main-menu > li.active > a {
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 45px;
    pointer-events: none;
  }
}
@media (min-width: 1230px) {
  .main-menu > li.active > a {
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .main-menu > li.active > a {
    margin-right: -50px;
  }
}
.main-menu > li.active > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
  background-position: center;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  .main-menu > li.active > a:after {
    transform: rotateX(180deg);
  }
}
@media (min-width: 1025px) {
  .main-menu > li.active > a:after {
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  }
}
@media (min-width: 1025px) {
  .main-menu > li.active > a > span {
    transform: scale(1.15);
  }
}
.main-menu > li > a {
  transition: color 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  padding: 10px 20px 10px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1025px) {
  .main-menu > li > a {
    display: flex;
    align-items: center;
    min-height: 55px;
    padding: 5px 35px 5px 5px;
    border-bottom: 1px solid currentColor;
    font-size: 18px;
  }
}
@media (min-width: 1230px) {
  .main-menu > li > a {
    padding-inline: 10px 35px;
  }
}
@media (min-width: 1440px) {
  .main-menu > li > a {
    font-size: 20px;
  }
}
.main-menu > li > a:after {
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 10px;
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .main-menu > li > a:after {
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  }
}
.main-menu > li > a:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
@media (min-width: 1025px) {
  .is-not-touch-device .main-menu > li > a:hover, .is-not-touch-device .main-menu > li > a:focus {
    color: var(--green-apple);
    margin-right: -15px;
    padding-left: 10px;
    padding-right: 45px;
  }
}
@media (min-width: 1230px) {
  .is-not-touch-device .main-menu > li > a:hover, .is-not-touch-device .main-menu > li > a:focus {
    margin-right: -30px;
    padding-left: 15px;
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .is-not-touch-device .main-menu > li > a:hover, .is-not-touch-device .main-menu > li > a:focus {
    margin-right: -50px;
  }
}
@media (min-width: 1025px) {
  .is-not-touch-device .main-menu > li > a:hover > span, .is-not-touch-device .main-menu > li > a:focus > span {
    transform: scale(1.1);
  }
}
.is-not-touch-device .main-menu > li > a:hover:after, .is-not-touch-device .main-menu > li > a:focus:after {
  background-position: center;
  background-size: 100% auto;
}
@media (min-width: 1025px) {
  .is-not-touch-device .main-menu > li > a:hover:after, .is-not-touch-device .main-menu > li > a:focus:after {
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  }
}
.main-menu > li > a > span {
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .main-menu > li > a > span {
    display: block;
    width: 100%;
    vertical-align: top;
    transform-origin: left;
  }
}
.main-menu a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.main-menu-drop {
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .main-menu-drop {
    display: block !important;
    position: absolute;
    width: 66%;
    top: 0;
    bottom: 0;
    left: 34%;
    padding-top: 10px !important;
    height: auto !important;
    overflow: visible !important;
    visibility: hidden;
    opacity: 0;
  }
}

@media (min-width: 1025px) {
  .main-menu-drop-inner {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin-right: -16px;
    padding-right: 16px;
  }
  .main-menu-drop-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px var(--mint-green);
    background-color: var(--mint-green);
    border-radius: 20px;
    margin: 20px 0;
  }
  .main-menu-drop-inner::-webkit-scrollbar {
    width: 4px;
    background-color: var(--mint-green);
    margin: 0 0 20px;
    border-radius: 20px;
    margin: 20px 0;
  }
  .main-menu-drop-inner::-webkit-scrollbar-thumb {
    background-color: var(--green-apple);
    border-radius: 20px;
    margin: 20px 0;
  }
}

.secondary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .secondary-menu {
    position: relative;
  }
}
.secondary-menu > li {
  margin: 0 0 7px;
}
@media (min-width: 1025px) {
  .secondary-menu > li {
    width: 60%;
    padding: 0 50px 0 5%;
    margin: 0;
  }
}
@media (min-width: 1230px) {
  .secondary-menu > li {
    padding: 0 40px 0 10%;
    width: 65%;
  }
}
@media (min-width: 1025px) {
  .secondary-menu > li.active .secondary-menu-drop {
    opacity: 1;
    visibility: visible;
  }
}
.secondary-menu > li.active > a {
  color: var(--green-apple);
}
@media (min-width: 1025px) {
  .secondary-menu > li.active > a {
    padding-right: 55px;
    pointer-events: none;
    border-color: currentColor;
    margin-right: -30px;
  }
}
@media (min-width: 1230px) {
  .secondary-menu > li.active > a {
    padding-right: 70px;
  }
}
.secondary-menu > li.active > a:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
}
@media (max-width: 1024px) {
  .secondary-menu > li.active > a:after {
    transform: rotateX(180deg);
  }
}
@media (min-width: 1025px) {
  .secondary-menu > li.active > a:after {
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  }
}
@media (min-width: 1025px) {
  .secondary-menu > li.active > a > span {
    transform: scale(1.15);
  }
}
.secondary-menu > li > a {
  transition: color 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out, border 0.3s ease-in-out;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1024px) {
  .secondary-menu > li > a {
    padding: 8px 25px 8px 0;
  }
}
@media (min-width: 1025px) {
  .secondary-menu > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 49px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    padding-right: 30px;
  }
}
@media (min-width: 1230px) {
  .secondary-menu > li > a {
    padding-right: 40px;
  }
}
.secondary-menu > li > a:after {
  transition: width 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 8px;
  right: 0;
  background-position: center;
  background-size: 100% auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
}
@media (min-width: 1025px) {
  .secondary-menu > li > a:after {
    width: 27px;
    height: 27px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  }
}
@media (min-width: 1025px) {
  .is-not-touch-device .secondary-menu > li > a:hover {
    color: var(--green-apple);
    padding-right: 55px;
    margin-right: -30px;
    border-color: currentColor;
  }
}
@media (min-width: 1230px) {
  .is-not-touch-device .secondary-menu > li > a:hover {
    padding-right: 70px;
  }
}
@media (min-width: 1025px) {
  .is-not-touch-device .secondary-menu > li > a:hover > span {
    transform: scale(1.1);
  }
}
.is-not-touch-device .secondary-menu > li > a:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-down' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
}
@media (min-width: 1025px) {
  .is-not-touch-device .secondary-menu > li > a:hover:after {
    width: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-arrow-narrow-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ABD946' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M5 12l14 0' /%3E%3Cpath d='M15 16l4 -4' /%3E%3Cpath d='M15 8l4 4' /%3E%3C/svg%3E");
  }
}
.secondary-menu > li > a > span {
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .secondary-menu > li > a > span {
    display: block;
    width: 100%;
    vertical-align: top;
    transform-origin: left;
  }
}
.secondary-menu ul {
  margin: 0;
  padding: 7px 35px 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .secondary-menu ul {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .secondary-menu ul li {
    display: flex;
  }
}
.secondary-menu ul li:not(:last-child) {
  margin: 0 0 13px;
}
@media (min-width: 1025px) {
  .secondary-menu ul li:not(:last-child) {
    margin: 0 0 15px;
  }
}
@media (min-width: 1230px) {
  .secondary-menu ul li:not(:last-child) {
    margin: 0 0 23px;
  }
}
.secondary-menu ul li.active > a {
  text-decoration-color: currentColor;
}
.secondary-menu a {
  text-decoration-color: transparent;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .secondary-menu a {
    font-size: 15px;
  }
}
.is-not-touch-device .secondary-menu a:hover {
  text-decoration-color: currentColor;
}

@media (min-width: 1025px) {
  .secondary-menu-drop {
    display: block !important;
    position: absolute;
    width: 40%;
    top: 0;
    bottom: 0;
    left: 60%;
    padding-top: 18px !important;
    height: auto !important;
    overflow: visible !important;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 1230px) {
  .secondary-menu-drop {
    width: 35%;
    left: 65%;
  }
}

.header-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.3;
  padding: 30px 20px;
}
@media (min-width: 375px) {
  .header-menu {
    padding-inline: var(--container-spacing-mobile, 40px);
  }
}
@media (max-width: 1024px) {
  .header-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: -20px;
    background: var(--dark-lavender-violet);
  }
}
@media (min-width: 1025px) {
  .header-menu {
    margin: 24px 0 0 5px;
    font-size: 16px;
    padding: 0;
    font-size: 18px;
  }
}
@media (min-width: 1230px) {
  .header-menu {
    margin: 32px 0 0 10px;
  }
}
.header-menu:after {
  left: 10px;
  right: 10px;
}
@media (max-width: 1024px) {
  .header-menu:after {
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
    background: #fff;
  }
}
@media (min-width: 375px) {
  .header-menu:after {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 1024px) {
  .header-menu li {
    margin: 0 0 20px;
  }
}
@media (min-width: 1025px) {
  .header-menu li:not(:last-child) {
    margin: 0 0 10px;
  }
}
@media (min-width: 1230px) {
  .header-menu li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  .header-menu li:not(:last-child):after {
    content: "|";
    margin: 0 25px;
  }
}
.header-menu li.active a {
  text-decoration-color: currentColor;
}
.header-menu a {
  color: #fff;
  text-decoration-color: transparent;
}
.header-menu a:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.is-not-touch-device .header-menu a:hover {
  text-decoration-color: currentColor;
}

.columns-nav {
  margin: 0;
  padding: 24px 27px 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .columns-nav {
    column-count: 2;
    column-gap: 30px;
    margin-bottom: -30px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .columns-nav {
    column-gap: 50px;
    margin-bottom: -50px;
    column-count: 3;
  }
}
@media (min-width: 1025px) {
  .columns-nav > li {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
.columns-nav > li:not(:last-child) {
  margin: 0 0 43px;
}
@media (min-width: 1230px) {
  .columns-nav > li:not(:last-child) {
    margin-bottom: 50px;
  }
}
.columns-nav > li.active > a {
  text-decoration-color: currentColor;
}
.columns-nav > li > a {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 600;
}
.columns-nav > li > a:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.columns-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1025px) {
  .columns-nav ul li {
    display: flex;
  }
}
.columns-nav ul li:not(:last-child) {
  margin: 0 0 17px;
}
@media (min-width: 1025px) {
  .columns-nav ul li:not(:last-child) {
    margin: 0 0 15px;
  }
}
.columns-nav ul li.active > a {
  text-decoration-color: currentColor;
}
.columns-nav ul a {
  font-weight: normal;
}
.columns-nav ul a:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.columns-nav ul a[href=""] {
  pointer-events: none;
}
.columns-nav a {
  font-size: 18px;
  text-decoration-color: transparent;
  line-height: 1.3;
}
@media (min-width: 1025px) {
  .columns-nav a {
    font-size: 13px;
  }
}
.is-not-touch-device .columns-nav a:hover {
  text-decoration-color: currentColor;
}

.header-top {
  position: relative;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 20px 100px;
  font-size: 18px;
  background: var(--lavender-violet);
  color: #fff;
}
@media (min-width: 620px) {
  .header-top {
    flex-direction: row;
    align-items: center;
  }
}
.header-top:after, .header-top:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 40px;
}
.header-top:after {
  right: 0;
  background: linear-gradient(-90deg, rgb(134, 134, 209) 17%, rgba(134, 134, 209, 0.05) 100%);
}
.header-top:before {
  left: 85px;
  background: linear-gradient(90deg, rgb(134, 134, 209) 17%, rgba(134, 134, 209, 0.05) 100%);
}
.header-top .header-top-badge {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px 7px 15px;
  background: #fff;
  color: var(--lavender-violet);
  border-radius: 0 30px 30px 0;
  font-weight: 700;
  font-size: 20px;
}
.header-top .line-box .mask {
  padding-left: 20px;
}
.header-top .line-box .line * {
  margin-bottom: 0;
}

body {
  position: relative;
}
body:after {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
body:before {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  z-index: 10000;
}
body.nav-active, body.header-search-active {
  overflow: hidden;
}
body.nav-active:before, body.header-search-active:before {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1024px) {
  .is-not-touch-device body.nav-active, .is-not-touch-device body.header-search-active {
    padding-right: 17px;
  }
}
body.search-results-active, body.contact-modal-active {
  overflow: hidden;
}
body.search-results-active:after, body.contact-modal-active:after {
  opacity: 1;
  visibility: visible;
}
.is-not-touch-device body.search-results-active, .is-not-touch-device body.contact-modal-active {
  padding-right: 17px;
}

[id=wrapper] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  background: #fff;
  overflow: hidden;
  padding-top: var(--header-height-full);
}

main {
  flex: 1 0;
  padding-top: var(--section-spacing-mobile-y);
}
@media (min-width: 768px) {
  main {
    padding-top: var(--section-spacing-desktop-y);
  }
}

.container {
  width: 100%;
  max-width: var(--container-padding-width, 1234px);
  padding-inline: 20px;
  margin: 0 auto;
}
@media (min-width: 375px) {
  .container {
    padding-inline: var(--container-spacing-mobile, 40px);
  }
}
@media (min-width: 1024px) {
  .container {
    padding-inline: var(--container-spacing-desktop, 32px);
  }
}
.container > h1:only-child,
.container > .h1:only-child,
.container > h2:only-child,
.container > .h2:only-child,
.container > h3:only-child,
.container > .h3:only-child,
.container > h4:only-child,
.container > .h4:only-child,
.container > h5:only-child,
.container > .h5:only-child,
.container > h6:only-child,
.container > .h6:only-child,
.container > .h:only-child {
  margin-bottom: 0;
}

.bullets-checkmark ul:not([class]):not([style*=list-style]) {
  list-style: none;
  padding: 0;
  margin: 8px 0 20px;
}
@media (min-width: 1024px) {
  .bullets-checkmark ul:not([class]):not([style*=list-style]) {
    font-size: 20px;
    margin: 8px 0 35px;
  }
}
.bullets-checkmark ul:not([class]):not([style*=list-style]) li {
  position: relative;
  padding: 0;
  margin: 0;
}
.bullets-checkmark ul:not([class]):not([style*=list-style]) li:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin: 1px 12px 0 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.2541 19C8.88129 18.9991 7.52586 18.7016 6.28592 18.1289C5.04597 17.5563 3.95254 16.7229 3.08476 15.6891C2.21698 14.6552 1.59657 13.4468 1.26843 12.1513C0.940293 10.8557 0.912635 9.50548 1.18746 8.19827C1.46229 6.89107 2.03272 5.6596 2.85747 4.59301C3.68223 3.52642 4.74066 2.65138 5.95617 2.03125C7.17169 1.41111 8.51386 1.06138 9.88554 1.00738C11.2572 0.953373 12.6241 1.19644 13.8872 1.719M6.13838 9L10.2541 13L17.4566 5M18.853 12C18.5956 13.3235 18.0434 14.5809 17.2363 15.6811C16.4291 16.7814 15.7011 17.3353 14.5 18C13.2989 18.6647 11.8634 18.8991 10.5002 19' stroke='%23634FC4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
}
.bg-gradient-candy-pink-lavender-violet .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-gradient-dark-lavender-violet-lavender-violet .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-dark-lavender-violet:not(.tint-200, .tint-100) .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-lavender-violet:not(.tint-200, .tint-100) .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-tourmaline:not(.tint-200, .tint-100) .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-grey70:not(.tint-200, .tint-100) .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-candy-pink:not(.tint-200, .tint-100) .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before, .bg-bubblegum-pink:not(.tint-200, .tint-100) .bullets-checkmark ul:not([class]):not([style*=list-style]) li:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M10.2541 19C8.88129 18.9991 7.52586 18.7016 6.28592 18.1289C5.04597 17.5563 3.95254 16.7229 3.08476 15.6891C2.21698 14.6552 1.59657 13.4468 1.26843 12.1513C0.940293 10.8557 0.912635 9.50548 1.18746 8.19827C1.46229 6.89107 2.03272 5.6596 2.85747 4.59301C3.68223 3.52642 4.74066 2.65138 5.95617 2.03125C7.17169 1.41111 8.51386 1.06138 9.88554 1.00738C11.2572 0.953373 12.6241 1.19644 13.8872 1.719M6.13838 9L10.2541 13L17.4566 5M18.853 12C18.5956 13.3235 18.0434 14.5809 17.2363 15.6811C16.4291 16.7814 15.7011 17.3353 14.5 18C13.2989 18.6647 11.8634 18.8991 10.5002 19' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

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

@media (min-width: 1024px) {
  .col-lg-10 {
    max-width: 1034px;
  }
}

@media (min-width: 1024px) {
  .col-lg-8 {
    max-width: 834px;
  }
}

@media (max-width: 1023px) {
  .fullwidth-mobile {
    margin-inline: calc(var(--container-spacing-mobile, 40px) * -1);
  }
}

.bg-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -2;
}

.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
  overflow: hidden;
}
.video-box {
  position: relative;
  padding-top: 60%;
}
@media (min-width: 1024px) {
  .video-box {
    padding-top: 56%;
  }
}
.video-box.video-active .video-overlay {
  z-index: -1;
}
.video-box.video-active video {
  visibility: visible;
}
.video-box video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  visibility: hidden;
}
.video-box .video-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.video-box .video-overlay:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.video-box .video-overlay > img {
  pointer-events: none;
}
.video-box .btn-play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.bg-white {
  background: #fff;
}

.bg-dark-lavender-violet {
  background: var(--dark-lavender-violet);
  color: var(--tourmaline);
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) {
  color: #fff;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) a:not(.btn),
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) h1,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h1,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) h2,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h2,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) h3,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h3,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) h4,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h4,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) h5,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h5,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) h6,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h6,
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .h {
  color: inherit;
}
.bg-dark-lavender-violet.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--dark-lavender-violet, #634FC4);
  background-blend-mode: overlay, normal;
}
.bg-dark-lavender-violet.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--dark-lavender-violet, #634FC4);
}
.bg-dark-lavender-violet.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--dark-lavender-violet, #634FC4);
}
.bg-dark-lavender-violet.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--dark-lavender-violet, #634FC4);
}

.bg-lavender-violet {
  background: var(--lavender-violet);
  color: var(--tourmaline);
}
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) {
  color: #fff;
}
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) a:not(.btn),
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) h1,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h1,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) h2,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h2,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) h3,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h3,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) h4,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h4,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) h5,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h5,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) h6,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h6,
.bg-lavender-violet:not(.tint-300):not(.tint-200):not(.tint-100) .h {
  color: inherit;
}
.bg-lavender-violet.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--lavender-violet);
  background-blend-mode: overlay, normal;
}
.bg-lavender-violet.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--lavender-violet);
}
.bg-lavender-violet.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--lavender-violet);
}
.bg-lavender-violet.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--lavender-violet);
}

.bg-mint-green {
  background: var(--mint-green);
  color: var(--tourmaline);
}
.bg-mint-green.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--mint-green);
  background-blend-mode: overlay, normal;
}
.bg-mint-green.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--mint-green);
}
.bg-mint-green.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--mint-green);
}
.bg-mint-green.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--mint-green);
}

.bg-light-mint-green {
  background: var(--light-mint-green);
  color: var(--tourmaline);
}
.bg-light-mint-green.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--light-mint-green);
  background-blend-mode: overlay, normal;
}
.bg-light-mint-green.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--light-mint-green);
}
.bg-light-mint-green.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--light-mint-green);
}
.bg-light-mint-green.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--light-mint-green);
}

.bg-green-apple {
  background: var(--green-apple);
  color: var(--tourmaline);
}
.bg-green-apple.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--green-apple);
  background-blend-mode: overlay, normal;
}
.bg-green-apple.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--green-apple);
}
.bg-green-apple.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--green-apple);
}
.bg-green-apple.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--green-apple);
}

.bg-lime-green {
  background: var(--lime-green);
  color: var(--tourmaline);
}
.bg-lime-green.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--lime-green);
  background-blend-mode: overlay, normal;
}
.bg-lime-green.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--lime-green);
}
.bg-lime-green.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--lime-green);
}
.bg-lime-green.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--lime-green);
}

.bg-chalk-blue {
  background: var(--chalk-blue);
  color: var(--tourmaline);
}
.bg-chalk-blue.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--chalk-blue);
  background-blend-mode: overlay, normal;
}
.bg-chalk-blue.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--chalk-blue);
}
.bg-chalk-blue.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--chalk-blue);
}
.bg-chalk-blue.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--chalk-blue);
}

.bg-tourmaline {
  background: var(--tourmaline);
  color: var(--tourmaline);
}
.bg-tourmaline:not(.tint-200):not(.tint-100) {
  color: #fff;
}
.bg-tourmaline:not(.tint-200):not(.tint-100) a:not(.btn),
.bg-tourmaline:not(.tint-200):not(.tint-100) h1,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h1,
.bg-tourmaline:not(.tint-200):not(.tint-100) h2,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h2,
.bg-tourmaline:not(.tint-200):not(.tint-100) h3,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h3,
.bg-tourmaline:not(.tint-200):not(.tint-100) h4,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h4,
.bg-tourmaline:not(.tint-200):not(.tint-100) h5,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h5,
.bg-tourmaline:not(.tint-200):not(.tint-100) h6,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h6,
.bg-tourmaline:not(.tint-200):not(.tint-100) .h {
  color: inherit;
}
.bg-tourmaline.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--tourmaline);
  background-blend-mode: overlay, normal;
}
.bg-tourmaline.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--tourmaline);
}
.bg-tourmaline.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--tourmaline);
}
.bg-tourmaline.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--tourmaline);
}

.bg-grey70 {
  background: var(--grey70);
  color: var(--tourmaline);
}
.bg-grey70:not(.tint-200):not(.tint-100) {
  color: #fff;
}
.bg-grey70:not(.tint-200):not(.tint-100) a:not(.btn),
.bg-grey70:not(.tint-200):not(.tint-100) h1,
.bg-grey70:not(.tint-200):not(.tint-100) .h1,
.bg-grey70:not(.tint-200):not(.tint-100) h2,
.bg-grey70:not(.tint-200):not(.tint-100) .h2,
.bg-grey70:not(.tint-200):not(.tint-100) h3,
.bg-grey70:not(.tint-200):not(.tint-100) .h3,
.bg-grey70:not(.tint-200):not(.tint-100) h4,
.bg-grey70:not(.tint-200):not(.tint-100) .h4,
.bg-grey70:not(.tint-200):not(.tint-100) h5,
.bg-grey70:not(.tint-200):not(.tint-100) .h5,
.bg-grey70:not(.tint-200):not(.tint-100) h6,
.bg-grey70:not(.tint-200):not(.tint-100) .h6,
.bg-grey70:not(.tint-200):not(.tint-100) .h {
  color: inherit;
}
.bg-grey70.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--grey70);
  background-blend-mode: overlay, normal;
}
.bg-grey70.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--grey70);
}
.bg-grey70.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--grey70);
}
.bg-grey70.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--grey70);
}

.bg-grey5 {
  background: var(--grey5);
  color: var(--tourmaline);
}
.bg-grey5.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--grey5);
  background-blend-mode: overlay, normal;
}
.bg-grey5.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--grey5);
}
.bg-grey5.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--grey5);
}
.bg-grey5.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--grey5);
}

.bg-maya-blue {
  background: var(--maya-blue);
  color: var(--tourmaline);
}
.bg-maya-blue.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--maya-blue);
  background-blend-mode: overlay, normal;
  color: #fff;
}
.bg-maya-blue.shade-700 a,
.bg-maya-blue.shade-700 .h1,
.bg-maya-blue.shade-700 h2,
.bg-maya-blue.shade-700 .h2,
.bg-maya-blue.shade-700 h3,
.bg-maya-blue.shade-700 .h3,
.bg-maya-blue.shade-700 h4,
.bg-maya-blue.shade-700 .h4,
.bg-maya-blue.shade-700 h5,
.bg-maya-blue.shade-700 .h5,
.bg-maya-blue.shade-700 h6,
.bg-maya-blue.shade-700 .h6,
.bg-maya-blue.shade-700 .h {
  color: inherit;
}
.bg-maya-blue.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--maya-blue);
}
.bg-maya-blue.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--maya-blue);
}
.bg-maya-blue.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--maya-blue);
}

.bg-light-maya-blue {
  background: var(--light-maya-blue);
  color: var(--tourmaline);
}
.bg-light-maya-blue.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--light-maya-blue);
  background-blend-mode: overlay, normal;
}
.bg-light-maya-blue.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--light-maya-blue);
}
.bg-light-maya-blue.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--light-maya-blue);
}
.bg-light-maya-blue.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--light-maya-blue);
}

.bg-candy-pink {
  background: var(--candy-pink);
  color: var(--tourmaline);
}
.bg-candy-pink:not(.tint-200):not(.tint-100) {
  color: #fff;
}
.bg-candy-pink:not(.tint-200):not(.tint-100) a:not(.btn),
.bg-candy-pink:not(.tint-200):not(.tint-100) h1,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h1,
.bg-candy-pink:not(.tint-200):not(.tint-100) h2,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h2,
.bg-candy-pink:not(.tint-200):not(.tint-100) h3,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h3,
.bg-candy-pink:not(.tint-200):not(.tint-100) h4,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h4,
.bg-candy-pink:not(.tint-200):not(.tint-100) h5,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h5,
.bg-candy-pink:not(.tint-200):not(.tint-100) h6,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h6,
.bg-candy-pink:not(.tint-200):not(.tint-100) .h {
  color: inherit;
}
.bg-candy-pink.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--candy-pink);
  background-blend-mode: overlay, normal;
}
.bg-candy-pink.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--candy-pink);
}
.bg-candy-pink.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--candy-pink);
}
.bg-candy-pink.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--candy-pink);
}

.bg-bubblegum-pink {
  background: var(--bubblegum-pink);
  color: var(--tourmaline);
}
.bg-bubblegum-pink.shade-700 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), var(--bubblegum-pink);
  background-blend-mode: overlay, normal;
  color: #fff;
}
.bg-bubblegum-pink.shade-700 a:not(.btn),
.bg-bubblegum-pink.shade-700 h1,
.bg-bubblegum-pink.shade-700 .h1,
.bg-bubblegum-pink.shade-700 h2,
.bg-bubblegum-pink.shade-700 .h2,
.bg-bubblegum-pink.shade-700 h3,
.bg-bubblegum-pink.shade-700 .h3,
.bg-bubblegum-pink.shade-700 h4,
.bg-bubblegum-pink.shade-700 .h4,
.bg-bubblegum-pink.shade-700 h5,
.bg-bubblegum-pink.shade-700 .h5,
.bg-bubblegum-pink.shade-700 h6,
.bg-bubblegum-pink.shade-700 .h6,
.bg-bubblegum-pink.shade-700 .h {
  color: inherit;
}
.bg-bubblegum-pink.tint-300 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), var(--bubblegum-pink);
}
.bg-bubblegum-pink.tint-200 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%), var(--bubblegum-pink);
}
.bg-bubblegum-pink.tint-100 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%), var(--bubblegum-pink);
}

.bg-gradient-dark-lavender-violet-lavender-violet {
  background: var(--gradient-1);
  color: #fff;
}
.bg-gradient-dark-lavender-violet-lavender-violet a:not(.btn),
.bg-gradient-dark-lavender-violet-lavender-violet h1,
.bg-gradient-dark-lavender-violet-lavender-violet .h1,
.bg-gradient-dark-lavender-violet-lavender-violet h2,
.bg-gradient-dark-lavender-violet-lavender-violet .h2,
.bg-gradient-dark-lavender-violet-lavender-violet h3,
.bg-gradient-dark-lavender-violet-lavender-violet .h3,
.bg-gradient-dark-lavender-violet-lavender-violet h4,
.bg-gradient-dark-lavender-violet-lavender-violet .h4,
.bg-gradient-dark-lavender-violet-lavender-violet h5,
.bg-gradient-dark-lavender-violet-lavender-violet .h5,
.bg-gradient-dark-lavender-violet-lavender-violet h6,
.bg-gradient-dark-lavender-violet-lavender-violet .h6,
.bg-gradient-dark-lavender-violet-lavender-violet .h {
  color: inherit;
}

.bg-gradient-candy-pink-lavender-violet {
  background: var(--gradient-candy-pink-lavender-violet);
  color: #fff;
}
.bg-gradient-candy-pink-lavender-violet a:not(.btn),
.bg-gradient-candy-pink-lavender-violet h1,
.bg-gradient-candy-pink-lavender-violet .h1,
.bg-gradient-candy-pink-lavender-violet h2,
.bg-gradient-candy-pink-lavender-violet .h2,
.bg-gradient-candy-pink-lavender-violet h3,
.bg-gradient-candy-pink-lavender-violet .h3,
.bg-gradient-candy-pink-lavender-violet h4,
.bg-gradient-candy-pink-lavender-violet .h4,
.bg-gradient-candy-pink-lavender-violet h5,
.bg-gradient-candy-pink-lavender-violet .h5,
.bg-gradient-candy-pink-lavender-violet h6,
.bg-gradient-candy-pink-lavender-violet .h6,
.bg-gradient-candy-pink-lavender-violet .h {
  color: inherit;
}

.header-top.bg-gradient-candy-pink-dark-lavender-violet,
.bg-gradient-candy-pink-dark-lavender-violet {
  background: var(--gradient-candy-pink-dark-lavender-violet);
  color: #fff;
}
.header-top.bg-gradient-candy-pink-dark-lavender-violet a:not(.btn),
.header-top.bg-gradient-candy-pink-dark-lavender-violet h1,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h1,
.header-top.bg-gradient-candy-pink-dark-lavender-violet h2,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h2,
.header-top.bg-gradient-candy-pink-dark-lavender-violet h3,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h3,
.header-top.bg-gradient-candy-pink-dark-lavender-violet h4,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h4,
.header-top.bg-gradient-candy-pink-dark-lavender-violet h5,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h5,
.header-top.bg-gradient-candy-pink-dark-lavender-violet h6,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h6,
.header-top.bg-gradient-candy-pink-dark-lavender-violet .h,
.bg-gradient-candy-pink-dark-lavender-violet a:not(.btn),
.bg-gradient-candy-pink-dark-lavender-violet h1,
.bg-gradient-candy-pink-dark-lavender-violet .h1,
.bg-gradient-candy-pink-dark-lavender-violet h2,
.bg-gradient-candy-pink-dark-lavender-violet .h2,
.bg-gradient-candy-pink-dark-lavender-violet h3,
.bg-gradient-candy-pink-dark-lavender-violet .h3,
.bg-gradient-candy-pink-dark-lavender-violet h4,
.bg-gradient-candy-pink-dark-lavender-violet .h4,
.bg-gradient-candy-pink-dark-lavender-violet h5,
.bg-gradient-candy-pink-dark-lavender-violet .h5,
.bg-gradient-candy-pink-dark-lavender-violet h6,
.bg-gradient-candy-pink-dark-lavender-violet .h6,
.bg-gradient-candy-pink-dark-lavender-violet .h {
  color: inherit;
}

.bg-gradient-mint-green-green-apple {
  background: var(--gradient-2);
  color: var(--tourmaline);
}

.bg-gradient-maya-blue-light-maya-blue {
  background: var(--gradient-3);
  color: var(--tourmaline);
}

.bg-gradient-iris-indigo {
  background: var(--gradient-iris-indigo-25);
}

.bg-gradient-celadon-yellow-green {
  background: var(--gradient-celadon-yellow-green-25);
}

.bg-gradient-maya-light-blue {
  background: var(--gradient-maya-light-blue-25);
}

.bg-gradient-mint-green {
  background: var(--gradient-4);
  color: var(--tourmaline);
}

table th,
table td,
.section th,
.section td,
.bg-gradient-dark-lavender-violet-lavender-violet td,
.bg-gradient-candy-pink-lavender-violet td,
.bg-gradient-dark-lavender-violet-lavender-violet th,
.bg-gradient-candy-pink-lavender-violet th {
  border-color: #ddd;
}

.bg-gradient-mint-green th,
.bg-gradient-mint-green td,
.bg-gradient-maya-blue-light-maya-blue th,
.bg-gradient-maya-blue-light-maya-blue td {
  border-color: #634FC4;
}

.bg-mint-green.tint-200 th,
.bg-mint-green.tint-200 td {
  border-color: #A7D7A5;
}

.text-dark-lavender-violet {
  color: var(--dark-lavender-violet) !important;
}

.section {
  padding: var(--section-spacing-mobile-y) 0;
}
@media (min-width: 768px) {
  .section {
    padding: var(--section-spacing-desktop-y) 0;
  }
}
.section > .container > p:last-child {
  margin-bottom: 0;
}
.section > .container:last-child .section-heading:last-child {
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-heading {
    margin-bottom: 40px;
  }
}
.section-heading > *:last-child {
  margin-bottom: 0px;
}

.pt-df {
  padding-top: 64px !important;
}
@media (min-width: 768px) {
  .pt-df {
    padding-top: 96px !important;
  }
}

.pb-df {
  padding-bottom: 64px !important;
}
@media (min-width: 768px) {
  .pb-df {
    padding-bottom: 96px !important;
  }
}

.pt-lg {
  padding-top: 72px !important;
}
@media (min-width: 768px) {
  .pt-lg {
    padding-top: 144px !important;
  }
}

.pb-lg {
  padding-bottom: 72px !important;
}
@media (min-width: 768px) {
  .pb-lg {
    padding-bottom: 144px !important;
  }
}

.pt-md {
  padding-top: 40px !important;
}
@media (min-width: 768px) {
  .pt-md {
    padding-top: 64px !important;
  }
}

.pb-md {
  padding-bottom: 40px !important;
}
@media (min-width: 768px) {
  .pb-md {
    padding-bottom: 64px !important;
  }
}

.pt-sm {
  padding-top: 32px !important;
}
@media (min-width: 768px) {
  .pt-sm {
    padding-top: 48px !important;
  }
}

.pb-sm {
  padding-bottom: 32px !important;
}
@media (min-width: 768px) {
  .pb-sm {
    padding-bottom: 48px !important;
  }
}

.pt-xs {
  padding-top: 24px !important;
}

.pb-xs {
  padding-bottom: 24px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media (max-width: 1023px) {
  .d-desktop {
    display: none !important;
  }
}

@media (max-width: 1439px) {
  .d-lg-desktop {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .d-mobile {
    display: none !important;
  }
}

.decor {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  height: 42px;
  z-index: 10;
  border-radius: 32px 32px 0px 0px;
}
.intro-secondary .decor {
  display: none;
}
@media (min-width: 1024px) {
  .intro-secondary .decor {
    display: block;
  }
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  font-size: 15px;
  line-height: 1.3333333333;
  text-align: center;
  letter-spacing: -0.075em;
  border-radius: 50%;
  padding: 24px 10px;
  overflow: hidden;
}
.badge span {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.tags-holder a {
  color: inherit;
  text-decoration-color: transparent;
}
.tags-holder a:hover {
  text-decoration-color: currentColor;
}

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

@media (min-width: 1024px) {
  .text-center-lg {
    text-align: center;
  }
}

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

@media (min-width: 1024px) {
  .text-left-lg {
    text-align: left;
  }
}

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

@media (min-width: 1024px) {
  .text-right-lg {
    text-align: right;
  }
}

.line-top,
.line-bottom {
  position: absolute;
  left: -9999px;
  right: -9999px;
  height: 100px;
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 1023px) {
  .line-top,
  .line-bottom {
    display: none;
  }
}
@media (min-width: 1230px) {
  .line-top,
  .line-bottom {
    height: 120px;
  }
}

.line-top {
  top: -1px;
}

.line-bottom {
  bottom: -1px;
}

.hs-text-editor-limiter > *:last-child {
  margin-bottom: 0;
}

.hs-search-results__pagination,
.hs-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 768px) {
  .hs-search-results__pagination,
  .hs-pagination {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .hs-search-results__pagination,
  .hs-pagination {
    margin-top: 64px;
  }
}

.hs-search-results__pagination__link,
.hs-pagination__link {
  display: flex;
  align-items: center;
  color: var(--tourmaline);
  text-decoration-color: transparent;
  margin: 0 5px;
}
@media (min-width: 1024px) {
  .hs-search-results__pagination__link,
  .hs-pagination__link {
    margin: 0 10px;
  }
}
.hs-search-results__pagination__link--active,
.hs-pagination__link--active {
  text-decoration-color: currentColor;
  font-weight: 700;
  pointer-events: none;
}
.hs-search-results__pagination__link--disabled,
.hs-pagination__link--disabled {
  pointer-events: none;
  opacity: 0.6;
}
.hs-search-results__pagination__link:hover,
.hs-pagination__link:hover {
  color: var(--dark-lavender-violet);
}
.hs-search-results__pagination__link .show-for-sr--mobile,
.hs-search-results__pagination__link .hs-pagination__show-for-sr--mobile,
.hs-pagination__link .show-for-sr--mobile,
.hs-pagination__link .hs-pagination__show-for-sr--mobile {
  display: none;
}

.table-holder {
  overflow-x: auto;
}
.table-holder table {
  width: 100%;
}
.table-holder table th {
  color: var(--green-apple);
}

table {
  width: 100%;
}
table td,
table th {
  padding: 5px 10px;
}

.line-box {
  width: 100%;
}

.line-box .mask {
  overflow: hidden;
}

.line-box .line {
  width: 99999px;
  display: flex;
  gap: 0 10px;
}
.line-box .line * {
  display: inline-flex;
  gap: 0 5px;
  white-space: nowrap;
}

.text-primary {
  color: var(--dark-lavender-violet);
}

.footer-columns ul, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card .card-head > img, .bg-stretch img, .video-box video, .video-box .video-overlay > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.btn {
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  align-items: center;
  padding: 9px 20px 7px;
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  vertical-align: top;
  transition: all 0.5s;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-radius: 44px;
}
@media (min-width: 375px) {
  .btn {
    padding-inline: 24px;
  }
}
.btn:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.btn span,
.btn svg {
  transition: transform 0.5s ease-in-out;
}
.btn svg {
  width: auto;
  height: 16px;
}
.btn svg:first-child {
  margin: 0 8px 0 0;
}
.btn svg:last-child {
  margin: 0 0 0 8px;
}
.btn.btn-lg {
  padding: 11px 22px 9px;
  line-height: 1.5;
}
.btn.btn-lg svg {
  height: 24px;
}
@media (min-width: 375px) {
  .btn.btn-lg.btn-arrow {
    padding-inline: 32px;
  }
}
.btn.btn-lg.btn-arrow:hover span {
  transform: translateX(-8px);
}
.btn.btn-lg.btn-arrow:hover svg {
  transform: translateX(8px);
}
.btn.btn-arrow:hover span {
  transform: translateX(-6px);
}
.btn.btn-arrow:hover svg {
  transform: translateX(6px);
}
.btn.btn-arrow svg path {
  stroke: currentColor;
}
.btn-default {
  color: var(--tourmaline);
  background: var(--green-apple);
  border-color: var(--green-apple);
}
.btn-default:hover:not(.btn-arrow) {
  background: transparent;
}
.btn-outline-default {
  color: var(--tourmaline);
  background: transparent;
  border-color: var(--green-apple);
}
.btn-outline-default:hover:not(.btn-arrow) {
  background: var(--green-apple);
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .btn-outline-default, .bg-tourmaline:not(.tint-200):not(.tint-100) .btn-outline-default, .bg-grey70:not(.tint-200):not(.tint-100) .btn-outline-default, .bg-maya-blue.shade-700 .btn-outline-default, .bg-candy-pink:not(.tint-200):not(.tint-100) .btn-outline-default, .bg-bubblegum-pink.shade-700 .btn-outline-default, .bg-gradient-dark-lavender-violet-lavender-violet .btn-outline-default {
  color: var(--green-apple);
}
.is-not-touch-device .bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .btn-outline-default:hover, .is-not-touch-device .bg-tourmaline:not(.tint-200):not(.tint-100) .btn-outline-default:hover, .is-not-touch-device .bg-grey70:not(.tint-200):not(.tint-100) .btn-outline-default:hover, .is-not-touch-device .bg-maya-blue.shade-700 .btn-outline-default:hover, .is-not-touch-device .bg-candy-pink:not(.tint-200):not(.tint-100) .btn-outline-default:hover, .is-not-touch-device .bg-bubblegum-pink.shade-700 .btn-outline-default:hover, .is-not-touch-device .bg-gradient-dark-lavender-violet-lavender-violet .btn-outline-default:hover {
  color: var(--tourmaline);
}
.btn-primary {
  color: #fff;
  background: var(--dark-lavender-violet);
  border-color: var(--dark-lavender-violet);
}
.btn-primary:hover:not(.btn-arrow) {
  background: transparent;
  color: var(--dark-lavender-violet);
}
.btn-outline-primary {
  color: var(--dark-lavender-violet);
  background: transparent;
  border-color: var(--dark-lavender-violet);
}
.btn-outline-primary:hover:not(.btn-arrow) {
  background: var(--dark-lavender-violet);
  color: #fff;
}
.btn-white {
  color: var(--dark-lavender-violet);
  background: #fff;
  border-color: #fff;
}
.btn-white:hover:not(.btn-arrow) {
  background: transparent;
}
.btn-outline-white {
  color: #fff;
  background: transparent;
  border-color: #fff;
}
.btn-outline-white:hover:not(.btn-arrow) {
  background: #fff;
  color: var(--dark-lavender-violet);
}
.btn-link {
  padding-inline: 0;
  border: none;
  color: var(--dark-lavender-violet);
  text-decoration: underline;
  text-decoration-color: transparent;
}
.btn-link:hover {
  text-decoration-color: currentColor;
}
.btn-link.btn-back {
  padding-inline: 0;
  margin: 0 0 20px;
  text-decoration: none;
}
.btn-link.btn-back:last-child {
  margin-bottom: 0;
}
.btn-link.btn-back:hover svg {
  transform: translateX(-6px);
}
.btn-link.btn-back:hover span {
  transform: translateX(0);
}
.btn-link.btn-arrow {
  padding-inline: 0;
  text-decoration: none;
}
.btn-link.btn-arrow:hover span {
  transform: translateX(0);
}

.button-list {
  margin: 0 -8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.button-list:last-child {
  margin-bottom: -16px;
}
.button-list .btn {
  margin: 0 8px 16px;
}
.button-list.button-center {
  justify-content: center;
}

.btn-play {
  transition: color 0.5s ease-in-out, transform 0.5s ease-in-out;
  position: relative;
  min-width: 52px;
  min-height: 52px;
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  background: transparent;
  z-index: 1;
  color: #fff;
}
@media (min-width: 768px) {
  .btn-play {
    min-width: 60px;
    min-height: 60px;
  }
}
.btn-play:hover {
  color: var(--dark-lavender-violet);
}
.btn-play:hover:after {
  background: #fff;
  opacity: 1;
}
.btn-play:focus-visible {
  outline: none;
  transform: scale(1.3);
}
.btn-play:focus-visible:after {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
}
.btn-play:after {
  transition: background 0.5s ease-in-out, opacity 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  background: var(--tourmaline);
  opacity: 0.8;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 768px) {
  .btn-play:after {
    width: 60px;
    height: 60px;
  }
}
.btn-play svg {
  width: 32px;
}
.btn-play svg path {
  fill: currentColor;
}

.btn-fixed-holder {
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  padding: 5px 5px 65px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
}
@media (min-width: 1024px) {
  .btn-fixed-holder {
    display: none;
  }
}
.btn-fixed-holder.fixed-position {
  opacity: 1;
}

.btn-fixed {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--green-apple);
  border-radius: 50%;
  color: #000;
  pointer-events: auto;
}
.btn-fixed:hover svg {
  transform: rotate(-90deg) translateX(5px);
}
.btn-fixed svg {
  transition: transform 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  width: 25px;
  transform: rotate(-90deg);
}
.btn-fixed svg path {
  stroke: currentColor;
}

.footer-columns ul, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card .card-head > img, .bg-stretch img, .video-box video, .video-box .video-overlay > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.slick-arrow {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  padding: 0;
  border: 2px solid var(--dark-lavender-violet);
  color: var(--dark-lavender-violet);
  background: transparent;
  z-index: 99;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .slick-arrow, .bg-tourmaline:not(.tint-200):not(.tint-100) .slick-arrow, .bg-grey70:not(.tint-200):not(.tint-100) .slick-arrow, .bg-maya-blue.shade-700 .slick-arrow, .bg-candy-pink:not(.tint-200):not(.tint-100) .slick-arrow, .bg-bubblegum-pink.shade-700 .slick-arrow, .bg-gradient-dark-lavender-violet-lavender-violet .slick-arrow, .bg-gradient-candy-pink-lavender-violet .slick-arrow {
  color: #fff;
  border-color: #fff;
}
.is-not-touch-device .bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .slick-arrow:hover, .is-not-touch-device .bg-tourmaline:not(.tint-200):not(.tint-100) .slick-arrow:hover, .is-not-touch-device .bg-grey70:not(.tint-200):not(.tint-100) .slick-arrow:hover, .is-not-touch-device .bg-maya-blue.shade-700 .slick-arrow:hover, .is-not-touch-device .bg-candy-pink:not(.tint-200):not(.tint-100) .slick-arrow:hover, .is-not-touch-device .bg-bubblegum-pink.shade-700 .slick-arrow:hover, .is-not-touch-device .bg-gradient-dark-lavender-violet-lavender-violet .slick-arrow:hover, .is-not-touch-device .bg-gradient-candy-pink-lavender-violet .slick-arrow:hover {
  background: #fff;
  color: var(--dark-lavender-violet);
}
.is-not-touch-device .slick-arrow:hover {
  background: var(--dark-lavender-violet);
  color: #fff;
}
.arrow-mint-green .slick-arrow {
  color: var(--mint-green) !important;
  border-color: var(--mint-green) !important;
}
.is-not-touch-device .arrow-mint-green .slick-arrow:hover {
  background: var(--mint-green) !important;
  color: var(--dark-lavender-violet) !important;
}
.slick-arrow.slick-prev {
  left: 0;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-prev {
    left: -40px;
  }
}
@media (min-width: 1440px) {
  .slick-arrow.slick-prev {
    left: -52px;
  }
}
.slick-arrow.slick-next {
  right: 0;
}
@media (min-width: 1024px) {
  .slick-arrow.slick-next {
    right: -40px;
  }
}
@media (min-width: 1440px) {
  .slick-arrow.slick-next {
    right: -52px;
  }
}

.slick-dots {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px -4px 0;
  z-index: 10;
}
.slick-dots li {
  display: flex;
  margin: 4px;
}
.slick-dots li.slick-active button {
  width: 12px;
}
.slick-dots button {
  transition: width 0.3s ease-in-out;
  width: 4px;
  height: 4px;
  background: var(--grey70);
  padding: 0;
  border-radius: 4px;
  border: none;
  font-size: 0;
}
.slick-dots button:focus-visible {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .slick-dots button, .bg-tourmaline:not(.tint-200):not(.tint-100) .slick-dots button, .bg-grey70:not(.tint-200):not(.tint-100) .slick-dots button, .bg-maya-blue.shade-700 .slick-dots button, .bg-candy-pink:not(.tint-200):not(.tint-100) .slick-dots button, .bg-bubblegum-pink.shade-700 .slick-dots button, .bg-gradient-dark-lavender-violet-lavender-violet .slick-dots button {
  background: #fff;
}
.is-not-touch-device .slick-dots button:hover {
  width: 12px;
}

.footer-columns ul, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card .card-head > img, .bg-stretch img, .video-box video, .video-box .video-overlay > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.form-group {
  margin: 0 0 24px;
}
@media (min-width: 1024px) {
  .form-group {
    margin-bottom: 32px;
  }
}

label {
  display: block;
  font-size: 15px;
  line-height: 1.3333333333;
  color: var(--tourmaline);
  margin: 0 0 4px;
}
label:has(:focus) {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) label, .bg-tourmaline:not(.tint-200):not(.tint-100) label, .bg-grey70:not(.tint-200):not(.tint-100) label, .bg-maya-blue.shade-700 label, .bg-candy-pink:not(.tint-200):not(.tint-100) label, .bg-bubblegum-pink.shade-700 label, .bg-gradient-dark-lavender-violet-lavender-violet label {
  color: #fff;
}

.jcf-select:not(.jcf-select-pika-select) {
  display: block;
  border: 1px solid var(--grey70);
  background: #fff;
  margin: 0;
  height: 48px;
  border-radius: 8px;
  padding: 13px 24px 10px;
  padding-right: 50px;
}
html:not(.is-touch-device) .jcf-select:not(.jcf-select-pika-select).jcf-focus {
  outline: none;
  border-color: var(--dark-lavender-violet);
  box-shadow: 0px 0px 0px 3px var(--dark-lavender-violet);
}
.jcf-select:not(.jcf-select-pika-select).jcf-drop-flipped {
  border-radius: 0 0 8px 8px !important;
  border-top-color: #fff;
}
.jcf-select:not(.jcf-select-pika-select) .jcf-select-text {
  width: 100%;
  font-size: 18px;
  line-height: 1.44;
  margin: 0;
  color: var(--tourmaline);
  letter-spacing: 0.02em;
}
.jcf-select:not(.jcf-select-pika-select) .jcf-select-opener {
  background: transparent;
  width: 25px;
  height: 48px;
  right: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .jcf-select:not(.jcf-select-pika-select) .jcf-select-opener {
    right: 25px;
  }
}
.jcf-select:not(.jcf-select-pika-select).jcf-drop-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.jcf-select:not(.jcf-select-pika-select).jcf-drop-active .jcf-select-text {
  color: var(--grey70);
}
.jcf-select:not(.jcf-select-pika-select).jcf-drop-active .jcf-select-opener {
  transform: rotate(180deg);
}

.jcf-list {
  overflow: hidden;
  padding: 0;
  border-radius: 12px;
  border: 1px solid var(--grey70);
  margin: 0;
  background: #fff;
}
.jcf-list ul li {
  background: #fff;
  margin: 0 0 1px;
  border-top: 1px solid var(--mint-green);
}

.jcf-list .jcf-option {
  font-size: 18px;
  line-height: 1.3;
  color: var(--tourmaline);
  padding: 12px 25px;
  transition: background-color 0.27s ease-in-out;
}
.jcf-list .jcf-option.jcf-option-hide-me {
  display: none;
}

.jcf-list .jcf-disabled {
  color: #6c757d;
}

.jcf-list .jcf-optgroup-caption {
  display: none;
}

.jcf-select-drop .jcf-hover {
  background: var(--chalk-blue) !important;
}

.jcf-select-drop .jcf-focus-opt {
  background: var(--chalk-blue) !important;
}

.jcf-option {
  position: relative;
}
.jcf-option:before {
  position: absolute;
  content: "";
  top: 16px;
  left: 24px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--tourmaline);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
}
.jcf-option:after {
  position: absolute;
  content: "";
  top: 16px;
  left: 24px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
}
.jcf-option.jcf-selected {
  position: relative;
  background: transparent;
  padding-left: 50px;
}
.jcf-option.jcf-selected:after, .jcf-option.jcf-selected:before {
  opacity: 1 !important;
  visibility: visible !important;
}
.jcf-option.jcf-selected:before {
  border-color: var(--green-apple);
  background: var(--green-apple);
}
.jcf-compact-multiple .jcf-option {
  padding-left: 50px;
}
.jcf-compact-multiple .jcf-option:before {
  opacity: 1 !important;
  visibility: visible !important;
}

.jcf-select-drop .jcf-select-drop-content {
  border: none;
}

.jcf-select-drop.jcf-select-pika-select-year {
  min-width: 70px;
}
.jcf-select-drop.jcf-select-pika-select-month {
  min-width: 110px;
}
.jcf-select-drop.jcf-select-pika-select {
  z-index: 99999;
}
.jcf-select-drop.jcf-select-pika-select .jcf-list {
  border-radius: 8px;
  border-color: var(--grey70);
}
.jcf-select-drop.jcf-select-pika-select .jcf-list ul li:first-child {
  border: none;
}
.jcf-select-drop.jcf-select-pika-select .jcf-option {
  font-size: 14px;
  padding: 3px 10px;
}
.jcf-select-drop.jcf-select-pika-select .jcf-option:after, .jcf-select-drop.jcf-select-pika-select .jcf-option:before {
  display: none;
}
.jcf-select-drop .jcf-list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: #fff;
}
.jcf-select-drop.jcf-drop-flipped .jcf-list {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: #fff;
}
.jcf-select-drop.jcf-drop-flipped .jcf-list ul li {
  background: #fff;
  margin: 0 0 1px;
  border-top: 1px solid var(--dark-lavender-violet);
}
.jcf-select-drop.jcf-drop-flipped .jcf-list ul li:first-child {
  border: none;
}
.jcf-select-drop.jcf-drop-flipped .jcf-list ul li:last-child {
  border-bottom: 1px solid var(--dark-lavender-violet);
}

.hs-button {
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  align-items: center;
  padding: 8px 20px !important;
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  vertical-align: top;
  transition: all 0.5s;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-radius: 44px;
}
@media (min-width: 375px) {
  .hs-button {
    padding-inline: 24px !important;
  }
}
.hs-button.primary {
  display: inline-flex;
  justify-content: center;
  vertical-align: top;
  align-items: center;
  padding: 8px 20px;
  font-size: 16px;
  text-align: center;
  line-height: 1.25;
  font-weight: 700;
  vertical-align: top;
  transition: all 0.5s;
  text-decoration: none;
  border-style: solid;
  border-color: transparent;
  border-width: 2px;
  border-radius: 44px;
  color: #fff !important;
  background: var(--dark-lavender-violet) !important;
  border-color: var(--dark-lavender-violet) !important;
}
@media (min-width: 375px) {
  .hs-button.primary {
    padding-inline: 24px;
  }
}
.hs-button.primary:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6) !important;
  outline: none;
}
.hs-button.primary:hover {
  background: transparent !important;
  color: var(--dark-lavender-violet) !important;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .hs-button.primary, .bg-tourmaline:not(.tint-200):not(.tint-100) .hs-button.primary, .bg-grey70:not(.tint-200):not(.tint-100) .hs-button.primary, .bg-maya-blue.shade-700 .hs-button.primary, .bg-candy-pink:not(.tint-200):not(.tint-100) .hs-button.primary, .bg-bubblegum-pink.shade-700 .hs-button.primary, .bg-gradient-dark-lavender-violet-lavender-violet .hs-button.primary {
  color: var(--tourmaline) !important;
  background: var(--green-apple) !important;
  border-color: var(--green-apple) !important;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .hs-button.primary:hover, .bg-tourmaline:not(.tint-200):not(.tint-100) .hs-button.primary:hover, .bg-grey70:not(.tint-200):not(.tint-100) .hs-button.primary:hover, .bg-maya-blue.shade-700 .hs-button.primary:hover, .bg-candy-pink:not(.tint-200):not(.tint-100) .hs-button.primary:hover, .bg-bubblegum-pink.shade-700 .hs-button.primary:hover, .bg-gradient-dark-lavender-violet-lavender-violet .hs-button.primary:hover {
  background: transparent !important;
}
.hs-button.large {
  padding: 10px 22px !important;
}
@media (min-width: 375px) {
  .hs-button.large {
    padding-inline: 32px !important;
  }
}

@media (min-width: 1024px) {
  .form-columns-2 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .form-columns-3 {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.input {
  margin: 0 0 32px;
}
.input + .hs-error-msgs {
  margin-top: -25px !important;
  margin-bottom: 12px !important;
}

.hs-form.hs-form .hs-fieldtype-textarea.hs-input {
  resize: none;
}
.hs-form.hs-form fieldset {
  width: 100%;
  max-width: 100%;
}
.hs-form.hs-form .hs-input:not([type=number]) {
  width: 100% !important;
}
.hs-form.hs-form .hs-error-msgs {
  color: var(--candy-pink);
  font-size: 15px;
}
.hs-form.hs-form .hs-error-msgs label {
  color: inherit;
  margin: 0;
}
.hs-form.hs-form .hs-input.invalid.error {
  border-color: var(--candy-pink);
  box-shadow: inset 0px 0px 0px 1px var(--candy-pink);
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-input.invalid.error::-webkit-input-placeholder {
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-input.invalid.error::-moz-placeholder {
  opacity: 1;
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-input.invalid.error:-moz-placeholder {
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-input.invalid.error:-ms-input-placeholder {
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-input.invalid.error.placeholder {
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-input.invalid.error:focus {
  box-shadow: 0px 0px 0px 3px var(--candy-pink);
}
.hs-form.hs-form .fn-date-picker.pika-single {
  box-shadow: none;
  padding: 5px;
  border: 1px solid var(--grey70);
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}
.hs-form.hs-form .fn-date-picker.pika-single.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.hs-form.hs-form .fn-date-picker .pika-prev,
.hs-form.hs-form .fn-date-picker .pika-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 28px;
  font-size: 0;
  opacity: 1;
  z-index: 1;
  overflow: visible;
  background-image: none;
  border: none;
  background: transparent;
}
.hs-form.hs-form .fn-date-picker .pika-prev:before,
.hs-form.hs-form .fn-date-picker .pika-next:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
  z-index: -1;
}
.hs-form.hs-form .fn-date-picker .pika-prev:after,
.hs-form.hs-form .fn-date-picker .pika-next:after {
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px !important;
  background: var(--dark-lavender-violet);
  z-index: -2;
  opacity: 0;
}
.hs-form.hs-form .fn-date-picker .pika-prev:hover:before,
.hs-form.hs-form .fn-date-picker .pika-next:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-chevron-right' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23fff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M9 6l6 6l-6 6' /%3E%3C/svg%3E");
}
.hs-form.hs-form .fn-date-picker .pika-prev:hover:after,
.hs-form.hs-form .fn-date-picker .pika-next:hover:after {
  opacity: 1;
}
.hs-form.hs-form .fn-date-picker .pika-prev {
  transform: rotate(180deg) translateY(50%);
  left: 5px;
}
.hs-form.hs-form .fn-date-picker .pika-next {
  right: 5px;
}
.hs-form.hs-form .fn-date-picker .pika-table {
  margin: 0;
}
.hs-form.hs-form .fn-date-picker .pika-label {
  display: flex;
  align-items: center;
  margin: 0 2px;
}
.hs-form.hs-form .fn-date-picker .pika-title {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10px 35px;
}
.hs-form.hs-form .fn-date-picker .pika-select,
.hs-form.hs-form .fn-date-picker .jcf-select-pika-select {
  font-size: 14px;
  color: var(--tourmaline);
  font-weight: 700;
}
.hs-form.hs-form .fn-date-picker .pika-table th,
.hs-form.hs-form .fn-date-picker .pika-table td {
  border: none;
  padding: 2px;
}
.hs-form.hs-form .fn-date-picker .pika-table abbr {
  font-size: 14px;
  font-weight: 700;
  color: var(--tourmaline);
  text-decoration: none;
}
.hs-form.hs-form .fn-date-picker .pika-lendar {
  margin: 0;
}
.hs-form.hs-form .fn-date-picker .pika-button {
  width: 30px;
  height: 30px;
  font-size: 13px;
  font-weight: normal;
  background: transparent;
  text-align: center;
  color: var(--tourmaline);
  border-radius: 8px !important;
  border: 1px solid var(--dark-lavender-violet);
  padding: 0;
}
.hs-form.hs-form .fn-date-picker .pika-button:hover {
  background: var(--dark-lavender-violet) !important;
}
.hs-form.hs-form .fn-date-picker .is-selected .pika-button {
  color: #fff;
  background: var(--dark-lavender-violet) !important;
  box-shadow: none;
}
.hs-form.hs-form .hs-checkboxes label,
.hs-form.hs-form .hs-form-radio label {
  margin: 0;
}
.hs-form.hs-form .hs-checkboxes label:has(:focus),
.hs-form.hs-form .hs-form-radio label:has(:focus) {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.hs-form.hs-form .hs-form-field {
  width: 100% !important;
  float: none !important;
}
@media (min-width: 1024px) {
  .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .input {
    width: 100%;
    margin: 0;
  }
}
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs {
  display: block !important;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg {
  font-size: 14px !important;
  color: var(--candy-pink);
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: absolute;
  width: auto !important;
  opacity: 0;
  margin: 5px 0 0 3px;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox]:focus {
  opacity: 1;
  outline: none;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span:after {
  background: var(--green-apple);
  border-color: var(--green-apple);
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span:before {
  display: block;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4444444444;
  color: var(--tourmaline);
  cursor: pointer;
  margin: 0;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span:after, .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span:after {
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--tourmaline);
  z-index: 1;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  padding: 0;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label:has(:focus) {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
@media (min-width: 1024px) {
  .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label {
    width: 100%;
  }
}
.hs-form.hs-form .hs-form-field .hs-dateinput {
  position: relative;
  width: 100%;
}
.hs-form.hs-form .hs-form-field .hs-dateinput .hs-input {
  width: 100% !important;
  padding-right: 50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-calendar-month' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%232F3038' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z' /%3E%3Cpath d='M16 3v4' /%3E%3Cpath d='M8 3v4' /%3E%3Cpath d='M4 11h16' /%3E%3Cpath d='M7 14h.013' /%3E%3Cpath d='M10.01 14h.005' /%3E%3Cpath d='M13.01 14h.005' /%3E%3Cpath d='M16.015 14h.005' /%3E%3Cpath d='M13.015 17h.005' /%3E%3Cpath d='M7.01 17h.005' /%3E%3Cpath d='M10.01 17h.005' /%3E%3C/svg%3E");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-color: #fff !important;
  border-radius: 5px !important;
  text-align: left !important;
}
.hs-form.hs-form .hs-form-field .hs-dateinput .hs-input.invalid.error {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-calendar-month' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23DF0070' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M4 7a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v12a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12z' /%3E%3Cpath d='M16 3v4' /%3E%3Cpath d='M8 3v4' /%3E%3Cpath d='M4 11h16' /%3E%3Cpath d='M7 14h.013' /%3E%3Cpath d='M10.01 14h.005' /%3E%3Cpath d='M13.01 14h.005' /%3E%3Cpath d='M16.015 14h.005' /%3E%3Cpath d='M13.015 17h.005' /%3E%3Cpath d='M7.01 17h.005' /%3E%3Cpath d='M10.01 17h.005' /%3E%3C/svg%3E");
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] {
  position: absolute;
  width: auto !important;
  opacity: 0;
  margin: 5px 0 0 3px;
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio]:focus {
  opacity: 1;
  outline: none;
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio]:checked + span:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  background-color: var(--green-apple);
  border-color: var(--green-apple);
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4444444444;
  color: var(--tourmaline);
  cursor: pointer;
  margin: 0;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span, .bg-tourmaline:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span, .bg-grey70:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span, .bg-maya-blue.shade-700 .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span, .bg-candy-pink:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span, .bg-bubblegum-pink.shade-700 .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span, .bg-gradient-dark-lavender-violet-lavender-violet .hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span {
  color: #fff !important;
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span:after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  border-radius: 50% !important;
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span:after {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--tourmaline);
  z-index: 1;
}
.hs-form.hs-form .hs-form-field .hs-form-radio-display {
  margin: 0;
}
.hs-form.hs-form .hs-form-field .hs-form-radio-display:has(:focus) {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.7), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] {
  position: absolute;
  width: auto !important;
  opacity: 0;
  margin: 5px 0 0 3px;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox]:focus {
  opacity: 1;
  outline: none;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox]:checked + span:after {
  background: var(--green-apple);
  border-color: var(--green-apple);
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox]:checked + span:before {
  display: block;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span {
  position: relative;
  display: block;
  padding: 0 0 0 26px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4444444444;
  color: var(--tourmaline);
  cursor: pointer;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span:after, .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span:before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span:after {
  background: #fff;
  border-radius: 4px;
  border: 1px solid var(--tourmaline);
  z-index: 1;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.55569 3.33398L4.6668 8.22287L2.44458 6.00065' stroke='%232F3038' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 12px 12px;
  background-position: 50%, 50%;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span, .bg-tourmaline:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span, .bg-grey70:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span, .bg-maya-blue.shade-700 .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span, .bg-candy-pink:not(.tint-200):not(.tint-100) .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span, .bg-bubblegum-pink.shade-700 .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span, .bg-gradient-dark-lavender-violet-lavender-violet .hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span {
  color: #fff;
}
.hs-form.hs-form .hs-form-field .inputs-list[role=checkbox] > * {
  margin-bottom: 10px;
}
.hs-form.hs-form .hs-form-field .inputs-list[role=checkbox] > *:last-child {
  margin-bottom: 0;
}
.hs-form.hs-form .hs-form-field .inputs-list > * {
  margin-bottom: 24px;
}
.hs-form.hs-form .hs-form-field .inputs-list > *:last-child {
  margin-bottom: 0;
}
.hs-form.hs-form .hs-form-field .hs-field-desc {
  display: block;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  padding: 0 0 20px;
}
@media (min-width: 1024px) {
  .hs-form.hs-form .hs-form-field .hs-field-desc {
    width: 45% !important;
    padding: 0 calc(5% + 20px) 0 0;
    order: 10;
    margin-top: -10px;
  }
}
.hs-form.hs-form .legal-consent-container .input + .hs-error-msgs {
  margin-top: 0 !important;
}
.hs-form.hs-form .legal-consent-container .hs-richtext {
  display: block;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  padding: 0 0 20px;
}
@media (min-width: 1024px) {
  .hs-form.hs-form .legal-consent-container .hs-richtext {
    padding: 0 0 40px;
  }
}
.hs-form.hs-form .hs_submit.hs-submit {
  margin-top: 20px;
}
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form.hs-form .hs-error-msg,
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form.hs-form .hs-error-msgs,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form.hs-form .hs-error-msg,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form.hs-form .hs-error-msgs {
  display: block !important;
}
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-radio input[type=radio] + span,
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-checkbox input[type=checkbox] + span,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-radio input[type=radio] + span,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-checkbox input[type=checkbox] + span {
  color: var(--candy-pink) !important;
}
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-radio input[type=radio] + span:after,
.hs-form.hs-form .hs-fieldtype-radio .invalid.error .hs-form-checkbox input[type=checkbox] + span:after,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-radio input[type=radio] + span:after,
.hs-form.hs-form .hs-fieldtype-checkbox .invalid.error .hs-form-checkbox input[type=checkbox] + span:after {
  border-color: var(--candy-pink) !important;
}
.hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  display: block !important;
}
.hs-form.hs-form .hs_error_rollup .hs-error-msg .hs-main-font-element,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs .hs-main-font-element {
  display: block;
  position: relative;
  font: 700 18px/1.6 "SofiaPro", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 2px 0 0 50px;
  color: var(--candy-pink);
}
.hs-form.hs-form .hs_error_rollup .hs-error-msg .hs-main-font-element:after,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs .hs-main-font-element:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 35px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid var(--candy-pink);
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 27.5C19.6548 27.5 19.375 27.7798 19.375 28.125C19.375 28.4702 19.6548 28.75 20 28.75C20.3452 28.75 20.625 28.4702 20.625 28.125C20.625 27.7798 20.3452 27.5 20 27.5V27.5' stroke='%23DF0070' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 22.5V8.75' stroke='%23DF0070' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.hs-form.hs-form .hs_error_rollup {
  display: none;
  padding-block: 15px;
  color: var(--candy-pink);
}

.footer-columns ul, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.card .card-head > img, .bg-stretch img, .video-box video, .video-box .video-overlay > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.card {
  width: 100%;
  max-width: 374px;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: var(--tourmaline);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(28, 50, 58, 0.1);
  font-size: 15px;
  line-height: 1.3333333333;
  text-align: left;
  transform: translate3d(0, 0, 0);
}
.card > * {
  width: 100%;
}
.card a.card-head:hover > img, .card a.card-head:focus > img {
  transform: scale(1.1);
}
.card a.card-head:focus {
  outline: none;
  box-shadow: none;
}
.card .card-head {
  display: block;
  text-decoration: none;
  position: relative;
  padding-top: 56%;
  min-height: 115px;
  z-index: 1;
  overflow: hidden;
  color: inherit;
}
@media (min-width: 768px) {
  .card .card-head {
    padding-top: 54%;
  }
}
.card .card-head:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.card .card-head:last-child {
  margin-bottom: 0;
}
.card .card-head > img {
  transition: transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.card .icon-placeholder {
  position: absolute;
  inset: 40px;
  width: calc(100% - 80px);
  height: calc(100% - 80px);
}
.card .card-body {
  display: flex;
  flex-direction: column;
  padding: 35px 24px;
  flex: 1 0;
}
@media (min-width: 768px) {
  .card .card-body {
    padding-block: 40px 24px;
  }
}
.card .card-body .card-text {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 40px;
  color: var(--grey70);
}
.card .card-body .card-text > *:last-child {
  margin-bottom: 0;
}
.card .card-footer {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.card .badge {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}
.card h3, .card .h3, .card .footer-main h2, .footer-main .card h2 {
  font-size: 22px;
  line-height: 1.2727272727;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 20px;
}
.card h3 + h4, .card .h3 + h4, .card .footer-main h2 + h4, .footer-main .card h2 + h4 {
  margin-top: -20px;
}
.card h4 {
  font-size: 20px;
  line-height: 1.2727272727;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 20px;
}
.card .tegs-holder:after {
  content: "|";
  margin: 0 0 0 3px;
}
.card .tegs-holder:last-child:after {
  display: none;
}
@media (max-width: 767px) {
  .card .btn:not(.btn-link) {
    padding-inline: 10px;
  }
}
.card .btn.btn-link {
  padding-block: 7px;
}
.card .card-info {
  font-size: 15px;
  color: var(--grey70);
  margin: 0 0 3px;
}
.card .card-info > *:not(:last-child):after {
  content: "|";
}
.card .card-info > * {
  display: inline;
}
.card time strong {
  color: var(--dark-lavender-violet);
  font-size: 24px;
  font-weight: 700;
}

.cards-holder {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 620px) {
  .cards-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .cards-holder {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cards-holder .card {
  max-width: none;
}
@media (max-width: 767px) {
  .cards-holder .card {
    max-width: 375px;
    margin-inline: auto;
  }
}

.card-teaser {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.4444444444;
  text-align: left;
  box-shadow: 0px 5px 20px 0px rgba(28, 50, 58, 0.1);
}
.card-teaser.hs-badge .card-head-text {
  padding-right: 120px;
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal {
    flex-direction: row;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal .card-head {
    width: 50%;
    min-width: 300px;
  }
}
@media (min-width: 1230px) {
  .card-teaser.card-teaser-horizontal .card-head {
    min-width: 400px;
    padding-top: 62.2%;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal .card-body {
    padding: 160px 40px 40px;
  }
}
@media (min-width: 1230px) {
  .card-teaser.card-teaser-horizontal .card-body {
    padding-inline: 48px;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal .card-head-text {
    justify-content: center;
    padding: 30px;
  }
}
@media (min-width: 1230px) {
  .card-teaser.card-teaser-horizontal .card-head-text {
    padding: 48px;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal .card-head-text:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal h3 {
    line-height: 1.25;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-horizontal .badge-holder {
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full {
    flex-direction: row;
    font-size: 22px;
    line-height: 1.4545454545;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full .card-head {
    width: 50%;
    min-width: 300px;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-full .card-head {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full .card-body {
    padding: 160px 40px 40px;
  }
}
@media (min-width: 1230px) {
  .card-teaser.card-teaser-full .card-body {
    padding-inline: 48px;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full .card-head-text {
    justify-content: center;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-full .card-head-text {
    padding: 48px;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full .card-head-text:after {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
  }
}
@media (min-width: 1024px) {
  .card-teaser.card-teaser-full h3 {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full .badge-holder {
    top: 25px;
    right: 25px;
  }
}
@media (min-width: 768px) {
  .card-teaser.card-teaser-full .card-head {
    padding-top: 40%;
  }
}
@media (min-width: 620px) and (max-width: 1023px) {
  .card-teaser:not(.card-teaser-full) h1,
  .card-teaser:not(.card-teaser-full) h2,
  .card-teaser:not(.card-teaser-full) h3,
  .card-teaser:not(.card-teaser-full) h4,
  .card-teaser:not(.card-teaser-full) h5,
  .card-teaser:not(.card-teaser-full) h6 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .card-teaser:not(.card-teaser-horizontal):not(.card-teaser-full) h1,
  .card-teaser:not(.card-teaser-horizontal):not(.card-teaser-full) h2,
  .card-teaser:not(.card-teaser-horizontal):not(.card-teaser-full) h3,
  .card-teaser:not(.card-teaser-horizontal):not(.card-teaser-full) h4,
  .card-teaser:not(.card-teaser-horizontal):not(.card-teaser-full) h5,
  .card-teaser:not(.card-teaser-horizontal):not(.card-teaser-full) h6 {
    font-size: 26px;
  }
}
.card-teaser h1,
.card-teaser h2,
.card-teaser h3,
.card-teaser h4,
.card-teaser h5,
.card-teaser h6 {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 619px) {
  .card-teaser h1,
  .card-teaser h2,
  .card-teaser h3,
  .card-teaser h4,
  .card-teaser h5,
  .card-teaser h6 {
    font-size: 22px;
  }
}
.card-teaser .text-ellipsis {
  /* autoprefixer: off */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* autoprefixer: on*/
  flex: 0 0 auto;
  width: 100%;
}
.card-teaser .card-head {
  position: relative;
  display: block;
  text-decoration: none;
  padding-top: 65%;
  z-index: 1;
  color: inherit;
  color: #fff;
  overflow: hidden;
}
.card-teaser .card-head:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.card-teaser .card-head:last-child {
  margin-bottom: 0;
}
.card-teaser .card-head h1,
.card-teaser .card-head .h1,
.card-teaser .card-head h2,
.card-teaser .card-head .h2,
.card-teaser .card-head h3,
.card-teaser .card-head .h3,
.card-teaser .card-head h4,
.card-teaser .card-head .h4,
.card-teaser .card-head h5,
.card-teaser .card-head .h5,
.card-teaser .card-head h6,
.card-teaser .card-head .h6,
.card-teaser .card-head .h,
.card-teaser .card-head a:not(.btn) {
  color: inherit;
}
.card-teaser .card-body {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 0;
  padding: 32px 24px;
}
@media (min-width: 768px) {
  .card-teaser .card-body {
    padding-block: 40px;
  }
}
.card-teaser .card-body .btn:not(.btn-link) {
  width: 100%;
}
@media (max-width: 767px) {
  .card-teaser .card-body .btn:not(.btn-link) {
    padding-inline: 10px;
  }
}
.card-teaser .card-text *:last-child {
  margin-bottom: 0;
}
.card-teaser .card-footer {
  flex: 1 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 24px;
}
.card-teaser .card-head-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  z-index: 1;
  padding: 24px;
}
.card-teaser .card-head-text:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 32.87%, rgba(0, 0, 0, 0) 66.88%), linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
  z-index: -1;
}
.card-teaser .card-head-text *:last-child {
  margin-bottom: 0;
}
.card-teaser .badge-holder {
  position: absolute;
  top: -75px;
  right: 8px;
  z-index: 1;
}
.card-teaser .badge {
  transform: rotate(15deg);
}

.cards-teaser-holder {
  margin: 0 -5px -96px;
}
@media (min-width: 375px) {
  .cards-teaser-holder {
    margin-inline: -16px;
  }
}
@media (min-width: 620px) {
  .cards-teaser-holder {
    display: flex;
    flex-wrap: wrap;
    margin-inline: -12px;
  }
}
@media (min-width: 768px) {
  .cards-teaser-holder {
    margin-inline: -24px;
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder {
    margin-inline: -32px;
  }
}
.cards-teaser-holder .card-teaser {
  margin: 0 0 96px;
}
@media (min-width: 620px) {
  .cards-teaser-holder .card-teaser {
    margin-inline: 12px;
    width: calc(50% - 24px);
  }
}
@media (min-width: 768px) {
  .cards-teaser-holder .card-teaser {
    margin-inline: 24px;
    width: calc(50% - 48px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder .card-teaser {
    width: calc(33.3333333333% - 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder .card-teaser {
    margin-inline: 32px;
    width: calc(33.3333333333% - 20px - 64px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder .card-teaser.card-teaser-horizontal {
    width: calc(66.6666666667% - 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder .card-teaser.card-teaser-horizontal {
    width: calc(66.6666666667% + 20px - 64px);
  }
}
.cards-teaser-holder .card-teaser.card-teaser-full {
  width: 100%;
}
@media (min-width: 620px) {
  .cards-teaser-holder .card-teaser.card-teaser-full {
    width: calc(100% + 24px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder .card-teaser.card-teaser-full {
    width: calc(100% + 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder .card-teaser.card-teaser-full {
    width: calc(100% + 64px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder.cards-teaser-holder-3col .card-teaser {
    width: calc(33.3333333333% - 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder.cards-teaser-holder-3col .card-teaser {
    width: calc(33.3333333333% - 64px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder.cards-teaser-holder-3col .card-teaser.card-teaser-horizontal {
    width: calc(66.6666666667% - 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder.cards-teaser-holder-3col .card-teaser.card-teaser-horizontal {
    width: calc(66.6666666667% + 32px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder.cards-teaser-holder-3col .card-teaser.card-teaser-full {
    width: calc(100% + 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder.cards-teaser-holder-3col .card-teaser.card-teaser-full {
    width: calc(100% + 64px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder.cards-teaser-holder-2col .card-teaser {
    width: calc(50% - 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder.cards-teaser-holder-2col .card-teaser {
    width: calc(50% - 64px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder.cards-teaser-holder-2col .card-teaser.card-teaser-horizontal {
    width: calc(50% - 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder.cards-teaser-holder-2col .card-teaser.card-teaser-horizontal {
    width: calc(50% + 32px);
  }
}
@media (min-width: 1024px) {
  .cards-teaser-holder.cards-teaser-holder-2col .card-teaser.card-teaser-full {
    width: calc(100% + 48px);
  }
}
@media (min-width: 1230px) {
  .cards-teaser-holder.cards-teaser-holder-2col .card-teaser.card-teaser-full {
    width: calc(100% + 64px);
  }
}

.footer-columns ul, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-stretch img, .video-box video, .video-box .video-overlay > img, .card .card-head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.bg-stretch [data-skrollr-effect=parallax],
[data-skrollr-effect=parallax] {
  height: calc(100% + 100px);
  transform: translate3d(0px, var(--y, 0px), 0px);
}
@media (max-width: 767px) {
  .bg-stretch [data-skrollr-effect=parallax][data-skrollr-disable=mobile],
  [data-skrollr-effect=parallax][data-skrollr-disable=mobile] {
    transform: none;
  }
}

.js-splitting-holder .word {
  animation-name: slideInUpFade;
  display: inline-block;
  vertical-align: top;
}
.loaded .js-splitting-holder .word {
  animation-fill-mode: both;
  animation-duration: 1.25s;
  animation-delay: calc(0.1s * var(--line-index, 0));
}

.fadeIn.js-ready,
.js-ready .fadeIn,
.fadeInUp.js-ready,
.js-ready .fadeInUp,
.fadeInDown.js-ready,
.js-ready .fadeInDown,
.fadeFromLeft.js-ready,
.js-ready .fadeFromLeft,
.fadeInLeft.js-ready,
.js-ready .fadeInLeft,
.fadeFromRight.js-ready,
.js-ready .fadeFromRight,
.fadeFromZoom.js-ready,
.js-ready .fadeFromZoom,
.fadeInRight.js-ready,
.js-ready .fadeInRight,
.InFade.js-ready,
.js-ready .InFade {
  opacity: 0;
}

.fadeFromZoom.animated,
.animated .fadeFromZoom {
  animation-name: fadeFromZoom;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeFromZoom {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeIn.animated,
.animated .fadeIn {
  animation-name: fadeIn;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp.animated,
.animated .fadeInUp {
  animation-name: fadeInUp;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown.animated,
.animated .fadeInDown {
  animation-name: fadeInDown;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeFromLeft.animated,
.animated .fadeFromLeft {
  animation-name: fadeFromLeft;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft.animated,
.animated .fadeInLeft {
  animation-name: fadeInLeft;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeFromRight.animated,
.animated .fadeFromRight {
  animation-name: fadeFromRight;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight.animated,
.animated .fadeInRight {
  animation-name: fadeInRight;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.load-animated {
  animation-play-state: paused;
}
.html-ready .load-animated {
  opacity: 0;
}
.loaded .load-animated {
  opacity: 1;
  animation-fill-mode: both;
  animation-duration: 1.25s;
  animation-play-state: running;
}

.slideInUpFade {
  animation-name: slideInUpFade;
}

@keyframes slideInUpFade {
  from {
    transform: translate3d(0, 100px, 0);
    opacity: 1;
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.InFade {
  animation-name: InFade;
}

@keyframes InFade {
  from {
    opacity: 1;
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.InZoom.js-ready {
  animation-name: InZoom;
}

@keyframes InZoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.fadeInUp-round.js-ready > *,
.fadeInUp-round.js-ready .slick-arrow,
.fadeInUp-round.js-ready .slick-dots,
.fadeInUp-round.js-ready .button-list,
.fadeInUp-round.js-ready .gallery-slide {
  opacity: 0;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(2),
.fadeInUp-round.js-ready .gallery-slide:nth-child(2) {
  animation-delay: 200ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(3),
.fadeInUp-round.js-ready .gallery-slide:nth-child(3) {
  animation-delay: 300ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(4),
.fadeInUp-round.js-ready .gallery-slide:nth-child(4) {
  animation-delay: 400ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(5),
.fadeInUp-round.js-ready .gallery-slide:nth-child(5) {
  animation-delay: 500ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(6),
.fadeInUp-round.js-ready .gallery-slide:nth-child(6) {
  animation-delay: 600ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(7),
.fadeInUp-round.js-ready .gallery-slide:nth-child(7) {
  animation-delay: 700ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(8),
.fadeInUp-round.js-ready .gallery-slide:nth-child(8) {
  animation-delay: 800ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(9),
.fadeInUp-round.js-ready .gallery-slide:nth-child(9) {
  animation-delay: 900ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(10),
.fadeInUp-round.js-ready .gallery-slide:nth-child(10) {
  animation-delay: 1000ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(11),
.fadeInUp-round.js-ready .gallery-slide:nth-child(11) {
  animation-delay: 1100ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(12),
.fadeInUp-round.js-ready .gallery-slide:nth-child(12) {
  animation-delay: 1200ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(13),
.fadeInUp-round.js-ready .gallery-slide:nth-child(13) {
  animation-delay: 1300ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(14),
.fadeInUp-round.js-ready .gallery-slide:nth-child(14) {
  animation-delay: 1400ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(15),
.fadeInUp-round.js-ready .gallery-slide:nth-child(15) {
  animation-delay: 1500ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(16),
.fadeInUp-round.js-ready .gallery-slide:nth-child(16) {
  animation-delay: 1600ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(17),
.fadeInUp-round.js-ready .gallery-slide:nth-child(17) {
  animation-delay: 1700ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(18),
.fadeInUp-round.js-ready .gallery-slide:nth-child(18) {
  animation-delay: 1800ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(19),
.fadeInUp-round.js-ready .gallery-slide:nth-child(19) {
  animation-delay: 1900ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(20),
.fadeInUp-round.js-ready .gallery-slide:nth-child(20) {
  animation-delay: 2000ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(21),
.fadeInUp-round.js-ready .gallery-slide:nth-child(21) {
  animation-delay: 2100ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(22),
.fadeInUp-round.js-ready .gallery-slide:nth-child(22) {
  animation-delay: 2200ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(23),
.fadeInUp-round.js-ready .gallery-slide:nth-child(23) {
  animation-delay: 2300ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(24),
.fadeInUp-round.js-ready .gallery-slide:nth-child(24) {
  animation-delay: 2400ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(25),
.fadeInUp-round.js-ready .gallery-slide:nth-child(25) {
  animation-delay: 2500ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(26),
.fadeInUp-round.js-ready .gallery-slide:nth-child(26) {
  animation-delay: 2600ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(27),
.fadeInUp-round.js-ready .gallery-slide:nth-child(27) {
  animation-delay: 2700ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(28),
.fadeInUp-round.js-ready .gallery-slide:nth-child(28) {
  animation-delay: 2800ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(29),
.fadeInUp-round.js-ready .gallery-slide:nth-child(29) {
  animation-delay: 2900ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(30),
.fadeInUp-round.js-ready .gallery-slide:nth-child(30) {
  animation-delay: 3000ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(31),
.fadeInUp-round.js-ready .gallery-slide:nth-child(31) {
  animation-delay: 3100ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(32),
.fadeInUp-round.js-ready .gallery-slide:nth-child(32) {
  animation-delay: 3200ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(33),
.fadeInUp-round.js-ready .gallery-slide:nth-child(33) {
  animation-delay: 3300ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(34),
.fadeInUp-round.js-ready .gallery-slide:nth-child(34) {
  animation-delay: 3400ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(35),
.fadeInUp-round.js-ready .gallery-slide:nth-child(35) {
  animation-delay: 3500ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(36),
.fadeInUp-round.js-ready .gallery-slide:nth-child(36) {
  animation-delay: 3600ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(37),
.fadeInUp-round.js-ready .gallery-slide:nth-child(37) {
  animation-delay: 3700ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(38),
.fadeInUp-round.js-ready .gallery-slide:nth-child(38) {
  animation-delay: 3800ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(39),
.fadeInUp-round.js-ready .gallery-slide:nth-child(39) {
  animation-delay: 3900ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(40),
.fadeInUp-round.js-ready .gallery-slide:nth-child(40) {
  animation-delay: 4000ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(41),
.fadeInUp-round.js-ready .gallery-slide:nth-child(41) {
  animation-delay: 4100ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(42),
.fadeInUp-round.js-ready .gallery-slide:nth-child(42) {
  animation-delay: 4200ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(43),
.fadeInUp-round.js-ready .gallery-slide:nth-child(43) {
  animation-delay: 4300ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(44),
.fadeInUp-round.js-ready .gallery-slide:nth-child(44) {
  animation-delay: 4400ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(45),
.fadeInUp-round.js-ready .gallery-slide:nth-child(45) {
  animation-delay: 4500ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(46),
.fadeInUp-round.js-ready .gallery-slide:nth-child(46) {
  animation-delay: 4600ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(47),
.fadeInUp-round.js-ready .gallery-slide:nth-child(47) {
  animation-delay: 4700ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(48),
.fadeInUp-round.js-ready .gallery-slide:nth-child(48) {
  animation-delay: 4800ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(49),
.fadeInUp-round.js-ready .gallery-slide:nth-child(49) {
  animation-delay: 4900ms;
}
.fadeInUp-round.js-ready > *:not(.slick-arrow):not(.slick-dots):not(.button-list):nth-child(50),
.fadeInUp-round.js-ready .gallery-slide:nth-child(50) {
  animation-delay: 5000ms;
}

.fadeInUp-round.animated > *,
.fadeInUp-round.animated .slick-arrow,
.fadeInUp-round.animated .slick-dots,
.fadeInUp-round.animated .button-list,
.fadeInUp-round.animated .gallery-slide {
  animation-name: fadeInUp-round;
  opacity: 1;
  animation-duration: 1.25s;
  animation-fill-mode: both;
}

@keyframes fadeInUp-round {
  0% {
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.delay-100 {
  animation-delay: 150ms;
}

.delay-1000 {
  animation-delay: 1000ms;
}

.delay-200 {
  animation-delay: 300ms;
}

.delay-2000 {
  animation-delay: 2000ms;
}

.delay-300 {
  animation-delay: 450ms;
}

.delay-3000 {
  animation-delay: 3000ms;
}

.delay-400 {
  animation-delay: 600ms;
}

.delay-4000 {
  animation-delay: 4000ms;
}

.delay-500 {
  animation-delay: 750ms;
}

.delay-5000 {
  animation-delay: 5000ms;
}

.delay-600 {
  animation-delay: 900ms;
}

.delay-6000 {
  animation-delay: 6000ms;
}

.delay-700 {
  animation-delay: 1050ms;
}

.delay-7000 {
  animation-delay: 7000ms;
}

.delay-800 {
  animation-delay: 1200ms;
}

.delay-8000 {
  animation-delay: 8000ms;
}

.delay-900 {
  animation-delay: 1350ms;
}

.delay-9000 {
  animation-delay: 9000ms;
}

.delay-1000 {
  animation-delay: 1500ms;
}

.delay-10000 {
  animation-delay: 10000ms;
}

.shake {
  animation-name: shake;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, to {
    transform: rotate(0deg);
  }
}
.footer-columns ul, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-stretch img, .video-box video, .video-box .video-overlay > img, .card .card-head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.body-container--blog-post .container {
  position: relative;
}

.blog-post .blog-post-meta,
.blog-post .blog-post-tags {
  margin: 0 0 24px;
}
.blog-post .blog-post-meta a,
.blog-post .blog-post-tags a {
  color: inherit;
  text-decoration-color: transparent;
}
.blog-post .blog-post-meta a:hover,
.blog-post .blog-post-tags a:hover {
  text-decoration-color: currentColor;
}
.blog-post .blog-post-meta + .blog-post-tags {
  margin-top: -24px;
}
.blog-post .blog-post-tags + .blog-post-meta {
  margin-top: -24px;
}
.blog-post .blog-post-image {
  position: relative;
  margin: 0 -20px 24px;
  overflow: hidden;
}
@media (min-width: 375px) {
  .blog-post .blog-post-image {
    margin-inline: calc(var(--container-spacing-mobile, 40px) * -1);
  }
}
@media (min-width: 1024px) {
  .blog-post .blog-post-image {
    margin: 0 0 48px;
    border-radius: 32px;
  }
}
.blog-post .badge {
  position: absolute;
  top: 8px;
  right: 8px;
}
@media (min-width: 768px) {
  .blog-post .badge {
    top: 15px;
    right: 15px;
  }
}
@media (min-width: 1024px) {
  .blog-post .badge {
    top: 25px;
    right: 25px;
  }
}
.blog-post .social-sharing {
  display: flex;
  margin: 20px 0 35px;
}
@media (min-width: 1300px) {
  .blog-post .social-sharing {
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 10;
    flex-direction: column;
    margin: 0;
    padding: 40px 0;
  }
}
.blog-post .social-sharing a {
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 0 12px;
  background: var(--dark-lavender-violet, #634FC4);
  color: #fff;
  text-decoration: none;
  border: 1px solid var(--dark-lavender-violet, #634FC4);
  margin: 0 5px 0 0;
}
@media (min-width: 1300px) {
  .blog-post .social-sharing a {
    margin: 0 0 5px;
  }
}
.blog-post .social-sharing a:hover {
  background: #fff;
  color: var(--dark-lavender-violet, #634FC4);
}
.blog-post .social-sharing a svg {
  width: 20px;
}

.footer-columns ul, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-stretch img, .video-box video, .video-box .video-overlay > img, .card .card-head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.body-container--blog-index {
  padding-bottom: var(--section-spacing-mobile-y);
}
@media (min-width: 768px) {
  .body-container--blog-index {
    padding-bottom: var(--section-spacing-desktop-y);
  }
}

.tag-filter-item {
  margin: 0 0 32px;
}
@media (min-width: 1024px) {
  .tag-filter-item {
    display: flex;
    align-items: center;
    margin: 0 0 48px;
  }
}
.tag-filter-item .tag-filter-item-label {
  display: block;
  font-size: 22px;
  line-height: 1.4545454545;
  color: var(--tourmaline);
  margin: 0 0 4px;
}
.bg-dark-lavender-violet:not(.tint-200):not(.tint-100) .tag-filter-item .tag-filter-item-label, .bg-tourmaline:not(.tint-200):not(.tint-100) .tag-filter-item .tag-filter-item-label, .bg-grey70:not(.tint-200):not(.tint-100) .tag-filter-item .tag-filter-item-label, .bg-maya-blue.shade-700 .tag-filter-item .tag-filter-item-label, .bg-candy-pink:not(.tint-200):not(.tint-100) .tag-filter-item .tag-filter-item-label, .bg-bubblegum-pink.shade-700 .tag-filter-item .tag-filter-item-label, .bg-gradient-dark-lavender-violet-lavender-violet .tag-filter-item .tag-filter-item-label {
  color: #fff;
}
@media (min-width: 1024px) {
  .tag-filter-item .tag-filter-item-label {
    margin: 0 20px 0 0;
  }
}

.tag-filter {
  position: relative;
}
@media (min-width: 1024px) {
  .tag-filter {
    flex: 1 0;
  }
}
.tag-filter.active .tag-filter-opener {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.tag-filter.active .tag-filter-opener:after {
  transform: rotate(180deg);
}
.tag-filter.active .tag-filter-slide {
  display: block;
}
.tag-filter .tag-filter-opener {
  width: 100%;
  position: relative;
  display: block;
  border: 1px solid var(--grey70);
  background: #fff;
  margin: 0;
  height: 48px;
  border-radius: 8px;
  padding: 13px 24px 10px;
  padding-right: 50px;
  text-align: left;
  color: var(--tourmaline) !important;
}
.tag-filter .tag-filter-opener:after {
  position: absolute;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  background: transparent;
  width: 25px;
  height: 48px;
  right: 23px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .tag-filter .tag-filter-opener:after {
    right: 25px;
  }
}
.tag-filter .tag-filter-opener:focus {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 0 5px rgba(0, 0, 0, 0.6);
  outline: none;
}
.tag-filter .tag-filter-opener svg {
  display: none;
}
.tag-filter .tag-filter-slide {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  z-index: 100;
  overflow: hidden;
  padding: 0;
  border-radius: 0 0 12px 12px;
  border: 1px solid var(--grey70);
  margin: 0;
  background: #fff;
  border-top-width: 0;
  display: none;
}
.tag-filter .tag-filter-slide ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tag-filter .tag-filter-slide ul li {
  background: #fff;
  margin: 0 0 1px;
  border-top: 1px solid var(--mint-green);
}
.tag-filter .tag-filter-slide ul a {
  display: block;
  font-size: 18px;
  line-height: 1.3;
  color: var(--tourmaline);
  padding: 12px 25px;
  transition: background-color 0.27s ease-in-out;
  text-decoration: none;
}
.tag-filter .tag-filter-slide ul a:hover, .tag-filter .tag-filter-slide ul a:focus {
  background: var(--chalk-blue);
}
.tag-filter .tag-filter-slide ul a:focus {
  outline: none;
  box-shadow: none;
}
.tag-filter .tag-filter-slide ul a.jcf-option-hide-me {
  display: none;
}

.footer-columns ul, body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg,
body .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msgs, .hs-form.hs-form .hs-form-field .inputs-list, .hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bg-stretch img, .video-box video, .video-box .video-overlay > img, .card .card-head > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

dl:after {
  content: "";
  display: block;
  clear: both;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.js-countdown {
  display: flex;
}
.text-center .js-countdown {
  justify-content: center;
}
.text-right .js-countdown {
  justify-content: flex-end;
}
.header-top .js-countdown {
  padding: 0 28px;
}
@media (min-width: 620px) {
  .header-top .js-countdown {
    margin: 0 0 -14px;
  }
}
.js-countdown .simply-seconds-section {
  display: none !important;
}
.js-countdown .js-countdown-section {
  display: flex;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
}
.js-countdown .js-countdown-section:not(:first-child):before {
  content: ":";
  display: inline-flex;
  padding: 0 4px;
}
.countdown-small .js-countdown .js-countdown-section:not(:first-child):before {
  padding: 0 3px;
}
@media (min-width: 440px) {
  .countdown-large .js-countdown .js-countdown-section:not(:first-child):before {
    padding: 0 8px;
  }
}
.countdown-small .js-countdown .js-countdown-section {
  line-height: 40px;
}
@media (min-width: 440px) {
  .countdown-large .js-countdown .js-countdown-section {
    font-size: 28px;
    line-height: 90px;
  }
}
@media (min-width: 620px) {
  .cards-teaser-holder .js-countdown .js-countdown-section {
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .cards-teaser-holder .js-countdown .js-countdown-section {
    line-height: 60px;
  }
}
.header-top .js-countdown .js-countdown-section {
  line-height: 30px;
}
@media (min-width: 620px) {
  .header-top .js-countdown .js-countdown-section {
    line-height: 40px;
  }
}
.js-countdown .js-countdown-section > * {
  display: block;
}
.js-countdown .js-countdown-section .simply-amount {
  display: flex;
  gap: 3px;
}
.countdown-small .js-countdown .js-countdown-section .simply-amount {
  gap: 2px;
}
@media (min-width: 440px) {
  .countdown-large .js-countdown .js-countdown-section .simply-amount {
    gap: 5px;
  }
}
.js-countdown .js-countdown-section .simply-word {
  display: block;
  font-size: 9.5px;
  padding: 8px 0;
  line-height: 2;
}
.countdown-small .js-countdown .js-countdown-section .simply-word {
  padding: 2px 0;
}
@media (min-width: 440px) {
  .countdown-large .js-countdown .js-countdown-section .simply-word {
    font-size: 14.5px;
    padding: 12px 0;
  }
}
.js-countdown .js-countdown-section .js-countdown-digit {
  flex-shrink: 0;
  display: block;
  aspect-ratio: 34/56;
  width: 34px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  color: var(--dark-lavender-violet, #634FC4);
  text-align: center;
  box-shadow: inset 0 0 0 1px var(--dark-lavender-violet, #634FC4);
}
[class*=bg-] .js-countdown .js-countdown-section .js-countdown-digit {
  box-shadow: none;
}
.header-top .js-countdown .js-countdown-section .js-countdown-digit {
  aspect-ratio: 34/38;
}
@media (min-width: 620px) {
  .header-top .js-countdown .js-countdown-section .js-countdown-digit {
    aspect-ratio: 34/56;
  }
}
.countdown-small .js-countdown .js-countdown-section .js-countdown-digit {
  width: 23px;
}
@media (min-width: 440px) {
  .countdown-large .js-countdown .js-countdown-section .js-countdown-digit {
    aspect-ratio: 51/85;
    width: 51px;
    border-radius: 12px;
  }
}
@media (min-width: 620px) {
  .cards-teaser-holder .js-countdown .js-countdown-section .js-countdown-digit {
    width: 28px;
  }
}
@media (min-width: 768px) {
  .cards-teaser-holder .js-countdown .js-countdown-section .js-countdown-digit {
    width: 34px;
  }
}

.header-top:has(.js-countdown) .line-box {
  overflow: hidden;
}

[id=footer] {
  position: relative;
  overflow: hidden;
  color: var(--tourmaline, #2F3038);
  font-size: 18px;
  line-height: 1.4444444444;
  z-index: 99;
}
[id=footer] .social-list {
  justify-content: space-between;
}

.footer-main {
  background: var(--chalk-blue);
  padding: 71px 0 60px;
}
@media (min-width: 768px) {
  .footer-main {
    padding: 65px 0;
  }
}
@media (min-width: 1024px) {
  .footer-main {
    padding: 80px 0;
  }
}
.footer-main h2 {
  text-align: center;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .footer-main h2 {
    margin: 0 0 32px;
  }
}
@media (min-width: 1024px) {
  .footer-main h2 {
    margin: 0 0 48px;
  }
}
.footer-main h3 {
  font-size: 22px;
  line-height: 1.4545454545;
  margin: 0 0 16px;
}

.footer-columns {
  margin: 0 -15px -45px;
}
@media (min-width: 440px) {
  .footer-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-columns .col {
  padding: 0 15px 15px;
}
@media (min-width: 440px) {
  .footer-columns .col {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer-columns .col {
    padding-bottom: 32px;
  }
}
@media (min-width: 1024px) {
  .footer-columns .col {
    width: auto;
    max-width: 25%;
  }
}
.footer-columns ul {
  display: block !important;
  font-size: 18px;
}
.footer-columns ul li {
  margin: 0 0 16px;
}
.footer-columns ul li.active a {
  text-decoration-color: currentColor;
}
.footer-columns ul a {
  color: #303E42;
  text-decoration-color: transparent;
}
.footer-columns ul a:hover {
  text-decoration-color: currentColor;
}

.footer-bottom {
  text-align: center;
  background: #fff;
  font-size: 15px;
  line-height: 1.3333333333;
  padding: 32px 0;
}

.footer-logo {
  margin: 0 0 24px;
}
.footer-logo:last-child {
  margin-bottom: 0;
}
.footer-logo img {
  width: 56px;
}