/* CSS variables */

:root {
  --column-gap: 2.13%;
}

/* Mobile layout */

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

.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

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

  .row-fluid .span11 {
    width: calc(91.66% - var(--column-gap) * 0.0833);
  }

  .row-fluid .span10 {
    width: calc(83.33% - var(--column-gap) * 0.166);
  }

  .row-fluid .span9 {
    width: calc(75% - (var(--column-gap) * 0.25));
  }

  .row-fluid .span8 {
    width: calc(66.66% - var(--column-gap) * 0.333);
  }

  .row-fluid .span7 {
    width: calc(58.33% - var(--column-gap) * 0.4166);
  }

  .row-fluid .span6 {
    width: calc(50% - var(--column-gap) * 0.5);
  }

  .row-fluid .span5 {
    width: calc(41.66% - var(--column-gap) * 0.5833);
  }

  .row-fluid .span4 {
    width: calc(33.33% - var(--column-gap) * 0.6668);
  }

  .row-fluid .span3 {
    width: calc(25% - var(--column-gap) * 0.75);
  }

  .row-fluid .span2 {
    width: calc(16.66% - var(--column-gap) * 0.8333);
  }

  .row-fluid .span1 {
    width: calc(8.33% - var(--column-gap) * 0.9166);
  }
}









.content-wrapper, .page-center {
  max-width: 1340px;
  padding: 0 25px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1330px;
}

.white-bg { background-color: #FFF; }
.lightgray-bg { background-color: #F3F3F3; }
.purple-bg { background-color: #5A3795; }
.red-bg { background-color: #BC3163; }

.white-text, .white-text p, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 { color: #FFF; }






html {
  font-size: 16px;
}

body {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

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

/* Paragraphs */

p {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.3px;
}

/* Anchors */

a {
  text-decoration: underline;
  color: #BC3163;
}

a:hover,
a:focus {
  color: #BC3163;
}

a:active {
  color: #BC3163;
}

/* Headings */

h1,
.h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  color: #BC3163;
  text-transform: uppercase;
}

h2,
.h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #BC3163;
}

h3,
.h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

h4,
.h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.1px;
}

h5,
.h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
}

h6,
.h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}

h1.blog-title { font-size: 38px; line-height: 46px; text-transform: none; }

@media (max-width: 767px) {
  
  html {
  font-size: 15px;
}

body {
  font-size: 15px;
  line-height: 20px;
}
  
  

/* Paragraphs */

p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.3px;
}
  
 h1,
.h1 {
  font-size: 30px;
  line-height: 40px;
}

h2,
.h2 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1px;
}

h3,
.h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.1px;
}

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.1px;
}

h5,
.h5 {
  font-size: 16px;
  line-height: 26px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 32px;
} 
  h1.blog-title { font-size: 24px; line-height: 32px; }
}

/* Blockquote */

blockquote {

}

