/* Hubspot-CMS Defaults Rules
Hubspot specific Styles, corrects default styles for Hubspot-CMS
*/
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form textarea {
  resize: vertical;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


  /* Search button input field and suggestions */
  .body-container-wrapper .hs-search-field__button {
    padding: 15px;
  }

  .body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
    margin-left: 6px;
    margin-bottom: 0;
  }

  .body-container-wrapper .hs-search-field__button svg {
    height: 15px;
    fill: #fff;
  }

  .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
    padding: 10px;
  }

  .body-container-wrapper .hs-search-field__suggestions li a {
    color: #494A52;
    padding: 0.35rem 0.7rem;
    text-decoration: none;
    transition: background-color 0.3s;
  }


form input, form textarea, form input:focus-visible {
    border: 1px solid var(--color-primary);
}

form input, form textarea {
  color: var(--color-primary);
}

form textarea {
    resize: none !important;
    min-height: 200px;
}

.hs-form-booleancheckbox label {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.hs-form-booleancheckbox a {
    font-weight: 400 !important;
    text-underline-offset: 3px;
}

.hs-form-booleancheckbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    border: 1px solid #232c65;
    background: #fff;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
    transition: border-color 0.2s;
    display: inline-block;
    vertical-align: middle;
}

.hs-form-booleancheckbox input[type="checkbox"]:checked::before {
    content: '';
    position: absolute;
    left: 5.5px;
    top: 6px;
    width: 12px;
    height: 6px;
    border-left: 1.5px solid var(--color-primary);
    border-bottom: 1.5px solid var(--color-primary);
    transform: rotate(-45deg);
}

.grecaptcha-badge {
    margin-left: 0 !important;
    margin-top: 55px;
}

.actions {
    text-align: center;
    margin-top: 55px;
}

.hs-form-required {
    color: var(--color-primary);
}

.submitted-message h5 {
    font-size: 1rem !important;
}

.submitted-message h4 {
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.ce31-information-complaint-forms__text h4 {
    text-transform: uppercase !important;
    font-weight: 700 !important;
}

.ce31-information-complaint-forms__text h5 {
    font-size: 1rem !important;
    margin-bottom: 10px !important;
}
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 1175px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* TODO: Update file for our needs */



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 1175px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}
/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 1175px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 1175px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* CTA, logo, and rich text images */
.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Globals
Specific pieces of UI that are stylized. Typically used for global partial styling 
like buttons, lists, icons, links, headlines, accordions, etc.
*/
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
.dnd-section {
  padding: 0 var(--spacing-s);
}

@media (min-width: 767px) {
  .dnd-section {
    padding: 0 var(--spacing-m);
  }
}
.bg-breakout {
  margin: 0 calc(-1 * var(--spacing-s));
}
@media (min-width: 767px) {
  .bg-breakout {
    margin: 0 calc(-1 * var(--spacing-m));
  }
}

@media (min-width: calc(1640px + 8rem)) {
  .dnd-section {
    padding: 0;
  }
}
.dnd-section[class*=force-full-width-section] {
  padding: 0;
}

.shadow-m {
  box-shadow: var(--shadow-m);
}

.shadow-n {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.13);
}
/*! 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;
  -webkit-text-size-adjust: 100%;
}

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

/* Grouping content
 * ========================================================================== */
/**
 * * Add the correct box sizing in Firefox.
 * */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * * 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;
  font-size: 1em;
}

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

/**
 * * 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;
  font-size: 1em;
}

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

/* 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * * Remove the inheritance of text transform in Edge and Firefox.
 * * 1. Remove the inheritance of text transform in Firefox.
 * */
button,
select {
  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;
}

/**
 * * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 * */
legend {
  padding: 0;
}

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

/**
 * * 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;
  outline-offset: -2px;
}

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

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

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

/* Reset Box-sizing  */
*, *:before, *:after {
  box-sizing: border-box;
}

/* set z-index for dnd-section and dnd-column --> to avoid background-color issue */
.dnd-section, .dnd-column {
  position: relative;
  z-index: 0;
}

