@charset "utf-8";

.fa-icon,
blockquote:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/**********
 Variables
 **********/
body {
    /* Text */
    --text-font-family: 'urw-din', sans-serif;
    --heading-font-family: 'urw-din-condensed', sans-serif;
    --text-font-size: 16px;
    --text-font-size-large: calc(16px + 2px);
    --heading-1-font-size: 42px;
    --heading-2-font-size: 32px;
    --heading-3-font-size: 24px;
    --heading-4-font-size: 20px;
    --heading-5-font-size: 16px;
    --heading-6-font-size: calc(16px - 2px);
    /* Other */
    --border-radius-base: 0px;
    --border-radius-small: calc(0px / 2);
    --border-radius-button: 0px;
    --logo-height: 40px;
    /* Assets */
    --assets-check-svg: url(/hc/theming_assets/01J2BM36EDW8X8SBB44XHKVE3E);
    --assets-circle-svg: url(/hc/theming_assets/01J2BM36DZPTKDW0CKPK7PH0XW);
}

/**********
 Light mode
 **********/
body {
    --primary-color: #1f2a44;
    --secondary-color: rgba(118, 134, 146, 1);
    --primary-bg-color: #ffffff;
    --primary-bg-color-always: #ffffff;
    --secondary-bg-color: #e9e9ea;
    --secondary-bg-color-always: #e9e9ea;
    --primary-text-color: #1f2a44;
    --secondary-text-color: #1f2a44;
    --link-color: rgba(118, 134, 146, 1);
    --border-color: rgba(208, 208, 206, 1);
    --info-color: rgba(31, 42, 68, 1);
    --success-color: rgba(134, 200, 188, 1);
    --warning-color: rgba(118, 134, 146, 1);
    --danger-color: rgba(118, 134, 146, 1);
    --primary-color-light-hover: #151d2f;
    --primary-color-hover: #0c101a;
    --primary-color-active: #070a0f;
    --secondary-color-hover: #5a6771;
    --secondary-color-active: #535f68;
    --secondary-bg-color-hover: #dfdfe0;
    --secondary-bg-color-active: #d9d9db;
    --secondary-text-color-hover: #192136;
    --secondary-text-color-active: #151d2f;
    --link-color-hover: #5a6771;
    --link-color-active: #535f68;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.5;
    --bg-image-color: var(--primary-text-color);
  
  	--swiper-theme-color: #1f2a44;
  	--swiper-navigation-size: 20px;
}

.layout--style-filled .section:nth-child(even),
.layout--style-invert .section:nth-child(odd),
.section--secondary {
    /* Invert colors */
    --primary-bg-color: #e9e9ea;
    --secondary-bg-color: #ffffff;
}

/*********
 Dark mode
 *********/
.ui-dark body {
    /* UI dark colors */
    --primary-color: rgba(31, 42, 68, 1);
    --secondary-color: rgba(255, 255, 255, 1);
    --primary-bg-color: rgba(118, 134, 146, 1);
    --primary-bg-color-always: rgba(118, 134, 146, 1);
    --secondary-bg-color: rgba(118, 134, 146, 1);
    --secondary-bg-color-always: rgba(118, 134, 146, 1);
    --primary-text-color: #FFFFFF;
    --secondary-text-color: rgba(221, 226, 235, 1);
    --link-color: rgba(235, 139, 0, 1);
    --border-color: rgba(31, 42, 68, 1);
    --info-color: rgba(31, 42, 68, 1);
    --success-color: rgba(134, 200, 188, 1);
    --warning-color: rgba(235, 139, 0, 1);
    --danger-color: rgba(235, 139, 0, 1);
    --primary-color-light-hover: #293759;
    --primary-color-hover: #32446e;
    --primary-color-active: #374a79;
    --secondary-color-hover: #fff;
    --secondary-color-active: #fff;
    --secondary-bg-color-hover: #98a4ad;
    --secondary-bg-color-active: #a1acb4;
    --link-color-hover: #ffb448;
    --link-color-active: #ffba57;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.75;
    --bg-image-color: var(--primary-bg-color);
}