ul { padding-left: 0px; margin-bottom: 1em; list-style: none; }
ul:not(.no-list) li:not(.nav__main-menu--link):not(.hs-form-booleancheckbox):not(.hs-form-checkbox):not(.nav__sub-menu--link):not(.hs-search-results__listing__item) { position: relative; margin-bottom: 1em; padding-left: 25px; }
ul:not(.no-list) li:not(.nav__main-menu--link):not(.hs-form-booleancheckbox):not(.hs-form-checkbox):not(.nav__sub-menu--link):not(.hs-search-results__listing__item):before { width: 7px; height: 7px; background: #BC3163; content: ''; position: absolute; left: 0; top: 7px; }
.hs-inline-edit ul, .hs-tools-menu ul { margin-bottom: 0 !important; padding-left: 0 !important; } 
.hs-inline-edit ul li, .hs-tools-menu ul li { margin-bottom:  0 !important; padding-left: 0 !important; }
.hs-inline-edit ul li:before, .hs-tools-menu ul li:before { background: none !important; width: 0 !important; height: 0 !important; }

ul li ul { padding-left: 20px; padding-top: 1em; list-style: disc; }
ul li ul li { padding-left: 0px !important; margin-bottom: 0.25em !important; }
ul li ul li:before { width: 0; height: 0; display: none; }


.section { width: 100%; float: left; position: relative; }
.section-intro { text-align: center; margin-bottom: 65px; }
.section-intro h2 { margin: 0; }
.section-intro h2 + p { margin-top: 1em; }

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

@media (max-width: 767px) {
  .section-intro { margin-bottom: 50px; }
}











form,
.submitted-message {

}

/* Form title */

.form-title {
  color: #bc3163;
}

/* Labels */

  form label {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
  color: #000;
}

/* Help text */

form legend {
  color: #1E2036;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background: #f3f3f3;
  border: none;
  border-radius: 0px;
  color: #1E2036;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #6B6B6B;
}

::-moz-placeholder {
  color: #6B6B6B;
}

:-ms-input-placeholder {
  color: #6B6B6B;
}

::placeholder {
  color: #6B6B6B;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #BC3163;
}

.fn-date-picker td.is-selected .pika-button {
  background: #BC3163;
}

.fn-date-picker td .pika-button:hover {
  background-color: #BC3163 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #BC3163;
}

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

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

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
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: 14px;
  padding: 14px;
  width: 100%;
}


form input[type=text]:focus-visible,
form input[type=email]:focus-visible,
form input[type=password]:focus-visible,
form input[type=tel]:focus-visible,
form input[type=number]:focus-visible,
form input[type=file]:focus-visible,
form select:focus-visible,
form textarea:focus-visible {
  outline: none !important;
}

form textarea {
  resize: vertical;
  min-height: 100px;
}

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

form fieldset.form-columns-1 .hs-input { width: 100% !important; }

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
form .inputs-list p {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

form .inputs-list > li {
  display: block;
}

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

form .hs-fieldtype-checkbox ul li { width: 50%; margin: 0 !important; }
form .hs-fieldtype-checkbox ul li label { padding-left: 30px !important; }
@media (max-width: 699px) {
  form .hs-fieldtype-checkbox ul li { width: 100%;  }
}

.legal-consent-container .hs-form-booleancheckbox-display input { margin-top: 3px; }

ul.hs-error-msgs { margin: 0 !important; }

ul.hs-error-msgs li, ul.hs-error-msgs li label { margin-bottom: 0 !important; }

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

input[type="radio"] {
  display: grid;
  place-content: center;
  border-radius: 100px;
  background: none;
  appearance: none;
  border: 2px solid #000;
  background: #FFF;
  padding: 5px;
  width: 18px;
  height: 18px;
}

input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #BC3163;
  border-radius: 100px;
}

input[type="radio"]:checked::before {
  transform: scale(1);
}



form ul.inputs-list:not(.hs-error-msgs) label {
  position: relative;
  width: 100%;
  float: left;
  display: inline-block;
  top: 0;
  left: 0; 
  padding-left: 40px;
}

.legal-consent-container ul.inputs-list label { padding-left: 0 !important; }

form ul.inputs-list {
  margin: 0 0 20px 0; 
  padding: 0;
  float: left;
  width: 100%;
}


form .legal-consent-container ul.inputs-list { margin: 0; }
form .hs-form input[type="checkbox"] {
    width: auto;
  margin: 0 10px 0 0;
  display: inline;
  cursor: pointer;
  height: 18px;
}

