[id=nav] ul, .header-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

/* Slick slider styles */
.hero-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;
}

.hero-slider .slick-track,
.hero-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;
  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;
}

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 var(--gray);
  padding-left: 10px;
  margin-left: 0;
}

table {
  border-collapse: collapse;
}

th,
td {
  border: 1px solid var(--gray);
  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(--white);
  background: var(--gray-900);
  font: 18px/1.45 "neuzeit-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.02em;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}
@media (min-width: 1024px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 1920px) {
  body {
    font-size: 22px;
  }
}

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

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

iframe {
  max-width: 100%;
}

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

h1,
.h1 {
  font-size: 40px;
}

h2,
.h2 {
  font-size: 36px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 18px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 60px;
  }
  h2,
  .h2 {
    font-size: 45px;
  }
  h3,
  .h3 {
    font-size: 32px;
  }
  h4,
  .h4 {
    font-size: 28px;
  }
  h5,
  .h5 {
    font-size: 24px;
  }
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 80px;
  }
  h2,
  .h2 {
    font-size: 56px;
  }
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media (min-width: 1920px) {
  h1,
  .h1 {
    font-size: 100px;
  }
  h2,
  .h2 {
    font-size: 67px;
  }
  h3,
  .h3 {
    font-size: 48px;
  }
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "neuzeit-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 1.05;
  margin: 0 0 25px;
  color: var(--white);
  letter-spacing: 0.02em;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
@media (min-width: 1024px) {
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6,
  .h {
    margin-bottom: 37px;
    line-height: 1.19;
  }
}
h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
.h:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    line-height: 1;
  }
}

h3,
.h3 {
  line-height: 1.25;
}

p {
  margin: 0 0 18px;
}
@media (min-width: 1024px) {
  p {
    margin-bottom: 24px;
  }
}
p:last-child {
  margin-bottom: 0;
}

strong:not([class]) {
  color: var(--white);
}

a {
  transition: text-decoration-color 0.45s ease-in-out, color 0.45s ease-in-out;
  color: var(--gray-400);
  text-decoration: underline;
  text-decoration-color: currentColor;
}
a:hover, a:focus {
  text-decoration-color: transparent;
  color: var(--white);
}
a[href*="mailto:"] {
  word-wrap: break-word;
}
a.tag:hover {
  color: var(--gray-900);
}
a.tag:hover:before {
  opacity: 1;
}
a.tag:before {
  transition: opacity 0.45s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--pink-600);
  opacity: 0;
  z-index: -1;
}

b,
strong {
  font-weight: 700;
}

button {
  cursor: pointer;
}

ul[style="list-style-type: square;"] {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  ul[style="list-style-type: square;"] {
    font-size: 14px;
    line-height: 1.6;
  }
}
.scrolled-sticky-image ul[style="list-style-type: square;"] {
  margin: 0 0 14px;
}
@media (min-width: 768px) {
  .scrolled-sticky-image ul[style="list-style-type: square;"] {
    margin: 0 0 32px;
  }
}
ul[style="list-style-type: square;"] > li {
  list-style: none;
  position: relative;
  padding: 0 0 0 35px;
  margin: 0 0 14px;
  min-height: 34px;
  background-repeat: no-repeat;
  background-size: 23px;
  background-position: 0 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='%23a0acbc'%3E%3Cpath d='M18.574 16.417c-0.278 0-0.557-0.070-0.835-0.278l-4.8-3.617c-0.278-0.209-0.348-0.696-0.139-0.974s0.696-0.348 0.974-0.139l4.8 3.617 8.904-10.157c0.278-0.278 0.696-0.348 0.974-0.070s0.348 0.696 0.070 0.974l-8.904 10.226c-0.278 0.278-0.696 0.417-1.043 0.417z'%3E%3C/path%3E%3Cpath d='M16 28.73c-1.252 0-2.504-0.209-3.687-0.557-2.574-0.765-4.73-2.296-6.4-4.452-1.6-2.087-2.504-4.661-2.643-7.304-0.070-2.643 0.626-5.217 2.157-7.443s3.617-3.896 6.052-4.8c2.504-0.974 5.148-1.043 7.791-0.348 0.348 0.070 0.626 0.487 0.487 0.835s-0.487 0.557-0.835 0.487c-2.296-0.626-4.661-0.487-6.887 0.348-2.226 0.765-4.104 2.226-5.426 4.243s-1.948 4.243-1.878 6.678c0.070 2.365 0.904 4.661 2.296 6.539 1.461 1.878 3.409 3.27 5.704 3.965s4.661 0.626 6.887-0.139c2.226-0.765 4.174-2.157 5.565-4.104s2.087-4.174 2.087-6.609c0-0.417 0.278-0.696 0.696-0.696s0.696 0.278 0.696 0.696c0 2.643-0.835 5.217-2.365 7.374s-3.687 3.757-6.261 4.661c-1.252 0.348-2.643 0.626-4.035 0.626z'%3E%3C/path%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  ul[style="list-style-type: square;"] > li {
    margin: 0 0 32px;
    background-size: 46px;
    padding-left: 70px;
  }
}
ul[style="list-style-type: square;"] > li:last-child {
  margin-bottom: 0;
}
.scrolled-sticky-image ul[style="list-style-type: square;"] > li {
  padding-left: 46px;
  margin-bottom: 0.6em;
}