picture {
  display: block;
  width: inherit;
  height: inherit;
}
picture img {
  display: block;
  height: inherit;
}

/* global image alignment */
.align-lt img {
  object-position: left top;
}

.align-ct img {
  object-position: center top;
}

.align-rt img {
  object-position: right top;
}

.align-lc img {
  object-position: left center;
}

.align-cc img {
  object-position: center center;
}

.align-rc img {
  object-position: right center;
}

.align-lb img {
  object-position: left bottom;
}

.align-cb img {
  object-position: center bottom;
}

.align-rb img {
  object-position: right bottom;
}
/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page */
body {
  line-height: 1.4;
  overflow-wrap: break-word;
  hyphens: auto;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Handles word breaking for specific languages */
html[lang^=ja] body,
html[lang^=zh] body,
html[lang^=ko] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */
p {
  font-size: 1em;
  margin: 0 0 1.4rem;
}

/* Anchors */
a {
  cursor: pointer;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.4rem;
}
h1:not(.underline), h2:not(.underline), h3:not(.underline), h4:not(.underline), h5:not(.underline), h6:not(.underline) {
  text-decoration-thickness: 0.08em !important;
  text-underline-offset: 0.1em;
}
h1:not(.underline) span, h1:not(.underline) strong, h1:not(.underline) div, h1:not(.underline) p, h2:not(.underline) span, h2:not(.underline) strong, h2:not(.underline) div, h2:not(.underline) p, h3:not(.underline) span, h3:not(.underline) strong, h3:not(.underline) div, h3:not(.underline) p, h4:not(.underline) span, h4:not(.underline) strong, h4:not(.underline) div, h4:not(.underline) p, h5:not(.underline) span, h5:not(.underline) strong, h5:not(.underline) div, h5:not(.underline) p, h6:not(.underline) span, h6:not(.underline) strong, h6:not(.underline) div, h6:not(.underline) p {
  text-decoration-thickness: 0.08em !important;
  text-underline-offset: 0.1em;
}

.bold, strong {
  font-weight: 700 !important;
}

.medium {
  font-weight: 500 !important;
}

.regular {
  font-weight: 300 !important;
}

.light {
  font-weight: 200 !important;
}

.uppercase {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.m-0 {
  margin: 0;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}

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

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

/* Code blocks */
pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */
hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */
img {
  font-size: 0.583rem;
  word-break: normal;
}

.video-wrapper {
  position: relative;
  cursor: pointer;
}
.video-wrapper.playing .video-play {
  opacity: 0;
}
.video-wrapper .video-play {
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-white);
  display: flex;
  height: 88px;
  justify-content: center;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity var(--anim-medium), transform var(--anim-fast);
  width: 88px;
  z-index: 10;
}
.video-wrapper .video-play.negative {
  background-color: var(--color-white);
  color: var(--color-primary);
}
.video-wrapper .video-play:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.video-wrapper .video-play svg {
  width: 95%;
  height: 95%;
}

.hs-inline-edit .body-container--blog-post .hs_cos_wrapper_type_text {
  display: inline;
}
.hs-inline-edit .body-container--blog-post .blog-post__meta {
  display: none;
}

/* Hangtag global styles, should work like ce41  */
.ht-anchor-text {
  display: inline-block;
  border-bottom: 2px solid currentColor;
}

.tagline {
  position: absolute;
  display: none;
  bottom: 0;
  width: 70px;
  left: -69px;
  height: 2px;
  background-color: currentColor;
}

.hangtag {
  display: none;
  position: absolute;
  bottom: 6px;
  left: -60px;
}
.hangtag .hangtag-anchor {
  position: absolute;
  top: 2px;
  animation: hangtag-rotation 5s ease-in-out infinite;
}
.hangtag .hangtag-anchor .hangtag-icon-c, .hangtag .hangtag-anchor .hangtag-icon-a {
  font-size: 1rem;
}
.hangtag .hangtag-anchor .hangtag-icon-c .hangtag-c svg, .hangtag .hangtag-anchor .hangtag-icon-c .hangtag-a svg, .hangtag .hangtag-anchor .hangtag-icon-a .hangtag-c svg, .hangtag .hangtag-anchor .hangtag-icon-a .hangtag-a svg {
  position: absolute;
  top: -17px;
  right: -50px;
  width: 95px;
  color: var(--color-third);
}
.hangtag .hangtag-anchor .hangtag-icon-c .hangtag-c svg path, .hangtag .hangtag-anchor .hangtag-icon-c .hangtag-a svg path, .hangtag .hangtag-anchor .hangtag-icon-a .hangtag-c svg path, .hangtag .hangtag-anchor .hangtag-icon-a .hangtag-a svg path {
  filter: drop-shadow(1px 0.5px 0.5px rgba(0, 0, 0, 0.26));
}
.hangtag .hangtag-anchor .hangtag-icon-c .hangtag-a, .hangtag .hangtag-anchor .hangtag-icon-a .hangtag-a {
  display: none;
}
.hangtag .hangtag-anchor .hangtag-icon-c .hangtag-a svg, .hangtag .hangtag-anchor .hangtag-icon-a .hangtag-a svg {
  top: -6px;
  right: -52px;
  width: 95px;
}
.hangtag .hangtag-anchor .hangtag-icon-c .svg-wrapper, .hangtag .hangtag-anchor .hangtag-icon-a .svg-wrapper {
  position: absolute;
  top: 32px;
  left: -7px;
  height: 30px;
  width: 30px;
  transform: rotateZ(-12deg);
}
.hangtag .hangtag-anchor .hangtag-icon-c .svg-wrapper svg, .hangtag .hangtag-anchor .hangtag-icon-a .svg-wrapper svg {
  width: 100%;
  height: 100%;
}
.hangtag .hangtag-anchor .hangtag-icon-a .hangtag-a {
  display: block;
  color: var(--color-primary);
}
.hangtag .hangtag-anchor .hangtag-icon-a .hangtag-a svg {
  top: -6px;
  right: -52px;
  width: 95px;
}
.hangtag .hangtag-anchor .hangtag-icon-a .hangtag-c {
  display: none;
}
.hangtag .hangtag-anchor .hangtag-icon-a .svg-wrapper {
  top: 45px;
  left: -7px;
  width: 35px;
}
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  width: 100%;
  background-color: var(--color-primary);
  padding: 0 1rem 3rem;
}
#footer #arrow-wrapper {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 100px;
  width: 100%;
  margin-top: -11px;
}
#footer #arrow-wrapper a {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  height: 140px;
  width: 100%;
  padding-top: 32px;
  border-radius: 69%;
  background-color: var(--color-primary);
}
@media (min-width: 280px) {
  #footer #arrow-wrapper a {
    width: 210px;
  }
}
#footer #arrow-wrapper a svg {
  margin: 0 auto;
  color: var(--color-white);
  width: 100%;
  height: 47px;
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 1600px) {
  #footer #arrow-wrapper a svg {
    height: 58px;
  }
}
#footer #arrow-wrapper:hover svg {
  transform: scale(1.1);
}
#footer #footer-wrapper {
  position: relative;
  color: var(--color-white);
  display: flex;
  overflow: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 2rem;
  padding-left: calc(50% - 6rem);
}
#footer #footer-wrapper a, #footer #footer-wrapper p, #footer #footer-wrapper span, #footer #footer-wrapper .h5, #footer #footer-wrapper h5 {
  color: var(--color-white);
}
@media all and (max-width: 767px) {
  #footer #footer-wrapper p:first-of-type {
    margin-bottom: 15px;
  }
}
#footer #footer-wrapper .h5, #footer #footer-wrapper h5 {
  margin-bottom: 33px;
}
@media all and (max-width: 767px) {
  #footer #footer-wrapper .h5, #footer #footer-wrapper h5 {
    margin-bottom: 15px;
    font-size: 1.05rem;
  }
}
@media (min-width: 620px) {
  #footer #footer-wrapper {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 3rem;
  }
}
@media (min-width: 1600px) {
  #footer #footer-wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  #footer #footer-wrapper {
    width: 100%;
    gap: 6%;
  }
}
#footer #footer-wrapper #footer-address {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 220px;
  width: 100%;
  order: 1;
}
@media (min-width: 620px) {
  #footer #footer-wrapper #footer-address {
    width: calc(50% - 4rem);
  }
}
@media (min-width: 1600px) {
  #footer #footer-wrapper #footer-address {
    width: calc(33% - 2rem);
  }
}
@media (min-width: 1600px) {
  #footer #footer-wrapper #footer-address {
    width: unset;
  }
}
#footer #footer-wrapper #footer-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 220px;
  width: 100%;
  order: 3;
}
#footer #footer-wrapper #footer-social .hs-social-follow {
  gap: 2px;
}
@media all and (max-width: 767px) {
  #footer #footer-wrapper #footer-social .hs-social-follow .hs-social-follow__link {
    padding-top: 0;
  }
  #footer #footer-wrapper #footer-social .hs-social-follow .hs-social-follow__link:first-of-type {
    padding-left: 0;
  }
}
@media (min-width: 620px) {
  #footer #footer-wrapper #footer-social {
    order: 4;
    width: calc(50% + 1rem);
  }
}
@media (min-width: 860px) {
  #footer #footer-wrapper #footer-social {
    width: 20rem;
  }
}
@media (min-width: 1600px) {
  #footer #footer-wrapper #footer-social {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1.5rem;
  }
}
@media (min-width: 1600px) {
  #footer #footer-wrapper #footer-social {
    order: 2;
    flex-direction: column;
    gap: 0;
    width: unset;
  }
}
#footer .hs-menu-item a {
  text-decoration: none;
}
#footer #footer-links {
  order: 2;
  max-width: 20rem;
}
#footer #footer-links ul {
  display: flex;
  width: 100%;
  column-gap: 1rem;
  flex-direction: row;
}
#footer #footer-links ul li {
  min-height: 16px;
  width: calc(50% - 1rem);
}
@media (min-width: 620px) {
  #footer #footer-links {
    width: calc(50% + 1rem);
  }
}
@media (min-width: 1600px) {
  #footer #footer-links {
    order: 3;
    width: calc(33% + 5rem);
  }
}
@media (min-width: 1600px) {
  #footer #footer-links {
    width: unset;
  }
}
#footer #footer-legal {
  order: 4;
  width: 100%;
}
@media (min-width: 620px) {
  #footer #footer-legal {
    order: 3;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1600px) {
  #footer #footer-legal {
    width: calc(33% - 3rem);
  }
}
@media (min-width: 1600px) {
  #footer #footer-legal {
    order: 4;
    width: unset;
  }
}
#footer #footer-legal li {
  min-height: 1em;
}
:root {
  --anim-fast: 0.2s ease-in-out;
  --anim-medium: 0.3s ease-in-out;
  --anim-slow: 0.5s ease-in-out;
}

@keyframes hangtag-rotation {
  0% {
    transform: rotateZ(-11deg);
  }
  50% {
    transform: rotateZ(22deg);
  }
  100% {
    transform: rotateZ(-11deg);
  }
}
.swiper-button-prev, .swiper-button-next {
  height: 51px;
  width: 51px;
  background-color: var(--color-primary);
  color: var(--color-white);
}

.swiper-button-next svg {
  transform: scaleX(-1);
}

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
}

.swiper-pagination {
  position: absolute;
  width: unset;
  height: fit-content;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 15px;
  width: 15px;
  margin: 0 8.5px !important;
  border-radius: 0;
}
@media (min-width: 1600px) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 17px;
    width: 17px;
  }
}
@media (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    margin: 0 5.5px !important;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 2.5px solid var(--color-primary);
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}