.ui-dark .layout--style-filled .section:nth-child(even),
.ui-dark .layout--style-invert .section:nth-child(odd),
.ui-dark .section--secondary {
    /* Invert colors */
    --primary-bg-color: rgba(118, 134, 146, 1);
    --secondary-bg-color: rgba(118, 134, 146, 1);
}

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

body,
html {
    min-height: 100vh;
}

[dir] body,
[dir] html {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

[dir] body {
    background-color: var(--secondary-bg-color);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-color-hover);
}

a:active,
a.is-active {
    color: var(--link-color-active);
}

[dir] a.is-disabled {
    cursor: default;
}

a.is-disabled,
a.is-disabled:hover,
a.is-disabled:active,
a.is-disabled.is-active {
    color: var(--secondary-text-color);
}

[dir] a,
[dir] button,
[dir] [type=submit],
[dir] [type=button],
[dir] [type=reset] {
    cursor: pointer;
}

a,
input,
button,
select,
textarea,
label {
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
label:focus {
    outline: none;
}

a.focus-visible,
input.focus-visible,
button.focus-visible,
select.focus-visible,
textarea.focus-visible,
label.focus-visible {
    outline: auto 5px -webkit-focus-ring-color;
}

[dir] figure {
    margin: 0;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/********
 Headings
 ********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font-family);
    font-weight: 700;
}

h1,
.h1 {
    font-size: var(--heading-2-font-size);
    line-height: 1.2;
}

[dir] h1,
[dir] .h1 {
    margin: 0 0 1.2em;
}

[dir] .markdown h1,
[dir] .markdown .h1 {
    margin-top: 1.2em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h1,
    .h1 {
        font-size: var(--heading-1-font-size);
        line-height: 1.1;
    }

    [dir] h1,
    [dir] .h1 {
        margin: 0 0 1em;
    }

    [dir] .markdown h1,
    [dir] .markdown .h1 {
        margin-top: 1em;
    }
}

h2,
.h2 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3;
}

[dir] h2,
[dir] .h2 {
    margin: 0 0 1.3em;
}

[dir] .markdown h2,
[dir] .markdown .h2 {
    margin-top: 1.3em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h2,
    .h2 {
        font-size: var(--heading-2-font-size);
        line-height: 1.2;
    }

    [dir] h2,
    [dir] .h2 {
        margin: 0 0 1.2em;
    }

    [dir] .markdown h2,
    [dir] .markdown .h2 {
        margin-top: 1.2em;
    }
}

h3,
.h3 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h3,
[dir] .h3 {
    margin: 0 0 1.4em;
}

[dir] .markdown h3,
[dir] .markdown .h3 {
    margin-top: 1.4em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h3,
    .h3 {
        font-size: var(--heading-3-font-size);
        line-height: 1.3;
    }

    [dir] h3,
    [dir] .h3 {
        margin: 0 0 1.3em;
    }

    [dir] .markdown h3,
    [dir] .markdown .h3 {
        margin-top: 1.3em;
    }
}

h4,
.h4 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h4,
[dir] .h4 {
    margin: 0 0 1.4em;
}

[dir] .markdown h4,
[dir] .markdown .h4 {
    margin-top: 1.4em;
}

h5,
.h5 {
    font-size: var(--heading-5-font-size);
    line-height: 1.5;
}

[dir] h5,
[dir] .h5 {
    margin: 0 0 1.5em;
}

[dir] .markdown h5,
[dir] .markdown .h5 {
    margin-top: 1.5em;
}

h6,
.h6 {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
}

[dir] h6,
[dir] .h6 {
    margin: 0 0 1.5em;
}

[dir] .markdown h6,
[dir] .markdown .h6 {
    margin-top: 1.5em;
}

/**********************
 Other default elements
 *********************/
[dir] p,
[dir] ul,
[dir] ol,
[dir] dl,
[dir] pre,
[dir] table,
[dir] blockquote {
    margin: 1.5em 0 1.5em;
}

[dir] li {
    margin: 0.75em 0 0.75em;
}

small,
.small {
    font-size: var(--heading-6-font-size);
}

[role="main"] {
    flex-grow: 1;
    position: relative;
}

hr {
    display: block;
    height: 0;
}

[dir] hr {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

pre {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    color: var(--primary-bg-color);
}

[dir] pre {
    padding: 8px 16px;
    border-radius: var(--border-radius-base);
    background-color: var(--primary-text-color);
}

.ui-dark pre {
    color: var(--secondary-text-color);
}

[dir].ui-dark pre {
    background-color: var(--secondary-bg-color);
}

blockquote {
    display: block;
    position: relative;
    z-index: 2;
}

[dir=ltr] blockquote {
    padding-left: 16px;
    border-left: 1px solid var(--border-color);
}

[dir=rtl] blockquote {
    padding-right: 16px;
    border-right: 1px solid var(--border-color);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 24px;
    }

    [dir=rtl] blockquote {
        padding-right: 24px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 32px;
    }

    [dir=rtl] blockquote {
        padding-right: 32px;
    }
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -4px;
    font-size: 60px;
    color: var(--secondary-bg-color);
}

[dir=ltr] blockquote:before {
    left: 8px;
}

[dir=rtl] blockquote:before {
    right: 8px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    [dir=ltr] blockquote:before {
        left: 12px;
    }

    [dir=rtl] blockquote:before {
        right: 12px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote:before {
        left: 16px;
    }

    [dir=rtl] blockquote:before {
        right: 16px;
    }
}

.list-unstyled {
    list-style: none;
}

[dir=ltr] .list-unstyled {
    padding-left: 0;
}

[dir=rtl] .list-unstyled {
    padding-right: 0;
}

dl.details {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}

[dir] dl.details {
    margin-bottom: 32px;
}

dl.details > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details > dt {
    font-weight: 700;
}

[dir] dl.details > dt {
    margin-bottom: 12px;
}

[dir=ltr] dl.details > dt {
    margin-right: 8px;
}

[dir=rtl] dl.details > dt {
    margin-left: 8px;
}

[dir] dl.details > dd {
    margin-bottom: 12px;
}

dl.details > div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

[dir] dl.details > div {
    margin-bottom: 12px;
}

dl.details--type-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

[dir] dl.details--type-2 {
    margin-bottom: 0;
}

dl.details--type-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details--type-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details--type-2 > dd {
    color: var(--secondary-text-color);
}

@media only screen and (min-width: 980px), only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir=ltr] dl.details--type-2 > dd {
        text-align: right;
    }

    [dir=rtl] dl.details--type-2 > dd {
        text-align: left;
    }
}

.text-secondary {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
    color: var(--secondary-text-color);
}

/******
 Tables
 ******/
.table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
}

