
.course-list .course-list__grid-chapter-item-chapter-name {
  font-family: var(--course-list-grid-layout-chapter-name-font-font-family);
  font-style: var(--course-list-grid-layout-chapter-name-font-font-style);
  font-weight: var(--course-list-grid-layout-chapter-name-font-font-weight);
  line-height: var(--course-list-grid-layout-chapter-name-font-line-height);
  letter-spacing: var(--course-list-grid-layout-chapter-name-font-letter-spacing);
  text-transform: var(--course-list-grid-layout-chapter-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-list .course-list__grid-chapter-item-chapter-name {
    font-size: calc((var(--course-list-grid-layout-chapter-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-list .course-list__grid-chapter-item-chapter-name {
    font-size: min(calc((var(--course-list-grid-layout-chapter-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-list-grid-layout-chapter-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-list-grid-layout-chapter-name-font-font-size-value) * 1rem)));
  }
}
.course-list .course-list__grid-chapter-item-chapter-meta {
  font-family: var(--course-list-grid-layout-chapter-meta-font-font-family);
  font-style: var(--course-list-grid-layout-chapter-meta-font-font-style);
  font-weight: var(--course-list-grid-layout-chapter-meta-font-font-weight);
  line-height: var(--course-list-grid-layout-chapter-meta-font-line-height);
  letter-spacing: var(--course-list-grid-layout-chapter-meta-font-letter-spacing);
  text-transform: var(--course-list-grid-layout-chapter-meta-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-list .course-list__grid-chapter-item-chapter-meta {
    font-size: calc((var(--course-list-grid-layout-chapter-meta-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-list .course-list__grid-chapter-item-chapter-meta {
    font-size: min(calc((var(--course-list-grid-layout-chapter-meta-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-list-grid-layout-chapter-meta-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-list-grid-layout-chapter-meta-font-font-size-value) * 1rem)));
  }
}
.course-list .course-list__grid-course-item-lesson-name {
  font-family: var(--course-list-grid-layout-course-item-name-font-font-family);
  font-style: var(--course-list-grid-layout-course-item-name-font-font-style);
  font-weight: var(--course-list-grid-layout-course-item-name-font-font-weight);
  line-height: var(--course-list-grid-layout-course-item-name-font-line-height);
  letter-spacing: var(--course-list-grid-layout-course-item-name-font-letter-spacing);
  text-transform: var(--course-list-grid-layout-course-item-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-list .course-list__grid-course-item-lesson-name {
    font-size: calc((var(--course-list-grid-layout-course-item-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-list .course-list__grid-course-item-lesson-name {
    font-size: min(calc((var(--course-list-grid-layout-course-item-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-list-grid-layout-course-item-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-list-grid-layout-course-item-name-font-font-size-value) * 1rem)));
  }
}
.course-list .course-list__grid-course-item-lesson-excerpt {
  font-family: var(--course-list-grid-layout-course-item-excerpt-font-font-family);
  font-style: var(--course-list-grid-layout-course-item-excerpt-font-font-style);
  font-weight: var(--course-list-grid-layout-course-item-excerpt-font-font-weight);
  line-height: var(--course-list-grid-layout-course-item-excerpt-font-line-height);
  letter-spacing: var(--course-list-grid-layout-course-item-excerpt-font-letter-spacing);
  text-transform: var(--course-list-grid-layout-course-item-excerpt-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-list .course-list__grid-course-item-lesson-excerpt {
    font-size: calc((var(--course-list-grid-layout-course-item-excerpt-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-list .course-list__grid-course-item-lesson-excerpt {
    font-size: min(calc((var(--course-list-grid-layout-course-item-excerpt-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-list-grid-layout-course-item-excerpt-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-list-grid-layout-course-item-excerpt-font-font-size-value) * 1rem)));
  }
}
.course-list .course-list__grid-course-item-lesson-meta {
  font-family: var(--course-list-grid-layout-course-item-meta-font-font-family);
  font-style: var(--course-list-grid-layout-course-item-meta-font-font-style);
  font-weight: var(--course-list-grid-layout-course-item-meta-font-font-weight);
  line-height: var(--course-list-grid-layout-course-item-meta-font-line-height);
  letter-spacing: var(--course-list-grid-layout-course-item-meta-font-letter-spacing);
  text-transform: var(--course-list-grid-layout-course-item-meta-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-list .course-list__grid-course-item-lesson-meta {
    font-size: calc((var(--course-list-grid-layout-course-item-meta-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-list .course-list__grid-course-item-lesson-meta {
    font-size: min(calc((var(--course-list-grid-layout-course-item-meta-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-list-grid-layout-course-item-meta-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-list-grid-layout-course-item-meta-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__side-nav-chapter-title {
  font-family: var(--course-item-side-nav-chapter-name-font-font-family);
  font-style: var(--course-item-side-nav-chapter-name-font-font-style);
  font-weight: var(--course-item-side-nav-chapter-name-font-font-weight);
  line-height: var(--course-item-side-nav-chapter-name-font-line-height);
  letter-spacing: var(--course-item-side-nav-chapter-name-font-letter-spacing);
  text-transform: var(--course-item-side-nav-chapter-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__side-nav-chapter-title {
    font-size: calc((var(--course-item-side-nav-chapter-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__side-nav-chapter-title {
    font-size: min(calc((var(--course-item-side-nav-chapter-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-side-nav-chapter-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-side-nav-chapter-name-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__side-nav-chapter-metadata {
  font-family: var(--course-item-side-nav-chapter-meta-font-font-family);
  font-style: var(--course-item-side-nav-chapter-meta-font-font-style);
  font-weight: var(--course-item-side-nav-chapter-meta-font-font-weight);
  line-height: var(--course-item-side-nav-chapter-meta-font-line-height);
  letter-spacing: var(--course-item-side-nav-chapter-meta-font-letter-spacing);
  text-transform: var(--course-item-side-nav-chapter-meta-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__side-nav-chapter-metadata {
    font-size: calc((var(--course-item-side-nav-chapter-meta-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__side-nav-chapter-metadata {
    font-size: min(calc((var(--course-item-side-nav-chapter-meta-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-side-nav-chapter-meta-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-side-nav-chapter-meta-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__side-nav-link-title {
  font-family: var(--course-item-side-nav-lesson-name-font-font-family);
  font-style: var(--course-item-side-nav-lesson-name-font-font-style);
  font-weight: var(--course-item-side-nav-lesson-name-font-font-weight);
  line-height: var(--course-item-side-nav-lesson-name-font-line-height);
  letter-spacing: var(--course-item-side-nav-lesson-name-font-letter-spacing);
  text-transform: var(--course-item-side-nav-lesson-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__side-nav-link-title {
    font-size: calc((var(--course-item-side-nav-lesson-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__side-nav-link-title {
    font-size: min(calc((var(--course-item-side-nav-lesson-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-side-nav-lesson-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-side-nav-lesson-name-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__side-nav-lesson-metadata {
  font-family: var(--course-item-side-nav-lesson-meta-font-font-family);
  font-style: var(--course-item-side-nav-lesson-meta-font-font-style);
  font-weight: var(--course-item-side-nav-lesson-meta-font-font-weight);
  line-height: var(--course-item-side-nav-lesson-meta-font-line-height);
  letter-spacing: var(--course-item-side-nav-lesson-meta-font-letter-spacing);
  text-transform: var(--course-item-side-nav-lesson-meta-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__side-nav-lesson-metadata {
    font-size: calc((var(--course-item-side-nav-lesson-meta-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__side-nav-lesson-metadata {
    font-size: min(calc((var(--course-item-side-nav-lesson-meta-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-side-nav-lesson-meta-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-side-nav-lesson-meta-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__course-title {
  font-family: var(--course-item-name-font-font-family);
  font-style: var(--course-item-name-font-font-style);
  font-weight: var(--course-item-name-font-font-weight);
  line-height: var(--course-item-name-font-line-height);
  letter-spacing: var(--course-item-name-font-letter-spacing);
  text-transform: var(--course-item-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__course-title {
    font-size: calc((var(--course-item-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__course-title {
    font-size: min(calc((var(--course-item-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-name-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__side-nav-mobile-course-title {
  font-family: var(--course-item-name-mobile-font-font-family);
  font-style: var(--course-item-name-mobile-font-font-style);
  font-weight: var(--course-item-name-mobile-font-font-weight);
  line-height: var(--course-item-name-mobile-font-line-height);
  letter-spacing: var(--course-item-name-mobile-font-letter-spacing);
  text-transform: var(--course-item-name-mobile-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__side-nav-mobile-course-title {
    font-size: calc((var(--course-item-name-mobile-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__side-nav-mobile-course-title {
    font-size: min(calc((var(--course-item-name-mobile-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-name-mobile-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-name-mobile-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__chapter-title {
  font-family: var(--course-item-chapter-name-font-font-family);
  font-style: var(--course-item-chapter-name-font-font-style);
  font-weight: var(--course-item-chapter-name-font-font-weight);
  line-height: var(--course-item-chapter-name-font-line-height);
  letter-spacing: var(--course-item-chapter-name-font-letter-spacing);
  text-transform: var(--course-item-chapter-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__chapter-title {
    font-size: calc((var(--course-item-chapter-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__chapter-title {
    font-size: min(calc((var(--course-item-chapter-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-chapter-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-chapter-name-font-font-size-value) * 1rem)));
  }
}
.course-item .course-item__lesson-title {
  font-family: var(--course-item-lesson-name-font-font-family);
  font-style: var(--course-item-lesson-name-font-font-style);
  font-weight: var(--course-item-lesson-name-font-font-weight);
  line-height: var(--course-item-lesson-name-font-line-height);
  letter-spacing: var(--course-item-lesson-name-font-letter-spacing);
  text-transform: var(--course-item-lesson-name-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .course-item .course-item__lesson-title {
    font-size: calc((var(--course-item-lesson-name-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .course-item .course-item__lesson-title {
    font-size: min(calc((var(--course-item-lesson-name-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--course-item-lesson-name-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--course-item-lesson-name-font-font-size-value) * 1rem)));
  }
}
.gdpr-cookie-banner p {
  font-family: var(--cookie-banner-disclaimer-font-font-family);
  font-style: var(--cookie-banner-disclaimer-font-font-style);
  font-weight: var(--cookie-banner-disclaimer-font-font-weight);
  line-height: var(--cookie-banner-disclaimer-font-line-height);
  letter-spacing: var(--cookie-banner-disclaimer-font-letter-spacing);
  text-transform: var(--cookie-banner-disclaimer-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .gdpr-cookie-banner p {
    font-size: calc((var(--cookie-banner-disclaimer-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .gdpr-cookie-banner p {
    font-size: min(calc((var(--cookie-banner-disclaimer-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--cookie-banner-disclaimer-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--cookie-banner-disclaimer-font-font-size-value) * 1rem)));
  }
}
.newsletter-block {
  transition: opacity .2s ease-out;
}
.newsletter-block * {
  box-sizing: border-box;
}
.newsletter-block:not(.rendered) {
  opacity: 0;
}
.newsletter-block .newsletter-form-wrapper {
  width: 100%;
}
.newsletter-block .newsletter-form-wrapper.hidden,.newsletter-block .newsletter-form-wrapper .hidden {
  display: none;
}
.newsletter-block .newsletter-form {
  text-align: center;
}
.newsletter-block .newsletter-form-wrapper--alignLeft .newsletter-form {
  text-align: left;
}
.newsletter-block .newsletter-form-wrapper--alignRight .newsletter-form {
  text-align: right;
}
.newsletter-block .newsletter-form-header {
  width: 85%;
  margin: 0 auto;
}
.newsletter-block .newsletter-form-wrapper--alignLeft .newsletter-form-header,.newsletter-block .newsletter-form-wrapper--alignRight .newsletter-form-header {
  width: 100%;
  margin: 0;
}
.newsletter-block .newsletter-form-header-title {
  margin: 0 0 1rem 0;
  padding: 0;
  text-align: inherit;
}
.newsletter-block .newsletter-form-header-title a {
  text-decoration: underline;
}
.newsletter-block .newsletter-form-header-description p {
  margin: 1rem 0;
  padding: 0;
}
.newsletter-block .newsletter-form-header-description a {
  text-decoration: underline;
}
.newsletter-block .newsletter-form-body {
  padding: 0 0 1rem 0;
}
.newsletter-block .newsletter-form-fields-wrapper {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
}
.newsletter-block .newsletter-form-name-fieldset {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.newsletter-block .newsletter-form-wrapper--layoutStack .newsletter-form-name-fieldset {
  display: block;
  width: 100%;
  max-width: 18rem;
}
.newsletter-block .newsletter-form-field-wrapper {
  display: inline-block;
  width: auto;
  min-width: 18rem;
  padding: .5rem .25rem;
}
.newsletter-block .newsletter-form-wrapper--alignLeft .newsletter-form-field-wrapper {
  padding: .5rem .25rem .5rem 0;
}
.newsletter-block .newsletter-form-wrapper--alignRight .newsletter-form-field-wrapper {
  padding: .5rem 0 .5rem .25rem;
}
.newsletter-block .newsletter-form-wrapper--layoutStack .newsletter-form-field-wrapper {
  display: block;
  width: 100%;
  max-width: 18rem;
  padding: .5rem 0;
}
.newsletter-block .newsletter-form-field-label {
  display: block;
  height: 0px;
  visibility: hidden;
}
.newsletter-block .newsletter-form-field-element {
  width: 100%;
  padding: 1em;
  background: #fff;
  transition: background .3s ease-out,border .3s ease-out;
}
.newsletter-block .newsletter-form-field-element:focus {
  background: #fff;
}
.newsletter-block .newsletter-form-field-element::-webkit-input-placeholder {
  color: rgba(0,0,0,.3);
}
.newsletter-block .newsletter-form-field-element:-moz-placeholder {
  color: rgba(0,0,0,.3);
}
.newsletter-block .newsletter-form-field-element::-moz-placeholder {
  color: rgba(0,0,0,.3);
}
.newsletter-block .newsletter-form-field-element:-ms-input-placeholder {
  color: rgba(0,0,0,.3);
}
.newsletter-block .field-error {
  display: none;
}
.newsletter-block .newsletter-form-field-wrapper .field-error {
  display: block;
  margin-bottom: 1rem;
  padding: .5rem;
  background: #fed9db;
  color: #f23d3d;
  line-height: normal;
}
.newsletter-block .newsletter-form-button-wrapper {
  display: inline-block;
  width: auto;
  margin: 1rem 0 0 0;
  padding: .5rem .25rem;
}
.newsletter-block .newsletter-form-wrapper--alignLeft .newsletter-form-button-wrapper {
  padding: .5rem .25rem .5rem 0;
}
.newsletter-block .newsletter-form-wrapper--alignRight .newsletter-form-button-wrapper {
  padding: .5rem 0 .5rem .25rem;
}
.newsletter-block .newsletter-form-wrapper--layoutStack .newsletter-form-button-wrapper {
  display: block;
  padding: .5rem 0;
}
.newsletter-block .newsletter-form-button {
  position: relative;
  width: auto;
  padding: 1em 2.25em;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.newsletter-block .newsletter-form-spinner.sqs-spin.light.large {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 22px;
  width: 22px;
  margin-top: -11px;
  margin-left: -11px;
  border: none !important;
}
.newsletter-block .newsletter-form-spinner.sqs-spin.light.large::before,.newsletter-block .newsletter-form-spinner.sqs-spin.light.large::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  border: 2px solid currentColor;
}
.newsletter-block .newsletter-form-spinner.sqs-spin.light.large::before {
  opacity: .15;
  -webkit-clip-path: inset(0 0 50% 0);
  clip-path: inset(0 0 50% 0);
}
.newsletter-block .newsletter-form-spinner.sqs-spin.light.large::after {
  opacity: .7;
  -webkit-clip-path: inset(50% 0 0 0);
  clip-path: inset(50% 0 0 0);
}
.newsletter-block .newsletter-form:not(.submitting) .newsletter-form-spinner.sqs-spin.light.large {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  -o-animation: none;
  animation: none;
}
.newsletter-block .newsletter-form.submitting .newsletter-form-spinner.sqs-spin.light.large {
  visibility: visible;
}
.newsletter-block .newsletter-form.submitting .newsletter-form-button-label {
  visibility: hidden;
}
.newsletter-block .newsletter-form-footnote p {
  opacity: .8;
  margin: 1rem 0;
  padding: 0;
}
.newsletter-block .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}
.newsletter-block .newsletter-form-footnote a {
  text-decoration: underline;
}
.newsletter-block .form-submission-text p {
  margin: 1rem 0;
  padding: 0;
}
.newsletter-block .form-submission-text p:first-child {
  margin-top: 0;
}
.newsletter-block .form-submission-text p:last-child {
  margin-bottom: 0;
}
.newsletter-block .form-submission-text a {
  text-decoration: underline;
}
.sqs-alternate-block-style-container .newsletter-block .newsletter-form-wrapper .newsletter-form-field-element {
  border: 1px solid rgba(0,0,0,.12);
}
.sqs-block-newsletter .newsletter-form-field-element {
  border: 1px solid rgba(0,0,0,.12);
}
.newsletter-form-small-mode .newsletter-form-header {
  width: 100%;
}
.newsletter-form-small-mode .newsletter-form-header-title {
  margin: 0 0 1rem 0;
}
.newsletter-form-small-mode .newsletter-form-header-description p {
  margin: 0 0 1rem 0;
  line-height: normal;
}
.newsletter-form-small-mode .newsletter-form-body {
  padding: 0 0 .5rem 0;
}
.newsletter-form-small-mode .newsletter-form-fields-wrapper {
  display: block;
}
.newsletter-form-small-mode .newsletter-form-name-fieldset {
  width: 100%;
}
.newsletter-form-small-mode .newsletter-form-field-wrapper,.newsletter-form-small-mode .newsletter-form-button-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  padding: -.5rem 0;
}
.newsletter-form-small-mode .newsletter-form-button-wrapper {
  margin: .5rem 0 0 0;
}
.newsletter-form-small-mode .newsletter-form-footnote p {
  margin: -2rem 0;
}
.newsletter-form-small-mode .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}
.newsletter-form-small-mode .form-submission-text p {
  margin: -2rem 0;
  line-height: normal;
}
.newsletter-form-small-mode .form-submission-text p:first-child {
  margin-top: 0;
}
.newsletter-form-small-mode .form-submission-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:320px) {
  .newsletter-block .newsletter-form-header {
    width: 100%;
  }
  .newsletter-block .newsletter-form-header-title {
    margin: 0 0 1rem 0;
  }
  .newsletter-block .newsletter-form-header-description p {
    margin: 0 0 1rem 0;
    line-height: normal;
  }
  .newsletter-block .newsletter-form-body {
    padding: 0 0 .5rem 0;
  }
  .newsletter-block .newsletter-form-fields-wrapper {
    display: block;
  }
  .newsletter-block .newsletter-form-name-fieldset {
    width: 100%;
  }
  .newsletter-block .newsletter-form-field-wrapper,.newsletter-block .newsletter-form-button-wrapper {
    display: block;
    width: 100%;
    min-width: 0;
    padding: -.5rem 0;
  }
  .newsletter-block .newsletter-form-button-wrapper {
    margin: .5rem 0 0 0;
  }
  .newsletter-block .newsletter-form-footnote p {
    margin: -2rem 0;
  }
  .newsletter-block .newsletter-form-footnote p:last-child {
    margin-bottom: 0;
  }
  .newsletter-block .form-submission-text p {
    margin: -2rem 0;
    line-height: normal;
  }
  .newsletter-block .form-submission-text p:first-child {
    margin-top: 0;
  }
  .newsletter-block .form-submission-text p:last-child {
    margin-bottom: 0;
  }
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header {
  width: 100%;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-title {
  margin: 0 0 1rem 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-header-description p {
  margin: 0 0 1rem 0;
  line-height: normal;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-body {
  padding: 0 0 .5rem 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-fields-wrapper {
  display: block;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-name-fieldset {
  width: 100%;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-field-wrapper,.newsletter-block.newsletter-form-has-small-container .newsletter-form-button-wrapper {
  display: block;
  width: 100%;
  min-width: 0;
  padding: -.5rem 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-button-wrapper {
  margin: .5rem 0 0 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-footnote p {
  margin: -2rem 0;
}
.newsletter-block.newsletter-form-has-small-container .newsletter-form-footnote p:last-child {
  margin-bottom: 0;
}
.newsletter-block.newsletter-form-has-small-container .form-submission-text p {
  margin: -2rem 0;
  line-height: normal;
}
.newsletter-block.newsletter-form-has-small-container .form-submission-text p:first-child {
  margin-top: 0;
}
.newsletter-block.newsletter-form-has-small-container .form-submission-text p:last-child {
  margin-bottom: 0;
}
.menu-block .menu-selector {
  margin-bottom: 3em;
}
.menu-block .menu-selector label {
  display: inline-block;
  padding: 0 .5em;
  cursor: pointer;
}
.menu-block .menu-selector label.menu-select-labels--active {
  text-decoration: underline;
}
.menu-block .menu-select-button {
  display: none;
}
.menu-block .menus--has-multiple .menu {
  display: none;
}
.menu-block .menu-header {
  margin-bottom: 3em;
}
.menu-block .menu-section {
  margin-top: 1em;
}
.menu-block .menu-section+.menu-section {
  margin-top: 5em;
}
.menu-block .menu-section-header {
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.menu-block .menu-item {
  margin-bottom: 0;
  padding-bottom: 2em;
  margin-top: 0;
}
.menu-block .menu-item-description {
  margin-top: 5px;
}
.menu-block .menu-item-price-bottom {
  margin: .5em 0;
}
.menu-block .menu-style-classic .menu-selector,.menu-block .menu-style-classic .menu-header,.menu-block .menu-style-classic .menu-section-title,.menu-block .menu-style-classic .menu-section-description {
  text-align: center;
}
.menu-block .menu-style-classic .menu-items {
  -webkit-column-width: 18em;
  -webkit-column-gap: 3em;
  -moz-column-width: 18em;
  -moz-column-gap: 3em;
  -ms-column-width: 18em;
  -ms-column-gap: 3em;
  -o-column-width: 18em;
  -o-column-gap: 3em;
  column-width: 18em;
  column-gap: 3em;
}
.menu-block .menu-style-classic .menu-item {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 100%;
}
.menu-block .menu-style-classic .menu-item-description {
  margin-right: 3em;
}
.menu-block .menu-style-classic .menu-item-price-top {
  float: right;
  padding-left: 20px;
}
.menu-block .menu-style-classic .menu-item-price-bottom {
  display: none;
}
.menu-block .menu-style-simple .menu-selector,.menu-block .menu-style-simple .menu {
  text-align: center;
}
.menu-block .menu-style-simple .menu-item-price-top {
  display: none;
}
.sqs-use--icon,.sqs-use--mask {
  fill: transparent;
  transition: fill 170ms ease-in-out;
}
.sqs-svg-icon--wrapper {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 170ms ease-in-out;
  z-index: 0;
}
.sqs-svg-icon--wrapper>div,.sqs-svg-icon--wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.socialaccountlinks-v2-block .social-icons-shape-circle .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-shape-circle .sqs-svg-icon--wrapper {
  border-radius: 50%;
}
.socialaccountlinks-v2-block .social-icons-shape-rounded .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-shape-rounded .sqs-svg-icon--wrapper {
  border-radius: 15%;
}
.socialaccountlinks-v2-block .social-icons-style-regular .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-style-regular .sqs-svg-icon--wrapper {
  border-radius: 0;
}
.socialaccountlinks-v2-block .social-icons-style-regular .sqs-svg-icon--wrapper>div,.social-account-links-v2-block .social-icons-style-regular .sqs-svg-icon--wrapper>div {
  transform: scale(2);
}
.socialaccountlinks-v2-block .sqs-svg-icon--wrapper,.social-account-links-v2-block .sqs-svg-icon--wrapper {
  transition: opacity 170ms ease-in-out;
}
.socialaccountlinks-v2-block .sqs-svg-icon--social,.social-account-links-v2-block .sqs-svg-icon--social,.socialaccountlinks-v2-block .sqs-use--icon,.social-account-links-v2-block .sqs-use--icon,.socialaccountlinks-v2-block .sqs-use--mask,.social-account-links-v2-block .sqs-use--mask {
  fill: transparent;
}
.socialaccountlinks-v2-block .sqs-svg-icon--wrapper:hover,.social-account-links-v2-block .sqs-svg-icon--wrapper:hover {
  opacity: .8;
}
.socialaccountlinks-v2-block .social-icons-size-extra-small.social-icons-style-regular .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-extra-small.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 16px;
  height: 16px;
}
.socialaccountlinks-v2-block .social-icons-size-small.social-icons-style-regular .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-small.social-icons-style-regular .sqs-svg-icon--wrapper {
  width: 20px;
  height: 20px;
}
.socialaccountlinks-v2-block .social-icons-size-medium.social-icons-style-regular .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-medium.social-icons-style-regular .sqs-svg-icon--wrapper,.socialaccountlinks-v2-block .social-icons-size-extra-small:not(.social-icons-style-regular) .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-extra-small:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
  width: 24px;
  height: 24px;
}
.socialaccountlinks-v2-block .social-icons-size-large.social-icons-style-regular .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-large.social-icons-style-regular .sqs-svg-icon--wrapper,.socialaccountlinks-v2-block .social-icons-size-small:not(.social-icons-style-regular) .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-small:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
  width: 28px;
  height: 28px;
}
.socialaccountlinks-v2-block .social-icons-size-extra-large.social-icons-style-regular .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-extra-large.social-icons-style-regular .sqs-svg-icon--wrapper,.socialaccountlinks-v2-block .social-icons-size-medium:not(.social-icons-style-regular) .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-medium:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
  width: 32px;
  height: 32px;
}
.socialaccountlinks-v2-block .social-icons-size-large:not(.social-icons-style-regular) .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-large:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
  width: 36px;
  height: 36px;
}
.socialaccountlinks-v2-block .social-icons-size-extra-large:not(.social-icons-style-regular) .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-size-extra-large:not(.social-icons-style-regular) .sqs-svg-icon--wrapper {
  width: 48px;
  height: 48px;
}
.sqs-svg-icon--list {
  display: flex;
  align-items: center;
}
.social-icon-alignment-left .sqs-svg-icon--list {
  justify-content: flex-start;
}
.social-icon-alignment-right .sqs-svg-icon--list {
  justify-content: flex-end;
}
.social-icon-alignment-center .sqs-svg-icon--list {
  justify-content: center;
}
.social-icons-size-extra-small.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 6px 0 0;
}
.social-icons-size-extra-small.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 6px;
}
.social-icons-size-extra-small.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 3px;
}
.social-icons-size-small.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 8px 0 0;
}
.social-icons-size-small.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 8px;
}
.social-icons-size-small.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 4px;
}
.social-icons-size-medium.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 8px 0 0;
}
.social-icons-size-medium.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 8px;
}
.social-icons-size-medium.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 4px;
}
.social-icons-size-extra-small.social-icons-style-regular.social-icon-alignment-left .sqs-svg-icon--wrapper,.social-icons-size-large.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 10px 0 0;
}
.social-icons-size-extra-small.social-icons-style-regular.social-icon-alignment-right .sqs-svg-icon--wrapper,.social-icons-size-large.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 10px;
}
.social-icons-size-extra-small.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper,.social-icons-size-large.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 5px;
}
.social-icons-size-small.social-icons-style-regular.social-icon-alignment-left .sqs-svg-icon--wrapper,.social-icons-size-extra-large.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 12px 0 0;
}
.social-icons-size-small.social-icons-style-regular.social-icon-alignment-right .sqs-svg-icon--wrapper,.social-icons-size-extra-large.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 12px;
}
.social-icons-size-small.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper,.social-icons-size-extra-large.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 6px;
}
.social-icons-size-medium.social-icons-style-regular.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 14px 0 0;
}
.social-icons-size-medium.social-icons-style-regular.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 14px;
}
.social-icons-size-medium.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 7px;
}
.social-icons-size-large.social-icons-style-regular.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 16px 0 0;
}
.social-icons-size-large.social-icons-style-regular.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 16px;
}
.social-icons-size-large.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 8px;
}
.social-icons-size-extra-large.social-icons-style-regular.social-icon-alignment-left .sqs-svg-icon--wrapper {
  margin: 0 18px 0 0;
}
.social-icons-size-extra-large.social-icons-style-regular.social-icon-alignment-right .sqs-svg-icon--wrapper {
  margin: 0 0 0 18px;
}
.social-icons-size-extra-large.social-icons-style-regular.social-icon-alignment-center .sqs-svg-icon--wrapper {
  margin: 0 9px;
}
.sqs-block-summary-v2 * {
  box-sizing: border-box;
}
.sqs-block-summary-v2 .summary-thumbnail-outer-container {
  position: relative;
}
.sqs-block-summary-v2 .summary-heading {
  display: none;
  margin: 0 0 15px 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: normal;
}
.sqs-block-summary-v2 .summary-carousel-pager {
  display: none;
}
.sqs-block-summary-v2 .summary-item-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sqs-block-summary-v2 .summary-item {
  visibility: hidden;
}
.sqs-block-summary-v2 .summary-item.positioned {
  visibility: visible;
}
.sqs-style-mode-active .sqs-block-summary-v2 .is-product-quick-view-enabled .summary-item:first-child .sqs-product-quick-view-button-wrapper {
  opacity: 1;
}
.sqs-style-mode-active .sqs-block-summary-v2 .is-product-quick-view-enabled .summary-item:first-child .sqs-product-mark-wrapper {
  opacity: 0;
}
.sqs-block-summary-v2 .summary-thumbnail-container {
  position: relative;
  display: block;
}
.sqs-block-summary-v2 .summary-thumbnail-container:hover {
  opacity: 1 !important;
}
.sqs-block-summary-v2 .summary-thumbnail-container img {
  opacity: 0;
  display: block;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: normal;
  transition: opacity .6s ease;
}
.sqs-block-summary-v2 .summary-thumbnail-container img.loaded {
  opacity: 1;
}
.sqs-block-summary-v2 .summary-thumbnail-container img:not(.loaded) .sqs-product-mark-wrapper .sqs-product-quick-view-button-wrapper {
  opacity: 0 !important;
}
.sqs-block-summary-v2 .img-wrapper,.sqs-block-summary-v2 .sqs-video-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.sqs-block-summary-v2 .summary-product-status .product-mark {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 6px 8px;
  background: #222;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  box-sizing: content-box;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  padding: 3px;
  background: #fff;
  text-align: center;
  box-sizing: content-box;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date-inner {
  display: table-cell;
  vertical-align: middle;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date-month {
  display: block;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.sqs-block-summary-v2 .summary-thumbnail-event-date-day {
  display: block;
  color: #333;
  font-size: 26px;
  line-height: 26px;
}
.sqs-block-summary-v2 .summary-content {
  text-align: left;
}
.sqs-block-summary-v2 .summary-title {
  margin: 0 0 10px 0;
  line-height: 1.2em;
  text-align: left;
}
.sqs-block-summary-v2 .summary-price {
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-price .product-price {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.sqs-block-summary-v2 .summary-price .product-price .original-price {
  opacity: .7;
  filter: alpha(opacity=70);
  text-decoration: line-through;
}
.sqs-block-summary-v2 .product-scarcity {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-excerpt {
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-excerpt p,.sqs-block-summary-v2 .summary-excerpt ul,.sqs-block-summary-v2 .summary-excerpt li {
  font-size: 14px;
  line-height: 1.4em;
  margin: 0 0 10px 0;
  text-align: left;
}
.sqs-block-summary-v2 .summary-excerpt p:first-of-type,.sqs-block-summary-v2 .summary-excerpt ul:first-of-type,.sqs-block-summary-v2 .summary-excerpt li:first-of-type {
  margin-top: 0 !important;
}
.sqs-block-summary-v2 .summary-excerpt p:last-of-type,.sqs-block-summary-v2 .summary-excerpt ul:last-of-type,.sqs-block-summary-v2 .summary-excerpt li:last-of-type {
  margin-bottom: 0 !important;
}
.sqs-block-summary-v2 .summary-excerpt>blockquote p {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  text-align: inherit;
}
.sqs-block-summary-v2 .summary-excerpt>blockquote p:first-of-type {
  margin-top: inherit;
}
.sqs-block-summary-v2 .summary-excerpt>blockquote p:last-of-type {
  margin-bottom: inherit;
}
.sqs-block-summary-v2 .summary-block-collection-type-lessons .summary-description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.sqs-block-summary-v2 .summary-block-collection-type-lessons .summary-hide-description {
  display: none;
}
.sqs-block-summary-v2 .summary-read-more-link {
  display: none;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}
.sqs-block-summary-v2 .summary-metadata-container {
  display: none;
  font-size: 13px;
  line-height: normal;
}
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title .summary-metadata-container--above-title,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title .summary-metadata-container--below-title,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-content .summary-metadata-container--below-content {
  display: block;
}
.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container,.sqs-block-summary-v2 .summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container {
  margin: 0 0 10px 0;
}
.sqs-block-summary-v2 .summary-metadata {
  display: none;
}
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-date .summary-metadata--primary,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-event-time .summary-metadata--primary,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata--primary,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata--primary,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata--primary,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata--primary {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--secondary,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--secondary,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--secondary,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--secondary,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--secondary,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--secondary,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--secondary {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-metadata-item {
  display: none;
  opacity: .7;
  margin: 0;
  font-size: 13px;
  line-height: 1.4em;
  text-transform: none;
}
.sqs-block-summary-v2 .summary-metadata-item a,.sqs-block-summary-v2 .summary-metadata-item a:hover {
  opacity: 1;
  text-decoration: none;
}
.sqs-block-summary-v2 .summary-block-setting-primary-metadata-date .summary-metadata--primary .summary-metadata-item--date,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-event-time .summary-metadata--primary .summary-metadata-item--event-time,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata--primary .summary-metadata-item--cats,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata--primary .summary-metadata-item--tags,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata--primary .summary-metadata-item--author,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary .summary-metadata-item--comments,.sqs-block-summary-v2 .summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata--primary .summary-metadata-item--location {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--secondary .summary-metadata-item--date,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--secondary .summary-metadata-item--event-time,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--secondary .summary-metadata-item--cats,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--secondary .summary-metadata-item--tags,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--secondary .summary-metadata-item--author,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--secondary .summary-metadata-item--comments,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--secondary .summary-metadata-item--location {
  display: inline-block;
}
.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-date .summary-metadata--primary .summary-metadata-item:after,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-event-time .summary-metadata--primary .summary-metadata-item:after,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata--primary .summary-metadata-item:after,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata--primary .summary-metadata-item:after,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata--primary .summary-metadata-item:after,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata--primary .summary-metadata-item:after,.sqs-block-summary-v2 .summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata--primary .summary-metadata-item:after {
  content: " ·";
  margin: 0 .3em;
}
.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-title,.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-price .product-price,.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-excerpt p,.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-read-more-link,.sqs-block-summary-v2 .summary-block-setting-text-align-center .summary-content {
  text-align: center;
}
.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-title,.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-price .product-price,.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-excerpt p,.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-read-more-link,.sqs-block-summary-v2 .summary-block-setting-text-align-right .summary-content {
  text-align: right;
}
.sqs-block-summary-v2 .summary-item-record-type-text .summary-read-more-link {
  display: block;
}
.sqs-block-summary-v2 .summary-item-record-type-event .summary-thumbnail-event-date {
  display: table;
}
.sqs-block-summary-v2 .event-time-12hr {
  display: none;
}
.sqs-block-summary-v2 .event-time-localized {
  display: inline;
}
.sqs-block-summary-v2 .summary-thumbnail-container {
  margin: 0;
}
.sqs-block-summary-v2 .summary-block-setting-show-title .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-setting-show-price .summary-item-record-type-store-item .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-setting-show-excerpt .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-primary-metadata-none) .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-secondary-metadata-none) .summary-thumbnail-container {
  margin: 0 0 15px 0;
}
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt) .summary-title,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt) .summary-price {
  margin: 0 0 2px 0;
}
.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-date .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-event-time .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-cats .summary-item-has-cats .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-tags .summary-item-has-tags .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-author .summary-item-has-author .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-comments .summary-item-has-comments-enabled .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-primary-metadata-location .summary-item-has-location .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-above-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container,.sqs-block-summary-v2 .summary-block-wrapper:not(.summary-block-setting-show-excerpt).summary-block-setting-metadata-position-below-title.summary-block-setting-secondary-metadata-location .summary-item-has-location .summary-metadata-container {
  margin: 0 0 2px 0;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item {
  visibility: visible !important;
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
  overflow: visible !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item::after {
  content: "";
  display: table;
  clear: both;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item.summary-item-show-thumbnail {
  margin-bottom: 17px !important;
  padding-bottom: 17px !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container {
  margin: 0 !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item:not(.summary-item-record-type-video) .summary-thumbnail-container {
  width: 100% !important;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item.summary-item-record-type-video .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container {
  float: left;
}
@media screen and (max-width:  575px ) {
  .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item.summary-item-record-type-video .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-setting-design-list .summary-thumbnail-outer-container {
    width: 35% !important;
  }
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container .sqs-video-wrapper img {
  max-width: 100%;
  object-fit: contain;
  position: static !important;
}
@media screen and (max-width:  575px ) {
  .sqs-block-summary-v2 .summary-block-setting-design-list .summary-item .summary-thumbnail-container .sqs-video-wrapper img {
    height: auto;
    position: static;
    width: 100% !important;
    width: auto;
  }
}
.sqs-block-summary-v2 .summary-block-setting-design-list .sqs-product-quick-view-button-wrapper {
  padding-right: 20px;
}
.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-item-record-type-video .summary-thumbnail-container,.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-thumbnail-outer-container {
  float: right;
}
.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-thumbnail-container {
  padding: 0 0 0 20px;
}
.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .sqs-product-quick-view-button-wrapper {
  padding-left: 20px;
  padding-right: 0px;
}
.sqs-block-summary-v2 .summary-block-setting-design-list.summary-block-setting-design-list-thumbnail-right .summary-item-record-type-store-item .product-mark {
  right: 0;
  left: auto;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item-record-type-store-item .product-mark {
  left: 0;
  right: auto;
}
.sqs-block-summary-v2 .summary-block-setting-design-list .summary-item-record-type-event .summary-thumbnail-event-date {
  display: none;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
  display: flex;
  justify-content: flex-end;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-block-header {
  overflow: hidden;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-heading {
  display: block;
  float: left;
  width: calc(100% -  50px);
  width: -webkit-calc(100% -  50px);
  width: -moz-calc(100% -  50px);
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-collection-title {
  display: none;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-carousel-pager {
  float: right;
  width: 50px;
}
.sqs-block-summary-v2 .summary-block-setting-design-carousel .summary-item:not(.positioned) {
  visibility: visible;
}
@media screen and (max-width:  767px ) {
  .sqs-block-summary-v2 .summary-product-quick-view {
    display: none;
  }
}
body:not(.button-style-default) .sqs-editable-button,body.button-style-default .sqs-editable-button,body:not(.button-style-default) .sqs-editable-button-layout,body.button-style-default .sqs-editable-button-layout,body:not(.button-style-default) .sqs-editable-button-font,body.button-style-default .sqs-editable-button-font,body:not(.button-style-default) .sqs-editable-button-color,body.button-style-default .sqs-editable-button-color,body:not(.button-style-default) .sqs-editable-button-style,body.button-style-default .sqs-editable-button-style,body:not(.button-style-default) .sqs-editable-button-shape,body.button-style-default .sqs-editable-button-shape,body:not(.button-style-default) .sqs-add-to-cart-button,body.button-style-default .sqs-add-to-cart-button {
  display: inline-block;
  width: auto;
  height: auto;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  font-size: 1rem;
  line-height: normal;
}
body:not(.button-style-default) .sqs-editable-button:hover,body.button-style-default .sqs-editable-button:hover,body:not(.button-style-default) .sqs-editable-button-layout:hover,body.button-style-default .sqs-editable-button-layout:hover,body:not(.button-style-default) .sqs-editable-button-font:hover,body.button-style-default .sqs-editable-button-font:hover,body:not(.button-style-default) .sqs-editable-button-color:hover,body.button-style-default .sqs-editable-button-color:hover,body:not(.button-style-default) .sqs-editable-button-style:hover,body.button-style-default .sqs-editable-button-style:hover,body:not(.button-style-default) .sqs-editable-button-shape:hover,body.button-style-default .sqs-editable-button-shape:hover,body:not(.button-style-default) .sqs-add-to-cart-button:hover,body.button-style-default .sqs-add-to-cart-button:hover {
  opacity: 1;
}
body:not(.button-style-default) .sqs-add-to-cart-button,body.button-style-default .sqs-add-to-cart-button {
  max-width: 100%;
}
body:not(.button-style-default).tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-button-element--primary:not(input):hover,body.button-style-default.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-button-element--primary:not(input):hover {
  opacity: 1;
}
body:not(.button-style-default).tweak-global-animations-animation-type-flex.secondary-button-style-solid .sqs-button-element--secondary:not(input):hover,body.button-style-default.tweak-global-animations-animation-type-flex.secondary-button-style-solid .sqs-button-element--secondary:not(input):hover {
  opacity: 1;
}
body:not(.button-style-default).tweak-global-animations-animation-type-flex.tertiary-button-style-solid .sqs-button-element--tertiary:not(input):hover,body.button-style-default.tweak-global-animations-animation-type-flex.tertiary-button-style-solid .sqs-button-element--tertiary:not(input):hover {
  opacity: 1;
}
body:not(.button-style-default).primary-button-style-outline .sqs-editable-button,body.button-style-default.primary-button-style-outline .sqs-editable-button,body:not(.button-style-default).primary-button-style-outline .sqs-editable-button-layout,body.button-style-default.primary-button-style-outline .sqs-editable-button-layout,body:not(.button-style-default).primary-button-style-outline .sqs-editable-button-font,body.button-style-default.primary-button-style-outline .sqs-editable-button-font,body:not(.button-style-default).primary-button-style-outline .sqs-editable-button-color,body.button-style-default.primary-button-style-outline .sqs-editable-button-color,body:not(.button-style-default).primary-button-style-outline .sqs-editable-button-style,body.button-style-default.primary-button-style-outline .sqs-editable-button-style,body:not(.button-style-default).primary-button-style-outline .sqs-editable-button-shape,body.button-style-default.primary-button-style-outline .sqs-editable-button-shape,body:not(.button-style-default).primary-button-style-outline .sqs-add-to-cart-button,body.button-style-default.primary-button-style-outline .sqs-add-to-cart-button,body:not(.button-style-default).primary-button-style-outline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue,body.button-style-default.primary-button-style-outline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue {
  border-width: 2px;
  border-style: solid;
  transition: .1s background-color linear,.1s color linear;
}
body:not(.button-style-default) .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue,body.button-style-default .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue {
  -webkit-backface-visibility: hidden;
  border-width: 0;
}
.sqs-product-quick-view-button-wrapper {
  font-family: Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.tweak-global-animations-animation-type-flex .sqs-block h1 a,.tweak-global-animations-animation-type-flex .sqs-block h2 a,.tweak-global-animations-animation-type-flex .sqs-block h3 a,.tweak-global-animations-animation-type-flex .sqs-block h4 a,.tweak-global-animations-animation-type-flex .sqs-block h5 a,.tweak-global-animations-animation-type-flex .sqs-block h6 a {
  display: inline;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);
  background-size: 50% 1px,50% 1px;
  background-position: 0% bottom,100% bottom;
}
@keyframes underlineSlideOut {
  from {
    background-position: 0% bottom,100% bottom;
  }
  to {
    background-position: 200% bottom,300% bottom;
  }
}
@keyframes underlineSlideIn {
  from {
    background-position: -200% bottom,-100% bottom;
  }
  to {
    background-position: 0% bottom,100% bottom;
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .sqs-block h1 a,.tweak-global-animations-animation-type-flex .sqs-block h2 a,.tweak-global-animations-animation-type-flex .sqs-block h3 a,.tweak-global-animations-animation-type-flex .sqs-block h4 a,.tweak-global-animations-animation-type-flex .sqs-block h5 a,.tweak-global-animations-animation-type-flex .sqs-block h6 a {
    animation: underlineSlideIn .6s cubic-bezier(.19,1,.22,1) forwards;
  }
  .tweak-global-animations-animation-type-flex .sqs-block h1 a:hover,.tweak-global-animations-animation-type-flex .sqs-block h2 a:hover,.tweak-global-animations-animation-type-flex .sqs-block h3 a:hover,.tweak-global-animations-animation-type-flex .sqs-block h4 a:hover,.tweak-global-animations-animation-type-flex .sqs-block h5 a:hover,.tweak-global-animations-animation-type-flex .sqs-block h6 a:hover {
    animation: underlineSlideOut .6s cubic-bezier(.19,1,.22,1) forwards;
  }
}
.tweak-global-animations-animation-type-flex .sqs-block p a {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor,currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  transition: color .6s cubic-bezier(.19,1,.22,1),background-size calc(.3s) cubic-bezier(.19,1,.22,1);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .sqs-block p a:hover {
    color: inherit;
    background-size: 100% calc(2px);
  }
}
@keyframes tmpl-anim-fade-up {
  from,to {
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    transform-origin: center center;
  }
  from {
    opacity: 0;
    transform: matrix(1,0,0,1,0,25);
  }
  to {
    opacity: 1;
    transform: matrix(1,0,0,1,0,0);
  }
}
@keyframes tmpl-anim-fade-scale-up {
  from,to {
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    transform-origin: center center;
  }
  from {
    opacity: 0;
    transform: matrix(.92,0,0,.92,0,0);
  }
  to {
    opacity: 1;
    transform: matrix(1,0,0,1,0,0);
  }
}
@keyframes tmpl-anim-fade-stretch-up {
  from,to {
    animation-timing-function: cubic-bezier(.4,0,.2,1);
    transform-origin: center 0;
  }
  from {
    opacity: 0;
    transform: matrix(.9,0,0,1.3,0,25);
  }
  to {
    opacity: 1;
    transform: matrix(1,0,0,1,0,0);
  }
}
@keyframes tmpl-anim-clip-vertical-up {
  from,to {
    animation-timing-function: cubic-bezier(.4,0,.2,1);
  }
  from {
    -webkit-clip-path: polygon(50% 0%,100% 0%,100% 0%,50% 0%,50% 100%,0% 100%,0% 100%,50% 100%,50% 100%,50% 100%);
    clip-path: polygon(50% 0%,100% 0%,100% 0%,50% 0%,50% 100%,0% 100%,0% 100%,50% 100%,50% 100%,50% 100%);
  }
  to {
    -webkit-clip-path: polygon(50% 0%,100% 0%,100% 100%,50% 100%,50% 100%,0% 100%,0% 0%,50% 0%,50% 100%,50% 100%);
    clip-path: polygon(50% 0%,100% 0%,100% 100%,50% 100%,50% 100%,0% 100%,0% 0%,50% 0%,50% 100%,50% 100%);
  }
}
@keyframes tmpl-anim-clip-horizontal-left {
  from,to {
    animation-timing-function: cubic-bezier(.4,0,.2,1);
  }
  from {
    -webkit-clip-path: polygon(0% 50%,0% 100%,0% 100%,0% 50%,100% 50%,100% 0%,100% 0%,100% 50%,100% 50%,100% 50%);
    clip-path: polygon(0% 50%,0% 100%,0% 100%,0% 50%,100% 50%,100% 0%,100% 0%,100% 50%,100% 50%,100% 50%);
  }
  to {
    -webkit-clip-path: polygon(0% 50%,0% 100%,100% 100%,100% 50%,100% 50%,100% 0%,0% 0%,0% 50%,100% 50%,100% 50%);
    clip-path: polygon(0% 50%,0% 100%,100% 100%,100% 50%,100% 50%,100% 0%,0% 0%,0% 50%,100% 50%,100% 50%);
  }
}
.burger {
  position: relative;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
.burger-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.burger-inner {
  width: 100%;
  height: 100%;
}
.burger-inner .top-bun,.burger-inner .patty,.burger-inner .bottom-bun {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 100%;
  transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
  will-change: transform,width;
}
.burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
  transform: translatey(-5.5px);
}
.burger-inner.header-menu-icon-doubleLineHamburger .bottom-bun {
  transform: translatey(5.5px);
}
.burger-inner.header-menu-icon-doubleLineHamburger .patty {
  transform: scale(0);
}
.burger-inner.header-menu-icon-tripleLineHamburger .top-bun {
  transform: translatey(-9.5px);
}
.burger-inner.header-menu-icon-tripleLineHamburger .bottom-bun {
  transform: translatey(9.5px);
}
.burger-inner.header-menu-icon-halfLineHamburger .top-bun {
  transform: translatey(-9.5px);
}
.burger-inner.header-menu-icon-halfLineHamburger .bottom-bun {
  transform: translatey(9.5px);
}
.burger-inner.header-menu-icon-halfLineHamburger.navRight .patty {
  transform: scalex(.5) translatex(17.5px);
}
.burger-inner.header-menu-icon-halfLineHamburger.navLeft .patty {
  transform: scalex(.5) translatex(-17.5px);
}
.burger-inner.header-menu-icon-plus .top-bun {
  transform: translatey(-.5px) translatex(3.5px) rotate(180deg);
  width: 28px;
}
.burger-inner.header-menu-icon-plus .bottom-bun {
  transform: translatex(3.5px) rotate(90deg);
  width: 28px;
}
.burger-inner.header-menu-icon-plus .patty {
  transform: scale(0);
}
.burger--active .burger-inner .top-bun {
  transform: translatex(3.5px) rotate(-135deg);
  width: 28px;
}
.burger--active .burger-inner .bottom-bun {
  transform: translatex(3.5px) rotate(135deg);
  width: 28px;
}
.burger--active .burger-inner.navLeft .patty,.burger--active .burger-inner.navRight .patty,.burger--active .burger-inner .patty {
  transform: scale(0);
}
.icon {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  box-sizing: content-box;
  line-height: 1;
}
.icon--sm {
  width: 20px;
  height: 20px;
}
.icon--lg {
  width: 28px;
  height: 28px;
}
.icon--stroke svg {
  stroke-width: 1px;
  fill: transparent;
}
.icon--fill svg {
  fill: currentColor;
}
.icon svg {
  width: 100%;
  height: 100%;
}
.icon-cart-quantity {
  display: block;
  font-family: inherit;
}
.icon-cart-quantity:not(.legacy-cart) {
  position: relative;
  text-align: center;
}
.icon-cart-quantity.legacy-cart {
  position: absolute;
  top: -1em;
  right: -1em;
  min-width: 1em;
  font-size: 10px;
  padding: .5em;
  text-align: right;
  line-height: 1em;
}
.icon .caret-right-icon--small,.icon .caret-left-icon--small {
  width: 9px;
  height: 16px;
}
.btn {
  position: relative;
  display: inline-block;
  line-height: normal;
}
.primary-button-style-solid .btn:not(.sqs-button-element--secondary):not(.sqs-button-element--tertiary) {
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
}
@media (hover:hover) {
  .primary-button-style-solid .btn:not(.sqs-button-element--secondary):not(.sqs-button-element--tertiary):hover {
    opacity: .8;
  }
}
.primary-button-style-outline .btn:not(.sqs-button-element--secondary):not(.sqs-button-element--tertiary) {
  border-width: 2px;
  border-style: solid;
  transition: .1s background-color linear,.1s color linear;
}
.chevron {
  position: relative;
  display: inline-block;
  width: .4em;
  height: .4em;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  vertical-align: middle;
  margin-top: -.14em;
}
.chevron--up {
  transform: rotate(-45deg);
  margin-bottom: -.25em;
}
.chevron--down {
  transform: rotate(135deg);
}
.chevron--right {
  transform: rotate(45deg);
}
.chevron--left {
  transform: rotate(-135deg);
}
.gallery-caption {
  position: relative;
  width: 100%;
  max-width: 675px;
  transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 600ms cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}
.gallery-caption-reel {
  position: relative;
}
.gallery-caption-slideshow,.gallery-caption-fullscreen-slideshow,.gallery-caption-reel {
  position: absolute;
  height: 100px;
  left: 0;
  right: 0;
  top: 100%;
  margin: 25px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:  767px ) {
  .gallery-caption-slideshow,.gallery-caption-fullscreen-slideshow,.gallery-caption-reel {
    max-width: 325px;
  }
}
.gallery-caption-grid-simple,.gallery-caption-grid-strips,.gallery-caption-grid-masonry {
  padding: 15px 0;
  text-align: left;
  opacity: 1;
  visibility: visible;
  transition-delay: 800ms;
}
.gallery-caption-grid-simple:empty,.gallery-caption-grid-strips:empty,.gallery-caption-grid-masonry:empty {
  display: none;
}
@media screen and (max-width:  767px ) {
  .gallery-caption-grid-simple,.gallery-caption-grid-strips,.gallery-caption-grid-masonry {
    font-size: .85em;
    max-width: 375px;
  }
}
@media screen and (max-width:  575px ) {
  .gallery-caption-grid-simple,.gallery-caption-grid-strips,.gallery-caption-grid-masonry {
    font-size: 1em;
  }
}
.gallery-caption-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery-caption p.gallery-caption-content {
  margin: 0;
}
:root {
  --previous-section-divider-offset: 0px;
}
body {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@supports (--test-custom-property: true) {
  body {
    --sqs-site-gutter: var(--pagePadding);
    --sqs-mobile-site-gutter: 6vw;
    --sqs-site-max-width: var(--maxPageWidth);
    --sqs-focus-outline-width: 2px;
    --sqs-focus-outline-style: solid;
    --sqs-focus-outline-offset-default: 4px;
    --sqs-focus-outline-offset-zero: 0;
    --sqs-focus-outline-offset-flush: -2px;
    --sqs-focus-outline-offset-inset: -4px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
:focus {
  outline-offset: 4px;
}
:focus,a:focus {
  outline-width: 2px;
  outline-style: solid;
}
:focus:not(:focus-visible),a:focus:not(:focus-visible) {
  outline: none;
}
.sqs-block-archive .archive-block-setting-multicolumns .archive-group-name-link:focus,.sqs-block-archive .archive-block-setting-multicolumns .archive-item-link:focus {
  outline-offset: -2px;
}
.sqs-block-gallery .sqs-gallery-design-strip-slide:focus {
  outline-offset: -2px;
}
.sqs-gallery-controls .previous:focus,.sqs-gallery-controls .next:focus {
  outline-width: 2px !important;
  outline-style: solid !important;
}
.sqs-gallery-controls .previous:focus:not(:focus-visible),.sqs-gallery-controls .next:focus:not(:focus-visible) {
  outline-width: 0 !important;
}
.sqs-search-preview-ui .search-result.selected {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: -2px;
}
.sqs-audio-player .controls:focus {
  outline-offset: -2px;
}
.sqs-widgets-audio-player .action:focus,.sqs-widgets-audio-player .track:focus {
  outline-offset: -2px;
}
.sqs-mobile-info-bar-trigger:focus,.sqs-mobile-info-bar-overlay-close:focus {
  outline-offset: -4px;
}
img[data-src]:not([src]):not([srcset]) {
  visibility: hidden;
}
.section-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.background-image-fx {
  visibility: hidden;
}
@media (prefers-reduced-motion:reduce) {
  .background-image-fx {
    visibility: visible;
  }
}
.page-section {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.page-section[data-current-styles="{ }"]>.content-wrapper {
  width: 100%;
  padding: 5vmax;
}
.page-section>.content-wrapper {
  width: 100%;
  box-sizing: content-box;
  position: relative;
}
.page-section.background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  padding-top: var(--pagePadding);
  padding-right: var(--pagePadding);
  padding-bottom: var(--pagePadding);
  padding-left: var(--pagePadding);
}
.page-section .content {
  width: 100%;
}
.page-section>.content-wrapper {
  display: flex;
}
@media screen and (min-width:  768px ) {
  .page-section.content-width--narrow:not(.content-collection) .content {
    width: 50%;
  }
  .page-section.content-width--medium:not(.content-collection) .content {
    width: 75%;
  }
}
@media screen and (max-width:  767px ) {
  .page-section .content {
    width: 100% !important;
  }
}
.page-section.content-width--wide .content,.page-section.content-width--narrow.content-collection .content,.page-section.content-width--medium.content-collection .content {
  width: 100%;
}
.page-section.horizontal-alignment--left>.content-wrapper {
  justify-content: flex-start;
}
.page-section.horizontal-alignment--center>.content-wrapper {
  justify-content: center;
}
.page-section.horizontal-alignment--right>.content-wrapper {
  justify-content: flex-end;
}
.page-section.section-height--small:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  min-height: 33vh;
}
.page-section.section-height--medium:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  min-height: 66vh;
}
.page-section.section-height--large:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  min-height: 100vh;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount) {
  align-items: center;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--small>.content-wrapper {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--medium>.content-wrapper {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--large>.content-wrapper {
  padding-top: 10vmax;
  padding-bottom: 10vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--small.section-match-padding-top>.content-wrapper {
  padding-top: 1.65vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--small.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 1.65vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--medium.section-match-padding-top>.content-wrapper {
  padding-top: 3.3vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--medium.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 3.3vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--large.section-match-padding-top>.content-wrapper {
  padding-top: 5vmax;
}
.page-section.vertical-alignment--middle:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.editmode-changing-rowcount).section-height--large.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 5vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount) {
  align-items: flex-start;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount)>.content-wrapper {
  padding-top: var(--pagePadding);
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--small>.content-wrapper {
  padding-bottom: 6.6vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--medium>.content-wrapper {
  padding-bottom: 13.2vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--large>.content-wrapper {
  padding-bottom: 20vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--small.section-match-padding-top>.content-wrapper {
  padding-top: 1.65vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--small.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 1.65vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--medium.section-match-padding-top>.content-wrapper {
  padding-top: 3.3vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--medium.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 3.3vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--large.section-match-padding-top>.content-wrapper {
  padding-top: 5vmax;
}
.page-section.vertical-alignment--top:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--large.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 5vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount) {
  align-items: flex-end;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount)>.content-wrapper {
  padding-bottom: var(--pagePadding);
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--small>.content-wrapper {
  padding-top: 6.6vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--medium>.content-wrapper {
  padding-top: 13.2vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--large>.content-wrapper {
  padding-top: 20vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--small.section-match-padding-top>.content-wrapper {
  padding-top: 1.65vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--small.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 1.65vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--medium.section-match-padding-top>.content-wrapper {
  padding-top: 3.3vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--medium.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 3.3vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--large.section-match-padding-top>.content-wrapper {
  padding-top: 5vmax;
}
.page-section.vertical-alignment--bottom:not(.content-collection):not(.gallery-section):not(.user-items-list-section):not(.section-height--custom):not(.editmode-changing-rowcount).section-height--large.section-match-padding-bottom>.content-wrapper {
  padding-bottom: 5vmax;
}
.page-section.editmode-changing-rowcount {
  align-items: flex-start;
}
.page-section[data-animation="fade-up"] {
  transition: opacity 800ms cubic-bezier(.4,0,.2,1),transform 800ms cubic-bezier(.4,0,.2,1);
  will-change: opacity,transform;
  opacity: 0;
  transform: matrix(1,0,0,1,0,35);
}
.page-section[data-animation="fade-up"][data-active] {
  opacity: 1;
  transform: matrix(1,0,0,1,0,0);
}
.page-section[data-animation="fade-left"] {
  transition: opacity 800ms cubic-bezier(.4,0,.2,1),transform 800ms cubic-bezier(.4,0,.2,1);
  will-change: opacity,transform;
  opacity: 0;
  transform: matrix(1,0,0,1,-35,0);
}
.page-section[data-animation="fade-left"][data-active] {
  opacity: 1;
  transform: matrix(1,0,0,1,0,0);
}
.page-section[data-animation="fade-right"] {
  transition: opacity 800ms cubic-bezier(.4,0,.2,1),transform 800ms cubic-bezier(.4,0,.2,1);
  will-change: opacity,transform;
  opacity: 0;
  transform: matrix(1,0,0,1,35,0);
}
.page-section[data-animation="fade-right"][data-active] {
  opacity: 1;
  transform: matrix(1,0,0,1,0,0);
}
.page-section[data-animation="scale-up"] {
  transition: opacity 800ms cubic-bezier(.4,0,.2,1),transform 800ms cubic-bezier(.4,0,.2,1);
  will-change: opacity,transform;
  opacity: 0;
  transform: matrix(.92,0,0,.92,0,0);
}
.page-section[data-animation="scale-up"][data-active] {
  opacity: 1;
  transform: matrix(1,0,0,1,0,0);
}
.page-section[data-animation="clip-up"] {
  transition: -webkit-clip-path 800ms cubic-bezier(.4,0,.2,1),clip-path 800ms cubic-bezier(.4,0,.2,1);
  will-change: -webkit-clip-path,clip-path;
  -webkit-clip-path: polygon(0% 100%,100% 100%,100% 100%,0% 100%);
  clip-path: polygon(0% 100%,100% 100%,100% 100%,0% 100%);
}
.page-section[data-animation="clip-up"][data-active] {
  -webkit-clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.page-section[data-animation="clip-left"] {
  transition: -webkit-clip-path 800ms cubic-bezier(.4,0,.2,1),clip-path 800ms cubic-bezier(.4,0,.2,1);
  will-change: -webkit-clip-path,clip-path;
  -webkit-clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
  clip-path: polygon(0% 0%,0% 0%,0% 100%,0% 100%);
}
.page-section[data-animation="clip-left"][data-active] {
  -webkit-clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.page-section[data-animation="clip-right"] {
  transition: -webkit-clip-path 800ms cubic-bezier(.4,0,.2,1),clip-path 800ms cubic-bezier(.4,0,.2,1);
  will-change: -webkit-clip-path,clip-path;
  -webkit-clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
  clip-path: polygon(100% 0%,100% 0%,100% 100%,100% 100%);
}
.page-section[data-animation="clip-right"][data-active] {
  -webkit-clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
  clip-path: polygon(0% 0%,100% 0%,100% 100%,0% 100%);
}
.section-border {
  position: absolute;
  top: calc(-1 * var(--previous-section-divider-offset, 0px));
  right: 0;
  bottom: 0;
  left: 0;
}
.page-section.background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) .section-background {
  top: calc(var(--sqs-site-gutter) + var(--previous-section-divider-offset, 0px));
}
.section-background {
  overflow: hidden;
  pointer-events: none;
}
.section-background,.section-background .section-background-content,.section-background .section-background-canvas,.section-background .section-background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.background-width--inset:not(.content-collection):not(.gallery-section):not(.user-items-list-section) .section-background {
  top: var(--pagePadding);
  right: var(--pagePadding);
  bottom: var(--pagePadding);
  left: var(--pagePadding);
}
.section-background img {
  position: relative;
}
.background-pause-button {
  display: none;
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 999;
  border: 0;
  padding: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
  backdrop-filter: blur(15px);
  outline: none;
}
.background-pause-button.visible {
  display: block;
}
.background-pause-button:focus {
  background-color: rgba(0,0,0,.7);
}
.background-pause-button::before {
  content: " ";
  position: absolute;
  width: 42px;
  height: 42px;
  left: -7px;
  top: -7px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid transparent;
}
.background-pause-button:focus::before {
  border-color: rgba(0,0,0,.7);
}
.background-pause-button::after {
  content: " ";
  box-sizing: border-box;
  position: absolute;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 12px;
  left: 11px;
  top: 10px;
  border-style: double;
  border-width: 0 0 0 10px;
}
.background-pause-button.paused::after {
  height: 0;
  left: 12px;
  top: 8px;
  border-style: solid;
  border-width: 8px 0 8px 12px;
}
.background-pause-button:hover::after {
  border-color: transparent transparent transparent #fff;
}
.image-block-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page {
  z-index: 9;
}
#siteWrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#footer-sections {
  margin-top: auto;
  position: relative;
  z-index: 0;
}
#footer-sections .sqs-block-html a {
  display: inline-block;
}
.floating-cart {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  padding: 17px 17px 13px 13px;
  display: flex;
  justify-content: center;
  align-content: center;
}
.floating-cart.hidden {
  display: none;
}
.system-page {
  max-width: var(--maxPageWidth);
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
.system-page>*:first-child {
  padding-top: var(--pagePadding);
}
.user-accounts-link .user-accounts-text-link {
  opacity: 0;
  pointer-events: none;
  transition: opacity 100ms ease-in-out;
}
.user-accounts-link.loaded .user-accounts-text-link {
  opacity: 1;
  pointer-events: auto;
}
.sqs-edit-mode .sqs-signup-pill {
  display: none;
}
.lesson-item-pagination--prev-next {
  display: flex;
  flex-direction: row;
  padding: 3vw var(--pagePadding) 3vw;
}
@media screen and (max-width:  767px ) {
  .lesson-item-pagination--prev-next {
    padding: 3vw 6vw 3vw;
  }
}
.lesson-item-pagination-link {
  text-align: left;
  display: flex;
  align-items: center;
  max-width: 50%;
  width: auto;
}
.lesson-item-pagination-link .lesson-item-pagination-prev-next {
  display: none;
}
.lesson-item-pagination-link .lesson-item-pagination-title {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width:  767px ) {
  .lesson-item-pagination-link .lesson-item-pagination-title {
    display: flex;
    flex-direction: column;
  }
}
.lesson-item-pagination-link .pagination-lock-icon {
  width: 36px;
  height: 36px;
  margin-right: 2px;
}
.lesson-item-pagination-link .pagination-preview-chip {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 14px;
  background: var(--video-preview-badge-background-color);
  margin: 11px 11px 0 0;
  padding: 6px 11px;
  color: var(--video-preview-badge-font-color);
  font-family: var(--video-preview-badge-font-font-family);
  font-size: var(--video-preview-badge-font-font-size);
  font-style: var(--video-preview-badge-font-font-style);
  font-weight: var(--video-preview-badge-font-font-weight);
  line-height: var(--video-preview-badge-font-line-height);
  text-transform: var(--video-preview-badge-font-text-transform);
  letter-spacing: var(--video-preview-badge-font-letter-spacing);
  position: unset;
  right: unset;
  margin: 0 11px 0 0;
}
.lesson-item-pagination-link .pagination-preview-chip.site-editor-hidden {
  display: none;
}
.lesson-item-pagination-link .lesson-item-pagination-icon {
  width: 18px;
  height: 32px;
  padding-right: 25px;
}
.lesson-item-pagination-link .lesson-item-pagination-icon svg {
  width: 18px;
  height: 32px;
}
.lesson-item-pagination-link--prev {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width:  767px ) {
  .lesson-item-pagination-link--prev .pagination-preview-chip,.lesson-item-pagination-link--prev .pagination-lock-icon {
    margin-right: auto;
  }
}
.lesson-item-pagination-link--next {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.lesson-item-pagination-link--next .lesson-item-pagination-icon {
  padding-right: 0;
  padding-left: 25px;
}
@media screen and (max-width:  767px ) {
  .lesson-item-pagination-link--next .pagination-preview-chip,.lesson-item-pagination-link--next .pagination-lock-icon {
    margin-left: auto;
  }
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link--next .lesson-item-pagination-title {
  position: relative;
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link--next .lesson-item-pagination-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -.1em;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link--next .lesson-item-pagination-title::after {
  transform-origin: left;
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link--prev .lesson-item-pagination-title {
  position: relative;
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link--prev .lesson-item-pagination-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -.1em;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link--prev .lesson-item-pagination-title::after {
  transform-origin: right;
}
.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link .caret-left-icon--small,.lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link .lesson-caret-right-icon--small {
  transform: translatex(0) scaley(1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
@media (hover:hover) {
  .lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link:hover .caret-left-icon--small {
    transform: translatex(-30%) scaley(.8);
  }
}
@media (hover:hover) {
  .lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link:hover .lesson-caret-right-icon--small {
    transform: translatex(30%) scaley(.8);
  }
}
@media (hover:hover) {
  .lesson-tweak-global-animations-animation-type-flex .lesson-item-pagination-link:hover .lesson-item-pagination-title::after {
    transform: scalex(1);
  }
}
.lessons-item-related-wrapper {
  padding: var(--pagePadding);
}
.lessons-item-related-wrapper .lessons-item-related-item-list {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
}
@media screen and (max-width:  767px ) {
  .lessons-item-related-wrapper .lessons-item-related-item-list {
    display: block;
  }
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item {
  padding: 1vw;
}
@media screen and (max-width:  767px ) {
  .lessons-item-related-wrapper .lessons-item-related-item-list .related-item {
    width: 100%;
    padding: 0;
  }
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item .related-item-link-thumbnail {
  position: relative;
  display: flex;
  height: 20vh;
  flex-direction: column;
}
@media screen and (max-width:  767px ) {
  .lessons-item-related-wrapper .lessons-item-related-item-list .related-item .related-item-link-thumbnail {
    height: unset;
  }
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item .related-item-link-thumbnail .lesson-item-video-thumbnail-placeholder {
  height: inherit;
}
@media screen and (max-width:  767px ) {
  .lessons-item-related-wrapper .lessons-item-related-item-list .related-item .related-item-link-thumbnail .lesson-item-video-thumbnail-placeholder {
    margin: 0;
  }
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item .related-item-link-text {
  font-size: 1.5rem;
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item img.related-item-thumbnail {
  width: 100%;
  height: inherit;
  object-fit: cover;
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item .lessons-image_preview-chip-container {
  background: linear-gradient(180deg,rgba(0,0,0,.15) 0%,rgba(0,0,0,0) 100%);
  position: absolute;
  z-index: 1;
  height: 20%;
  width: 100%;
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item .lessons-image_preview-chip-container.site-editor-hidden {
  opacity: 0;
}
.lessons-item-related-wrapper .lessons-item-related-item-list .related-item .lessons-image_preview-chip {
  position: absolute;
  z-index: 1;
  right: 0;
  border-radius: 14px;
  background: var(--video-preview-badge-background-color);
  margin: 11px 11px 0 0;
  padding: 6px 11px;
  color: var(--video-preview-badge-font-color);
  font-family: var(--video-preview-badge-font-font-family);
  font-size: var(--video-preview-badge-font-font-size);
  font-style: var(--video-preview-badge-font-font-style);
  font-weight: var(--video-preview-badge-font-font-weight);
  line-height: var(--video-preview-badge-font-line-height);
  text-transform: var(--video-preview-badge-font-text-transform);
  letter-spacing: var(--video-preview-badge-font-letter-spacing);
}
.lessons-item-related-wrapper .lessons-image__lock-icon-container {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px) brightness(.3);
  -webkit-backdrop-filter: blur(4px) brightness(.3);
}
.lessons-item-related-wrapper .lessons-image__lock-icon {
  width: 34px;
  height: 34px;
  color: #fff;
}
.lesson-video-player-native {
  background-color: #000;
}
.course-list__list {
  --thumbnail-max-width: 60px;
  --thumbnail-max-height: 100px;
  --lesson-column-gap: 22px;
  --course-list-item-padding-vertical: 21px;
}
.course-list__list,.course-list__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.course-list__list>.course-list__list-item {
  overflow: hidden;
  border-top-left-radius: var(--list-item-border-radius-top-left);
  border-top-right-radius: var(--list-item-border-radius-top-right);
  border-bottom-right-radius: var(--list-item-border-radius-bottom-right);
  border-bottom-left-radius: var(--list-item-border-radius-bottom-left);
  border-width: var(--list-item-border-width);
  border-style: var(--list-item-border-type);
  border-color: var(--course-list-course-chapter-divider-color);
}
.course-list__list>.course-list__list-item:not(:last-child) {
  margin-bottom: var(--list-item-gap);
}
.course-list__list[data-show-background="false"] .course-list__list-course-item:not(:hover),.course-list__list[data-show-background="false"] .course-list__list-chapter-item-accordion-trigger:not(:hover),.course-list__list[data-show-background="false"] .course-list__list-chapter-item-accordion-trigger[disabled] {
  background: none !important;
}
.course-list__list .course-list__list-course-item {
  color: var(--course-list-course-item-text-color);
  background: var(--course-list-course-item-background);
}
.course-list__list .course-list__list-course-item:hover {
  background: var(--course-list-course-item-hover-background);
}
.course-list__list .course-list__list-course-item-inner-wrapper {
  display: flex;
  align-items: stretch;
}
.course-list__list .course-list__list-course-item-info-container {
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: var(--course-list-item-padding-vertical) var(--lesson-column-gap);
}
.course-list__list .course-list__list-course-item-thumbnail-container {
  position: relative;
  display: flex;
  flex: initial;
  align-items: center;
  justify-content: center;
  width: var(--thumbnail-max-width);
  padding-left: 22px;
  padding-top: var(--course-list-item-padding-vertical);
  padding-bottom: var(--course-list-item-padding-vertical);
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail {
  max-width: 100%;
  aspect-ratio: var(--list-item-thumbnail-aspect-ratio-width) / var(--list-item-thumbnail-aspect-ratio-height);
  border-top-left-radius: var(--list-item-thumbnail-border-radius-top-left);
  border-top-right-radius: var(--list-item-thumbnail-border-radius-top-right);
  border-bottom-right-radius: var(--list-item-thumbnail-border-radius-bottom-right);
  border-bottom-left-radius: var(--list-item-thumbnail-border-radius-bottom-left);
  background-size: cover;
  background-position: 50% 50%;
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail[data-private-mode="true"] {
  position: relative;
  overflow: hidden;
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail[data-private-mode="true"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: inherit;
  background-image: inherit;
  background-size: inherit;
  filter: blur(1px) brightness(.3);
  transform: scale(1.03);
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail[data-private-mode="true"] .course-list__list-course-item-lock-icon-overlay {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.5);
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail.course-list__list-course-item-thumbnail-fixed-width {
  width: var(--thumbnail-max-width);
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail.course-list__list-course-item-thumbnail-fixed-height {
  height: var(--thumbnail-max-height);
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail.course-list__list-course-item-thumbnail-placeholder {
  display: flex;
  background-color: #e9e9e9;
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail.course-list__list-course-item-thumbnail-placeholder .course-list__list-course-item-no-image-icon {
  transform: scale(.6);
  fill: #c4c4c4;
}
.course-list__list .course-list__list-course-item-thumbnail-container .course-list__list-course-item-thumbnail.course-list__list-course-item-thumbnail-placeholder[data-private-mode="true"] .course-list__list-course-item-no-image-icon {
  display: none;
}
.course-list__list .course-list__list-course-item-lesson-name,.course-list__list .course-list__list-course-item-lesson-excerpt,.course-list__list .course-list__list-course-item-lesson-meta {
  color: inherit;
  margin: 0;
}
.course-list__list .course-list__list-course-item-lesson-name {
  grid-area: title;
}
.course-list__list .course-list__list-course-item-lesson-detail {
  display: flex;
  flex-direction: column;
  gap: inherit;
  grid-area: detail;
}
.course-list__list .course-list__list-course-item-lesson-excerpt {
  max-width: 540px;
  padding-top: 6px;
}
.course-list__list .course-list__list-course-item-lesson-excerpt :first-child {
  margin-top: 0;
}
.course-list__list .course-list__list-course-item-lesson-excerpt :last-child {
  margin-bottom: 0;
}
.course-list__list .course-list__list-course-item-lesson-meta {
  display: flex;
  padding-top: 6px;
}
.course-list__list .course-list__list-course-item-status {
  flex: initial;
  padding-right: 22px;
  display: flex;
  align-items: center;
}
.course-list__list .course-item-description-mobile {
  display: none;
}
.course-list__list .course-list__list-chapter-item-accordion-trigger {
  display: grid;
  width: 100%;
  text-align: left;
  padding: 20px;
  grid-template-columns: auto min-content;
  row-gap: 4px;
  grid-template-areas: 'name accordion-icon' 'meta accordion-icon';
  align-items: center;
  border: none;
  color: var(--course-list-course-item-text-color);
  background: var(--course-list-course-item-background);
}
.course-list__list .course-list__list-chapter-item-accordion-trigger:hover {
  background: var(--course-list-course-item-hover-background);
}
.course-list__list .course-list__list-chapter-item-accordion-trigger[disabled] {
  grid-template-areas: 'name' 'meta';
}
.course-list__list .course-list__list-chapter-item-accordion-trigger[disabled]:hover {
  background: var(--course-list-course-item-background);
}
.course-list__list .course-list__list-chapter-item-accordion-trigger[disabled] .course-list__list-chapter-item-accordion-icon-container {
  display: none;
}
.course-list__list .course-list__list-chapter-item-accordion-icon-container {
  grid-area: accordion-icon;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.course-list__list .course-list__list-chapter-item-chapter-name {
  grid-area: name;
  color: inherit;
  margin: 0;
}
.course-list__list .course-list__list-chapter-item-chapter-meta {
  grid-area: meta;
}
.course-list__list .course-list__sublist {
  border-top-width: var(--list-item-border-width);
  border-top-style: var(--list-item-border-type);
  border-top-color: var(--course-list-course-chapter-divider-color);
}
.course-list__list-chapter-item-accordion-icon {
  transition: transform .3s ease-in-out;
}
[aria-expanded='false'] .course-list__list-chapter-item-accordion-icon {
  transform: rotate(90deg);
}
.course-list__list-chapter-item-accordion-content {
  transition: height .3s ease-in-out;
  height: var(--content-scroll-height,auto);
}
.course-list__list-chapter-item-accordion-content[aria-hidden='true'] {
  height: 0;
  overflow: hidden;
}
@media screen and (max-width:  575px ) {
  .course-list__list {
    --thumbnail-size: 36px;
    --lesson-column-gap: 11px;
    --course-list-item-padding-vertical: 25px;
  }
  .course-list__list .course-list__progress {
    font-size: .875rem;
  }
  .course-list__list .course-list__list-course-item-thumbnail-container {
    padding-left: 33px;
  }
  .course-list__list .course-list__list-course-item-link[data-hidden-thumbnails="true"] {
    padding-left: 21px;
  }
  .course-list__list .course-list__list-course-item-status {
    padding-right: 33px;
    padding-top: var(--course-list-item-padding-vertical);
    padding-bottom: var(--course-list-item-padding-vertical);
  }
  .course-list__list .course-item-description-desktop {
    display: none;
  }
  .course-list__list .course-item-description-mobile {
    display: block;
    padding: 6px 33px var(--course-list-item-padding-vertical);
  }
  .course-list__list [data-has-excerpt-or-meta="true"] .course-list__list-course-item-thumbnail-container,.course-list__list [data-has-excerpt-or-meta="true"] .course-list__list-course-item-info-container,.course-list__list [data-has-excerpt-or-meta="true"] .course-list__list-course-item-status {
    padding-bottom: 0;
  }
}
.course-list__grid {
  --num-columns: 3;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--num-columns),minmax(0,1fr));
  grid-auto-rows: auto;
  gap: 20px;
}
@media screen and (max-width:  767px ) {
  .course-list__grid {
    --num-columns: 2;
  }
}
@media screen and (max-width:  575px ) {
  .course-list__grid {
    --num-columns: 1;
  }
}
.course-list__grid[data-show-background="false"] .course-list__grid-course-item:not(:hover) {
  background: none !important;
}
.course-list__grid .course-list__grid-chapter-item {
  grid-column: 1 / -1;
  margin-bottom: var(--space-between-chapters);
}
.course-list__grid .course-list__grid-chapter-item:last-child {
  margin-bottom: 0px;
}
.course-list__grid .course-list__grid-course-item+.course-list__grid-chapter-item {
  margin-top: var(--space-between-chapters);
}
.course-list__grid .course-list__grid-chapter-item-header {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--course-list-grid-layout-chapter-divider-color);
}
.course-list__grid .course-list__grid-chapter-item-header .course-list__grid-chapter-item-chapter-name {
  margin: 0px;
}
.course-list__grid .course-list__grid-chapter-item-header .course-list__grid-chapter-item-chapter-meta {
  color: var(--headingMediumColor);
}
.course-list__grid .course-list__grid-chapter-course-items {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(var(--num-columns),minmax(0,1fr));
  grid-auto-rows: auto;
  gap: 20px;
}
@media screen and (max-width:  767px ) {
  .course-list__grid .course-list__grid-chapter-course-items {
    --num-columns: 2;
  }
}
@media screen and (max-width:  575px ) {
  .course-list__grid .course-list__grid-chapter-course-items {
    --num-columns: 1;
  }
}
.course-list__grid .course-list__grid-course-item {
  border-style: var(--course-item-border-type);
  border-width: var(--course-item-border-width);
  border-color: var(--course-list-grid-layout-course-item-border-color);
  border-top-left-radius: var(--course-item-border-radius-top-left);
  border-top-right-radius: var(--course-item-border-radius-top-right);
  border-bottom-right-radius: var(--course-item-border-radius-bottom-right);
  border-bottom-left-radius: var(--course-item-border-radius-bottom-left);
  color: var(--course-list-grid-layout-course-item-text-color);
  background: var(--course-list-grid-layout-course-item-background-color);
  overflow: hidden;
}
.course-list__grid .course-list__grid-course-item:hover {
  background: var(--course-list-grid-layout-course-item-hover-background-color);
}
.course-list__grid .course-list__grid-course-item-link {
  display: block;
  box-sizing: border-box;
  padding: 20px;
  height: 100%;
}
.course-list__grid .course-list__grid-course-item-thumbnail-container {
  display: block;
  height: 130px;
  margin-bottom: 15px;
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  border-top-left-radius: var(--course-item-thumbnail-border-radius-top-left);
  border-top-right-radius: var(--course-item-thumbnail-border-radius-top-right);
  border-bottom-right-radius: var(--course-item-thumbnail-border-radius-bottom-right);
  border-bottom-left-radius: var(--course-item-thumbnail-border-radius-bottom-left);
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail[data-private-mode="true"] {
  position: relative;
  overflow: hidden;
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail[data-private-mode="true"]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: inherit;
  background-image: inherit;
  background-size: inherit;
  filter: blur(2px) brightness(.3);
  transform: scale(1.03);
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail[data-private-mode="true"] .course-list__grid-course-item-lock-icon-overlay {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(.2);
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail.course-list__grid-course-item-thumbnail-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail.course-list__grid-course-item-thumbnail-placeholder .course-list__grid-course-item-no-image-icon {
  max-width: 120px;
}
.course-list__grid .course-list__grid-course-item-thumbnail-container .course-list__grid-course-item-thumbnail.course-list__grid-course-item-thumbnail-placeholder[data-private-mode="true"] .course-list__grid-course-item-no-image-icon {
  display: none;
}
.course-list__grid .course-list__grid-course-item-lesson-name-container {
  display: grid;
  grid-template-columns: 1fr max-content;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  margin-bottom: 10px;
}
.course-list__grid .course-list__grid-course-item-lesson-name-container .course-list__grid-course-item-lesson-name {
  margin: 0px;
  color: inherit;
}
.course-list__grid .course-list__grid-course-item-lesson-name-container .course-list__grid-course-item-status>label {
  cursor: pointer;
  display: block;
  padding: 10px;
  margin: -10px;
}
.course-list__grid .course-list__grid-course-item-lesson-excerpt {
  margin-bottom: 10px;
}
.course-list__grid .course-list__grid-course-item-lesson-excerpt>:first-child {
  margin-top: 0px;
}
.course-list__grid .course-list__grid-course-item-lesson-excerpt>:last-child {
  margin-bottom: 0px;
}
.course-list__grid .course-list__grid-course-item-lesson-meta {
  line-height: 1;
}
.course-item__lesson-content .course-item__video-container {
  position: relative;
  width: 100%;
  height: calc((9 / 16) * 100vw);
  max-height: calc(100vh - 169px);
  min-height: 480px;
  background: #000;
}
.course-item__lesson-content .course-item__video-container.block-clicks::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.course-item__lesson-content .course-item__video-container .course-item-video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.course-item__lesson-content .course-item__video-container .course-item-video-wrapper [data-controller="CourseItemVideoNative"],.course-item__lesson-content .course-item__video-container .course-item-video-wrapper .course-item-video-inner-wrapper {
  height: 100%;
}
.course-item__lesson-content .course-item__video-container .course-item-video-wrapper [data-controller="CourseItemVideoNative"] iframe,.course-item__lesson-content .course-item__video-container .course-item-video-wrapper .course-item-video-inner-wrapper iframe {
  width: 100%;
  height: 100%;
}
.course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #313131;
  overflow: hidden;
}
.course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -100px;
  width: 150%;
  height: 100px;
  box-shadow: 0px -20px 110px #000;
}
.course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder .course-item-video-thumbnail-placeholder-content {
  display: none;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.sqs-edit-mode-active .course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder .course-item-video-thumbnail-placeholder-content {
  display: block;
}
.course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder .course-item-video-thumbnail-placeholder-content .course-item-add-video-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: default;
  line-height: 1;
  outline-color: #fff;
}
.course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder .course-item-video-thumbnail-placeholder-content .course-item-add-video-button svg {
  background: rgba(0,0,0,.5);
  stroke: #fff;
  stroke-width: 2px;
  width: 20px;
  height: 20px;
  padding: 17px;
  border-radius: 100%;
}
.sqs-edit-mode.sqs-edit-mode-active:not(.sqs-site-styles-active) .course-item__lesson-content .course-item__video-container .course-item-video-thumbnail-placeholder .course-item-video-thumbnail-placeholder-content .course-item-add-video-button svg:hover {
  cursor: pointer;
  background: rgba(255,255,255,.5);
  stroke: #000;
}
.course-item__lesson-content .course-item__intro {
  padding: 0px var(--pagePadding);
  max-width: var(--maxPageWidth);
  margin: 0px auto;
  position: relative;
  z-index: 0;
}
.course-item__lesson-content .course-item__intro .course-item__chapter-title {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.course-item__lesson-content .course-item__intro .course-item__lesson-title {
  margin-top: 0px;
  line-height: 1;
}
.deposits-and-installments-modal__overlay {
  font-family: var(--body-font-font-family);
  font-style: var(--body-font-font-style);
  font-weight: var(--body-font-font-weight);
  line-height: var(--body-font-line-height);
  letter-spacing: var(--body-font-letter-spacing);
  text-transform: var(--body-font-text-transform);
}
.deposits-and-installments-modal__title,.deposits-and-installments-modal__disclaimer {
  font-family: var(--meta-font-font-family);
  font-style: var(--meta-font-font-style);
  font-weight: var(--meta-font-font-weight);
  line-height: var(--meta-font-line-height);
  letter-spacing: var(--meta-font-letter-spacing);
  text-transform: var(--meta-font-text-transform);
}
.collection-type-products .pdp-layout .pdp-details .subs-and-otp-option,.product-detail-section .pdp-layout .pdp-details .subs-and-otp-option,.collection-type-products .pdp-layout .pdp-details .subs-and-otp-option .product-price,.product-detail-section .pdp-layout .pdp-details .subs-and-otp-option .product-price,.collection-type-products .pdp-layout .pdp-details .subs-and-otp-option select,.product-detail-section .pdp-layout .pdp-details .subs-and-otp-option select {
  line-height: min(var(--product-basic-item-variant-fields-font-line-height), 1.4em);
}
.collection-type-products [data-product-detail-layout="simple"] .product-description,.product-detail-section [data-product-detail-layout="simple"] .product-description,.collection-type-products [data-product-detail-layout="simple"] .product-description p,.product-detail-section [data-product-detail-layout="simple"] .product-description p {
  font-family: var(--product-basic-item-description-font-font-family);
  font-style: var(--product-basic-item-description-font-font-style);
  font-weight: var(--product-basic-item-description-font-font-weight);
  line-height: var(--product-basic-item-description-font-line-height);
  letter-spacing: var(--product-basic-item-description-font-letter-spacing);
  text-transform: var(--product-basic-item-description-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .product-description,.product-detail-section [data-product-detail-layout="simple"] .product-description,.collection-type-products [data-product-detail-layout="simple"] .product-description p,.product-detail-section [data-product-detail-layout="simple"] .product-description p {
    font-size: calc((var(--product-basic-item-description-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .product-description,.product-detail-section [data-product-detail-layout="simple"] .product-description,.collection-type-products [data-product-detail-layout="simple"] .product-description p,.product-detail-section [data-product-detail-layout="simple"] .product-description p {
    font-size: min(calc((var(--product-basic-item-description-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-description-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-description-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] h1.product-title,.product-detail-section [data-product-detail-layout="simple"] h1.product-title {
  font-family: var(--product-basic-item-title-font-font-family);
  font-style: var(--product-basic-item-title-font-font-style);
  font-weight: var(--product-basic-item-title-font-font-weight);
  line-height: var(--product-basic-item-title-font-line-height);
  letter-spacing: var(--product-basic-item-title-font-letter-spacing);
  text-transform: var(--product-basic-item-title-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] h1.product-title,.product-detail-section [data-product-detail-layout="simple"] h1.product-title {
    font-size: calc((var(--product-basic-item-title-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] h1.product-title,.product-detail-section [data-product-detail-layout="simple"] h1.product-title {
    font-size: min(calc((var(--product-basic-item-title-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-title-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-title-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] .product-price,.product-detail-section [data-product-detail-layout="simple"] .product-price {
  font-family: var(--product-basic-item-price-font-font-family);
  font-style: var(--product-basic-item-price-font-font-style);
  font-weight: var(--product-basic-item-price-font-font-weight);
  line-height: var(--product-basic-item-price-font-line-height);
  letter-spacing: var(--product-basic-item-price-font-letter-spacing);
  text-transform: var(--product-basic-item-price-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .product-price,.product-detail-section [data-product-detail-layout="simple"] .product-price {
    font-size: calc((var(--product-basic-item-price-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .product-price,.product-detail-section [data-product-detail-layout="simple"] .product-price {
    font-size: min(calc((var(--product-basic-item-price-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-price-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-price-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] .variant-option,.product-detail-section [data-product-detail-layout="simple"] .variant-option,.collection-type-products [data-product-detail-layout="simple"] .product-quantity-input,.product-detail-section [data-product-detail-layout="simple"] .product-quantity-input,.collection-type-products [data-product-detail-layout="simple"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="simple"] .pdp-subscriptions-and-otp .frequency-label {
  font-family: var(--product-basic-item-variant-fields-font-font-family);
  font-style: var(--product-basic-item-variant-fields-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .variant-option,.product-detail-section [data-product-detail-layout="simple"] .variant-option,.collection-type-products [data-product-detail-layout="simple"] .product-quantity-input,.product-detail-section [data-product-detail-layout="simple"] .product-quantity-input,.collection-type-products [data-product-detail-layout="simple"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="simple"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: calc((var(--product-basic-item-variant-fields-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .variant-option,.product-detail-section [data-product-detail-layout="simple"] .variant-option,.collection-type-products [data-product-detail-layout="simple"] .product-quantity-input,.product-detail-section [data-product-detail-layout="simple"] .product-quantity-input,.collection-type-products [data-product-detail-layout="simple"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="simple"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: min(calc((var(--product-basic-item-variant-fields-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option select {
  font-family: var(--product-basic-item-variant-fields-font-font-family);
  font-style: var(--product-basic-item-variant-fields-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-font-text-transform);
  line-height: min(var(--product-basic-item-variant-fields-font-line-height), 1.4em);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option select {
    font-size: calc((var(--product-basic-item-variant-fields-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="simple"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="simple"] .subs-and-otp-option select {
    font-size: min(calc((var(--product-basic-item-variant-fields-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] .product-scarcity,.product-detail-section [data-product-detail-layout="simple"] .product-scarcity {
  font-family: var(--product-basic-item-scarcity-font-font-family);
  font-style: var(--product-basic-item-scarcity-font-font-style);
  font-weight: var(--product-basic-item-scarcity-font-font-weight);
  line-height: var(--product-basic-item-scarcity-font-line-height);
  letter-spacing: var(--product-basic-item-scarcity-font-letter-spacing);
  text-transform: var(--product-basic-item-scarcity-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .product-scarcity,.product-detail-section [data-product-detail-layout="simple"] .product-scarcity {
    font-size: calc((var(--product-basic-item-scarcity-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .product-scarcity,.product-detail-section [data-product-detail-layout="simple"] .product-scarcity {
    font-size: min(calc((var(--product-basic-item-scarcity-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-scarcity-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-scarcity-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] .product-add-ons,.product-detail-section [data-product-detail-layout="simple"] .product-add-ons,.collection-type-products [data-product-detail-layout="simple"] .product-add-ons .product-price,.product-detail-section [data-product-detail-layout="simple"] .product-add-ons .product-price,.collection-type-products [data-product-detail-layout="simple"] .product-add-ons .variant-option select,.product-detail-section [data-product-detail-layout="simple"] .product-add-ons .variant-option select {
  font-family: var(--product-basic-item-description-font-font-family);
  font-style: var(--product-basic-item-description-font-font-style);
  font-weight: var(--product-basic-item-description-font-font-weight);
  line-height: var(--product-basic-item-description-font-line-height);
  letter-spacing: var(--product-basic-item-description-font-letter-spacing);
  text-transform: var(--product-basic-item-description-font-text-transform);
  line-height: max(var(--product-basic-item-description-font-line-height), 0.75em);
}
.collection-type-products [data-product-detail-layout="simple"] .add-ons-label,.product-detail-section [data-product-detail-layout="simple"] .add-ons-label {
  font-family: var(--product-basic-item-add-ons-title-font-font-family);
  font-style: var(--product-basic-item-add-ons-title-font-font-style);
  font-weight: var(--product-basic-item-add-ons-title-font-font-weight);
  line-height: var(--product-basic-item-add-ons-title-font-line-height);
  letter-spacing: var(--product-basic-item-add-ons-title-font-letter-spacing);
  text-transform: var(--product-basic-item-add-ons-title-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .add-ons-label,.product-detail-section [data-product-detail-layout="simple"] .add-ons-label {
    font-size: calc((var(--product-basic-item-add-ons-title-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .add-ons-label,.product-detail-section [data-product-detail-layout="simple"] .add-ons-label {
    font-size: min(calc((var(--product-basic-item-add-ons-title-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-add-ons-title-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-add-ons-title-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="simple"] .product-restock-cta,.product-detail-section [data-product-detail-layout="simple"] .product-restock-cta,.collection-type-products [data-product-detail-layout="simple"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="simple"] .product-restock-success-message {
  font-family: var(--product-basic-item-restock-notification-font-font-family);
  font-style: var(--product-basic-item-restock-notification-font-font-style);
  font-weight: var(--product-basic-item-restock-notification-font-font-weight);
  line-height: var(--product-basic-item-restock-notification-font-line-height);
  letter-spacing: var(--product-basic-item-restock-notification-font-letter-spacing);
  text-transform: var(--product-basic-item-restock-notification-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="simple"] .product-restock-cta,.product-detail-section [data-product-detail-layout="simple"] .product-restock-cta,.collection-type-products [data-product-detail-layout="simple"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="simple"] .product-restock-success-message {
    font-size: calc((var(--product-basic-item-restock-notification-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="simple"] .product-restock-cta,.product-detail-section [data-product-detail-layout="simple"] .product-restock-cta,.collection-type-products [data-product-detail-layout="simple"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="simple"] .product-restock-success-message {
    font-size: min(calc((var(--product-basic-item-restock-notification-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-restock-notification-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-restock-notification-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .product-description,.product-detail-section [data-product-detail-layout="half"] .product-description,.collection-type-products [data-product-detail-layout="half"] .product-description p,.product-detail-section [data-product-detail-layout="half"] .product-description p {
  font-family: var(--product-basic-item-description-half-layout-font-font-family);
  font-style: var(--product-basic-item-description-half-layout-font-font-style);
  font-weight: var(--product-basic-item-description-half-layout-font-font-weight);
  line-height: var(--product-basic-item-description-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-description-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-description-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .product-description,.product-detail-section [data-product-detail-layout="half"] .product-description,.collection-type-products [data-product-detail-layout="half"] .product-description p,.product-detail-section [data-product-detail-layout="half"] .product-description p {
    font-size: calc((var(--product-basic-item-description-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .product-description,.product-detail-section [data-product-detail-layout="half"] .product-description,.collection-type-products [data-product-detail-layout="half"] .product-description p,.product-detail-section [data-product-detail-layout="half"] .product-description p {
    font-size: min(calc((var(--product-basic-item-description-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-description-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-description-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] h1.product-title,.product-detail-section [data-product-detail-layout="half"] h1.product-title {
  font-family: var(--product-basic-item-title-half-layout-font-font-family);
  font-style: var(--product-basic-item-title-half-layout-font-font-style);
  font-weight: var(--product-basic-item-title-half-layout-font-font-weight);
  line-height: var(--product-basic-item-title-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-title-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-title-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] h1.product-title,.product-detail-section [data-product-detail-layout="half"] h1.product-title {
    font-size: calc((var(--product-basic-item-title-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] h1.product-title,.product-detail-section [data-product-detail-layout="half"] h1.product-title {
    font-size: min(calc((var(--product-basic-item-title-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-title-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-title-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .product-price,.product-detail-section [data-product-detail-layout="half"] .product-price {
  font-family: var(--product-basic-item-price-half-layout-font-font-family);
  font-style: var(--product-basic-item-price-half-layout-font-font-style);
  font-weight: var(--product-basic-item-price-half-layout-font-font-weight);
  line-height: var(--product-basic-item-price-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-price-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-price-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .product-price,.product-detail-section [data-product-detail-layout="half"] .product-price {
    font-size: calc((var(--product-basic-item-price-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .product-price,.product-detail-section [data-product-detail-layout="half"] .product-price {
    font-size: min(calc((var(--product-basic-item-price-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-price-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-price-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .variant-option,.product-detail-section [data-product-detail-layout="half"] .variant-option,.collection-type-products [data-product-detail-layout="half"] .product-quantity-input,.product-detail-section [data-product-detail-layout="half"] .product-quantity-input,.collection-type-products [data-product-detail-layout="half"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="half"] .pdp-subscriptions-and-otp .frequency-label {
  font-family: var(--product-basic-item-variant-fields-half-layout-font-font-family);
  font-style: var(--product-basic-item-variant-fields-half-layout-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-half-layout-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .variant-option,.product-detail-section [data-product-detail-layout="half"] .variant-option,.collection-type-products [data-product-detail-layout="half"] .product-quantity-input,.product-detail-section [data-product-detail-layout="half"] .product-quantity-input,.collection-type-products [data-product-detail-layout="half"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="half"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: calc((var(--product-basic-item-variant-fields-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .variant-option,.product-detail-section [data-product-detail-layout="half"] .variant-option,.collection-type-products [data-product-detail-layout="half"] .product-quantity-input,.product-detail-section [data-product-detail-layout="half"] .product-quantity-input,.collection-type-products [data-product-detail-layout="half"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="half"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: min(calc((var(--product-basic-item-variant-fields-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option select {
  font-family: var(--product-basic-item-variant-fields-half-layout-font-font-family);
  font-style: var(--product-basic-item-variant-fields-half-layout-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-half-layout-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-half-layout-font-text-transform);
  line-height: min(var(--product-basic-item-variant-fields-half-layout-font-line-height), 1.4em);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option select {
    font-size: calc((var(--product-basic-item-variant-fields-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="half"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="half"] .subs-and-otp-option select {
    font-size: min(calc((var(--product-basic-item-variant-fields-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .product-scarcity,.product-detail-section [data-product-detail-layout="half"] .product-scarcity {
  font-family: var(--product-basic-item-scarcity-half-layout-font-font-family);
  font-style: var(--product-basic-item-scarcity-half-layout-font-font-style);
  font-weight: var(--product-basic-item-scarcity-half-layout-font-font-weight);
  line-height: var(--product-basic-item-scarcity-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-scarcity-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-scarcity-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .product-scarcity,.product-detail-section [data-product-detail-layout="half"] .product-scarcity {
    font-size: calc((var(--product-basic-item-scarcity-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .product-scarcity,.product-detail-section [data-product-detail-layout="half"] .product-scarcity {
    font-size: min(calc((var(--product-basic-item-scarcity-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-scarcity-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-scarcity-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .product-add-ons,.product-detail-section [data-product-detail-layout="half"] .product-add-ons,.collection-type-products [data-product-detail-layout="half"] .product-add-ons .product-price,.product-detail-section [data-product-detail-layout="half"] .product-add-ons .product-price,.collection-type-products [data-product-detail-layout="half"] .product-add-ons .variant-option select,.product-detail-section [data-product-detail-layout="half"] .product-add-ons .variant-option select {
  font-family: var(--product-basic-item-description-half-layout-font-font-family);
  font-style: var(--product-basic-item-description-half-layout-font-font-style);
  font-weight: var(--product-basic-item-description-half-layout-font-font-weight);
  line-height: var(--product-basic-item-description-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-description-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-description-half-layout-font-text-transform);
  line-height: max(var(--product-basic-item-description-half-layout-font-line-height), 0.75em);
}
.collection-type-products [data-product-detail-layout="half"] .add-ons-label,.product-detail-section [data-product-detail-layout="half"] .add-ons-label {
  font-family: var(--product-basic-item-add-ons-title-half-layout-font-font-family);
  font-style: var(--product-basic-item-add-ons-title-half-layout-font-font-style);
  font-weight: var(--product-basic-item-add-ons-title-half-layout-font-font-weight);
  line-height: var(--product-basic-item-add-ons-title-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-add-ons-title-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-add-ons-title-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .add-ons-label,.product-detail-section [data-product-detail-layout="half"] .add-ons-label {
    font-size: calc((var(--product-basic-item-add-ons-title-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .add-ons-label,.product-detail-section [data-product-detail-layout="half"] .add-ons-label {
    font-size: min(calc((var(--product-basic-item-add-ons-title-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-add-ons-title-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-add-ons-title-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="half"] .product-restock-cta,.product-detail-section [data-product-detail-layout="half"] .product-restock-cta,.collection-type-products [data-product-detail-layout="half"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="half"] .product-restock-success-message {
  font-family: var(--product-basic-item-restock-notification-half-layout-font-font-family);
  font-style: var(--product-basic-item-restock-notification-half-layout-font-font-style);
  font-weight: var(--product-basic-item-restock-notification-half-layout-font-font-weight);
  line-height: var(--product-basic-item-restock-notification-half-layout-font-line-height);
  letter-spacing: var(--product-basic-item-restock-notification-half-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-restock-notification-half-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="half"] .product-restock-cta,.product-detail-section [data-product-detail-layout="half"] .product-restock-cta,.collection-type-products [data-product-detail-layout="half"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="half"] .product-restock-success-message {
    font-size: calc((var(--product-basic-item-restock-notification-half-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="half"] .product-restock-cta,.product-detail-section [data-product-detail-layout="half"] .product-restock-cta,.collection-type-products [data-product-detail-layout="half"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="half"] .product-restock-success-message {
    font-size: min(calc((var(--product-basic-item-restock-notification-half-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-restock-notification-half-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-restock-notification-half-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .product-description,.product-detail-section [data-product-detail-layout="full"] .product-description,.collection-type-products [data-product-detail-layout="full"] .product-description p,.product-detail-section [data-product-detail-layout="full"] .product-description p {
  font-family: var(--product-basic-item-description-full-layout-font-font-family);
  font-style: var(--product-basic-item-description-full-layout-font-font-style);
  font-weight: var(--product-basic-item-description-full-layout-font-font-weight);
  line-height: var(--product-basic-item-description-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-description-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-description-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .product-description,.product-detail-section [data-product-detail-layout="full"] .product-description,.collection-type-products [data-product-detail-layout="full"] .product-description p,.product-detail-section [data-product-detail-layout="full"] .product-description p {
    font-size: calc((var(--product-basic-item-description-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .product-description,.product-detail-section [data-product-detail-layout="full"] .product-description,.collection-type-products [data-product-detail-layout="full"] .product-description p,.product-detail-section [data-product-detail-layout="full"] .product-description p {
    font-size: min(calc((var(--product-basic-item-description-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-description-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-description-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] h1.product-title,.product-detail-section [data-product-detail-layout="full"] h1.product-title {
  font-family: var(--product-basic-item-title-full-layout-font-font-family);
  font-style: var(--product-basic-item-title-full-layout-font-font-style);
  font-weight: var(--product-basic-item-title-full-layout-font-font-weight);
  line-height: var(--product-basic-item-title-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-title-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-title-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] h1.product-title,.product-detail-section [data-product-detail-layout="full"] h1.product-title {
    font-size: calc((var(--product-basic-item-title-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] h1.product-title,.product-detail-section [data-product-detail-layout="full"] h1.product-title {
    font-size: min(calc((var(--product-basic-item-title-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-title-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-title-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .product-price,.product-detail-section [data-product-detail-layout="full"] .product-price {
  font-family: var(--product-basic-item-price-full-layout-font-font-family);
  font-style: var(--product-basic-item-price-full-layout-font-font-style);
  font-weight: var(--product-basic-item-price-full-layout-font-font-weight);
  line-height: var(--product-basic-item-price-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-price-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-price-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .product-price,.product-detail-section [data-product-detail-layout="full"] .product-price {
    font-size: calc((var(--product-basic-item-price-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .product-price,.product-detail-section [data-product-detail-layout="full"] .product-price {
    font-size: min(calc((var(--product-basic-item-price-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-price-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-price-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .variant-option,.product-detail-section [data-product-detail-layout="full"] .variant-option,.collection-type-products [data-product-detail-layout="full"] .product-quantity-input,.product-detail-section [data-product-detail-layout="full"] .product-quantity-input,.collection-type-products [data-product-detail-layout="full"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="full"] .pdp-subscriptions-and-otp .frequency-label {
  font-family: var(--product-basic-item-variant-fields-full-layout-font-font-family);
  font-style: var(--product-basic-item-variant-fields-full-layout-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-full-layout-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .variant-option,.product-detail-section [data-product-detail-layout="full"] .variant-option,.collection-type-products [data-product-detail-layout="full"] .product-quantity-input,.product-detail-section [data-product-detail-layout="full"] .product-quantity-input,.collection-type-products [data-product-detail-layout="full"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="full"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: calc((var(--product-basic-item-variant-fields-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .variant-option,.product-detail-section [data-product-detail-layout="full"] .variant-option,.collection-type-products [data-product-detail-layout="full"] .product-quantity-input,.product-detail-section [data-product-detail-layout="full"] .product-quantity-input,.collection-type-products [data-product-detail-layout="full"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="full"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: min(calc((var(--product-basic-item-variant-fields-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option select {
  font-family: var(--product-basic-item-variant-fields-full-layout-font-font-family);
  font-style: var(--product-basic-item-variant-fields-full-layout-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-full-layout-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-full-layout-font-text-transform);
  line-height: min(var(--product-basic-item-variant-fields-full-layout-font-line-height), 1.4em);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option select {
    font-size: calc((var(--product-basic-item-variant-fields-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="full"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="full"] .subs-and-otp-option select {
    font-size: min(calc((var(--product-basic-item-variant-fields-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .product-scarcity,.product-detail-section [data-product-detail-layout="full"] .product-scarcity {
  font-family: var(--product-basic-item-scarcity-full-layout-font-font-family);
  font-style: var(--product-basic-item-scarcity-full-layout-font-font-style);
  font-weight: var(--product-basic-item-scarcity-full-layout-font-font-weight);
  line-height: var(--product-basic-item-scarcity-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-scarcity-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-scarcity-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .product-scarcity,.product-detail-section [data-product-detail-layout="full"] .product-scarcity {
    font-size: calc((var(--product-basic-item-scarcity-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .product-scarcity,.product-detail-section [data-product-detail-layout="full"] .product-scarcity {
    font-size: min(calc((var(--product-basic-item-scarcity-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-scarcity-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-scarcity-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .product-add-ons,.product-detail-section [data-product-detail-layout="full"] .product-add-ons,.collection-type-products [data-product-detail-layout="full"] .product-add-ons .product-price,.product-detail-section [data-product-detail-layout="full"] .product-add-ons .product-price,.collection-type-products [data-product-detail-layout="full"] .product-add-ons .variant-option select,.product-detail-section [data-product-detail-layout="full"] .product-add-ons .variant-option select {
  font-family: var(--product-basic-item-description-full-layout-font-font-family);
  font-style: var(--product-basic-item-description-full-layout-font-font-style);
  font-weight: var(--product-basic-item-description-full-layout-font-font-weight);
  line-height: var(--product-basic-item-description-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-description-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-description-full-layout-font-text-transform);
  line-height: max(var(--product-basic-item-description-full-layout-font-line-height), 0.75em);
}
.collection-type-products [data-product-detail-layout="full"] .add-ons-label,.product-detail-section [data-product-detail-layout="full"] .add-ons-label {
  font-family: var(--product-basic-item-add-ons-title-full-layout-font-font-family);
  font-style: var(--product-basic-item-add-ons-title-full-layout-font-font-style);
  font-weight: var(--product-basic-item-add-ons-title-full-layout-font-font-weight);
  line-height: var(--product-basic-item-add-ons-title-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-add-ons-title-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-add-ons-title-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .add-ons-label,.product-detail-section [data-product-detail-layout="full"] .add-ons-label {
    font-size: calc((var(--product-basic-item-add-ons-title-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .add-ons-label,.product-detail-section [data-product-detail-layout="full"] .add-ons-label {
    font-size: min(calc((var(--product-basic-item-add-ons-title-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-add-ons-title-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-add-ons-title-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="full"] .product-restock-cta,.product-detail-section [data-product-detail-layout="full"] .product-restock-cta,.collection-type-products [data-product-detail-layout="full"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="full"] .product-restock-success-message {
  font-family: var(--product-basic-item-restock-notification-full-layout-font-font-family);
  font-style: var(--product-basic-item-restock-notification-full-layout-font-font-style);
  font-weight: var(--product-basic-item-restock-notification-full-layout-font-font-weight);
  line-height: var(--product-basic-item-restock-notification-full-layout-font-line-height);
  letter-spacing: var(--product-basic-item-restock-notification-full-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-restock-notification-full-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="full"] .product-restock-cta,.product-detail-section [data-product-detail-layout="full"] .product-restock-cta,.collection-type-products [data-product-detail-layout="full"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="full"] .product-restock-success-message {
    font-size: calc((var(--product-basic-item-restock-notification-full-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="full"] .product-restock-cta,.product-detail-section [data-product-detail-layout="full"] .product-restock-cta,.collection-type-products [data-product-detail-layout="full"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="full"] .product-restock-success-message {
    font-size: min(calc((var(--product-basic-item-restock-notification-full-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-restock-notification-full-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-restock-notification-full-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .product-description,.product-detail-section [data-product-detail-layout="wrap"] .product-description,.collection-type-products [data-product-detail-layout="wrap"] .product-description p,.product-detail-section [data-product-detail-layout="wrap"] .product-description p {
  font-family: var(--product-basic-item-description-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-description-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-description-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-description-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-description-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-description-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-description,.product-detail-section [data-product-detail-layout="wrap"] .product-description,.collection-type-products [data-product-detail-layout="wrap"] .product-description p,.product-detail-section [data-product-detail-layout="wrap"] .product-description p {
    font-size: calc((var(--product-basic-item-description-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-description,.product-detail-section [data-product-detail-layout="wrap"] .product-description,.collection-type-products [data-product-detail-layout="wrap"] .product-description p,.product-detail-section [data-product-detail-layout="wrap"] .product-description p {
    font-size: min(calc((var(--product-basic-item-description-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-description-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-description-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] h1.product-title,.product-detail-section [data-product-detail-layout="wrap"] h1.product-title {
  font-family: var(--product-basic-item-title-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-title-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-title-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-title-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-title-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-title-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] h1.product-title,.product-detail-section [data-product-detail-layout="wrap"] h1.product-title {
    font-size: calc((var(--product-basic-item-title-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] h1.product-title,.product-detail-section [data-product-detail-layout="wrap"] h1.product-title {
    font-size: min(calc((var(--product-basic-item-title-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-title-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-title-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .product-price,.product-detail-section [data-product-detail-layout="wrap"] .product-price {
  font-family: var(--product-basic-item-price-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-price-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-price-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-price-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-price-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-price-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-price,.product-detail-section [data-product-detail-layout="wrap"] .product-price {
    font-size: calc((var(--product-basic-item-price-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-price,.product-detail-section [data-product-detail-layout="wrap"] .product-price {
    font-size: min(calc((var(--product-basic-item-price-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-price-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-price-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .variant-option,.product-detail-section [data-product-detail-layout="wrap"] .variant-option,.collection-type-products [data-product-detail-layout="wrap"] .product-quantity-input,.product-detail-section [data-product-detail-layout="wrap"] .product-quantity-input,.collection-type-products [data-product-detail-layout="wrap"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="wrap"] .pdp-subscriptions-and-otp .frequency-label {
  font-family: var(--product-basic-item-variant-fields-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-variant-fields-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .variant-option,.product-detail-section [data-product-detail-layout="wrap"] .variant-option,.collection-type-products [data-product-detail-layout="wrap"] .product-quantity-input,.product-detail-section [data-product-detail-layout="wrap"] .product-quantity-input,.collection-type-products [data-product-detail-layout="wrap"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="wrap"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: calc((var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .variant-option,.product-detail-section [data-product-detail-layout="wrap"] .variant-option,.collection-type-products [data-product-detail-layout="wrap"] .product-quantity-input,.product-detail-section [data-product-detail-layout="wrap"] .product-quantity-input,.collection-type-products [data-product-detail-layout="wrap"] .pdp-subscriptions-and-otp .frequency-label,.product-detail-section [data-product-detail-layout="wrap"] .pdp-subscriptions-and-otp .frequency-label {
    font-size: min(calc((var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option select {
  font-family: var(--product-basic-item-variant-fields-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-variant-fields-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-variant-fields-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-variant-fields-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-variant-fields-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-variant-fields-wrap-layout-font-text-transform);
  line-height: min(var(--product-basic-item-variant-fields-wrap-layout-font-line-height), 1.4em);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option select {
    font-size: calc((var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option,.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option .product-price,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option .product-price,.collection-type-products [data-product-detail-layout="wrap"] .subs-and-otp-option select,.product-detail-section [data-product-detail-layout="wrap"] .subs-and-otp-option select {
    font-size: min(calc((var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-variant-fields-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .product-scarcity,.product-detail-section [data-product-detail-layout="wrap"] .product-scarcity {
  font-family: var(--product-basic-item-scarcity-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-scarcity-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-scarcity-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-scarcity-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-scarcity-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-scarcity-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-scarcity,.product-detail-section [data-product-detail-layout="wrap"] .product-scarcity {
    font-size: calc((var(--product-basic-item-scarcity-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-scarcity,.product-detail-section [data-product-detail-layout="wrap"] .product-scarcity {
    font-size: min(calc((var(--product-basic-item-scarcity-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-scarcity-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-scarcity-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .product-add-ons,.product-detail-section [data-product-detail-layout="wrap"] .product-add-ons,.collection-type-products [data-product-detail-layout="wrap"] .product-add-ons .product-price,.product-detail-section [data-product-detail-layout="wrap"] .product-add-ons .product-price,.collection-type-products [data-product-detail-layout="wrap"] .product-add-ons .variant-option select,.product-detail-section [data-product-detail-layout="wrap"] .product-add-ons .variant-option select {
  font-family: var(--product-basic-item-description-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-description-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-description-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-description-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-description-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-description-wrap-layout-font-text-transform);
  line-height: max(var(--product-basic-item-description-wrap-layout-font-line-height), 0.75em);
}
.collection-type-products [data-product-detail-layout="wrap"] .add-ons-label,.product-detail-section [data-product-detail-layout="wrap"] .add-ons-label {
  font-family: var(--product-basic-item-add-ons-title-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-add-ons-title-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-add-ons-title-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-add-ons-title-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-add-ons-title-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-add-ons-title-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .add-ons-label,.product-detail-section [data-product-detail-layout="wrap"] .add-ons-label {
    font-size: calc((var(--product-basic-item-add-ons-title-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .add-ons-label,.product-detail-section [data-product-detail-layout="wrap"] .add-ons-label {
    font-size: min(calc((var(--product-basic-item-add-ons-title-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-add-ons-title-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-add-ons-title-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products [data-product-detail-layout="wrap"] .product-restock-cta,.product-detail-section [data-product-detail-layout="wrap"] .product-restock-cta,.collection-type-products [data-product-detail-layout="wrap"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="wrap"] .product-restock-success-message {
  font-family: var(--product-basic-item-restock-notification-wrap-layout-font-font-family);
  font-style: var(--product-basic-item-restock-notification-wrap-layout-font-font-style);
  font-weight: var(--product-basic-item-restock-notification-wrap-layout-font-font-weight);
  line-height: var(--product-basic-item-restock-notification-wrap-layout-font-line-height);
  letter-spacing: var(--product-basic-item-restock-notification-wrap-layout-font-letter-spacing);
  text-transform: var(--product-basic-item-restock-notification-wrap-layout-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-restock-cta,.product-detail-section [data-product-detail-layout="wrap"] .product-restock-cta,.collection-type-products [data-product-detail-layout="wrap"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="wrap"] .product-restock-success-message {
    font-size: calc((var(--product-basic-item-restock-notification-wrap-layout-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products [data-product-detail-layout="wrap"] .product-restock-cta,.product-detail-section [data-product-detail-layout="wrap"] .product-restock-cta,.collection-type-products [data-product-detail-layout="wrap"] .product-restock-success-message,.product-detail-section [data-product-detail-layout="wrap"] .product-restock-success-message {
    font-size: min(calc((var(--product-basic-item-restock-notification-wrap-layout-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-basic-item-restock-notification-wrap-layout-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-basic-item-restock-notification-wrap-layout-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .grid-title,.product-list-section .grid-title,.collection-type-products .product-list-item-title,.product-list-section .product-list-item-title {
  font-family: var(--product-grid-text-below-title-font-font-family);
  font-style: var(--product-grid-text-below-title-font-font-style);
  font-weight: var(--product-grid-text-below-title-font-font-weight);
  line-height: var(--product-grid-text-below-title-font-line-height);
  letter-spacing: var(--product-grid-text-below-title-font-letter-spacing);
  text-transform: var(--product-grid-text-below-title-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .grid-title,.product-list-section .grid-title,.collection-type-products .product-list-item-title,.product-list-section .product-list-item-title {
    font-size: calc((var(--product-grid-text-below-title-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .grid-title,.product-list-section .grid-title,.collection-type-products .product-list-item-title,.product-list-section .product-list-item-title {
    font-size: min(calc((var(--product-grid-text-below-title-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-grid-text-below-title-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-grid-text-below-title-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .product-list-description,.product-list-section .product-list-description {
  font-family: var(--product-list-description-font-font-family);
  font-style: var(--product-list-description-font-font-style);
  font-weight: var(--product-list-description-font-font-weight);
  line-height: var(--product-list-description-font-line-height);
  letter-spacing: var(--product-list-description-font-letter-spacing);
  text-transform: var(--product-list-description-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .product-list-description,.product-list-section .product-list-description {
    font-size: calc((var(--product-list-description-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .product-list-description,.product-list-section .product-list-description {
    font-size: min(calc((var(--product-list-description-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-list-description-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-list-description-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .grid-prices,.product-list-section .grid-prices,.collection-type-products .product-list-item-price,.product-list-section .product-list-item-price {
  font-family: var(--product-grid-text-below-price-font-font-family);
  font-style: var(--product-grid-text-below-price-font-font-style);
  font-weight: var(--product-grid-text-below-price-font-font-weight);
  line-height: var(--product-grid-text-below-price-font-line-height);
  letter-spacing: var(--product-grid-text-below-price-font-letter-spacing);
  text-transform: var(--product-grid-text-below-price-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .grid-prices,.product-list-section .grid-prices,.collection-type-products .product-list-item-price,.product-list-section .product-list-item-price {
    font-size: calc((var(--product-grid-text-below-price-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .grid-prices,.product-list-section .grid-prices,.collection-type-products .product-list-item-price,.product-list-section .product-list-item-price {
    font-size: min(calc((var(--product-grid-text-below-price-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-grid-text-below-price-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-grid-text-below-price-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .product-list-item-status,.product-list-section .product-list-item-status {
  font-family: var(--product-grid-text-below-status-font-font-family);
  font-style: var(--product-grid-text-below-status-font-font-style);
  font-weight: var(--product-grid-text-below-status-font-font-weight);
  line-height: var(--product-grid-text-below-status-font-line-height);
  letter-spacing: var(--product-grid-text-below-status-font-letter-spacing);
  text-transform: var(--product-grid-text-below-status-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .product-list-item-status,.product-list-section .product-list-item-status {
    font-size: calc((var(--product-grid-text-below-status-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .product-list-item-status,.product-list-section .product-list-item-status {
    font-size: min(calc((var(--product-grid-text-below-status-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-grid-text-below-status-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-grid-text-below-status-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .product-scarcity,.product-list-section .product-scarcity {
  font-family: var(--product-grid-text-below-scarcity-font-font-family);
  font-style: var(--product-grid-text-below-scarcity-font-font-style);
  font-weight: var(--product-grid-text-below-scarcity-font-font-weight);
  line-height: var(--product-grid-text-below-scarcity-font-line-height);
  letter-spacing: var(--product-grid-text-below-scarcity-font-letter-spacing);
  text-transform: var(--product-grid-text-below-scarcity-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .product-scarcity,.product-list-section .product-scarcity {
    font-size: calc((var(--product-grid-text-below-scarcity-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .product-scarcity,.product-list-section .product-scarcity {
    font-size: min(calc((var(--product-grid-text-below-scarcity-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-grid-text-below-scarcity-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-grid-text-below-scarcity-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .plp-grid-add-to-cart .variant-option select,.product-list-section .plp-grid-add-to-cart .variant-option select {
  font-family: var(--product-grid-text-below-price-font-font-family);
  font-style: var(--product-grid-text-below-price-font-font-style);
  font-weight: var(--product-grid-text-below-price-font-font-weight);
  line-height: var(--product-grid-text-below-price-font-line-height);
  letter-spacing: var(--product-grid-text-below-price-font-letter-spacing);
  text-transform: var(--product-grid-text-below-price-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .plp-grid-add-to-cart .variant-option select,.product-list-section .plp-grid-add-to-cart .variant-option select {
    font-size: calc((var(--product-grid-text-below-price-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .plp-grid-add-to-cart .variant-option select,.product-list-section .plp-grid-add-to-cart .variant-option select {
    font-size: min(calc((var(--product-grid-text-below-price-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-grid-text-below-price-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-grid-text-below-price-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .product-list-clear-filters-button-text,.product-list-section .product-list-clear-filters-button-text {
  font-family: var(--product-list-clear-filters-button-text-font-font-family);
  font-style: var(--product-list-clear-filters-button-text-font-font-style);
  font-weight: var(--product-list-clear-filters-button-text-font-font-weight);
  line-height: var(--product-list-clear-filters-button-text-font-line-height);
  letter-spacing: var(--product-list-clear-filters-button-text-font-letter-spacing);
  text-transform: var(--product-list-clear-filters-button-text-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .product-list-clear-filters-button-text,.product-list-section .product-list-clear-filters-button-text {
    font-size: calc((var(--product-list-clear-filters-button-text-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .product-list-clear-filters-button-text,.product-list-section .product-list-clear-filters-button-text {
    font-size: min(calc((var(--product-list-clear-filters-button-text-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-list-clear-filters-button-text-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-list-clear-filters-button-text-font-font-size-value) * 1rem)));
  }
}
.collection-type-products .product-list-result-count,.product-list-section .product-list-result-count {
  font-family: var(--product-list-result-count-font-font-family);
  font-style: var(--product-list-result-count-font-font-style);
  font-weight: var(--product-list-result-count-font-font-weight);
  line-height: var(--product-list-result-count-font-line-height);
  letter-spacing: var(--product-list-result-count-font-letter-spacing);
  text-transform: var(--product-list-result-count-font-text-transform);
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .collection-type-products .product-list-result-count,.product-list-section .product-list-result-count {
    font-size: calc((var(--product-list-result-count-font-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .collection-type-products .product-list-result-count,.product-list-section .product-list-result-count {
    font-size: min(calc((var(--product-list-result-count-font-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--product-list-result-count-font-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--product-list-result-count-font-font-size-value) * 1rem)));
  }
}
.portfolio-grid-basic {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-auto-rows: min-content;
}
.tweak-portfolio-grid-basic-width-full .portfolio-grid-basic {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-portfolio-grid-basic-width-inset .portfolio-grid-basic {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-portfolio-grid-basic-width-full .portfolio-grid-basic {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-portfolio-grid-basic-width-inset .portfolio-grid-basic {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.portfolio-grid-basic .grid-item .grid-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.portfolio-grid-basic .grid-item .grid-image .grid-image-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:  767px ) {
  .portfolio-grid-basic {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}
.portfolio-grid-basic .grid-item {
  display: flex;
  flex-direction: column;
}
.portfolio-grid-basic .grid-item .grid-image {
  order: 1;
  transition: opacity ease 200ms;
}
.portfolio-grid-basic .grid-item .portfolio-text {
  margin-top: 20px;
  order: 2;
  position: relative;
}
.portfolio-grid-basic .grid-item .portfolio-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: .5em;
}
.portfolio-grid-basic .grid-item .grid-image-inner-wrapper>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (hover:hover) {
  .portfolio-grid-basic .grid-item:hover .grid-image {
    opacity: .7;
  }
}
.tweak-portfolio-grid-basic-text-alignment-center .portfolio-grid-basic {
  text-align: center;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-11-square .portfolio-grid-basic .grid-image {
  padding-bottom: 100%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-32-standard .portfolio-grid-basic .grid-image {
  padding-bottom: 66.666%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-23-standard-vertical .portfolio-grid-basic .grid-image {
  padding-bottom: 150%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-43-four-three .portfolio-grid-basic .grid-image {
  padding-bottom: 75%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-34-three-four-vertical .portfolio-grid-basic .grid-image {
  padding-bottom: 133.333%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-169-widescreen .portfolio-grid-basic .grid-image {
  padding-bottom: 56.25%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-240-anamorphic-widescreen .portfolio-grid-basic .grid-image {
  padding-bottom: 41.666%;
}
.tweak-portfolio-grid-basic-image-aspect-ratio-ultra-widescreen .portfolio-grid-basic .grid-image {
  padding-bottom: 41.666%;
}
.tweak-portfolio-grid-basic-hover-effect-zoom .portfolio-grid-basic .grid-item .grid-image img {
  transition: transform ease 400ms;
}
@media (hover:hover) {
  .tweak-portfolio-grid-basic-hover-effect-zoom .portfolio-grid-basic .grid-item:hover .grid-image {
    opacity: 1;
  }
  .tweak-portfolio-grid-basic-hover-effect-zoom .portfolio-grid-basic .grid-item:hover .grid-image img {
    transform: scale(1.1);
  }
}
.tweak-portfolio-grid-basic-height-small .portfolio-grid-basic {
  padding-top: 3.3vw;
  padding-bottom: 3.3vw;
  min-height: 33vh;
}
.tweak-portfolio-grid-basic-height-medium .portfolio-grid-basic {
  padding-top: 6.6vw;
  padding-bottom: 6.6vw;
  min-height: 66vh;
}
.tweak-portfolio-grid-basic-height-large .portfolio-grid-basic {
  padding-top: 10vw;
  padding-bottom: 10vw;
  min-height: 100vh;
}
.tweak-portfolio-grid-basic-height-custom .portfolio-grid-basic {
  padding-top: 5vw;
  padding-bottom: 5vw;
  min-height: 50vh;
}
.index-item-navigation {
  margin: 2vw 0;
}
.index-item-navigation .index-nav-link {
  padding: 10px;
}
.portfolio-grid-overlay {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-auto-rows: min-content;
}
.tweak-portfolio-grid-overlay-width-full .portfolio-grid-overlay {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-portfolio-grid-overlay-width-inset .portfolio-grid-overlay {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-portfolio-grid-overlay-width-full .portfolio-grid-overlay {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-portfolio-grid-overlay-width-inset .portfolio-grid-overlay {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.portfolio-grid-overlay .grid-item .grid-image {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.portfolio-grid-overlay .grid-item .grid-image .grid-image-inner-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media screen and (max-width:  767px ) {
  .portfolio-grid-overlay {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}
.portfolio-grid-overlay .grid-item {
  position: relative;
  height: 0;
}
.portfolio-grid-overlay .grid-item .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity ease 200ms;
  z-index: 99;
}
.portfolio-grid-overlay .grid-item .portfolio-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-direction: column;
  padding: 7%;
  text-align: center;
  z-index: 100;
  transition: opacity ease 200ms;
}
.portfolio-grid-overlay .grid-item .portfolio-text .portfolio-title {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.portfolio-grid-overlay .grid-item .grid-image-inner-wrapper>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-11-square .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-11-square .portfolio-grid-overlay .grid-item {
  padding-bottom: 100%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-32-standard .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-32-standard .portfolio-grid-overlay .grid-item {
  padding-bottom: 66.666%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-23-standard-vertical .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-23-standard-vertical .portfolio-grid-overlay .grid-item {
  padding-bottom: 150%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-43-four-three .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-43-four-three .portfolio-grid-overlay .grid-item {
  padding-bottom: 75%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-34-three-four-vertical .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-34-three-four-vertical .portfolio-grid-overlay .grid-item {
  padding-bottom: 133.333%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-169-widescreen .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-169-widescreen .portfolio-grid-overlay .grid-item {
  padding-bottom: 56.25%;
}
.tweak-portfolio-grid-overlay-image-aspect-ratio-240-anamorphic-widescreen .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-ultra-widescreen .portfolio-grid-overlay .grid-image,.tweak-portfolio-grid-overlay-image-aspect-ratio-240-anamorphic-widescreen .portfolio-grid-overlay .grid-item,.tweak-portfolio-grid-overlay-image-aspect-ratio-ultra-widescreen .portfolio-grid-overlay .grid-item {
  padding-bottom: 41.666%;
}
.tweak-portfolio-grid-overlay-show-text-before-hover .portfolio-grid-overlay .grid-item .portfolio-text {
  opacity: 1;
}
.tweak-portfolio-grid-overlay-show-text-before-hover .portfolio-grid-overlay .grid-item .portfolio-overlay {
  opacity: .85;
}
@media (hover:hover) {
  .tweak-portfolio-grid-overlay-show-text-before-hover .portfolio-grid-overlay .grid-item:hover .portfolio-text,.tweak-portfolio-grid-overlay-show-text-before-hover .portfolio-grid-overlay .grid-item:hover .portfolio-overlay {
    opacity: 0;
  }
}
.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item .portfolio-text,.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item .portfolio-overlay {
  opacity: 0;
}
.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:focus .portfolio-text {
  opacity: 1;
}
.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:focus .portfolio-overlay {
  opacity: .85;
}
@media (hover:none) {
  .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:focus:not(:focus-visible) .portfolio-text,.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:focus:not(:focus-visible) .portfolio-overlay {
    opacity: 0;
  }
}
@media (hover:hover) {
  .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:hover .portfolio-text {
    opacity: 1;
  }
  .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:hover .portfolio-overlay {
    opacity: .85;
  }
  .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:not(:hover):focus:not(:focus-visible) .portfolio-text,.tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:not(:hover):focus:not(:focus-visible) .portfolio-overlay {
    opacity: 0;
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .portfolio-text {
    transition: none;
    transition-delay: 0ms !important;
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .portfolio-text .portfolio-title {
    transition: inherit;
    transition-property: transform;
    transform: translate(0%,0%);
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .grid-image {
    transition: inherit;
    transition-delay: 0ms !important;
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .grid-image .grid-image-inner-wrapper {
    transition: inherit;
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .grid-image .grid-image-inner-wrapper img {
    transition: inherit;
    transition-property: transform;
    transform: scale(1) translate(0%,0%);
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .grid-item:hover .portfolio-text {
    opacity: 1;
    transition: inherit;
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .grid-item:hover .portfolio-text .portfolio-title {
    transform: translate(0%,-10%);
  }
  .tweak-global-animations-animation-type-flex .portfolio-grid-overlay .grid-item:hover .grid-image img {
    transform: scale(1.05) translate(0%,-2.5%);
  }
}
.tweak-portfolio-grid-overlay-text-placement-top-left .portfolio-grid-overlay .portfolio-text,.tweak-portfolio-grid-overlay-text-placement-middle-left .portfolio-grid-overlay .portfolio-text,.tweak-portfolio-grid-overlay-text-placement-bottom-left .portfolio-grid-overlay .portfolio-text {
  text-align: left;
}
.tweak-portfolio-grid-overlay-text-placement-top-left .portfolio-grid-overlay .portfolio-text {
  justify-content: flex-start;
}
.tweak-portfolio-grid-overlay-text-placement-bottom-left .portfolio-grid-overlay .portfolio-text {
  justify-content: flex-end;
}
.tweak-portfolio-grid-overlay-height-small .portfolio-grid-overlay {
  padding-top: 3.3vw;
  padding-bottom: 3.3vw;
  min-height: 33vh;
}
.tweak-portfolio-grid-overlay-height-medium .portfolio-grid-overlay {
  padding-top: 6.6vw;
  padding-bottom: 6.6vw;
  min-height: 66vh;
}
.tweak-portfolio-grid-overlay-height-large .portfolio-grid-overlay {
  padding-top: 10vw;
  padding-bottom: 10vw;
  min-height: 100vh;
}
.tweak-portfolio-grid-overlay-height-custom .portfolio-grid-overlay {
  padding-top: 1vw;
  padding-bottom: 1vw;
  min-height: 10vh;
}
.index-item-navigation {
  margin: 2vw 0;
}
.index-item-navigation .index-nav-link {
  padding: 10px;
}
.portfolio-hover {
  position: relative;
  display: flex;
  min-height: 100vh;
  visibility: hidden;
  z-index: 2;
  box-sizing: border-box;
}
.portfolio-hover[data-init] {
  visibility: visible;
}
.portfolio-hover a {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-touch-callout: none;
}
.portfolio-hover-display {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  padding: 0 var(--pagePadding) var(--pagePadding);
  box-sizing: border-box;
  flex-grow: 1;
  flex-shrink: 1;
}
.portfolio-hover-base {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.portfolio-hover-base-sticky {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  overflow: hidden;
  transition: height 100ms cubic-bezier(.4,0,.2,1);
  will-change: height;
}
.portfolio-hover-wrapper {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}
.portfolio-hover-backgrounds {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
  box-sizing: border-box;
}
.portfolio-hover-backgrounds-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.portfolio-hover-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.portfolio-hover-bg-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.portfolio-hover-bg-img {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
  backface-visibility: hidden;
}
.portfolio-hover-bg-img>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.portfolio-hover-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .1;
  mix-blend-mode: hard-light;
}
.portfolio-hover-items {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0 auto;
}
.portfolio-hover-items-list {
  display: flex;
  align-items: flex-start;
  pointer-events: none;
  max-width: 100%;
  list-style-type: none;
  text-indent: 0;
  margin: 0;
}
.portfolio-hover-items-list li {
  margin: 0;
  padding: 0;
  text-indent: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  box-sizing: border-box;
}
.portfolio-hover-item {
  position: relative;
  max-width: 100%;
  pointer-events: auto;
  box-sizing: border-box;
}
.portfolio-hover-item-background {
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.portfolio-hover-item-background-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
}
.portfolio-hover-item-background-mask {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 150%;
  will-change: transform;
}
.portfolio-hover-item-background-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  backface-visibility: hidden;
}
.portfolio-hover-item-background-img img {
  display: none;
}
.portfolio-hover-item-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .2;
  mix-blend-mode: hard-light;
}
.portfolio-hover-item-title {
  position: relative;
  max-width: 100%;
  margin: 0;
  opacity: .85;
  line-height: 1.2;
}
.portfolio-hover-item-title::after {
  position: relative;
  display: inline-block;
}
.portfolio-hover-item-content {
  position: relative;
  display: inline;
}
.portfolio-hover-item[data-active="true"] .portfolio-hover-item-title {
  opacity: 1;
}
.portfolio-hover[data-active-item-front="true"]:not([data-condensed="true"]) .portfolio-hover-base {
  z-index: 1;
}
.portfolio-hover[data-layout="stacked"] .portfolio-hover-items-list {
  flex-direction: column;
}
.portfolio-hover[data-layout="stacked"] .portfolio-hover-item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.portfolio-hover[data-layout="inline"] .portfolio-hover-items-list {
  flex-wrap: wrap;
}
@media screen and (max-width:  575px ) {
  .portfolio-hover[data-layout="inline"] .portfolio-hover-items-list {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .portfolio-hover[data-layout="inline"] .portfolio-hover-item-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.portfolio-hover[data-vertical-align="top"][data-mode="hover-cover"] .portfolio-hover-items {
  justify-content: flex-start;
}
.portfolio-hover[data-vertical-align="top"][data-mode="hover-cover"] .portfolio-hover-item-title {
  padding-bottom: 2rem;
}
.portfolio-hover[data-vertical-align="middle"][data-mode="hover-cover"] .portfolio-hover-items {
  justify-content: center;
}
.portfolio-hover[data-vertical-align="middle"][data-mode="hover-cover"] .portfolio-hover-item-title {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.portfolio-hover[data-vertical-align="bottom"][data-mode="hover-cover"] .portfolio-hover-items {
  justify-content: flex-end;
}
.portfolio-hover[data-vertical-align="bottom"][data-mode="hover-cover"] .portfolio-hover-item-title {
  padding-top: 2rem;
}
.portfolio-hover[data-horizontal-align="left"][data-mode="hover-cover"] .portfolio-hover-items {
  align-items: flex-start;
}
.portfolio-hover[data-horizontal-align="left"][data-mode="hover-cover"] .portfolio-hover-items-list {
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.portfolio-hover[data-horizontal-align="left"][data-mode="hover-cover"] .portfolio-hover-item-content,.portfolio-hover[data-horizontal-align="left"][data-mode="hover-cover"] .portfolio-hover-item-title::after {
  text-align: center;
  margin-right: 2rem;
}
.portfolio-hover[data-horizontal-align="center"][data-mode="hover-cover"] .portfolio-hover-items {
  align-items: center;
}
.portfolio-hover[data-horizontal-align="center"][data-mode="hover-cover"] .portfolio-hover-items-list {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.portfolio-hover[data-horizontal-align="center"][data-mode="hover-cover"] .portfolio-hover-item-title {
  padding: 1rem 0;
}
.portfolio-hover[data-horizontal-align="center"][data-mode="hover-cover"] .portfolio-hover-item-content,.portfolio-hover[data-horizontal-align="center"][data-mode="hover-cover"] .portfolio-hover-item-title::after {
  text-align: center;
  margin-right: 1rem;
  margin-left: 1rem;
}
.portfolio-hover[data-horizontal-align="right"][data-mode="hover-cover"] .portfolio-hover-items {
  align-items: flex-end;
}
.portfolio-hover[data-horizontal-align="right"][data-mode="hover-cover"] .portfolio-hover-items-list {
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.portfolio-hover[data-horizontal-align="right"][data-mode="hover-cover"] .portfolio-hover-item-title {
  padding: 1rem 0;
}
.portfolio-hover[data-horizontal-align="right"][data-mode="hover-cover"] .portfolio-hover-item-content,.portfolio-hover[data-horizontal-align="right"][data-mode="hover-cover"] .portfolio-hover-item-title::after {
  text-align: center;
  margin-left: 2rem;
}
@media screen and (min-width:  576px ) {
  .portfolio-hover[data-layout="inline"][data-delimiter="comma"][data-mode="hover-follow"] .portfolio-hover-item .portfolio-hover-item-content::after,.portfolio-hover[data-layout="inline"][data-delimiter="comma"][data-mode="hover-static"] .portfolio-hover-item .portfolio-hover-item-content::after,.portfolio-hover[data-layout="inline"][data-delimiter="comma"][data-mode="hover-cover"] .portfolio-hover-items-list li .portfolio-hover-item-content::after {
    content: ",";
  }
  .portfolio-hover[data-layout="inline"][data-delimiter="comma"][data-mode="hover-follow"] .portfolio-hover-item:last-child .portfolio-hover-item-content::after,.portfolio-hover[data-layout="inline"][data-delimiter="comma"][data-mode="hover-static"] .portfolio-hover-item:last-child .portfolio-hover-item-content::after,.portfolio-hover[data-layout="inline"][data-delimiter="comma"][data-mode="hover-cover"] .portfolio-hover-items-list li:last-child .portfolio-hover-item-content::after {
    visibility: hidden;
  }
  .portfolio-hover[data-layout="inline"][data-delimiter="period"] .portfolio-hover-item .portfolio-hover-item-content::after {
    content: ".";
  }
  .portfolio-hover[data-layout="inline"][data-horizontal-align="left"][data-delimiter="comma"] .portfolio-hover-item-content,.portfolio-hover[data-layout="inline"][data-horizontal-align="left"][data-delimiter="period"] .portfolio-hover-item-content {
    padding-left: 0 !important;
  }
  .portfolio-hover[data-layout="inline"][data-horizontal-align="right"][data-delimiter="comma"] .portfolio-hover-item-content,.portfolio-hover[data-layout="inline"][data-horizontal-align="right"][data-delimiter="period"] .portfolio-hover-item-content {
    padding-right: 0 !important;
  }
  .portfolio-hover[data-layout="inline"][data-delimiter="bullet"] .portfolio-hover-item:not(:last-child) .portfolio-hover-item-title::after,.portfolio-hover[data-layout="inline"][data-delimiter="bullet"][data-mode="hover-cover"] li:not(:last-child) .portfolio-hover-item .portfolio-hover-item-title::after {
    content: "•";
  }
  .portfolio-hover[data-layout="inline"][data-delimiter="hyphen"] .portfolio-hover-item:not(:last-child) .portfolio-hover-item-title::after,.portfolio-hover[data-layout="inline"][data-delimiter="hyphen"][data-mode="hover-cover"] li:not(:last-child) .portfolio-hover-item .portfolio-hover-item-title::after {
    content: "—";
  }
  .portfolio-hover[data-layout="inline"][data-delimiter="forward-slash"] .portfolio-hover-item:not(:last-child) .portfolio-hover-item-title::after,.portfolio-hover[data-layout="inline"][data-delimiter="forward-slash"][data-mode="hover-cover"] li:not(:last-child) .portfolio-hover-item .portfolio-hover-item-title::after {
    content: "/";
    font-size: .85em;
  }
  .portfolio-hover[data-layout="inline"][data-delimiter="backslash"] .portfolio-hover-item:not(:last-child) .portfolio-hover-item-title::after,.portfolio-hover[data-layout="inline"][data-delimiter="backslash"][data-mode="hover-cover"] li:not(:last-child) .portfolio-hover-item .portfolio-hover-item-title::after {
    content: "\\";
    font-size: .85em;
  }
}
.portfolio-hover[data-animation="none"] .portfolio-hover-bg-img,.portfolio-hover[data-animation-duration="none"] .portfolio-hover-bg-img {
  opacity: 0;
  transition-duration: 0s !important;
}
.portfolio-hover[data-animation="none"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-img,.portfolio-hover[data-animation-duration="none"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-img {
  opacity: 1;
}
.portfolio-hover[data-animation="fade"] .portfolio-hover-bg-img {
  opacity: 0;
  visibility: hidden;
  will-change: opacity,visibility;
}
.portfolio-hover[data-animation="fade"] .portfolio-hover-bg[data-animated="true"] .portfolio-hover-bg-img {
  transition-property: opacity,visibility;
  transition-timing-function: cubic-bezier(.2,.6,.3,1);
}
.portfolio-hover[data-animation="fade"] .portfolio-hover-bg[data-animated="false"] .portfolio-hover-bg-img {
  transition-duration: 0s !important;
}
.portfolio-hover[data-animation="fade"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-img {
  opacity: 1;
  visibility: visible;
}
.portfolio-hover[data-animation="scale-up"] .portfolio-hover-bg-mask {
  top: -2.5%;
  right: -2.5%;
  bottom: -2.5%;
  left: -2.5%;
}
.portfolio-hover[data-animation="scale-up"] .portfolio-hover-bg-img {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(.95,.95,1);
  will-change: opacity,visibility,transform;
}
.portfolio-hover[data-animation="scale-up"] .portfolio-hover-bg[data-animated="true"] .portfolio-hover-bg-img {
  transition-property: opacity,visibility,transform;
  transition-timing-function: cubic-bezier(.2,.6,.3,1);
}
.portfolio-hover[data-animation="scale-up"] .portfolio-hover-bg[data-animated="false"] .portfolio-hover-bg-img {
  transition-duration: 0s !important;
}
.portfolio-hover[data-animation="scale-up"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-img {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1,1,1);
}
.portfolio-hover[data-animation="scale-down"] .portfolio-hover-bg-img {
  opacity: 0;
  visibility: hidden;
  transform: scale3d(1.05,1.05,1);
  will-change: opacity,visibility,transform;
}
.portfolio-hover[data-animation="scale-down"] .portfolio-hover-bg[data-animated="true"] .portfolio-hover-bg-img {
  transition-property: opacity,visibility,transform;
  transition-timing-function: cubic-bezier(.2,.6,.3,1);
}
.portfolio-hover[data-animation="scale-down"] .portfolio-hover-bg[data-animated="false"] .portfolio-hover-bg-img {
  transition-duration: 0s !important;
}
.portfolio-hover[data-animation="scale-down"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-img {
  opacity: 1;
  visibility: visible;
  transform: scale3d(1,1,1);
}
.portfolio-hover[data-mode="hover-cover"] {
  min-height: 100vh;
}
.portfolio-hover[data-mode="hover-cover"] .portfolio-hover-items-list {
  padding: 5vw;
}
.portfolio-hover[data-mode="hover-cover"] .portfolio-hover-display {
  height: 100%;
}
.portfolio-hover[data-mode="hover-cover"][data-height="small"] {
  min-height: 50vh;
}
.portfolio-hover[data-mode="hover-cover"][data-height="small"] .portfolio-hover-display {
  min-height: 50vh;
}
.portfolio-hover[data-mode="hover-cover"][data-height="medium"] {
  min-height: 75vh;
}
.portfolio-hover[data-mode="hover-cover"][data-height="medium"] .portfolio-hover-display {
  min-height: 75vh;
}
.portfolio-hover[data-mode="hover-cover"][data-height="custom"] {
  min-height: 50vh;
}
.portfolio-hover[data-mode="hover-cover"][data-height="custom"] .portfolio-hover-display {
  min-height: 50vh;
}
.portfolio-hover[data-mode="hover-cover"][data-width="full"] .portfolio-hover-items {
  padding-top: var(--pagePadding);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
.portfolio-hover[data-mode="hover-cover"][data-width="full"] .portfolio-hover-backgrounds {
  padding-top: 0 !important;
  padding-right: var(--pagePadding) !important;
  padding-bottom: var(--pagePadding) !important;
  padding-left: var(--pagePadding) !important;
}
.portfolio-hover[data-mode="hover-cover"][data-width="inset"] .portfolio-hover-items {
  max-width: var(--maxPageWidth);
  margin-left: auto;
  margin-right: auto;
}
.portfolio-hover[data-mode="hover-cover"][data-width="inset"] .portfolio-hover-backgrounds {
  max-width: var(--maxPageWidth);
  margin-left: auto;
  margin-right: auto;
}
.portfolio-hover[data-mode="hover-cover"] .portfolio-hover-backgrounds {
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  transition-duration: 0s !important;
}
.portfolio-hover[data-mode="hover-cover"] .portfolio-hover-backgrounds-wrapper {
  width: 100% !important;
  height: 100% !important;
}
.portfolio-hover[data-mode="hover-cover"] .portfolio-hover-bg {
  width: 100% !important;
  height: 100% !important;
}
.portfolio-hover[data-mode="hover-cover"] .portfolio-hover-item-background-wrapper {
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width:  575px ) {
  .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-items {
    padding: 0;
  }
  .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-item {
    margin: 0px !important;
  }
  .portfolio-hover[data-mode="hover-cover"] .portfolio-hover-item-background {
    left: 0px !important;
    right: 0px !important;
  }
}
.portfolio-hover[data-mode="hover-follow"] {
  padding-top: 0 !important;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-items {
  justify-content: center;
  align-items: center;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-items .portfolio-hover-item[data-active="true"] .portfolio-hover-item-content {
  z-index: 5;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-items-list {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-item-title {
  margin: .75rem 0;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-item-content,.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-item-title::after {
  text-align: center;
  margin: 0 .75rem;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-backgrounds {
  position: absolute;
  width: 80vmin;
  height: 80vmin;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.2,.6,.3,1);
  will-change: opacity;
}
.portfolio-hover[data-mode="hover-follow"] .portfolio-hover-backgrounds[data-active="true"] {
  opacity: 1;
}
.portfolio-hover[data-mode="hover-follow"][data-condensed="true"] .portfolio-hover-backgrounds {
  transform: none !important;
  right: 0;
  bottom: 0;
  margin: auto;
}
.portfolio-hover[data-mode="hover-static"] {
  padding-top: 0 !important;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-items {
  justify-content: center;
  align-items: center;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-items .portfolio-hover-item[data-active="true"] .portfolio-hover-item-content {
  z-index: 5;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-items-list {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-item-title {
  margin: .75rem 0;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-item-content,.portfolio-hover[data-mode="hover-static"] .portfolio-hover-item-title::after {
  text-align: center;
  margin: 0 .75rem;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-backgrounds {
  position: absolute;
  width: 80vmin;
  height: 80vmin;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.2,.6,.3,1);
  will-change: opacity;
  transform: none !important;
}
.portfolio-hover[data-mode="hover-static"] .portfolio-hover-backgrounds[data-active="true"] {
  opacity: 1;
}
.portfolio-hover[data-mode="hover-static"][data-condensed="true"] .portfolio-hover-backgrounds {
  transform: none !important;
  right: 0;
  bottom: 0;
  margin: auto;
}
.tweak-global-animations-animation-type-flex .portfolio-hover .portfolio-hover-item-content {
  position: relative;
}
.tweak-global-animations-animation-type-flex .portfolio-hover .portfolio-hover-item-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  top: 1.2em;
  background-color: currentColor;
  transform: scalex(0);
  transform-origin: right;
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .portfolio-hover .portfolio-hover-item-content:hover::before {
    transform: scalex(1);
    transform-origin: left;
  }
}
.tweak-global-animations-animation-type-flex .portfolio-hover[data-delimiter="comma"] .portfolio-hover-item-content::before {
  width: calc(100% - .2em);
}
.tweak-portfolio-index-background-width-full-bleed .collection-type-portfolio-index-background .section-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tweak-portfolio-index-background-width-full .collection-type-portfolio-index-background .section-background {
  top: 0;
  right: var(--pagePadding);
  bottom: var(--pagePadding);
  left: var(--pagePadding);
}
.tweak-portfolio-index-background-width-inset .collection-type-portfolio-index-background .section-background {
  max-width: var(--maxPageWidth);
  margin-left: auto;
  margin-right: auto;
  top: 0;
  right: var(--pagePadding);
  bottom: var(--pagePadding);
  left: var(--pagePadding);
}
@keyframes portfolio-index-background-image-mask--mask-down-in {
  from {
    transform: translate3d(0,-100%,0);
  }
  to {
    transform: translate3d(0,0,0);
  }
}
@keyframes portfolio-index-background-image-mask--mask-down-out {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(0,100%,0);
  }
}
.portfolio-hover[data-animation="mask-down"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-down-in 600ms both;
}
.portfolio-hover[data-animation="mask-down"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 1;
}
.portfolio-hover[data-animation="mask-down"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-down-out 600ms both;
}
.portfolio-hover[data-animation="mask-down"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 0;
}
@keyframes portfolio-index-background-image-mask--mask-up-in {
  from {
    transform: translate3d(0,100%,0);
  }
  to {
    transform: translate3d(0,0,0);
  }
}
@keyframes portfolio-index-background-image-mask--mask-up-out {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(0,-100%,0);
  }
}
.portfolio-hover[data-animation="mask-up"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-up-in 600ms both;
}
.portfolio-hover[data-animation="mask-up"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 1;
}
.portfolio-hover[data-animation="mask-up"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-up-out 600ms both;
}
.portfolio-hover[data-animation="mask-up"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 0;
}
@keyframes portfolio-index-background-image-mask--mask-left-in {
  from {
    transform: translate3d(-100%,0,0);
  }
  to {
    transform: translate3d(0,0,0);
  }
}
@keyframes portfolio-index-background-image-mask--mask-left-out {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(100%,0,0);
  }
}
.portfolio-hover[data-animation="mask-left"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-left-in 600ms both;
}
.portfolio-hover[data-animation="mask-left"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 1;
}
.portfolio-hover[data-animation="mask-left"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-left-out 600ms both;
}
.portfolio-hover[data-animation="mask-left"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 0;
}
@keyframes portfolio-index-background-image-mask--mask-right-in {
  from {
    transform: translate3d(100%,0,0);
  }
  to {
    transform: translate3d(0,0,0);
  }
}
@keyframes portfolio-index-background-image-mask--mask-right-out {
  from {
    transform: translate3d(0,0,0);
  }
  to {
    transform: translate3d(-100%,0,0);
  }
}
.portfolio-hover[data-animation="mask-right"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-right-in 600ms both;
}
.portfolio-hover[data-animation="mask-right"] .portfolio-hover-bg[data-active="true"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 1;
}
.portfolio-hover[data-animation="mask-right"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask {
  animation: portfolio-index-background-image-mask--mask-right-out 600ms both;
}
.portfolio-hover[data-animation="mask-right"] .portfolio-hover-bg[data-active="false"] .portfolio-hover-bg-mask .portfolio-hover-bg-img {
  opacity: 0;
}
.events {
  box-sizing: content-box;
}
.tweak-events-stacked-width-full .events {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-events-stacked-width-inset .events {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-events-stacked-width-full .events {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-events-stacked-width-inset .events {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.tweak-events-stacked-height-small .events {
  padding-top: 3.3vw;
  padding-bottom: 3.3vw;
  min-height: 33vh;
}
.tweak-events-stacked-height-medium .events {
  padding-top: 6.6vw;
  padding-bottom: 6.6vw;
  min-height: 66vh;
}
.tweak-events-stacked-height-large .events {
  padding-top: 10vw;
  padding-bottom: 10vw;
  min-height: 100vh;
}
.tweak-events-stacked-height-custom .events {
  padding-top: 5vw;
  padding-bottom: 5vw;
  min-height: 50vh;
}
body:not(.tweak-events-stacked-show-past-events) .eventlist.eventlist--past {
  display: none;
}
.eventlist-event {
  position: relative;
  margin: 68px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
}
.eventlist-event:first-of-type {
  margin: 0;
}
.eventlist-column-thumbnail {
  display: block;
  width: 35%;
  position: relative;
  height: 0;
  padding-bottom: 23.33333333%;
  text-decoration: none !important;
  background: rgba(110,110,110,.05);
}
.eventlist-column-thumbnail img {
  transition: opacity .3s ease-in;
}
body:not(.tweak-events-stacked-show-thumbnails) .eventlist-column-thumbnail {
  display: none;
}
.tweak-events-stacked-thumbnail-size-11-square .eventlist-column-thumbnail {
  padding-bottom: 35%;
}
.tweak-events-stacked-thumbnail-size-32-standard .eventlist-column-thumbnail {
  padding-bottom: 23.33333333%;
}
.tweak-events-stacked-thumbnail-size-23-standard-vertical .eventlist-column-thumbnail {
  padding-bottom: 52.5%;
}
.tweak-events-stacked-thumbnail-size-43-four-thirds .eventlist-column-thumbnail {
  padding-bottom: 26.25%;
}
.tweak-events-stacked-thumbnail-size-169-widescreen .eventlist-column-thumbnail {
  padding-bottom: 19.6875%;
}
.tweak-events-stacked-thumbnail-size-2401-anamorphic-widescreen .eventlist-column-thumbnail {
  padding-bottom: 14.58333333%;
}
.tweak-events-stacked-thumbnail-size-ultra-widescreen .eventlist-column-thumbnail {
  padding-bottom: 14.58333333%;
}
.eventlist-column-thumbnail:empty {
  height: auto;
  min-height: 100px;
  padding-bottom: 0 !important;
  background: transparent;
}
.eventlist-column-date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  margin: 0;
  padding: 0;
  color: #333 !important;
  text-decoration: none !important;
}
body:not(.tweak-events-stacked-date-style-side-tag) .eventlist-column-date {
  display: none;
}
body:not(.tweak-events-stacked-show-thumbnails) .eventlist-column-date {
  position: static;
  flex: 1 0 70px;
}
.eventlist-datetag {
  display: table;
  position: absolute;
  top: 10px;
  right: 10px;
  height: auto;
  min-height: 70px;
  width: 70px;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  box-sizing: border-box;
}
body:not(.tweak-events-stacked-show-thumbnails) .eventlist-datetag {
  position: static;
  background: #e8ecec;
}
.eventlist-event:not(.eventlist-event--hasimg) .eventlist-datetag {
  top: 0;
  background: #e8ecec;
}
.eventlist-datetag-inner {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 6px;
  color: inherit;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}
.eventlist-datetag-startdate--month,.eventlist-datetag-startdate--day,.eventlist-datetag-enddate {
  margin: 3px 0;
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.eventlist-event--past .eventlist-datetag-startdate--month,.eventlist-event--past .eventlist-datetag-startdate--day,.eventlist-event--past .eventlist-datetag-enddate {
  opacity: .3;
}
.eventlist-datetag-enddate {
  border-top: 1px solid #ddd;
  margin: 6px 0 0 0;
  padding-top: 6px;
  font-size: 11px;
}
.eventlist-datetag-startdate--month {
  font-size: 14px;
  margin-top: 6px;
}
.eventlist-datetag-startdate--day {
  font-size: 26px;
}
.eventlist-datetag-status {
  display: none;
  position: absolute;
  top: 0px;
  left: 35px;
  width: 1px;
  height: 70px;
  background: #000;
  transform: rotate(45deg);
}
.eventlist-event--past .eventlist-datetag-status {
  display: block;
}
.eventlist-event--past.eventlist-event--multiday .eventlist-datetag-status,body.tweak-events-stacked-show-time .eventlist-event--past .eventlist-datetag-status {
  top: 0px;
  height: 85px;
  transform: rotate(38deg);
}
.eventlist-column-info {
  width: 65%;
  padding: 0 0 0 34px;
  box-sizing: border-box;
}
body:not(.tweak-events-stacked-show-thumbnails) .eventlist-column-info {
  width: calc(100% -  70px);
  width: -webkit-calc(100% -  70px);
  width: -moz-calc(100% -  70px);
}
body:not(.tweak-events-stacked-show-thumbnails):not(.tweak-events-stacked-date-style-side-tag) .eventlist-column-info {
  width: 100%;
  padding-left: 0;
}
.eventlist-cats {
  margin: 0 0 4.25px 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4em;
}
.eventlist-cats a {
  color: inherit !important;
  text-decoration: none !important;
}
body:not(.tweak-events-stacked-list-show-cats) .eventlist-cats {
  display: none;
}
.eventlist-title {
  margin: 0 0 17px 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1.2em !important;
}
.eventlist-title .eventlist-title-link {
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.eventlist-meta {
  list-style-type: none;
  margin: 0 0 17px 0;
  padding: 0;
}
.eventlist-meta-item {
  margin: 0;
  padding: 0;
  text-align: left;
}
.tweak-events-stacked-icons .eventlist-meta-item {
  position: relative;
  padding-left: 25.5px;
}
.tweak-events-stacked-icons .eventlist-meta-item:before {
  opacity: .5;
  position: absolute;
  top: 3px;
  left: -2px;
}
.tweak-events-stacked-icons .eventlist-meta-item.eventlist-meta-date:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e015";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.tweak-events-stacked-icons .eventlist-meta-item.eventlist-meta-date:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tweak-events-stacked-icons .eventlist-meta-item.eventlist-meta-time:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e00c";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.tweak-events-stacked-icons .eventlist-meta-item.eventlist-meta-time:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.tweak-events-stacked-icons .eventlist-meta-item.eventlist-meta-address:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: "\e02f";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}
.tweak-events-stacked-icons .eventlist-meta-item.eventlist-meta-address:before {
  font-size: 16px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
body:not(.tweak-events-stacked-date-style-with-text) .eventlist-meta-date,body:not(.tweak-events-stacked-show-time) .eventlist-meta-time,body:not(.tweak-events-stacked-show-location) .eventlist-meta-address {
  display: none;
}
.tweak-events-stacked-show-time .eventlist-event--multiday .eventlist-meta-date .event-date:after {
  content: ", ";
}
.tweak-events-stacked-show-time .eventlist-event--multiday .eventlist-meta-time {
  display: inline-block;
}
.eventlist-meta-address-line:after {
  content: ", ";
}
.eventlist-meta-address-line:last-of-type:after {
  content: none;
}
body:not(.tweak-events-stacked-ical-gcal-links) .eventlist-meta-export {
  display: none;
}
.eventlist-meta-export-divider {
  margin: 0 4px;
}
.eventlist-meta-export-divider:before {
  content: "\00B7";
}
body:not(.tweak-events-stacked-show-excerpt) .eventlist-description,body:not(.tweak-events-stacked-show-excerpt) .eventlist-excerpt {
  display: none;
}
.eventlist-excerpt {
  margin: 0 0 17px 0;
}
.eventlist-filter {
  font-size: 18px;
  line-height: 1em;
  margin: 0 0 51px 0;
}
.eventlist-past-upcoming-divider {
  display: none;
  height: 0;
  border: none;
  border-top: 1px solid rgba(230,230,230,.8);
  font-size: 68px;
  line-height: 68px;
}
.eventlist--upcoming+.eventlist--past .eventlist-past-upcoming-divider {
  display: block;
}
.event-datetime-divider:before {
  content: " \2013 ";
}
.eventitem-backlink {
  display: inline-block;
  margin: 0 0 51px 0;
  position: relative;
}
.eventitem-backlink:before {
  content: "\2190\0020 ";
  display: inline-block;
  width: 1em;
  margin-right: .25em;
}
.tweak-global-animations-animation-type-flex .eventitem-backlink {
  position: relative;
}
.tweak-global-animations-animation-type-flex .eventitem-backlink::after {
  content: '';
  position: absolute;
  width: calc(100% - (1em + .25em));
  height: 1px;
  right: 0;
  bottom: 0px;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .eventitem-backlink::after {
  transform-origin: right;
}
.tweak-global-animations-animation-type-flex .eventitem-backlink::before {
  transform: translatex(0) scaley(1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .eventitem-backlink:hover::before {
    transform: translatex(-30%) scaley(.8);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .eventitem-backlink:hover::after {
    transform: scalex(1);
  }
}
.eventitem {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: flex-start;
}
.eventitem-column-meta {
  flex: 1 0 30%;
  box-sizing: border-box;
}
.eventitem-title {
  margin: 0 0 34px 0 !important;
  padding: 0 !important;
  font-size: 28px !important;
  line-height: 1.2em !important;
}
.eventitem-meta {
  list-style-type: none;
  margin: 0 0 17px 0;
  padding: 0;
}
.eventitem-meta-item {
  margin: 0;
  padding: 0;
  font-size: .9em;
  line-height: 1.6em;
}
.eventitem--multiday .eventitem-meta-date .event-date:after {
  content: ", ";
}
.eventitem--multiday .eventitem-meta-time {
  display: inline-block;
}
.eventitem-meta-address-line:after {
  content: ", ";
}
.eventitem-meta-address-line:last-of-type:after {
  content: none;
}
.eventitem-meta-address-line.eventitem-meta-address-line--title {
  display: block;
}
.eventitem-meta-address-line.eventitem-meta-address-line--title:after {
  content: none;
}
body:not(.tweak-events-stacked-ical-gcal-links) .event-meta-addtocalendar-container {
  display: none;
}
.eventitem-meta-export-divider {
  margin: 0 4px;
}
.eventitem-meta-export-divider:before {
  content: "\00B7";
}
.eventitem-column-content {
  flex: 1 0 70%;
  padding-left: 34px;
  box-sizing: border-box;
  overflow: hidden;
}
.eventitem-content-footer {
  margin: 17px 0 0 0;
}
.eventitem-content-footer .eventitem-sourceurl {
  margin: 0 0 8.5px 0;
}
.eventitem-content-footer .eventitem-meta {
  margin: 0 0 8.5px 0;
}
.eventitem-content-footer .eventitem-meta>* {
  font-size: inherit;
}
.eventitem-pager {
  margin: 170px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}
.eventitem-pager-newer,.eventitem-pager-older {
  flex: 1 0 50%;
  box-sizing: border-box;
  text-decoration: none;
}
.eventitem-pager-newer {
  flex: 1 0 50%;
  box-sizing: border-box;
  align-self: flex-end;
  text-align: right;
}
.eventitem-pager-disabled {
  opacity: .4;
}
@media only screen and (max-width:639px) {
  .eventlist-event {
    position: relative;
    margin: 34px 0 0 0;
    padding: 0;
    display: block;
  }
  .eventlist-column-thumbnail,.eventlist-column-date,.eventlist-column-info {
    width: 100% !important;
  }
  .eventlist-column-thumbnail:empty {
    min-height: 0;
  }
  .tweak-events-stacked-thumbnail-size-11-square .eventlist-column-thumbnail {
    padding-bottom: 100%;
  }
  .tweak-events-stacked-thumbnail-size-32-standard .eventlist-column-thumbnail {
    padding-bottom: 66.666%;
  }
  .tweak-events-stacked-thumbnail-size-23-standard-vertical .eventlist-column-thumbnail {
    padding-bottom: 150%;
  }
  .tweak-events-stacked-thumbnail-size-43-four-thirds .eventlist-column-thumbnail {
    padding-bottom: 75%;
  }
  .tweak-events-stacked-thumbnail-size-169-widescreen .eventlist-column-thumbnail {
    padding-bottom: 56.25%;
  }
  .tweak-events-stacked-thumbnail-size-2401-anamorphic-widescreen .eventlist-column-thumbnail {
    padding-bottom: 41.666%;
  }
  .tweak-events-stacked-thumbnail-size-ultra-widescreen .eventlist-column-thumbnail {
    padding-bottom: 41.666%;
  }
  .eventlist-datetag {
    left: 0;
    right: auto;
  }
  .event-thumbnails .eventlist-event--hasimg .eventlist-datetag {
    left: 10px;
  }
  .event-thumbnails .eventlist-event:not(.eventlist-event--hasimg) .eventlist-column-date {
    position: static;
    flex: 1 0 70px;
  }
  .event-thumbnails .eventlist-event:not(.eventlist-event--hasimg) .eventlist-column-date .eventlist-datetag {
    position: static;
  }
  .eventlist-column-info {
    margin: 25.5px 0 0 0;
    padding: 0;
  }
  body:not(.tweak-events-stacked-show-thumbnails):not(.tweak-events-stacked-date-style-side-tag) .eventlist-event {
    margin-top: 34px;
  }
  body:not(.tweak-events-stacked-show-thumbnails):not(.tweak-events-stacked-date-style-side-tag) .eventlist-column-info {
    margin-top: 0;
  }
  .eventitem {
    display: block;
  }
  .eventitem-title {
    margin-bottom: 17px !important;
  }
  .eventitem-column-meta {
    margin-bottom: 34px;
  }
  .eventitem-column-meta,.eventitem-column-content {
    width: 100%;
    padding: 0;
  }
}
.event-time-24hr {
  display: none;
}
.gallery-video-thumbnail-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-video-thumbnail-wrapper .gallery-video-thumbnail-inner-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gallery-video-thumbnail-wrapper .gallery-video-play-icon {
  width: 39px;
  height: 45px;
  fill: #fff;
  position: relative;
  -webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,.3));
  filter: drop-shadow(2px 2px 1px rgba(0,0,0,.3));
}
.gallery-video-thumbnail-wrapper .gallery-video-play-icon path {
  fill: #fff;
}
.gallery-missing-video-thumbnail {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
}
.gallery-grid[data-width="full-bleed"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.gallery-grid[data-width="full"] {
  max-width: 100%;
  padding: var(--pagePadding);
}
@media screen and (max-width:  767px ) {
  .gallery-grid[data-width="full"] {
    padding: 6vw;
  }
}
.gallery-grid[data-width="inset"] {
  max-width: var(--maxPageWidth);
  padding: var(--pagePadding);
  margin-left: auto;
  margin-right: auto;
}
.gallery-grid-wrapper {
  position: relative;
  width: 100%;
}
.gallery-grid-wrapper--ready .gallery-grid-item {
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.gallery-grid-image-link,.gallery-grid-lightbox-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.gallery-grid-lightbox-link {
  cursor: zoom-in;
}
.gallery-grid--layout-grid .gallery-grid-wrapper {
  display: grid;
}
.gallery-grid[data-tweaking="true"] .gallery-grid-item {
  transition: none !important;
}
@media screen and (max-width:  767px ) {
  .gallery-grid-item:last-child {
    padding-bottom: 0;
  }
}
.gallery-grid-item-wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
}
.gallery-grid-item img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-grid-item:not([data-show]) .gallery-grid-item-wrapper {
  opacity: 0;
  animation-name: none !important;
}
.gallery-grid-item:not([data-show]) .gallery-grid-item-caption {
  opacity: 0;
  visibility: hidden;
}
.gallery-grid[data-show-captions="false"] .gallery-grid-item-caption {
  display: none;
}
.gallery-grid[data-show-captions="true"][data-animation="none"] .gallery-grid-item-caption {
  transition: none;
}
.gallery-grid[data-aspect-ratio="square"] .gallery-grid-item-wrapper {
  padding-bottom: 100%;
}
.gallery-grid[data-aspect-ratio="standard"] .gallery-grid-item-wrapper {
  padding-bottom: 66.666%;
}
.gallery-grid[data-aspect-ratio="standard-vertical"] .gallery-grid-item-wrapper {
  padding-bottom: 150%;
}
.gallery-grid[data-aspect-ratio="four-three"] .gallery-grid-item-wrapper {
  padding-bottom: 75%;
}
.gallery-grid[data-aspect-ratio="three-four-vertical"] .gallery-grid-item-wrapper {
  padding-bottom: 133.333%;
}
.gallery-grid[data-aspect-ratio="widescreen"] .gallery-grid-item-wrapper {
  padding-bottom: 56.25%;
}
.gallery-grid[data-aspect-ratio="anamorphic-widescreen"] .gallery-grid-item-wrapper,.gallery-grid[data-aspect-ratio="ultra-widescreen"] .gallery-grid-item-wrapper {
  padding-bottom: 41.666%;
}
.gallery-grid[data-animation="fade-up"] .gallery-grid-item-wrapper {
  animation-name: tmpl-anim-fade-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-grid[data-animation="scale-up"] .gallery-grid-item-wrapper {
  animation-name: tmpl-anim-fade-scale-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-grid[data-animation="stretch-up"] .gallery-grid-item-wrapper {
  animation-name: tmpl-anim-fade-stretch-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-grid[data-animation="strips-vertical"] .gallery-grid-item-wrapper {
  animation-name: tmpl-anim-clip-vertical-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-grid[data-animation="strips-horizontal"] .gallery-grid-item-wrapper {
  animation-name: tmpl-anim-clip-horizontal-left;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-strips[data-width="full-bleed"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.gallery-strips[data-width="full"] {
  max-width: 100%;
  padding: var(--pagePadding);
}
@media screen and (max-width:  767px ) {
  .gallery-strips[data-width="full"] {
    padding: 6vw;
  }
}
.gallery-strips[data-width="inset"] {
  max-width: var(--maxPageWidth);
  padding: var(--pagePadding);
  margin-left: auto;
  margin-right: auto;
}
.gallery-strips-wrapper {
  position: relative;
  width: 100%;
}
.gallery-strips-wrapper--ready .gallery-strips-item {
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.gallery-strips-image-link,.gallery-strips-lightbox-link {
  display: block;
}
.gallery-strips-lightbox-link {
  cursor: zoom-in;
}
.gallery-strips--layout-grid .gallery-strips-wrapper {
  display: grid;
}
.gallery-strips[data-tweaking="true"] .gallery-strips-item {
  transition: none !important;
}
.gallery-strips-item-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-strips-item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.gallery-strips-item:not([data-show]) .gallery-strips-item-wrapper {
  opacity: 0;
  animation-name: none !important;
}
.gallery-strips-item:not([data-show]) .gallery-strips-item-caption {
  opacity: 0;
  visibility: hidden;
}
.gallery-strips[data-show-captions="false"] .gallery-strips-item-caption {
  display: none;
}
.gallery-strips[data-show-captions="true"][data-animation="none"] .gallery-strips-item-caption {
  transition: none;
}
.gallery-strips[data-animation="fade-up"] .gallery-strips-item-wrapper {
  animation-name: tmpl-anim-fade-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-strips[data-animation="scale-up"] .gallery-strips-item-wrapper {
  animation-name: tmpl-anim-fade-scale-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-strips[data-animation="stretch-up"] .gallery-strips-item-wrapper {
  animation-name: tmpl-anim-fade-stretch-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-strips[data-animation="strips-vertical"] .gallery-strips-item-wrapper {
  animation-name: tmpl-anim-clip-vertical-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-strips[data-animation="strips-horizontal"] .gallery-strips-item-wrapper {
  animation-name: tmpl-anim-clip-horizontal-left;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-slideshow {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  user-select: none;
  z-index: 0;
  max-width: var(--maxPageWidth);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:  767px ) {
  .gallery-slideshow {
    padding: 6vw;
  }
  .gallery-slideshow[data-show-captions="true"] {
    padding: 6vw 6vw 0;
    padding-bottom: 100px;
  }
}
@media screen and (min-width:  768px ) {
  .gallery-slideshow {
    padding: var(--pagePadding);
  }
  .gallery-slideshow[data-thumbnails="true"] {
    padding: var(--pagePadding) var(--pagePadding) calc(var(--pagePadding) - 10px) var(--pagePadding);
  }
}
.gallery-slideshow-wrapper {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.gallery-slideshow-list {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  box-sizing: content-box;
  cursor: grab;
}
.gallery-slideshow-controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gallery-slideshow-control {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gallery-slideshow-control-btn {
  background: initial;
  border: initial;
  position: relative;
  color: #000;
  padding: 8px 10px 8px 8px;
  box-sizing: border-box;
  pointer-events: all;
  opacity: .75;
  transition: opacity 600ms cubic-bezier(.4,0,.2,1);
}
.gallery-slideshow-control-btn .caret-right-icon--small,.gallery-slideshow-control-btn .caret-left-icon--small {
  width: 9px;
  height: 16px;
  position: relative;
  display: block;
  box-sizing: content-box;
  line-height: 1;
}
.gallery-slideshow-control-btn .caret-right-icon--small svg,.gallery-slideshow-control-btn .caret-left-icon--small svg {
  width: 100%;
  height: 100%;
}
.gallery-slideshow-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.gallery-slideshow-item[data-video="true"] {
  pointer-events: all;
}
.gallery-slideshow-item[data-video="true"] .gallery-slideshow-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-slideshow-item[data-video="true"] .gallery-slideshow-item-img .sqs-video-wrapper {
  width: 100%;
}
.gallery-slideshow-item .gallery-slideshow-image-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-slideshow-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
}
.gallery-slideshow-item-src {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery-slideshow-item-img {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.gallery-slideshow-item img {
  position: relative;
}
.gallery-slideshow-item[data-active="true"] {
  visibility: visible;
}
.gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-caption {
  opacity: 1;
  visibility: visible;
}
.gallery-slideshow-thumbnails {
  position: relative;
  display: none;
  width: 60%;
  margin: 0 auto;
  padding: 10px 0;
  flex-shrink: 0;
  overflow: hidden;
  height: 80px;
  text-align: center;
  font-size: 0;
}
@media screen and (max-width:  767px ) {
  .gallery-slideshow-thumbnails {
    width: 100%;
  }
}
[data-thumbnails="true"] .gallery-slideshow-thumbnails {
  display: block;
}
@media screen and (max-width:  767px ) {
  [data-thumbnails="true"] .gallery-slideshow-thumbnails {
    display: none;
  }
}
.gallery-slideshow-thumbnails-scroll {
  position: relative;
  top: 0;
  left: 0;
  display: inline-flex;
  backface-visibility: hidden;
}
.gallery-slideshow-thumbnails-thumb {
  background: initial;
  border: initial;
  position: relative;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: flex-start;
  flex-shrink: 0;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  overflow: hidden;
  transition: opacity 600ms cubic-bezier(.4,0,.2,1);
  backface-visibility: hidden;
}
.gallery-slideshow-thumbnails-thumb .gallery-slideshow-thumbnails-image-wrapper {
  opacity: .55;
}
@media (hover:hover) {
  .gallery-slideshow-thumbnails-thumb:hover .gallery-slideshow-thumbnails-image-wrapper {
    opacity: 1;
  }
}
.gallery-slideshow-thumbnails-thumb[data-active="true"] .gallery-slideshow-thumbnails-image-wrapper {
  opacity: 1;
}
.gallery-slideshow-thumbnails-thumb:first-child {
  margin-left: 0 !important;
}
.gallery-slideshow-thumbnails-thumb:last-child {
  margin-right: 0 !important;
}
.gallery-slideshow-thumbnails-thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%,-50%);
  transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 600ms cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}
.gallery-slideshow-thumbnails-thumb img[data-loaded] {
  opacity: 1;
}
.gallery-slideshow-thumbnails-thumb[data-align="top"] img {
  top: auto;
  transform: translate(-50%,0%);
}
.gallery-slideshow-thumbnails-thumb[data-align="bottom"] img {
  top: 100%;
  transform: translate(-50%,-100%);
}
.gallery-slideshow[data-show-captions="false"] .gallery-caption {
  display: none;
}
.gallery-slideshow[data-show-captions="true"][data-thumbnails="false"] {
  padding-bottom: 0;
  margin-bottom: calc(100px + 50px);
}
@media screen and (min-width:  768px ) {
  .gallery-slideshow[data-show-captions="true"][data-thumbnails="true"] .gallery-slideshow-wrapper {
    margin-bottom: calc(100px + 40px);
  }
}
.gallery-slideshow[data-controls-location="side"] .gallery-slideshow-list {
  left: 3vmax;
  right: 3vmax;
}
.gallery-slideshow[data-controls-location="side"] .gallery-slideshow-control {
  width: 3vmax;
}
.gallery-slideshow[data-controls-location="hide"] .gallery-slideshow-controls {
  display: none;
}
.gallery-slideshow[data-controls-location="simple"] .gallery-slideshow-control-btn {
  padding: 8px 10px 8px 8px;
}
.gallery-slideshow[data-controls-location="simple"] .gallery-slideshow-control-btn[data-previous] {
  margin-left: 20px;
}
.gallery-slideshow[data-controls-location="simple"] .gallery-slideshow-control-btn[data-next] {
  margin-right: 20px;
  padding: 8px 8px 8px 10px;
}
.gallery-slideshow[data-controls-location="simple"] .gallery-slideshow-control-btn::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  border-radius: .15em;
}
@media (hover:hover) {
  .gallery-slideshow[data-controls-location="simple"] .gallery-slideshow-control-btn:hover {
    opacity: 1;
  }
}
.gallery-slideshow[data-transition="none"] .gallery-slideshow-item .gallery-slideshow-item-src,.gallery-slideshow[data-transition="none"] .gallery-slideshow-item .gallery-caption-slideshow {
  transition: none;
}
.gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 0;
}
.gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 0;
}
.gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
}
.gallery-slideshow[data-transition="fade"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: opacity 400ms cubic-bezier(.2,.6,.3,1);
}
.gallery-slideshow[data-transition="fade"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 0;
}
.gallery-slideshow[data-transition="fade"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 0;
}
.gallery-slideshow[data-transition="fade"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
}
.gallery-slideshow[data-transition="spin"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: transform 400ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.2,.6,.3,1);
}
.gallery-slideshow[data-transition="spin"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  transform: perspective(1000px) translatex(0) rotatey(10deg);
  opacity: 0;
}
.gallery-slideshow[data-transition="spin"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  transform: perspective(1000px) translatex(0) rotatey(-10deg);
  opacity: 0;
}
.gallery-slideshow[data-transition="spin"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  transform: perspective(1000px) rotatey(0);
  opacity: 1;
}
.gallery-slideshow[data-transition="scale-up"] .gallery-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-slideshow[data-transition="scale-up"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-slideshow[data-transition="scale-up"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  transform: scale(.8);
  opacity: 0;
}
.gallery-slideshow[data-transition="scale-up"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  transform: scale(.8);
  opacity: 0;
}
.gallery-slideshow[data-transition="scale-up"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  transform: scale(1);
  opacity: 1;
}
.gallery-slideshow[data-transition="scale-up"] .gallery-slideshow-item[data-active="true"][data-in="false"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: scale(1.1);
  opacity: 0;
}
.gallery-slideshow[data-transition="scale-down"] .gallery-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-slideshow[data-transition="scale-down"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-slideshow[data-transition="scale-down"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  transform: scale(1.1);
  opacity: 0;
}
.gallery-slideshow[data-transition="scale-down"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  transform: scale(1.1);
  opacity: 0;
}
.gallery-slideshow[data-transition="scale-down"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  transform: scale(1);
  opacity: 1;
}
.gallery-slideshow[data-transition="scale-down"] .gallery-slideshow-item[data-active="true"][data-in="false"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: scale(1);
  opacity: 0;
}
.gallery-slideshow[data-transition="slide-horizontal"] .gallery-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-slideshow[data-transition="slide-horizontal"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-slideshow[data-transition="slide-horizontal"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  transform: translatex(10%);
  opacity: 0;
}
.gallery-slideshow[data-transition="slide-horizontal"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  transform: translatex(-10%);
  opacity: 0;
}
.gallery-slideshow[data-transition="slide-horizontal"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  transform: translatex(0%);
  opacity: 1;
}
.gallery-slideshow[data-transition="slide-horizontal"] .gallery-slideshow-item[data-active="true"][data-in="false"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: translatex(0%);
}
.gallery-slideshow[data-transition="slide-vertical"] .gallery-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-slideshow[data-transition="slide-vertical"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-slideshow[data-transition="slide-vertical"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  transform: translatey(10%);
  opacity: 0;
}
.gallery-slideshow[data-transition="slide-vertical"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  transform: translatey(-10%);
  opacity: 0;
}
.gallery-slideshow[data-transition="slide-vertical"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  transform: translatey(0%);
  opacity: 1;
}
.gallery-slideshow[data-transition="slide-vertical"] .gallery-slideshow-item[data-active="true"][data-in="false"] .gallery-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: translatey(0%);
}
.tweak-global-animations-animation-type-fade .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: opacity .4s cubic-bezier(.33,1,.68,1);
}
.tweak-global-animations-animation-type-fade .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 0;
}
.tweak-global-animations-animation-type-fade .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 0;
}
.tweak-global-animations-animation-type-fade .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
}
.tweak-global-animations-animation-type-scale .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: opacity .2s cubic-bezier(.33,1,.68,1),transform 1s step-end;
}
.tweak-global-animations-animation-type-scale .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 0;
  transform: scale(.94);
}
.tweak-global-animations-animation-type-scale .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 0;
  transform: scale(.94);
}
.tweak-global-animations-animation-type-scale .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
  transform: scale(1);
  transition: opacity .2s cubic-bezier(.33,1,.68,1),transform 1s cubic-bezier(.33,1,.68,1);
}
.tweak-global-animations-animation-type-slide .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: opacity .2s cubic-bezier(.33,1,.68,1),transform .2s step-end;
}
.tweak-global-animations-animation-type-slide .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 0;
  transform: translatex(5vw);
}
.tweak-global-animations-animation-type-slide .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 0;
  transform: translatex(-5vw);
}
.tweak-global-animations-animation-type-slide .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
  transform: translatex(0);
  transition: opacity .2s cubic-bezier(.33,1,.68,1),transform .75s cubic-bezier(.33,1,.68,1);
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src img {
  transition: clip-path .75s cubic-bezier(.25,1,.6,1);
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 1;
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src img {
  clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 1;
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src img {
  clip-path: polygon(0% 0,0 0%,0% 100%,0% 100%);
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
}
.tweak-global-animations-animation-type-clip .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src img {
  clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
  transition: clip-path 1s cubic-bezier(.25,1,.6,1);
  transition-delay: .3s;
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src {
  transition: opacity .2s cubic-bezier(.25,1,.6,1),transform .2s step-end;
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"] .gallery-slideshow-item-src img {
  transition: clip-path .2s step-end,transform .2s cubic-bezier(.25,1,.6,1);
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src {
  opacity: 0;
  transform: translatex(6vw);
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="true"] .gallery-slideshow-item-src img {
  clip-path: polygon(100% 0,100% 0,100% 100%,150% 100%);
  transform: scale(.9);
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src {
  opacity: 0;
  transform: translatex(-6vw);
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-next="false"] .gallery-slideshow-item-src img {
  clip-path: polygon(0% 0,0 0%,-50% 100%,0% 100%);
  transform: scale(.9);
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src {
  opacity: 1;
  transform: translatex(0);
  transition: opacity .15s cubic-bezier(.25,1,.6,1),transform 1s cubic-bezier(.25,1,.6,1);
}
.tweak-global-animations-animation-type-flex .gallery-slideshow[data-transition="site-default"] .gallery-slideshow-item[data-active="true"][data-in="true"] .gallery-slideshow-item-src img {
  clip-path: polygon(0 0,100% 0,100% 100%,0% 100%);
  transform: scale(1);
  transition: clip-path 1s cubic-bezier(.25,1,.6,1);
  transition-delay: .05s;
}
.gallery-fullscreen-slideshow {
  position: relative;
  box-sizing: border-box;
  user-select: none;
  z-index: 0;
}
.gallery-fullscreen-slideshow[data-width="full-bleed"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.gallery-fullscreen-slideshow[data-width="full"] {
  max-width: 100%;
  padding: var(--pagePadding);
}
@media screen and (max-width:  767px ) {
  .gallery-fullscreen-slideshow[data-width="full"] {
    padding: 6vw;
  }
}
.gallery-fullscreen-slideshow-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.gallery-fullscreen-slideshow-list {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  z-index: 0;
  box-sizing: content-box;
  cursor: grab;
}
.gallery-fullscreen-slideshow-lightbox-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.gallery-fullscreen-slideshow-lightbox-link {
  cursor: zoom-in;
}
.gallery-fullscreen-slideshow-controls {
  display: none;
  width: 100%;
  pointer-events: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: space-between;
}
.gallery-fullscreen-slideshow-control {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.gallery-fullscreen-slideshow-control-btn {
  background: initial;
  border: initial;
  position: relative;
  color: #000;
  padding: 8px 10px 8px 8px;
  box-sizing: border-box;
  pointer-events: all;
  opacity: .75;
  transition: opacity 600ms cubic-bezier(.4,0,.2,1);
}
.gallery-fullscreen-slideshow-control-btn[data-previous] {
  margin-left: 20px;
}
.gallery-fullscreen-slideshow-control-btn[data-next] {
  margin-right: 20px;
  padding: 8px 8px 8px 10px;
}
.gallery-fullscreen-slideshow-control-btn::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .5;
  border-radius: .15em;
}
@media (hover:hover) {
  .gallery-fullscreen-slideshow-control-btn:hover {
    opacity: 1;
  }
}
.gallery-fullscreen-slideshow-control-btn:focus {
  opacity: 1;
}
.gallery-fullscreen-slideshow-control-btn .caret-right-icon--small,.gallery-fullscreen-slideshow-control-btn .caret-left-icon--small {
  width: 9px;
  height: 16px;
  position: relative;
  display: block;
  box-sizing: content-box;
  line-height: 1;
}
.gallery-fullscreen-slideshow-control-btn .caret-right-icon--small svg,.gallery-fullscreen-slideshow-control-btn .caret-left-icon--small svg {
  width: 100%;
  height: 100%;
}
.gallery-fullscreen-slideshow-item-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-fullscreen-slideshow-item {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
}
.gallery-fullscreen-slideshow-item-src,.gallery-fullscreen-slideshow-item-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gallery-fullscreen-slideshow-item .gallery-fullscreen-slideshow-image-link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-fullscreen-slideshow-item[data-active="true"] {
  visibility: visible;
}
.gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-caption-fullscreen-slideshow {
  opacity: 1;
  visibility: visible;
}
.gallery-fullscreen-slideshow[data-show-captions="false"] .gallery-caption-fullscreen-slideshow {
  display: none;
}
.gallery-fullscreen-slideshow[data-show-captions="true"][data-width="full-bleed"] {
  margin-bottom: 150px;
}
.gallery-fullscreen-slideshow[data-show-captions="true"][data-width="full"] {
  padding-bottom: 0;
  margin-bottom: 150px;
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-bullet-nav {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-bullet-nav .gallery-fullscreen-slideshow-bullet {
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  margin: 5px;
  padding: 0;
}
.gallery-fullscreen-slideshow .gallery-fullscreen-slideshow-bullet-nav .gallery-fullscreen-slideshow-bullet:not(.active) {
  background-color: transparent;
}
.gallery-fullscreen-slideshow[data-controls="arrows"] .gallery-fullscreen-slideshow-controls {
  display: flex;
}
.gallery-fullscreen-slideshow[data-controls="bullets"] .gallery-fullscreen-slideshow-bullet-nav {
  display: flex;
}
.gallery-fullscreen-slideshow[data-transition="none"] .gallery-fullscreen-slideshow-item .gallery-fullscreen-slideshow-item-src,.gallery-fullscreen-slideshow[data-transition="none"] .gallery-fullscreen-slideshow-item .gallery-caption-fullscreen-slideshow {
  transition: none;
}
.gallery-fullscreen-slideshow[data-transition="fade"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src {
  transition: opacity 400ms cubic-bezier(.2,.6,.3,1);
}
.gallery-fullscreen-slideshow[data-transition="fade"] .gallery-fullscreen-slideshow-item[data-next="true"] .gallery-fullscreen-slideshow-item-src {
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="fade"] .gallery-fullscreen-slideshow-item[data-next="false"] .gallery-fullscreen-slideshow-item-src {
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="fade"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-fullscreen-slideshow-item-src {
  opacity: 1;
}
.gallery-fullscreen-slideshow[data-transition="spin"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 400ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.2,.6,.3,1);
}
.gallery-fullscreen-slideshow[data-transition="spin"] .gallery-fullscreen-slideshow-item[data-next="true"] .gallery-fullscreen-slideshow-item-src {
  transform: perspective(1000px) translatex(0) rotatey(10deg);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="spin"] .gallery-fullscreen-slideshow-item[data-next="false"] .gallery-fullscreen-slideshow-item-src {
  transform: perspective(1000px) translatex(0) rotatey(-10deg);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="spin"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-fullscreen-slideshow-item-src {
  transform: perspective(1000px) rotatey(0);
  opacity: 1;
}
.gallery-fullscreen-slideshow[data-transition="scale-up"] .gallery-fullscreen-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-fullscreen-slideshow[data-transition="scale-up"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-fullscreen-slideshow[data-transition="scale-up"] .gallery-fullscreen-slideshow-item[data-next="true"] .gallery-fullscreen-slideshow-item-src {
  transform: scale(.8);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="scale-up"] .gallery-fullscreen-slideshow-item[data-next="false"] .gallery-fullscreen-slideshow-item-src {
  transform: scale(.8);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="scale-up"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-fullscreen-slideshow-item-src {
  transform: scale(1);
  opacity: 1;
}
.gallery-fullscreen-slideshow[data-transition="scale-up"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="false"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: scale(1.1);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="scale-down"] .gallery-fullscreen-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-fullscreen-slideshow[data-transition="scale-down"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-fullscreen-slideshow[data-transition="scale-down"] .gallery-fullscreen-slideshow-item[data-next="true"] .gallery-fullscreen-slideshow-item-src {
  transform: scale(1.1);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="scale-down"] .gallery-fullscreen-slideshow-item[data-next="false"] .gallery-fullscreen-slideshow-item-src {
  transform: scale(1.1);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="scale-down"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-fullscreen-slideshow-item-src {
  transform: scale(1);
  opacity: 1;
}
.gallery-fullscreen-slideshow[data-transition="scale-down"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="false"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: scale(1);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="slide-horizontal"] .gallery-fullscreen-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-fullscreen-slideshow[data-transition="slide-horizontal"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-fullscreen-slideshow[data-transition="slide-horizontal"] .gallery-fullscreen-slideshow-item[data-next="true"] .gallery-fullscreen-slideshow-item-src {
  transform: translatex(10%);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="slide-horizontal"] .gallery-fullscreen-slideshow-item[data-next="false"] .gallery-fullscreen-slideshow-item-src {
  transform: translatex(-10%);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="slide-horizontal"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-fullscreen-slideshow-item-src {
  transform: translatex(0%);
  opacity: 1;
}
.gallery-fullscreen-slideshow[data-transition="slide-horizontal"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="false"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: translatex(0%);
}
.gallery-fullscreen-slideshow[data-transition="slide-vertical"] .gallery-fullscreen-slideshow-item-wrapper {
  overflow: hidden;
}
.gallery-fullscreen-slideshow[data-transition="slide-vertical"] .gallery-fullscreen-slideshow-item[data-active="true"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(.2,.6,.3,1),opacity 800ms cubic-bezier(.2,.6,.3,1);
}
.gallery-fullscreen-slideshow[data-transition="slide-vertical"] .gallery-fullscreen-slideshow-item[data-next="true"] .gallery-fullscreen-slideshow-item-src {
  transform: translatey(10%);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="slide-vertical"] .gallery-fullscreen-slideshow-item[data-next="false"] .gallery-fullscreen-slideshow-item-src {
  transform: translatey(-10%);
  opacity: 0;
}
.gallery-fullscreen-slideshow[data-transition="slide-vertical"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="true"] .gallery-fullscreen-slideshow-item-src {
  transform: translatey(0%);
  opacity: 1;
}
.gallery-fullscreen-slideshow[data-transition="slide-vertical"] .gallery-fullscreen-slideshow-item[data-active="true"][data-in="false"] .gallery-fullscreen-slideshow-item-src {
  transition: transform 800ms cubic-bezier(0,0,.2,1),opacity 800ms cubic-bezier(0,0,.2,1);
  transform: translatey(0%);
}
.gallery-masonry[data-width="full-bleed"] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.gallery-masonry[data-width="full"] {
  max-width: 100%;
  padding: var(--pagePadding);
}
@media screen and (max-width:  767px ) {
  .gallery-masonry[data-width="full"] {
    padding: 6vw;
  }
}
.gallery-masonry[data-width="inset"] {
  max-width: var(--maxPageWidth);
  padding: var(--pagePadding);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:  767px ) {
  .gallery-masonry[data-width="inset"] {
    padding: 6vw;
  }
}
.gallery-masonry-wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.gallery-masonry-wrapper--ready .gallery-masonry-item {
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
.gallery-masonry[data-tweaking="true"] .gallery-masonry-item {
  transition: none !important;
}
.gallery-masonry-image-link,.gallery-masonry-lightbox-link {
  display: block;
}
.gallery-masonry-lightbox-link {
  cursor: zoom-in;
}
@media screen and (max-width:  767px ) {
  .gallery-masonry-item:last-child {
    padding-bottom: 0;
  }
}
.gallery-masonry-item-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.gallery-masonry-item img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.gallery-masonry-item:not([data-show]) .gallery-masonry-item-wrapper {
  opacity: 0;
  animation-name: none !important;
}
.gallery-masonry-item:not([data-show]) .gallery-masonry-item-caption {
  opacity: 0;
  visibility: hidden;
}
.gallery-masonry .gallery-masonry-wrapper {
  display: masonry;
  justify-content: center;
  align-items: flex-start;
}
.gallery-masonry .gallery-masonry-item[data-loaded] img {
  height: auto !important;
}
.gallery-masonry[data-show-captions="false"] .gallery-masonry-item-caption {
  display: none;
}
.gallery-masonry[data-show-captions="true"][data-animation="none"] .gallery-masonry-item-caption {
  transition: none;
}
.gallery-masonry[data-animation="fade-up"] .gallery-masonry-item-wrapper {
  animation-name: tmpl-anim-fade-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-masonry[data-animation="scale-up"] .gallery-masonry-item-wrapper {
  animation-name: tmpl-anim-fade-scale-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-masonry[data-animation="stretch-up"] .gallery-masonry-item-wrapper {
  animation-name: tmpl-anim-fade-stretch-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-masonry[data-animation="strips-vertical"] .gallery-masonry-item-wrapper {
  animation-name: tmpl-anim-clip-vertical-up;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-masonry[data-animation="strips-horizontal"] .gallery-masonry-item-wrapper {
  animation-name: tmpl-anim-clip-horizontal-left;
  animation-duration: 800ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.user-items-list-simple {
  list-style: none;
  margin: 0px auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.user-items-list-simple[data-layout-width="full-bleed"] {
  padding-left: 0px;
  padding-right: 0px;
}
.user-items-list-simple[data-layout-width="full"] {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-simple[data-layout-width="inset"] {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  max-width: var(--maxPageWidth);
}
@media screen and (min-width:  576px ) {
  .user-items-list-simple:not([data-num-columns="1"]) {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (min-width:  768px ) {
  .user-items-list-simple[data-num-columns="6"],.user-items-list-simple[data-num-columns="5"],.user-items-list-simple[data-num-columns="4"],.user-items-list-simple[data-num-columns="3"] {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (min-width:  1100px ) {
  .user-items-list-simple[data-num-columns="6"],.user-items-list-simple[data-num-columns="5"],.user-items-list-simple[data-num-columns="4"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (min-width:  1200px ) {
  .user-items-list-simple[data-num-columns="5"] {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5,1fr);
  }
  .user-items-list-simple[data-num-columns="6"] {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6,1fr);
  }
}
.user-items-list-simple[data-alignment-vertical="top"] {
  align-items: flex-start;
}
.user-items-list-simple[data-alignment-vertical="middle"] {
  align-items: center;
}
.user-items-list-simple[data-alignment-vertical="bottom"] {
  align-items: flex-end;
}
.user-items-list-simple[data-alignment-vertical="stretch"] {
  align-items: stretch;
}
.user-items-list-simple[data-alignment-vertical="stretch"][data-content-order="media-first"] .list-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-items-list-simple[data-media-alignment="left"] .list-item-media {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-simple[data-media-alignment="center"] .list-item-media {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-simple[data-media-alignment="right"] .list-item-media {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-simple[data-title-placement="left"] .list-item-content__title {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-simple[data-title-placement="center"] .list-item-content__title {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-simple[data-title-placement="right"] .list-item-content__title {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-simple[data-body-placement="left"] .list-item-content__description {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-simple[data-body-placement="center"] .list-item-content__description {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-simple[data-body-placement="right"] .list-item-content__description {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-simple[data-button-placement="left"] .list-item-content__button-container {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-simple[data-button-placement="center"] .list-item-content__button-container {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-simple[data-button-placement="right"] .list-item-content__button-container {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-simple[data-title-alignment="left"] .list-item-content__title {
  text-align: left;
}
.user-items-list-simple[data-title-alignment="center"] .list-item-content__title {
  text-align: center;
}
.user-items-list-simple[data-title-alignment="right"] .list-item-content__title {
  text-align: right;
}
.user-items-list-simple[data-body-alignment="left"] .list-item-content__description {
  text-align: left;
}
.user-items-list-simple[data-body-alignment="center"] .list-item-content__description {
  text-align: center;
}
.user-items-list-simple[data-body-alignment="right"] .list-item-content__description {
  text-align: right;
}
.user-items-list-simple[data-button-alignment="left"] .list-item-content__button-container {
  text-align: left;
}
.user-items-list-simple[data-button-alignment="center"] .list-item-content__button-container {
  text-align: center;
}
.user-items-list-simple[data-button-alignment="right"] .list-item-content__button-container {
  text-align: right;
}
.user-items-list-simple .list-item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.user-items-list-simple[data-alignment-vertical="stretch"][data-content-order="content-first"] .list-item {
  justify-content: space-between;
}
.user-items-list-simple .list-item-media-inner {
  position: relative;
}
.user-items-list-simple .list-item-media-inner:not([data-aspect-ratio="original"]) {
  height: 0px;
  overflow: hidden;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="1:1"] {
  padding-bottom: 100%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="3:2"] {
  padding-bottom: 66.67%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="2:3"] {
  padding-bottom: 150%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="4:3"] {
  padding-bottom: 75%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="3:4"] {
  padding-bottom: 133.33%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="16:9"] {
  padding-bottom: 56.25%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="2.4:1"] {
  padding-bottom: 41.67%;
}
.user-items-list-simple .list-item-media-inner[data-aspect-ratio="circle"] {
  padding-bottom: 100%;
  border-radius: 50%;
}
.user-items-list-simple .list-image {
  width: 100%;
  min-height: 100%;
  height: auto;
}
.user-items-list-simple .list-item-media-inner:not([data-aspect-ratio="original"]) .list-image {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
.user-items-list-simple .list-item-content__title {
  margin: 0px;
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-simple[data-title-font-unit="rem"] .list-item-content__title {
    font-size: calc((var(--title-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-simple[data-title-font-unit="rem"] .list-item-content__title {
    font-size: min(calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--title-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--title-font-size-value) * 1rem)));
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-simple[data-description-font-unit="rem"] .list-item-content__description {
    font-size: calc((var(--body-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-simple[data-description-font-unit="rem"] .list-item-content__description {
    font-size: min(calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--body-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--body-font-size-value) * 1rem)));
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-simple[data-button-font-unit="rem"] .list-item-content__button {
    font-size: calc((var(--button-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-simple[data-button-font-unit="rem"] .list-item-content__button {
    font-size: min(calc((var(--button-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--button-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--button-font-size-value) * 1rem)));
  }
}
.user-items-list-simple .list-item-content__description {
  margin: 0px;
  letter-spacing: normal;
}
.user-items-list-simple .list-item-content__description p:first-of-type {
  margin-top: 0px;
}
.user-items-list-simple .list-item-content__description p:last-of-type {
  margin-bottom: 0px;
}
.user-items-list-simple .list-item-content__button-container {
  position: relative;
  z-index: 1;
}
.user-items-list-simple .list-item-content__button {
  box-sizing: border-box;
}
.user-items-list-simple .list-item-content--hidden {
  display: none;
}
.user-items-list-banner-slideshow .slideshow-wrapper {
  position: relative;
}
.user-items-list-banner-slideshow .slideshow-gutter {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.user-items-list-banner-slideshow .slideshow-gutter:focus {
  outline: none;
}
.user-items-list-banner-slideshow .slideshow-gutter:focus::after {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.user-items-list-banner-slideshow .slideshow-gutter:focus:not(:focus-visible)::after {
  display: none;
}
.user-items-list-banner-slideshow .slideshow-holder {
  margin: auto;
}
.user-items-list-banner-slideshow[data-layout-width="full-bleed"] .slideshow-gutter {
  padding-left: 0px;
  padding-right: 0px;
}
.user-items-list-banner-slideshow[data-layout-width="full-bleed"] .slideshow-holder {
  max-width: 100%;
}
.user-items-list-banner-slideshow[data-layout-width="full"] .slideshow-gutter {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-banner-slideshow[data-layout-width="full"] .slideshow-holder {
  max-width: 100%;
}
.user-items-list-banner-slideshow[data-layout-width="full"] .arrows-bottom-outer {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-banner-slideshow[data-layout-width="inset"] .slideshow-gutter {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-banner-slideshow[data-layout-width="inset"] .slideshow-holder {
  max-width: var(--maxPageWidth);
}
.user-items-list-banner-slideshow[data-layout-width="inset"] .arrows-bottom-outer {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-banner-slideshow[data-layout-width="inset"] .arrows-bottom-wrapper {
  max-width: var(--maxPageWidth);
}
.user-items-list-banner-slideshow .slides {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  width: 100%;
  box-sizing: border-box;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 0;
  transition: opacity .3s;
}
@media screen and (max-width:  575px ) {
  .user-items-list-banner-slideshow .slides {
    padding-right: 0px !important;
  }
}
.user-items-list-banner-slideshow .slides--initialized {
  opacity: 1;
}
.user-items-list-banner-slideshow .slide {
  position: relative;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: -1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: -1;
  box-sizing: border-box;
  display: flex;
  min-width: 0;
  transform: translatex(-9999px);
  pointer-events: none;
  user-select: none;
}
.user-items-list-banner-slideshow .slide a,.user-items-list-banner-slideshow .slide button {
  pointer-events: auto;
}
.user-items-list-banner-slideshow[data-card-vertical-position="top"] .slide {
  align-items: flex-start;
}
.user-items-list-banner-slideshow[data-card-vertical-position="middle"] .slide {
  align-items: center;
}
.user-items-list-banner-slideshow[data-card-vertical-position="bottom"] .slide {
  align-items: flex-end;
}
.user-items-list-banner-slideshow[data-card-horizontal-position="left"] .slide {
  justify-content: flex-start;
}
.user-items-list-banner-slideshow[data-card-horizontal-position="center"] .slide {
  justify-content: center;
}
.user-items-list-banner-slideshow[data-card-horizontal-position="right"] .slide {
  justify-content: flex-end;
}
.user-items-list-banner-slideshow .slide-content {
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width:  575px ) {
  .user-items-list-banner-slideshow .slide-content {
    margin: 88px 0px;
  }
}
@media screen and (min-width:  576px ) {
  .user-items-list-banner-slideshow[data-show-adjacent-slides="true"] .slideshow-holder {
    overflow: visible;
  }
}
@media screen and (max-width:  575px ) {
  .user-items-list-banner-slideshow[data-show-adjacent-slides="true"] .slideshow-holder {
    overflow: hidden;
  }
}
.user-items-list-banner-slideshow[data-show-adjacent-slides="false"] .slideshow-holder {
  overflow: hidden;
}
.user-items-list-banner-slideshow .slide-media-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.user-items-list-banner-slideshow .list-slideshow-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.user-items-list-banner-slideshow .list-item-content__title {
  margin: 0px;
}
.user-items-list-banner-slideshow .list-item-content__description {
  margin: 0px;
  letter-spacing: normal;
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-title-font-unit="rem"] .list-item-content__title {
    font-size: calc((var(--title-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-title-font-unit="rem"] .list-item-content__title {
    font-size: min(calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--title-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--title-font-size-value) * 1rem)));
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-description-font-unit="rem"] .list-item-content__description {
    font-size: calc((var(--body-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-description-font-unit="rem"] .list-item-content__description {
    font-size: min(calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--body-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--body-font-size-value) * 1rem)));
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-button-font-unit="rem"] .list-item-content__button {
    font-size: calc((var(--button-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-banner-slideshow[data-button-font-unit="rem"] .list-item-content__button {
    font-size: min(calc((var(--button-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--button-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--button-font-size-value) * 1rem)));
  }
}
.user-items-list-banner-slideshow[data-title-alignment="left"] .list-item-content__title {
  text-align: left;
}
.user-items-list-banner-slideshow[data-title-alignment="center"] .list-item-content__title {
  text-align: center;
}
.user-items-list-banner-slideshow[data-title-alignment="right"] .list-item-content__title {
  text-align: right;
}
.user-items-list-banner-slideshow[data-body-alignment="left"] .list-item-content__description {
  text-align: left;
}
.user-items-list-banner-slideshow[data-body-alignment="center"] .list-item-content__description {
  text-align: center;
}
.user-items-list-banner-slideshow[data-body-alignment="right"] .list-item-content__description {
  text-align: right;
}
.user-items-list-banner-slideshow[data-button-alignment="left"] .list-item-content__button-container {
  text-align: left;
}
.user-items-list-banner-slideshow[data-button-alignment="center"] .list-item-content__button-container {
  text-align: center;
}
.user-items-list-banner-slideshow[data-button-alignment="right"] .list-item-content__button-container {
  text-align: right;
}
.user-items-list-banner-slideshow .arrow-container {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button {
  pointer-events: auto;
  cursor: pointer;
  display: block;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border: none;
  padding: 0;
  margin: 0;
  transition: opacity .3s;
  position: relative;
  background: transparent;
  z-index: 1;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button:focus {
  outline: none;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button:focus::after {
  position: absolute;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  border: 2px solid;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button:focus:not(:focus-visible)::after {
  display: none;
}
.user-items-list-banner-slideshow .arrow-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .7;
  transition: opacity .3s;
}
.user-items-list-banner-slideshow .arrow-button:hover .user-items-list-banner-slideshow__arrow-icon-background-area {
  opacity: 1;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-path {
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: none;
}
.user-items-list-banner-slideshow .arrows-bottom-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
.user-items-list-banner-slideshow .arrows-bottom-wrapper {
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
}
.user-items-list-banner-slideshow .arrows-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.user-items-list-banner-slideshow[data-navigation-alignment="left"] .arrows-bottom-wrapper {
  justify-content: flex-start;
}
.user-items-list-banner-slideshow[data-navigation-alignment="center"] .arrows-bottom-wrapper {
  justify-content: center;
}
.user-items-list-banner-slideshow[data-navigation-alignment="right"] .arrows-bottom-wrapper {
  justify-content: flex-end;
}
.user-items-list-banner-slideshow .mobile-arrows {
  display: none;
  justify-content: center;
  margin-top: 20px;
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
}
.user-items-list-banner-slideshow .mobile-arrow-button {
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
}
.user-items-list-banner-slideshow .mobile-arrow-button--left {
  margin-right: 10px;
}
.user-items-list-banner-slideshow .mobile-arrow-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.user-items-list-banner-slideshow .mobile-arrow-icon-background-area {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 4px;
  top: 4px;
  transition: opacity .3s;
  border-radius: 50%;
}
.user-items-list-banner-slideshow .mobile-arrow-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width:  575px ) {
  .user-items-list-banner-slideshow .desktop-arrows {
    display: none;
  }
  .user-items-list-banner-slideshow .mobile-arrows {
    display: flex;
  }
}
.user-items-list-banner-slideshow .progress-indicators {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0px;
  display: flex;
  justify-content: center;
}
.user-items-list-banner-slideshow .list-slideshow-bullet {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  margin: 0px 6px;
}
.user-items-list-banner-slideshow[data-progress-indicators-placement="inset"] .progress-indicators {
  position: absolute;
  bottom: 0px;
}
.user-items-list-banner-slideshow[data-progress-indicators-placement="inset"] .list-slideshow-bullet {
  border-color: #fff;
}
.user-items-list-banner-slideshow[data-progress-indicators-placement="outside"] .list-slideshow-bullet {
  border-color: #333;
}
.user-items-list-banner-slideshow .list-item-content--hidden {
  display: none;
}
.user-items-list-banner-slideshow:not([data-has-multiple-slides]) .slideshow-gutter {
  cursor: auto !important;
}
.user-items-list-banner-slideshow:not([data-has-multiple-slides]) .arrow-container,.user-items-list-banner-slideshow:not([data-has-multiple-slides]) .mobile-arrows {
  display: none;
}
.user-items-list-banner-slideshow:not([data-has-multiple-slides]) .slide {
  pointer-events: auto;
  user-select: auto;
}
.user-items-list-carousel__gutter {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.user-items-list-carousel__gutter:focus {
  outline: none;
}
.user-items-list-carousel__gutter:focus::after {
  display: block;
  box-sizing: border-box;
  border: 2px solid;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.user-items-list-carousel__gutter:focus:not(:focus-visible)::after {
  display: none;
}
.user-items-list-carousel__slideshow-holder {
  position: relative;
  margin: 0 auto;
}
.user-items-list-carousel[data-layout-width="full-bleed"] .user-items-list-carousel__gutter,.user-items-list-carousel[data-layout-width="full-bleed"] .arrows-bottom-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}
.user-items-list-carousel[data-layout-width="full-bleed"][data-show-adjacent-slides="true"] .user-items-list-carousel__arrow-wrapper {
  width: calc(100% - 2 * 0px);
  max-width: calc(100% - 40px);
}
.user-items-list-carousel[data-layout-width="full-bleed"][data-show-adjacent-slides="false"] .user-items-list-carousel__arrow-wrapper {
  width: calc(100% - 2 * 0px);
  max-width: 100%;
}
.user-items-list-carousel[data-layout-width="full"] .user-items-list-carousel__gutter,.user-items-list-carousel[data-layout-width="full"] .arrows-bottom-wrapper {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-carousel[data-layout-width="full"][data-show-adjacent-slides="true"] .user-items-list-carousel__arrow-wrapper {
  width: calc(100% - 2 * var(--pagePadding));
  max-width: calc(100% - 40px);
}
.user-items-list-carousel[data-layout-width="full"][data-show-adjacent-slides="false"] .user-items-list-carousel__arrow-wrapper {
  width: calc(100% - 2 * var(--pagePadding));
  max-width: 100%;
}
.user-items-list-carousel[data-layout-width="inset"] .user-items-list-carousel__gutter {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list-carousel[data-layout-width="inset"] .user-items-list-carousel__slideshow-holder {
  max-width: var(--maxPageWidth);
}
.user-items-list-carousel[data-layout-width="inset"] .arrows-bottom-wrapper {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  box-sizing: content-box;
  max-width: var(--maxPageWidth);
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-carousel[data-layout-width="inset"][data-show-adjacent-slides="true"] .user-items-list-carousel__arrow-wrapper {
  width: calc(100% - 2 * var(--pagePadding));
  max-width: calc(var(--maxPageWidth) - 40px);
}
.user-items-list-carousel[data-layout-width="inset"][data-show-adjacent-slides="false"] .user-items-list-carousel__arrow-wrapper {
  width: calc(100% - 2 * var(--pagePadding));
  max-width: var(--maxPageWidth);
}
@media screen and (min-width:  576px ) {
  .user-items-list-carousel[data-show-adjacent-slides="true"] .user-items-list-carousel__slides-revealer {
    overflow: visible;
  }
  .user-items-list-carousel[data-show-adjacent-slides="true"] .user-items-list-carousel__slides,.user-items-list-carousel[data-show-adjacent-slides="true"] .user-items-list-carousel__arrow-wrapper--left {
    padding-right: 40px;
  }
  .user-items-list-carousel[data-show-adjacent-slides="true"] .user-items-list-carousel__arrow-wrapper--right {
    padding-left: 40px;
  }
}
@media screen and (max-width:  575px ) {
  .user-items-list-carousel[data-show-adjacent-slides="true"] .user-items-list-carousel__slides-revealer {
    overflow: hidden;
  }
}
.user-items-list-carousel[data-show-adjacent-slides="false"] .user-items-list-carousel__slides-revealer {
  overflow: hidden;
}
.user-items-list-carousel__slides {
  margin: 0px;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  list-style-type: none;
  opacity: 0;
  transition: opacity .3s;
}
@media screen and (max-width:  575px ) {
  .user-items-list-carousel__slides {
    grid-gap: 20px !important;
  }
}
.user-items-list-carousel__slides--initialized {
  opacity: 1;
}
.user-items-list-carousel__slide {
  box-sizing: border-box;
  -ms-grid-row: 1;
  grid-row-start: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  transform: translatex(-9999px);
  pointer-events: none;
  user-select: none;
}
.user-items-list-carousel__slide a,.user-items-list-carousel__slide button {
  pointer-events: auto;
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-carousel[data-title-font-unit="rem"] .list-item-content__title {
    font-size: calc((var(--title-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-carousel[data-title-font-unit="rem"] .list-item-content__title {
    font-size: min(calc((var(--title-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--title-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--title-font-size-value) * 1rem)));
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-carousel[data-description-font-unit="rem"] .list-item-content__description {
    font-size: calc((var(--body-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-carousel[data-description-font-unit="rem"] .list-item-content__description {
    font-size: min(calc((var(--body-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--body-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--body-font-size-value) * 1rem)));
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  #siteWrapper .user-items-list-item-container.user-items-list-carousel[data-button-font-unit="rem"] .list-item-content__button {
    font-size: calc((var(--button-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem);
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  #siteWrapper .user-items-list-item-container.user-items-list-carousel[data-button-font-unit="rem"] .list-item-content__button {
    font-size: min(calc((var(--button-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--button-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--button-font-size-value) * 1rem)));
  }
}
.user-items-list-carousel .list-item-content__title {
  margin: 0px;
}
.user-items-list-carousel .list-item-content__description {
  margin: 0px;
  letter-spacing: normal;
}
.user-items-list-carousel .list-item-content__description p:first-of-type {
  margin-top: 0px;
}
.user-items-list-carousel .list-item-content__description p:last-of-type {
  margin-bottom: 0px;
}
.user-items-list-carousel[data-media-alignment="left"] .user-items-list-carousel__media-container {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-carousel[data-media-alignment="center"] .user-items-list-carousel__media-container {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-carousel[data-media-alignment="right"] .user-items-list-carousel__media-container {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-carousel[data-title-placement="left"] .list-item-content__title {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-carousel[data-title-placement="center"] .list-item-content__title {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-carousel[data-title-placement="right"] .list-item-content__title {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-carousel[data-body-placement="left"] .list-item-content__description {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-carousel[data-body-placement="center"] .list-item-content__description {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-carousel[data-body-placement="right"] .list-item-content__description {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-carousel[data-button-placement="left"] .list-item-content__button-container {
  margin-left: 0;
  margin-right: auto;
}
.user-items-list-carousel[data-button-placement="center"] .list-item-content__button-container {
  margin-left: auto;
  margin-right: auto;
}
.user-items-list-carousel[data-button-placement="right"] .list-item-content__button-container {
  margin-left: auto;
  margin-right: 0;
}
.user-items-list-carousel[data-title-alignment="left"] .list-item-content__title {
  text-align: left;
}
.user-items-list-carousel[data-title-alignment="center"] .list-item-content__title {
  text-align: center;
}
.user-items-list-carousel[data-title-alignment="right"] .list-item-content__title {
  text-align: right;
}
.user-items-list-carousel[data-body-alignment="left"] .list-item-content__description {
  text-align: left;
}
.user-items-list-carousel[data-body-alignment="center"] .list-item-content__description {
  text-align: center;
}
.user-items-list-carousel[data-body-alignment="right"] .list-item-content__description {
  text-align: right;
}
.user-items-list-carousel[data-button-alignment="left"] .list-item-content__button-container {
  text-align: left;
}
.user-items-list-carousel[data-button-alignment="center"] .list-item-content__button-container {
  text-align: center;
}
.user-items-list-carousel[data-button-alignment="right"] .list-item-content__button-container {
  text-align: right;
}
.user-items-list-carousel[data-max-columns="1"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="2"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="3"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="1"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="2"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="3"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__arrow-wrapper {
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1,1fr);
}
@media screen and (min-width:  576px ) {
  .user-items-list-carousel[data-max-columns="2"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="3"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="2"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="3"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__arrow-wrapper {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (min-width:  992px ) {
  .user-items-list-carousel[data-max-columns="3"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="3"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__arrow-wrapper {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (min-width:  1100px ) {
  .user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="4"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__arrow-wrapper,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__arrow-wrapper {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
  }
}
@media screen and (min-width:  1200px ) {
  .user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="5"] .user-items-list-carousel__arrow-wrapper {
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5,1fr);
  }
  .user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__slides,.user-items-list-carousel[data-max-columns="6"] .user-items-list-carousel__arrow-wrapper {
    -ms-grid-columns: (1fr)[6];
    grid-template-columns: repeat(6,1fr);
  }
}
.user-items-list-carousel[data-alignment-vertical="top"] .user-items-list-carousel__slide {
  align-self: flex-start;
}
.user-items-list-carousel[data-alignment-vertical="middle"] .user-items-list-carousel__slide {
  align-self: center;
}
.user-items-list-carousel[data-alignment-vertical="bottom"] .user-items-list-carousel__slide {
  align-self: flex-end;
}
.user-items-list-carousel[data-alignment-vertical="stretch"] .user-items-list-carousel__slide {
  align-self: stretch;
}
.user-items-list-carousel[data-alignment-vertical="stretch"][data-content-order="media-first"] .list-item-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.user-items-list-carousel__arrow-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0px;
  height: 100%;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}
.user-items-list-carousel__arrow-wrapper--left {
  left: 0px;
}
.user-items-list-carousel__arrow-wrapper--right {
  right: 0px;
}
.user-items-list-carousel__arrow-wrapper--right .user-items-list-carousel__arrow-container {
  justify-self: right;
}
.user-items-list-carousel__arrow-wrapper--right .user-items-list-carousel__arrow-icon-holder {
  justify-content: flex-end;
}
.user-items-list-carousel__arrow-container {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}
.user-items-list-carousel__arrow-wrapper--left .user-items-list-carousel__arrow-container {
  -ms-grid-column: 1;
  grid-column-start: 1;
  grid-column-end: 2;
}
.user-items-list-carousel__arrow-wrapper--right .user-items-list-carousel__arrow-container {
  -ms-grid-column: -1;
  grid-column-start: -1;
  grid-column-end: -2;
}
.user-items-list-carousel__arrow-positioner {
  box-sizing: border-box;
  width: 100%;
}
.user-items-list-carousel__arrow-icon-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.user-items-list-carousel__arrow-button {
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  transition: opacity .3s;
  position: relative;
  background: transparent;
  z-index: 1;
}
.user-items-list-carousel__arrow-button:focus {
  outline: none;
}
.user-items-list-carousel__arrow-button:focus::after {
  position: absolute;
  height: 80%;
  width: 80%;
  border-radius: 50%;
  border: 2px solid;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.user-items-list-carousel__arrow-button:focus:not(:focus-visible)::after {
  display: none;
}
.user-items-list-carousel__arrow-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.user-items-list-carousel__arrow-icon-background-area {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: .7;
  transition: opacity .3s;
}
.user-items-list-carousel__arrow-button:hover .user-items-list-carousel__arrow-icon-background-area {
  opacity: 1;
}
.user-items-list-carousel__arrow-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 36px;
}
.user-items-list-carousel__arrow-icon-path {
  stroke-width: 2px;
  stroke-linejoin: round;
  stroke-linecap: round;
  fill: none;
}
.arrows-bottom-wrapper {
  display: flex;
}
.arrows-bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-gap: 20px;
  grid-gap: 20px;
}
.user-items-list-carousel[data-navigation-alignment="left"] .arrows-bottom-wrapper {
  justify-content: flex-start;
}
.user-items-list-carousel[data-navigation-alignment="center"] .arrows-bottom-wrapper {
  justify-content: center;
}
.user-items-list-carousel[data-navigation-alignment="right"] .arrows-bottom-wrapper {
  justify-content: flex-end;
}
.user-items-list-carousel .mobile-arrows {
  display: none;
  justify-content: center;
  margin-top: 20px;
}
.user-items-list-carousel .mobile-arrow-button {
  pointer-events: auto;
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  position: relative;
  background: transparent;
  z-index: 1;
}
.user-items-list-carousel .mobile-arrow-button--left {
  margin-right: 10px;
}
.user-items-list-carousel .mobile-arrow-button--hidden {
  opacity: 0;
  pointer-events: none;
}
.user-items-list-carousel .mobile-arrow-icon-background-area {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 4px;
  top: 4px;
  transition: opacity .3s;
  border-radius: 50%;
}
.user-items-list-carousel .mobile-arrow-icon {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
@media screen and (max-width:  575px ) {
  .user-items-list-carousel .desktop-arrows {
    display: none;
  }
  .user-items-list-carousel .mobile-arrows {
    display: flex;
  }
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner,[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner {
  position: relative;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner:not([data-media-aspect-ratio="original"]),[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner:not([data-media-aspect-ratio="original"]) {
  height: 0px;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="1:1"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="1:1"] {
  padding-bottom: 100%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="3:2"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="3:2"] {
  padding-bottom: 66.67%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="2:3"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="2:3"] {
  padding-bottom: 150%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="4:3"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="4:3"] {
  padding-bottom: 75%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="3:4"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="3:4"] {
  padding-bottom: 133.33%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="16:9"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="16:9"] {
  padding-bottom: 56.25%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="2.4:1"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="2.4:1"] {
  padding-bottom: 41.67%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="circle"],[data-is-media-enabled="true"] .user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="circle"] {
  padding-bottom: 100%;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner:not([data-media-aspect-ratio="original"]) {
  overflow: hidden;
}
[data-is-media-enabled="true"] .user-items-list-carousel__media-inner[data-media-aspect-ratio="circle"] {
  border-radius: 50%;
}
.user-items-list-carousel__arrow-positioner[data-media-aspect-ratio="original"],.user-items-list-carousel[data-is-media-enabled="false"] .user-items-list-carousel__arrow-positioner,.user-items-list-carousel[data-is-card-enabled="true"] .user-items-list-carousel__arrow-positioner,.user-items-list-carousel:not([data-media-width-value="100"][data-media-width-unit="%"]) .user-items-list-carousel__arrow-positioner {
  height: 100%;
  padding-bottom: 0px;
}
.user-items-list-carousel__media {
  display: block;
  width: 100%;
}
.user-items-list-carousel__media-inner:not([data-media-aspect-ratio="original"]) .user-items-list-carousel__media {
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0px;
  top: 0px;
}
.list-item-content--hidden {
  display: none;
}
.user-items-list .list-section-title {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list .list-section-title p {
  margin: 0;
}
.user-items-list .list-section-title[data-section-title-alignment="left"] {
  text-align: left;
}
.user-items-list .list-section-title[data-section-title-alignment="center"] {
  text-align: center;
}
.user-items-list .list-section-title[data-section-title-alignment="right"] {
  text-align: right;
}
.user-items-list[data-layout-width="inset"] .list-section-title {
  max-width: var(--maxPageWidth);
}
.user-items-list .list-section-button-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.user-items-list .list-section-button-container[data-section-button-alignment="left"] {
  text-align: left;
}
.user-items-list .list-section-button-container[data-section-button-alignment="center"] {
  text-align: center;
}
.user-items-list .list-section-button-container[data-section-button-alignment="right"] {
  text-align: right;
}
.user-items-list[data-layout-width="inset"] .list-section-button-container {
  max-width: var(--maxPageWidth);
}
.yui3-squarespacecalendar span.item-time--12hr,.yui3-squarespacecalendar div.flyoutitem-datetime--12hr {
  display: none;
}
.yui3-squarespacecalendar span.item-time--localized,.yui3-squarespacecalendar div.flyoutitem-datetime--localized {
  display: block;
}
body.sqs-site-styles-active,body.sqs-edit-mode-active {
  --header-fixed-top-offset: 0px;
}
body.header--menu-open {
  overflow: hidden;
}
.hide-burger {
  display: none !important;
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-title-text a,body:not(.header--menu-open) [data-header-style="solid"].header button {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-nav-wrapper a,body:not(.header--menu-open) [data-header-style="solid"].header .header-nav-wrapper button {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-nav-wrapper .header-nav-item--active a {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-dropdown-icon svg {
  fill: var(--solidHeaderNavigationColor);
  stroke: var(--solidHeaderNavigationColor);
  width: 100%;
  height: 100%;
}
body:not(.header--menu-open) [data-header-style="solid"].header .language-picker {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .user-accounts-text-link {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .sqs-custom-cart:not(.header-icon-border-style-solid).cart-style-text {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .sqs-custom-cart.header-icon-border-shape-none .icon-cart-quantity {
  color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .burger-inner .top-bun,body:not(.header--menu-open) [data-header-style="solid"].header .burger-inner .patty,body:not(.header--menu-open) [data-header-style="solid"].header .burger-inner .bottom-bun {
  background-color: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline {
  color: var(--solidHeaderNavigationColor);
  box-shadow: 0px 0px 0px 2px var(--solidHeaderNavigationColor) inset;
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-actions .icon--stroke svg {
  stroke: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-actions .icon--fill svg {
  fill: var(--solidHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="solid"].header .header-nav-folder-content,body:not(.header--menu-open) [data-header-style="solid"].header .language-picker-content {
  background-color: var(--solidHeaderBackgroundColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-title-text a,body:not(.header--menu-open) [data-header-style="gradient"].header button {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-nav-wrapper a,body:not(.header--menu-open) [data-header-style="gradient"].header .header-nav-wrapper button {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-nav-wrapper .header-nav-item--active a {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-dropdown-icon svg {
  fill: var(--gradientHeaderNavigationColor);
  stroke: var(--gradientHeaderNavigationColor);
  width: 100%;
  height: 100%;
}
body:not(.header--menu-open) [data-header-style="gradient"].header .language-picker {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .user-accounts-text-link {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .sqs-custom-cart:not(.header-icon-border-style-solid).cart-style-text {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .sqs-custom-cart.header-icon-border-shape-none .icon-cart-quantity {
  color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .burger-inner .top-bun,body:not(.header--menu-open) [data-header-style="gradient"].header .burger-inner .patty,body:not(.header--menu-open) [data-header-style="gradient"].header .burger-inner .bottom-bun {
  background-color: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline {
  color: var(--gradientHeaderNavigationColor);
  box-shadow: 0px 0px 0px 2px var(--gradientHeaderNavigationColor) inset;
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-actions .icon--stroke svg {
  stroke: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-actions .icon--fill svg {
  fill: var(--gradientHeaderNavigationColor);
}
body:not(.header--menu-open) [data-header-style="gradient"].header .header-nav-folder-content,body:not(.header--menu-open) [data-header-style="gradient"].header .language-picker-content {
  background-color: var(--gradientHeaderBackgroundColor);
}
.header {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  line-height: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  pointer-events: none;
  transition: transform 140ms ease-in-out;
}
.header .sqs-announcement-bar-dropzone {
  position: relative;
  z-index: 3;
  pointer-events: auto;
}
.header .sqs-announcement-bar-close,.header .sqs-announcement-bar-url {
  outline-offset: -2px;
}
.header .header-announcement-bar-wrapper {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  pointer-events: auto;
}
.header .header-announcement-bar-wrapper .header-border,.header .header-announcement-bar-wrapper .header-dropshadow,.header .header-announcement-bar-wrapper .header-background-gradient,.header .header-announcement-bar-wrapper .header-background-solid,.header .header-announcement-bar-wrapper .header-blur-background {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
  .header-blur-background {
    background-color: rgba(255,255,255,.5);
  }
}
body:not(.header--menu-open) .header .header-announcement-bar-wrapper [data-header-style="solid"].header-background-solid {
  background-color: var(--solidHeaderBackgroundColor);
}
body:not(.header--menu-open) .header .header-announcement-bar-wrapper [data-header-style="gradient"][data-gradient-type="faded"].header-background-gradient {
  background: linear-gradient(var(--gradientHeaderBackgroundColor), transparent);
}
.header .header-announcement-bar-wrapper .header-border {
  z-index: 1;
}
.header .header-announcement-bar-wrapper .header-border[data-header-border="true"] {
  border: solid var(--headerBorderColor);
}
.header--menu-open .header .header-announcement-bar-wrapper .header-border {
  visibility: hidden;
}
.header .header-announcement-bar-wrapper .header-dropshadow[data-header-dropshadow="true"] {
  color: var(--headerDropShadowColor);
  opacity: .15;
}
.header--menu-open .header .header-announcement-bar-wrapper .header-dropshadow {
  visibility: hidden;
}
.header--menu-open .header .header-announcement-bar-wrapper .header-blur-background {
  visibility: hidden;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header .header-announcement-bar-wrapper {
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header {
  position: fixed;
}
.tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header.shrink .header-announcement-bar-wrapper {
  padding-top: 1.8vw;
  padding-bottom: 1.8vw;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .tweak-fixed-header:not(.sqs-edit-mode-active):not(.sqs-site-styles-active) .header.shrink .header-announcement-bar-wrapper {
    padding-top: min(6vw,2vmax);
    padding-bottom: min(6vw,2vmax);
  }
}
body.tweak-transparent-header .header:not(.shrink):not(.transparent-header-theme--override) {
  transition: background 300ms ease-in-out 0s,padding 140ms ease-in-out,transform 140ms ease-in-out 140ms;
  background-color: transparent !important;
}
.header .tweak-transparent-header .sections .page-section:first-child.background-width--full-bleed.has-background .section-background:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .05;
}
.tweak-fixed-header .header {
  transition: background 140ms ease-in-out 140ms,transform 140ms ease-in-out;
}
.tweak-fixed-header .header .header-announcement-bar-wrapper {
  transition: padding 140ms ease-in-out;
}
.header .header-nav-wrapper a,.header .header-nav-wrapper button,.header .language-item a {
  text-decoration: none;
  backface-visibility: hidden;
  padding: .1em 0;
}
.header .header-dropdown-icon {
  display: flex;
  align-items: center;
}
.header .Cart-inner {
  position: relative;
  display: flex;
}
.header .header-skip-link {
  position: absolute;
  padding: 1em 1.5em;
  box-sizing: border-box;
  text-decoration: underline;
  z-index: 2;
  max-width: calc(100vw - 2.6em);
  top: 1.5em;
  left: -1000em;
}
.header .header-skip-link:focus {
  left: 1.3em;
}
.header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
}
.header-width-inset .header-inner {
  max-width: var(--maxPageWidth);
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.header-background,.header-background::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 400ms cubic-bezier(.4,0,.2,1);
  will-change: opacity;
}
.header-background::after {
  content: '';
  opacity: 0;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-background::after {
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    opacity: 0;
    transform: matrix(1,0,0,1,0,0);
  }
}
.header--background .header-background::after {
  opacity: 1;
  transform: matrix(1,0,0,1,0,0);
}
.header-display {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
.header-display-mobile {
  display: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-display-mobile {
    display: flex;
  }
}
.header-display-mobile .showOnDesktop {
  display: flex;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-display-mobile .showOnDesktop {
    display: none;
  }
}
.header-display-desktop {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-display-desktop {
    display: none;
  }
}
.header-display-desktop .showOnMobile {
  display: none;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-display-desktop .showOnMobile {
    display: flex;
  }
}
.header-title-nav-wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}
.header-title {
  flex-grow: 0;
  flex-shrink: 0;
  backface-visibility: hidden;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-title {
    flex-grow: 1;
  }
}
.header-title-logo {
  width: auto;
  font-size: 0;
}
.header-title-logo a {
  display: inline-block;
  max-width: 100%;
  max-height: 20px;
}
.header-title-logo img {
  width: auto;
  max-width: 100%;
  max-height: 20px;
}
@media screen and (max-width:  767px ) {
  .header-title-logo a {
    max-height: 36px;
  }
  .header-title-logo img {
    max-height: 36px;
  }
}
.header-title-text {
  margin: 0;
}
.header-title-text a {
  opacity: 1;
}
.header-title .header-mobile-logo {
  display: none;
}
.header-burger {
  display: none;
  align-items: center;
  justify-content: center;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-burger {
    display: flex;
  }
}
.header-nav {
  flex-grow: 1;
  flex-shrink: 1;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-nav {
    display: none;
  }
}
.header-nav-list {
  display: inline-flex;
  flex-wrap: wrap;
}
.header-nav-list>div {
  white-space: nowrap;
}
.header-nav-list>div:not(.header-nav-item--folder) {
  display: inline-flex;
}
.header-nav .header-nav-item--folder {
  position: relative;
}
.header-nav .header-nav-item--folder .header-nav-folder-content {
  display: none;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: -1em;
  padding: .5em 1em;
  text-align: left;
  min-width: 200px;
  z-index: 10;
}
.header-nav .header-nav-item--folder .header-nav-folder-content .header-nav-folder-item {
  line-height: 1.3;
}
.header-nav .header-nav-item--folder:hover .header-dropdown-flip svg,.header-nav .header-nav-item--folder button.header-nav-folder-title[aria-expanded='true'] .header-dropdown-flip svg {
  transform: rotate(180deg);
}
.header-nav .header-nav-item--folder:hover .header-nav-folder-content,.header-nav .header-nav-item--folder button.header-nav-folder-title[aria-expanded='true']+.header-nav-folder-content,.header-nav .header-nav-item--folder button.header-nav-folder-title[aria-expanded='true']+.header-nav-folder-content.focus-within {
  display: block;
  pointer-events: auto;
}
.header-nav .header-nav-item--folder button.header-nav-folder-title[aria-expanded='true']+.header-nav-folder-content:focus-within {
  display: block;
  pointer-events: auto;
}
.header-nav-item a,.header-nav-item button {
  display: inline-flex;
  align-items: center;
}
.header-nav-item button.header-nav-folder-title {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: inherit;
  vertical-align: baseline;
}
.header .header-layout-nav-right .header-nav .header-nav-item--folder .header-nav-folder-content {
  left: auto;
  right: -1em;
  text-align: right;
}
.header .language-picker .icon {
  line-height: 0;
  flex-shrink: 0;
}
.header .language-picker .current-language {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.header .language-picker img:not([src]) {
  visibility: hidden;
}
.header .language-picker-content a {
  display: flex;
  align-items: center;
}
.header .language-picker-content .language-picker-private {
  position: relative;
  margin-top: 8px;
  padding-top: 8px;
}
.header .language-picker-content .language-picker-private::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid currentColor;
  opacity: .2;
}
.header .language-picker-content .language-picker-private-label {
  display: block;
  font-size: .7em;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .5;
  padding-bottom: 4px;
}
.header .language-picker-mobile .icon,.header #multilingual-language-picker-mobile .icon,.header .language-picker-mobile .flag,.header #multilingual-language-picker-mobile .flag {
  margin: 0 16px 0 8px;
  display: inline-block;
}
.header .language-picker-mobile .chevron {
  margin-top: 2px;
}
.header-actions {
  flex-grow: 0;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
}
.header-actions .header-actions-action--cta {
  white-space: nowrap;
}
.header-actions .header-actions-action--social {
  display: flex;
}
.header-actions .language-picker-desktop {
  margin: 0 0 0 1.4vw;
  position: relative;
}
.header-actions .language-picker-desktop .icon,.header-actions .language-picker-desktop .flag {
  margin-right: 8px;
}
.header-actions .language-picker-desktop .icon {
  width: 20px;
  height: 20px;
}
.header-actions .language-picker-desktop .flag {
  width: 20px;
  height: 20px;
}
.header-actions .language-picker-desktop .chevron {
  margin-left: 2px;
  margin-bottom: 1px;
}
.header-actions .language-picker-desktop .current-language {
  padding: .1em 0;
  cursor: pointer;
}
.header-actions .language-picker-desktop .language-picker-content {
  display: none;
  pointer-events: none;
  position: absolute;
  top: auto;
  left: -1em;
  padding: .5em 1em;
  text-align: left;
  min-width: 200px;
  z-index: 10;
  min-width: 110px;
}
.header-actions .language-picker-desktop .language-picker-content .language-item {
  line-height: 1.3;
}
.header-actions .language-picker-desktop .language-picker-content .language-item .flag {
  margin-top: 3px;
  margin-bottom: 3px;
}
.header-actions .language-picker-desktop .language-picker-content .language-item a * {
  pointer-events: none;
}
.header-actions .language-picker-desktop:hover .header-dropdown-flip svg,.header-actions .language-picker-desktop[aria-expanded='true'] .header-dropdown-flip svg {
  transform: rotate(180deg);
}
.header-actions .language-picker-desktop:hover .language-picker-content,.header-actions .language-picker-desktop[aria-expanded='true'] .language-picker-content,.header-actions .language-picker-desktop:hover .language-picker-content.focus-within,.header-actions .language-picker-desktop[aria-expanded='true'] .language-picker-content.focus-within {
  display: block;
  pointer-events: auto;
}
.header-actions .language-picker-desktop:hover .language-picker-content:focus-within,.header-actions .language-picker-desktop[aria-expanded='true'] .language-picker-content:focus-within {
  display: block;
  pointer-events: auto;
}
.header-actions--right {
  justify-content: flex-end;
}
.header-actions--right .header-actions-action {
  margin: 0 0 0 1.4vw;
}
@media screen and (max-width:  767px ) {
  .header-actions--right .header-actions-action--cart {
    margin: 0;
  }
}
.header-actions--right .customerAccountLoginDesktop {
  margin: 0 0 0 1.4vw;
}
.header-actions--right .header-actions-action--social {
  margin: 0;
}
.header-actions--right .header-actions-action--social .icon {
  width: 20px;
  height: 20px;
}
.header-actions--right .header-actions-action--social .icon:not(:first-child) {
  margin-left: .9vw;
}
.header-actions--right .header-actions-action--social .icon:not(:first-child).header-icon:not(.header-icon-border-shape-none) {
  margin-left: max(.5vw,calc(.9vw - 10px));
}
.header-actions--right .header-actions-action--social .icon:first-child {
  margin-left: 1.4vw;
}
.header-layout .header-nav-list {
  flex-wrap: wrap;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-layout-nav-right .header-title {
    flex-grow: 1;
  }
}
.header-layout-nav-right .header-nav {
  text-align: right;
  margin-left: auto;
  padding-left: 1.4vw;
}
.header-layout-nav-right .header-nav-list {
  justify-content: flex-end;
}
.header-layout-nav-right .header-nav-item:not(:first-child):not(.header-actions-action--cart) {
  margin-left: .9vw;
}
.header-layout-nav-right .header-actions {
  margin-right: 0;
}
.header-layout-nav-left .header-title {
  margin-right: 1.4vw;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-layout-nav-left .header-title {
    flex-grow: 1;
  }
}
.header-layout-nav-left .header-nav {
  margin-right: auto;
}
.header-layout-nav-left .header-nav-item:not(:last-child) {
  margin-right: .9vw;
}
.header-layout-nav-center .header-title {
  width: 33%;
  flex: 1 1 33%;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-layout-nav-center .header-title {
    min-width: 0;
    flex-grow: 1;
  }
}
.header-layout-nav-center .header-nav {
  width: 34%;
  text-align: center;
  flex: 1 1 34%;
}
.header-layout-nav-center .header-nav-list {
  justify-content: center;
}
.header-layout-nav-center .header-nav .header-nav-item {
  margin-left: .45vw;
  margin-right: .45vw;
}
.header-layout-nav-center .header-actions {
  width: 33%;
}
@media screen and (min-width:  768px ) {
  .header-layout-branding-center .header-display {
    flex-wrap: wrap;
  }
}
.header-layout-branding-center .header-title {
  width: 34%;
  text-align: center;
  flex: 1 1 34%;
}
.header-layout-branding-center .header-nav {
  width: 33%;
  flex: 1 1 33%;
}
.header-layout-branding-center .header-nav .header-nav-item:not(:last-child) {
  margin-right: .9vw;
}
.header-layout-branding-center .header-actions {
  width: 33%;
}
@media screen and (min-width:  768px ) {
  .header-layout-branding-center-nav-center .header-display {
    flex-wrap: wrap;
  }
}
.header-layout-branding-center-nav-center .header-title-nav-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 50%;
  justify-content: center;
  align-content: center;
  margin-left: auto;
}
.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-title {
  text-align: center;
  flex: 0 0 100%;
}
.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav {
  text-align: center;
  flex: 0 0 100%;
  margin: 1.4vw 0 0;
}
.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-list {
  justify-content: center;
}
.header-layout-branding-center-nav-center .header-title-nav-wrapper .header-nav .header-nav-item {
  margin-left: .45vw;
  margin-right: .45vw;
}
.header-layout-branding-center-nav-center .header-actions--left {
  flex: 0 1 25%;
  max-width: 25%;
  justify-content: flex-start;
  align-content: center;
}
.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social {
  margin: 0;
}
.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social .icon {
  width: 20px;
  height: 20px;
}
.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social .icon:not(:last-child) {
  margin-right: .9vw;
}
.header-layout-branding-center-nav-center .header-actions--left .header-actions-action--social .icon:last-child {
  margin-right: 1.4vw;
}
.header-layout-branding-center-nav-center .header-actions--right {
  flex: 0 1 25%;
  max-width: 25%;
}
.header-layout-hamburger-left .header-display-desktop .header-burger,.header-layout-hamburger-center .header-display-desktop .header-burger,.header-layout-hamburger-right .header-display-desktop .header-burger,.header-layout-hamburger-cta-right .header-display-desktop .header-burger {
  display: flex;
}
.header-layout-hamburger-left .header-display-desktop .header-nav,.header-layout-hamburger-center .header-display-desktop .header-nav,.header-layout-hamburger-right .header-display-desktop .header-nav,.header-layout-hamburger-cta-right .header-display-desktop .header-nav,.header-layout-hamburger-left .header-display-desktop .user-accounts-link,.header-layout-hamburger-center .header-display-desktop .user-accounts-link,.header-layout-hamburger-right .header-display-desktop .user-accounts-link,.header-layout-hamburger-cta-right .header-display-desktop .user-accounts-link,.header-layout-hamburger-left .header-display-desktop .header-actions-action--social,.header-layout-hamburger-center .header-display-desktop .header-actions-action--social,.header-layout-hamburger-right .header-display-desktop .header-actions-action--social,.header-layout-hamburger-cta-right .header-display-desktop .header-actions-action--social,.header-layout-hamburger-left .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-center .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-right .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-cta-right .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-left .header-display-desktop .showOnDesktop,.header-layout-hamburger-center .header-display-desktop .showOnDesktop,.header-layout-hamburger-right .header-display-desktop .showOnDesktop,.header-layout-hamburger-cta-right .header-display-desktop .showOnDesktop {
  display: none;
}
.header-layout-hamburger-left.desktop-promote-button .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-center.desktop-promote-button .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-right.desktop-promote-button .header-display-desktop .header-actions-action--cta,.header-layout-hamburger-cta-right.desktop-promote-button .header-display-desktop .header-actions-action--cta {
  display: block;
}
.header-layout-hamburger-left.desktop-promote-cart .header-display-desktop .showOnDesktop,.header-layout-hamburger-center.desktop-promote-cart .header-display-desktop .showOnDesktop,.header-layout-hamburger-right.desktop-promote-cart .header-display-desktop .showOnDesktop,.header-layout-hamburger-cta-right.desktop-promote-cart .header-display-desktop .showOnDesktop {
  display: block;
}
.header-layout-hamburger-left.desktop-promote-login .header-display-desktop .user-accounts-link,.header-layout-hamburger-center.desktop-promote-login .header-display-desktop .user-accounts-link,.header-layout-hamburger-right.desktop-promote-login .header-display-desktop .user-accounts-link,.header-layout-hamburger-cta-right.desktop-promote-login .header-display-desktop .user-accounts-link {
  display: block;
}
.header-layout-hamburger-left.desktop-promote-social .header-display-desktop .header-actions-action--social,.header-layout-hamburger-center.desktop-promote-social .header-display-desktop .header-actions-action--social,.header-layout-hamburger-right.desktop-promote-social .header-display-desktop .header-actions-action--social,.header-layout-hamburger-cta-right.desktop-promote-social .header-display-desktop .header-actions-action--social {
  display: flex;
}
.header-layout-hamburger-left .header-display-desktop .header-title-nav-wrapper {
  flex: 0 1 auto;
}
.header-layout-hamburger-left .header-display-desktop .header-burger {
  flex: 1 1 0;
  justify-content: flex-start;
}
.header-layout-hamburger-left .header-display-desktop .header-actions {
  flex: 1 1 0;
}
.header-layout-hamburger-center .header-display-desktop .header-title-nav-wrapper {
  flex: 1 1 0;
}
.header-layout-hamburger-center .header-display-desktop .header-burger {
  flex: 0 1 auto;
}
.header-layout-hamburger-center .header-display-desktop .header-actions {
  flex: 1 1 0;
}
.header-layout-hamburger-right .header-display-desktop .header-title-nav-wrapper {
  flex: 0 1 auto;
}
.header-layout-hamburger-right .header-display-desktop .header-burger {
  flex: 1 1 0;
  justify-content: flex-end;
}
.header-layout-hamburger-right .header-display-desktop .header-actions {
  flex: 1 1 0;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.header-layout-hamburger-right .header-display-desktop .header-actions .header-actions-action--cta {
  margin-left: 0px;
}
.header-layout-hamburger-cta-right .header-display-desktop .header-title-nav-wrapper {
  flex: 1 0 auto;
}
.header-layout-hamburger-cta-right .header-display-desktop .header-burger {
  flex: 0 1 auto;
  justify-content: flex-end;
}
.header-layout-hamburger-cta-right .header-display-desktop .header-actions {
  flex: 0 1 auto;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-right: 1.4vw;
}
.header-layout-hamburger-cta-right .header-display-desktop .header-actions .header-actions-action--cta {
  margin-left: 0px;
}
.header .cart-text-link {
  white-space: nowrap;
}
.header .cart-quantity-zero:not(.show-empty-cart-state) .cart-quantity-container,.header .cart-quantity-zero:not(.show-empty-cart-state) .icon-cart-quantity {
  display: none;
}
.header-actions-action,.header-menu-actions-action {
  text-align: center;
  line-height: 1;
}
.header-actions-action .sqs-custom-cart,.header-menu-actions-action .sqs-custom-cart {
  display: block;
}
.header-actions-action .icon-cart-quantity:not(.legacy-cart),.header-menu-actions-action .icon-cart-quantity:not(.legacy-cart) {
  padding-left: calc(3px + 31px / 15);
}
.header-actions-action .cart-style-icon .icon-cart-quantity:not(.legacy-cart),.header-menu-actions-action .cart-style-icon .icon-cart-quantity:not(.legacy-cart) {
  line-height: 31px;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none) {
  padding: 10px;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart {
  padding: 10px 12px;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle {
  padding: 10px 14px;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-circle,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-circle {
  border-radius: 3em;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-rounded,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-shape-rounded {
  border-radius: .4em;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline {
  transition: .1s background-color linear,.1s color linear,.1s box-shadow linear;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid {
  transition: .1s opacity linear;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid:hover,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid:hover {
  opacity: .8;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none) .mobile-cart-parenthesis,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none) .mobile-cart-parenthesis {
  display: none;
}
.header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state) {
  padding: 10px;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon {
    max-height: 25px;
    max-width: 25px;
  }
  .header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon-cart-quantity:not(.legacy-cart),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon .icon-cart-quantity:not(.legacy-cart) {
    font-size: 12px;
    padding-left: .2em;
    line-height: 25px;
  }
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart,.header-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).sqs-custom-cart.header-icon-border-shape-circle {
    line-height: 25px;
    padding: 8px 10px;
    min-width: 25px;
  }
  .header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state),.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-icon.cart-quantity-zero:not(.show-empty-cart-state),.header-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-text,.header-menu-actions-action .header-icon:not(.header-icon-border-shape-none).cart-style-text {
    padding: 8px !important;
  }
}
.header-actions-action .icon,.header-menu-actions-action .icon {
  flex-shrink: 0;
  height: 31px;
  width: 31px;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header .header-burger {
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
  }
  .header .header-burger.no-nav-links.no-actions {
    display: none;
  }
  .header .header-actions--left {
    display: none;
  }
  .header .header-title-nav-wrapper {
    flex: 1 0 calc(100% - 50px);
  }
  .header .header-title-nav-wrapper .header-title {
    margin-right: 0;
    flex: 1 0 100%;
    text-align: left;
  }
  .header .header-title-nav-wrapper .header-nav {
    display: none;
  }
  .header .header-actions,.header .header-actions-action--social,.header .header-actions-action--cta {
    display: none;
  }
  .header .header-layout--with-commerce .header-burger,.header .header-layout--with-user-accounts .header-burger,.header .header-layout--with-button .header-burger {
    margin-left: 0;
    margin-right: 0;
    flex: 0 0 75px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header .header-layout--with-commerce .header-title-nav-wrapper,.header .header-layout--with-user-accounts .header-title-nav-wrapper,.header .header-layout--with-button .header-title-nav-wrapper {
    flex: 1 0 calc(100% - 75px * 2 - 1.4vw);
  }
  .header .header-layout--with-commerce .header-title-nav-wrapper .header-title,.header .header-layout--with-user-accounts .header-title-nav-wrapper .header-title,.header .header-layout--with-button .header-title-nav-wrapper .header-title {
    margin-right: 0;
    flex: 1 0 100%;
    text-align: center;
  }
  .header .header-layout--with-commerce .header-actions,.header .header-layout--with-user-accounts .header-actions,.header .header-layout--with-button .header-actions {
    display: inline-flex;
    flex: 0 0 75px;
  }
  .header .header-layout--with-commerce .header-actions--left,.header .header-layout--with-user-accounts .header-actions--left,.header .header-layout--with-button .header-actions--left {
    display: none;
  }
  .header .header-display-mobile.with-button .header-title-nav-wrapper {
    flex: 1 1 80%;
  }
  .header .header-display-mobile.with-button .header-actions {
    flex: 1 0 100px;
  }
  .header .header-display-mobile .header-burger.no-nav-links.no-actions {
    display: none;
  }
  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-burger {
    justify-content: flex-end;
    flex: 0 0 50px;
  }
  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-actions {
    justify-content: center;
  }
  .header .header-mobile-layout-logo-left-nav-right .header-display-mobile .header-title {
    text-align: left;
  }
  .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-burger {
    justify-content: flex-end;
  }
  .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-actions {
    justify-content: flex-start;
  }
  .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title {
    text-align: center;
  }
  .header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-text,.header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-logo,.header .header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-mobile-logo {
    padding-left: 50px;
  }
  .header .header-mobile-layout-logo-right-nav-right .header-display-mobile .header-burger {
    justify-content: flex-end;
    flex: 0 0 50px;
  }
  .header .header-mobile-layout-logo-right-nav-right .header-display-mobile .header-actions {
    justify-content: flex-start;
  }
  .header .header-mobile-layout-logo-right-nav-right .header-display-mobile .header-title {
    text-align: right;
    padding-right: 10px;
    flex: 1 0 calc(100% - 50px);
  }
  .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-burger {
    justify-content: flex-start;
  }
  .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-actions {
    justify-content: flex-end;
  }
  .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title {
    text-align: center;
  }
  .header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-text,.header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-logo,.header .header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-mobile-logo {
    padding-right: 50px;
  }
  .header .header-mobile-layout-logo-right-nav-left .header-display-mobile .header-burger {
    flex: 0 0 50px;
    justify-content: flex-start;
  }
  .header .header-mobile-layout-logo-right-nav-left .header-display-mobile .header-actions {
    justify-content: center;
  }
  .header .header-mobile-layout-logo-right-nav-left .header-display-mobile .header-title {
    text-align: right;
  }
  .header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-text,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-text,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-title-logo,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-title-logo,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-left .header-display-mobile .header-title .header-mobile-logo,.header .header-layout--with-commerce.header-mobile-layout-logo-center-nav-right .header-display-mobile .header-title .header-mobile-logo {
    padding: 0px;
  }
  .header .customerAccountLoginDesktop {
    display: none;
  }
  .header .language-picker-desktop {
    display: none;
  }
  .header .header-title--use-mobile-logo .header-title-logo {
    display: none;
  }
  .header .header-title--use-mobile-logo .header-mobile-logo {
    display: block;
  }
  .header .header-title--use-mobile-logo .header-mobile-logo a {
    display: inline-block;
    max-height: 36px;
  }
  .header .header-title--use-mobile-logo .header-mobile-logo img {
    max-height: 36px;
  }
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) and only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header .header-title--use-mobile-logo .header-title-text {
    display: none;
  }
}
.header[data-first-focusable-element]:focus {
  outline: none;
}
.tweak-global-animations-animation-type-flex .header-nav-item:not(.header-nav-item--folder) a,.tweak-global-animations-animation-type-flex .header-nav-folder-item a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.tweak-global-animations-animation-type-flex .header-nav-item:not(.header-nav-item--folder) a::after,.tweak-global-animations-animation-type-flex .header-nav-folder-item a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: .1em;
  background-color: currentColor;
  transform: scalex(0);
  transform-origin: right;
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .header-nav-item:not(.header-nav-item--folder) a:hover::after,.tweak-global-animations-animation-type-flex .header-nav-folder-item a:hover::after {
    transform: scalex(1);
    transform-origin: left;
  }
}
.tweak-global-animations-animation-type-flex .header-nav-item--active:not(.header-nav-item--folder) a::after {
  transform: scalex(1);
}
main:not(header + main) {
  --header-height: 0px;
}
main .sections:first-child .page-section:first-child,main .page-regions:first-child .region:first-child .page-section:first-child,main .sections:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section),main .page-regions:first-child .region:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  padding-top: var(--header-height,100px);
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  main .sections:first-child .page-section:first-child,main .page-regions:first-child .region:first-child .page-section:first-child,main .sections:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section),main .page-regions:first-child .region:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
    padding-top: var(--header-height,80.175px);
  }
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  main .sections:first-child .page-section:first-child.background-width--inset.layout-engine-section.has-background .section-background,main .page-regions:first-child .region:first-child .page-section:first-child.background-width--inset.layout-engine-section.has-background .section-background {
    top: var(--header-height,80.175px);
  }
}
.tweak-portfolio-index-background-width-full-bleed main .sections:first-child .page-section.collection-type-portfolio-index-background:first-child,.tweak-portfolio-index-background-width-full-bleed main .page-regions:first-child .region:first-child .page-section.collection-type-portfolio-index-background:first-child {
  padding-top: 0;
}
.announcement-bar-reserved-space .sqs-announcement-bar-dropzone {
  min-height: 2.3em;
}
.announcement-bar-reserved-space main .sections:first-child .page-section:first-child,.announcement-bar-reserved-space main .page-regions:first-child .region:first-child .page-section:first-child,.announcement-bar-reserved-space main .sections:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section),.announcement-bar-reserved-space main .page-regions:first-child .region:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
  padding-top: calc(2.3em  +  var(--header-height,100px));
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .announcement-bar-reserved-space main .sections:first-child .page-section:first-child,.announcement-bar-reserved-space main .page-regions:first-child .region:first-child .page-section:first-child,.announcement-bar-reserved-space main .sections:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section),.announcement-bar-reserved-space main .page-regions:first-child .region:first-child .page-section:first-child:not(.content-collection):not(.gallery-section):not(.user-items-list-section) {
    padding-top: calc(2.3em  +  var(--header-height,80.175px));
  }
}
.announcement-bar-reserved-space.tweak-portfolio-index-background-width-full-bleed main .sections:first-child .page-section.collection-type-portfolio-index-background:first-child,.announcement-bar-reserved-space.tweak-portfolio-index-background-width-full-bleed main .page-regions:first-child .region:first-child .page-section.collection-type-portfolio-index-background:first-child {
  padding-top: 2.3em;
}
.header-menu {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  will-change: opacity,visibility;
  user-select: none;
  text-align: center;
  pointer-events: auto;
}
.header-overlay-alignment-left .header-menu {
  text-align: left;
}
.header-overlay-alignment-right .header-menu {
  text-align: right;
}
@media screen and (min-width:  768px ) {
  .header-menu.display-hamburger-on-desktop.desktop-promote-button .header-menu-cta {
    display: none;
  }
  .header-menu.display-hamburger-on-desktop.desktop-promote-cart .showOnDesktop {
    display: none;
  }
  .header-menu.display-hamburger-on-desktop.desktop-promote-login .user-accounts-link {
    display: none;
  }
  .header-menu.display-hamburger-on-desktop.desktop-promote-social .header-menu-actions {
    display: none;
  }
}
.header-menu.display-hamburger-on-desktop {
  transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
}
.header--menu-open .header-menu.display-hamburger-on-desktop {
  opacity: 1;
  visibility: visible;
}
.header-menu a {
  opacity: 1;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header-menu {
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
  }
}
.header-menu-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-menu .header-dropdown-flip svg {
  transform: rotate(270deg);
}
.header-menu .header-menu-controls-control.header-menu-controls-control--active {
  display: inline-flex;
  align-items: center;
}
.header-menu .header-menu-controls-control.header-menu-controls-control--active .header-dropdown-flip svg {
  transform: rotate(90deg);
}
.header-menu-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
}
.header-menu-nav-list {
  position: relative;
  flex-grow: 1;
  width: 100%;
  transform: translatey(20px);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
}
.header-menu-nav-folder {
  position: absolute;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  max-height: 100%;
  justify-content: flex-start;
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translatex(100%);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
}
.header-menu-nav-folder[data-folder="root"] {
  transform: translatex(0%);
}
.header-menu-nav-folder-content {
  position: relative;
  display: flex;
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  flex-direction: column;
}
.header-menu-nav-folder .header-menu-nav-folder {
  display: none;
}
.header-menu-nav-folder--active {
  transform: translatex(0);
  will-change: transform;
}
.header-menu-nav-folder--open {
  transform: translatex(-100%) !important;
}
.header-menu-nav-item {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.header-menu-nav-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin: .1vw 5vw;
  transition: opacity 250ms cubic-bezier(.4,0,.2,1);
}
@media (hover:hover) {
  .header-menu-nav-item:hover a {
    opacity: .9;
  }
}
.header-menu-nav-item-content {
  position: relative;
  display: inline-flex;
  align-items: center;
  pointer-events: none;
}
:is([aria-current="page"], [aria-current="true"]) .header-menu-nav-item-content .header-nav-folder-title-text {
  background-image: linear-gradient(currentColor,currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
}
@media (forced-colors:active) {
  :is([aria-current="page"], [aria-current="true"]) .header-menu-nav-item-content .header-nav-folder-title-text {
    text-decoration: underline !important;
  }
}
.header-menu-controls {
  padding-bottom: 10px;
  opacity: .5;
}
.header-menu-controls-control {
  position: relative;
  opacity: 0 !important;
  padding: 0 10px;
  transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 600ms cubic-bezier(.4,0,.2,1) !important;
}
.header-menu-controls-control span {
  position: relative;
  display: inline-block;
}
.header-menu-controls-control--active {
  opacity: 1 !important;
}
.header-menu-actions,.header-menu-cta {
  transform: translatey(100%);
  transition: transform 600ms cubic-bezier(.4,0,.2,1);
}
.header-overlay-alignment-left .header-menu-actions,.header-overlay-alignment-left .header-menu-cta {
  justify-content: flex-start;
}
.header-overlay-alignment-right .header-menu-actions,.header-overlay-alignment-right .header-menu-cta {
  justify-content: flex-end;
}
.header-menu-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
  flex-grow: 0;
  flex-shrink: 1;
  margin-bottom: 6vw;
}
.header-menu-actions:empty {
  display: none;
}
.header-menu-actions-action {
  margin: 15px 7.5px;
}
.header-menu-cta a {
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  margin: 4vw 6vw 6vw;
  min-width: 210px;
}
.header-menu .language-picker-content a {
  justify-content: center;
}
.header-overlay-alignment-left .header-menu .language-picker-content a {
  justify-content: flex-start;
}
.header-overlay-alignment-right .header-menu .language-picker-content a {
  justify-content: flex-end;
}
.header-menu .customerAccountLoginMobile {
  pointer-events: none;
  display: none;
}
.header-menu[data-show-account-login="true"] .customerAccountLoginMobile {
  display: block;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
  }
}
.header--menu-open .header-menu .header-menu-nav-list {
  transform: translatey(0);
}
.header--menu-open .header-menu .header-menu-actions,.header--menu-open .header-menu .header-menu-cta {
  transform: translatey(0);
}
.header--menu-open .header-menu .customerAccountLoginMobile {
  pointer-events: auto;
}
@media only screen and (pointer: coarse) and (max-width: 1024px), screen and (max-width:  799px ) {
  .header--menu-open .sqs-mobile-info-bar-content {
    z-index: 10;
  }
}
body:not(.header--menu-open) .header-nav-item--active .header-nav-folder-title-text,body:not(.header--menu-open) .header-nav-item--active>a:not(.header-nav-folder-title) {
  background-image: linear-gradient(currentColor,currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
  background-position: 0 calc(100% - 0.1em);
}
@media (forced-colors:active) {
  body:not(.header--menu-open) .header-nav-item--active .header-nav-folder-title-text,body:not(.header--menu-open) .header-nav-item--active>a:not(.header-nav-folder-title) {
    text-decoration: underline !important;
  }
}
body:not(.header--menu-open) .header-nav-item .header-nav-folder-item--active .header-nav-folder-item-content {
  background-image: linear-gradient(currentColor,currentColor);
  background-repeat: repeat-x;
  background-size: 1px 1px;
  background-position: 0 100%;
}
@media (forced-colors:active) {
  body:not(.header--menu-open) .header-nav-item .header-nav-folder-item--active .header-nav-folder-item-content {
    text-decoration: underline !important;
  }
}
@media screen and (max-width:  767px ) and (orientation: portrait) {
  .Marquee h1,.Marquee p {
    font-size: calc((var(--marquee-font-size-value) - 1) * calc(.012 * min(100vh, 900px)) + 1rem) !important;
  }
}
@media screen and (min-width:  768px ),screen and (orientation:landscape) {
  .Marquee h1,.Marquee p {
    font-size: min(calc((var(--marquee-font-size-value) - 1) * 1.2vw + 1rem), max(calc((var(--marquee-font-size-value) - 1) * 0.012 * var(--maxPageWidth) + 1rem), calc(var(--marquee-font-size-value) * 1rem))) !important;
  }
}
.sqs-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.sqs-video-background iframe {
  border-width: 0;
}
.sqs-video-background iframe:not(.background-video) {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translatex(-1000%);
  -moz-transform: translatex(-1000%);
  -ms-transform: translatex(-1000%);
  transform: translatex(-1000%);
}
.sqs-video-background .background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.sqs-video-background .background-video.ready,.sqs-video-background .background-video.loaded {
  opacity: 1;
}
.sqs-video-background .background-video.buffering {
  opacity: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.sqs-video-background .custom-fallback-image {
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 0;
  z-index: 0;
  -webkit-transition: opacity .2s ease-in;
  -moz-transition: opacity .2s ease-in;
  -ms-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
}
.sqs-video-background .custom-fallback-image.loaded {
  opacity: 1;
}
.sqs-video-background-native {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.sqs-video-background-native__fallback-image {
  display: block;
  min-width: 100%;
  min-height: 100%;
  opacity: 1;
  z-index: 1;
  transition: opacity .2s ease-in;
}
.sqs-video-background-native__fallback-image--hidden {
  opacity: 0;
}
.sqs-video-background-native .video-player {
  position: absolute;
  top: 0;
  width: 100%;
}
.sqs-video-background-native .video-player .plyr video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
@supports (object-fit: cover) {
  .sqs-video-background-native .video-player .plyr video {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.transition-disabled {
  transition: none !important;
}
.break-column {
  break-after: column;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px,1px,1px,1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
body {
  background-color: var(--siteBackgroundColor);
  color: var(--paragraphMediumColor);
}
.page-section .section-border {
  background-color: var(--siteBackgroundColor);
}
p a {
  color: var(--paragraphLinkColor);
}
.section-background-overlay {
  opacity: 0;
}
.sqs-block-image .image-overlay,.sqs-block-image .sqs-image-content::after,.sqs-block-image .image-block-wrapper:after {
  opacity: .1;
}
div.sqs-block-opentable-v2 h1 {
  color: inherit;
}
.page-section {
  color: var(--paragraphMediumColor);
}
.page-section .sqs-background-enabled {
  color: var(--tweak-paragraph-medium-color-on-background);
}
.page-section.background-width--inset .section-border {
  background-color: var(--section-inset-border-color);
}
:not(.has-background) .section-background {
  background-color: var(--siteBackgroundColor);
}
h1 {
  color: var(--headingExtraLargeColor);
}
h2 {
  color: var(--headingLargeColor);
}
h3 {
  color: var(--headingMediumColor);
}
h4 {
  color: var(--headingSmallColor);
}
.sqsrte-large {
  color: var(--paragraphLargeColor);
}
.sqsrte-small {
  color: var(--paragraphSmallColor);
}
.sqsrte-text-color--white {
  color: hsl(var(--white-hsl));
}
.sqsrte-text-color--black {
  color: hsl(var(--black-hsl));
}
.sqsrte-text-color--accent {
  color: hsl(var(--accent-hsl));
}
.sqsrte-text-color--lightAccent {
  color: hsl(var(--lightAccent-hsl));
}
.sqsrte-text-color--darkAccent {
  color: hsl(var(--darkAccent-hsl));
}
.sqs-background-enabled.sqs-block-html,.sqs-background-enabled.sqs-block-accordion {
  background-color: var(--tweak-text-block-background-color);
}
.sqs-background-enabled.sqs-block-html p.sqsrte-large,.sqs-background-enabled.sqs-block-accordion p.sqsrte-large {
  color: var(--tweak-paragraph-large-color-on-background);
}
.sqs-background-enabled.sqs-block-html p,.sqs-background-enabled.sqs-block-accordion p,.sqs-background-enabled.sqs-block-html code,.sqs-background-enabled.sqs-block-accordion code {
  color: var(--tweak-paragraph-medium-color-on-background);
}
.sqs-background-enabled.sqs-block-html p.sqsrte-small,.sqs-background-enabled.sqs-block-accordion p.sqsrte-small {
  color: var(--tweak-paragraph-small-color-on-background);
}
.sqs-background-enabled.sqs-block-html h1,.sqs-background-enabled.sqs-block-accordion h1 {
  color: var(--tweak-heading-extra-large-color-on-background);
}
.sqs-background-enabled.sqs-block-html h2,.sqs-background-enabled.sqs-block-accordion h2 {
  color: var(--tweak-heading-large-color-on-background);
}
.sqs-background-enabled.sqs-block-html h3,.sqs-background-enabled.sqs-block-accordion h3 {
  color: var(--tweak-heading-medium-color-on-background);
}
.sqs-background-enabled.sqs-block-html h4,.sqs-background-enabled.sqs-block-accordion h4 {
  color: var(--tweak-heading-small-color-on-background);
}
.sqs-background-enabled.sqs-block-marquee {
  background-color: var(--tweak-marquee-block-background-color);
}
.sqs-background-enabled.sqs-block-marquee h1 {
  color: var(--tweak-marquee-block-heading-color-on-background);
}
.sqs-background-enabled.sqs-block-marquee p {
  color: var(--tweak-marquee-block-paragraph-color-on-background);
}
.sqs-background-enabled.sqs-block-accordion {
  background-color: var(--tweak-accordion-block-background-color);
}
.sqs-background-enabled.sqs-block-accordion .accordion-divider {
  color: var(--tweak-accordion-block-divider-color-on-background);
}
.sqs-background-enabled.sqs-block-accordion .accordion-icon-container {
  color: var(--tweak-accordion-block-icon-color-on-background);
}
.sqs-background-enabled.sqs-block-accordion .accordion-item__description.sqsrte-large {
  color: var(--tweak-paragraph-large-color-on-background);
}
.sqs-background-enabled.sqs-block-accordion .accordion-item__description {
  color: var(--tweak-paragraph-medium-color-on-background);
}
.sqs-background-enabled.sqs-block-accordion .accordion-item__description.sqsrte-small {
  color: var(--tweak-paragraph-small-color-on-background);
}
.sqs-background-enabled.sqs-block-newsletter {
  background-color: var(--tweak-newsletter-block-background-color);
}
.sqs-background-enabled.sqs-block-newsletter .newsletter-form-header-title {
  color: var(--tweak-newsletter-block-title-color-on-background);
}
.sqs-background-enabled.sqs-block-newsletter .newsletter-form-header-description {
  color: var(--tweak-newsletter-block-description-color-on-background);
}
.sqs-background-enabled.sqs-block-newsletter .newsletter-form-button {
  background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
}
.primary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
  color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
}
.primary-button-style-outline.primary-button-shape-underline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
  border-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
}
.primary-button-style-solid.primary-button-shape-underline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
  background-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  border-color: var(--tweak-newsletter-block-button-background-color-on-background);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
  color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
  border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  background-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
  color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-background-enabled.sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
  border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
}
.sqs-background-enabled.sqs-block-newsletter .newsletter-form-footnote {
  color: var(--tweak-newsletter-block-footnote-color-on-background) !important;
}
.sqs-background-enabled.sqs-block-summary-v2 {
  background-color: var(--tweak-summary-block-background-color);
}
.sqs-background-enabled.sqs-block-summary-v2 .summary-header-text {
  color: var(--tweak-summary-block-header-text-color-on-background);
}
.sqs-background-enabled.sqs-block-summary-v2 .summary-title {
  color: var(--tweak-summary-block-title-color-on-background);
}
.sqs-background-enabled.sqs-block-summary-v2 .summary-excerpt {
  color: var(--tweak-summary-block-excerpt-color-on-background);
}
.sqs-background-enabled.sqs-block-summary-v2 .summary-read-more-link {
  color: var(--tweak-summary-block-read-more-color-on-background);
}
.sqs-background-enabled.sqs-block-summary-v2 .summary-metadata--primary {
  color: var(--tweak-summary-block-primary-metadata-color-on-background);
}
.sqs-background-enabled.sqs-block-summary-v2 .summary-metadata--secondary {
  color: var(--tweak-summary-block-secondary-metadata-color-on-background);
}
.sqs-background-enabled.sqs-block-quote {
  background-color: var(--tweak-quote-block-background-color);
}
.sqs-background-enabled.sqs-block-quote blockquote {
  color: var(--tweak-quote-block-text-color-on-background);
}
.sqs-background-enabled.sqs-block-quote .source {
  color: var(--tweak-quote-block-source-color-on-background);
}
.sqs-background-enabled[data-definition-name="website.components.product"] {
  color: var(--product-block-text-color-on-background);
}
.sqs-background-enabled.sqs-block-html a,.sqs-background-enabled .read-more-link,.sqs-background-enabled .entry-excerpt a,.sqs-background-enabled .blog-excerpt a,.sqs-background-enabled .eventlist-excerpt a,.sqs-background-enabled.sqs-block-newsletter .newsletter-form-header a,.sqs-background-enabled.sqs-block-newsletter .newsletter-form-footnote a,.sqs-background-enabled.sqs-block-newsletter .form-submission-text a,.sqs-background-enabled.sqs-block-form .form-submission-text a,.sqs-background-enabled.sqs-block-accordion .accordion-item__description a {
  color: var(--tweak-paragraph-link-color-on-background);
}
@media screen and (min-width:768px) {
  .sqs-stack-container[data-background-enabled] .sqs-block-html p.sqsrte-large,.sqs-stack-container[data-background-enabled] .sqs-block-accordion p.sqsrte-large {
    color: var(--tweak-paragraph-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html p,.sqs-stack-container[data-background-enabled] .sqs-block-accordion p,.sqs-stack-container[data-background-enabled] .sqs-block-html code,.sqs-stack-container[data-background-enabled] .sqs-block-accordion code {
    color: var(--tweak-paragraph-medium-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html p.sqsrte-small,.sqs-stack-container[data-background-enabled] .sqs-block-accordion p.sqsrte-small {
    color: var(--tweak-paragraph-small-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html h1,.sqs-stack-container[data-background-enabled] .sqs-block-accordion h1 {
    color: var(--tweak-heading-extra-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html h2,.sqs-stack-container[data-background-enabled] .sqs-block-accordion h2 {
    color: var(--tweak-heading-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html h3,.sqs-stack-container[data-background-enabled] .sqs-block-accordion h3 {
    color: var(--tweak-heading-medium-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html h4,.sqs-stack-container[data-background-enabled] .sqs-block-accordion h4 {
    color: var(--tweak-heading-small-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-marquee h1 {
    color: var(--tweak-marquee-block-heading-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-marquee p {
    color: var(--tweak-marquee-block-paragraph-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-accordion .accordion-divider {
    color: var(--tweak-accordion-block-divider-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-accordion .accordion-icon-container {
    color: var(--tweak-accordion-block-icon-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-accordion .accordion-item__description.sqsrte-large {
    color: var(--tweak-paragraph-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-accordion .accordion-item__description {
    color: var(--tweak-paragraph-medium-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-accordion .accordion-item__description.sqsrte-small {
    color: var(--tweak-paragraph-small-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-header-title {
    color: var(--tweak-newsletter-block-title-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-header-description {
    color: var(--tweak-newsletter-block-description-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button {
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .primary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
    color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  }
  .primary-button-style-outline.primary-button-shape-underline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
    border-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .primary-button-style-solid.primary-button-shape-underline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
    background-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    border-color: var(--tweak-newsletter-block-button-background-color-on-background);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
    color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
    border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    background-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
    border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-footnote {
    color: var(--tweak-newsletter-block-footnote-color-on-background) !important;
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-summary-v2 .summary-header-text {
    color: var(--tweak-summary-block-header-text-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-summary-v2 .summary-title {
    color: var(--tweak-summary-block-title-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-summary-v2 .summary-excerpt {
    color: var(--tweak-summary-block-excerpt-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-summary-v2 .summary-read-more-link {
    color: var(--tweak-summary-block-read-more-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-summary-v2 .summary-metadata--primary {
    color: var(--tweak-summary-block-primary-metadata-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-summary-v2 .summary-metadata--secondary {
    color: var(--tweak-summary-block-secondary-metadata-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-quote blockquote {
    color: var(--tweak-quote-block-text-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-quote .source {
    color: var(--tweak-quote-block-source-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] [data-definition-name="website.components.product"] {
    color: var(--product-block-text-color-on-background);
  }
  .sqs-stack-container[data-background-enabled] .sqs-block-html a,.sqs-stack-container[data-background-enabled] .read-more-link,.sqs-stack-container[data-background-enabled] .entry-excerpt a,.sqs-stack-container[data-background-enabled] .blog-excerpt a,.sqs-stack-container[data-background-enabled] .eventlist-excerpt a,.sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-header a,.sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-footnote a,.sqs-stack-container[data-background-enabled] .sqs-block-newsletter .form-submission-text a,.sqs-stack-container[data-background-enabled] .sqs-block-form .form-submission-text a,.sqs-stack-container[data-background-enabled] .sqs-block-accordion .accordion-item__description a {
    color: var(--tweak-paragraph-link-color-on-background);
  }
}
@media screen and (min-width:768px) and (hover:hover) {
  .primary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-stack-container[data-background-enabled] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
}
@media screen and (max-width:767px) {
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html p.sqsrte-large,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html p.sqsrte-large,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion p.sqsrte-large,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion p.sqsrte-large {
    color: var(--tweak-paragraph-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html p,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html p,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion p,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion p,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html code,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html code,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion code,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion code {
    color: var(--tweak-paragraph-medium-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html p.sqsrte-small,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html p.sqsrte-small,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion p.sqsrte-small,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion p.sqsrte-small {
    color: var(--tweak-paragraph-small-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html h1,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html h1,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion h1,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion h1 {
    color: var(--tweak-heading-extra-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html h2,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html h2,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion h2,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion h2 {
    color: var(--tweak-heading-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html h3,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html h3,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion h3,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion h3 {
    color: var(--tweak-heading-medium-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html h4,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html h4,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion h4,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion h4 {
    color: var(--tweak-heading-small-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-marquee h1,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-marquee h1 {
    color: var(--tweak-marquee-block-heading-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-marquee p,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-marquee p {
    color: var(--tweak-marquee-block-paragraph-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion .accordion-divider,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion .accordion-divider {
    color: var(--tweak-accordion-block-divider-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion .accordion-icon-container,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion .accordion-icon-container {
    color: var(--tweak-accordion-block-icon-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion .accordion-item__description.sqsrte-large,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion .accordion-item__description.sqsrte-large {
    color: var(--tweak-paragraph-large-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion .accordion-item__description,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion .accordion-item__description {
    color: var(--tweak-paragraph-medium-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion .accordion-item__description.sqsrte-small,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion .accordion-item__description.sqsrte-small {
    color: var(--tweak-paragraph-small-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-header-title,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-header-title {
    color: var(--tweak-newsletter-block-title-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-header-description,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-header-description {
    color: var(--tweak-newsletter-block-description-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button {
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .primary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.primary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.secondary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary,.tertiary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
    color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  }
  .primary-button-style-outline.primary-button-shape-underline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.primary-button-style-outline.primary-button-shape-underline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
    border-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .primary-button-style-solid.primary-button-shape-underline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.primary-button-style-solid.primary-button-shape-underline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
    background-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    border-color: var(--tweak-newsletter-block-button-background-color-on-background);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
    color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before,.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
    border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    background-color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before,.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
    border-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-footnote,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-footnote {
    color: var(--tweak-newsletter-block-footnote-color-on-background) !important;
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-summary-v2 .summary-header-text,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-summary-v2 .summary-header-text {
    color: var(--tweak-summary-block-header-text-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-summary-v2 .summary-title,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-summary-v2 .summary-title {
    color: var(--tweak-summary-block-title-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-summary-v2 .summary-excerpt,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-summary-v2 .summary-excerpt {
    color: var(--tweak-summary-block-excerpt-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-summary-v2 .summary-read-more-link,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-summary-v2 .summary-read-more-link {
    color: var(--tweak-summary-block-read-more-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-summary-v2 .summary-metadata--primary,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-summary-v2 .summary-metadata--primary {
    color: var(--tweak-summary-block-primary-metadata-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-summary-v2 .summary-metadata--secondary,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-summary-v2 .summary-metadata--secondary {
    color: var(--tweak-summary-block-secondary-metadata-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-quote blockquote,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-quote blockquote {
    color: var(--tweak-quote-block-text-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-quote .source,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-quote .source {
    color: var(--tweak-quote-block-source-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] [data-definition-name="website.components.product"],.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) [data-definition-name="website.components.product"] {
    color: var(--product-block-text-color-on-background);
  }
  .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-html a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-html a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .read-more-link,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .read-more-link,.sqs-stack-container[data-background-enabled-system_mobile="true"] .entry-excerpt a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .entry-excerpt a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .blog-excerpt a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .blog-excerpt a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .eventlist-excerpt a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .eventlist-excerpt a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-header a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-header a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-footnote a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-footnote a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .form-submission-text a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .form-submission-text a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-form .form-submission-text a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-form .form-submission-text a,.sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-accordion .accordion-item__description a,.sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-accordion .accordion-item__description a {
    color: var(--tweak-paragraph-link-color-on-background);
  }
}
@media screen and (max-width:767px) and (hover:hover) {
  .primary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.primary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.secondary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-stack-container[data-background-enabled-system_mobile="true"] .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover,.tertiary-button-style-outline .sqs-stack-container[data-background-enabled]:not([data-background-enabled-system_mobile]) .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
    background-color: var(--tweak-newsletter-block-button-background-color-on-background) !important;
    color: var(--tweak-newsletter-block-button-text-color-on-background) !important;
  }
}
.sqs-block-html {
  border-color: var(--tweak-text-block-stroke-color);
}
.sqs-block-marquee {
  border-color: var(--tweak-marquee-block-stroke-color);
}
.sqs-block-marquee h1 {
  color: var(--tweak-marquee-block-heading-color);
}
.sqs-block-marquee p {
  color: var(--tweak-marquee-block-paragraph-color);
}
.social-account-links-v2-block {
  border-color: var(--tweak-social-links-block-stroke-color);
}
.sqs-background-enabled.social-account-links-v2-block {
  background-color: var(--tweak-social-links-block-background-color);
}
.sqs-block-html a,.read-more-link,.entry-excerpt a,.blog-excerpt a,.eventlist-excerpt a,.sqs-block-newsletter .newsletter-form-header a,.sqs-block-newsletter .newsletter-form-footnote a,.sqs-block-newsletter .form-submission-text a,.sqs-block-form .form-submission-text a,.sqs-block-accordion .accordion-item__description a {
  color: var(--paragraphLinkColor);
}
.sqs-block-html h1 a,.sqs-block-html h2 a,.sqs-block-html h3 a,.sqs-block-html h4 a {
  color: var(--headingLinkColor);
}
:focus,a:focus {
  outline-color: var(--navigationLinkColor);
}
.sqs-search-page-input.focus-within {
  outline-color: var(--navigationLinkColor);
}
.sqs-search-page-input:focus-within {
  outline-color: var(--navigationLinkColor);
}
#pdp .star {
  fill: var(--paragraphMediumColor);
}
#pdp .star path {
  fill: var(--paragraphMediumColor);
}
.product-item-gallery-carousel-control:focus {
  outline-color: var(--tweak-product-basic-item-gallery-controls-color);
}
.sqs-modal-lightbox :focus {
  outline-color: #000;
}
.sqs-modal-lightbox.sqs-product-quick-view-lightbox :focus {
  outline-color: var(--tweak-product-quick-view-lightbox-controls-color);
}
.sqs-modal-lightbox.sqs-product-quick-view-lightbox .sqs-product-quick-view-content :focus {
  outline-color: var(--navigationLinkColor);
}
.sqs-modal-lightbox.sqs-product-quick-view-lightbox .sqs-product-quick-view-content .product-item-gallery-carousel-control:focus,.sqs-modal-lightbox.sqs-product-quick-view-lightbox .sqs-product-quick-view-content .product-gallery-carousel-control:focus {
  outline-color: var(--tweak-product-basic-item-gallery-controls-color);
}
.sqs-gallery-controls .previous:focus,.sqs-gallery-controls .next:focus {
  outline-color: var(--navigationLinkColor) !important;
}
.primary-button-style-solid .sqs-button-element--primary,.primary-button-style-solid .comment-btn-wrapper .sqs-button-element--primary.comment-btn,.primary-button-style-solid div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary {
  color: var(--primaryButtonTextColor);
  background-color: var(--primaryButtonBackgroundColor);
  border-color: var(--primaryButtonBackgroundColor);
}
.primary-button-style-solid .sqs-button-element--primary,.primary-button-style-solid .comment-btn-wrapper .sqs-button-element--primary.comment-btn,.primary-button-style-solid div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary {
  color: var(--primaryButtonTextColor);
  background-color: var(--primaryButtonBackgroundColor);
  border-color: var(--primaryButtonTextColor);
}
.header-skip-link.sqs-button-element--primary {
  color: var(--primaryButtonTextColor) !important;
  background-color: var(--primaryButtonBackgroundColor) !important;
  border-color: var(--primaryButtonBackgroundColor) !important;
}
.ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-button.sqs-button-element--primary {
  color: var(--primaryButtonBackgroundColor);
  border: 1px solid var(--primaryButtonBackgroundColor) !important;
  background-color: transparent;
}
@media (hover:hover) {
  .ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-button.sqs-button-element--primary:hover {
    background-color: var(--primaryButtonBackgroundColor);
    color: var(--primaryButtonTextColor);
  }
}
.ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-selected.sqs-button-element--primary {
  color: var(--primaryButtonTextColor);
  background-color: var(--primaryButtonBackgroundColor);
}
.ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-button.sqs-button-element--secondary {
  color: var(--secondaryButtonBackgroundColor);
  border: 1px solid var(--secondaryButtonBackgroundColor) !important;
  background-color: transparent;
}
@media (hover:hover) {
  .ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-button.sqs-button-element--secondary:hover {
    background-color: var(--secondaryButtonBackgroundColor);
    color: var(--secondaryButtonTextColor);
  }
}
.ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-selected.sqs-button-element--secondary {
  color: var(--secondaryButtonTextColor);
  background-color: var(--secondaryButtonBackgroundColor);
}
.ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-button.sqs-button-element--tertiary {
  color: var(--tertiaryButtonBackgroundColor);
  border: 1px solid var(--tertiaryButtonBackgroundColor) !important;
  background-color: transparent;
}
@media (hover:hover) {
  .ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-button.sqs-button-element--tertiary:hover {
    background-color: var(--tertiaryButtonBackgroundColor);
    color: var(--tertiaryButtonTextColor);
  }
}
.ma-pricing-toggle-wrapper .ma-pricing-options .ma-pricing-option-selected.sqs-button-element--tertiary {
  color: var(--tertiaryButtonTextColor);
  background-color: var(--tertiaryButtonBackgroundColor);
}
.pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-button.sqs-button-element--primary {
  color: var(--primaryButtonBackgroundColor);
  border: 1px solid var(--primaryButtonBackgroundColor) !important;
  background-color: transparent;
}
@media (hover:hover) {
  .pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-button.sqs-button-element--primary:hover {
    background-color: var(--primaryButtonBackgroundColor);
    color: var(--primaryButtonTextColor);
  }
}
.pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-selected.sqs-button-element--primary {
  color: var(--primaryButtonTextColor);
  background-color: var(--primaryButtonBackgroundColor);
}
.pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-button.sqs-button-element--secondary {
  color: var(--secondaryButtonBackgroundColor);
  border: 1px solid var(--secondaryButtonBackgroundColor) !important;
  background-color: transparent;
}
@media (hover:hover) {
  .pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-button.sqs-button-element--secondary:hover {
    background-color: var(--secondaryButtonBackgroundColor);
    color: var(--secondaryButtonTextColor);
  }
}
.pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-selected.sqs-button-element--secondary {
  color: var(--secondaryButtonTextColor);
  background-color: var(--secondaryButtonBackgroundColor);
}
.pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-button.sqs-button-element--tertiary {
  color: var(--tertiaryButtonBackgroundColor);
  border: 1px solid var(--tertiaryButtonBackgroundColor) !important;
  background-color: transparent;
}
@media (hover:hover) {
  .pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-button.sqs-button-element--tertiary:hover {
    background-color: var(--tertiaryButtonBackgroundColor);
    color: var(--tertiaryButtonTextColor);
  }
}
.pricing-plan-pricing-toggle-wrapper .pricing-plan-pricing-options .pricing-plan-pricing-option-selected.sqs-button-element--tertiary {
  color: var(--tertiaryButtonTextColor);
  background-color: var(--tertiaryButtonBackgroundColor);
}
.secondary-button-style-solid .sqs-button-element--secondary,.secondary-button-style-solid .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary {
  color: var(--secondaryButtonTextColor);
  background: var(--secondaryButtonBackgroundColor);
  border-color: var(--secondaryButtonTextColor);
}
.secondary-button-style-underline .sqs-button-element--secondary,.secondary-button-style-underline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary {
  border-color: var(--secondaryButtonBackgroundColor);
}
.secondary-button-style-outline .sqs-button-element--secondary,.secondary-button-style-outline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary {
  color: var(--secondaryButtonBackgroundColor);
  border-color: var(--secondaryButtonBackgroundColor);
}
@media (hover:hover) {
  .secondary-button-style-outline .sqs-button-element--secondary:hover,.secondary-button-style-outline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary:hover {
    background: var(--secondaryButtonBackgroundColor);
    color: var(--secondaryButtonTextColor);
  }
}
.tertiary-button-style-solid .sqs-button-element--tertiary,.tertiary-button-style-solid .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary {
  color: var(--tertiaryButtonTextColor);
  background: var(--tertiaryButtonBackgroundColor);
  border-color: var(--tertiaryButtonTextColor);
}
.tertiary-button-style-underline .sqs-button-element--tertiary,.tertiary-button-style-underline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary {
  border-color: var(--tertiaryButtonBackgroundColor);
}
.tertiary-button-style-outline .sqs-button-element--tertiary,.tertiary-button-style-outline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary {
  color: var(--tertiaryButtonBackgroundColor);
  border-color: var(--tertiaryButtonBackgroundColor);
}
@media (hover:hover) {
  .tertiary-button-style-outline .sqs-button-element--tertiary:hover,.tertiary-button-style-outline .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary:hover {
    background: var(--tertiaryButtonBackgroundColor);
    color: var(--tertiaryButtonTextColor);
  }
}
.primary-button-style-outline .sqs-button-element--primary,.primary-button-style-outline .sqs-button-element--primary.comment-btn,.primary-button-style-outline .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--primary,.primary-button-style-outline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary {
  color: var(--primaryButtonBackgroundColor);
  border-color: var(--primaryButtonBackgroundColor);
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-button-element--primary:hover,.primary-button-style-outline .sqs-button-element--primary.comment-btn:hover,.primary-button-style-outline .sqs-modal-lightbox .sqs-modal-lightbox-content .sqs-button-element--primary:hover,.primary-button-style-outline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary:hover {
    background: var(--primaryButtonBackgroundColor);
    color: var(--primaryButtonTextColor);
  }
}
.primary-button-style-outline.primary-button-shape-underline .sqs-button-element--primary,.primary-button-style-outline.primary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary {
  border-color: var(--primaryButtonBackgroundColor);
}
@media (hover:hover) {
  .primary-button-style-outline.primary-button-shape-underline .sqs-button-element--primary:hover,.primary-button-style-outline.primary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary:hover {
    border-color: var(--primaryButtonTextColor);
  }
}
.primary-button-style-solid.primary-button-shape-underline .sqs-button-element--primary,.primary-button-style-solid.primary-button-shape-underline .sqs-button-element--primary.comment-btn,.primary-button-style-solid.primary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary {
  color: var(--primaryButtonBackgroundColor);
  background-color: var(--primaryButtonTextColor);
  border-color: var(--primaryButtonBackgroundColor);
}
.secondary-button-style-solid.secondary-button-shape-underline .sqs-button-element--secondary,.secondary-button-style-solid.secondary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary {
  color: var(--secondaryButtonBackgroundColor);
  background-color: var(--secondaryButtonTextColor);
  border-color: var(--secondaryButtonBackgroundColor);
}
.secondary-button-style-outline.secondary-button-shape-underline .sqs-button-element--secondary,.secondary-button-style-outline.secondary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary {
  border-color: var(--secondaryButtonBackgroundColor);
}
@media (hover:hover) {
  .secondary-button-style-outline.secondary-button-shape-underline .sqs-button-element--secondary:hover,.secondary-button-style-outline.secondary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--secondary:hover {
    border-color: var(--secondaryButtonTextColor);
  }
}
.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-button-element--tertiary,.tertiary-button-style-solid.tertiary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary {
  color: var(--tertiaryButtonBackgroundColor);
  background-color: var(--tertiaryButtonTextColor);
  border-color: var(--tertiaryButtonBackgroundColor);
}
.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-button-element--tertiary,.tertiary-button-style-outline.tertiary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary {
  border-color: var(--tertiaryButtonBackgroundColor);
}
@media (hover:hover) {
  .tertiary-button-style-outline.tertiary-button-shape-underline .sqs-button-element--tertiary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--tertiary:hover {
    border-color: var(--tertiaryButtonTextColor);
  }
}
.sqs-toggle:has(input:focus-visible) {
  outline-color: var(--navigationLinkColor);
}
.sqs-toggle--off {
  background-color: var(--toggle-off-color);
}
.sqs-toggle--on {
  background-color: var(--toggle-on-color);
}
.sqs-block[data-definition-name="website.components.horizontalrule"] hr {
  background-color: var(--tweak-line-block-line-color);
}
.section-background-overlay {
  background-color: var(--backgroundOverlayColor);
}
.floating-cart {
  background-color: var(--primaryButtonBackgroundColor);
  color: var(--primaryButtonTextColor);
}
.floating-cart :focus {
  outline-color: var(--primaryButtonTextColor);
}
.floating-cart .icon--stroke svg {
  stroke: var(--primaryButtonTextColor);
}
.tweak-transparent-header .sections.page-section:first-child.background-width--full-bleed.has-background .section-background:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--backgroundOverlayColor),150px,transparent);
  opacity: .05;
}
[data-header-style="theme"].header,[data-header-style="dynamic"].header {
  background-color: var(--siteBackgroundColor);
}
:not(.header--menu-open) .header-title-text a {
  color: var(--siteTitleColor);
}
:not(.header--menu-open) .header-nav-folder-content,:not(.header--menu-open) .language-picker-content {
  background-color: var(--siteBackgroundColor);
}
:not(.header--menu-open) .header-nav-wrapper button,:not(.header--menu-open) .header-nav-wrapper a {
  color: var(--navigationLinkColor);
}
:not(.header--menu-open) .header-nav-wrapper .header-nav-item--active :is(a, button) {
  color: var(--navigationLinkColor);
}
:not(.header--menu-open) .header-dropdown-icon svg {
  fill: var(--navigationLinkColor);
  stroke: var(--navigationLinkColor);
  height: 100%;
  width: 100%;
}
:not(.header--menu-open) .burger-inner .top-bun,:not(.header--menu-open) .burger-inner .patty,:not(.header--menu-open) .burger-inner .bottom-bun {
  background-color: var(--navigationLinkColor);
}
@media (forced-colors:active) {
  :not(.header--menu-open) .burger-inner .top-bun,:not(.header--menu-open) .burger-inner .patty,:not(.header--menu-open) .burger-inner .bottom-bun {
    background-color: ButtonText;
  }
}
:not(.header--menu-open) .header-actions {
  color: var(--navigationLinkColor);
}
:not(.header--menu-open) .header-actions .icon--stroke svg {
  stroke: currentColor;
}
:not(.header--menu-open) .header-actions .icon--fill svg {
  fill: currentColor;
}
:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid,:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover {
  color: var(--primaryButtonTextColor) !important;
  background-color: var(--primaryButtonBackgroundColor);
  box-shadow: none !important;
}
:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid.icon--stroke svg,:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover.icon--stroke svg {
  stroke: currentColor;
}
:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid.icon--fill svg,:not(.header--menu-open) .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover.icon--fill svg {
  fill: currentColor;
}
.header--menu-open .header .header-title-text a {
  color: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .header-dropdown-icon svg {
  fill: var(--menuOverlayNavigationLinkColor);
  stroke: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .header-burger .top-bun,.header--menu-open .header .header-burger .patty,.header--menu-open .header .header-burger .bottom-bun {
  background-color: var(--menuOverlayNavigationLinkColor);
}
@media (forced-colors:active) {
  .header--menu-open .header .header-burger .top-bun,.header--menu-open .header .header-burger .patty,.header--menu-open .header .header-burger .bottom-bun {
    background-color: ButtonText;
  }
}
.header--menu-open .header .header-nav-folder-content,.header--menu-open .header .language-picker-content {
  background-color: var(--menuOverlayBackgroundColor);
}
.header--menu-open .header .header-nav-wrapper a,.header--menu-open .header .header-nav-wrapper button {
  color: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .header-nav-wrapper .header-menu-nav-item--active :is(a, button),.header--menu-open .header .header-nav-wrapper .header-nav-item--active :is(a, button) {
  color: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .user-accounts-text-link {
  color: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .header-icon:not(.header-icon-border-style-solid) {
  color: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .header-actions {
  color: var(--menuOverlayNavigationLinkColor);
}
.header--menu-open .header .header-actions .icon--stroke svg {
  stroke: currentColor;
}
.header--menu-open .header .header-actions .icon--fill svg {
  fill: currentColor;
}
.header--menu-open .header .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid,.header--menu-open .header .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover {
  color: var(--menuOverlayButtonTextColor) !important;
  background-color: var(--menuOverlayButtonBackgroundColor);
  box-shadow: none !important;
}
.header--menu-open .header .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid.icon--stroke svg,.header--menu-open .header .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover.icon--stroke svg {
  stroke: currentColor;
}
.header--menu-open .header .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid.icon--fill svg,.header--menu-open .header .header-actions .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover.icon--fill svg {
  fill: currentColor;
}
.site-wrapper .header-menu .header-menu-bg {
  background-color: var(--menuOverlayBackgroundColor);
}
.site-wrapper .header-menu .header-menu-nav a:not(.btn) {
  color: var(--menuOverlayNavigationLinkColor);
}
.site-wrapper .header-menu .header-menu-nav .header-menu-nav-item--active a,.site-wrapper .header-menu .header-menu-nav .header-nav-item--active a {
  color: var(--menuOverlayNavigationLinkColor);
}
.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid,.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover {
  color: var(--menuOverlayButtonTextColor) !important;
  background-color: var(--menuOverlayButtonBackgroundColor);
  box-shadow: none !important;
}
.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid.icon--stroke svg,.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover.icon--stroke svg {
  stroke: currentColor;
}
.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-solid.icon--fill svg,.site-wrapper .header-menu .header-menu-nav .header-icon:not(.header-icon-border-shape-none).header-icon-border-style-outline:hover.icon--fill svg {
  fill: currentColor;
}
.site-wrapper .header-menu .header-menu-cta a {
  color: var(--menuOverlayButtonTextColor);
  background-color: var(--menuOverlayButtonBackgroundColor);
  border-color: var(--menuOverlayButtonBackgroundColor);
}
.primary-button-style-solid.primary-button-shape-underline .header-menu .header-menu-cta .sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .header-menu .header-menu-cta .sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .header-menu .header-menu-cta .sqs-button-element--tertiary {
  color: var(--menuOverlayButtonBackgroundColor);
  background-color: var(--menuOverlayButtonTextColor);
  border-color: var(--menuOverlayButtonBackgroundColor);
}
.primary-button-style-outline .header-menu .header-menu-cta a.sqs-button-element--primary,.secondary-button-style-outline .header-menu .header-menu-cta a.sqs-button-element--secondary,.tertiary-button-style-outline .header-menu .header-menu-cta a.sqs-button-element--tertiary {
  color: var(--menuOverlayButtonBackgroundColor);
  border-color: var(--menuOverlayButtonBackgroundColor);
}
@media (hover:hover) {
  .primary-button-style-outline .header-menu .header-menu-cta a.sqs-button-element--primary:hover,.secondary-button-style-outline .header-menu .header-menu-cta a.sqs-button-element--secondary:hover,.tertiary-button-style-outline .header-menu .header-menu-cta a.sqs-button-element--tertiary:hover {
    background: var(--menuOverlayButtonBackgroundColor);
    color: var(--menuOverlayButtonTextColor);
  }
}
.primary-button-style-outline.primary-button-shape-underline .header-menu .header-menu-cta a.sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .header-menu .header-menu-cta a.sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .header-menu .header-menu-cta a.sqs-button-element--tertiary:hover {
  border-color: var(--menuOverlayButtonTextColor);
}
.sqs-announcement-bar {
  background: var(--announcement-bar-background-color);
}
.sqs-announcement-bar :focus,.sqs-announcement-bar a:focus {
  outline-color: var(--announcement-bar-text-color);
}
.sqs-announcement-bar-text p,.sqs-announcement-bar-text a {
  color: var(--announcement-bar-text-color);
}
.sqs-announcement-bar-close {
  color: var(--announcement-bar-text-color);
}
.gallery-fullscreen-slideshow-control-btn::before,.gallery-slideshow-control-btn::before {
  background: var(--tweak-gallery-icon-background-color);
}
.gallery-fullscreen-slideshow-control-btn svg,.gallery-slideshow-control-btn svg {
  stroke: var(--tweak-gallery-icon-color);
}
.gallery-fullscreen-slideshow-bullet {
  border-color: var(--tweak-gallery-icon-background-color);
}
.gallery-fullscreen-slideshow-bullet.active {
  background-color: var(--tweak-gallery-icon-background-color);
}
.gallery-lightbox-background {
  background-color: var(--tweak-gallery-lightbox-background-color);
  opacity: .9;
}
.gallery-lightbox-control-btn {
  color: var(--tweak-gallery-lightbox-icon-color);
}
.gallery-lightbox-control-btn .gallery-lightbox-control-btn-icon svg * {
  stroke: currentColor;
}
.gallery-lightbox-close-btn {
  color: var(--tweak-gallery-lightbox-icon-color);
}
.gallery-lightbox-close-btn .gallery-lightbox-close-btn-icon svg * {
  stroke: currentColor;
}
.user-items-list .list-section-title {
  color: var(--list-section-title-color);
}
.user-items-list .list-section-title a {
  color: var(--list-section-title-color);
}
.primary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element {
  color: var(--list-section-simple-button-background-color);
  border-color: var(--list-section-simple-button-background-color);
}
@media (hover:hover) {
  .primary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    background-color: var(--list-section-simple-button-background-color);
    color: var(--list-section-simple-button-text-color);
  }
  .primary-button-shape-underline.primary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    border-color: var(--list-section-simple-button-text-color);
  }
}
.primary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element {
  color: var(--list-section-simple-card-button-background-color);
  border-color: var(--list-section-simple-card-button-background-color);
}
@media (hover:hover) {
  .primary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    background-color: var(--list-section-simple-card-button-background-color);
    color: var(--list-section-simple-card-button-text-color);
  }
  .primary-button-shape-underline.primary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    border-color: var(--list-section-simple-card-button-text-color);
  }
}
.primary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element {
  color: var(--list-section-carousel-button-background-color);
  border-color: var(--list-section-carousel-button-background-color);
}
@media (hover:hover) {
  .primary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    background-color: var(--list-section-carousel-button-background-color);
    color: var(--list-section-carousel-button-text-color);
  }
  .primary-button-shape-underline.primary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    border-color: var(--list-section-carousel-button-text-color);
  }
}
.primary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element {
  color: var(--list-section-carousel-card-button-background-color);
  border-color: var(--list-section-carousel-card-button-background-color);
}
@media (hover:hover) {
  .primary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    background-color: var(--list-section-carousel-card-button-background-color);
    color: var(--list-section-carousel-card-button-text-color);
  }
  .primary-button-shape-underline.primary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    border-color: var(--list-section-carousel-card-button-text-color);
  }
}
.primary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element {
  color: var(--list-section-banner-slideshow-button-background-color);
  border-color: var(--list-section-banner-slideshow-button-background-color);
}
@media (hover:hover) {
  .primary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    background-color: var(--list-section-banner-slideshow-button-background-color);
    color: var(--list-section-banner-slideshow-button-text-color);
  }
  .primary-button-shape-underline.primary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    border-color: var(--list-section-banner-slideshow-button-text-color);
  }
}
.primary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element {
  color: var(--list-section-banner-slideshow-card-button-background-color);
  border-color: var(--list-section-banner-slideshow-card-button-background-color);
}
@media (hover:hover) {
  .primary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    background-color: var(--list-section-banner-slideshow-card-button-background-color);
    color: var(--list-section-banner-slideshow-card-button-text-color);
  }
  .primary-button-shape-underline.primary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary.sqs-block-button-element:hover {
    border-color: var(--list-section-banner-slideshow-card-button-text-color);
  }
}
.secondary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element {
  color: var(--list-section-simple-button-background-color);
  border-color: var(--list-section-simple-button-background-color);
}
@media (hover:hover) {
  .secondary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    background-color: var(--list-section-simple-button-background-color);
    color: var(--list-section-simple-button-text-color);
  }
  .secondary-button-shape-underline.secondary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    border-color: var(--list-section-simple-button-text-color);
  }
}
.secondary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element {
  color: var(--list-section-simple-card-button-background-color);
  border-color: var(--list-section-simple-card-button-background-color);
}
@media (hover:hover) {
  .secondary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    background-color: var(--list-section-simple-card-button-background-color);
    color: var(--list-section-simple-card-button-text-color);
  }
  .secondary-button-shape-underline.secondary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    border-color: var(--list-section-simple-card-button-text-color);
  }
}
.secondary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element {
  color: var(--list-section-carousel-button-background-color);
  border-color: var(--list-section-carousel-button-background-color);
}
@media (hover:hover) {
  .secondary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    background-color: var(--list-section-carousel-button-background-color);
    color: var(--list-section-carousel-button-text-color);
  }
  .secondary-button-shape-underline.secondary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    border-color: var(--list-section-carousel-button-text-color);
  }
}
.secondary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element {
  color: var(--list-section-carousel-card-button-background-color);
  border-color: var(--list-section-carousel-card-button-background-color);
}
@media (hover:hover) {
  .secondary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    background-color: var(--list-section-carousel-card-button-background-color);
    color: var(--list-section-carousel-card-button-text-color);
  }
  .secondary-button-shape-underline.secondary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    border-color: var(--list-section-carousel-card-button-text-color);
  }
}
.secondary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element {
  color: var(--list-section-banner-slideshow-button-background-color);
  border-color: var(--list-section-banner-slideshow-button-background-color);
}
@media (hover:hover) {
  .secondary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    background-color: var(--list-section-banner-slideshow-button-background-color);
    color: var(--list-section-banner-slideshow-button-text-color);
  }
  .secondary-button-shape-underline.secondary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    border-color: var(--list-section-banner-slideshow-button-text-color);
  }
}
.secondary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element {
  color: var(--list-section-banner-slideshow-card-button-background-color);
  border-color: var(--list-section-banner-slideshow-card-button-background-color);
}
@media (hover:hover) {
  .secondary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    background-color: var(--list-section-banner-slideshow-card-button-background-color);
    color: var(--list-section-banner-slideshow-card-button-text-color);
  }
  .secondary-button-shape-underline.secondary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary.sqs-block-button-element:hover {
    border-color: var(--list-section-banner-slideshow-card-button-text-color);
  }
}
.tertiary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element {
  color: var(--list-section-simple-button-background-color);
  border-color: var(--list-section-simple-button-background-color);
}
@media (hover:hover) {
  .tertiary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    background-color: var(--list-section-simple-button-background-color);
    color: var(--list-section-simple-button-text-color);
  }
  .tertiary-button-shape-underline.tertiary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    border-color: var(--list-section-simple-button-text-color);
  }
}
.tertiary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element {
  color: var(--list-section-simple-card-button-background-color);
  border-color: var(--list-section-simple-card-button-background-color);
}
@media (hover:hover) {
  .tertiary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    background-color: var(--list-section-simple-card-button-background-color);
    color: var(--list-section-simple-card-button-text-color);
  }
  .tertiary-button-shape-underline.tertiary-button-style-outline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    border-color: var(--list-section-simple-card-button-text-color);
  }
}
.tertiary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element {
  color: var(--list-section-carousel-button-background-color);
  border-color: var(--list-section-carousel-button-background-color);
}
@media (hover:hover) {
  .tertiary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    background-color: var(--list-section-carousel-button-background-color);
    color: var(--list-section-carousel-button-text-color);
  }
  .tertiary-button-shape-underline.tertiary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    border-color: var(--list-section-carousel-button-text-color);
  }
}
.tertiary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element {
  color: var(--list-section-carousel-card-button-background-color);
  border-color: var(--list-section-carousel-card-button-background-color);
}
@media (hover:hover) {
  .tertiary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    background-color: var(--list-section-carousel-card-button-background-color);
    color: var(--list-section-carousel-card-button-text-color);
  }
  .tertiary-button-shape-underline.tertiary-button-style-outline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    border-color: var(--list-section-carousel-card-button-text-color);
  }
}
.tertiary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element {
  color: var(--list-section-banner-slideshow-button-background-color);
  border-color: var(--list-section-banner-slideshow-button-background-color);
}
@media (hover:hover) {
  .tertiary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    background-color: var(--list-section-banner-slideshow-button-background-color);
    color: var(--list-section-banner-slideshow-button-text-color);
  }
  .tertiary-button-shape-underline.tertiary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    border-color: var(--list-section-banner-slideshow-button-text-color);
  }
}
.tertiary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element {
  color: var(--list-section-banner-slideshow-card-button-background-color);
  border-color: var(--list-section-banner-slideshow-card-button-background-color);
}
@media (hover:hover) {
  .tertiary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    background-color: var(--list-section-banner-slideshow-card-button-background-color);
    color: var(--list-section-banner-slideshow-card-button-text-color);
  }
  .tertiary-button-shape-underline.tertiary-button-style-outline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary.sqs-block-button-element:hover {
    border-color: var(--list-section-banner-slideshow-card-button-text-color);
  }
}
.user-items-list-simple .list-item-content__title {
  color: var(--list-section-simple-title-color);
}
.user-items-list-simple .list-item-content__description {
  color: var(--list-section-simple-description-color);
}
.user-items-list-simple .list-item-content__description a {
  color: var(--list-section-simple-description-color);
}
.user-items-list-simple .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-simple-button-text-color);
  background-color: var(--list-section-simple-button-background-color);
}
.primary-button-style-solid.primary-button-shape-underline .site-wrapper .user-items-list-simple .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-simple-button-background-color);
  background-color: var(--list-section-simple-button-text-color);
  border-color: var(--list-section-simple-button-background-color);
}
.user-items-list-simple .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-simple-button-text-color);
  background-color: var(--list-section-simple-button-background-color);
}
.secondary-button-style-solid.secondary-button-shape-underline .site-wrapper .user-items-list-simple .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-simple-button-background-color);
  background-color: var(--list-section-simple-button-text-color);
  border-color: var(--list-section-simple-button-background-color);
}
.user-items-list-simple .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-simple-button-text-color);
  background-color: var(--list-section-simple-button-background-color);
}
.tertiary-button-style-solid.tertiary-button-shape-underline .site-wrapper .user-items-list-simple .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-simple-button-background-color);
  background-color: var(--list-section-simple-button-text-color);
  border-color: var(--list-section-simple-button-background-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] {
  background-color: var(--list-section-simple-card-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__title {
  color: var(--list-section-simple-card-title-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__description {
  color: var(--list-section-simple-card-description-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__description a {
  color: var(--list-section-simple-card-description-link-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-simple-card-button-text-color);
  background-color: var(--list-section-simple-card-button-background-color);
}
.primary-button-style-solid.primary-button-shape-underline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-simple-card-button-background-color);
  background-color: var(--list-section-simple-card-button-text-color);
  border-color: var(--list-section-simple-card-button-background-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-simple-card-button-text-color);
  background-color: var(--list-section-simple-card-button-background-color);
}
.secondary-button-style-solid.secondary-button-shape-underline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-simple-card-button-background-color);
  background-color: var(--list-section-simple-card-button-text-color);
  border-color: var(--list-section-simple-card-button-background-color);
}
.user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-simple-card-button-text-color);
  background-color: var(--list-section-simple-card-button-background-color);
}
.tertiary-button-style-solid.tertiary-button-shape-underline .site-wrapper .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-simple-card-button-background-color);
  background-color: var(--list-section-simple-card-button-text-color);
  border-color: var(--list-section-simple-card-button-background-color);
}
.user-items-list-carousel .list-item-content__title {
  color: var(--list-section-carousel-title-color);
}
.user-items-list-carousel .list-item-content__description {
  color: var(--list-section-carousel-description-color);
}
.user-items-list-carousel .list-item-content__description a {
  color: var(--list-section-carousel-description-color);
}
.user-items-list-carousel .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-carousel-button-text-color);
  background-color: var(--list-section-carousel-button-background-color);
}
.primary-button-style-solid.primary-button-shape-underline .site-wrapper .user-items-list-carousel .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-carousel-button-background-color);
  background-color: var(--list-section-carousel-button-text-color);
  border-color: var(--list-section-carousel-button-background-color);
}
.user-items-list-carousel .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-carousel-button-text-color);
  background-color: var(--list-section-carousel-button-background-color);
}
.secondary-button-style-solid.secondary-button-shape-underline .site-wrapper .user-items-list-carousel .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-carousel-button-background-color);
  background-color: var(--list-section-carousel-button-text-color);
  border-color: var(--list-section-carousel-button-background-color);
}
.user-items-list-carousel .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-carousel-button-text-color);
  background-color: var(--list-section-carousel-button-background-color);
}
.tertiary-button-style-solid.tertiary-button-shape-underline .site-wrapper .user-items-list-carousel .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-carousel-button-background-color);
  background-color: var(--list-section-carousel-button-text-color);
  border-color: var(--list-section-carousel-button-background-color);
}
.user-items-list-carousel .user-items-list-carousel__arrow-icon-foreground {
  stroke: var(--list-section-carousel-arrow-color);
}
.user-items-list-carousel .user-items-list-carousel__arrow-icon-background {
  background-color: var(--list-section-carousel-arrow-background-color);
}
.user-items-list-carousel .user-items-list-carousel__arrow-button::after {
  border-color: var(--list-section-carousel-arrow-color);
}
.user-items-list-carousel .user-items-list-carousel__gutter::after {
  border-color: var(--navigationLinkColor);
}
.user-items-list-carousel[data-layout-width="full"] .user-items-list-carousel__gutter::after {
  border-color: var(--list-section-carousel-arrow-background-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] {
  background-color: var(--list-section-carousel-card-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__title {
  color: var(--list-section-carousel-card-title-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__description {
  color: var(--list-section-carousel-card-description-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__description a {
  color: var(--list-section-carousel-card-description-link-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-carousel-card-button-text-color);
  background-color: var(--list-section-carousel-card-button-background-color);
}
.primary-button-style-solid.primary-button-shape-underline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-carousel-card-button-background-color);
  background-color: var(--list-section-carousel-card-button-text-color);
  border-color: var(--list-section-carousel-card-button-background-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-carousel-card-button-text-color);
  background-color: var(--list-section-carousel-card-button-background-color);
}
.secondary-button-style-solid.secondary-button-shape-underline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-carousel-card-button-background-color);
  background-color: var(--list-section-carousel-card-button-text-color);
  border-color: var(--list-section-carousel-card-button-background-color);
}
.user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-carousel-card-button-text-color);
  background-color: var(--list-section-carousel-card-button-background-color);
}
.tertiary-button-style-solid.tertiary-button-shape-underline .site-wrapper .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-carousel-card-button-background-color);
  background-color: var(--list-section-carousel-card-button-text-color);
  border-color: var(--list-section-carousel-card-button-background-color);
}
.user-items-list-banner-slideshow .list-item-content__title {
  color: var(--list-section-banner-slideshow-title-color);
}
.user-items-list-banner-slideshow .list-item-content__description {
  color: var(--list-section-banner-slideshow-description-color);
}
.user-items-list-banner-slideshow .list-item-content__description a {
  color: var(--list-section-banner-slideshow-description-color);
}
.user-items-list-banner-slideshow .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-banner-slideshow-button-text-color);
  background-color: var(--list-section-banner-slideshow-button-background-color);
}
.primary-button-style-solid.primary-button-shape-underline .site-wrapper .user-items-list-banner-slideshow .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-banner-slideshow-button-background-color);
  background-color: var(--list-section-banner-slideshow-button-text-color);
  border-color: var(--list-section-banner-slideshow-button-background-color);
}
.user-items-list-banner-slideshow .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-banner-slideshow-button-text-color);
  background-color: var(--list-section-banner-slideshow-button-background-color);
}
.secondary-button-style-solid.secondary-button-shape-underline .site-wrapper .user-items-list-banner-slideshow .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-banner-slideshow-button-background-color);
  background-color: var(--list-section-banner-slideshow-button-text-color);
  border-color: var(--list-section-banner-slideshow-button-background-color);
}
.user-items-list-banner-slideshow .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-banner-slideshow-button-text-color);
  background-color: var(--list-section-banner-slideshow-button-background-color);
}
.tertiary-button-style-solid.tertiary-button-shape-underline .site-wrapper .user-items-list-banner-slideshow .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-banner-slideshow-button-background-color);
  background-color: var(--list-section-banner-slideshow-button-text-color);
  border-color: var(--list-section-banner-slideshow-button-background-color);
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-foreground {
  stroke: var(--list-section-banner-slideshow-arrow-color);
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-icon-background {
  background-color: var(--list-section-banner-slideshow-arrow-background-color);
}
.user-items-list-banner-slideshow .user-items-list-banner-slideshow__arrow-button::after {
  border-color: var(--list-section-banner-slideshow-arrow-color);
}
.user-items-list-banner-slideshow .slideshow-gutter::after {
  border-color: var(--navigationLinkColor);
}
.user-items-list-banner-slideshow[data-layout-width="full-bleed"] .slideshow-gutter::after {
  border-color: var(--list-section-banner-slideshow-arrow-background-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-card-background {
  background-color: var(--list-section-banner-slideshow-card-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__title {
  color: var(--list-section-banner-slideshow-card-title-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__description {
  color: var(--list-section-banner-slideshow-card-description-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__description a {
  color: var(--list-section-banner-slideshow-card-description-link-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-banner-slideshow-card-button-text-color);
  background-color: var(--list-section-banner-slideshow-card-button-background-color);
}
.primary-button-style-solid.primary-button-shape-underline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--primary {
  color: var(--list-section-banner-slideshow-card-button-background-color);
  background-color: var(--list-section-banner-slideshow-card-button-text-color);
  border-color: var(--list-section-banner-slideshow-card-button-background-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-banner-slideshow-card-button-text-color);
  background-color: var(--list-section-banner-slideshow-card-button-background-color);
}
.secondary-button-style-solid.secondary-button-shape-underline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--secondary {
  color: var(--list-section-banner-slideshow-card-button-background-color);
  background-color: var(--list-section-banner-slideshow-card-button-text-color);
  border-color: var(--list-section-banner-slideshow-card-button-background-color);
}
.user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-banner-slideshow-card-button-text-color);
  background-color: var(--list-section-banner-slideshow-card-button-background-color);
}
.tertiary-button-style-solid.tertiary-button-shape-underline .site-wrapper .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button.sqs-button-element--tertiary {
  color: var(--list-section-banner-slideshow-card-button-background-color);
  background-color: var(--list-section-banner-slideshow-card-button-text-color);
  border-color: var(--list-section-banner-slideshow-card-button-background-color);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-button-element--primary:not(input):hover,.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary:hover {
    color: var(--primaryButtonBackgroundColor);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-button-element--primary:not(input)::before,.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .tock-block div#Tock_widget_container>div.TockWidgetWrapper .TockButton-blue.sqs-button-element--primary::before {
    border-color: var(--primaryButtonBackgroundColor);
    background-color: var(--primaryButtonTextColor);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button::before {
    border-color: var(--list-section-simple-button-background-color);
    background-color: var(--list-section-simple-button-text-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button::before {
    border-color: var(--list-section-simple-card-button-background-color);
    background-color: var(--list-section-simple-card-button-text-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button::before {
    border-color: var(--list-section-carousel-button-background-color);
    background-color: var(--list-section-carousel-button-text-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button::before {
    border-color: var(--list-section-carousel-card-button-background-color);
    background-color: var(--list-section-carousel-card-button-text-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button::before {
    border-color: var(--list-section-banner-slideshow-button-background-color);
    background-color: var(--list-section-banner-slideshow-button-text-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button::before {
    border-color: var(--list-section-banner-slideshow-card-button-background-color);
    background-color: var(--list-section-banner-slideshow-card-button-text-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button:hover {
    color: var(--list-section-simple-button-background-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button:hover {
    color: var(--list-section-simple-card-button-background-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button:hover {
    color: var(--list-section-carousel-button-background-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button:hover {
    color: var(--list-section-carousel-card-button-background-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button:hover {
    color: var(--list-section-banner-slideshow-button-background-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button:hover {
    color: var(--list-section-banner-slideshow-card-button-background-color);
  }
}
.tweak-global-animations-animation-type-flex.secondary-button-style-solid .sqs-button-element--secondary:not(input):hover {
  color: var(--secondaryButtonBackgroundColor);
}
.tweak-global-animations-animation-type-flex.secondary-button-style-solid .sqs-button-element--secondary:not(input)::before {
  border-color: var(--secondaryButtonBackgroundColor);
  background-color: var(--secondaryButtonTextColor);
}
.tweak-global-animations-animation-type-flex.tertiary-button-style-solid .sqs-button-element--tertiary:not(input):hover {
  color: var(--tertiaryButtonBackgroundColor);
}
.tweak-global-animations-animation-type-flex.tertiary-button-style-solid .sqs-button-element--tertiary:not(input)::before {
  border-color: var(--tertiaryButtonBackgroundColor);
  background-color: var(--tertiaryButtonTextColor);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-button-element--primary:not(input):hover {
    color: var(--primaryButtonTextColor);
    background-color: transparent;
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-button-element--primary:not(input)::before {
    border-color: var(--primaryButtonBackgroundColor);
    background-color: var(--primaryButtonBackgroundColor);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button {
    color: var(--list-section-simple-button-background-color);
    border-color: var(--list-section-simple-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button::before {
    border-color: var(--list-section-simple-button-background-color);
    background-color: var(--list-section-simple-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button {
    color: var(--list-section-simple-card-button-background-color);
    border-color: var(--list-section-simple-card-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button::before {
    border-color: var(--list-section-simple-card-button-background-color);
    background-color: var(--list-section-simple-card-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button {
    color: var(--list-section-carousel-button-background-color);
    border-color: var(--list-section-carousel-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button::before {
    border-color: var(--list-section-carousel-button-background-color);
    background-color: var(--list-section-carousel-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button {
    color: var(--list-section-carousel-card-button-background-color);
    border-color: var(--list-section-carousel-card-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button::before {
    border-color: var(--list-section-carousel-card-button-background-color);
    background-color: var(--list-section-carousel-card-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button {
    color: var(--list-section-banner-slideshow-button-background-color);
    border-color: var(--list-section-banner-slideshow-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button::before {
    border-color: var(--list-section-banner-slideshow-button-background-color);
    background-color: var(--list-section-banner-slideshow-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button {
    color: var(--list-section-banner-slideshow-card-button-background-color);
    border-color: var(--list-section-banner-slideshow-card-button-background-color);
  }
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button::before {
    border-color: var(--list-section-banner-slideshow-card-button-background-color);
    background-color: var(--list-section-banner-slideshow-card-button-background-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple .list-item[data-is-card-enabled="false"] .list-item-content__button:hover {
    color: var(--list-section-simple-button-text-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-simple .list-item[data-is-card-enabled="true"] .list-item-content__button:hover {
    color: var(--list-section-simple-card-button-text-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel .list-item[data-is-card-enabled="false"] .list-item-content__button:hover {
    color: var(--list-section-carousel-button-text-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-carousel .list-item[data-is-card-enabled="true"] .list-item-content__button:hover {
    color: var(--list-section-carousel-card-button-text-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow .list-item[data-is-card-enabled="false"] .list-item-content__button:hover {
    color: var(--list-section-banner-slideshow-button-text-color);
  }
}
@media (hover:hover) and (hover:hover) {
  .tweak-global-animations-animation-type-flex.primary-button-style-outline .user-items-list-banner-slideshow .list-item[data-is-card-enabled="true"] .list-item-content__button:hover {
    color: var(--list-section-banner-slideshow-card-button-text-color);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex.secondary-button-style-outline .sqs-button-element--secondary:not(input):hover {
    color: var(--secondaryButtonTextColor);
    background-color: transparent;
  }
  .tweak-global-animations-animation-type-flex.secondary-button-style-outline .sqs-button-element--secondary:not(input)::before {
    border-color: var(--secondaryButtonBackgroundColor);
    background-color: var(--secondaryButtonBackgroundColor);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex.tertiary-button-style-outline .sqs-button-element--tertiary:not(input):hover {
    color: var(--tertiaryButtonTextColor);
    background-color: transparent;
  }
  .tweak-global-animations-animation-type-flex.tertiary-button-style-outline .sqs-button-element--tertiary:not(input)::before {
    border-color: var(--tertiaryButtonBackgroundColor);
    background-color: var(--tertiaryButtonBackgroundColor);
  }
}
.portfolio-grid-overlay .portfolio-title {
  color: var(--portfolio-grid-overlay-title-color);
}
.portfolio-grid-overlay .portfolio-overlay {
  background-color: var(--portfolio-grid-overlay-overlay-color);
}
.portfolio-grid-basic .portfolio-title {
  color: var(--portfolio-grid-basic-title-color);
}
.portfolio-hover[data-variant-hover-cover] .portfolio-hover-item-title {
  color: var(--portfolio-index-background-title-color);
}
.collection-type-portfolio-index-background .portfolio-index-background-link h1 {
  color: var(--portfolio-index-background-title-color);
}
.portfolio-hover[data-variant-hover-follow] .portfolio-hover-item-title {
  color: var(--portfolio-hover-follow-title-color);
}
.portfolio-hover[data-variant-hover-static] .portfolio-hover-item-title {
  color: var(--portfolio-hover-static-title-color);
}
.item-pagination[data-collection-type^="portfolio"] {
  background-color: var(--siteBackgroundColor);
}
.item-pagination[data-collection-type^="portfolio"] .item-pagination-icon svg {
  stroke: var(--tweak-portfolio-item-pagination-icon-color);
}
.item-pagination[data-collection-type^="portfolio"] .item-pagination-prev-next {
  color: var(--tweak-portfolio-item-pagination-meta-color);
}
.item-pagination[data-collection-type^="portfolio"] .item-pagination-title {
  color: var(--tweak-portfolio-item-pagination-title-color);
}
.lesson-title {
  color: var(--video-grid-basic-title-color);
}
.lessons-grid-meta-container {
  color: var(--video-grid-basic-meta-color);
}
.lessons-list .grid-desc {
  color: var(--video-grid-basic-description-color);
}
.lessons-list .nested-category-children,.lessons-list .nested-category-tree-wrapper {
  color: var(--video-grid-category-nav-color);
}
.lesson-details-title {
  color: var(--tweak-video-item-title-color);
}
.lesson-grid-meta-container {
  color: var(--tweak-video-item-meta-color);
}
.lesson-details-description {
  color: var(--tweak-video-item-description-color);
}
.lesson-item-pagination-title {
  color: var(--tweak-video-item-pagination-title-color);
}
.lesson-item-pagination-icon svg {
  stroke: var(--tweak-video-item-pagination-icon-color);
}
.blog-alternating-side-by-side .blog-more-link {
  color: var(--tweak-blog-alternating-side-by-side-list-read-more-color);
}
.blog-alternating-side-by-side .blog-more-link::after {
  background: var(--tweak-blog-alternating-side-by-side-list-read-more-color);
}
.blog-alternating-side-by-side .blog-title {
  color: var(--tweak-blog-alternating-side-by-side-list-title-color);
}
.blog-alternating-side-by-side .blog-categories-list a,.blog-alternating-side-by-side .blog-author,.blog-alternating-side-by-side .blog-date,.blog-alternating-side-by-side .blog-meta-delimiter {
  color: var(--tweak-blog-alternating-side-by-side-list-meta-color);
}
.blog-alternating-side-by-side .blog-excerpt {
  color: var(--tweak-blog-alternating-side-by-side-list-excerpt-color);
}
.blog-alternating-side-by-side .blog-list-pagination {
  color: var(--tweak-blog-alternating-side-by-side-list-meta-color);
}
.blog-alternating-side-by-side .blog-list-pagination .blog-list-pagination-icon {
  stroke: var(--tweak-blog-alternating-side-by-side-list-meta-color);
}
.blog-basic-grid .blog-more-link {
  color: var(--tweak-blog-basic-grid-list-read-more-color);
}
.blog-basic-grid .blog-more-link::after {
  background: var(--tweak-blog-basic-grid-list-read-more-color);
}
.blog-basic-grid .blog-title {
  color: var(--tweak-blog-basic-grid-list-title-color);
}
.blog-basic-grid .blog-categories-list a,.blog-basic-grid .blog-author,.blog-basic-grid .blog-date,.blog-basic-grid .blog-meta-delimiter {
  color: var(--tweak-blog-basic-grid-list-meta-color);
}
.blog-basic-grid .blog-excerpt {
  color: var(--tweak-blog-basic-grid-list-excerpt-color);
}
.blog-basic-grid .blog-list-pagination {
  color: var(--tweak-blog-basic-grid-list-meta-color);
}
.blog-basic-grid .blog-list-pagination .blog-list-pagination-icon {
  stroke: var(--tweak-blog-basic-grid-list-meta-color);
}
.blog-masonry .blog-more-link {
  color: var(--tweak-blog-masonry-list-read-more-color);
}
.blog-masonry .blog-more-link::after {
  background: var(--tweak-blog-masonry-list-read-more-color);
}
.blog-masonry .blog-title {
  color: var(--tweak-blog-masonry-list-title-color);
}
.blog-masonry .blog-categories-list a,.blog-masonry .blog-author,.blog-masonry .blog-date,.blog-masonry .blog-meta-delimiter {
  color: var(--tweak-blog-masonry-list-meta-color);
}
.blog-masonry .blog-excerpt {
  color: var(--tweak-blog-masonry-list-excerpt-color);
}
.blog-masonry .blog-list-pagination {
  color: var(--tweak-blog-masonry-list-meta-color);
}
.blog-masonry .blog-list-pagination .blog-list-pagination-icon {
  stroke: var(--tweak-blog-masonry-list-meta-color);
}
.blog-side-by-side .blog-more-link {
  color: var(--tweak-blog-side-by-side-list-read-more-color);
}
.blog-side-by-side .blog-more-link::after {
  background: var(--tweak-blog-side-by-side-list-read-more-color);
}
.blog-side-by-side .blog-title {
  color: var(--tweak-blog-side-by-side-list-title-color);
}
.blog-side-by-side .blog-categories-list a,.blog-side-by-side .blog-author,.blog-side-by-side .blog-date,.blog-side-by-side .blog-meta-delimiter {
  color: var(--tweak-blog-side-by-side-list-meta-color);
}
.blog-side-by-side .blog-excerpt {
  color: var(--tweak-blog-side-by-side-list-excerpt-color);
}
.blog-side-by-side .blog-list-pagination {
  color: var(--tweak-blog-side-by-side-list-meta-color);
}
.blog-side-by-side .blog-list-pagination .blog-list-pagination-icon {
  stroke: var(--tweak-blog-side-by-side-list-meta-color);
}
.blog-single-column .blog-more-link {
  color: var(--tweak-blog-single-column-list-read-more-color);
}
.blog-single-column .blog-more-link::after {
  background: var(--tweak-blog-single-column-list-read-more-color);
}
.blog-single-column .blog-title {
  color: var(--tweak-blog-single-column-list-title-color);
}
.blog-single-column .blog-categories-list a,.blog-single-column .blog-author,.blog-single-column .blog-date,.blog-single-column .blog-meta-delimiter {
  color: var(--tweak-blog-single-column-list-meta-color);
}
.blog-single-column .blog-excerpt {
  color: var(--tweak-blog-single-column-list-excerpt-color);
}
.blog-single-column .blog-list-pagination {
  color: var(--tweak-blog-single-column-list-meta-color);
}
.blog-single-column .blog-list-pagination .blog-list-pagination-icon {
  stroke: var(--tweak-blog-single-column-list-meta-color);
}
.blog-item-wrapper .blog-item-title h1.entry-title {
  color: var(--tweak-blog-item-title-color);
}
.blog-item-wrapper .blog-meta-item,.blog-item-wrapper .blog-meta-item a,.blog-item-wrapper .blog-meta-item span {
  color: var(--tweak-blog-item-meta-color);
}
.blog-item-wrapper .author-name,.blog-item-wrapper .author-website,.blog-item-wrapper .author-bio {
  color: var(--tweak-blog-item-author-profile-color);
}
.blog-item-wrapper #comments .header-controls,.blog-item-wrapper #comments .header-controls .comment-count,.blog-item-wrapper .comment-header .user-info,.blog-item-wrapper .comment-header .controls {
  color: var(--tweak-blog-item-comment-meta-color);
}
.blog-item-wrapper .comment-body * {
  color: var(--tweak-blog-item-comment-text-color);
}
.item-pagination[data-collection-type^="blog"] {
  background-color: var(--siteBackgroundColor);
}
.item-pagination[data-collection-type^="blog"] .item-pagination-icon svg {
  stroke: var(--tweak-blog-item-pagination-icon-color);
}
.item-pagination[data-collection-type^="blog"] .item-pagination-prev-next {
  color: var(--tweak-blog-item-pagination-meta-color);
}
.item-pagination[data-collection-type^="blog"] .item-pagination-title {
  color: var(--tweak-blog-item-pagination-title-color);
}
.sqs-product-quick-view-content {
  background-color: var(--siteBackgroundColor);
}
.product-block .product-quantity-input input,.product-block .product-quantity-input button {
  color: var(--dynamic-input-text-color,#000) !important;
}
.product-block .product-variants .field-list .variant-option label {
  color: var(--tweak-form-block-title-color) !important;
}
.item-pagination[data-collection-type^="events"] {
  background-color: var(--siteBackgroundColor);
}
.item-pagination[data-collection-type^="events"] .item-pagination-icon svg {
  stroke: var(--tweak-events-item-pagination-icon-color);
}
.item-pagination[data-collection-type^="events"] .events-item-pagination-date {
  color: var(--tweak-events-item-pagination-date-color);
}
.item-pagination[data-collection-type^="events"] .item-pagination-title {
  color: var(--tweak-events-item-pagination-title-color);
}
.sqs-block-collectionlink .collectionlink-title {
  color: var(--tweak-content-link-block-title-color);
}
.fluidImageOverlay {
  background-color: var(--image-block-overlay-color);
}
.image-overlay,.sqs-image-content::after {
  background-color: var(--backgroundOverlayColor);
}
.sqs-block-image .design-layout-poster .sqs-image-content::after,.sqs-block-image .design-layout-poster .image-overlay {
  background-color: var(--image-block-poster-image-overlay-color);
}
.sqs-block-image .design-layout-poster .image-title * {
  color: var(--image-block-poster-image-title-color);
}
.sqs-block-image .design-layout-poster .image-subtitle * {
  color: var(--image-block-poster-image-subtitle-color);
}
.sqs-block-image .design-layout-poster .image-title a,.sqs-block-image .design-layout-poster .image-subtitle a {
  color: var(--image-block-poster-inline-link-color);
}
@media (hover:hover) {
  .sqs-block-image .design-layout-poster .image-title a:hover,.sqs-block-image .design-layout-poster .image-subtitle a:hover {
    opacity: .8;
  }
}
.sqs-block-image .design-layout-poster .image-title * {
  background-color: var(--image-block-poster-image-title-bg-color-v2);
  box-shadow: .2em 0 0 var(--image-block-poster-image-title-bg-color-v2),-.2em 0 0 var(--image-block-poster-image-title-bg-color-v2);
}
.primary-button-style-solid .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary,.secondary-button-style-solid .sqs-block-image .design-layout-poster .image-button .sqs-button-element--secondary,.tertiary-button-style-solid .sqs-block-image .design-layout-poster .image-button .sqs-button-element--tertiary {
  background: var(--image-block-poster-image-button-bg-color);
  color: var(--image-block-poster-image-button-text-color);
}
.primary-button-style-solid.primary-button-shape-underline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--tertiary {
  background: var(--image-block-poster-image-button-text-color);
  color: var(--image-block-poster-image-button-bg-color);
  border-color: var(--image-block-poster-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-poster-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-poster-image-button-bg-color);
  background-color: var(--image-block-poster-image-button-text-color);
}
.primary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary,.secondary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--secondary,.tertiary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--tertiary {
  background: transparent;
  color: var(--image-block-poster-image-button-bg-color);
  border: 2px solid var(--image-block-poster-image-button-bg-color);
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--tertiary:hover {
    background: var(--image-block-poster-image-button-bg-color);
    color: var(--image-block-poster-image-button-text-color);
  }
}
@media (hover:hover) {
  .primary-button-style-outline.primary-button-shape-underline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--tertiary:hover {
    border-color: var(--image-block-poster-image-button-text-color);
  }
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-poster-image-button-text-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-poster .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-poster-image-button-bg-color);
  background-color: var(--image-block-poster-image-button-bg-color);
}
.sqs-block-image .design-layout-card .sqs-image-content::after,.sqs-block-image .design-layout-card .image-overlay {
  background-color: var(--image-block-card-image-overlay-color);
}
.sqs-block-image .design-layout-card .image-title * {
  color: var(--image-block-card-image-title-color);
}
.sqs-block-image .design-layout-card .image-subtitle * {
  color: var(--image-block-card-image-subtitle-color);
}
.sqs-block-image .design-layout-card .image-title a,.sqs-block-image .design-layout-card .image-subtitle a {
  color: var(--image-block-card-inline-link-color);
}
@media (hover:hover) {
  .sqs-block-image .design-layout-card .image-title a:hover,.sqs-block-image .design-layout-card .image-subtitle a:hover {
    opacity: .8;
  }
}
.sqs-block-image .design-layout-card .image-title * {
  background-color: var(--image-block-card-image-title-bg-color);
  box-shadow: .2em 0 0 var(--image-block-card-image-title-bg-color),-.2em 0 0 var(--image-block-card-image-title-bg-color);
}
.primary-button-style-solid .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary,.secondary-button-style-solid .sqs-block-image .design-layout-card .image-button .sqs-button-element--secondary,.tertiary-button-style-solid .sqs-block-image .design-layout-card .image-button .sqs-button-element--tertiary {
  background: var(--image-block-card-image-button-bg-color);
  color: var(--image-block-card-image-button-text-color);
}
.primary-button-style-solid.primary-button-shape-underline .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-block-image .design-layout-card .image-button .sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-block-image .design-layout-card .image-button .sqs-button-element--tertiary {
  background: var(--image-block-card-image-button-text-color);
  color: var(--image-block-card-image-button-bg-color);
  border-color: var(--image-block-card-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-card-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-card-image-button-bg-color);
  background-color: var(--image-block-card-image-button-text-color);
}
.primary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary,.secondary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--secondary,.tertiary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--tertiary {
  background: transparent;
  color: var(--image-block-card-image-button-bg-color);
  border: 2px solid var(--image-block-card-image-button-bg-color);
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--tertiary:hover {
    background: var(--image-block-card-image-button-bg-color);
    color: var(--image-block-card-image-button-text-color);
  }
}
@media (hover:hover) {
  .primary-button-style-outline.primary-button-shape-underline .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-block-image .design-layout-card .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-block-image .design-layout-card .image-button .sqs-button-element--tertiary:hover {
    border-color: var(--image-block-card-image-button-text-color);
  }
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-card-image-button-text-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-card .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-card-image-button-bg-color);
  background-color: var(--image-block-card-image-button-bg-color);
}
.sqs-block-image .design-layout-overlap .sqs-image-content::after,.sqs-block-image .design-layout-overlap .image-overlay {
  background-color: var(--image-block-overlap-image-overlay-color);
}
.sqs-block-image .design-layout-overlap .image-title * {
  color: var(--image-block-overlap-image-title-color);
}
.sqs-block-image .design-layout-overlap .image-subtitle * {
  color: var(--image-block-overlap-image-subtitle-color);
}
.sqs-block-image .design-layout-overlap .image-title a,.sqs-block-image .design-layout-overlap .image-subtitle a {
  color: var(--image-block-overlap-inline-link-color);
}
@media (hover:hover) {
  .sqs-block-image .design-layout-overlap .image-title a:hover,.sqs-block-image .design-layout-overlap .image-subtitle a:hover {
    opacity: .8;
  }
}
.sqs-block-image .design-layout-overlap .image-title * {
  background-color: var(--image-block-overlap-image-title-bg-color);
  box-shadow: .2em 0 0 var(--image-block-overlap-image-title-bg-color),-.2em 0 0 var(--image-block-overlap-image-title-bg-color);
}
.primary-button-style-solid .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary,.secondary-button-style-solid .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--secondary,.tertiary-button-style-solid .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--tertiary {
  background: var(--image-block-overlap-image-button-bg-color);
  color: var(--image-block-overlap-image-button-text-color);
}
.primary-button-style-solid.primary-button-shape-underline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--tertiary {
  background: var(--image-block-overlap-image-button-text-color);
  color: var(--image-block-overlap-image-button-bg-color);
  border-color: var(--image-block-overlap-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-overlap-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-overlap-image-button-bg-color);
  background-color: var(--image-block-overlap-image-button-text-color);
}
.primary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary,.secondary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--secondary,.tertiary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--tertiary {
  background: transparent;
  color: var(--image-block-overlap-image-button-bg-color);
  border: 2px solid var(--image-block-overlap-image-button-bg-color);
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--tertiary:hover {
    background: var(--image-block-overlap-image-button-bg-color);
    color: var(--image-block-overlap-image-button-text-color);
  }
}
@media (hover:hover) {
  .primary-button-style-outline.primary-button-shape-underline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--tertiary:hover {
    border-color: var(--image-block-overlap-image-button-text-color);
  }
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-overlap-image-button-text-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-overlap .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-overlap-image-button-bg-color);
  background-color: var(--image-block-overlap-image-button-bg-color);
}
.sqs-block-image .design-layout-collage .sqs-image-content::after,.sqs-block-image .design-layout-collage .image-overlay {
  background-color: var(--image-block-collage-image-overlay-color);
}
.sqs-block-image .design-layout-collage .image-card {
  background-color: var(--image-block-collage-background-color);
}
.sqs-block-image .design-layout-collage .image-title * {
  color: var(--image-block-collage-image-title-color);
}
.sqs-block-image .design-layout-collage .image-subtitle * {
  color: var(--image-block-collage-image-subtitle-color);
}
.sqs-block-image .design-layout-collage .image-title a,.sqs-block-image .design-layout-collage .image-subtitle a {
  color: var(--image-block-collage-inline-link-color);
}
@media (hover:hover) {
  .sqs-block-image .design-layout-collage .image-title a:hover,.sqs-block-image .design-layout-collage .image-subtitle a:hover {
    opacity: .8;
  }
}
.sqs-block-image .design-layout-collage .image-title * {
  background-color: var(--image-block-collage-image-title-bg-color);
  box-shadow: .2em 0 0 var(--image-block-collage-image-title-bg-color),-.2em 0 0 var(--image-block-collage-image-title-bg-color);
}
.primary-button-style-solid .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary,.secondary-button-style-solid .sqs-block-image .design-layout-collage .image-button .sqs-button-element--secondary,.tertiary-button-style-solid .sqs-block-image .design-layout-collage .image-button .sqs-button-element--tertiary {
  background: var(--image-block-collage-image-button-bg-color);
  color: var(--image-block-collage-image-button-text-color);
}
.primary-button-style-solid.primary-button-shape-underline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--tertiary {
  background: var(--image-block-collage-image-button-text-color);
  color: var(--image-block-collage-image-button-bg-color);
  border-color: var(--image-block-collage-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-collage-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-collage-image-button-bg-color);
  background-color: var(--image-block-collage-image-button-text-color);
}
.primary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary,.secondary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--secondary,.tertiary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--tertiary {
  background: transparent;
  color: var(--image-block-collage-image-button-bg-color);
  border: 2px solid var(--image-block-collage-image-button-bg-color);
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--tertiary:hover {
    background: var(--image-block-collage-image-button-bg-color);
    color: var(--image-block-collage-image-button-text-color);
  }
}
@media (hover:hover) {
  .primary-button-style-outline.primary-button-shape-underline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--tertiary:hover {
    border-color: var(--image-block-collage-image-button-text-color);
  }
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-collage-image-button-text-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-collage .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-collage-image-button-bg-color);
  background-color: var(--image-block-collage-image-button-bg-color);
}
.sqs-block-image .design-layout-stack .sqs-image-content::after,.sqs-block-image .design-layout-stack .image-overlay {
  background-color: var(--image-block-stack-image-overlay-color);
}
.sqs-block-image .design-layout-stack .image-title * {
  color: var(--image-block-stack-image-title-color);
}
.sqs-block-image .design-layout-stack .image-subtitle * {
  color: var(--image-block-stack-image-subtitle-color);
}
.sqs-block-image .design-layout-stack .image-title a,.sqs-block-image .design-layout-stack .image-subtitle a {
  color: var(--image-block-stack-inline-link-color);
}
@media (hover:hover) {
  .sqs-block-image .design-layout-stack .image-title a:hover,.sqs-block-image .design-layout-stack .image-subtitle a:hover {
    opacity: .8;
  }
}
.sqs-block-image .design-layout-stack .image-title * {
  background-color: var(--image-block-stack-image-title-bg-color);
  box-shadow: .2em 0 0 var(--image-block-stack-image-title-bg-color),-.2em 0 0 var(--image-block-stack-image-title-bg-color);
}
.primary-button-style-solid .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary,.secondary-button-style-solid .sqs-block-image .design-layout-stack .image-button .sqs-button-element--secondary,.tertiary-button-style-solid .sqs-block-image .design-layout-stack .image-button .sqs-button-element--tertiary {
  background: var(--image-block-stack-image-button-bg-color);
  color: var(--image-block-stack-image-button-text-color);
}
.primary-button-style-solid.primary-button-shape-underline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--tertiary {
  background: var(--image-block-stack-image-button-text-color);
  color: var(--image-block-stack-image-button-bg-color);
  border-color: var(--image-block-stack-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-stack-image-button-bg-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid:not(.primary-button-shape-underline) .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-stack-image-button-bg-color);
  background-color: var(--image-block-stack-image-button-text-color);
}
.primary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary,.secondary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--secondary,.tertiary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--tertiary {
  background: transparent;
  color: var(--image-block-stack-image-button-bg-color);
  border: 2px solid var(--image-block-stack-image-button-bg-color);
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--tertiary:hover {
    background: var(--image-block-stack-image-button-bg-color);
    color: var(--image-block-stack-image-button-text-color);
  }
}
@media (hover:hover) {
  .primary-button-style-outline.primary-button-shape-underline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--tertiary:hover {
    border-color: var(--image-block-stack-image-button-text-color);
  }
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary:hover {
  color: var(--image-block-stack-image-button-text-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-image .design-layout-stack .image-button .sqs-button-element--primary::before {
  border-color: var(--image-block-stack-image-button-bg-color);
  background-color: var(--image-block-stack-image-button-bg-color);
}
.sqs-block-accordion {
  border-color: var(--tweak-accordion-block-stroke-color);
}
.sqs-block-accordion .accordion-divider {
  color: var(--tweak-accordion-block-divider-color);
}
.sqs-block-accordion .accordion-icon-container {
  color: var(--tweak-accordion-block-icon-color);
}
.menu-block .menu-select-labels {
  color: var(--tweak-menu-block-nav-color);
}
.menu-block .menu-section-title {
  color: var(--tweak-menu-block-title-color);
}
.menu-block .menu-item-title {
  color: var(--tweak-menu-block-item-title-color);
}
.menu-block .menu-item-description {
  color: var(--tweak-menu-block-item-description-color);
}
.menu-block .menu-item-price-bottom {
  color: var(--tweak-menu-block-item-price-color);
}
.sqs-block-quote {
  border-color: var(--tweak-quote-block-stroke-color);
}
.sqs-block-quote blockquote {
  color: var(--tweak-quote-block-text-color);
}
.sqs-block-quote .source {
  color: var(--tweak-quote-block-source-color);
}
.sqs-block-newsletter {
  border-color: var(--tweak-newsletter-block-stroke-color);
}
.sqs-block-newsletter .newsletter-form-header-title {
  color: var(--tweak-newsletter-block-title-color);
}
.sqs-block-newsletter .newsletter-form-header-description {
  color: var(--tweak-newsletter-block-description-color);
}
.sqs-block-newsletter .newsletter-form-button {
  background-color: var(--tweak-newsletter-block-button-background-color) !important;
  color: var(--tweak-newsletter-block-button-text-color) !important;
}
.primary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
  color: var(--tweak-newsletter-block-button-background-color) !important;
  border-color: var(--tweak-newsletter-block-button-background-color) !important;
}
@media (hover:hover) {
  .primary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
    background-color: var(--tweak-newsletter-block-button-background-color) !important;
    color: var(--tweak-newsletter-block-button-text-color) !important;
  }
}
.primary-button-style-outline.primary-button-shape-underline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover,.secondary-button-style-outline.secondary-button-shape-underline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary:hover,.tertiary-button-style-outline.tertiary-button-shape-underline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary:hover {
  border-color: var(--tweak-newsletter-block-button-text-color) !important;
}
.primary-button-style-solid.primary-button-shape-underline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary,.secondary-button-style-solid.secondary-button-shape-underline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--secondary,.tertiary-button-style-solid.tertiary-button-shape-underline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--tertiary {
  background-color: var(--tweak-newsletter-block-button-text-color) !important;
  color: var(--tweak-newsletter-block-button-background-color) !important;
  border-color: var(--tweak-newsletter-block-button-background-color);
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
  color: var(--tweak-newsletter-block-button-background-color) !important;
}
.tweak-global-animations-animation-type-flex.primary-button-style-solid .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
  border-color: var(--tweak-newsletter-block-button-background-color) !important;
  background-color: var(--tweak-newsletter-block-button-text-color) !important;
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary:hover {
  color: var(--tweak-newsletter-block-button-text-color) !important;
}
.tweak-global-animations-animation-type-flex.primary-button-style-outline .sqs-block-newsletter .newsletter-form-button.sqs-button-element--primary::before {
  border-color: var(--tweak-newsletter-block-button-background-color) !important;
  background-color: var(--tweak-newsletter-block-button-background-color) !important;
}
.sqs-block-newsletter .newsletter-form-footnote {
  color: var(--tweak-newsletter-block-footnote-color) !important;
}
.sqs-block-summary-v2 {
  border-color: var(--tweak-summary-block-stroke-color);
}
.sqs-block-summary-v2 .summary-header-text {
  color: var(--tweak-summary-block-header-text-color);
}
.sqs-block-summary-v2 .summary-title {
  color: var(--tweak-summary-block-title-color);
}
.sqs-block-summary-v2 .summary-excerpt {
  color: var(--tweak-summary-block-excerpt-color);
}
.sqs-block-summary-v2 .summary-read-more-link {
  color: var(--tweak-summary-block-read-more-color);
}
.sqs-block-summary-v2 .summary-metadata--primary {
  color: var(--tweak-summary-block-primary-metadata-color);
}
.sqs-block-summary-v2 .summary-metadata--secondary {
  color: var(--tweak-summary-block-secondary-metadata-color);
}
.product-scarcity {
  color: var(--summary-block-limited-availability-label-color);
}
.socialaccountlinks-v2-block .social-icons-style-regular .sqs-use--icon,.social-account-links-v2-block .social-icons-style-regular .sqs-use--icon {
  fill: var(--social-links-block-main-icon-color);
}
.socialaccountlinks-v2-block .social-icons-style-knockout .sqs-use--mask,.social-account-links-v2-block .social-icons-style-knockout .sqs-use--mask {
  fill: var(--social-links-block-main-icon-color);
}
.socialaccountlinks-v2-block .social-icons-style-solid .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-style-solid .sqs-svg-icon--wrapper {
  background-color: var(--social-links-block-main-icon-color);
}
.socialaccountlinks-v2-block .social-icons-style-solid .sqs-use--icon,.social-account-links-v2-block .social-icons-style-solid .sqs-use--icon {
  fill: var(--social-links-block-secondary-icon-color);
}
.socialaccountlinks-v2-block .social-icons-style-border .sqs-svg-icon--wrapper,.social-account-links-v2-block .social-icons-style-border .sqs-svg-icon--wrapper {
  border-color: var(--social-links-block-main-icon-color);
}
.socialaccountlinks-v2-block .social-icons-style-border .sqs-use--icon,.social-account-links-v2-block .social-icons-style-border .sqs-use--icon {
  fill: var(--social-links-block-main-icon-color);
}
.sqs-block-shape {
  color: var(--shape-block-dropshadow-color);
}
.sqs-block-shape svg.sqs-shape {
  fill: var(--shape-block-background-color);
  stroke: var(--shape-block-stroke-color);
}
.sqs-block-shape .sqs-shape-rectangle {
  background: var(--shape-block-background-color);
  border-color: var(--shape-block-stroke-color);
}
@media screen and (max-width:  767px ) {
  .sqs-layout [class*=sqs-col] {
    float: none !important;
    width: auto !important;
  }
  .sqs-layout .spacer-block {
    display: none;
  }
  .sqs-layout .sqs-row .sqs-block:first-child {
    padding-top: 17px !important;
  }
  .sqs-layout .sqs-row .sqs-block:last-child {
    padding-bottom: 17px !important;
  }
  .sqs-layout .sqs-row+.sqs-row,.sqs-layout .sqs-row+.sqs-block {
    margin-top: 0 !important;
  }
  .sqs-layout .sqs-gallery-design-grid-slide {
    width: 50% !important;
    clear: none !important;
  }
  .sqs-block-html>.sqs-block-content>h1[style*="margin-left"],.sqs-block-html>.sqs-block-content>h2[style*="margin-left"],.sqs-block-html>.sqs-block-content>h3[style*="margin-left"],.sqs-block-html>.sqs-block-content>h4[style*="margin-left"],.sqs-block-html>.sqs-block-content>h5[style*="margin-left"],.sqs-block-html>.sqs-block-content>h6[style*="margin-left"],.sqs-block-html>.sqs-block-content>p[style*="margin-left"] {
    margin-left: 0 !important;
  }
}
.blog-meta-section {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  align-items: center;
}
.blog-meta-section .blog-meta-primary,.blog-meta-section .blog-meta-secondary {
  display: contents;
}
.blog-item-preview-chip-container {
  background: var(--video-preview-badge-background-color);
  border: 1px solid transparent;
  border-radius: var(--video-preview-badge-font-font-size);
  display: block;
  min-height: 22px;
  min-width: 22px;
  padding: 2px 8px;
  box-sizing: border-box;
  align-items: center;
}
body:not(.sqs-edit-mode) .blog-item-preview-chip-container.visitor-hidden {
  display: none;
}
.blog-item-preview-chip-label {
  color: var(--video-preview-badge-font-color);
  box-sizing: border-box;
  font-family: var(--video-preview-badge-font-font-family);
  font-size: var(--video-preview-badge-font-font-size);
  font-style: var(--video-preview-badge-font-font-style);
  font-weight: var(--video-preview-badge-font-font-weight);
  line-height: var(--video-preview-badge-font-line-height);
  text-transform: var(--video-preview-badge-font-text-transform);
  letter-spacing: var(--video-preview-badge-font-letter-spacing);
  white-space: nowrap;
}
.passthrough-link:after {
  content: " \2192";
  font-size: .9em;
}
.blog-more-link {
  text-decoration: none;
  align-self: flex-start;
}
.blog-more-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  transform: translatey(-3px);
}
.blog-list-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  margin: 6vw 0 3vw;
}
.blog-list-pagination .newer,.blog-list-pagination .older {
  flex: 1 0 50%;
  box-sizing: border-box;
}
.blog-list-pagination .newer a,.blog-list-pagination .older a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.blog-list-pagination .newer a .icon,.blog-list-pagination .older a .icon {
  width: 9px;
  height: 16px;
  padding-right: 12px;
}
.blog-list-pagination .older {
  text-align: right;
  align-self: flex-end;
  margin-left: auto;
}
.blog-list-pagination .older a {
  justify-content: flex-end;
}
.blog-list-pagination .older a .icon {
  padding-right: 0;
  padding-left: 12px;
}
@keyframes no-image-fade-in {
  from {
    opacity: 0;
    transform: translatey(-15px);
  }
  to {
    opacity: 1;
    transform: translatey(0);
  }
}
.lazy-load {
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease,transform 1s ease;
}
.lazy-load.is-loaded {
  opacity: 1;
  transform: translatey(0);
}
.lazy-load.no-image-fade-in {
  animation: no-image-fade-in 1s ease forwards;
}
.tweak-global-animations-animation-type-flex .blog-more-link {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(currentColor,currentColor);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left bottom;
  transition: color .6s cubic-bezier(.19,1,.22,1),background-size calc(.3s) cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .blog-more-link::after {
  display: none;
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .blog-more-link:hover {
    color: inherit;
    background-size: 100% calc(2px);
  }
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .caret-left-icon--small,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .caret-left-icon--small,.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .caret-right-icon--small,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .caret-right-icon--small {
  transform: translatex(0) scaley(1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .prev-label,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .prev-label {
  position: relative;
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .prev-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .prev-label::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0px;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .prev-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .prev-label::after {
  transform-origin: right;
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .next-label,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .next-label {
  position: relative;
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .next-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .next-label::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: 0px;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .blog-list-pagination .newer .next-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .older .next-label::after {
  transform-origin: left;
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .blog-list-pagination .newer:hover .caret-left-icon--small,.tweak-global-animations-animation-type-flex .blog-list-pagination .older:hover .caret-left-icon--small {
    transform: translatex(-30%) scaley(.8);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .blog-list-pagination .newer:hover .caret-right-icon--small,.tweak-global-animations-animation-type-flex .blog-list-pagination .older:hover .caret-right-icon--small {
    transform: translatex(30%) scaley(.8);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .blog-list-pagination .newer:hover .prev-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .older:hover .prev-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .newer:hover .next-label::after,.tweak-global-animations-animation-type-flex .blog-list-pagination .older:hover .next-label::after {
    transform: scalex(1);
  }
}
.blog-item-wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.blog-item-wrapper .blog-item-inner-wrapper {
  max-width: var(--maxPageWidth);
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.blog-item-wrapper .blog-item-content-paywall {
  position: relative;
  display: flex;
  justify-content: center;
}
.blog-item-wrapper .blog-item-content-paywall .blog-item-content-paywall-background {
  position: relative;
  filter: blur(6px);
  pointer-events: none;
}
.blog-item-wrapper .blog-item-content-paywall .blog-item-content-paywall-notice {
  position: absolute;
  top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.blog-item-wrapper .blog-item-content-paywall .blog-item-content-paywall-notice .blog-item-content-paywall-notice-text {
  font-weight: 600;
  font-size: 22px;
}
.blog-item-wrapper .blog-item-content-paywall .blog-item-content-paywall-notice .blog-item-content-paywall-notice-link {
  display: block;
  text-transform: capitalize;
}
.blog-item-wrapper article.entry {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding-right: var(--pagePadding);
  padding-left: var(--pagePadding);
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
@media screen and (max-width:  767px ) {
  .blog-item-wrapper article.entry {
    padding-top: 6vw;
    padding-left: 6vw;
    padding-right: 6vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width:  768px ) {
  .tweak-blog-item-width-narrow .blog-item-wrapper .blog-item-inner-wrapper {
    width: 50%;
  }
  .tweak-blog-item-width-medium .blog-item-wrapper .blog-item-inner-wrapper {
    width: 75%;
  }
  .tweak-blog-item-width-custom .blog-item-wrapper .blog-item-inner-wrapper {
    width: 90%;
  }
}
@media screen and (max-width:  767px ) {
  .blog-item-wrapper .blog-item-inner-wrapper {
    width: 100% !important;
  }
}
.blog-item-wrapper .blog-meta-item,.blog-item-wrapper .blog-meta-item a,.blog-item-wrapper .blog-meta-item span {
  text-decoration: none;
}
.blog-item-wrapper .blog-item-meta-wrapper {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: wrap;
}
.blog-item-wrapper .blog-item-meta-wrapper .blog-item-preview-chip-container {
  margin-left: 0;
}
.tweak-blog-item-text-alignment-center .blog-item-wrapper .blog-item-top-wrapper {
  text-align: center;
}
.tweak-blog-item-text-alignment-center .blog-item-wrapper .blog-item-top-wrapper .blog-item-author-date-wrapper {
  justify-content: center;
}
.tweak-blog-item-text-alignment-center .blog-item-wrapper .blog-item-top-wrapper .blog-item-meta-wrapper {
  justify-content: center;
}
.blog-item-wrapper .blog-item-top-wrapper {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.tweak-blog-item-meta-position-above-title .blog-item-wrapper .blog-item-meta-wrapper {
  order: 1;
}
.tweak-blog-item-meta-position-above-title .blog-item-wrapper .blog-item-title {
  order: 2;
}
.tweak-blog-item-meta-position-below-title .blog-item-wrapper .blog-item-meta-wrapper {
  order: 2;
}
.tweak-blog-item-meta-position-below-title .blog-item-wrapper .blog-item-title {
  order: 1;
}
@media screen and (max-width:  767px ) {
  .tweak-blog-item-meta-position-above-title.tweak-blog-item-show-categories .blog-item-wrapper .blog-item-meta-wrapper,.tweak-blog-item-meta-position-above-title.tweak-blog-item-show-date .blog-item-wrapper .blog-item-meta-wrapper,.tweak-blog-item-meta-position-above-title.tweak-blog-item-show-author-name .blog-item-wrapper .blog-item-meta-wrapper {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width:  768px ) {
  .tweak-blog-item-meta-position-above-title.tweak-blog-item-show-categories .blog-item-wrapper .blog-item-meta-wrapper,.tweak-blog-item-meta-position-above-title.tweak-blog-item-show-date .blog-item-wrapper .blog-item-meta-wrapper,.tweak-blog-item-meta-position-above-title.tweak-blog-item-show-author-name .blog-item-wrapper .blog-item-meta-wrapper {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width:  767px ) {
  .tweak-blog-item-meta-position-below-title.tweak-blog-item-show-categories .blog-item-wrapper .blog-item-title,.tweak-blog-item-meta-position-below-title.tweak-blog-item-show-date .blog-item-wrapper .blog-item-title,.tweak-blog-item-meta-position-below-title.tweak-blog-item-show-author-name .blog-item-wrapper .blog-item-title {
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width:  768px ) {
  .tweak-blog-item-meta-position-below-title.tweak-blog-item-show-categories .blog-item-wrapper .blog-item-title,.tweak-blog-item-meta-position-below-title.tweak-blog-item-show-date .blog-item-wrapper .blog-item-title,.tweak-blog-item-meta-position-below-title.tweak-blog-item-show-author-name .blog-item-wrapper .blog-item-title {
    margin-bottom: 2rem;
  }
}
.blog-item-wrapper .blog-item-title h1 {
  margin: 0;
}
.blog-item-wrapper .blog-item-content {
  margin: 0 0 3vw 0;
}
.blog-item-wrapper .blog-item-category-wrapper:not(:last-child)::after,.blog-item-wrapper .blog-item-tag-wrapper:not(:last-child)::after {
  padding: 0 .5em;
}
.tweak-blog-item-delimiter-bullet .blog-item-wrapper .blog-item-category-wrapper:not(:last-child)::after,.tweak-blog-item-delimiter-bullet .blog-item-wrapper .blog-item-tag-wrapper:not(:last-child)::after {
  content: "•";
}
.tweak-blog-item-delimiter-pipe .blog-item-wrapper .blog-item-category-wrapper:not(:last-child)::after,.tweak-blog-item-delimiter-pipe .blog-item-wrapper .blog-item-tag-wrapper:not(:last-child)::after {
  content: "|";
}
.tweak-blog-item-delimiter-dash .blog-item-wrapper .blog-item-category-wrapper:not(:last-child)::after,.tweak-blog-item-delimiter-dash .blog-item-wrapper .blog-item-tag-wrapper:not(:last-child)::after {
  content: "-";
}
.tweak-blog-item-delimiter-space .blog-item-wrapper .blog-item-category-wrapper:not(:last-child)::after,.tweak-blog-item-delimiter-space .blog-item-wrapper .blog-item-tag-wrapper:not(:last-child)::after {
  content: " ";
}
.blog-item-wrapper .blog-item-category,.blog-item-wrapper .blog-item-tag {
  text-decoration: none;
}
.blog-item-wrapper .blog-meta-item--categories {
  display: none;
}
.tweak-blog-item-show-categories .blog-item-wrapper .blog-meta-item--categories {
  display: block;
}
.blog-item-wrapper .blog-item-author-date-wrapper {
  display: none;
}
.tweak-blog-item-show-date .blog-item-wrapper .blog-item-author-date-wrapper,.tweak-blog-item-show-author-name .blog-item-wrapper .blog-item-author-date-wrapper {
  display: flex;
}
.blog-item-wrapper .blog-meta-item--date {
  display: none;
}
.tweak-blog-item-show-date .blog-item-wrapper .blog-meta-item--date {
  display: block;
}
.tweak-blog-item-show-date.tweak-blog-item-show-author-name .blog-item-wrapper .blog-meta-item--date::after {
  padding: 0 .5em;
}
.tweak-blog-item-show-date.tweak-blog-item-show-author-name.tweak-blog-item-delimiter-bullet .blog-item-wrapper .blog-meta-item--date::after {
  content: "•";
}
.tweak-blog-item-show-date.tweak-blog-item-show-author-name.tweak-blog-item-delimiter-pipe .blog-item-wrapper .blog-meta-item--date::after {
  content: "|";
}
.tweak-blog-item-show-date.tweak-blog-item-show-author-name.tweak-blog-item-delimiter-dash .blog-item-wrapper .blog-meta-item--date::after {
  content: "-";
}
.tweak-blog-item-show-date.tweak-blog-item-show-author-name.tweak-blog-item-delimiter-space .blog-item-wrapper .blog-meta-item--date::after {
  content: " ";
}
.blog-item-wrapper .blog-meta-item--author {
  display: none;
}
.tweak-blog-item-show-author-name .blog-item-wrapper .blog-meta-item--author {
  display: block;
}
.blog-item-wrapper .author-avatar,.blog-item-wrapper .author-name,.blog-item-wrapper .author-bio,.blog-item-wrapper .author-website {
  margin: 1rem 0 0;
}
.blog-item-wrapper .author-name {
  display: block;
}
.blog-item-wrapper .author-bio p:first-child {
  margin-top: 0;
}
.blog-item-wrapper .author-bio p:last-child {
  margin-bottom: 0;
}
.blog-item-wrapper .author-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
}
.blog-item-wrapper .blog-item-author-profile-wrapper {
  display: none;
  margin: 3vw 0;
}
.blog-item-wrapper .blog-item-comments {
  margin-top: 3vw;
}
.blog-item-wrapper .blog-meta-item--tags {
  margin: 10px 0 20px 0;
}
@media screen and (min-width:  768px ) {
  .blog-item-wrapper .blog-meta-item--tags {
    margin: 30px 0;
  }
}
.tweak-blog-item-show-author-profile .blog-item-wrapper .blog-item-author-profile-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.tweak-blog-item-show-author-profile.tweak-blog-item-text-alignment-left .blog-item-wrapper .blog-item-author-profile-wrapper {
  align-items: start;
}
.tweak-blog-item-show-author-profile.tweak-blog-item-text-alignment-center .blog-item-wrapper .blog-item-author-profile-wrapper {
  align-items: center;
}
.tweak-blog-item-show-author-profile.tweak-blog-item-text-alignment-center .blog-item-wrapper .blog-item-author-profile-wrapper .author-bio {
  text-align: center;
}
.tweak-blog-item-show-author-profile.tweak-blog-item-text-alignment-center .blog-item-wrapper .blog-item-author-profile-wrapper .author-avatar {
  margin-left: auto;
  margin-right: auto;
}
.blog-basic-grid {
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
.tweak-blog-basic-grid-width-full .blog-basic-grid {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-blog-basic-grid-width-inset .blog-basic-grid {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-blog-basic-grid-width-full .blog-basic-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-blog-basic-grid-width-inset .blog-basic-grid {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
@media screen and (min-width:  768px ) {
  .blog-basic-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    grid-column-gap: 24px;
    grid-row-gap: 36px;
    grid-auto-rows: min-content;
  }
  .blog-basic-grid .grid-item .grid-image {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0;
    line-height: 0;
  }
  .blog-basic-grid .grid-item .grid-image .grid-image-inner-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  .blog-basic-grid .blog-list-pagination {
    grid-column-start: 1;
    grid-column-end: 4;
  }
}
@media screen and (min-width:  768px ) and screen and (max-width:  767px ) {
  .blog-basic-grid {
    grid-template-columns: repeat(1,minmax(0,1fr));
  }
}
.blog-basic-grid .blog-basic-grid--container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease,transform 1s ease;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container {
  text-align: left;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-more-link {
  align-self: flex-start;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--container .blog-meta-section {
  justify-content: start;
}
.tweak-blog-basic-grid-text-alignment-center .blog-basic-grid .blog-basic-grid--container {
  text-align: center;
}
.tweak-blog-basic-grid-text-alignment-center .blog-basic-grid .blog-basic-grid--container .blog-more-link {
  align-self: center;
}
.tweak-blog-basic-grid-text-alignment-center .blog-basic-grid .blog-basic-grid--container .blog-meta-section {
  justify-content: center;
}
.tweak-blog-basic-grid-text-alignment-right .blog-basic-grid .blog-basic-grid--container {
  text-align: right;
}
.tweak-blog-basic-grid-text-alignment-right .blog-basic-grid .blog-basic-grid--container .blog-meta-section {
  justify-content: end;
}
.blog-basic-grid .blog-basic-grid--container .blog-more-link {
  align-self: flex-end;
}
.blog-basic-grid .blog-basic-grid--container.is-loaded {
  opacity: 1;
  transform: translatey(0);
}
.blog-basic-grid .blog-basic-grid--container.no-image-fade-in {
  animation: no-image-fade-in 1s ease forwards;
}
.tweak-blog-basic-grid-image-placement-below .blog-basic-grid .blog-basic-grid--container {
  flex-direction: column-reverse;
}
@media screen and (max-width:  767px ) {
  .blog-basic-grid .blog-basic-grid--container {
    margin-bottom: 30px;
  }
}
.blog-basic-grid .blog-basic-grid--text {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.tweak-blog-basic-grid-text-alignment-right .blog-basic-grid .blog-basic-grid--text {
  margin-left: auto;
  margin-right: 0;
}
.tweak-blog-basic-grid-text-alignment-left .blog-basic-grid .blog-basic-grid--text {
  margin-left: 0;
  margin-right: auto;
}
.tweak-blog-basic-grid-image-placement-below .blog-basic-grid .blog-basic-grid--text {
  height: 100%;
}
.blog-basic-grid .blog-article-spacer {
  height: 5vw;
}
@media screen and (min-width:  768px ) {
  .blog-basic-grid .blog-article-spacer {
    height: 14px;
  }
}
.blog-basic-grid .blog-meta-section {
  margin-bottom: 2vw;
}
@media screen and (min-width:  768px ) {
  .blog-basic-grid .blog-meta-section {
    margin-bottom: 8px;
  }
}
.blog-basic-grid .blog-title {
  margin: 0;
  margin-bottom: 0px;
}
.blog-basic-grid .blog-excerpt {
  display: none;
}
.tweak-blog-basic-grid-excerpt-show .blog-basic-grid .blog-excerpt {
  display: block;
}
.blog-basic-grid .blog-excerpt p {
  margin: 0;
}
.blog-basic-grid .blog-more-link {
  display: inline-block;
  padding-top: 2vw;
}
@media screen and (min-width:  768px ) {
  .blog-basic-grid .blog-more-link {
    padding-top: 12px;
  }
}
.tweak-blog-basic-grid-delimiter-bullet .blog-basic-grid .blog-meta-delimiter:after {
  content: "•";
}
.tweak-blog-basic-grid-delimiter-pipe .blog-basic-grid .blog-meta-delimiter:after {
  content: "|";
}
.tweak-blog-basic-grid-delimiter-dash .blog-basic-grid .blog-meta-delimiter:after {
  content: "-";
}
.tweak-blog-basic-grid-delimiter-space .blog-basic-grid .blog-meta-delimiter:after {
  content: " ";
}
.tweak-blog-basic-grid-read-more-style-hide .blog-basic-grid .blog-more-link {
  display: none;
}
.blog-basic-grid .image-wrapper {
  margin: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
.tweak-blog-basic-grid-image-aspect-ratio-11-square .blog-basic-grid .image-wrapper {
  padding-bottom: 100%;
}
.tweak-blog-basic-grid-image-aspect-ratio-32-standard .blog-basic-grid .image-wrapper {
  padding-bottom: 66.666%;
}
.tweak-blog-basic-grid-image-aspect-ratio-23-standard-vertical .blog-basic-grid .image-wrapper {
  padding-bottom: 150%;
}
.tweak-blog-basic-grid-image-aspect-ratio-43-four-three .blog-basic-grid .image-wrapper {
  padding-bottom: 75%;
}
.tweak-blog-basic-grid-image-aspect-ratio-34-three-four-vertical .blog-basic-grid .image-wrapper {
  padding-bottom: 133.333%;
}
.tweak-blog-basic-grid-image-aspect-ratio-169-widescreen .blog-basic-grid .image-wrapper {
  padding-bottom: 56.25%;
}
.tweak-blog-basic-grid-image-aspect-ratio-240-anamorphic-widescreen .blog-basic-grid .image-wrapper {
  padding-bottom: 41.666%;
}
.tweak-blog-basic-grid-image-aspect-ratio-ultra-widescreen .blog-basic-grid .image-wrapper {
  padding-bottom: 41.666%;
}
.blog-basic-grid .image-wrapper img {
  transform: scale(1.01);
}
.blog-basic-grid .blog-meta-delimiter.blog-category-delimiter,.blog-basic-grid .blog-categories-list,.blog-basic-grid .blog-author,.blog-basic-grid .blog-date {
  display: none;
}
.tweak-blog-basic-grid-primary-meta-categories .blog-basic-grid .blog-meta-primary .blog-categories-list,.tweak-blog-basic-grid-secondary-meta-categories .blog-basic-grid .blog-meta-secondary .blog-categories-list {
  display: inline;
}
.tweak-blog-basic-grid-primary-meta-author .blog-basic-grid .blog-meta-primary .blog-author,.tweak-blog-basic-grid-secondary-meta-author .blog-basic-grid .blog-meta-secondary .blog-author {
  display: inline;
}
.tweak-blog-basic-grid-primary-meta-date .blog-basic-grid .blog-meta-primary .blog-date,.tweak-blog-basic-grid-secondary-meta-date .blog-basic-grid .blog-meta-secondary .blog-date {
  display: inline;
}
.tweak-blog-basic-grid-primary-meta-none .blog-basic-grid .blog-meta-delimiter,.tweak-blog-basic-grid-secondary-meta-none .blog-basic-grid .blog-meta-delimiter {
  display: none;
}
.tweak-blog-basic-grid-primary-meta-categories:not(.tweak-blog-basic-grid-secondary-meta-none) .blog-basic-grid .blog-meta-delimiter.blog-category-delimiter,.tweak-blog-basic-grid-secondary-meta-categories:not(.tweak-blog-basic-grid-primary-meta-none) .blog-basic-grid .blog-meta-delimiter.blog-category-delimiter {
  display: inline;
}
.tweak-blog-basic-grid-primary-meta-categories:not(.tweak-blog-basic-grid-secondary-meta-none) .blog-basic-grid .blog-meta-delimiter:not(.blog-category-delimiter),.tweak-blog-basic-grid-secondary-meta-categories:not(.tweak-blog-basic-grid-primary-meta-none) .blog-basic-grid .blog-meta-delimiter:not(.blog-category-delimiter) {
  display: none;
}
.blog-single-column {
  flex: 1;
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
.tweak-blog-single-column-width-full .blog-single-column {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-blog-single-column-width-inset .blog-single-column {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-blog-single-column-width-full .blog-single-column {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-blog-single-column-width-inset .blog-single-column {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.blog-single-column .blog-single-column--container {
  display: flex;
  flex-direction: column;
  padding-bottom: 34px;
  position: relative;
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease,transform 1s ease;
}
.blog-single-column .blog-single-column--container.is-loaded {
  opacity: 1;
  transform: translatey(0);
}
.blog-single-column .blog-single-column--container.no-image-fade-in {
  animation: no-image-fade-in 1s ease forwards;
}
.tweak-blog-single-column-image-placement-below .blog-single-column .blog-single-column--container {
  flex-direction: column-reverse;
}
.blog-single-column .blog-article-spacer {
  height: 5vw;
}
@media screen and (min-width:  768px ) {
  .blog-single-column .blog-article-spacer {
    height: 12px;
  }
}
.blog-single-column .image-wrapper {
  margin: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
  padding-bottom: 56.25%;
}
.blog-single-column .blog-single-column--text {
  display: flex;
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tweak-blog-single-column-text-alignment-left .blog-single-column .blog-single-column--text {
  text-align: left;
}
.tweak-blog-single-column-text-alignment-left .blog-single-column .blog-single-column--text .blog-more-link {
  align-self: flex-start;
}
.tweak-blog-single-column-text-alignment-left .blog-single-column .blog-single-column--text .blog-meta-section {
  justify-content: start;
}
.tweak-blog-single-column-text-alignment-center .blog-single-column .blog-single-column--text {
  text-align: center;
}
.tweak-blog-single-column-text-alignment-center .blog-single-column .blog-single-column--text .blog-more-link {
  align-self: center;
}
.tweak-blog-single-column-text-alignment-center .blog-single-column .blog-single-column--text .blog-meta-section {
  justify-content: center;
}
.tweak-blog-single-column-text-alignment-right .blog-single-column .blog-single-column--text {
  text-align: right;
}
.tweak-blog-single-column-text-alignment-right .blog-single-column .blog-single-column--text .blog-meta-section {
  justify-content: end;
}
.blog-single-column .blog-single-column--text .blog-more-link {
  align-self: flex-end;
}
.tweak-blog-single-column-text-alignment-right .blog-single-column .blog-single-column--text {
  margin-left: auto;
  margin-right: 0;
}
.tweak-blog-single-column-text-alignment-left .blog-single-column .blog-single-column--text {
  margin-left: 0;
  margin-right: auto;
}
@media screen and (max-width:  575px ) {
  .blog-single-column .blog-single-column--text {
    width: 100%;
  }
}
.blog-single-column .blog-single-column-item-link {
  text-decoration: underline;
}
.tweak-blog-single-column-delimiter-bullet .blog-single-column .blog-meta-delimiter:after {
  content: "•";
}
.tweak-blog-single-column-delimiter-pipe .blog-single-column .blog-meta-delimiter:after {
  content: "|";
}
.tweak-blog-single-column-delimiter-dash .blog-single-column .blog-meta-delimiter:after {
  content: "-";
}
.tweak-blog-single-column-delimiter-space .blog-single-column .blog-meta-delimiter:after {
  content: " ";
}
.tweak-blog-single-column-read-more-style-hide .blog-single-column .blog-more-link {
  display: none;
}
.blog-single-column .blog-meta-section {
  margin-bottom: 2vw;
}
@media screen and (min-width:  768px ) {
  .blog-single-column .blog-meta-section {
    margin-bottom: 12px;
  }
}
.blog-single-column .blog-title {
  margin: 0;
  order: 1;
  margin-bottom: 12px;
}
.blog-single-column .blog-excerpt {
  order: 2;
}
.blog-single-column .blog-excerpt p {
  margin: 0;
}
.blog-single-column .blog-excerpt-wrapper {
  display: block;
}
.tweak-blog-single-column-content-full-post .blog-single-column .blog-excerpt-wrapper {
  display: none;
}
.tweak-blog-single-column-content-title-only .blog-single-column .blog-excerpt-wrapper {
  display: none;
}
.blog-single-column .blog-body-wrapper {
  display: none;
}
.tweak-blog-single-column-content-full-post .blog-single-column .blog-body-wrapper {
  display: block;
}
.blog-single-column .blog-more-link {
  display: inline-block;
  padding-top: 2vw;
  order: 4;
}
@media screen and (min-width:  768px ) {
  .blog-single-column .blog-more-link {
    padding-top: 12px;
  }
}
.blog-single-column .blog-single-column--categories {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.blog-single-column .blog-meta-section {
  order: 0;
}
.tweak-blog-single-column-meta-position-below-excerpt .blog-single-column .blog-meta-section {
  order: 3;
  margin-bottom: 0;
  margin-top: 2vw;
}
@media screen and (min-width:  768px ) {
  .tweak-blog-single-column-meta-position-below-excerpt .blog-single-column .blog-meta-section {
    margin-bottom: 0;
    margin-top: 12px;
  }
}
.blog-single-column .blog-meta-delimiter.blog-category-delimiter,.blog-single-column .blog-categories-list,.blog-single-column .blog-author,.blog-single-column .blog-date {
  display: none;
}
.tweak-blog-single-column-primary-meta-categories .blog-single-column .blog-meta-primary .blog-categories-list,.tweak-blog-single-column-secondary-meta-categories .blog-single-column .blog-meta-secondary .blog-categories-list {
  display: inline;
}
.tweak-blog-single-column-primary-meta-author .blog-single-column .blog-meta-primary .blog-author,.tweak-blog-single-column-secondary-meta-author .blog-single-column .blog-meta-secondary .blog-author {
  display: inline;
}
.tweak-blog-single-column-primary-meta-date .blog-single-column .blog-meta-primary .blog-date,.tweak-blog-single-column-secondary-meta-date .blog-single-column .blog-meta-secondary .blog-date {
  display: inline;
}
.tweak-blog-single-column-primary-meta-none .blog-single-column .blog-meta-delimiter,.tweak-blog-single-column-secondary-meta-none .blog-single-column .blog-meta-delimiter {
  display: none;
}
.tweak-blog-single-column-primary-meta-categories:not(.tweak-blog-single-column-secondary-meta-none) .blog-single-column .blog-meta-delimiter.blog-category-delimiter,.tweak-blog-single-column-secondary-meta-categories:not(.tweak-blog-single-column-primary-meta-none) .blog-single-column .blog-meta-delimiter.blog-category-delimiter {
  display: inline;
}
.tweak-blog-single-column-primary-meta-categories:not(.tweak-blog-single-column-secondary-meta-none) .blog-single-column .blog-meta-delimiter:not(.blog-category-delimiter),.tweak-blog-single-column-secondary-meta-categories:not(.tweak-blog-single-column-primary-meta-none) .blog-single-column .blog-meta-delimiter:not(.blog-category-delimiter) {
  display: none;
}
.blog-side-by-side {
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
.tweak-blog-side-by-side-width-full .blog-side-by-side {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-blog-side-by-side-width-inset .blog-side-by-side {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-blog-side-by-side-width-full .blog-side-by-side {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-blog-side-by-side-width-inset .blog-side-by-side {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.tweak-blog-side-by-side-text-alignment-left .blog-side-by-side {
  text-align: left;
}
.tweak-blog-side-by-side-text-alignment-left .blog-side-by-side .blog-more-link {
  align-self: flex-start;
}
.tweak-blog-side-by-side-text-alignment-left .blog-side-by-side .blog-meta-section {
  justify-content: start;
}
.tweak-blog-side-by-side-text-alignment-center .blog-side-by-side {
  text-align: center;
}
.tweak-blog-side-by-side-text-alignment-center .blog-side-by-side .blog-more-link {
  align-self: center;
}
.tweak-blog-side-by-side-text-alignment-center .blog-side-by-side .blog-meta-section {
  justify-content: center;
}
.tweak-blog-side-by-side-text-alignment-right .blog-side-by-side {
  text-align: right;
}
.tweak-blog-side-by-side-text-alignment-right .blog-side-by-side .blog-meta-section {
  justify-content: end;
}
.blog-side-by-side .blog-more-link {
  align-self: flex-end;
}
.blog-side-by-side .blog-item {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 30px;
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease,transform 1s ease;
}
.blog-side-by-side .blog-item.is-loaded {
  opacity: 1;
  transform: translatey(0);
}
.blog-side-by-side .blog-item.no-image-fade-in {
  animation: no-image-fade-in 1s ease forwards;
}
@media screen and (min-width:  768px ) {
  .blog-side-by-side .blog-item {
    display: flex;
    align-items: center;
  }
}
.blog-side-by-side .image-wrapper {
  margin: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
.tweak-blog-side-by-side-image-aspect-ratio-11-square .blog-side-by-side .image-wrapper {
  padding-bottom: 100%;
}
.tweak-blog-side-by-side-image-aspect-ratio-32-standard .blog-side-by-side .image-wrapper {
  padding-bottom: 66.666%;
}
.tweak-blog-side-by-side-image-aspect-ratio-23-standard-vertical .blog-side-by-side .image-wrapper {
  padding-bottom: 150%;
}
.tweak-blog-side-by-side-image-aspect-ratio-43-four-three .blog-side-by-side .image-wrapper {
  padding-bottom: 75%;
}
.tweak-blog-side-by-side-image-aspect-ratio-34-three-four-vertical .blog-side-by-side .image-wrapper {
  padding-bottom: 133.333%;
}
.tweak-blog-side-by-side-image-aspect-ratio-169-widescreen .blog-side-by-side .image-wrapper {
  padding-bottom: 56.25%;
}
.tweak-blog-side-by-side-image-aspect-ratio-240-anamorphic-widescreen .blog-side-by-side .image-wrapper {
  padding-bottom: 41.666%;
}
.tweak-blog-side-by-side-image-aspect-ratio-ultra-widescreen .blog-side-by-side .image-wrapper {
  padding-bottom: 41.666%;
}
.blog-side-by-side .blog-image-wrapper {
  margin-right: 0;
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width:  768px ) {
  .blog-side-by-side .blog-image-wrapper {
    width: 40%;
    margin-right: 6%;
    margin-bottom: 0;
  }
}
@media screen and (min-width:  768px ) {
  .blog-side-by-side .blog-item-summary {
    width: calc(100% - 40% - 6%);
  }
}
.blog-side-by-side .blog-item-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tweak-blog-side-by-side-text-alignment-right .blog-side-by-side .blog-item-text {
  margin-left: auto;
  margin-right: 0;
}
.tweak-blog-side-by-side-text-alignment-left .blog-side-by-side .blog-item-text {
  margin-left: 0;
  margin-right: auto;
}
.blog-side-by-side .blog-single-column-item-link {
  text-decoration: underline;
}
.blog-side-by-side .blog-more-link {
  display: inline-block;
  margin-top: 2vw;
  order: 4;
}
@media screen and (min-width:  768px ) {
  .blog-side-by-side .blog-more-link {
    margin-top: 20px;
  }
}
.tweak-blog-side-by-side-delimiter-bullet .blog-side-by-side .blog-meta-delimiter:after {
  content: "•";
}
.tweak-blog-side-by-side-delimiter-pipe .blog-side-by-side .blog-meta-delimiter:after {
  content: "|";
}
.tweak-blog-side-by-side-delimiter-dash .blog-side-by-side .blog-meta-delimiter:after {
  content: "-";
}
.tweak-blog-side-by-side-delimiter-space .blog-side-by-side .blog-meta-delimiter:after {
  content: " ";
}
.blog-side-by-side .blog-title {
  margin: 0;
  order: 1;
  margin-bottom: 30px;
}
.blog-side-by-side .blog-meta-section {
  margin-bottom: 2vw;
  order: 0;
}
@media screen and (min-width:  768px ) {
  .blog-side-by-side .blog-meta-section {
    margin-bottom: 20px;
  }
}
.blog-side-by-side .blog-excerpt {
  order: 2;
  display: none;
}
.tweak-blog-side-by-side-excerpt-show .blog-side-by-side .blog-excerpt {
  display: block;
}
.blog-side-by-side .blog-meta-delimiter.blog-category-delimiter,.blog-side-by-side .blog-categories-list,.blog-side-by-side .blog-author,.blog-side-by-side .blog-date {
  display: none;
}
.tweak-blog-side-by-side-primary-meta-categories .blog-side-by-side .blog-meta-primary .blog-categories-list,.tweak-blog-side-by-side-secondary-meta-categories .blog-side-by-side .blog-meta-secondary .blog-categories-list {
  display: inline;
}
.tweak-blog-side-by-side-primary-meta-author .blog-side-by-side .blog-meta-primary .blog-author,.tweak-blog-side-by-side-secondary-meta-author .blog-side-by-side .blog-meta-secondary .blog-author {
  display: inline;
}
.tweak-blog-side-by-side-primary-meta-date .blog-side-by-side .blog-meta-primary .blog-date,.tweak-blog-side-by-side-secondary-meta-date .blog-side-by-side .blog-meta-secondary .blog-date {
  display: inline;
}
.tweak-blog-side-by-side-primary-meta-none .blog-side-by-side .blog-meta-delimiter,.tweak-blog-side-by-side-secondary-meta-none .blog-side-by-side .blog-meta-delimiter {
  display: none;
}
.tweak-blog-side-by-side-primary-meta-categories:not(.tweak-blog-side-by-side-secondary-meta-none) .blog-side-by-side .blog-meta-delimiter.blog-category-delimiter,.tweak-blog-side-by-side-secondary-meta-categories:not(.tweak-blog-side-by-side-primary-meta-none) .blog-side-by-side .blog-meta-delimiter.blog-category-delimiter {
  display: inline;
}
.tweak-blog-side-by-side-primary-meta-categories:not(.tweak-blog-side-by-side-secondary-meta-none) .blog-side-by-side .blog-meta-delimiter:not(.blog-category-delimiter),.tweak-blog-side-by-side-secondary-meta-categories:not(.tweak-blog-side-by-side-primary-meta-none) .blog-side-by-side .blog-meta-delimiter:not(.blog-category-delimiter) {
  display: none;
}
.tweak-blog-side-by-side-image-placement-right .blog-side-by-side .blog-image-wrapper {
  order: 1;
  margin-right: 0;
}
@media screen and (min-width:  768px ) {
  .tweak-blog-side-by-side-image-placement-right .blog-side-by-side .blog-image-wrapper {
    margin-left: 6%;
  }
}
.tweak-blog-side-by-side-read-more-style-hide .blog-side-by-side .blog-more-link {
  display: none;
}
.tweak-blog-side-by-side-image-text-alignment-top .blog-side-by-side .blog-item {
  align-items: flex-start;
}
.tweak-blog-side-by-side-image-text-alignment-bottom .blog-side-by-side .blog-item {
  align-items: flex-end;
}
.tweak-blog-side-by-side-meta-position-below-excerpt .blog-side-by-side .blog-meta-section {
  order: 3;
}
@media screen and (min-width:  768px ) {
  .tweak-blog-side-by-side-meta-position-below-excerpt .blog-side-by-side .blog-meta-section {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.blog-alternating-side-by-side .blog-alternating-side-by-side-wrapper {
  position: relative;
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
.tweak-blog-alternating-side-by-side-width-full .blog-alternating-side-by-side {
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-blog-alternating-side-by-side-width-inset .blog-alternating-side-by-side {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-blog-alternating-side-by-side-width-full .blog-alternating-side-by-side {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-blog-alternating-side-by-side-width-inset .blog-alternating-side-by-side {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.blog-alternating-side-by-side .blog-item {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: block;
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease,transform 1s ease;
}
.tweak-blog-alternating-side-by-side-text-alignment-left .blog-alternating-side-by-side .blog-item {
  text-align: left;
}
.tweak-blog-alternating-side-by-side-text-alignment-left .blog-alternating-side-by-side .blog-item .blog-more-link {
  align-self: flex-start;
}
.tweak-blog-alternating-side-by-side-text-alignment-left .blog-alternating-side-by-side .blog-item .blog-meta-section {
  justify-content: start;
}
.tweak-blog-alternating-side-by-side-text-alignment-center .blog-alternating-side-by-side .blog-item {
  text-align: center;
}
.tweak-blog-alternating-side-by-side-text-alignment-center .blog-alternating-side-by-side .blog-item .blog-more-link {
  align-self: center;
}
.tweak-blog-alternating-side-by-side-text-alignment-center .blog-alternating-side-by-side .blog-item .blog-meta-section {
  justify-content: center;
}
.tweak-blog-alternating-side-by-side-text-alignment-right .blog-alternating-side-by-side .blog-item {
  text-align: right;
}
.tweak-blog-alternating-side-by-side-text-alignment-right .blog-alternating-side-by-side .blog-item .blog-meta-section {
  justify-content: end;
}
.blog-alternating-side-by-side .blog-item .blog-more-link {
  align-self: flex-end;
}
.blog-alternating-side-by-side .blog-item.is-loaded {
  opacity: 1;
  transform: translatey(0);
}
.blog-alternating-side-by-side .blog-item.no-image-fade-in {
  animation: no-image-fade-in 1s ease forwards;
}
@media screen and (min-width:  768px ) {
  .blog-alternating-side-by-side .blog-item {
    display: flex;
    align-items: center;
  }
}
.blog-alternating-side-by-side .image-wrapper {
  margin: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-11-square .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 100%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-32-standard .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 66.666%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-23-standard-vertical .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 150%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-43-four-three .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 75%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-34-three-four-vertical .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 133.333%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-169-widescreen .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 56.25%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-240-anamorphic-widescreen .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 41.666%;
}
.tweak-blog-alternating-side-by-side-image-aspect-ratio-ultra-widescreen .blog-alternating-side-by-side .image-wrapper {
  padding-bottom: 41.666%;
}
.blog-alternating-side-by-side .blog-item-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.tweak-blog-alternating-side-by-side-text-alignment-right .blog-alternating-side-by-side .blog-item-text {
  margin-left: auto;
  margin-right: 0;
}
.tweak-blog-alternating-side-by-side-text-alignment-left .blog-alternating-side-by-side .blog-item-text {
  margin-left: 0;
  margin-right: auto;
}
.blog-alternating-side-by-side .blog-image-wrapper {
  margin-bottom: 5vw;
}
@media screen and (min-width:  768px ) {
  .blog-alternating-side-by-side .blog-image-wrapper {
    width: 40%;
    margin-right: 6%;
    margin-bottom: 0;
  }
}
.blog-alternating-side-by-side .blog-item-summary {
  flex-grow: 1;
}
.blog-alternating-side-by-side .blog-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width:  768px ) {
  .blog-alternating-side-by-side .blog-item:nth-child(even) .blog-image-wrapper {
    margin-right: 0;
    margin-left: 6%;
  }
  .blog-alternating-side-by-side .blog-item:nth-child(even) .blog-item-summary {
    max-width: calc(54%);
  }
}
@media screen and (min-width:  768px ) {
  .blog-alternating-side-by-side .blog-item:nth-child(odd) .blog-item-summary {
    padding-left: 0;
    padding-right: 0;
    width: calc(100% - 40% - 6%);
  }
}
.blog-alternating-side-by-side .blog-single-column-item-link {
  text-decoration: underline;
}
.blog-alternating-side-by-side .blog-more-link {
  display: inline-block;
  margin-top: 2vw;
  order: 4;
}
@media screen and (min-width:  768px ) {
  .blog-alternating-side-by-side .blog-more-link {
    margin-top: 20px;
  }
}
.tweak-blog-alternating-side-by-side-delimiter-bullet .blog-alternating-side-by-side .blog-meta-delimiter:after {
  content: "•";
}
.tweak-blog-alternating-side-by-side-delimiter-pipe .blog-alternating-side-by-side .blog-meta-delimiter:after {
  content: "|";
}
.tweak-blog-alternating-side-by-side-delimiter-dash .blog-alternating-side-by-side .blog-meta-delimiter:after {
  content: "-";
}
.tweak-blog-alternating-side-by-side-delimiter-space .blog-alternating-side-by-side .blog-meta-delimiter:after {
  content: " ";
}
.blog-alternating-side-by-side .blog-title {
  margin: 0;
  order: 1;
  margin-bottom: 30px;
}
.blog-alternating-side-by-side .blog-meta-section {
  margin-bottom: 2vw;
  order: 0;
}
@media screen and (min-width:  768px ) {
  .blog-alternating-side-by-side .blog-meta-section {
    margin-bottom: 20px;
  }
}
.blog-alternating-side-by-side .blog-excerpt {
  order: 2;
  display: none;
}
.tweak-blog-alternating-side-by-side-excerpt-show .blog-alternating-side-by-side .blog-excerpt {
  display: block;
}
.blog-alternating-side-by-side .blog-meta-delimiter.blog-category-delimiter,.blog-alternating-side-by-side .blog-categories-list,.blog-alternating-side-by-side .blog-author,.blog-alternating-side-by-side .blog-date {
  display: none;
}
.tweak-blog-alternating-side-by-side-primary-meta-categories .blog-alternating-side-by-side .blog-meta-primary .blog-categories-list,.tweak-blog-alternating-side-by-side-secondary-meta-categories .blog-alternating-side-by-side .blog-meta-secondary .blog-categories-list {
  display: inline;
}
.tweak-blog-alternating-side-by-side-primary-meta-author .blog-alternating-side-by-side .blog-meta-primary .blog-author,.tweak-blog-alternating-side-by-side-secondary-meta-author .blog-alternating-side-by-side .blog-meta-secondary .blog-author {
  display: inline;
}
.tweak-blog-alternating-side-by-side-primary-meta-date .blog-alternating-side-by-side .blog-meta-primary .blog-date,.tweak-blog-alternating-side-by-side-secondary-meta-date .blog-alternating-side-by-side .blog-meta-secondary .blog-date {
  display: inline;
}
.tweak-blog-alternating-side-by-side-primary-meta-none .blog-alternating-side-by-side .blog-meta-delimiter,.tweak-blog-alternating-side-by-side-secondary-meta-none .blog-alternating-side-by-side .blog-meta-delimiter {
  display: none;
}
.tweak-blog-alternating-side-by-side-primary-meta-categories:not(.tweak-blog-alternating-side-by-side-secondary-meta-none) .blog-alternating-side-by-side .blog-meta-delimiter.blog-category-delimiter,.tweak-blog-alternating-side-by-side-secondary-meta-categories:not(.tweak-blog-alternating-side-by-side-primary-meta-none) .blog-alternating-side-by-side .blog-meta-delimiter.blog-category-delimiter {
  display: inline;
}
.tweak-blog-alternating-side-by-side-primary-meta-categories:not(.tweak-blog-alternating-side-by-side-secondary-meta-none) .blog-alternating-side-by-side .blog-meta-delimiter:not(.blog-category-delimiter),.tweak-blog-alternating-side-by-side-secondary-meta-categories:not(.tweak-blog-alternating-side-by-side-primary-meta-none) .blog-alternating-side-by-side .blog-meta-delimiter:not(.blog-category-delimiter) {
  display: none;
}
.tweak-blog-alternating-side-by-side-read-more-style-hide .blog-alternating-side-by-side .blog-more-link {
  display: none;
}
.tweak-blog-alternating-side-by-side-image-text-alignment-top .blog-alternating-side-by-side .blog-item {
  align-items: flex-start;
}
.tweak-blog-alternating-side-by-side-image-text-alignment-bottom .blog-alternating-side-by-side .blog-item {
  align-items: flex-end;
}
.tweak-blog-alternating-side-by-side-meta-position-below-excerpt .blog-alternating-side-by-side .blog-meta-section {
  order: 3;
}
@media screen and (min-width:  768px ) {
  .tweak-blog-alternating-side-by-side-meta-position-below-excerpt .blog-alternating-side-by-side .blog-meta-section {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.blog-masonry {
  position: relative;
  padding-top: var(--pagePadding);
  padding-bottom: var(--pagePadding);
}
.tweak-blog-masonry-width-full .blog-masonry {
  width: 100%;
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
}
.tweak-blog-masonry-width-inset .blog-masonry {
  max-width: var(--maxPageWidth);
  padding-left: var(--pagePadding);
  padding-right: var(--pagePadding);
  margin: 0 auto;
}
@media screen and (max-width:  767px ) {
  .tweak-blog-masonry-width-full .blog-masonry {
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .tweak-blog-masonry-width-inset .blog-masonry {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.tweak-blog-masonry-text-alignment-left .blog-masonry {
  text-align: left;
}
.tweak-blog-masonry-text-alignment-left .blog-masonry .blog-more-link {
  align-self: flex-start;
}
.tweak-blog-masonry-text-alignment-left .blog-masonry .blog-meta-section {
  justify-content: start;
}
.tweak-blog-masonry-text-alignment-center .blog-masonry {
  text-align: center;
}
.tweak-blog-masonry-text-alignment-center .blog-masonry .blog-more-link {
  align-self: center;
}
.tweak-blog-masonry-text-alignment-center .blog-masonry .blog-meta-section {
  justify-content: center;
}
.tweak-blog-masonry-text-alignment-right .blog-masonry {
  text-align: right;
}
.tweak-blog-masonry-text-alignment-right .blog-masonry .blog-meta-section {
  justify-content: end;
}
.blog-masonry .blog-more-link {
  align-self: flex-end;
}
.blog-masonry .entry {
  position: absolute;
  display: flex;
  flex-direction: column;
  opacity: 0;
}
.tweak-blog-masonry-image-placement-below .blog-masonry .entry {
  flex-flow: column-reverse;
}
.blog-masonry .masonry-ready .entry {
  transition: transform 400ms cubic-bezier(.4,0,.2,1),opacity 1s ease;
}
.blog-masonry .masonry-ready .entry.is-loaded {
  opacity: 1;
}
.blog-masonry .masonry-ready .entry.no-image-fade-in {
  opacity: 1;
}
.blog-masonry .blog-image-wrapper {
  width: 100%;
  margin-bottom: 5vw;
}
@media screen and (min-width:  768px ) {
  .blog-masonry .blog-image-wrapper {
    margin-bottom: 20px;
  }
  .tweak-blog-masonry-image-placement-below .blog-masonry .blog-image-wrapper {
    margin-bottom: 0;
    margin-top: 20px;
  }
}
.blog-masonry .image-wrapper {
  display: block;
  margin: 0;
  height: 0;
  overflow: hidden;
  position: relative;
  display: flex;
}
.blog-masonry .blog-item-summary {
  display: flex;
  flex-flow: column;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
.tweak-blog-masonry-text-alignment-right .blog-masonry .blog-item-summary {
  margin-left: auto;
  margin-right: 0;
}
.tweak-blog-masonry-text-alignment-left .blog-masonry .blog-item-summary {
  margin-left: 0;
  margin-right: auto;
}
.blog-masonry .blog-more-link {
  display: inline-block;
  margin-top: 2vw;
  order: 4;
}
@media screen and (min-width:  768px ) {
  .blog-masonry .blog-more-link {
    margin-top: 0px;
  }
}
.tweak-blog-masonry-delimiter-bullet .blog-masonry .blog-meta-delimiter:after {
  content: "•";
}
.tweak-blog-masonry-delimiter-pipe .blog-masonry .blog-meta-delimiter:after {
  content: "|";
}
.tweak-blog-masonry-delimiter-dash .blog-masonry .blog-meta-delimiter:after {
  content: "-";
}
.tweak-blog-masonry-delimiter-space .blog-masonry .blog-meta-delimiter:after {
  content: " ";
}
.blog-masonry .blog-title {
  margin: 0;
  order: 1;
  margin-bottom: 4px;
}
.blog-masonry .blog-meta-section {
  margin-bottom: 2vw;
  order: 0;
}
.tweak-blog-masonry-meta-position-below-excerpt .blog-masonry .blog-meta-section {
  order: 3;
}
@media screen and (min-width:  768px ) {
  .blog-masonry .blog-meta-section {
    margin-bottom: 6px;
  }
  .tweak-blog-masonry-meta-position-below-excerpt .blog-masonry .blog-meta-section {
    margin-bottom: 0;
    margin-top: 6px;
  }
}
.blog-masonry .blog-excerpt {
  order: 2;
  display: none;
}
.tweak-blog-masonry-excerpt-show .blog-masonry .blog-excerpt {
  display: block;
}
.blog-masonry .blog-meta-delimiter.blog-category-delimiter,.blog-masonry .blog-categories-list,.blog-masonry .blog-author,.blog-masonry .blog-date {
  display: none;
}
.tweak-blog-masonry-primary-meta-categories .blog-masonry .blog-meta-primary .blog-categories-list,.tweak-blog-masonry-secondary-meta-categories .blog-masonry .blog-meta-secondary .blog-categories-list {
  display: inline;
}
.tweak-blog-masonry-primary-meta-author .blog-masonry .blog-meta-primary .blog-author,.tweak-blog-masonry-secondary-meta-author .blog-masonry .blog-meta-secondary .blog-author {
  display: inline;
}
.tweak-blog-masonry-primary-meta-date .blog-masonry .blog-meta-primary .blog-date,.tweak-blog-masonry-secondary-meta-date .blog-masonry .blog-meta-secondary .blog-date {
  display: inline;
}
.tweak-blog-masonry-primary-meta-none .blog-masonry .blog-meta-delimiter,.tweak-blog-masonry-secondary-meta-none .blog-masonry .blog-meta-delimiter {
  display: none;
}
.tweak-blog-masonry-primary-meta-categories:not(.tweak-blog-masonry-secondary-meta-none) .blog-masonry .blog-meta-delimiter.blog-category-delimiter,.tweak-blog-masonry-secondary-meta-categories:not(.tweak-blog-masonry-primary-meta-none) .blog-masonry .blog-meta-delimiter.blog-category-delimiter {
  display: inline;
}
.tweak-blog-masonry-primary-meta-categories:not(.tweak-blog-masonry-secondary-meta-none) .blog-masonry .blog-meta-delimiter:not(.blog-category-delimiter),.tweak-blog-masonry-secondary-meta-categories:not(.tweak-blog-masonry-primary-meta-none) .blog-masonry .blog-meta-delimiter:not(.blog-category-delimiter) {
  display: none;
}
.tweak-blog-masonry-read-more-style-hide .blog-masonry .blog-more-link {
  display: none;
}
.item-pagination--prev-next {
  display: flex;
  padding: 3vw var(--pagePadding) 3vw;
}
@media screen and (max-width:  767px ) {
  .item-pagination--prev-next {
    padding: 3vw 6vw 3vw;
  }
}
.item-pagination-link {
  text-align: left;
  display: flex;
  align-items: center;
  max-width: 50%;
  width: auto;
}
.item-pagination-link .item-pagination-prev-next {
  display: none;
}
.item-pagination-link .item-pagination-title {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.item-pagination-link .item-pagination-icon {
  width: 18px;
  height: 32px;
  padding-right: 25px;
}
.item-pagination-link .item-pagination-icon svg {
  width: 18px;
  height: 32px;
}
.item-pagination-link--prev {
  margin-left: 0;
  margin-right: auto;
}
.item-pagination-link--next {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.item-pagination-link--next .item-pagination-icon {
  padding-right: 0;
  padding-left: 25px;
}
.tweak-global-animations-animation-type-flex .item-pagination-link--next .item-pagination-title {
  position: relative;
}
.tweak-global-animations-animation-type-flex .item-pagination-link--next .item-pagination-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -.1em;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .item-pagination-link--next .item-pagination-title::after {
  transform-origin: left;
}
.tweak-global-animations-animation-type-flex .item-pagination-link--prev .item-pagination-title {
  position: relative;
}
.tweak-global-animations-animation-type-flex .item-pagination-link--prev .item-pagination-title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  right: 0;
  bottom: -.1em;
  background-color: currentColor;
  transform: scalex(0);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
.tweak-global-animations-animation-type-flex .item-pagination-link--prev .item-pagination-title::after {
  transform-origin: right;
}
.tweak-global-animations-animation-type-flex .item-pagination-link .caret-left-icon--small,.tweak-global-animations-animation-type-flex .item-pagination-link .caret-right-icon--small {
  transform: translatex(0) scaley(1);
  transition: transform .6s cubic-bezier(.19,1,.22,1);
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .item-pagination-link:hover .caret-left-icon--small {
    transform: translatex(-30%) scaley(.8);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .item-pagination-link:hover .caret-right-icon--small {
    transform: translatex(30%) scaley(.8);
  }
}
@media (hover:hover) {
  .tweak-global-animations-animation-type-flex .item-pagination-link:hover .item-pagination-title::after {
    transform: scalex(1);
  }
}
@keyframes lightbox-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.yui3-lightbox2 .yui3-lightbox2-content {
  position: fixed;
  top: 0px !important;
  z-index: 999999999999 !important;
}
.gallery-lightbox-outer-wrapper[data-lightbox="false"] .gallery-lightbox-controls {
  display: none;
}
.gallery-lightbox {
  display: none;
  position: fixed;
  flex-direction: column;
  box-sizing: border-box;
  user-select: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  padding: calc(3vw + 20px) 3vw;
}
@media screen and (max-width:  575px ) {
  .gallery-lightbox {
    padding: calc(6vw + 20px) 6vw;
  }
}
.gallery-lightbox-body-hide-overflow {
  overflow: hidden;
}
.gallery-lightbox-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery-lightbox-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
  padding: 1.5vw 1.5vw 0;
}
@media screen and (max-width:  575px ) {
  .gallery-lightbox-header {
    padding: 3vw 3vw 0;
  }
}
.gallery-lightbox-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}
.gallery-lightbox-list {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  z-index: 0;
  box-sizing: border-box;
  margin: 0 calc(3vw + 13px);
  cursor: grab;
}
@media screen and (max-width:  575px ) {
  .gallery-lightbox-list {
    margin: 0;
  }
}
.gallery-lightbox-controls {
  position: absolute;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
}
@media screen and (max-width:  575px ) {
  .gallery-lightbox-controls {
    display: none;
  }
}
.gallery-lightbox-control {
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
  z-index: 1;
  pointer-events: auto;
}
.gallery-lightbox-control[data-next] {
  justify-content: flex-end;
}
.gallery-lightbox-control-btn {
  position: relative;
  width: 13px;
  height: 24px;
  box-sizing: border-box;
  pointer-events: auto;
  opacity: .75;
  transition: opacity 600ms cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 0;
  background: transparent;
}
.gallery-lightbox-control-btn:hover {
  opacity: 1;
}
.gallery-lightbox-control-btn-icon {
  position: relative;
}
.gallery-lightbox-control-btn-icon .caret-right-icon--small,.gallery-lightbox-control-btn-icon .caret-left-icon--small {
  width: 13px;
  height: 24px;
  position: relative;
  display: block;
  box-sizing: content-box;
  line-height: 1;
}
.gallery-lightbox-control-btn-icon .caret-right-icon--small svg *,.gallery-lightbox-control-btn-icon .caret-left-icon--small svg * {
  stroke-width: 4px;
}
.gallery-lightbox.video-slide .gallery-lightbox-control {
  flex-grow: 0;
  width: calc(3vw + 13px);
}
.gallery-lightbox-close-btn {
  border-radius: .15em;
  box-sizing: border-box;
  pointer-events: auto;
  opacity: .75;
  transition: opacity 600ms cubic-bezier(.4,0,.2,1);
  border: none;
  margin: 0;
  background: transparent;
}
.gallery-lightbox-close-btn:hover {
  opacity: 1;
}
.gallery-lightbox-close-btn-icon {
  width: 20px;
  height: 20px;
  position: relative;
}
.gallery-lightbox-close-btn-icon svg {
  width: 20px;
  height: 20px;
  position: relative;
}
.gallery-lightbox-close-btn-icon svg * {
  stroke-width: 4px;
}
.gallery-lightbox-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}
.gallery-lightbox-item[data-video="true"] {
  pointer-events: all;
}
.gallery-lightbox-item[data-video="true"] .gallery-lightbox-item-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox-item[data-video="true"] .gallery-lightbox-item-img .sqs-video-wrapper {
  width: 100%;
}
.gallery-lightbox-item[data-active="true"] {
  opacity: 1;
}
.gallery-lightbox-item-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
  height: 100%;
}
.gallery-lightbox-item-src {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.gallery-lightbox-item-img {
  position: relative;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(.4,0,.2,1);
  will-change: opacity;
  height: 100%;
}
.gallery-lightbox-item-img[data-loaded] {
  opacity: 1;
}
.gallery-lightbox-item img {
  position: relative;
}
.gallery-lightbox-item[data-static='true'] .lightbox-item-src {
  transition: none !important;
}
.gallery-lightbox-item[data-active='true'] {
  visibility: visible;
}
.gallery-lightbox[data-open='true'] {
  display: flex;
  animation-name: lightbox-open;
  animation-duration: 400ms;
  animation-fill-mode: both;
  animation-iteration-count: 1;
}
.gallery-lightbox .gallery-lightbox-item[data-active='true'] .gallery-lightbox-item-src {
  transition: opacity 400ms cubic-bezier(.2,.6,.3,1);
}
.gallery-lightbox .gallery-lightbox-item[data-next='true'] .gallery-lightbox-item-src {
  opacity: 0;
}
.gallery-lightbox .gallery-lightbox-item[data-next='false'] .gallery-lightbox-item-src {
  opacity: 0;
}
.gallery-lightbox .gallery-lightbox-item[data-active='true'][data-in='true'] .gallery-lightbox-item-src {
  opacity: 1;
}
@media screen and (max-width:  575px ) {
  .gallery-lightbox .gallery-lightbox-item-wrapper {
    overflow: hidden;
  }
  .gallery-lightbox .gallery-lightbox-item[data-active='true'] .gallery-lightbox-item-src {
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),opacity 250ms cubic-bezier(.2,.6,.3,1);
  }
  .gallery-lightbox .gallery-lightbox-item[data-next='true'] .gallery-lightbox-item-src {
    transform: translatex(10%);
    opacity: 0;
  }
  .gallery-lightbox .gallery-lightbox-item[data-next='false'] .gallery-lightbox-item-src {
    transform: translatex(-10%);
    opacity: 0;
  }
  .gallery-lightbox .gallery-lightbox-item[data-active='true'][data-in='true'] .gallery-lightbox-item-src {
    transform: translatex(0%);
    opacity: 1;
  }
  .gallery-lightbox .gallery-lightbox-item[data-active='true'][data-in='false'] .gallery-lightbox-item-src {
    transition: transform 250ms cubic-bezier(0,0,.2,1),opacity 250ms cubic-bezier(0,0,.2,1);
    transform: translatex(0%);
  }
}
.sqs-search-page-input.focus-within {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 4px;
}
.sqs-search-page-input:focus-within {
  outline-width: 2px;
  outline-style: solid;
  outline-offset: 4px;
}
.sqs-search-page-input input:focus {
  outline: none;
}
.sqs-search-container-list {
  overflow: visible !important;
}
.has-section-divider .section-border {
  transform: translatez(0);
}
.section-divider-display {
  position: absolute;
  top: calc(-1 * var(--previous-section-divider-offset, 0px));
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 999;
}
.section-divider-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
.section-divider-display svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.section-divider-stroke {
  stroke: var(--section-divider-stroke-color);
  stroke-width: var(--stroke-thickness);
  stroke-dasharray: var(--stroke-dasharray);
  stroke-linecap: var(--stroke-linecap);
  fill: transparent;
}
.course-item-section {
  z-index: 1000 !important;
}
.course-item {
  display: flex;
  overflow-x: hidden;
}
.sqs-site-styles-active .course-item a {
  pointer-events: none !important;
}
.course-item.nav-transition .course-item__content {
  transition: margin-left ease 300ms;
}
@media (prefers-reduced-motion:reduce) {
  .course-item.nav-transition .course-item__content {
    transition: none;
  }
}
.course-item.nav-transition .course-item__side-nav {
  transition: transform ease 300ms;
}
@media (prefers-reduced-motion:reduce) {
  .course-item.nav-transition .course-item__side-nav {
    transition: none;
  }
}
.course-item.nav-transition.nav-align-right:not(.mobile-layout) .course-item__content {
  transition: margin-right ease 300ms;
}
@media (prefers-reduced-motion:reduce) {
  .course-item.nav-transition.nav-align-right:not(.mobile-layout) .course-item__content {
    transition: none;
  }
}
.course-item.nav-align-right:not(.mobile-layout) {
  flex-direction: row-reverse;
}
.course-item.nav-align-right:not(.mobile-layout) .course-item__side-nav-header .course-item__side-nav-toggle-button-desktop {
  right: unset;
  left: 0px;
  transform: translate(-40px,-50%) rotate(180deg);
}
.course-item.nav-closed .course-item__side-nav-mobile-backdrop {
  opacity: 0;
  pointer-events: none;
}
.course-item.nav-closed .course-item__side-nav-toggle-button-mobile svg.course-item__side-nav-expanded-svg {
  display: none !important;
}
.course-item.nav-closed .course-item__side-nav-toggle-button-mobile svg.course-item__side-nav-collapsed-svg {
  display: block !important;
}
.course-item.nav-closed .course-item__side-nav {
  transform: translatex(-100%);
}
.course-item.nav-closed .course-item__side-nav .course-item__side-nav-content {
  opacity: 0;
}
.course-item.nav-closed.nav-align-right:not(.mobile-layout) .course-item__side-nav {
  transform: translatex(100%);
}
.course-item.mobile-layout .mobile-layout-hidden {
  display: none;
}
.course-item.mobile-layout .course-item__side-nav {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(var(--vh) - 50px);
}
.course-item.mobile-layout.nav-closed .course-item__side-nav {
  transform: translateY(calc(100% - (var(--mobile-nav-header-height) * 1px)));
}
.course-item.mobile-layout.nav-closed .course-item__side-nav-mobile-header .course-item__side-nav-mobile-course-title {
  display: none;
}
.course-item.mobile-layout.nav-closed .course-item__side-nav-mobile-header div:last-child {
  flex: 1;
  text-align: right;
}
.course-item.mobile-layout:not(.nav-closed) .course-item__side-nav-mobile-header .course-item__side-nav-mobile-course-title {
  padding-left: 10px;
  white-space: unset;
}
.course-item.mobile-layout:not(.nav-closed) .course-item__side-nav-mobile-header div:last-child {
  flex-basis: 100%;
}
.course-item.mobile-layout:not(.nav-closed) .course-item__side-nav-mobile-header div:last-child .course-item__next-lesson-button {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.course-item:not(.mobile-layout) .desktop-layout-hidden {
  display: none;
}
.course-item:not(.mobile-layout).nav-align-right .course-item__header {
  padding-right: max(var(--pagePadding),55px);
}
.course-item:not(.mobile-layout):not(.nav-align-right) .course-item__header {
  padding-left: max(var(--pagePadding),55px);
}
.course-item.nav-loading .desktop-layout-hidden {
  display: none;
}
.course-item.nav-loading .mobile-layout-hidden {
  display: none;
}
.course-item .course-item__content {
  flex: 1;
}
.course-item .course-item__header {
  padding: 10px var(--pagePadding);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--course-item-nav-border-color);
}
.course-item .course-item__description {
  max-width: 700px;
}
.course-item .course-item__side-nav-mobile-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.25);
  opacity: 1;
  transition: opacity ease 300ms;
}
.course-item .course-item__side-nav {
  position: fixed;
  top: 0;
  z-index: 1000;
  display: flex;
  flex-flow: column;
  height: 100vh;
  width: 400px;
  background: var(--course-item-nav-background-color);
  color: var(--course-item-nav-text-color);
}
.course-item .course-item__side-nav-segment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.course-item .course-item__side-nav-header {
  position: relative;
  padding: 0px 22px;
  background: inherit;
  border-bottom: 1px solid var(--course-item-nav-border-color);
}
.course-item .course-item__side-nav-header .course-item__side-nav-progress-bar-container {
  position: relative;
  margin: 20px 0px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 500px;
  border: 1px solid var(--course-item-nav-border-color);
  background-color: var(--siteBackgroundColor);
  font-size: 12px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}
.course-item .course-item__side-nav-header .course-item__side-nav-progress-bar-container .course-item__side-nav-progress-bar {
  width: calc(var(--course-item-progress) * 1%);
  height: 100%;
  border-radius: 500px;
  background-color: var(--course-item-nav-active-lesson-background-color);
  transition: width ease 500ms;
  position: absolute;
  left: 0;
  top: 0;
}
@media (prefers-reduced-motion:reduce) {
  .course-item .course-item__side-nav-header .course-item__side-nav-progress-bar-container .course-item__side-nav-progress-bar {
    transition: none;
  }
}
.course-item .course-item__side-nav-header .course-item__side-nav-progress-bar-container .course-item__progress-bar-text {
  position: relative;
  background-color: var(--siteBackgroundColor);
  color: var(--paragraphMediumColor);
  border-radius: 500px;
  padding: 2px 6px;
}
.course-item .course-item__side-nav-header .course-item__side-nav-toggle-button-desktop {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0px;
  transform: translate(40px,-50%);
  width: 60px;
  height: 38px;
  border: none;
  padding: 0px;
  border-radius: 41px;
  background: var(--course-item-nav-background-color);
}
.course-item .course-item__side-nav-header .course-item__side-nav-toggle-button-desktop svg {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translatey(-50%);
  width: 17px;
  height: 100%;
  fill: var(--course-item-nav-text-color);
}
.course-item .course-item__side-nav-mobile-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 11px;
  background: inherit;
  border-bottom: 1px solid var(--course-item-nav-border-color);
}
.course-item .course-item__side-nav-mobile-header .course-item__side-nav-toggle-button-mobile {
  background: none;
  border: 1.5px solid var(--course-item-nav-text-color);
  border-radius: 50px;
  padding: 11px;
  width: 43px;
  height: 43px;
}
.course-item .course-item__side-nav-mobile-header .course-item__side-nav-toggle-button-mobile svg {
  stroke: var(--course-item-nav-text-color);
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.course-item .course-item__side-nav-mobile-header .course-item__side-nav-toggle-button-mobile svg.course-item__side-nav-expanded-svg {
  display: block;
  stroke-width: 2px;
  transform: rotate(90deg);
  margin-top: 1px;
}
.course-item .course-item__side-nav-mobile-header .course-item__side-nav-toggle-button-mobile svg.course-item__side-nav-collapsed-svg {
  display: none;
  stroke-width: .1px;
}
.course-item .course-item__side-nav-mobile-header .course-item__side-nav-mobile-course-title {
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: right;
}
.course-item .course-item__side-nav-content {
  overflow-y: auto;
  flex: 1;
  transition: opacity ease 300ms;
}
.course-item .course-item__overlay {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}
.course-item .course-item__side-nav-chapter-header {
  padding: 10px 22px;
  border-bottom: 1px solid var(--course-item-nav-border-color);
}
.course-item .course-item__side-nav-chapter-header .course-item__side-nav-chapter-title {
  word-break: break-word;
}
.course-item .course-item__side-nav-chapter-header .course-item__side-nav-chapter-metadata>span {
  white-space: nowrap;
}
.course-item .course-item__side-nav-lesson {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid var(--course-item-nav-border-color);
  align-items: stretch;
}
.course-item .course-item__side-nav-lesson.active,.course-item .course-item__side-nav-lesson:hover {
  background-color: var(--course-item-nav-active-lesson-background-color);
  color: var(--course-item-nav-active-lesson-text-color);
}
.course-item .course-item__side-nav-lesson.active .course-item__side-nav-link.course-item__side-nav-interactive:focus-visible {
  outline: solid var(--course-item-nav-active-lesson-text-color) 2px;
  outline-offset: 3px;
}
.course-item .course-item__side-nav-chapter-lessons .course-item__side-nav-lesson:not(:last-child) {
  border-bottom: none;
}