[id=nav] ul, .header-sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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=date],
textarea,
select {
  transition: border-color 0.45s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: 11px 12px;
  font: 16px/20px "neuzeit-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 0.02em;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-bottom-color: rgba(193, 208, 226, 0.2);
  border-radius: 0;
  background: var(--gray-900);
  color: var(--white);
  position: relative;
  height: 52px;
}
@media (min-width: 1024px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  input[type=date],
  textarea,
  select {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  input[type=text],
  input[type=tel],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=url],
  input[type=date],
  textarea,
  select {
    font-size: 20px;
  }
}
input[type=text]:not(textarea):not(select),
input[type=tel]:not(textarea):not(select),
input[type=email]:not(textarea):not(select),
input[type=search]:not(textarea):not(select),
input[type=password]:not(textarea):not(select),
input[type=url]:not(textarea):not(select),
input[type=date]:not(textarea):not(select),
textarea:not(textarea):not(select),
select:not(textarea):not(select) {
  line-height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
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=date]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: var(--white);
  z-index: 2;
}
input[type=text].error,
input[type=tel].error,
input[type=email].error,
input[type=search].error,
input[type=password].error,
input[type=url].error,
input[type=date].error,
textarea.error,
select.error {
  border-bottom-color: var(--pink-600);
}
input[type=text].error:focus,
input[type=tel].error:focus,
input[type=email].error:focus,
input[type=search].error:focus,
input[type=password].error:focus,
input[type=url].error:focus,
input[type=date].error:focus,
textarea.error:focus,
select.error:focus {
  border-color: var(--white);
}
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=date]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: var(--gray-400);
}
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=date]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: var(--gray-400);
}
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=date]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: var(--gray-400);
}
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=date]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: var(--gray-400);
}
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=date].placeholder,
textarea.placeholder,
select.placeholder {
  color: var(--gray-400);
}

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

textarea {
  resize: vertical;
  vertical-align: top;
  overflow: auto;
  min-height: 52px;
  padding-top: 15px;
}

select {
  appearance: none;
}

input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 11px 12px 9px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--gray-900);
  letter-spacing: 0.02em;
  background: linear-gradient(263deg, rgba(253, 139, 253, 0.95) -4.97%, rgba(255, 72, 188, 0.95) 128.29%);
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 100px;
}
@media (min-width: 768px) {
  input[type=button],
  input[type=reset],
  input[type=file],
  input[type=submit] {
    padding: 15px 24px;
    font-size: 18px;
  }
}
input[type=button]:focus-visible, input[type=button]:hover,
input[type=reset]:focus-visible,
input[type=reset]:hover,
input[type=file]:focus-visible,
input[type=file]:hover,
input[type=submit]:focus-visible,
input[type=submit]:hover {
  color: var(--gray-900);
  background: var(--pink-600);
}

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