form .legal-consent-container a { color: #000; }
form .legal-consent-container a:hover { color: #5a3795; }

form ul.inputs-list li input { display: none !important; }
form ul.inputs-list li { position: relative; margin-bottom: 15px; float: left; }
form ul.inputs-list li input + span:before {
    content: '';
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    background: #FFF;
    width: 18px;
    height: 18px;
    padding: 3px;
    text-align: center;
   border: 1px solid #bebebe;
   float: left;
   cursor: pointer;
   margin-top: -1px;
   margin-left: -30px;
}

ul.inputs-list li input:checked + span:before {
      background: #FFF;
}
.legal-consent-container ul.inputs-list li { width: 100%; }
.legal-consent-container ul.inputs-list li span { color: #000; }

ul.inputs-list li label span {
    text-indent: 0px;
    margin-left: -40px;
    padding-left: 40px;
    color: #14181e; 
}
.legal-consent-container ul.inputs-list li label span {
    text-indent: -30px;
    margin-left: 0px;
    padding-left: 0px;
}
.legal-consent-container ul.inputs-list li label span, .legal-consent-container ul.inputs-list li label span p { font-size: 12px; line-height: 16px; letter-spacing: 0.2px; }

form ul.inputs-list li input:checked + span:after {
    border: solid #BC3163;
    border-width: 0 2px 2px 0;
    content: "";
    height: 11px;
    left: 5.5px;
    padding: 1px;
    position: absolute;
    text-align: center;
    top: 1px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    width: 7px;
}



@media (min-width: 768px) {
  form ul.inputs-list li input + span:before {
    width: 18px;
    height: 18px;
    padding: 1px;
   margin-top: -1px;
   margin-left: -30px;
}
  form .hs-fieldtype-checkbox ul.inputs-list li input+span:before { margin-top: 2px; }
  form .hs-fieldtype-checkbox ul.inputs-list li input:checked+span:after { top: 3px; }

ul.inputs-list li label span {
    margin-left: -30px;
    padding-left: 30px;
}

}


/* 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: 14px;
  line-height: 22px;
  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: 30px!important;
}

/* Validation */

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

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

.hs-error-msg {
  color: #BC3163 !important;
  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;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
form .form-columns-2 .hs-form-field .hs-input, form .form-columns-3 .hs-form-field .hs-input {
    width: 100% !important;
}
}





/* Table */

table {
  
}

/* Table cells */

td,
th {
 
}

/* Table header */

thead th {
  
}

/* Table footer */

tfoot td {
  
}






/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}


/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 1000px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    left: 0;
    min-height: calc(100vh - 107px);
    height: auto;
    position: fixed;
    right: 0;
    top: 107px;
    z-index: 2;
    bottom: 0;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;

  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

   .mobile-trigger{
      cursor: pointer;
      position: relative;
      width: auto;
      height: auto;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      color: #000;
      float: right;
      display: inline-block !important;
      border-radius: 4px;
   }




   /* Toggle Button Icon
   ========================================================================== */

   .mobile-trigger i{
      display: inline;
      position: relative;
     transition: all .5s ease-in-out;
   }
   .mobile-trigger i:before, .mobile-trigger i:after{
      position: absolute;
      content: '';
   }
  .mobile-trigger i:before {
    margin-top: -6px;
  }
  .mobile-trigger i:after{
    margin-top: 6px;
    transition: all .5s ease-in-out;
  }
   .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
      width: 18px; /* Icon line width */
      height: 2px; /* Icon line height */
      -webkit-border-radius: 1px;
      -moz-border-radius: 1px;
      border-radius: 1px;
      background-color: #000; /* Icon color */
      display: inline-block;
   }
  
  .header__navigation--toggle.open .mobile-trigger i {
    transform: rotate(45deg);
  }
  
  .header__navigation--toggle.open .mobile-trigger i:before {
    opacity: 0;
    visibility: hidden;
  }
  .header__navigation--toggle.open .mobile-trigger i:after {
    transform: rotate(-90deg) translate(6px,0px);
  }
  
  .header__navigation--toggle {
    position: relative;
    height: 30px;
    width: 16px;
  }

  .header__search--toggle {
    height: 25px;
    width: 25px;
  }


  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


.header__container .cta-primary { padding: 12px 18px; }
.header__container {
  background: #FFF;
  padding: 0; 
  transition: ease 0.3s;
  position: fixed;
  top: 31px; 
  left: 0;
  width: 100%;
   transition: ease 0.3s;
  z-index: 998;
  box-shadow: 0px 0px 80px 0px #0000001A;
}

.top-header:not(.mob-open) .header__container.scroll {
  transform: translateY(-150%);
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFF;
}

.menu__child-toggle-icon {
  
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #FFF;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #FFF;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #FFF;
}

.menu__child-toggle-icon:active {
  border-top-color: #FFF;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #FFF;
}


.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #FFF;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #FFF;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: #1E2036;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #1E2036;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
 
}