[dir] .table-container {
    border: 1px solid var(--border-color);
}

.table-container table:not(.pika-table) {
    width: calc(100% + 3px);
    max-width: calc(100% + 3px);
}

[dir] .table-container table:not(.pika-table) {
    margin: -1px;
}

table:not(.pika-table) {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table:not(.pika-table) thead {
    font-weight: 700;
}

[dir] table:not(.pika-table) thead {
    background-color: var(--secondary-bg-color);
}

[dir] table:not(.pika-table) tfoot {
    background-color: var(--secondary-bg-color);
}

table:not(.pika-table) thead,
table:not(.pika-table) tbody,
table:not(.pika-table) tfoot {
    width: 100%;
    max-width: 100%;
}

[dir=ltr] table:not(.pika-table) th {
    border-left: 1px solid var(--border-color);
}

[dir=rtl] table:not(.pika-table) th {
    border-right: 1px solid var(--border-color);
}

[dir] table:not(.pika-table) td {
    padding: 8px;
    border: 1px solid var(--border-color);
}

/*******
 Iframes
 *******/
.iframe {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

[dir=ltr] .iframe iframe {
    left: 0;
}

[dir=rtl] .iframe iframe {
    right: 0;
}

@media (min-width: 768px) {
  [dir] .request_custom_fields_360048695332,
  [dir] .request_custom_fields_1900002328627,
  [dir] .request_custom_fields_360048700891,
  [dir] .request_custom_fields_1900002327767,
  [dir] .request_custom_fields_360045440672,
  [dir] .request_custom_fields_1900002328307,
  [dir] .request_custom_fields_360048650992,
  [dir] .request_custom_fields_360048700931,
  [dir] .request_custom_fields_360048846932,
  [dir] .request_custom_fields_360048700911,
  [dir] .request_custom_fields_4414667653268,
  [dir] .request_custom_fields_27451853775380 {
    flex: 1 1 50%;
    max-width: calc(50% - 12px);
  }
}

/* Custom Footer */
.custom-footer {
 	--color-main-dark: #1f2a44;
  --color-main-light: #fff;
}
.custom-footer *, .custom-footer ::after, .custom-footer ::before {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}
.custom-footer *:focus, .custom-footer ::after:focus, .custom-footer ::before:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.custom-footer ul[class] {
  padding: 0;
}
.custom-footer li, .custom-footer p, .custom-footer ul[class] {
  margin: 0;
}
.custom-footer ul[class] {
  list-style: none;
}
.custom-footer a:not([class]) {
  text-decoration-skip-ink: auto;
}
.custom-footer button {
  padding: 0;
}
.custom-footer img {
  max-width: 100%;
  display: block;
  height: auto;
}
.custom-footer button, .custom-footer input {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  .custom-footer * {
    animation-duration: 0s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
.custom-footer a {
  color: var(--color-main-dark);
}
.custom-footer button {
  border: none;
  outline: none;
  cursor: pointer;
  background: none;
  color: inherit;
}
.custom-footer h5, .custom-footer .h5_style {
  font-family: var(--font_cond);
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.custom-footer h5, .custom-footer .h5_style {
  font-weight: 500;
}
.custom-footer h5, .custom-footer .h5_style {
  font-size: 1.125rem;
  line-height: 100%;
  font-weight: 500;
}
@media only screen and (max-width: 479px) {
  .custom-footer h5, .custom-footer .h5_style {
    font-size: 1rem;
    line-height: 100%;
    font-weight: 500;
  }
}
.custom-footer .container {
  margin: 0 auto;
  padding: 0 5rem;
  display: block !important;
}
@media only screen and (max-width: 1150px) {
  .custom-footer .container {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .custom-footer .container {
    padding: 0 1rem;
  }
}
.custom-footer .footer {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  background-color: var(--color-main-dark);
  color: var(--color-main-light);
}
@media only screen and (max-width: 991px) {
  .custom-footer .footer {
    padding-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer {
    padding-top: 2.5rem;
    padding-bottom: 1.125rem;
  }
}
.custom-footer .footer .h5_style {
  margin-bottom: 8px;
}
.custom-footer .footer__main {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
@media only screen and (max-width: 991px) {
  .custom-footer .footer__main {
    display: block;
  }
}
.custom-footer .footer__newsletter .newsletter {
  max-width: 26rem;
}
.custom-footer .footer__newsletter .newsletter .kl-private-reset-css-Xuajs1 {
  padding: 0 !important;
}
.custom-footer .footer__newsletter .newsletter input {
  padding: 0 !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
}
.custom-footer .footer__newsletter .newsletter input::placeholder {
  opacity: 0.5 !important;
  font-size: 0.875rem !important;
  line-height: 1.125rem !important;
}
@media only screen and (max-width: 991px) {
  .custom-footer .footer__newsletter .newsletter {
    margin: 0 auto;
  }
}
.custom-footer .footer__newsletter .socials {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  width: 445px;
}
@media only screen and (max-width: 991px) {
  .custom-footer .footer__newsletter .socials {
    margin: 1.5rem auto 2.5rem;
    max-width: 26rem;
  }
}
.custom-footer .footer__newsletter .socials li {
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.custom-footer .footer__newsletter .socials li:first-child {
  margin-left: 0;
}
.custom-footer .footer__newsletter .socials li a {
  color: var(--color-main-light);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid rgba(255, 255, 255, 0.4705882353);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.custom-footer .footer__newsletter .socials li a svg {
  width: 12px;
  height: 12px;
}
.custom-footer .footer__navigation {
  border-left: 1px solid rgba(255, 255, 255, 0.3019607843);
  margin-left: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 991px) {
  .custom-footer .footer__navigation {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.3019607843);
    padding-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__navigation {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.custom-footer .footer__navigation .footer-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__navigation .footer-nav {
    display: block;
    padding: 0 1rem;
  }
}
.custom-footer .footer__navigation .footer-nav__wrap {
  padding-right: 1.375rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 18rem;
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__navigation .footer-nav__wrap {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.custom-footer .footer__navigation .footer-nav__item {
  margin-bottom: 6px;
}
.custom-footer .footer__navigation .footer-nav__link {
  color: var(--color-main-light);
  font-weight: 300;
  font-size: 1rem;
  line-height: 131%;
  text-decoration: none;
}
.custom-footer .footer__navigation .footer-nav__link:hover {
  text-decoration: underline;
}
.custom-footer .footer__subfooter {
  text-align: center;
  padding-top: 6.875rem;
}
@media only screen and (max-width: 991px) {
  .custom-footer .footer__subfooter {
    padding-top: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__subfooter {
    padding-top: 1rem;
    text-align: left;
  }
}
.custom-footer .footer__subfooter .copyrights {
  color: var(--color-main-light);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__subfooter .copyrights {
    display: block;
    margin-bottom: 1rem;
  }
}
.custom-footer .footer__subfooter .subfooter-nav {
  display: inline-block;
}
.custom-footer .footer__subfooter .subfooter-nav ul {
  list-style: none;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__subfooter .subfooter-nav ul {
    padding: 0;
  }
}
.custom-footer .footer__subfooter .subfooter-nav ul li {
  display: inline-flex;
  align-items: center;
  margin-right: 0.9375rem;
}
.custom-footer .footer__subfooter .subfooter-nav ul li::after {
  margin-left: 0.9375rem;
  content: "|";
}
@media only screen and (max-width: 767px) {
  .custom-footer .footer__subfooter .subfooter-nav ul li {
    margin-right: 0.5rem;
  }
  .custom-footer .footer__subfooter .subfooter-nav ul li::after {
    margin-left: 0.5rem;
  }
}
.custom-footer .footer__subfooter .subfooter-nav ul li:last-child::after {
  display: none;
}
.custom-footer .footer__subfooter .subfooter-nav ul li a {
  color: var(--color-main-light);
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-decoration: none;
}
.custom-footer .footer__subfooter .subfooter-nav ul li a:hover {
  text-decoration: underline;
}
@media all {
  .custom-footer #shopify-section-footer {
    clear: both;
  }
}
.custom-footer .kl-private-reset-css-Xuajs1 :focus-visible {
  outline: 2px solid #1c65ad;
  outline-offset: 0;
  box-shadow: 0 0 0 4px #fff;
}
.custom-footer .kl-private-reset-css-Xuajs1 ::before, .custom-footer .kl-private-reset-css-Xuajs1 ::after, .custom-footer .kl-private-reset-css-Xuajs1 input[type=email], .custom-footer .kl-private-reset-css-Xuajs1 {
  animation: none;
  animation-delay: 0;
  animation-direction: normal;
  animation-duration: 0;
  animation-fill-mode: none;
  animation-iteration-count: 1;
  animation-name: none;
  animation-play-state: running;
  animation-timing-function: ease;
  backface-visibility: visible;
  background: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-position: 0 0;
  background-position-x: 0;
  background-position-y: 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 0;
  border-style: none;
  border-width: medium;
  border-color: inherit;
  border-bottom: 0;
  border-bottom-color: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-collapse: separate;
  border-image: none;
  border-left: 0;
  border-left-color: inherit;
  border-left-style: none;
  border-left-width: medium;
  border-radius: 0;
  border-right: 0;
  border-right-color: inherit;
  border-right-style: none;
  border-right-width: medium;
  border-spacing: 0;
  border-top: 0;
  border-top-color: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-style: none;
  border-top-width: medium;
  bottom: auto;
  box-shadow: none;
  box-sizing: content-box;
  caption-side: top;
  clear: none;
  clip: auto;
  color: inherit;
  columns: auto;
  column-count: auto;
  column-fill: balance;
  column-gap: normal;
  column-rule: medium none currentColor;
  column-rule-color: currentColor;
  column-rule-style: none;
  column-rule-width: none;
  column-span: 1;
  column-width: auto;
  content: normal;
  counter-increment: none;
  counter-reset: none;
  cursor: auto;
  direction: ltr;
  display: block;
  empty-cells: show;
  float: none;
  font: normal;
  font-family: inherit;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  hyphens: none;
  left: auto;
  letter-spacing: normal;
  line-height: normal;
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: disc;
  margin: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  opacity: 1;
  orphans: 0;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  padding: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  page-break-after: auto;
  page-break-before: auto;
  page-break-inside: auto;
  perspective: none;
  perspective-origin: 50% 50%;
  pointer-events: initial;
  position: static;
  right: auto;
  tab-size: 8;
  table-layout: auto;
  text-align: inherit;
  text-align-last: auto;
  text-decoration: none;
  text-decoration-color: inherit;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  top: auto;
  transform: none;
  transform-style: flat;
  transition: none;
  transition-delay: 0s;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  unicode-bidi: normal;
  vertical-align: baseline;
  visibility: visible;
  white-space: normal;
  widows: 0;
  width: auto;
  word-spacing: normal;
  z-index: auto;
  -webkit-font-smoothing: antialiased;
}
.custom-footer .klaviyo-form.klaviyo-form.klaviyo-form {
  -webkit-overflow-scrolling: touch;
}
.custom-footer .klaviyo-form.klaviyo-form.klaviyo-form ::-webkit-scrollbar {
  width: 0px;
  height: 0px;
  background: rgba(0, 0, 0, 0);
}
.custom-footer .go1463322071.go1463322071.go1463322071::placeholder {
  color: #949596;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}
.custom-footer .go1463322071.go1463322071.go1463322071:hover {
  border-color: white !important;
}

/* Category blocks */
@media only screen and (min-width: 980px) {
  [dir] .category-blocks .container {
    max-width: 80vw;
    margin: 2rem auto;
  }
}

html[dir] .category-blocks--type-1 .category-blocks__link {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid var(--border-color);
  text-align: center;
}

html[dir] .category-blocks--type-1 .category-blocks__link:hover,
html[dir] .category-blocks--type-1 .category-blocks__link:focus
html[dir] .category-blocks--type-1 .category-blocks__link:active {
  background-color: #eee;
}

html[dir] .category-blocks--type-1 .category-blocks__link:hover .category-blocks__title,
html[dir] .category-blocks--type-1 .category-blocks__link:hover .category-blocks__description,
html[dir] .category-blocks--type-1 .category-blocks__link:focus .category-blocks__title,
html[dir] .category-blocks--type-1 .category-blocks__link:focus .category-blocks__description,
html[dir] .category-blocks--type-1 .category-blocks__link:active .category-blocks__title,
html[dir] .category-blocks--type-1 .category-blocks__link:active .category-blocks__description{
  color: var(--primary-text-color);
}

html[dir] .category-blocks--type-1 .category-blocks__title {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  text-transform: uppercase;
  font-size: 2rem;
  line-height: 100%;
  font-weight: 600;
  font-style: normal;
}

html[dir] .category-blocks--type-1 .category-blocks__title img {
  display: block;
  width: 44px;
  height: 44px;
}

html[dir] .category-blocks--type-1 .category-blocks__description {
  font-size: .75em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 12px;
}

.shopify-collection-link-wrapper {
  margin-top: 3rem;
  text-align: center;
  text-wrap: balance;
}