label {
  font-size: 16px;
  color: var(--gray-400);
  display: inline-block;
  margin: 0 0 5px;
}
@media (min-width: 1024px) {
  label {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  label {
    font-size: 20px;
  }
}
.hide-labels label[class=""] {
  display: none;
}

.hs-form label:has(span:empty),
.form-title:empty {
  display: none !important;
}

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

.hs-error-msgs {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
  font-size: 12px;
}
.hs-error-msgs label {
  font-size: inherit;
  color: var(--pink-600);
}

.hs-form.hs-form fieldset {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  word-wrap: break-word;
}
@media (min-width: 375px) {
  .one-row .hs-form.hs-form fieldset.form-columns-2, .one-row .hs-form.hs-form fieldset.form-columns-3 {
    flex-direction: column;
    gap: 0;
  }
}
@media (min-width: 375px) {
  .one-row .hs-form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
}
@media (min-width: 375px) {
  .one-row .hs-form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}
.hs-form.hs-form fieldset.form-columns-1 .input, .hs-form.hs-form fieldset.form-columns-2 .input, .hs-form.hs-form fieldset.form-columns-3 .input {
  margin-right: 0;
}
@media (min-width: 375px) {
  .hs-form.hs-form fieldset.form-columns-2, .hs-form.hs-form fieldset.form-columns-3 {
    display: flex;
    gap: 24px;
  }
}
@media (min-width: 375px) {
  .hs-form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 12px) !important;
  }
}
@media (min-width: 375px) {
  .hs-form.hs-form fieldset.form-columns-3 .hs-form-field {
    width: calc(33.3333333333% - 16px) !important;
  }
}
.hs-form.hs-form .hs-input:not([type=number]) {
  width: 100% !important;
}
.hs-form.hs-form .hs-error-msgs {
  color: var(--pink-600);
  font-size: 15px;
}
.hs-form.hs-form .hs-error-msgs label {
  color: inherit;
  margin: 0;
}
.hs-form.hs-form .hs-input.invalid.error {
  border-bottom-color: var(--pink-600);
  color: var(--pink-600);
}
.hs-form.hs-form .hs-input.invalid.error::-webkit-input-placeholder {
  color: var(--pink-600);
}
.hs-form.hs-form .hs-input.invalid.error::-moz-placeholder {
  opacity: 1;
  color: var(--pink-600);
}
.hs-form.hs-form .hs-input.invalid.error:-moz-placeholder {
  color: var(--pink-600);
}
.hs-form.hs-form .hs-input.invalid.error:-ms-input-placeholder {
  color: var(--pink-600);
}
.hs-form.hs-form .hs-input.invalid.error.placeholder {
  color: var(--pink-600);
}
.hs-form.hs-form .fn-date-picker.pika-single {
  box-shadow: none;
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 0;
  background: var(--white);
  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.45s ease-in-out;
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 8px !important;
  background: var(--blue);
  z-index: -2;
  opacity: 0;
}
.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(--gray-900);
  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(--gray-900);
  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(--gray-900);
  border-radius: 8px !important;
  border: 1px solid var(--blue);
  padding: 0;
}
.hs-form.hs-form .fn-date-picker .pika-button:hover {
  background: var(--blue) !important;
}
.hs-form.hs-form .fn-date-picker .is-selected .pika-button {
  background: var(--blue) !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-form-field {
  width: 100%;
  float: none !important;
}
@media (min-width: 1024px) {
  .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .input {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .input + .hs-error-msgs {
    margin-top: 0 !important;
  }
}
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 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox .hs-error-msg {
  font-size: 14px !important;
  color: var(--pink-600);
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span {
  color: var(--white);
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span:before {
  background-color: currentColor;
  border-color: currentColor;
  box-shadow: inset 0 0 0 4px var(--gray-900);
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span {
  position: relative;
  display: block;
  padding: 0 0 0 27px;
  color: inherit;
  cursor: pointer;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox input[type=checkbox] + span:before {
  transition: box-shadow 0.45s ease-in-out, border-color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-color: var(--gray-900);
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
}
.hs-form.hs-form .hs-form-field.hs-fieldtype-booleancheckbox label {
  font-size: 16px;
  line-height: 1.625;
  font-weight: 300;
  padding: 0;
}
@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-form-checkbox input[type=checkbox],
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=radio],
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=checkbox],
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox]:checked + span,
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=radio]:checked + span,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=checkbox]:checked + span,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio]:checked + span {
  color: var(--white);
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox]:checked + span:before,
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=radio]:checked + span:before,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=checkbox]:checked + span:before,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio]:checked + span:before {
  background-color: currentColor;
  border-color: currentColor;
  box-shadow: inset 0 0 0 4px var(--gray-900);
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span,
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=radio] + span,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=checkbox] + span,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span {
  position: relative;
  display: block;
  padding: 0 0 0 27px;
  color: inherit;
  cursor: pointer;
  margin: 0;
}
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=checkbox] + span:before,
.hs-form.hs-form .hs-form-field .hs-form-checkbox input[type=radio] + span:before,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=checkbox] + span:before,
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span:before {
  transition: box-shadow 0.45s ease-in-out, border-color 0.45s ease-in-out, background-color 0.45s ease-in-out;
  width: 20px;
  height: 20px;
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  background-color: var(--gray-900);
  border-width: 1px;
  border-style: solid;
  border-color: var(--gray-600);
}
.hs-form.hs-form .hs-form-field .hs-form-radio input[type=radio] + span:before {
  border-radius: 50%;
}
.hs-form.hs-form .hs-form-field .hs-form-radio-display {
  margin: 0;
}
.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: 13px;
  line-height: 1.2307692308;
  font-weight: 300;
  padding: 0 0 10px;
}
.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-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(--pink-600) !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(--pink-600) !important;
}
.hs-form.hs-form .hs_error_rollup .hs-error-msg,
.hs-form.hs-form .hs_error_rollup .hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 0;
  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 "neuzeit-grotesk", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 4px 0 0 50px;
  color: var(--pink-600);
}
.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(--pink-600);
  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='%23ff48bc' 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 .actions {
  position: relative;
  z-index: 1;
  border-radius: 100px;
  display: inline-block;
  color: var(--gray-900);
  background: linear-gradient(263deg, rgba(253, 139, 253, 0.95) -4.97%, rgba(255, 72, 188, 0.95) 128.29%);
}
.hs-form.hs-form .actions:focus-visible, .hs-form.hs-form .actions:hover {
  color: var(--gray-900);
}
.hs-form.hs-form .actions:focus-visible:before, .hs-form.hs-form .actions:hover:before {
  opacity: 1;
}
.hs-form.hs-form .actions:before {
  transition: opacity 0.45s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--pink-600);
  opacity: 0;
  z-index: -1;
}
.hs-form.hs-form .actions .hs-button {
  background: none;
}