.header__language-switcher-label-current:after {

}






.footer {
  padding-top: 100px;
}

.footer * { font-size: 14px; line-height: 18px; }

.footer-top { display: flex; flex-wrap: wrap; padding-bottom: 90px; justify-content: space-between; }
.footer-first-col { width: 30%; }
.footer-first-col a { color: #000; }
.footer-first-col a:hover { color: #5A3795; }
.footer-socials { display: flex;  margin-top: 15px; float: left;}
.footer-socials a { width: 20px; height: 20px; transition: all 0.3s ease; display: flex; align-items: center; justify-content: center; background: #BC3163; border-radius: 5px; margin-right: 10px; }
.footer-socials a:hover { background: #5A3795; }
.footer-col { width: 20%; }
.footer-top h5 { font-size: 14px; line-height: 18px; letter-spacing: 0.4px; color: #bc3161; margin-bottom: 25px; text-transform: unset;}


.footer-bottom { padding: 30px 0 80px; position: relative; }
.footer-bottom:before { 
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    content: '';
    background: #F3F3F3;
}


.footer-privacy { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.footer-privacy p { margin: 0; } 
.footer-privacy-links a { color: #000; }
.footer-privacy-links a:hover { color: #5A3795; }
.footer-privacy-links a:first-child { padding-right: 7px; margin-right: 7px; position: relative; }
.footer-privacy-links a:first-child:after { content: '|'; position: absolute; right: 0; top: 0; width: auto; height: auto; }


@media (max-width: 767px) {
  .footer { padding-top: 55px; }
  .footer-top h5 { margin-bottom: 20px; }
  .footer-top { text-align: center; padding-bottom: 30px; }
  .footer-first-col { width: 100%;  }
  .footer-col { width: 33%; padding: 0 15px; }
  
  .footer-bottom { flex-direction: column; text-align: center; }
  .footer-socials { margin-bottom: 40px; width: 100%; justify-content: center; }
  .footer-socials a:last-child { margin: 0; } 
  .footer-privacy { text-align: center; flex-direction: column; }
.footer-privacy p { margin-bottom: 25px;}
  form label { font-size: 12px; line-height: 16px; letter-spacing: 0.2px;
}

@media (max-width: 599px) {
  .footer-col { width: 100%; padding: 0; margin-top: 15px; }
  .footer-top { padding-bottom: 15px; }
  .footer-socials { margin-bottom: 25px; }
}
  
  
  /* SYSTEM PAGES */
  /* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}


@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page form input[type=email], .systems-page form input[type=file], .systems-page form input[type=number], .systems-page form input[type=password],
.systems-page form input[type=tel], .systems-page form input[type=text], .systems-page form select, .systems-page form textarea { border-color: #FFF; color: #FFF; }


.systems-page form .fakelabel, .systems-page form .subscribe-options label { display: flex; align-items: center; }
.systems-page form .checkbox-row + p { padding-left: 25px; }

.systems-page {
  margin: 0 auto;
  max-width: 800px;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .systems-page {
  padding: 55px 0;
}
}
.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
  margin-right: 10px;
}

.systems-page form input[type='submit'] {
  margin: 30px 0 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}
  
  /* HELPER */
  .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: 767px) {
  .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;
  }
}