@media (min-width: 1024px) {
  .form-columns-2 {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .form-columns-2 .hs-form-field {
    width: calc(50% - 12px);
  }
}

.hs_submit {
  text-align: center;
  margin: 40px 0 0;
}

.hs_error_rollup {
  margin: 24px 0;
}

.hs-form-field {
  margin: 0 0 26px;
}

noscript {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 14px;
  color: #000;
  background: #ff8f8f;
  display: block;
  padding: 5px 0;
  text-align: center;
  z-index: 99999;
}

.accessibility {
  position: absolute;
  left: -200vw;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

[id=wrapper] {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: var(--header-height, 73px) 0 0;
  z-index: 1;
}
@media (min-width: 1024px) {
  [id=wrapper] {
    padding: var(--header-height, 147px) 0 0;
  }
}

[id=main] {
  flex: 1 0;
}

.container {
  width: 100%;
  max-width: var(--container-padding-width, 1472px);
  padding: 0 var(--container-spacing, 16px);
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: var(--container-padding-width-md, 1520px);
    padding: 0 var(--container-spacing-md, 40px);
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

.pt-sm,
.section-main.pt-sm {
  padding-top: 10px;
}
@media (min-width: 1024px) {
  .pt-sm,
  .section-main.pt-sm {
    padding-top: 20px;
  }
}
@media (min-width: 1440px) {
  .pt-sm,
  .section-main.pt-sm {
    padding-top: 40px;
  }
}

.pb-sm,
.section-main.pb-sm {
  padding-bottom: 10px;
}
@media (min-width: 1024px) {
  .pb-sm,
  .section-main.pb-sm {
    padding-bottom: 20px;
  }
}
@media (min-width: 1440px) {
  .pb-sm,
  .section-main.pb-sm {
    padding-bottom: 40px;
  }
}

.pt-md,
.section-main.pt-md {
  padding-top: 16px;
}
@media (min-width: 1024px) {
  .pt-md,
  .section-main.pt-md {
    padding-top: 32px;
  }
}
@media (min-width: 1440px) {
  .pt-md,
  .section-main.pt-md {
    padding-top: 65px;
  }
}

.pb-md,
.section-main.pb-md {
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .pb-md,
  .section-main.pb-md {
    padding-bottom: 32px;
  }
}
@media (min-width: 1440px) {
  .pb-md,
  .section-main.pb-md {
    padding-bottom: 65px;
  }
}

.pt-lg,
.section-main.pt-lg {
  padding-top: 32px;
}
@media (min-width: 1024px) {
  .pt-lg,
  .section-main.pt-lg {
    padding-top: 65px;
  }
}
@media (min-width: 1440px) {
  .pt-lg,
  .section-main.pt-lg {
    padding-top: 130px;
  }
}

.pb-lg,
.section-main.pb-lg {
  padding-bottom: 32px;
}
@media (min-width: 1024px) {
  .pb-lg,
  .section-main.pb-lg {
    padding-bottom: 65px;
  }
}
@media (min-width: 1440px) {
  .pb-lg,
  .section-main.pb-lg {
    padding-bottom: 130px;
  }
}

.scrolling-text-and-image,
.section-services,
.section-main {
  padding: 32px 0;
}
@media (min-width: 1024px) {
  .scrolling-text-and-image,
  .section-services,
  .section-main {
    padding: 65px 0;
  }
}
@media (min-width: 1440px) {
  .scrolling-text-and-image,
  .section-services,
  .section-main {
    padding: 130px 0;
  }
}

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

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

@media (min-width: 1024px) {
  .ds-hidden {
    display: none;
  }
}

.ds-visible {
  display: none;
}
@media (min-width: 1024px) {
  .ds-visible {
    display: block;
  }
}

.hidden-item {
  display: none !important;
}

.opacity-80 {
  opacity: 0.8;
}

.bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.decor-wrap {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .tag-wrap {
    margin-bottom: 34px;
  }
}

.tags {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
}
.tags:last-child {
  margin-bottom: 0;
}
.tags span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--white);
  padding: 7px 16px;
  min-width: 82px;
  text-align: center;
  border: 1px solid var(--gray-300);
  border-radius: 100px;
}
@media (min-width: 1024px) {
  .tags span {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .tags span {
    font-size: 20px;
  }
}

.tag {
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  padding: 15px 24px 11px;
  text-decoration: none;
  color: var(--gray-900);
  border-radius: 100px;
  position: relative;
  z-index: 1;
  background: linear-gradient(263deg, rgba(253, 139, 253, 0.95) -4.97%, rgba(255, 72, 188, 0.95) 128.29%);
}
@media (min-width: 1024px) {
  .tag {
    font-size: 18px;
  }
}
@media (min-width: 1920px) {
  .tag {
    font-size: 20px;
  }
}

.sub-title {
  display: block;
  font-weight: 400;
  margin: 0 0 10px;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .sub-title {
    font-size: 18px;
    margin-bottom: 17px;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.headroom {
  transition: all 0.25s linear;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.headroom.headroom--unpinned {
  translate: 0 -100% !important;
}
.headroom.headroom--not-top {
  background-color: var(--gray-900);
}

.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px 10px;
  padding: 16px 0;
}
@media (min-width: 1024px) {
  .header-bar {
    display: none;
  }
}

.logo {
  line-height: 1;
  position: relative;
  z-index: 103;
  width: 165px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .logo {
    width: 120px;
  }
}
@media (min-width: 1440px) {
  .logo {
    width: 170px;
  }
}
.header-drop-wrap .logo {
  display: none;
}
@media (min-width: 1024px) {
  .header-drop-wrap .logo {
    display: block;
  }
}

.burger-opener {
  border: 1px solid rgba(153, 161, 171, 0.5);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
  padding: 8px 11px;
  color: var(--white);
  background-color: var(--gray-900);
  font-size: 14px;
  letter-spacing: 0.02em;
}

.header-drop {
  transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 88px var(--container-spacing) 32px;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  background: linear-gradient(180deg, var(--gray-970) 0%, var(--gray-900) 86.88%);
}
@media (min-width: 768px) {
  .header-drop {
    padding-inline: var(--container-spacing-md);
  }
}
@media (min-width: 1024px) {
  .header-drop {
    position: static;
    padding: 0;
    background: none;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
}
.header-drop-wrap {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 44px 0 0;
}
@media (min-width: 1024px) {
  .header-drop-wrap {
    height: auto;
    overflow-y: visible;
    padding: 0;
    display: block;
  }
}
.burger-active .header-drop {
  opacity: 1;
  visibility: visible;
}
.header-drop .bg-wrap {
  text-align: right;
}
@media (min-width: 1024px) {
  .header-drop .bg-wrap {
    display: none;
  }
}
.header-drop .bg-wrap:before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  background: radial-gradient(circle at top right, var(--pink-350) 0%, rgba(255, 255, 255, 0) 80%);
  opacity: 0.4;
  filter: blur(80px);
  z-index: -1;
  pointer-events: none;
}
.header-drop .burger-close {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(153, 161, 171, 0.5);
  position: absolute;
  right: var(--container-spacing);
  top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  color: var(--white);
  background-color: var(--gray-900);
}
@media (min-width: 768px) {
  .header-drop .burger-close {
    right: var(--container-spacing-md);
  }
}
@media (min-width: 1024px) {
  .header-drop .burger-close {
    display: none;
  }
}
.header-drop .btn {
  width: 100%;
}
@media (min-width: 1024px) {
  .header-drop .btn {
    width: auto;
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 1440px) {
  .header-drop .btn {
    font-size: 18px;
    padding: 15px 24px;
  }
}
.header-drop .container {
  padding: 0;
}
@media (min-width: 1024px) {
  .header-drop .container {
    padding-inline: var(--container-spacing-md);
  }
}

.header-top {
  padding: 24px 0 0;
  position: relative;
}
@media (min-width: 1024px) {
  .header-top {
    padding: 10px 0 16px;
  }
}
.header-top-wrap {
  display: flex;
  flex-direction: column;
  gap: 18px 24px;
}
@media (min-width: 1024px) {
  .header-top-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
    padding: 0 14px 0 0;
  }
}
.header-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50.16%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1024px) {
  .header-top:before {
    top: auto;
    bottom: 0;
  }
}

.header-sub-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 24px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .header-sub-nav ul {
    font-size: 12px;
  }
}
@media (min-width: 1440px) {
  .header-sub-nav ul {
    font-size: 16px;
  }
}
.header-sub-nav ul li.active a {
  color: var(--gray-500);
}
.header-sub-nav ul a {
  color: var(--white);
  text-decoration: none;
}
.header-sub-nav ul a:hover {
  color: var(--gray-400);
}

.header-main {
  display: contents;
}
.header-main-wrap {
  display: contents;
}
@media (min-width: 1024px) {
  .header-main-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 24px 0;
  }
}
.header-main .container {
  display: contents;
}
@media (min-width: 1024px) {
  .header-main .container {
    display: block;
  }
}

.switcher-language {
  position: relative;
  width: max-content;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .switcher-language {
    padding-left: 35px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .switcher-language:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    opacity: 0.3;
    background: var(--gray-200);
  }
}
.switcher-language .btn-switcher {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  background-color: transparent;
  color: inherit;
  border: 0;
  font-size: 14px;
  padding: 0;
}
@media (min-width: 1024px) {
  .switcher-language .btn-switcher {
    font-size: 16px;
    text-transform: uppercase;
  }
}
.switcher-language .hs_cos_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  display: flex;
}
@media (min-width: 1024px) {
  .switcher-language .hs_cos_wrapper {
    left: 34px;
  }
}
.switcher-language .lang_switcher_class {
  width: 100%;
  height: 100%;
}
.switcher-language .globe_class {
  width: 100%;
  height: 100%;
  background-image: none;
}
.switcher-language .globe_class:hover .lang_list_class {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.switcher-language .lang_list_class {
  transition: opacity 0.45s ease-in-out, visibility 0.45s ease-in-out, transform 0.45s ease-in-out;
  position: absolute;
  width: 100%;
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  top: 100%;
  left: 0;
  transform: translate(0, -10px);
  width: auto;
  border-radius: 12px;
  background-color: var(--gray-900);
  opacity: 0;
  padding: 10px 15px;
  visibility: hidden;
  box-shadow: 0 16px 64px 0 rgba(255, 255, 255, 0.15);
}
@media (min-width: 1024px) {
  .switcher-language .lang_list_class {
    padding: 20px 30px;
    border-radius: 24px;
    right: 0;
    left: auto;
  }
}
.switcher-language .lang_list_class:after, .switcher-language .lang_list_class:before {
  display: none;
}
.switcher-language .lang_list_class li {
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: inherit;
}
@media (min-width: 1024px) {
  .switcher-language .lang_list_class li {
    display: flex;
    align-items: center;
    min-height: 30px;
  }
}
.switcher-language .lang_list_class li:first-child {
  padding-top: 0;
  border-top: 0;
}
.switcher-language .lang_list_class li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.switcher-language .lang_list_class li.active {
  font-weight: 700;
}
.switcher-language .lang_list_class li.active a:hover:after, .switcher-language .lang_list_class li.active a:hover:before {
  opacity: 1;
}
.switcher-language .lang_list_class li.active a:after, .switcher-language .lang_list_class li.active a:before {
  opacity: 1;
}
.switcher-language .lang_list_class li a {
  color: inherit;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 0;
}
@media (min-width: 1024px) {
  .switcher-language .lang_list_class li a {
    padding: 0 0 0 45px;
  }
}
.switcher-language .lang_list_class li a:hover {
  color: inherit;
}
.switcher-language .lang_list_class li a:hover:after, .switcher-language .lang_list_class li a:hover:before {
  opacity: 0.8;
}
@media (min-width: 1024px) {
  .switcher-language .lang_list_class li a:before {
    transition: opacity 0.45s ease-in-out;
    width: 30px;
    height: 30px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--white);
    border-radius: 6px;
    opacity: 0.5;
  }
}
.switcher-language .lang_list_class li a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
  border-width: 0 0 2px 2px;
  border-color: currentColor;
  border-style: solid;
  width: 10px;
  height: 6px;
  right: 0;
  opacity: 0;
  margin: -2px 0 0;
}
@media (min-width: 1024px) {
  .switcher-language .lang_list_class li a:after {
    left: 10px;
    right: auto;
    opacity: 0.5;
    margin-top: 0;
    border-color: var(--gray-900);
  }
}

[id=nav] {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  order: -1;
}
@media (min-width: 1024px) {
  [id=nav] {
    margin-left: auto;
    order: initial;
    letter-spacing: -0.025em;
    font-size: 15px;
  }
}
@media (min-width: 1440px) {
  [id=nav] {
    font-size: 18px;
  }
}
[id=nav] ul {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (min-width: 1024px) {
  [id=nav] ul {
    flex-direction: row;
    gap: 15px;
  }
}
@media (min-width: 1440px) {
  [id=nav] ul {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  [id=nav] ul {
    gap: 39px;
  }
}
[id=nav] ul li.active a {
  color: var(--gray-500);
}
[id=nav] ul a {
  color: var(--white);
  text-decoration: none;
}
[id=nav] ul a:hover {
  color: var(--gray-400);
}

.header-sub-nav ul, [id=nav] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.btn {
  transition: background-color 0.45s ease-in-out;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  padding: 15px 24px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  z-index: 1;
  border-style: solid;
  border-color: transparent;
  border-width: 0;
  border-radius: 100px;
}
.btn-lg {
  padding: 17px 30px;
  font-size: 19px;
}
.btn-xl {
  padding: 20px 40px;
}
.btn-primary {
  color: var(--gray-900);
  background: linear-gradient(263deg, rgba(253, 139, 253, 0.95) -4.97%, rgba(255, 72, 188, 0.95) 128.29%);
}
.btn-primary:focus-visible, .btn-primary:hover {
  color: var(--gray-900);
}
.btn-primary:focus-visible:before, .btn-primary:hover:before {
  opacity: 1;
}
.btn-primary:before {
  transition: opacity 0.45s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--pink-600);
  opacity: 0;
  z-index: -1;
}
.btn-white {
  color: var(--gray-950);
  background-color: var(--white);
}
.btn-white:focus-visible, .btn-white:focus, .btn-white:hover {
  color: var(--gray-950);
  background-color: var(--pink-300);
}
.btn-outline {
  color: var(--white);
  background: linear-gradient(263deg, rgba(253, 139, 253, 0.95) -4.97%, rgba(255, 72, 188, 0.95) 128.29%);
}
.btn-outline:focus-visible:before, .btn-outline:hover:before {
  opacity: 0;
}
.btn-outline:before {
  transition: opacity 0.45s ease-in-out;
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background-color: var(--gray-900);
  z-index: -1;
}

.header-sub-nav ul, [id=nav] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.slick-arrow {
  transition: border-color 0.45s ease-in-out, color 0.45s ease-in-out, box-shadow 0.45s ease-in-out, opacity 0.45s ease-in-out;
  width: 44px;
  height: 44px;
  font-size: 0;
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  box-shadow: 0 0 0 1px var(--gray-300);
  background-color: var(--gray-900);
  position: relative;
  background-position: center;
  background-size: 12px 21px;
  background-repeat: no-repeat;
  margin: 0 0 1px;
}
@media (min-width: 1024px) {
  .slick-arrow {
    width: 55px;
    height: 55px;
  }
}
.slick-arrow:hover {
  color: var(--pink-300);
  border-color: var(--pink-300);
  box-shadow: 0 0 0 1px transparent;
}
.slick-arrow:hover:before {
  opacity: 0;
}
.slick-arrow:before {
  transition: opacity 0.45s ease-in-out;
  content: "";
  width: 12px;
  height: 21px;
}
.slick-arrow:after {
  transition: opacity 0.45s ease-in-out;
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  z-index: -1;
  background: linear-gradient(263deg, rgba(253, 139, 253, 0.95) -4.97%, rgba(255, 72, 188, 0.95) 128.29%);
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  box-shadow: 0 0 0 1px var(--gray-600);
  background-image: none;
}
.slick-arrow.slick-disabled:after {
  opacity: 0;
}
.slick-arrow.slick-disabled:before {
  opacity: 0.6;
}

.slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19.1318L1.5 10.1318L10.5 1.13184' stroke='url(%23paint0_linear_54630_13210)' stroke-opacity='0.94902' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_54630_13210' x1='11.1027' y1='17.4443' x2='-2.28527' y2='16.6392' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FD8BFD'/%3E%3Cstop offset='1' stop-color='%23FF48BC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5 19.1318L1.5 10.1318L10.5 1.13184' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 19.1318L10.5 10.1318L1.5 1.13184' stroke='url(%23paint0_linear_54630_13210)' stroke-opacity='0.94902' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_54630_13210' x1='11.1027' y1='17.4443' x2='-2.28527' y2='16.6392' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23FD8BFD'/%3E%3Cstop offset='1' stop-color='%23FF48BC'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='21' viewBox='0 0 12 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 19.1318L10.5 10.1318L1.5 1.13184' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

[id=footer] h1,
[id=footer] .h1 {
  display: block;
  letter-spacing: 0;
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  [id=footer] h1,
  [id=footer] .h1 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) {
  [id=footer] h1,
  [id=footer] .h1 {
    margin: 0 0 39px;
    font-size: 56px;
  }
}
@media (min-width: 1440px) {
  [id=footer] h1,
  [id=footer] .h1 {
    font-size: 64px;
  }
}
[id=footer] a {
  text-decoration: none;
}
[id=footer] .btn {
  padding: 20px 40px;
}
[id=footer] .tab-content {
  margin-bottom: 43px;
  overflow: hidden;
}

.footer-logos {
  display: flex;
  text-align: center;
  align-items: center;
  margin: 0 -15px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-logos {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .footer-logos {
    width: 100%;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }
}
.footer-logos > * {
  margin: 8px 15px;
}
.footer-logos img {
  height: 50px;
  object-fit: contain;
  width: auto;
}
@media (min-width: 768px) {
  .footer-logos img {
    height: 60px;
  }
}
@media (min-width: 1024px) {
  .footer-logos img {
    height: 100px;
  }
}
@media (min-width: 1440px) {
  .footer-logos img {
    height: auto;
    max-height: 120px;
    max-width: 100%;
  }
}

.footer-panel {
  padding: 80px 0 40px;
}
@media (min-width: 1024px) {
  .footer-panel {
    padding: 107px 0 15px;
  }
}
.footer-panel__holder {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-panel__holder {
    margin-bottom: 60px;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .footer-panel__holder {
    margin-bottom: 120px;
  }
}
.footer-panel__right {
  margin: 20px 0;
  order: 1;
}
@media (min-width: 768px) {
  .footer-panel__right {
    margin: 0 0 26px;
    order: initial;
  }
}
@media (min-width: 1024px) {
  .footer-panel__right {
    margin-left: 30px;
  }
}
@media (min-width: 1920px) {
  .footer-panel__right {
    margin-right: -55px;
  }
}
.footer-panel__box {
  max-width: 350px;
}
@media (min-width: 768px) {
  .footer-panel__box {
    max-width: 400px;
    margin-right: 20px;
  }
}
@media (min-width: 1440px) {
  .footer-panel__box {
    max-width: 500px;
  }
}

.lang-footer ul {
  margin: -5px -12px 48px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 1024px) {
  .lang-footer ul {
    margin: -5px -30px 36px;
    font-size: 16px;
  }
}
.lang-footer ul > li {
  padding: 5px 12px;
}
@media (min-width: 1024px) {
  .lang-footer ul > li {
    padding: 5px 30px;
  }
}
.lang-footer ul a {
  position: relative;
  color: var(--gray-500);
}
.lang-footer ul a:hover {
  color: var(--white);
}
.lang-footer ul a:after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--green);
  background: linear-gradient(to right, var(--pink-600) 0%, var(--pink-300) 100%);
  content: "";
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}
.lang-footer ul a.active {
  color: var(--white);
}
.lang-footer ul a.active:after {
  visibility: visible;
  opacity: 1;
}

.contacts-footer {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .contacts-footer {
    overflow: hidden;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  .contacts-footer {
    margin: 0 -30px;
  }
}
@media (min-width: 1440px) {
  .contacts-footer {
    margin: 0 -60px;
  }
}
.contacts-footer > li {
  transition: margin 0.45s ease-in-out;
  margin: 0 0 26px;
}
@media (min-width: 768px) {
  .contacts-footer > li {
    position: relative;
    margin: 0 0 20px;
    padding: 0 15px;
    width: 33.3333333333%;
  }
}
@media (min-width: 1024px) {
  .contacts-footer > li {
    width: auto;
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .contacts-footer > li {
    padding: 0 60px;
  }
}
.contacts-footer > li:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 1px;
  height: 80px;
  content: "";
  background: var(--gray-600);
}
@media (min-width: 1440px) {
  .contacts-footer > li:after {
    left: 0;
  }
}
.contacts-footer .opener {
  position: relative;
  color: var(--white);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.contacts-footer .opener:after {
  content: "";
  width: 10.5px;
  height: 6px;
  transform: scale(1);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 32'%3E%3Cpath d='M28 32c-1.2 0-2-0.4-2.8-1.2l-24-24c-1.6-1.6-1.6-4 0-5.6s4-1.6 5.6 0l21.2 21.2 21.2-21.2c1.6-1.6 4-1.6 5.6 0s1.6 4 0 5.6l-24 24c-0.8 0.8-1.6 1.2-2.8 1.2z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
@media (min-width: 768px) {
  .contacts-footer .opener:after {
    display: none;
  }
}
.contacts-footer .active {
  margin: 0 0 19px;
}
.contacts-footer .active .opener:after {
  transform: scale(-1);
}
.contacts-footer__slide {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.contacts-footer__slide p {
  margin: 0;
}
@media (min-width: 768px) {
  .contacts-footer__slide p {
    margin: 0 0 12px;
  }
}
.contacts-footer__hold {
  padding: 12px 0 0;
}

.social-links {
  margin: -10px -12px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .social-links {
    margin: -10px;
  }
}
.social-links > li {
  padding: 10px 12px;
}
@media (min-width: 768px) {
  .social-links > li {
    padding: 10px;
  }
}
.social-links a {
  transition: background-color 0.45s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(153, 161, 171, 0.5);
}
.social-links a:hover {
  background: rgba(153, 161, 171, 0.5);
}

.footer-bar {
  position: relative;
  min-height: 102px;
  font-size: 14px;
  line-height: 18px;
  color: var(--gray-600);
  padding: 30px 80px 30px 10px;
  background: var(--gray-960);
  margin-top: 55px;
}
@media (min-width: 768px) {
  .footer-bar {
    padding: 10px 80px 10px 0;
    display: flex;
    align-items: center;
    margin-top: 75px;
  }
}
@media (min-width: 1024px) {
  .footer-bar {
    font-size: 18px;
    margin-top: 107px;
  }
}
@media (min-width: 1440px) {
  .footer-bar {
    padding: 10px 102px;
  }
}
.footer-bar .container {
  width: 100%;
}
@media (min-width: 768px) {
  .footer-bar__holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
.footer-bar a {
  color: inherit;
  transition: all 0.45s;
}
.footer-bar a:hover {
  color: var(--gray-500);
  text-decoration: underline;
}
.footer-bar .active {
  color: var(--gray-500);
  text-decoration: underline;
}
.footer-bar p {
  margin: 0;
}
@media (min-width: 768px) {
  .footer-bar .copyright {
    margin-right: 15px;
  }
}
@media (min-width: 1920px) {
  .footer-bar .copyright {
    margin-left: -9px;
  }
}

@media (min-width: 1440px) {
  .footer-navigation {
    margin-right: 8%;
  }
}
@media (min-width: 1920px) {
  .footer-navigation {
    margin-right: 0;
  }
}
.footer-navigation ul {
  gap: 5px 24px;
  margin: 0;
  padding: 0 0 22px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer-navigation ul {
    padding: 0;
    gap: 5px 37px;
    justify-content: flex-end;
  }
}

.back-to-top.back-to-top {
  transition: background-color 0.45s ease-in-out;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  font-size: 12px;
  line-height: 1;
  background: var(--blue-800);
  color: var(--white);
}
@media (min-width: 1440px) {
  .back-to-top.back-to-top {
    width: 95px;
    height: 102px;
    font-size: 16px;
  }
}
.back-to-top.back-to-top:hover {
  text-decoration: none;
  background-color: var(--gray-600);
}