@import url(https://fonts.googleapis.com/css?family=Inter:400,500,600);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.qs-datepicker-container{font-size:1rem;font-family:sans-serif;color:#000;position:absolute;width:15.625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:9001;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid grey;border-radius:.263921875em;overflow:hidden;background:#fff;-webkit-box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3);box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.263921875em;padding:.5em;margin:0 auto auto;cursor:pointer;background:hsla(0,0%,50.2%,.4)}.qs-overlay .qs-submit.qs-disabled{color:grey;border-color:grey;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.qs-overlay .qs-overlay-month{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;-webkit-transition:opacity .15s;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:0;flex-shrink:0;background:#d3d3d3;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s}.qs-controls.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.263921875em;-webkit-transition:background .15s;transition:background .15s}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:after{content:"";border:.390625em solid rgba(0,0,0,0);position:absolute;top:50%;-webkit-transition:border .2s;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:grey;right:50%;-webkit-transform:translate(25%,-50%);-ms-transform:translate(25%,-50%);transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:grey;left:50%;-webkit-transform:translate(-25%,-50%);-ms-transform:translate(-25%,-50%);transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;-webkit-transition:border .2s;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0)}.qs-month-year:not(.qs-disabled-year-overlay){cursor:pointer}.qs-month-year:not(.qs-disabled-year-overlay):hover{border-bottom:1px solid grey}.qs-month-year:active:focus,.qs-month-year:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:.3125em;-webkit-filter:blur(0);filter:blur(0);-webkit-transition:-webkit-filter .3s;transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s, -webkit-filter .3s}.qs-squares.qs-blur{-webkit-filter:blur(5px);filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:background .1s;transition:background .1s;border-radius:.263921875em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-end,.qs-range-start{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-end:not(.qs-range-0),.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-day,.qs-empty{cursor:default}.qs-day{font-weight:700;color:grey}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}

a{transition:color .1s ease-in-out,background-color .1s ease-in-out;text-decoration:none}a:focus{text-decoration:none}a:hover{text-decoration:none}a:visited{text-decoration:none}.button{padding:10px 20px;display:inline-block}.wp-block-button .wp-block-button__link{padding:10px 20px;display:inline-block;font-size:inherit;line-height:inherit}.using-mouse:focus{outline:0}.using-mouse::-moz-focus-inner{border:0}.alignleft{float:left;margin-right:1.5em}.alignright{float:right;margin-left:1.5em}.aligncenter{clear:both;display:block;margin:0 auto}.size-auto{max-width:100%;height:auto}.size-full{max-width:100%;height:auto}.size-large{max-width:100%;height:auto}.size-medium{max-width:100%;height:auto}.size-thumbnail{max-width:100%;height:auto}.no-sidebar .entry-content .alignfull{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);max-width:100vw;width:auto}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.main-navigation{z-index:100;padding:0;clear:both;display:block}.main-navigation a{display:block;text-decoration:none;font-weight:400;text-transform:none;font-size:15px}.main-navigation ul{list-style:none;margin:0;padding-left:0}.main-navigation ul ul{display:block;box-shadow:1px 1px 0 rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.main-navigation ul ul a{display:block}.main-navigation ul ul li{width:100%}.main-navigation .main-nav ul li a{padding-left:20px;padding-right:20px;line-height:60px}.main-navigation .main-nav ul ul li a{line-height:normal;padding:10px 20px;font-size:14px}.main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.main-navigation .main-nav>ul{display:flex;flex-wrap:wrap;align-items:center}.main-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.main-navigation li{position:relative}.main-navigation .menu-bar-items{display:flex;align-items:center;font-size:15px}.main-navigation .menu-bar-items a{color:inherit}.main-navigation .menu-bar-item{position:relative}.main-navigation .menu-bar-item>a{padding-left:20px;padding-right:20px;line-height:60px}.main-navigation .menu-bar-item.search-item{z-index:20}.main-navigation:not(.toggled) ul li.sfHover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.main-navigation:not(.toggled) ul ul li.sfHover>ul{left:100%;top:0}.main-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.inside-navigation{position:relative}.sidebar .main-navigation .main-nav{flex-basis:100%}.sidebar .main-navigation .main-nav>ul{flex-direction:column}.sidebar .main-navigation .menu-bar-items{margin:0 auto}.sidebar .main-navigation .menu-bar-items .search-item{order:10}.sidebar .menu-item-has-children .dropdown-menu-toggle{float:right}.sidebar .main-navigation.sub-menu-right ul li.sfHover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-right ul li:hover ul{top:0;left:100%}.sidebar .main-navigation.sub-menu-left ul li.sfHover ul{top:0;right:100%}.sidebar .main-navigation.sub-menu-left ul li:hover ul{top:0;right:100%}.sidebar .widget{margin-bottom:20px}.sidebar .widget:last-child{margin-bottom:0;margin-bottom:0}.sidebar .grid-container{max-width:100%;width:100%}.nav-align-center .inside-navigation{justify-content:center}.nav-align-center .main-nav>ul{justify-content:center}.nav-align-right .inside-navigation{justify-content:flex-end}.main-navigation.sub-menu-left .sub-menu{right:0}.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul{right:100%;left:auto}.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;left:auto}.nav-float-right .main-navigation ul ul ul{top:0}.nav-float-right .header-widget{margin-left:20px}.nav-float-right #site-navigation{margin-left:auto}.menu-item-has-children .dropdown-menu-toggle{display:inline-block;height:100%;clear:both;padding-right:20px;padding-left:10px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}nav ul ul .menu-item-has-children .dropdown-menu-toggle{float:right}.widget-area .main-navigation{margin-bottom:20px}.widget-area .main-navigation li{float:none;display:block;width:100%;padding:0;margin:0}.widget-area .widget{padding:40px}.site-main .comment-navigation{margin:0 0 2em;overflow:hidden}.site-main .post-navigation{margin:0 0 2em;overflow:hidden;margin-bottom:0}.site-main .posts-navigation{margin:0 0 2em;overflow:hidden}.site-main .gallery{margin-bottom:1.5em}.site-main>*{margin-bottom:20px}.paging-navigation .nav-next{display:none}.paging-navigation .nav-previous{display:none}.paging-navigation .nav-links>*{padding:0 5px}.paging-navigation .nav-links .current{font-weight:700}.site-header{position:relative}.site-header .header-image{vertical-align:middle}.inside-header{padding:20px 40px;display:flex;align-items:center}.main-title{margin:0;font-size:25px;line-height:1.2em;word-wrap:break-word;font-weight:700;text-transform:none}.site-description{margin:0;line-height:1.5;font-weight:400;text-transform:none;font-size:15px}.site-logo{display:inline-block;max-width:100%}.nav-float-left #site-navigation{margin-right:auto;order:-10}.nav-float-left .header-widget{margin-left:0;margin-right:20px;order:-15}.nav-float-left .mobile-menu-control-wrapper{order:-10;margin-left:0;margin-right:auto;flex-direction:row-reverse}.header-aligned-center:not([class*=nav-float-]) .inside-header{justify-content:center;flex-direction:column;text-align:center}.header-aligned-center:not([class*=nav-float-]) .header-widget{margin-left:auto;margin-right:auto}.header-aligned-right:not([class*=nav-float-]) .inside-header{justify-content:flex-end}.header-aligned-right:not([class*=nav-float-]) .header-widget{margin-right:auto;margin-left:0;order:-10}.site-branding-container{display:inline-flex;align-items:center;text-align:left;flex-shrink:0}.site-branding-container .site-logo{margin-right:1em}.sticky{display:block}.entry-header{word-wrap:break-word}.entry-header .gp-icon{display:none}.entry-header .cat-links{display:inline}.entry-header .comments-link{display:inline}.entry-header .tags-links{display:inline}.posted-on .updated{display:none}.byline{display:inline}.group-blog .byline{display:inline}.single .byline{display:inline}footer.entry-meta{margin-top:2em}footer.entry-meta .byline{display:block}footer.entry-meta .posted-on{display:block}.entry-content:not(:first-child){margin-top:2em}.entry-content>p:last-child{margin-bottom:0}.entry-summary:not(:first-child){margin-top:2em}.entry-summary>p:last-child{margin-bottom:0}.page-content:not(:first-child){margin-top:2em}.page-content>p:last-child{margin-bottom:0}.page-links{clear:both;margin:0 0 1.5em}.archive .format-aside .entry-header{display:none}.archive .format-aside .entry-content{margin-top:0}.archive .format-status .entry-header{display:none}.archive .format-status .entry-meta{display:none}.archive .format-status .entry-title{display:none}.archive .format-status .entry-content{margin-top:0}.archive .format-status .entry-content p:last-child{margin-bottom:0}.blog .format-aside .entry-header{display:none}.blog .format-aside .entry-content{margin-top:0}.blog .format-status .entry-header{display:none}.blog .format-status .entry-meta{display:none}.blog .format-status .entry-title{display:none}.blog .format-status .entry-content{margin-top:0}.blog .format-status .entry-content p:last-child{margin-bottom:0}.site-content{word-wrap:break-word;display:flex}.entry-title{margin-bottom:0}.author .page-header .page-title{display:flex;align-items:center}.author .page-header .avatar{margin-right:20px}.page-header{margin-bottom:20px}.entry-meta{font-size:85%;margin-top:.5em;line-height:1.5}.entry-meta .gp-icon{margin-right:.6em;opacity:.7}.cat-links{display:block}.comments-link{display:block}.tags-links{display:block}.read-more-container{margin-bottom:0}.taxonomy-description p:last-child{margin-bottom:0}.wp-caption{margin-bottom:1.5em;max-width:100%;position:relative}.wp-caption img[class*=wp-image-]{display:block;margin:0 auto 0;max-width:100%}.wp-caption .wp-caption-text{font-size:75%;padding-top:5px;opacity:.8}.wp-caption img{position:relative;vertical-align:bottom}.wp-block-image figcaption{font-size:13px;text-align:center}.wp-block-gallery{margin-left:0}.wp-block-gallery .blocks-gallery-image figcaption{background:hsla(0,0%,100%,.7);color:#000;padding:10px;box-sizing:border-box}.wp-block-gallery .blocks-gallery-item figcaption{background:hsla(0,0%,100%,.7);color:#000;padding:10px;box-sizing:border-box}ul.blocks-gallery-grid{margin-left:0}.gallery{margin-bottom:1.5em}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%}.gallery-item img{vertical-align:bottom}.gallery-columns-2 .gallery-item{max-width:50%}.gallery-columns-3 .gallery-item{max-width:33.33%}.gallery-columns-4 .gallery-item{max-width:25%}.gallery-columns-5 .gallery-item{max-width:20%}.gallery-columns-6 .gallery-item{max-width:16.66%}.gallery-columns-7 .gallery-item{max-width:14.28%}.gallery-columns-8 .gallery-item{max-width:12.5%}.gallery-columns-9 .gallery-item{max-width:11.11%}.gallery-caption{display:block}.gallery-icon{padding:5px}embed{max-width:100%}object{max-width:100%}.widget select{max-width:100%}.widget ol{margin:0}.widget ul{margin:0}.widget ul li{list-style-type:none;position:relative;margin-bottom:.5em}.widget ul li ul{margin-left:1em;margin-top:.5em}.widget .search-field{width:100%}.widget .search-form{display:flex}.widget .search-form button.search-submit{font-size:15px}.footer-widgets .widget{margin-bottom:30px}.footer-widgets .widget:last-child{margin-bottom:0;margin-bottom:0}.widget-title{margin-bottom:30px;font-size:20px;line-height:1.5;font-weight:400;text-transform:none}.wp-calendar-table{table-layout:fixed}.grid-container{margin-left:auto;margin-right:auto;max-width:1200px}.both-left .inside-left-sidebar{margin-right:10px}.both-left .inside-right-sidebar{margin-left:10px}.both-left .is-left-sidebar{order:-10}.both-left .is-right-sidebar{order:-5}.both-right .inside-left-sidebar{margin-right:10px}.both-right .inside-right-sidebar{margin-left:10px}.both-right .is-left-sidebar{order:5}.both-right .is-right-sidebar{order:10}.one-container.both-right .site-main{margin-right:40px}.one-container.right-sidebar .site-main{margin-right:40px}.one-container.both-left .site-main{margin-left:40px}.one-container.left-sidebar .site-main{margin-left:40px}.one-container.both-sidebars .site-main{margin:0 40px 0 40px}.one-container.archive .post:not(:last-child){padding-bottom:40px}.one-container.blog .post:not(:last-child){padding-bottom:40px}.one-container .site-content{padding:40px}.one-container .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.separate-containers .comments-area{padding:40px}.separate-containers .inside-article{padding:40px}.separate-containers .inside-article>.featured-image{margin-top:0;margin-bottom:2em}.separate-containers .page-header{padding:40px}.separate-containers .paging-navigation{padding:40px}.separate-containers .site-main{margin:20px}.separate-containers .inside-left-sidebar{margin-top:20px;margin-bottom:20px}.separate-containers .inside-right-sidebar{margin-top:20px;margin-bottom:20px}.separate-containers .featured-image{margin-top:20px}.separate-containers.no-sidebar .site-main{margin-left:0;margin-right:0}.separate-containers.both-right .site-main{margin-left:0}.separate-containers.right-sidebar .site-main{margin-left:0}.separate-containers.both-left .site-main{margin-right:0}.separate-containers.left-sidebar .site-main{margin-right:0}.inside-page-header{padding:40px}.full-width-content .container.grid-container{max-width:100%}.full-width-content .entry-content .alignwide{margin-left:0;width:auto;max-width:unset}.full-width-content.no-sidebar.separate-containers .site-main{margin:0}.full-width-content.one-container .site-content{padding:0}.full-width-content.separate-containers .inside-article{padding:0}.contained-content.one-container .site-content{padding:0}.contained-content.separate-containers .inside-article{padding:0}.both-sidebars .is-left-sidebar{order:-10}.both-sidebars .is-right-sidebar{order:10}.left-sidebar .sidebar{order:-10}.inside-site-info{display:flex;align-items:center;justify-content:center;padding:20px 40px}.site-info{text-align:center;font-size:15px}.post-image:not(:first-child){margin-top:2em}.featured-image{line-height:0}.gp-icon{display:inline-flex;align-self:center}.gp-icon svg{height:1em;width:1em;top:.125em;position:relative;fill:currentColor}.close-search .icon-search svg:nth-child(1){display:none}.close-search .icon-search svg:nth-child(2){display:block}.icon-menu-bars svg:nth-child(2){display:none}.icon-search svg:nth-child(2){display:none}.toggled .icon-menu-bars svg:nth-child(1){display:none}.toggled .icon-menu-bars svg:nth-child(2){display:block}.toggled .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}nav.toggled .icon-arrow-left svg{transform:rotate(-90deg)}nav.toggled .icon-arrow-right svg{transform:rotate(90deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon svg{transform:rotate(180deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-left svg{transform:rotate(-270deg)}nav.toggled .sfHover>a>.dropdown-menu-toggle .gp-icon.icon-arrow-right svg{transform:rotate(270deg)}nav.toggled ul ul.sub-menu{width:100%}.container.grid-container{width:auto}.menu-toggle{display:none;padding:0 20px;line-height:60px;margin:0;font-weight:400;text-transform:none;font-size:15px;cursor:pointer}.menu-toggle .mobile-menu{padding-left:3px}.menu-toggle .mobile-menu:empty{display:none}.menu-toggle .gp-icon+.mobile-menu{padding-left:9px}.mobile-bar-items{display:none}.sidebar-nav-mobile{display:none}button.menu-toggle{background-color:rgba(0,0,0,0);flex-grow:1;border:0;text-align:center}button.menu-toggle:active{background-color:rgba(0,0,0,0)}button.menu-toggle:focus{background-color:rgba(0,0,0,0)}button.menu-toggle:hover{background-color:rgba(0,0,0,0)}.has-menu-bar-items button.menu-toggle{flex-grow:0}.main-navigation.toggled .main-nav{flex-basis:100%;order:3}.main-navigation.toggled .main-nav>ul{display:block}.main-navigation.toggled .main-nav li{width:100%;text-align:left}.main-navigation.toggled .main-nav ul ul{transition:0s;visibility:hidden}.main-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto !important;right:auto !important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block;visibility:visible;float:none}.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.mobile-menu-control-wrapper{display:none;margin-left:auto;align-items:center}.has-inline-mobile-toggle #site-navigation.toggled{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search{margin-top:1.5em}.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active{position:relative}.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input{outline:auto}@media(max-width: 768px){.hide-on-mobile{display:none !important}a{transition:all 0s ease-in-out}body{transition:all 0s ease-in-out}body:not(.no-sidebar) #main{margin-bottom:0}button{transition:all 0s ease-in-out}input{transition:all 0s ease-in-out}select{transition:all 0s ease-in-out}textarea{transition:all 0s ease-in-out}.inside-header{flex-direction:column;text-align:center}.site-header .header-widget{margin-top:1.5em;margin-left:auto;margin-right:auto;text-align:center}.site-content{flex-direction:column}.container .site-content .content-area{width:auto}.is-left-sidebar.sidebar{width:auto;order:initial}.is-right-sidebar.sidebar{width:auto;order:initial}.is-left-sidebar+.is-right-sidebar .inside-right-sidebar{margin-top:0}.both-left .inside-left-sidebar{margin-right:0;margin-left:0}.both-left .inside-right-sidebar{margin-right:0;margin-left:0}.both-right .inside-left-sidebar{margin-right:0;margin-left:0}.both-right .inside-right-sidebar{margin-right:0;margin-left:0}#main{margin-left:0;margin-right:0}.alignleft{float:none;display:block;margin-left:auto;margin-right:auto}.alignright{float:none;display:block;margin-left:auto;margin-right:auto}.comment .children{padding-left:10px;margin-left:0}.entry-meta{font-size:inherit}.entry-meta a{line-height:1.8em}}@media(min-width: 769px)and (max-width: 1024px){.hide-on-tablet{display:none !important}}@media(min-width: 1025px){.hide-on-desktop{display:none !important}}body{background-color:#fff;color:#131313;font-family:"Inter";font-size:16px;line-height:1.2;background-repeat:no-repeat}body:not(.no-sidebar) .entry-content .alignfull{margin-left:-24px;width:calc(100% + 48px);max-width:calc(100% + 48px)}a{color:#aa276f}a:hover{color:#aa276f}a:focus{color:#aa276f}a:active{color:#aa276f}.grid-container{max-width:1160px}.wp-block-group__inner-container{max-width:1160px;margin-left:auto;margin-right:auto}.site-header{background-color:#2b1e68}.site-header .header-image{width:170px}.generate-back-to-top{font-size:20px;border-radius:3px;position:fixed;bottom:30px;right:30px;line-height:40px;width:40px;text-align:center;z-index:10;transition:opacity 300ms ease-in-out}input{font-family:"Inter";font-size:16px}select{font-family:"Inter";font-size:16px;color:#666;background-color:#fafafa;border-color:#ccc}select:focus{color:#666;background-color:#fff;border-color:#bfbfbf}textarea{font-family:"Inter";font-size:16px;color:#666;background-color:#fafafa;border-color:#ccc}textarea:focus{color:#666;background-color:#fff;border-color:#bfbfbf}.entry-content>[class*=wp-block-]:not(:last-child){margin-bottom:1.5em}.entry-content .alignwide{margin-left:-24px;width:calc(100% + 48px);max-width:calc(100% + 48px)}.main-title{text-transform:uppercase}.main-title a{color:#fff}.main-title a:hover{color:#fff}.main-navigation{background-color:#2b1e68}.main-navigation a{text-transform:uppercase;font-size:16px}.main-navigation .menu-bar-items{font-size:16px;color:#fff}.main-navigation .menu-bar-items .search-item.active>a{color:#fff;background-color:#e9e1d6;opacity:1}.main-navigation .main-nav ul ul li a{font-size:15px;color:#131313;padding:13px 20px 13px 20px}.main-navigation .main-nav ul ul li:hover>a{color:#fff;background-color:#aa276f}.main-navigation .main-nav ul ul li:focus>a{color:#fff;background-color:#aa276f}.main-navigation .main-nav ul ul li.sfHover>a{color:#fff;background-color:#aa276f}.main-navigation .main-nav ul ul li[class*=current-menu-]>a{color:#dbdbdb;background-color:#424242}.main-navigation .main-nav ul ul li[class*=current-menu-]>a:hover{color:#dbdbdb;background-color:#424242}.main-navigation .main-nav ul ul li[class*=current-menu-].sfHover>a{color:#dbdbdb;background-color:#424242}.main-navigation .main-nav ul li a{color:#fff;line-height:72px;transition:line-height 300ms ease}.main-navigation .main-nav ul li:hover>a{color:#fff;background-color:#aa276f}.main-navigation .main-nav ul li:focus>a{color:#fff;background-color:#aa276f}.main-navigation .main-nav ul li.sfHover>a{color:#fff;background-color:#aa276f}.main-navigation .main-nav ul li[class*=current-menu-]>a{color:#fff;background-color:#424242}.main-navigation .main-nav ul li[class*=current-menu-]>a:hover{color:#fff;background-color:#424242}.main-navigation .main-nav ul li[class*=current-menu-].sfHover>a{color:#fff;background-color:#424242}.main-navigation .main-nav ul li.search-item.active>a{color:#fff;background-color:#e9e1d6;opacity:1}.main-navigation ul ul{background-color:#2b1e68;background-color:#e9e1d6}.main-navigation .menu-bar-item:hover>a{color:#fff;background-color:#aa276f}.main-navigation .menu-bar-item>a{line-height:72px;transition:line-height 300ms ease}.main-navigation .menu-bar-item.sfHover>a{color:#fff;background-color:#aa276f}.menu-toggle{text-transform:uppercase;font-size:16px;color:#fff;line-height:72px;transition:line-height 300ms ease}.widget-title{font-size:28px;margin-bottom:10px}.sidebar .widget{font-size:17px;background-color:#fff;margin-bottom:16px}.footer-widgets{color:#fff;background-color:#2b1e68}.footer-widgets .widget{font-size:17px}.footer-widgets a{color:#fff}.footer-widgets .widget-title{color:#fff}html input[type=button]{font-family:"Inter";font-weight:600;text-transform:capitalize;font-size:15px;color:#fff;background-color:#2b1e68}html input[type=button]:hover{color:#fff;background-color:#2b1e68}html input[type=button]:focus{color:#fff;background-color:#2b1e68}input[type=reset]{font-family:"Inter";font-weight:600;text-transform:capitalize;font-size:15px;color:#fff;background-color:#2b1e68}input[type=reset]:hover{color:#fff;background-color:#2b1e68}input[type=reset]:focus{color:#fff;background-color:#2b1e68}input[type=submit]{font-family:"Inter";font-weight:600;text-transform:capitalize;font-size:15px;color:#fff;background-color:#2b1e68}input[type=submit]:hover{color:#fff;background-color:#2b1e68}input[type=submit]:focus{color:#fff;background-color:#2b1e68}.button{font-family:"Inter";font-weight:600;text-transform:capitalize;font-size:15px}.wp-block-button .wp-block-button__link{font-family:"Inter";font-weight:600;text-transform:capitalize;font-size:15px}h1{font-family:"Stroma Medium";font-size:64px;line-height:1.32em;margin-bottom:1px}h2{font-family:"Stroma Medium";line-height:1em;margin-bottom:10px}h3{font-family:"Stroma Medium";font-size:28px}h4{font-size:18px}h5{font-family:"Inter";font-size:18px;color:#202126}h6{font-family:"Inter";text-transform:uppercase;font-size:12px}.site-info{font-size:14px;color:#fff;background-color:#2b1e68}.site-info a{color:#fff}.site-info a:hover{color:#d3d3d3}.top-bar{background-color:#636363;color:#fff}.top-bar a{color:#fff}.top-bar a:hover{color:#303030}.site-description{color:#757575}.mobile-menu-control-wrapper .menu-toggle{background-color:rgba(0,0,0,.02)}.mobile-menu-control-wrapper .menu-toggle:hover{background-color:rgba(0,0,0,.02)}.mobile-menu-control-wrapper .menu-toggle:focus{background-color:rgba(0,0,0,.02)}.has-inline-mobile-toggle #site-navigation.toggled{background-color:rgba(0,0,0,.02)}button.menu-toggle:hover{color:#fff}button.menu-toggle:focus{color:#fff}.navigation-search input[type=search]{color:#fff;background-color:#e9e1d6;opacity:1;height:72px}.navigation-search input[type=search]:active{color:#fff;background-color:#e9e1d6;opacity:1}.navigation-search input[type=search]:focus{color:#fff;background-color:#e9e1d6;opacity:1}.separate-containers .inside-article{background-color:#fff;padding:24px;background-repeat:no-repeat;background-position:-55% 70%}.separate-containers .comments-area{background-color:#fff;padding:24px;background-repeat:no-repeat;background-position:-55% 70%}.separate-containers .page-header{background-color:#fff;padding:24px;background-repeat:no-repeat;background-position:-55% 70%}.separate-containers .paging-navigation{background-color:#fff;padding:24px;padding-top:20px;padding-bottom:20px;background-repeat:no-repeat;background-position:-55% 70%}.separate-containers .site-main{margin:16px}.separate-containers .featured-image{margin-top:16px}.separate-containers .inside-right-sidebar{margin-top:16px;margin-bottom:16px}.separate-containers .inside-left-sidebar{margin-top:16px;margin-bottom:16px}.separate-containers .inside-page-header{background-repeat:no-repeat;background-position:-55% 70%}.one-container .container{background-color:#fff;background-repeat:no-repeat;background-position:-55% 70%}.one-container .site-content{padding:24px}.inside-page-header{background-color:#fff;padding:24px}.inside-article a:hover{color:#202126}.paging-navigation a:hover{color:#202126}.comments-area a:hover{color:#202126}.page-header{margin-bottom:16px}.page-header a:hover{color:#202126}.entry-title a{color:#131313}.entry-title a:hover{color:#aa276f}.entry-meta{color:#72757d}.entry-meta a{color:#72757d}.entry-meta a:hover{color:#aa276f}.footer-bar .widget_nav_menu .current-menu-item a{color:#d3d3d3}input[type=text]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=text]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}input[type=email]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=email]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}input[type=url]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=url]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}input[type=password]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=password]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}input[type=search]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=search]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}input[type=tel]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=tel]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}input[type=number]{color:#666;background-color:#fafafa;border-color:#ccc}input[type=number]:focus{color:#666;background-color:#fff;border-color:#bfbfbf}a.button{color:#fff;background-color:#2b1e68}a.button:hover{color:#fff;background-color:#2b1e68}a.button:focus{color:#fff;background-color:#2b1e68}a.wp-block-button__link:not(.has-background){color:#fff;background-color:#2b1e68}a.wp-block-button__link:not(.has-background):active{color:#fff;background-color:#2b1e68}a.wp-block-button__link:not(.has-background):focus{color:#fff;background-color:#2b1e68}a.wp-block-button__link:not(.has-background):hover{color:#fff;background-color:#2b1e68}a.generate-back-to-top{background-color:#e9e1d6;color:#f8f4f1}a.generate-back-to-top:hover{background-color:rgba(232,200,169,.24);color:#f8f4f1}a.generate-back-to-top:focus{background-color:rgba(232,200,169,.24);color:#f8f4f1}.inside-header{padding:0px 40px 5px 40px}.nav-below-header .main-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px}.nav-above-header .main-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px}.site-main .wp-block-group__inner-container{padding:24px}.site-main>*{margin-bottom:16px}.one-container.right-sidebar .site-main{margin-right:24px}.one-container.both-right .site-main{margin-right:24px}.one-container.left-sidebar .site-main{margin-left:24px}.one-container.both-left .site-main{margin-left:24px}.one-container.both-sidebars .site-main{margin:0px 24px 0px 24px}.widget-area .main-navigation{margin-bottom:16px}.both-right .inside-left-sidebar{margin-right:8px}.both-right .inside-right-sidebar{margin-left:8px}.both-left .inside-left-sidebar{margin-right:8px}.both-left .inside-right-sidebar{margin-left:8px}.one-container.archive .post:not(:last-child){padding-bottom:24px}.one-container.archive .dynamic-content-template:not(:last-child){padding-bottom:0px}.one-container.blog .post:not(:last-child){padding-bottom:24px}.one-container.blog .dynamic-content-template:not(:last-child){padding-bottom:0px}.rtl .menu-item-has-children .dropdown-menu-toggle{padding-left:20px}.rtl .main-navigation .main-nav ul li.menu-item-has-children>a{padding-right:20px}.menu-item-has-children ul .dropdown-menu-toggle{padding-top:13px;padding-bottom:13px;margin-top:-13px}.is-right-sidebar{width:40%}.is-left-sidebar{width:30%}.site-content .content-area{width:100%}.dynamic-author-image-rounded{border-radius:100%}.dynamic-featured-image{vertical-align:middle}.dynamic-author-image{vertical-align:middle}.dynamic-entry-excerpt>p:last-child{margin-bottom:0px}h1.entry-title{line-height:1.32em}.navigation-branding .main-title{font-weight:bold;text-transform:uppercase;font-size:25px}.main-navigation.toggled .main-nav>ul{background-color:#2b1e68}.sticky-enabled .gen-sidebar-nav.is_stuck{z-index:500}.sticky-enabled .gen-sidebar-nav.is_stuck .main-navigation{margin-bottom:0px}.sticky-enabled .main-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.navigation-stick:not(.gen-sidebar-nav){left:0;right:0;width:100% !important}.nav-float-right .navigation-stick{width:100% !important;left:0}.nav-float-right .navigation-stick .navigation-branding{margin-right:auto}.main-navigation.has-sticky-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left:10px}@media(max-width: 768px){.main-title{font-size:20px}h1{font-size:31px}h2{font-size:27px}h3{font-size:24px}h4{font-size:22px}h5{font-size:19px}.separate-containers .inside-article{padding:16px}.separate-containers .comments-area{padding:16px}.separate-containers .page-header{padding:16px}.separate-containers .paging-navigation{padding:16px}.one-container .site-content{padding:16px}.one-container .site-main .paging-navigation{margin-bottom:16px}.inside-page-header{padding:16px}.site-main .wp-block-group__inner-container{padding:16px}.inside-top-bar{padding-right:30px;padding-left:30px}.inside-header{padding-top:0px;padding-right:30px;padding-bottom:0px;padding-left:30px}.widget-area .widget{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px}.footer-widgets-container{padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px}.inside-site-info{padding-right:30px;padding-left:30px}.entry-content .alignwide{margin-left:-16px;width:calc(100% + 32px);max-width:calc(100% + 32px)}body:not(.no-sidebar) .entry-content .alignfull{margin-left:-16px;width:calc(100% + 32px);max-width:calc(100% + 32px)}}@media(max-width: 768px){.main-navigation .menu-bar-item:hover>a{background:none;color:#fff}.main-navigation .menu-bar-item>a{line-height:47px}.main-navigation .menu-bar-item.sfHover>a{background:none;color:#fff}.main-navigation .menu-toggle{display:block;line-height:47px}.main-navigation ul{display:none}.main-navigation:not(.slideout-navigation):not(.toggled) .main-nav>ul{display:none}.main-navigation .main-nav ul li a{line-height:47px}.main-navigation .mobile-bar-items a{line-height:47px}.main-navigation .site-logo.navigation-logo img{height:47px}.sidebar-nav-mobile:not(#sticky-placeholder){display:block}.gen-sidebar-nav{display:none}.has-inline-mobile-toggle #site-navigation .inside-navigation>*:not(.navigation-search):not(.main-nav){display:none}.nav-align-right .inside-navigation{justify-content:space-between}.nav-align-center .inside-navigation{justify-content:space-between}.navigation-branding .main-title{font-size:20px}.mobile-header-navigation .site-logo.mobile-header-logo img{height:47px}.navigation-search input[type=search]{height:47px}}@media(min-width: 769px)and (max-width: 1024px){.main-navigation:not(.slideout-navigation) a{font-size:11px}.main-navigation:not(.slideout-navigation) .main-nav ul ul li a{font-size:10px}.main-navigation .menu-toggle{font-size:11px}.main-navigation .menu-bar-items{font-size:11px}.main-navigation.sticky-navigation-transition .main-nav>ul>li>a{line-height:52px}.main-navigation.sticky-navigation-transition .menu-bar-item>a{line-height:52px}.main-navigation.sticky-navigation-transition .site-logo img{height:52px}.main-navigation.sticky-navigation-transition .navigation-search input[type=search]{height:52px}.main-navigation.sticky-navigation-transition .navigation-branding img{height:52px}.sticky-navigation-transition .menu-toggle{line-height:52px}.sticky-navigation-transition .navigation-branding .main-title{line-height:52px}}@media(min-width: 1025px){.main-navigation.sticky-navigation-transition .main-nav>ul>li>a{line-height:52px}.main-navigation.sticky-navigation-transition .menu-bar-item>a{line-height:52px}.main-navigation.sticky-navigation-transition .site-logo img{height:52px}.main-navigation.sticky-navigation-transition .navigation-search input[type=search]{height:52px}.main-navigation.sticky-navigation-transition .navigation-branding img{height:52px}.sticky-navigation-transition .menu-toggle{line-height:52px}.sticky-navigation-transition .navigation-branding .main-title{line-height:52px}}.secondary-navigation{z-index:99;padding:0}.secondary-navigation .inside-navigation{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between}.secondary-navigation ul{list-style:none;margin:0;padding-left:0}.secondary-navigation ul ul{display:block;box-shadow:0 2px 2px rgba(0,0,0,.1);float:left;position:absolute;left:-99999px;opacity:0;z-index:99999;width:200px;text-align:left;top:auto;transition:opacity 80ms linear;transition-delay:0s;pointer-events:none;height:0;overflow:hidden}.secondary-navigation ul ul li{width:100%}.secondary-navigation ul ul li a{line-height:normal;font-size:90%}.secondary-navigation li{position:relative}.secondary-navigation a{display:block;text-decoration:none}.secondary-navigation .main-nav>ul{display:flex;flex-wrap:wrap}.secondary-navigation .main-nav ul ul li a{line-height:normal;font-size:12px;padding-left:20px;padding-right:20px;padding-top:10px;padding-bottom:10px}.secondary-navigation .main-nav ul li.menu-item-has-children>a{padding-right:0;position:relative}.secondary-navigation .main-nav ul li a{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px}.secondary-navigation .menu-toggle{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px;margin:0}.secondary-navigation .menu-item-has-children .dropdown-menu-toggle{padding-right:20px}.secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-10px}.secondary-navigation .secondary-menu-bar-items{display:flex;align-items:center;font-size:13px}.secondary-navigation .menu-bar-item{position:relative}.secondary-navigation .menu-bar-item>a{font-family:inherit;font-weight:400;text-transform:none;font-size:13px;padding-left:20px;padding-right:20px;line-height:40px}.secondary-navigation .menu-bar-item.search-item{z-index:20}.secondary-navigation .top-bar{background:0 0}.secondary-navigation .top-bar a{display:inline}.secondary-navigation .inside-top-bar{padding:0}.secondary-navigation.sub-menu-left .sub-menu{right:0}.dropdown-hover .secondary-navigation:not(.toggled) ul li.sfHover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.dropdown-hover .secondary-navigation:not(.toggled) ul li:hover>ul{left:auto;opacity:1;transition-delay:150ms;pointer-events:auto;height:auto;overflow:visible}.dropdown-hover .secondary-navigation:not(.toggled) ul ul li.sfHover>ul{left:100%;top:0}.dropdown-hover .secondary-navigation:not(.toggled) ul ul li:hover>ul{left:100%;top:0}.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover>ul{right:100%;top:0;left:auto}.dropdown-hover .secondary-navigation.sub-menu-left:not(.toggled) ul ul li:hover>ul{right:100%;top:0;left:auto}.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li.sfHover>ul{top:0;left:100%;width:220px}.dropdown-hover .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{top:0;left:100%;width:220px}.secondary-nav-float-right .header-widget{margin-left:20px}.secondary-nav-float-right .secondary-navigation{margin-left:auto}.secondary-nav-float-right .secondary-navigation .main-nav ul ul li a{line-height:normal}.secondary-nav-float-right .secondary-navigation ul ul ul{top:0}.secondary-nav-float-right .multi-navigation-wrapper{margin-left:auto}.secondary-nav-float-left .multi-navigation-wrapper{margin-right:auto}.secondary-nav-float-left .secondary-navigation{margin-right:auto}.secondary-nav-float-left .site-branding{order:5}.secondary-nav-float-left .site-logo{order:5}.secondary-nav-float-left:not(.nav-float-right) .header-widget{order:-10;margin-left:0;margin-right:20px}.secondary-nav-float-left.nav-float-right .site-branding{margin-left:auto;margin-right:auto}.secondary-nav-float-left.nav-float-right .site-logo{margin-left:auto;margin-right:auto}.secondary-nav-float-left.nav-float-right .header-widget{order:10}.secondary-nav-float-left.nav-float-right .inside-header .main-navigation{order:10}.secondary-nav-float-right.nav-float-left .secondary-navigation{order:10}.multi-navigation-wrapper{display:flex;flex-direction:column}.widget-area .secondary-navigation li{display:block;float:none;margin:0;padding:0;width:100%}.widget-area .secondary-navigation ul ul{left:100%;top:0;width:220px}.secondary-nav-aligned-right .secondary-navigation .inside-navigation{justify-content:flex-end}.secondary-nav-aligned-right .secondary-navigation .top-bar{margin-right:auto}.secondary-nav-aligned-right .secondary-navigation .top-bar .inside-top-bar .widget{margin:0 10px}.secondary-nav-aligned-right.rtl .secondary-navigation .inside-navigation{justify-content:flex-start}.secondary-nav-aligned-center .secondary-navigation .inside-navigation{justify-content:center}.secondary-nav-aligned-center .secondary-navigation .main-nav>ul{justify-content:center}.secondary-nav-aligned-center .secondary-navigation.has-top-bar .inside-top-bar{justify-content:center}.secondary-nav-aligned-center .secondary-navigation.has-top-bar .inside-navigation{display:block}.secondary-nav-aligned-left.rtl .secondary-navigation .inside-navigation{justify-content:flex-end}.dropdown-click .secondary-navigation ul ul{visibility:hidden}.dropdown-click .secondary-navigation ul ul ul.toggled-on{left:0;top:auto;position:relative}.dropdown-click .secondary-navigation ul li.sfHover>ul.toggled-on{left:auto;opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible}.dropdown-click .secondary-navigation ul.toggled-on{left:auto;opacity:1;visibility:visible;pointer-events:auto;height:auto;overflow:visible}.dropdown-click .widget-area .secondary-navigation ul ul{top:auto;position:absolute;float:none;width:100%;left:-99999px}.dropdown-click .widget-area .secondary-navigation ul ul.toggled-on{position:relative;left:0;right:0}.both-right .widget-area .secondary-navigation ul ul{left:auto;right:100%}.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul{left:auto;right:100%}.right-sidebar .widget-area .secondary-navigation ul ul{left:auto;right:100%}.dropdown-click.both-right .widget-area .secondary-navigation ul ul{right:0}.dropdown-click.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation ul ul{right:0}.dropdown-click.right-sidebar .widget-area .secondary-navigation ul ul{right:0}.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul{right:100%;left:auto}.dropdown-hover.both-right .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{right:100%;left:auto}.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li.sfHover ul{right:100%;left:auto}.dropdown-hover.both-sidebars .widget-area .inside-right-sidebar .secondary-navigation:not(.toggled) ul li:hover ul{right:100%;left:auto}.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li.sfHover ul{right:100%;left:auto}.dropdown-hover.right-sidebar .widget-area .secondary-navigation:not(.toggled) ul li:hover ul{right:100%;left:auto}.rtl .secondary-navigation ul ul{float:right;left:auto;right:0;text-align:right}.rtl .secondary-navigation ul ul ul{left:auto;right:100%}.rtl .secondary-navigation .menu-item-has-children ul .dropdown-menu-toggle{transform:rotate(180deg)}.secondary-navigation.has-menu-bar-items .menu-toggle{flex-grow:0}.secondary-navigation.has-top-bar .menu-toggle{flex-grow:0}.secondary-nav-aligned-left .secondary-navigation .top-bar{order:2;margin-left:auto}.secondary-nav-aligned-left .secondary-navigation .top-bar .inside-top-bar .widget{margin-left:10px}.secondary-navigation{background-color:#fff}.secondary-navigation .main-nav ul li a{color:#2b1e68;font-weight:600;text-transform:uppercase;font-size:14px;line-height:45px}.secondary-navigation .main-nav ul li:hover>a{color:#fff;background-color:#2b1e68}.secondary-navigation .main-nav ul li:focus>a{color:#fff;background-color:#2b1e68}.secondary-navigation .main-nav ul ul li a{color:#202126;font-size:13px}.secondary-navigation .main-nav ul ul li:hover>a{color:#fff;background-color:#aa276f}.secondary-navigation .main-nav ul ul li:focus>a{color:#fff;background-color:#aa276f}.secondary-navigation .main-nav ul ul li.sfHover>a{color:#fff;background-color:#aa276f}.secondary-navigation .main-nav ul ul li[class*=current-menu-]>a{color:#202126;background-color:#f8f4f1}.secondary-navigation .main-nav ul ul li[class*=current-menu-]>a:hover{color:#202126;background-color:#f8f4f1}.secondary-navigation .main-nav ul ul li[class*=current-menu-].sfHover>a{color:#202126;background-color:#f8f4f1}.secondary-navigation .main-nav ul li.sfHover>a{color:#fff;background-color:#2b1e68}.secondary-navigation .main-nav ul li[class*=current-menu-]>a{color:#222;background-color:#fff}.secondary-navigation .main-nav ul li[class*=current-menu-]>a:hover{color:#222;background-color:#fff}.secondary-navigation .main-nav ul li[class*=current-menu-].sfHover>a{color:#222;background-color:#fff}.secondary-navigation .menu-toggle{color:#2b1e68;font-weight:600;text-transform:uppercase;font-size:14px;line-height:45px}.secondary-navigation .secondary-menu-bar-items{color:#2b1e68;font-size:14px}.secondary-navigation ul ul{background-color:#f8f4f1;top:auto}.secondary-nav-below-header .secondary-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px}.secondary-nav-above-header .secondary-navigation .inside-navigation.grid-container{padding:0px 20px 0px 20px}.secondary-menu-bar-items .menu-bar-item>a{color:#2b1e68;font-weight:600;text-transform:uppercase;font-size:14px;line-height:45px}.secondary-menu-bar-items .menu-bar-item:hover>a{color:#fff;background-color:#2b1e68}button.secondary-menu-toggle:hover{color:#2b1e68}button.secondary-menu-toggle:focus{color:#2b1e68}.widget-area .secondary-navigation{margin-bottom:16px}.secondary-navigation.toggled .dropdown-menu-toggle:before{display:none}@media(max-width: 768px){.secondary-menu-bar-items .menu-bar-item:hover>a{background:none;color:#2b1e68}}.secondary-navigation.toggled ul ul{transition:0s;visibility:hidden}.secondary-navigation.toggled ul ul.toggled-on{visibility:visible}.secondary-navigation.toggled .main-nav ul ul{position:relative;top:0;left:0;width:100%}.secondary-navigation.toggled .main-nav ul ul.toggled-on{position:relative;top:0;left:auto !important;right:auto !important;width:100%;pointer-events:auto;height:auto;opacity:1;display:block}.secondary-navigation.toggled .main-nav>ul{display:block}.secondary-navigation.toggled .main-nav .sf-menu>li{float:none;clear:both;display:block !important;text-align:left !important}.secondary-navigation.toggled .main-nav .sf-menu>li.hide-on-mobile{display:none !important}.secondary-navigation.toggled .dropdown-menu-toggle:before{content:"" !important}.secondary-navigation.toggled .sfHover>a .dropdown-menu-toggle:before{content:"" !important}.secondary-navigation.toggled .menu-item-has-children .dropdown-menu-toggle{float:right}.dropdown-hover .secondary-navigation.toggled ul li.sfHover>ul{transition-delay:0s}.dropdown-hover .secondary-navigation.toggled ul li:hover>ul{transition-delay:0s}.rtl .secondary-navigation.toggled .main-nav .sf-menu>li{text-align:right !important}@media(max-width: 768px){.secondary-navigation .menu-toggle{display:block}.secondary-navigation ul{display:none}.secondary-navigation:not(.toggled) .main-nav>ul{display:none}.secondary-navigation.toggled .main-nav{flex-basis:100%;order:3}.secondary-nav-aligned-left .secondary-navigation.has-top-bar .menu-toggle{text-align:left}.secondary-nav-aligned-left .secondary-navigation .top-bar{order:2}.secondary-nav-aligned-right .secondary-navigation.has-top-bar .menu-toggle{text-align:right}.secondary-navigation.has-top-bar .top-bar .inside-top-bar .widget{margin:0 20px}.secondary-navigation.has-top-bar .inside-navigation{justify-content:space-between}.secondary-nav-aligned-center .secondary-navigation .top-bar{flex-basis:100%}.secondary-nav-float-right .secondary-navigation{margin-left:0;width:100%;margin-top:1.5em}.secondary-nav-float-right .header-widget{margin-left:auto}.secondary-nav-float-left .multi-navigation-wrapper{margin-left:0;width:100%;margin-top:1.5em}.secondary-nav-float-left .secondary-navigation{margin-left:0;width:100%;margin-top:1.5em}.secondary-nav-float-left:not(.nav-float-right) .header-widget{margin-left:auto;margin-right:auto;order:unset}.secondary-nav-float-left .site-branding{order:unset}.secondary-nav-float-left .site-logo{order:unset}.secondary-navigation.has-menu-bar-items .inside-navigation{justify-content:space-between}}.main-navigation.offside{position:fixed;width:265px;height:100%;height:100vh;top:0;z-index:9999;overflow:auto;-webkit-overflow-scrolling:touch}.offside{left:-265px}.offside--left{left:-265px}.offside--right{left:auto;right:-265px}.offside--left.is-open{transform:translate3d(265px, 0, 0)}.offside-js--is-left .offside-sliding-element{transform:translate3d(265px, 0, 0)}.offside--right.is-open{transform:translate3d(-265px, 0, 0)}.offside-js--is-right .offside-sliding-element{transform:translate3d(-265px, 0, 0)}.offside-js--interact .offside{transition:transform .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.offside-js--interact .offside-sliding-element{transition:transform .2s cubic-bezier(0.16, 0.68, 0.43, 0.99);-webkit-backface-visibility:hidden;-webkit-perspective:1000}.offside-js--init{overflow-x:hidden}.no-csstransforms3d .offside{transform:translate3d(0, 0, 0)}.no-csstransforms3d .offside-sliding-element{overflow-x:hidden;position:relative}.no-csstransforms3d .offside--left.is-open{left:0}.no-csstransforms3d .offside--right.is-open{right:0}.no-csstransforms3d>.offside-js--is-left .offside-sliding-element{right:-265px}.no-csstransforms3d>.offside-js--is-right .offside-sliding-element{left:-265px}.slideout-overlay{z-index:100000;position:fixed;width:100%;height:100%;height:100vh;min-height:100%;top:0;right:0;bottom:0;left:0;background-color:rgba(0,0,0,.8);visibility:hidden;opacity:0;cursor:pointer;transition:visibility .2s ease,opacity .2s ease}.slideout-overlay button.slideout-exit{position:fixed;top:0;background-color:rgba(0,0,0,0);color:#fff;font-size:30px;border:0;opacity:0}.offside-js--is-open .slideout-overlay{visibility:visible;opacity:1}.slide-opened .slideout-overlay button.slideout-exit{opacity:1}.slide-opened nav.toggled .menu-toggle:before{content:""}.slide-opened .slideout-exit:not(.has-svg-icon):before{content:"";font-family:"GP Premium";line-height:1em;width:1.28571429em;text-align:center;display:inline-block}button.slideout-exit:hover{background-color:rgba(0,0,0,0)}.slideout-navigation button.slideout-exit{background:0 0;width:100%;text-align:left;padding-top:20px;padding-bottom:20px;box-sizing:border-box;border:0}.slideout-navigation button.slideout-exit:not(.has-svg-icon):before{content:"";font-family:"GP Premium";line-height:1em;width:1.28571429em;text-align:center;display:inline-block}.slideout-navigation .main-nav{margin-bottom:40px}.slideout-navigation .slideout-widget:not(:last-child){margin-bottom:40px}.slideout-navigation .slideout-widget li{float:none}.slideout-navigation .slideout-widget .menu li{float:none}.slideout-navigation .slideout-widget ul{display:block}.slideout-navigation:not(.do-overlay) .main-nav{width:100%;box-sizing:border-box}.slideout-navigation .mega-menu>ul>li{display:block;width:100% !important}.slideout-navigation .slideout-menu{display:block}.slideout-navigation .menu-item-has-children .dropdown-menu-toggle{float:right}.slideout-navigation .sfHover>a>.dropdown-menu-toggle>.gp-icon svg{transform:rotate(180deg)}.slideout-navigation .sub-menu .dropdown-menu-toggle .gp-icon svg{transform:rotate(0)}.offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit{left:260px}.offside-js--is-right.slide-opened .slideout-overlay button.slideout-exit{right:260px}.slideout-widget{margin:20px}#generate-slideout-menu{z-index:100001}#generate-slideout-menu .slideout-menu li{float:none;width:100%;clear:both;text-align:left}#generate-slideout-menu .slideout-menu li:hover>ul{display:none}#generate-slideout-menu .slideout-menu li.sfHover>ul{display:none}#generate-slideout-menu li.menu-item-float-right{float:none !important;display:inline-block;width:auto}#generate-slideout-menu.do-overlay li{text-align:center}#generate-slideout-menu.do-overlay .slideout-menu li{text-align:center}#generate-slideout-menu.main-navigation ul ul{display:none}#generate-slideout-menu.main-navigation ul ul.toggled-on{display:block !important}#generate-slideout-menu.main-navigation .main-nav ul ul{position:relative;top:0;left:0;width:100%}.slideout-toggle:not(.has-svg-icon) a:before{content:"";font-family:"GP Premium";line-height:1em;width:1.28571429em;text-align:center;display:inline-block;position:relative;top:1px}.rtl .slideout-navigation{position:fixed}.slideout-navigation.do-overlay{transform:none;transition:opacity .2s,visibility .2s;width:100%;visibility:hidden;opacity:0;text-align:center;left:0;right:0;pointer-events:none}.slideout-navigation.do-overlay .inside-navigation{display:flex;flex-direction:column;padding:10% 10% 0;max-width:700px;text-align:center}.slideout-navigation.do-overlay .inside-navigation .main-nav{margin-left:auto;margin-right:auto;min-width:250px}.slideout-navigation.do-overlay .inside-navigation .slideout-widget{margin-left:auto;margin-right:auto;min-width:250px}.slideout-navigation.do-overlay .slideout-exit{position:fixed;right:0;top:0;width:auto;font-size:25px}.slideout-navigation.do-overlay .slideout-menu li{margin-bottom:5px}.slideout-navigation.do-overlay .slideout-menu li a{display:inline-block}.slideout-navigation.do-overlay .menu-item-has-children .dropdown-menu-toggle{border-left:1px solid rgba(0,0,0,.07);padding:0 10px;margin:0 0 0 10px}.slideout-navigation.do-overlay ul ul{box-shadow:0 0 0}.slideout-navigation.do-overlay.is-open{opacity:1;visibility:visible;pointer-events:auto}.slideout-navigation.main-navigation.do-overlay .main-nav ul ul li a{font-size:1em}.nav-aligned-center .slideout-navigation{text-align:left}.nav-aligned-right .slideout-navigation{text-align:left}.slideout-both .main-navigation.toggled .main-nav>ul{display:none !important}.slideout-both .has-inline-mobile-toggle #site-navigation.toggled{margin-top:0}.slideout-desktop .main-navigation.toggled .main-nav li.slideout-toggle{display:none !important}.slideout-mobile .main-navigation.toggled .main-nav>ul{display:none !important}.slideout-mobile .has-inline-mobile-toggle #site-navigation.toggled{margin-top:0}.sf-menu>li.slideout-toggle{float:right}.gen-sidebar-nav .sf-menu>li.slideout-toggle{float:none}.off-canvas-toggle-label{padding-left:7px}.gp-icon+.off-canvas-toggle-label{padding-left:9px}@media(max-width: 768px){.slideout-overlay{top:-100px;height:calc(100% + 100px);height:calc(100vh + 100px);min-height:calc(100% + 100px)}.slideout-overlay button.slideout-exit{font-size:20px;padding:10px}.slideout-navigation.do-overlay .slideout-exit{position:static;text-align:center}}.slideout-navigation.main-navigation .main-nav ul li a{font-weight:normal;text-transform:none}.slideout-navigation{color:#fff}.slideout-navigation a{color:#fff}.slideout-navigation button.slideout-exit{color:#fff;padding-left:20px;padding-right:20px}.slide-opened nav.toggled .menu-toggle:before{display:none}@media(max-width: 768px){.menu-bar-item.slideout-toggle{display:none}}.navigation-branding{display:flex;align-items:center;order:0;margin-right:10px}.navigation-branding img{position:relative;padding:10px 0;display:block;transition:height .3s ease}.navigation-branding>div+.main-title{margin-left:10px}.navigation-branding .main-title{transition:line-height .3s ease}.navigation-branding .main-title a{font-family:inherit;font-size:inherit;font-weight:inherit;text-transform:unset}.site-logo.mobile-header-logo{display:flex;align-items:center;order:0;margin-right:10px}.site-logo.mobile-header-logo img{position:relative;padding:10px 0;display:block;transition:height .3s ease}.main-navigation.mobile-header-navigation{display:none;float:none;margin-bottom:0}.mobile-header-navigation.is_stuck{box-shadow:0 2px 2px -2px rgba(0,0,0,.2)}.main-navigation .menu-toggle{flex-grow:1;width:auto}.main-navigation:not(.slideout-navigation) .mobile-bar-items+.menu-toggle{text-align:left}.main-navigation.has-branding .menu-toggle{flex-grow:0;padding-right:20px;order:2}.main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation{justify-content:flex-start}.main-navigation.has-branding:not([class*=nav-align-]):not(.mobile-header-navigation) .menu-bar-items{margin-left:auto}.main-navigation.has-sticky-branding.navigation-stick .menu-toggle{flex-grow:0;padding-right:20px;order:2}.main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .inside-navigation{justify-content:flex-start}.main-navigation.has-sticky-branding.navigation-stick:not([class*=nav-align-]):not(.mobile-header-navigation) .menu-bar-items{margin-left:auto}.main-navigation.has-sticky-branding:not(.has-branding):not(.navigation-stick) .navigation-branding{display:none}.nav-align-right .navigation-branding{margin-right:auto}.nav-float-right .main-navigation.has-branding:not(.mobile-header-navigation) .menu-bar-items{margin-left:0}.nav-float-right .main-navigation.has-sticky-branding.navigation-stick:not(.mobile-header-navigation) .menu-bar-items{margin-left:0}.mobile-header-navigation.has-menu-bar-items .mobile-header-logo{margin-right:auto}.rtl .navigation-branding{margin-left:auto;margin-right:0}.rtl .navigation-branding>div+.main-title{margin-right:10px}.rtl .main-navigation.nav-align-right:not(.mobile-header-navigation) .navigation-branding{order:-10}.rtl .nav-align-right .navigation-branding{margin-right:10px;margin-left:10px}.rtl .nav-align-right .site-logo.mobile-header-logo{margin-left:10px}.rtl .nav-align-right .menu-bar-items{margin-right:auto}.rtl .site-logo.mobile-header-logo{margin-left:auto;margin-right:0}.rtl .nav-align-center .navigation-branding{margin-left:10px}.rtl .nav-align-center .site-logo.mobile-header-logo{margin-left:10px}.rtl .mobile-header-navigation.has-menu-bar-items .site-logo{margin-left:auto}@media(max-width: 768px){.site-header{display:none !important;opacity:0}#site-navigation{display:none !important;opacity:0}#sticky-navigation{display:none !important;opacity:0}#mobile-header{display:block !important;width:100% !important}#mobile-header .main-nav{-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}#mobile-header .main-nav>ul{display:none}#mobile-header .menu-toggle{display:block}#mobile-header .mobile-bar-items{display:block}#mobile-header.toggled .main-nav>ul{display:block}.main-navigation.has-branding.nav-align-center .menu-bar-items{margin-left:auto}.main-navigation.has-sticky-branding.navigation-stick.nav-align-center .menu-bar-items{margin-left:auto}.navigation-branding{margin-right:auto;margin-left:10px}.navigation-branding .main-title{margin-left:10px;line-height:47px}.navigation-branding img{height:47px}.mobile-header-navigation .site-logo{margin-left:10px}.main-navigation.has-branding .inside-navigation.grid-container{padding:0px}.site-logo.mobile-header-logo{height:47px}}.main-navigation.has-branding .inside-navigation.grid-container{padding:0px 24px 0px 24px}.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding{margin-left:10px}.main-navigation.has-branding.grid-container .inside-navigation:not(.grid-container){padding:0px 24px 0px 24px}.main-navigation .sticky-navigation-logo{display:none}.main-navigation.navigation-stick .site-logo:not(.mobile-header-logo){display:none}.main-navigation.navigation-stick .sticky-navigation-logo{display:block}.navigation-branding img{height:72px;width:auto}.navigation-branding .main-title{line-height:72px}.site-logo.mobile-header-logo img{height:72px;width:auto}@media print,screen and (min-width: 40em){.reveal.large,.reveal.small,.reveal.tiny,.reveal{right:auto;left:auto;margin:0 auto}}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:0;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}[data-whatintent=mouse] *,[data-whatintent=mouse] *:focus,[data-whatintent=touch] *,[data-whatintent=touch] *:focus,[data-whatinput=mouse] *,[data-whatinput=mouse] *:focus,[data-whatinput=touch] *,[data-whatinput=touch] *:focus{outline:none}[draggable=false]{-webkit-touch-callout:none;-webkit-user-select:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;line-height:1.5;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%;border-radius:0}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:0;background:rgba(0,0,0,0);line-height:1;cursor:auto}[data-whatinput=mouse] button{outline:0}pre{overflow:auto;-webkit-overflow-scrolling:touch}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{appearance:none;display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:none;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{outline:none;border:none;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=submit],[type=button]{appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}::placeholder{color:#cacaca}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:normal;line-height:1.8;color:#0a0a0a}label.middle{margin:0 0 1rem;line-height:1.5;padding:.5rem 0}.help-text{margin-top:-0.5rem;font-size:.8125rem;font-style:italic;color:#0a0a0a}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child,.input-group>:first-child.input-group-button>*{border-radius:0 0 0 0}.input-group>:last-child,.input-group>:last-child.input-group-button>*{border-radius:0 0 0 0}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label,.input-group-button,.input-group-field,.input-group-label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #cacaca;background:#e6e6e6;color:#0a0a0a;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{align-self:stretch;height:auto;padding-top:0;padding-bottom:0;font-size:1rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #cacaca}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;appearance:none;border:none;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;font-weight:normal;line-height:1.5;color:#0a0a0a;transition:box-shadow .5s,border-color .25s ease-in-out;background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>')}@media screen and (min-width: 0\0 ){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:none;background-color:#fefefe;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}select:not([multiple]){padding-top:0;padding-bottom:0}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:rgb(249,236.1,234.1)}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-0.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:bold;color:#cc4b37}.form-error.is-visible{display:block}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:bold;line-height:inherit}small{font-size:80%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-style:normal;font-weight:normal;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#cacaca}h1,.h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2,.h2{font-size:1.25rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3,.h3{font-size:1.1875rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4,.h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5,.h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6,.h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print,screen and (min-width: 40em){h1,.h1{font-size:3rem}h2,.h2{font-size:2.5rem}h3,.h3{font-size:1.9375rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#1779ba;text-decoration:none;cursor:pointer}a:hover,a:focus{color:rgb(19.78,104.06,159.96)}a img{border:0}hr{clear:both;max-width:64rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #cacaca;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ul ol,ol ul,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:bold}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}abbr,abbr[title]{border-bottom:1px dotted #0a0a0a;cursor:help;text-decoration:none}figure{margin:0}kbd{margin:0;padding:.125rem .25rem 0;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#0a0a0a}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:normal;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.cite-block,cite{display:block;color:#8a8a8a;font-size:.8125rem}.cite-block:before,cite:before{content:"— "}.code-inline,code{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#0a0a0a;display:inline;max-width:100%;word-wrap:break-word;padding:.125rem .3125rem .0625rem}.code-block{border:1px solid #cacaca;background-color:#e6e6e6;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:normal;color:#0a0a0a;display:block;overflow:auto;white-space:pre;padding:1rem;margin-bottom:1.5rem}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width: 64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:rgba(0,0,0,0) !important;color:#000 !important;print-color-adjust:economy;box-shadow:none !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.grid-container{max-width:64rem;margin-left:auto;margin-right:auto;padding-right:0.625rem;padding-left:0.625rem}@media print,screen and (min-width: 40em){.grid-container{padding-right:0.9375rem;padding-left:0.9375rem}}.grid-container.fluid{max-width:100%;margin-left:auto;margin-right:auto;padding-right:0.625rem;padding-left:0.625rem}@media print,screen and (min-width: 40em){.grid-container.fluid{padding-right:0.9375rem;padding-left:0.9375rem}}.grid-container.full{max-width:100%;margin-left:auto;margin-right:auto;padding-right:0;padding-left:0}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0;min-width:0;width:100%}.cell.auto{flex:1 1 0}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print,screen and (min-width: 40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}.grid-x>.small-12,.grid-x>.small-11,.grid-x>.small-10,.grid-x>.small-9,.grid-x>.small-8,.grid-x>.small-7,.grid-x>.small-6,.grid-x>.small-5,.grid-x>.small-4,.grid-x>.small-3,.grid-x>.small-2,.grid-x>.small-1{flex:0 0 auto}.grid-x>.small-1{width:8.3333333333%}.grid-x>.small-2{width:16.6666666667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.3333333333%}.grid-x>.small-5{width:41.6666666667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.3333333333%}.grid-x>.small-8{width:66.6666666667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.3333333333%}.grid-x>.small-11{width:91.6666666667%}.grid-x>.small-12{width:100%}@media print,screen and (min-width: 40em){.grid-x>.medium-auto{flex:1 1 0;width:auto}.grid-x>.medium-12,.grid-x>.medium-11,.grid-x>.medium-10,.grid-x>.medium-9,.grid-x>.medium-8,.grid-x>.medium-7,.grid-x>.medium-6,.grid-x>.medium-5,.grid-x>.medium-4,.grid-x>.medium-3,.grid-x>.medium-2,.grid-x>.medium-1,.grid-x>.medium-shrink{flex:0 0 auto}.grid-x>.medium-shrink{width:auto}.grid-x>.medium-1{width:8.3333333333%}.grid-x>.medium-2{width:16.6666666667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.3333333333%}.grid-x>.medium-5{width:41.6666666667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.3333333333%}.grid-x>.medium-8{width:66.6666666667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.3333333333%}.grid-x>.medium-11{width:91.6666666667%}.grid-x>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.grid-x>.large-auto{flex:1 1 0;width:auto}.grid-x>.large-12,.grid-x>.large-11,.grid-x>.large-10,.grid-x>.large-9,.grid-x>.large-8,.grid-x>.large-7,.grid-x>.large-6,.grid-x>.large-5,.grid-x>.large-4,.grid-x>.large-3,.grid-x>.large-2,.grid-x>.large-1,.grid-x>.large-shrink{flex:0 0 auto}.grid-x>.large-shrink{width:auto}.grid-x>.large-1{width:8.3333333333%}.grid-x>.large-2{width:16.6666666667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.3333333333%}.grid-x>.large-5{width:41.6666666667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.3333333333%}.grid-x>.large-8{width:66.6666666667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.3333333333%}.grid-x>.large-11{width:91.6666666667%}.grid-x>.large-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-0.625rem;margin-right:-0.625rem}@media print,screen and (min-width: 40em){.grid-margin-x{margin-left:-0.9375rem;margin-right:-0.9375rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:0.625rem;margin-right:0.625rem}@media print,screen and (min-width: 40em){.grid-margin-x>.cell{width:calc(100% - 1.875rem);margin-left:0.9375rem;margin-right:0.9375rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.small-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.small-3{width:calc(25% - 1.875rem)}.grid-margin-x>.small-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.small-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.small-6{width:calc(50% - 1.875rem)}.grid-margin-x>.small-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.small-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.small-9{width:calc(75% - 1.875rem)}.grid-margin-x>.small-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.small-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.small-12{width:calc(100% - 1.875rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.medium-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.875rem)}.grid-margin-x>.medium-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.medium-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.875rem)}.grid-margin-x>.medium-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.medium-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.875rem)}.grid-margin-x>.medium-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.medium-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.3333333333% - 1.875rem)}.grid-margin-x>.large-2{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x>.large-3{width:calc(25% - 1.875rem)}.grid-margin-x>.large-4{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x>.large-5{width:calc(41.6666666667% - 1.875rem)}.grid-margin-x>.large-6{width:calc(50% - 1.875rem)}.grid-margin-x>.large-7{width:calc(58.3333333333% - 1.875rem)}.grid-margin-x>.large-8{width:calc(66.6666666667% - 1.875rem)}.grid-margin-x>.large-9{width:calc(75% - 1.875rem)}.grid-margin-x>.large-10{width:calc(83.3333333333% - 1.875rem)}.grid-margin-x>.large-11{width:calc(91.6666666667% - 1.875rem)}.grid-margin-x>.large-12{width:calc(100% - 1.875rem)}}.grid-padding-x .grid-padding-x{margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 40em){.grid-padding-x .grid-padding-x{margin-right:-0.9375rem;margin-left:-0.9375rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-0.625rem;margin-left:-0.625rem}@media print,screen and (min-width: 40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-0.9375rem;margin-left:-0.9375rem}}.grid-padding-x>.cell{padding-right:0.625rem;padding-left:0.625rem}@media print,screen and (min-width: 40em){.grid-padding-x>.cell{padding-right:0.9375rem;padding-left:0.9375rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.3333333333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.6666666667%}.small-up-7>.cell{width:14.2857142857%}.small-up-8>.cell{width:12.5%}@media print,screen and (min-width: 40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.3333333333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.6666666667%}.medium-up-7>.cell{width:14.2857142857%}.medium-up-8>.cell{width:12.5%}}@media print,screen and (min-width: 64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.3333333333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.6666666667%}.large-up-7>.cell{width:14.2857142857%}.large-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.875rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.875rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.875rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.3333333333% - 1.875rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.875rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.875rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.6666666667% - 1.875rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.2857142857% - 1.875rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.875rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.3333333333%}.small-margin-collapse>.small-2{width:16.6666666667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.3333333333%}.small-margin-collapse>.small-5{width:41.6666666667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.3333333333%}.small-margin-collapse>.small-8{width:66.6666666667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.3333333333%}.small-margin-collapse>.small-11{width:91.6666666667%}.small-margin-collapse>.small-12{width:100%}@media print,screen and (min-width: 40em){.small-margin-collapse>.medium-1{width:8.3333333333%}.small-margin-collapse>.medium-2{width:16.6666666667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.3333333333%}.small-margin-collapse>.medium-5{width:41.6666666667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.3333333333%}.small-margin-collapse>.medium-8{width:66.6666666667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.3333333333%}.small-margin-collapse>.medium-11{width:91.6666666667%}.small-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.small-margin-collapse>.large-1{width:8.3333333333%}.small-margin-collapse>.large-2{width:16.6666666667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.3333333333%}.small-margin-collapse>.large-5{width:41.6666666667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.3333333333%}.small-margin-collapse>.large-8{width:66.6666666667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.3333333333%}.small-margin-collapse>.large-11{width:91.6666666667%}.small-margin-collapse>.large-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print,screen and (min-width: 40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.small-1{width:8.3333333333%}.medium-margin-collapse>.small-2{width:16.6666666667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.3333333333%}.medium-margin-collapse>.small-5{width:41.6666666667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.3333333333%}.medium-margin-collapse>.small-8{width:66.6666666667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.3333333333%}.medium-margin-collapse>.small-11{width:91.6666666667%}.medium-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 40em){.medium-margin-collapse>.medium-1{width:8.3333333333%}.medium-margin-collapse>.medium-2{width:16.6666666667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.3333333333%}.medium-margin-collapse>.medium-5{width:41.6666666667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.3333333333%}.medium-margin-collapse>.medium-8{width:66.6666666667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.3333333333%}.medium-margin-collapse>.medium-11{width:91.6666666667%}.medium-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.medium-margin-collapse>.large-1{width:8.3333333333%}.medium-margin-collapse>.large-2{width:16.6666666667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.3333333333%}.medium-margin-collapse>.large-5{width:41.6666666667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.3333333333%}.medium-margin-collapse>.large-8{width:66.6666666667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.3333333333%}.medium-margin-collapse>.large-11{width:91.6666666667%}.medium-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width: 40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print,screen and (min-width: 64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print,screen and (min-width: 64em){.large-margin-collapse>.small-1{width:8.3333333333%}.large-margin-collapse>.small-2{width:16.6666666667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.3333333333%}.large-margin-collapse>.small-5{width:41.6666666667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.3333333333%}.large-margin-collapse>.small-8{width:66.6666666667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.3333333333%}.large-margin-collapse>.small-11{width:91.6666666667%}.large-margin-collapse>.small-12{width:100%}}@media print,screen and (min-width: 64em){.large-margin-collapse>.medium-1{width:8.3333333333%}.large-margin-collapse>.medium-2{width:16.6666666667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.3333333333%}.large-margin-collapse>.medium-5{width:41.6666666667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.3333333333%}.large-margin-collapse>.medium-8{width:66.6666666667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.3333333333%}.large-margin-collapse>.medium-11{width:91.6666666667%}.large-margin-collapse>.medium-12{width:100%}}@media print,screen and (min-width: 64em){.large-margin-collapse>.large-1{width:8.3333333333%}.large-margin-collapse>.large-2{width:16.6666666667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.3333333333%}.large-margin-collapse>.large-5{width:41.6666666667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.3333333333%}.large-margin-collapse>.large-8{width:66.6666666667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.3333333333%}.large-margin-collapse>.large-11{width:91.6666666667%}.large-margin-collapse>.large-12{width:100%}}@media print,screen and (min-width: 64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + 1.25rem / 2)}.small-offset-1{margin-left:8.3333333333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.3333333333% + 1.25rem / 2)}.small-offset-2{margin-left:16.6666666667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.6666666667% + 1.25rem / 2)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + 1.25rem / 2)}.small-offset-4{margin-left:33.3333333333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.3333333333% + 1.25rem / 2)}.small-offset-5{margin-left:41.6666666667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.6666666667% + 1.25rem / 2)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + 1.25rem / 2)}.small-offset-7{margin-left:58.3333333333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.3333333333% + 1.25rem / 2)}.small-offset-8{margin-left:66.6666666667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.6666666667% + 1.25rem / 2)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + 1.25rem / 2)}.small-offset-10{margin-left:83.3333333333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.3333333333% + 1.25rem / 2)}.small-offset-11{margin-left:91.6666666667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.6666666667% + 1.25rem / 2)}@media print,screen and (min-width: 40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + 1.875rem / 2)}.medium-offset-1{margin-left:8.3333333333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.3333333333% + 1.875rem / 2)}.medium-offset-2{margin-left:16.6666666667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.6666666667% + 1.875rem / 2)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + 1.875rem / 2)}.medium-offset-4{margin-left:33.3333333333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.3333333333% + 1.875rem / 2)}.medium-offset-5{margin-left:41.6666666667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.6666666667% + 1.875rem / 2)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + 1.875rem / 2)}.medium-offset-7{margin-left:58.3333333333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.3333333333% + 1.875rem / 2)}.medium-offset-8{margin-left:66.6666666667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.6666666667% + 1.875rem / 2)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + 1.875rem / 2)}.medium-offset-10{margin-left:83.3333333333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.3333333333% + 1.875rem / 2)}.medium-offset-11{margin-left:91.6666666667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.6666666667% + 1.875rem / 2)}}@media print,screen and (min-width: 64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + 1.875rem / 2)}.large-offset-1{margin-left:8.3333333333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.3333333333% + 1.875rem / 2)}.large-offset-2{margin-left:16.6666666667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.6666666667% + 1.875rem / 2)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + 1.875rem / 2)}.large-offset-4{margin-left:33.3333333333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.3333333333% + 1.875rem / 2)}.large-offset-5{margin-left:41.6666666667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.6666666667% + 1.875rem / 2)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + 1.875rem / 2)}.large-offset-7{margin-left:58.3333333333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.3333333333% + 1.875rem / 2)}.large-offset-8{margin-left:66.6666666667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.6666666667% + 1.875rem / 2)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + 1.875rem / 2)}.large-offset-10{margin-left:83.3333333333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.3333333333% + 1.875rem / 2)}.large-offset-11{margin-left:91.6666666667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.6666666667% + 1.875rem / 2)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{height:auto;max-height:none}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print,screen and (min-width: 40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print,screen and (min-width: 64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}.grid-y>.small-12,.grid-y>.small-11,.grid-y>.small-10,.grid-y>.small-9,.grid-y>.small-8,.grid-y>.small-7,.grid-y>.small-6,.grid-y>.small-5,.grid-y>.small-4,.grid-y>.small-3,.grid-y>.small-2,.grid-y>.small-1{flex:0 0 auto}.grid-y>.small-1{height:8.3333333333%}.grid-y>.small-2{height:16.6666666667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.3333333333%}.grid-y>.small-5{height:41.6666666667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.3333333333%}.grid-y>.small-8{height:66.6666666667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.3333333333%}.grid-y>.small-11{height:91.6666666667%}.grid-y>.small-12{height:100%}@media print,screen and (min-width: 40em){.grid-y>.medium-auto{flex:1 1 0;height:auto}.grid-y>.medium-12,.grid-y>.medium-11,.grid-y>.medium-10,.grid-y>.medium-9,.grid-y>.medium-8,.grid-y>.medium-7,.grid-y>.medium-6,.grid-y>.medium-5,.grid-y>.medium-4,.grid-y>.medium-3,.grid-y>.medium-2,.grid-y>.medium-1,.grid-y>.medium-shrink{flex:0 0 auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.3333333333%}.grid-y>.medium-2{height:16.6666666667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.3333333333%}.grid-y>.medium-5{height:41.6666666667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.3333333333%}.grid-y>.medium-8{height:66.6666666667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.3333333333%}.grid-y>.medium-11{height:91.6666666667%}.grid-y>.medium-12{height:100%}}@media print,screen and (min-width: 64em){.grid-y>.large-auto{flex:1 1 0;height:auto}.grid-y>.large-12,.grid-y>.large-11,.grid-y>.large-10,.grid-y>.large-9,.grid-y>.large-8,.grid-y>.large-7,.grid-y>.large-6,.grid-y>.large-5,.grid-y>.large-4,.grid-y>.large-3,.grid-y>.large-2,.grid-y>.large-1,.grid-y>.large-shrink{flex:0 0 auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.3333333333%}.grid-y>.large-2{height:16.6666666667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.3333333333%}.grid-y>.large-5{height:41.6666666667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.3333333333%}.grid-y>.large-8{height:66.6666666667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.3333333333%}.grid-y>.large-11{height:91.6666666667%}.grid-y>.large-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-0.625rem;margin-bottom:-0.625rem}@media print,screen and (min-width: 40em){.grid-padding-y .grid-padding-y{margin-top:-0.9375rem;margin-bottom:-0.9375rem}}.grid-padding-y>.cell{padding-top:0.625rem;padding-bottom:0.625rem}@media print,screen and (min-width: 40em){.grid-padding-y>.cell{padding-top:0.9375rem;padding-bottom:0.9375rem}}.grid-margin-y{margin-top:-0.625rem;margin-bottom:-0.625rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:-0.9375rem;margin-bottom:-0.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:0.625rem;margin-bottom:0.625rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:0.9375rem;margin-bottom:0.9375rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print,screen and (min-width: 40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}@media print,screen and (min-width: 64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;min-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}}.grid-y.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}@media print,screen and (min-width: 40em){.grid-y.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}@media print,screen and (min-width: 64em){.grid-y.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;width:auto}}.cell .grid-y.grid-frame{height:100%}@media print,screen and (min-width: 40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print,screen and (min-width: 64em){.cell .grid-y.large-grid-frame{height:100%}}.grid-margin-y{margin-top:-0.625rem;margin-bottom:-0.625rem}@media print,screen and (min-width: 40em){.grid-margin-y{margin-top:-0.9375rem;margin-bottom:-0.9375rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:0.625rem;margin-bottom:0.625rem}@media print,screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.875rem);margin-top:0.9375rem;margin-bottom:0.9375rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print,screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.small-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.small-3{height:calc(25% - 1.875rem)}.grid-margin-y>.small-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.small-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.small-6{height:calc(50% - 1.875rem)}.grid-margin-y>.small-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.small-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.small-9{height:calc(75% - 1.875rem)}.grid-margin-y>.small-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.small-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.small-12{height:calc(100% - 1.875rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.medium-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.875rem)}.grid-margin-y>.medium-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.medium-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.875rem)}.grid-margin-y>.medium-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.medium-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.875rem)}.grid-margin-y>.medium-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.medium-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.3333333333% - 1.875rem)}.grid-margin-y>.large-2{height:calc(16.6666666667% - 1.875rem)}.grid-margin-y>.large-3{height:calc(25% - 1.875rem)}.grid-margin-y>.large-4{height:calc(33.3333333333% - 1.875rem)}.grid-margin-y>.large-5{height:calc(41.6666666667% - 1.875rem)}.grid-margin-y>.large-6{height:calc(50% - 1.875rem)}.grid-margin-y>.large-7{height:calc(58.3333333333% - 1.875rem)}.grid-margin-y>.large-8{height:calc(66.6666666667% - 1.875rem)}.grid-margin-y>.large-9{height:calc(75% - 1.875rem)}.grid-margin-y>.large-10{height:calc(83.3333333333% - 1.875rem)}.grid-margin-y>.large-11{height:calc(91.6666666667% - 1.875rem)}.grid-margin-y>.large-12{height:calc(100% - 1.875rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print,screen and (min-width: 40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.875rem)}}@media print,screen and (min-width: 64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.875rem)}}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem 0;border:1px solid rgba(0,0,0,0);border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-family:inherit;font-size:.9rem;-webkit-appearance:none;line-height:1;text-align:center;cursor:pointer;padding:.85em 1em}[data-whatinput=mouse] .button{outline:0}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button,.button.disabled,.button[disabled],.button.disabled:hover,.button[disabled]:hover,.button.disabled:focus,.button[disabled]:focus{background-color:#1779ba;color:#fefefe}.button:hover,.button:focus{background-color:rgb(19.55,102.85,158.1);color:#fefefe}.button.primary,.button.primary.disabled,.button.primary[disabled],.button.primary.disabled:hover,.button.primary[disabled]:hover,.button.primary.disabled:focus,.button.primary[disabled]:focus{background-color:#1779ba;color:#fefefe}.button.primary:hover,.button.primary:focus{background-color:rgb(18.4,96.8,148.8);color:#fefefe}.button.secondary,.button.secondary.disabled,.button.secondary[disabled],.button.secondary.disabled:hover,.button.secondary[disabled]:hover,.button.secondary.disabled:focus,.button.secondary[disabled]:focus{background-color:#767676;color:#fefefe}.button.secondary:hover,.button.secondary:focus{background-color:rgb(94.4,94.4,94.4);color:#fefefe}.button.success,.button.success.disabled,.button.success[disabled],.button.success.disabled:hover,.button.success[disabled]:hover,.button.success.disabled:focus,.button.success[disabled]:focus{background-color:#3adb76;color:#0a0a0a}.button.success:hover,.button.success:focus{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#0a0a0a}.button.warning,.button.warning.disabled,.button.warning[disabled],.button.warning.disabled:hover,.button.warning[disabled]:hover,.button.warning.disabled:focus,.button.warning[disabled]:focus{background-color:#ffae00;color:#0a0a0a}.button.warning:hover,.button.warning:focus{background-color:rgb(204,139.2,0);color:#0a0a0a}.button.alert,.button.alert.disabled,.button.alert[disabled],.button.alert.disabled:hover,.button.alert[disabled]:hover,.button.alert.disabled:focus,.button.alert[disabled]:focus{background-color:#cc4b37;color:#fefefe}.button.alert:hover,.button.alert:focus{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#fefefe}.button.hollow,.button.hollow:hover,.button.hollow:focus,.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:rgba(0,0,0,0)}.button.hollow,.button.hollow.disabled,.button.hollow[disabled],.button.hollow.disabled:hover,.button.hollow[disabled]:hover,.button.hollow.disabled:focus,.button.hollow[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button.hollow:hover,.button.hollow:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.primary,.button.hollow.primary.disabled,.button.hollow.primary[disabled],.button.hollow.primary.disabled:hover,.button.hollow.primary[disabled]:hover,.button.hollow.primary.disabled:focus,.button.hollow.primary[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button.hollow.secondary,.button.hollow.secondary.disabled,.button.hollow.secondary[disabled],.button.hollow.secondary.disabled:hover,.button.hollow.secondary[disabled]:hover,.button.hollow.secondary.disabled:focus,.button.hollow.secondary[disabled]:focus{border:1px solid #767676;color:#767676}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#3b3b3b;color:#3b3b3b}.button.hollow.success,.button.hollow.success.disabled,.button.hollow.success[disabled],.button.hollow.success.disabled:hover,.button.hollow.success[disabled]:hover,.button.hollow.success.disabled:focus,.button.hollow.success[disabled]:focus{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:hover,.button.hollow.success:focus{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.hollow.warning,.button.hollow.warning.disabled,.button.hollow.warning[disabled],.button.hollow.warning.disabled:hover,.button.hollow.warning[disabled]:hover,.button.hollow.warning.disabled:focus,.button.hollow.warning[disabled]:focus{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button.hollow.alert,.button.hollow.alert.disabled,.button.hollow.alert[disabled],.button.hollow.alert.disabled:hover,.button.hollow.alert[disabled]:hover,.button.hollow.alert.disabled:focus,.button.hollow.alert[disabled]:focus{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button.clear,.button.clear:hover,.button.clear:focus,.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear.disabled:hover,.button.clear[disabled]:hover,.button.clear.disabled:focus,.button.clear[disabled]:focus{color:#1779ba}.button.clear:hover,.button.clear:focus{color:rgb(11.5,60.5,93)}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary.disabled:hover,.button.clear.primary[disabled]:hover,.button.clear.primary.disabled:focus,.button.clear.primary[disabled]:focus{color:#1779ba}.button.clear.primary:hover,.button.clear.primary:focus{color:rgb(11.5,60.5,93)}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary.disabled:hover,.button.clear.secondary[disabled]:hover,.button.clear.secondary.disabled:focus,.button.clear.secondary[disabled]:focus{color:#767676}.button.clear.secondary:hover,.button.clear.secondary:focus{color:#3b3b3b}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success.disabled:hover,.button.clear.success[disabled]:hover,.button.clear.success.disabled:focus,.button.clear.success[disabled]:focus{color:#3adb76}.button.clear.success:hover,.button.clear.success:focus{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning.disabled:hover,.button.clear.warning[disabled]:hover,.button.clear.warning.disabled:focus,.button.clear.warning[disabled]:focus{color:#ffae00}.button.clear.warning:hover,.button.clear.warning:focus{color:rgb(127.5,87,0)}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert.disabled:hover,.button.clear.alert[disabled]:hover,.button.clear.alert.disabled:focus,.button.clear.alert[disabled]:focus{color:#cc4b37}.button.clear.alert:hover,.button.clear.alert:focus{color:rgb(103.187250996,36.6314741036,26.312749004)}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.dropdown::after{display:block;width:0;height:0;border-style:solid;border-width:.4em;content:"";border-bottom-width:0;border-color:#fefefe rgba(0,0,0,0) rgba(0,0,0,0);position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.dropdown.hollow::after,.button.dropdown.clear::after{border-top-color:#1779ba}.button.dropdown.hollow.primary::after,.button.dropdown.clear.primary::after{border-top-color:#1779ba}.button.dropdown.hollow.secondary::after,.button.dropdown.clear.secondary::after{border-top-color:#767676}.button.dropdown.hollow.success::after,.button.dropdown.clear.success::after{border-top-color:#3adb76}.button.dropdown.hollow.warning::after,.button.dropdown.clear.warning::after{border-top-color:#ffae00}.button.dropdown.hollow.alert::after,.button.dropdown.clear.alert::after{border-top-color:#cc4b37}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}.button-group{margin-bottom:1rem;display:flex;flex-wrap:wrap;align-items:stretch;flex-grow:1}.button-group::before,.button-group::after{display:none}.button-group::before,.button-group::after{display:table;content:" ";flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button,.button-group.primary .button.disabled,.button-group.primary .button[disabled],.button-group.primary .button.disabled:hover,.button-group.primary .button[disabled]:hover,.button-group.primary .button.disabled:focus,.button-group.primary .button[disabled]:focus{background-color:#1779ba;color:#fefefe}.button-group.primary .button:hover,.button-group.primary .button:focus{background-color:rgb(18.4,96.8,148.8);color:#fefefe}.button-group.secondary .button,.button-group.secondary .button.disabled,.button-group.secondary .button[disabled],.button-group.secondary .button.disabled:hover,.button-group.secondary .button[disabled]:hover,.button-group.secondary .button.disabled:focus,.button-group.secondary .button[disabled]:focus{background-color:#767676;color:#fefefe}.button-group.secondary .button:hover,.button-group.secondary .button:focus{background-color:rgb(94.4,94.4,94.4);color:#fefefe}.button-group.success .button,.button-group.success .button.disabled,.button-group.success .button[disabled],.button-group.success .button.disabled:hover,.button-group.success .button[disabled]:hover,.button-group.success .button.disabled:focus,.button-group.success .button[disabled]:focus{background-color:#3adb76;color:#0a0a0a}.button-group.success .button:hover,.button-group.success .button:focus{background-color:rgb(34.2386266094,187.3613733906,91.3030042918);color:#0a0a0a}.button-group.warning .button,.button-group.warning .button.disabled,.button-group.warning .button[disabled],.button-group.warning .button.disabled:hover,.button-group.warning .button[disabled]:hover,.button-group.warning .button.disabled:focus,.button-group.warning .button[disabled]:focus{background-color:#ffae00;color:#0a0a0a}.button-group.warning .button:hover,.button-group.warning .button:focus{background-color:rgb(204,139.2,0);color:#0a0a0a}.button-group.alert .button,.button-group.alert .button.disabled,.button-group.alert .button[disabled],.button-group.alert .button.disabled:hover,.button-group.alert .button[disabled]:hover,.button-group.alert .button.disabled:focus,.button-group.alert .button[disabled]:focus{background-color:#cc4b37;color:#fefefe}.button-group.alert .button:hover,.button-group.alert .button:focus{background-color:rgb(165.0996015936,58.6103585657,42.1003984064);color:#fefefe}.button-group.hollow .button,.button-group.hollow .button:hover,.button-group.hollow .button:focus,.button-group.hollow .button.disabled,.button-group.hollow .button.disabled:hover,.button-group.hollow .button.disabled:focus,.button-group.hollow .button[disabled],.button-group.hollow .button[disabled]:hover,.button-group.hollow .button[disabled]:focus{background-color:rgba(0,0,0,0)}.button-group.hollow .button,.button-group.hollow .button.disabled,.button-group.hollow .button[disabled],.button-group.hollow .button.disabled:hover,.button-group.hollow .button[disabled]:hover,.button-group.hollow .button.disabled:focus,.button-group.hollow .button[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button-group.hollow .button:hover,.button-group.hollow .button:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow.primary .button,.button-group.hollow.primary .button.disabled,.button-group.hollow.primary .button[disabled],.button-group.hollow.primary .button.disabled:hover,.button-group.hollow.primary .button[disabled]:hover,.button-group.hollow.primary .button.disabled:focus,.button-group.hollow.primary .button[disabled]:focus,.button-group.hollow .button.primary,.button-group.hollow .button.primary.disabled,.button-group.hollow .button.primary[disabled],.button-group.hollow .button.primary.disabled:hover,.button-group.hollow .button.primary[disabled]:hover,.button-group.hollow .button.primary.disabled:focus,.button-group.hollow .button.primary[disabled]:focus{border:1px solid #1779ba;color:#1779ba}.button-group.hollow.primary .button:hover,.button-group.hollow.primary .button:focus,.button-group.hollow .button.primary:hover,.button-group.hollow .button.primary:focus{border-color:rgb(11.5,60.5,93);color:rgb(11.5,60.5,93)}.button-group.hollow.secondary .button,.button-group.hollow.secondary .button.disabled,.button-group.hollow.secondary .button[disabled],.button-group.hollow.secondary .button.disabled:hover,.button-group.hollow.secondary .button[disabled]:hover,.button-group.hollow.secondary .button.disabled:focus,.button-group.hollow.secondary .button[disabled]:focus,.button-group.hollow .button.secondary,.button-group.hollow .button.secondary.disabled,.button-group.hollow .button.secondary[disabled],.button-group.hollow .button.secondary.disabled:hover,.button-group.hollow .button.secondary[disabled]:hover,.button-group.hollow .button.secondary.disabled:focus,.button-group.hollow .button.secondary[disabled]:focus{border:1px solid #767676;color:#767676}.button-group.hollow.secondary .button:hover,.button-group.hollow.secondary .button:focus,.button-group.hollow .button.secondary:hover,.button-group.hollow .button.secondary:focus{border-color:#3b3b3b;color:#3b3b3b}.button-group.hollow.success .button,.button-group.hollow.success .button.disabled,.button-group.hollow.success .button[disabled],.button-group.hollow.success .button.disabled:hover,.button-group.hollow.success .button[disabled]:hover,.button-group.hollow.success .button.disabled:focus,.button-group.hollow.success .button[disabled]:focus,.button-group.hollow .button.success,.button-group.hollow .button.success.disabled,.button-group.hollow .button.success[disabled],.button-group.hollow .button.success.disabled:hover,.button-group.hollow .button.success[disabled]:hover,.button-group.hollow .button.success.disabled:focus,.button-group.hollow .button.success[disabled]:focus{border:1px solid #3adb76;color:#3adb76}.button-group.hollow.success .button:hover,.button-group.hollow.success .button:focus,.button-group.hollow .button.success:hover,.button-group.hollow .button.success:focus{border-color:rgb(21.3991416309,117.1008583691,57.0643776824);color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.hollow.warning .button,.button-group.hollow.warning .button.disabled,.button-group.hollow.warning .button[disabled],.button-group.hollow.warning .button.disabled:hover,.button-group.hollow.warning .button[disabled]:hover,.button-group.hollow.warning .button.disabled:focus,.button-group.hollow.warning .button[disabled]:focus,.button-group.hollow .button.warning,.button-group.hollow .button.warning.disabled,.button-group.hollow .button.warning[disabled],.button-group.hollow .button.warning.disabled:hover,.button-group.hollow .button.warning[disabled]:hover,.button-group.hollow .button.warning.disabled:focus,.button-group.hollow .button.warning[disabled]:focus{border:1px solid #ffae00;color:#ffae00}.button-group.hollow.warning .button:hover,.button-group.hollow.warning .button:focus,.button-group.hollow .button.warning:hover,.button-group.hollow .button.warning:focus{border-color:rgb(127.5,87,0);color:rgb(127.5,87,0)}.button-group.hollow.alert .button,.button-group.hollow.alert .button.disabled,.button-group.hollow.alert .button[disabled],.button-group.hollow.alert .button.disabled:hover,.button-group.hollow.alert .button[disabled]:hover,.button-group.hollow.alert .button.disabled:focus,.button-group.hollow.alert .button[disabled]:focus,.button-group.hollow .button.alert,.button-group.hollow .button.alert.disabled,.button-group.hollow .button.alert[disabled],.button-group.hollow .button.alert.disabled:hover,.button-group.hollow .button.alert[disabled]:hover,.button-group.hollow .button.alert.disabled:focus,.button-group.hollow .button.alert[disabled]:focus{border:1px solid #cc4b37;color:#cc4b37}.button-group.hollow.alert .button:hover,.button-group.hollow.alert .button:focus,.button-group.hollow .button.alert:hover,.button-group.hollow .button.alert:focus{border-color:rgb(103.187250996,36.6314741036,26.312749004);color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.clear .button,.button-group.clear .button:hover,.button-group.clear .button:focus,.button-group.clear .button.disabled,.button-group.clear .button.disabled:hover,.button-group.clear .button.disabled:focus,.button-group.clear .button[disabled],.button-group.clear .button[disabled]:hover,.button-group.clear .button[disabled]:focus{border-color:rgba(0,0,0,0);background-color:rgba(0,0,0,0)}.button-group.clear .button,.button-group.clear .button.disabled,.button-group.clear .button[disabled],.button-group.clear .button.disabled:hover,.button-group.clear .button[disabled]:hover,.button-group.clear .button.disabled:focus,.button-group.clear .button[disabled]:focus{color:#1779ba}.button-group.clear .button:hover,.button-group.clear .button:focus{color:rgb(11.5,60.5,93)}.button-group.clear.primary .button,.button-group.clear.primary .button.disabled,.button-group.clear.primary .button[disabled],.button-group.clear.primary .button.disabled:hover,.button-group.clear.primary .button[disabled]:hover,.button-group.clear.primary .button.disabled:focus,.button-group.clear.primary .button[disabled]:focus,.button-group.clear .button.primary,.button-group.clear .button.primary.disabled,.button-group.clear .button.primary[disabled],.button-group.clear .button.primary.disabled:hover,.button-group.clear .button.primary[disabled]:hover,.button-group.clear .button.primary.disabled:focus,.button-group.clear .button.primary[disabled]:focus{color:#1779ba}.button-group.clear.primary .button:hover,.button-group.clear.primary .button:focus,.button-group.clear .button.primary:hover,.button-group.clear .button.primary:focus{color:rgb(11.5,60.5,93)}.button-group.clear.secondary .button,.button-group.clear.secondary .button.disabled,.button-group.clear.secondary .button[disabled],.button-group.clear.secondary .button.disabled:hover,.button-group.clear.secondary .button[disabled]:hover,.button-group.clear.secondary .button.disabled:focus,.button-group.clear.secondary .button[disabled]:focus,.button-group.clear .button.secondary,.button-group.clear .button.secondary.disabled,.button-group.clear .button.secondary[disabled],.button-group.clear .button.secondary.disabled:hover,.button-group.clear .button.secondary[disabled]:hover,.button-group.clear .button.secondary.disabled:focus,.button-group.clear .button.secondary[disabled]:focus{color:#767676}.button-group.clear.secondary .button:hover,.button-group.clear.secondary .button:focus,.button-group.clear .button.secondary:hover,.button-group.clear .button.secondary:focus{color:#3b3b3b}.button-group.clear.success .button,.button-group.clear.success .button.disabled,.button-group.clear.success .button[disabled],.button-group.clear.success .button.disabled:hover,.button-group.clear.success .button[disabled]:hover,.button-group.clear.success .button.disabled:focus,.button-group.clear.success .button[disabled]:focus,.button-group.clear .button.success,.button-group.clear .button.success.disabled,.button-group.clear .button.success[disabled],.button-group.clear .button.success.disabled:hover,.button-group.clear .button.success[disabled]:hover,.button-group.clear .button.success.disabled:focus,.button-group.clear .button.success[disabled]:focus{color:#3adb76}.button-group.clear.success .button:hover,.button-group.clear.success .button:focus,.button-group.clear .button.success:hover,.button-group.clear .button.success:focus{color:rgb(21.3991416309,117.1008583691,57.0643776824)}.button-group.clear.warning .button,.button-group.clear.warning .button.disabled,.button-group.clear.warning .button[disabled],.button-group.clear.warning .button.disabled:hover,.button-group.clear.warning .button[disabled]:hover,.button-group.clear.warning .button.disabled:focus,.button-group.clear.warning .button[disabled]:focus,.button-group.clear .button.warning,.button-group.clear .button.warning.disabled,.button-group.clear .button.warning[disabled],.button-group.clear .button.warning.disabled:hover,.button-group.clear .button.warning[disabled]:hover,.button-group.clear .button.warning.disabled:focus,.button-group.clear .button.warning[disabled]:focus{color:#ffae00}.button-group.clear.warning .button:hover,.button-group.clear.warning .button:focus,.button-group.clear .button.warning:hover,.button-group.clear .button.warning:focus{color:rgb(127.5,87,0)}.button-group.clear.alert .button,.button-group.clear.alert .button.disabled,.button-group.clear.alert .button[disabled],.button-group.clear.alert .button.disabled:hover,.button-group.clear.alert .button[disabled]:hover,.button-group.clear.alert .button.disabled:focus,.button-group.clear.alert .button[disabled]:focus,.button-group.clear .button.alert,.button-group.clear .button.alert.disabled,.button-group.clear .button.alert[disabled],.button-group.clear .button.alert.disabled:hover,.button-group.clear .button.alert[disabled]:hover,.button-group.clear .button.alert.disabled:focus,.button-group.clear .button.alert[disabled]:focus{color:#cc4b37}.button-group.clear.alert .button:hover,.button-group.clear.alert .button:focus,.button-group.clear .button.alert:hover,.button-group.clear .button.alert:focus{color:rgb(103.187250996,36.6314741036,26.312749004)}.button-group.no-gaps .button{margin-right:-.0625rem}.button-group.no-gaps .button+.button{border-left-color:rgba(0,0,0,0)}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-medium .button:last-child{margin-bottom:0}.button-group.stacked.expanded .button,.button-group.stacked-for-small.expanded .button,.button-group.stacked-for-medium.expanded .button{flex:1 1 0px}@media print,screen and (min-width: 40em){.button-group.stacked-for-small .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (min-width: 64em){.button-group.stacked-for-medium .button{flex:0 0 auto;margin-bottom:0}}@media print,screen and (max-width: 39.99875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}@media print,screen and (max-width: 63.99875em){.button-group.stacked-for-medium.expanded{display:block}.button-group.stacked-for-medium.expanded .button{display:block;margin-right:0}}.close-button{position:absolute;z-index:10;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:hover,.close-button:focus{color:#0a0a0a}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button.medium,.close-button{right:1rem;top:.5rem;font-size:2em;line-height:1}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;background:#1779ba;color:#fefefe}.label.primary{background:#1779ba;color:#fefefe}.label.secondary{background:#767676;color:#fefefe}.label.success{background:#3adb76;color:#0a0a0a}.label.warning{background:#ffae00;color:#0a0a0a}.label.alert{background:#cc4b37;color:#fefefe}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#cacaca}.progress.primary .progress-meter{background-color:#1779ba}.progress.secondary .progress-meter{background-color:#767676}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ffae00}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#1779ba}.progress-meter-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);margin:0;font-size:.75rem;font-weight:bold;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#cacaca;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{left:0;z-index:1;cursor:grab;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#1779ba;transition:all .2s ease-in-out;touch-action:manipulation;position:absolute;top:50%;transform:translateY(-50%)}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:rgb(19.55,102.85,158.1)}.slider-handle.is-dragging{transition:all 0s linear;cursor:grabbing}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scale(1, -1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.switch{position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:bold;color:#fefefe;user-select:none;height:2rem}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#cacaca;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translate3d(0, 0, 0);border-radius:0;background:#fefefe;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#1779ba}input:checked~.switch-paddle::after{left:2.25rem}input:focus-visible~.switch-paddle{background:rgb(181.8,181.8,181.8)}input:focus-visible~.switch-paddle::after{background:#fefefe}input:checked:focus-visible~.switch-paddle{background:rgb(19.55,102.85,158.1)}input:disabled~.switch-paddle{cursor:not-allowed;opacity:.5}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-inactive,.switch-active{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle::after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle::after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle::after{left:2.75rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:0}thead,tbody,tfoot{border:1px solid rgb(241.3,241.3,241.3);background-color:#fefefe}caption{padding:.5rem .625rem .625rem;font-weight:bold}thead{background:hsl(0,0%,97.1176470588%);color:#0a0a0a}tfoot{background:rgb(241.3,241.3,241.3);color:#0a0a0a}thead tr,tfoot tr{background:rgba(0,0,0,0)}thead th,thead td,tfoot th,tfoot td{padding:.5rem .625rem .625rem;font-weight:bold;text-align:left}tbody th,tbody td{padding:.5rem .625rem .625rem}tbody tr:nth-child(even){border-bottom:0;background-color:rgb(241.3,241.3,241.3)}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:1px solid rgb(241.3,241.3,241.3);background-color:#fefefe}@media print,screen and (max-width: 63.99875em){table.stack thead{display:none}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:hsl(0,0%,95.1176470588%)}table.hover tfoot tr:hover{background-color:rgb(236.2,236.2,236.2)}table.hover tbody tr:hover{background-color:rgb(248.9,248.9,248.9)}table.hover:not(.unstriped) tr:nth-of-type(even):hover{background-color:hsl(0,0%,92.6078431373%)}.table-scroll{overflow-x:auto}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#1779ba;color:#fefefe}.badge.primary{background:#1779ba;color:#fefefe}.badge.secondary{background:#767676;color:#fefefe}.badge.success{background:#3adb76;color:#0a0a0a}.badge.warning{background:#ffae00;color:#0a0a0a}.badge.alert{background:#cc4b37;color:#fefefe}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::before,.breadcrumbs::after{display:table;content:" ";flex-basis:0;order:1}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#0a0a0a;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:"/";color:#cacaca}.breadcrumbs a{color:#1779ba}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca;cursor:not-allowed}.callout{background-color:hsl(0,0%,99.9411764706%);color:#0a0a0a;position:relative;margin:0 0 1rem 0;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:hsl(203.9263803681,77.990430622%,91.1470588235%);color:#0a0a0a}.callout.secondary{background-color:hsl(0,0%,91.9411764706%);color:#0a0a0a}.callout.success{background-color:rgb(225.45,249.6,234.45);color:#0a0a0a}.callout.warning{background-color:rgb(255,242.85,216.75);color:#0a0a0a}.callout.alert{background-color:rgb(247.35,228,225);color:#0a0a0a}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{display:flex;flex-direction:column;flex-grow:1;margin-bottom:1rem;border:1px solid #e6e6e6;border-radius:0;background:#fefefe;box-shadow:none;overflow:hidden;color:#0a0a0a}.card>:last-child{margin-bottom:0}.card-divider{display:flex;flex:0 1 auto;padding:1rem;background:#e6e6e6}.card-divider>:last-child{margin-bottom:0}.card-section{flex:1 0 auto;padding:1rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.dropdown-pane{position:absolute;z-index:10;display:none;width:300px;padding:1rem;visibility:hidden;border:1px solid #cacaca;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{display:block;visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.pagination{margin-left:0;margin-bottom:1rem}.pagination::before,.pagination::after{display:table;content:" ";flex-basis:0;order:1}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:last-child,.pagination li:first-child{display:inline-block}@media print,screen and (min-width: 40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#0a0a0a}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#1779ba;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:not-allowed}.pagination .disabled:hover{background:rgba(0,0,0,0)}.pagination .ellipsis::after{padding:.1875rem .625rem;content:"…";color:#0a0a0a}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:.5rem;content:"«"}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:.5rem;content:"»"}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #8a8a8a;font-weight:bold;cursor:help}.tooltip{position:absolute;top:calc(100% + 0.6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#0a0a0a;font-size:80%;color:#fefefe}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-top-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a;bottom:100%}.tooltip.bottom.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-bottom-width:0;border-color:#0a0a0a rgba(0,0,0,0) rgba(0,0,0,0);top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #0a0a0a;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border-style:solid;border-width:.75rem;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #0a0a0a rgba(0,0,0,0) rgba(0,0,0,0);right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:0 0 0 0}.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:none;border-bottom:0;font-size:16px;line-height:1;color:#1779ba}:last-child:not(.is-active)>.accordion-title{border-bottom:none;border-radius:0 0 0 0}.accordion-title:hover,.accordion-title:focus{background-color:#e6e6e6}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-0.5rem;content:"+"}.is-active>.accordion-title::before{content:"–"}.accordion-content{display:none;padding:1rem;border:none;border-bottom:0;background-color:#fefefe;color:#0a0a0a}:last-child>.accordion-content:last-child{border-bottom:none}.media-object{display:flex;margin-bottom:1rem;flex-wrap:nowrap}.media-object img{max-width:none}@media print,screen and (max-width: 39.99875em){.media-object.stack-for-small{flex-wrap:wrap}}.media-object-section{flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}@media print,screen and (max-width: 39.99875em){.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;flex-basis:100%;max-width:100%}.stack-for-small .media-object-section img{width:100%}}.media-object-section.main-section{flex:1 1 0px}.orbit{position:relative}.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%;position:absolute}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(10,10,10,.5);color:#fefefe}.orbit-next,.orbit-previous{z-index:10;padding:1rem;color:#fefefe;position:absolute;top:50%;transform:translateY(-50%)}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:hover,.orbit-previous:hover,.orbit-next:active,.orbit-previous:active,.orbit-next:focus,.orbit-previous:focus{background-color:rgba(10,10,10,.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#cacaca}.orbit-bullets button:hover{background-color:#8a8a8a}.orbit-bullets button.is-active{background-color:#8a8a8a}.responsive-embed,.flex-video{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.responsive-embed.widescreen,.flex-video.widescreen{padding-bottom:56.25%}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs::before,.tabs::after{display:table;content:" ";flex-basis:0;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:rgba(0,0,0,0)}.tabs.primary{background:#1779ba}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:hover,.tabs.primary>li>a:focus{background:rgb(21.85,114.95,176.7)}.tabs-title{float:left}.tabs-title>a{display:block;padding:8px 0 0;font-size:.75rem;line-height:1;color:#1779ba}[data-whatinput=mouse] .tabs-title>a{outline:0}.tabs-title>a:hover{background:#fefefe;color:rgb(19.78,104.06,159.96)}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#1779ba}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:#0a0a0a;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;box-shadow:0 0 0 1px rgba(10,10,10,.2);line-height:0}a.thumbnail{transition:box-shadow 200ms ease-out}a.thumbnail:hover,a.thumbnail:focus{box-shadow:0 0 6px 1px rgba(23,121,186,.5)}a.thumbnail image{box-shadow:none}.menu{padding:0;margin:0;list-style:none;position:relative;display:flex;flex-wrap:wrap}[data-whatinput=mouse] .menu li{outline:0}.menu a,.menu .button{line-height:1;text-decoration:none;display:block;padding:.7rem 1rem}.menu input,.menu select,.menu a,.menu button{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{flex-wrap:wrap;flex-direction:row}.menu.vertical{flex-wrap:nowrap;flex-direction:column}.menu.vertical.icon-top li a img,.menu.vertical.icon-top li a i,.menu.vertical.icon-top li a svg,.menu.vertical.icon-bottom li a img,.menu.vertical.icon-bottom li a i,.menu.vertical.icon-bottom li a svg{text-align:left}.menu.expanded li{flex:1 1 0px}.menu.expanded.icon-top li a img,.menu.expanded.icon-top li a i,.menu.expanded.icon-top li a svg,.menu.expanded.icon-bottom li a img,.menu.expanded.icon-bottom li a i,.menu.expanded.icon-bottom li a svg{text-align:left}.menu.simple{align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print,screen and (min-width: 40em){.menu.medium-horizontal{flex-wrap:wrap;flex-direction:row}.menu.medium-vertical{flex-wrap:nowrap;flex-direction:column}.menu.medium-expanded li{flex:1 1 0px}.menu.medium-simple li{flex:1 1 0px}}@media print,screen and (min-width: 64em){.menu.large-horizontal{flex-wrap:wrap;flex-direction:row}.menu.large-vertical{flex-wrap:nowrap;flex-direction:column}.menu.large-expanded li{flex:1 1 0px}.menu.large-simple li{flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:flex}.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a{display:flex}.menu.icon-left li a,.menu.nested.icon-left li a{flex-flow:row nowrap}.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg,.menu.nested.icon-left li a img,.menu.nested.icon-left li a i,.menu.nested.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a,.menu.nested.icon-right li a{flex-flow:row nowrap}.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg,.menu.nested.icon-right li a img,.menu.nested.icon-right li a i,.menu.nested.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a,.menu.nested.icon-top li a{flex-flow:column nowrap}.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg,.menu.nested.icon-top li a img,.menu.nested.icon-top li a i,.menu.nested.icon-top li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a,.menu.nested.icon-bottom li a{flex-flow:column nowrap}.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg,.menu.nested.icon-bottom li a img,.menu.nested.icon-bottom li a i,.menu.nested.icon-bottom li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#1779ba;color:#fefefe}.menu .active>a{background:#1779ba;color:#fefefe}.menu.align-left{justify-content:flex-start}.menu.align-right li{display:flex;justify-content:flex-end}.menu.align-right li .submenu li{justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right.icon-top li a img,.menu.align-right.icon-top li a i,.menu.align-right.icon-top li a svg,.menu.align-right.icon-bottom li a img,.menu.align-right.icon-bottom li a i,.menu.align-right.icon-bottom li a svg{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:flex;justify-content:center}.menu.align-center li .submenu li{justify-content:flex-start}.menu .menu-text{padding:.7rem 1rem;font-weight:bold;line-height:1;color:inherit}.menu-centered>.menu{justify-content:center}.menu-centered>.menu li{display:flex;justify-content:center}.menu-centered>.menu li .submenu li{justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:""}.menu-icon:hover::after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#0a0a0a;box-shadow:0 7px 0 #0a0a0a,0 14px 0 #0a0a0a;content:""}.menu-icon.dark:hover::after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.accordion-menu li{width:100%}.accordion-menu a{padding:.7rem 1rem}.accordion-menu .is-accordion-submenu a{padding:.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{right:1rem;left:auto}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after{transform:rotate(180deg);transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;width:40px;height:40px;cursor:pointer}.submenu-toggle::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded=true]::after{transform:scaleY(-1);transform-origin:50% 50%}.submenu-toggle-text{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height .5s}.drilldown a{padding:.7rem 1rem;background:#fefefe}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;transition:transform .15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba;position:absolute;top:50%;margin-top:-6px;right:1rem}.drilldown.align-left .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba;right:1rem;left:auto}.drilldown.align-right .is-drilldown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:1rem}.drilldown .js-drilldown-back>a::before{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);display:inline-block;vertical-align:middle;margin-right:.75rem}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:5px;left:auto;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu>li>a{padding:.7rem 1rem}.dropdown.menu>li.is-active>a{background:rgba(0,0,0,0);color:#1779ba}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}@media print,screen and (min-width: 40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}}@media print,screen and (min-width: 64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-bottom-width:0;border-color:#1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{top:0;right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #cacaca;background:#fefefe}.dropdown .is-dropdown-submenu a{padding:.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-left-width:0;border-color:rgba(0,0,0,0) #1779ba rgba(0,0,0,0) rgba(0,0,0,0);right:auto;left:5px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border-style:solid;border-width:6px;content:"";border-right-width:0;border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #1779ba}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;background:rgba(254,254,254,.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#e6e6e6;position:fixed}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas.is-open{transform:translate(0, 0)}.off-canvas-absolute{z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#e6e6e6;position:absolute}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(10,10,10,.7)}.off-canvas-absolute.is-open{transform:translate(0, 0)}.position-left{top:0;left:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:250px;transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left{transform:translateX(-250px)}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0, 0)}.off-canvas-content.is-open-left.has-transition-push{transform:translateX(250px)}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px rgba(10,10,10,.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch;width:250px;transform:translateX(250px)}.off-canvas-content .off-canvas.position-right{transform:translateX(250px)}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0, 0)}.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-250px)}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px rgba(10,10,10,.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;height:250px;transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top{transform:translateY(-250px)}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0, 0)}.off-canvas-content.is-open-top.has-transition-push{transform:translateY(250px)}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px rgba(10,10,10,.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;height:250px;transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom{transform:translateY(250px)}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0, 0)}.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-250px)}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px rgba(10,10,10,.25)}.off-canvas-content{transform:none;backface-visibility:hidden}.off-canvas-content.has-transition-overlap,.off-canvas-content.has-transition-push{transition:transform .5s ease}.off-canvas-content.has-transition-push{transform:translate(0, 0)}.off-canvas-content .off-canvas.is-open{transform:translate(0, 0)}@media print,screen and (min-width: 40em){.position-left.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width: 64em){.position-left.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large~.off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:250px}}@media print,screen and (min-width: 40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:none;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top,.off-canvas.in-canvas-for-medium.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print,screen and (min-width: 64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:none;width:auto;overflow:visible;transition:none}.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top,.off-canvas.in-canvas-for-large.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}html.is-reveal-open{position:fixed;width:100%;overflow-y:hidden}html.is-reveal-open.zf-has-scroll{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.is-reveal-open body{overflow-y:hidden}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(10,10,10,.45);overflow-y:auto;-webkit-overflow-scrolling:touch}.reveal{position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:1006;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #cacaca;border-radius:0;background-color:#fefefe}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width: 40em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width: 40em){.reveal{width:600px;max-width:64rem}}.reveal.collapse{padding:0}@media print,screen and (min-width: 40em){.reveal.tiny{width:30%;max-width:64rem}}@media print,screen and (min-width: 40em){.reveal.small{width:50%;max-width:64rem}}@media print,screen and (min-width: 40em){.reveal.large{width:90%;max-width:64rem}}.reveal.full{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}@media print,screen and (max-width: 39.99875em){.reveal{top:0;right:0;bottom:0;left:0;width:100%;max-width:none;height:100%;min-height:100%;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.sticky-container{position:relative}.sticky{position:relative;z-index:0;transform:translate3d(0, 0, 0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.title-bar{padding:.5rem;background:#0a0a0a;color:#fefefe;display:flex;justify-content:flex-start;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:bold}.top-bar{padding:.5rem;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar{flex-wrap:wrap}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:0 0 100%;max-width:100%}@media print,screen and (min-width: 40em){.top-bar{flex-wrap:nowrap}.top-bar .top-bar-left{flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{flex:0 1 auto;margin-left:auto}}@media print,screen and (max-width: 63.99875em){.top-bar.stacked-for-medium{flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media print,screen and (max-width: 74.99875em){.top-bar.stacked-for-large{flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar-title{flex:0 0 auto;margin:.5rem 1rem .5rem 0}.top-bar-left,.top-bar-right{flex:0 0 auto}.float-left{float:left !important}.float-right{float:right !important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::before,.clearfix::after{display:table;content:" ";flex-basis:0;order:1}.clearfix::after{clear:both}.align-left{justify-content:flex-start}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-left.vertical.menu>li>a{justify-content:flex-start}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print,screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print,screen and (min-width: 64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print,screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print,screen and (min-width: 64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}.hide{display:none !important}.invisible{visibility:hidden}.visible{visibility:visible}@media print,screen and (max-width: 39.99875em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em),screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print,screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.99875em){.show-for-medium{display:none !important}}@media print,screen and (min-width: 40em)and (max-width: 63.99875em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.99875em),screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print,screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.99875em){.show-for-large{display:none !important}}@media print,screen and (min-width: 64em)and (max-width: 74.99875em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.99875em),screen and (min-width: 75em){.show-for-large-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto !important;height:auto !important;overflow:visible !important;clip:auto !important;white-space:normal !important}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.show-for-dark-mode{display:none}.hide-for-dark-mode{display:block}@media screen and (prefers-color-scheme: dark){.show-for-dark-mode{display:block !important}.hide-for-dark-mode{display:none !important}}.show-for-ie{display:none}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.show-for-ie{display:block !important}.hide-for-ie{display:none !important}}.show-for-sticky{display:none}.is-stuck .show-for-sticky{display:block}.is-stuck .hide-for-sticky{display:none}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:1rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#content[tabindex="-1"]:focus{outline:0}.h-hide-visually{visibility:hidden}@font-face{font-family:"CormorantGaramond";src:url("/wp-content/themes/generatepress-child/assets/fonts/Cormorant_Garamond/CormorantGaramond.woff2") format("woff2"),url("/wp-content/themes/generatepress-child/assets/fonts/Cormorant_Garamond/CormorantGaramond.woff") format("woff");font-style:normal;font-display:swap}@font-face{font-family:"CormorantGaramond-Italic";src:url("/wp-content/themes/generatepress-child/assets/fonts/Cormorant_Garamond/CormorantGaramond-Italic.woff2") format("woff2"),url("/wp-content/themes/generatepress-child/assets/fonts/Cormorant_Garamond/CormorantGaramond-Italic.woff") format("woff");font-style:normal;font-display:swap}h1{font-family:"CormorantGaramond",serif;font-weight:600;font-size:32px;line-height:35.2px;color:#202126}@media print,screen and (min-width: 48em){h1{font-size:48px;line-height:52.8px}}h1 a{font-family:"CormorantGaramond",serif;font-weight:600;font-size:32px;line-height:35.2px;color:#202126;text-decoration:none}@media print,screen and (min-width: 48em){h1 a{font-size:48px;line-height:52.8px}}h2{font-family:"CormorantGaramond",serif;font-weight:600;font-size:28px;line-height:32.2px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){h2{font-size:40px;line-height:44px;letter-spacing:0}}h2 a{font-family:"CormorantGaramond",serif;font-weight:600;font-size:28px;line-height:32.2px;letter-spacing:.3px;color:#202126;text-decoration:none}@media print,screen and (min-width: 64em){h2 a{font-size:40px;line-height:44px;letter-spacing:0}}h3,.h2--is-small{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){h3,.h2--is-small{font-size:28px;line-height:32.2px;letter-spacing:0}}h3>a,.h2--is-small>a{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126;text-decoration:none}@media print,screen and (min-width: 64em){h3>a,.h2--is-small>a{font-size:28px;line-height:32.2px;letter-spacing:0}}h4{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:20.7px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){h4{font-size:21px;line-height:24.15px}}h4 a{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:20.7px;letter-spacing:.3px;color:#202126;text-decoration:none}@media print,screen and (min-width: 64em){h4 a{font-size:21px;line-height:24.15px}}h5{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){h5{font-size:21px;line-height:27.3px}}h5 a{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;text-decoration:none}@media print,screen and (min-width: 48em){h5 a{font-size:21px;line-height:27.3px}}a:hover h1,a:hover h2,a:hover h3,a:hover h4,a:hover h5,a:active h1,a:active h2,a:active h3,a:active h4,a:active h5,a:focus h1,a:focus h2,a:focus h3,a:focus h4,a:focus h5{color:#aa276f}p,a,div,span{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:22.4px;color:#202126}legend{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:23px;color:#202126}p a{border-bottom:2px solid #aa276f;background-size:10%}p a:hover,p a:active,p a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}p a:visited{border-bottom:#2b1e68}.p-small{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.p-large{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.p-large{font-size:21px;line-height:27.3px}}caption,figcaption{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:15.6px;color:#202126}.subtitle{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#202126}.subtitle a:hover,.subtitle a:active,.subtitle a:focus,.subtitle a.subtitle:hover,.subtitle a.subtitle:active,.subtitle a.subtitle:focus{background:none;color:#aa276f}blockquote,q{font-family:"CormorantGaramond",serif;font-weight:600;font-style:italic;font-size:18px;line-height:23px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 48em){blockquote,q{font-size:21px;line-height:29px}}button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#202126}input[type=checkbox]{width:24px;height:24px;min-width:24px;margin-bottom:0;background-color:#f0f1f3;border:1px solid #d1d2d8;border-radius:2px;box-sizing:border-box;margin-right:12px;border:2px solid #f8c9a8;position:relative;cursor:pointer}input[type=checkbox]:before{content:"";position:absolute;left:0;right:0;width:24px;height:24px}input[type=checkbox]:checked{background:#2b1e68;color:#fff}input[type=checkbox]:checked:before{background-image:url("/wp-content/themes/generatepress-child/assets/icon/checkbox.svg");background-size:24px;background-repeat:no-repeat}input[type=checkbox]:focus,input[type=checkbox]:focus-within{border:2px solid #f8c9a8}input[type=checkbox]:focus:before,input[type=checkbox]:focus-within:before{outline:2px solid #f8c9a8}input[type=checkbox]:hover,input[type=checkbox]:active{border:1px solid #2b1e68}.checkbox-label{display:flex;align-items:center}input,input[type=text],input[type=number],input[type=email],input[type=url],input[type=password],textarea,.form-control,#bbpress-forums fieldset.bbp-form input[type=text]{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:1.5px;background:#f0f1f3;color:#202126;border:none;cursor:pointer}input:hover,input:active,input[type=text]:hover,input[type=text]:active,input[type=number]:hover,input[type=number]:active,input[type=email]:hover,input[type=email]:active,input[type=url]:hover,input[type=url]:active,input[type=password]:hover,input[type=password]:active,textarea:hover,textarea:active,.form-control:hover,.form-control:active,#bbpress-forums fieldset.bbp-form input[type=text]:hover,#bbpress-forums fieldset.bbp-form input[type=text]:active{border-bottom:1px solid #2b1e68}input:focus,input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,textarea:focus,.form-control:focus,#bbpress-forums fieldset.bbp-form input[type=text]:focus{border:2px solid #f8c9a8}input[type=text],input[type=number],input[type=email],input[type=url],input[type=password]{height:48px}input[type=radio]{-webkit-appearance:none;margin-bottom:0;padding-left:24px;position:relative;border:none;outline:none;cursor:pointer}input[type=radio]:before{content:"";background-color:#f0f1f3;border:1px solid #d1d2d8;height:24px;width:24px;outline:2px solid rgba(0,0,0,0);position:absolute;border-radius:50%;top:-12px;margin-left:-24px;box-shadow:none;cursor:pointer}input[type=radio]:hover:before{border:1px solid #2b1e68}input[type=radio]:focus:before{outline:2px solid #f8c9a8}input[type=radio]:checked:before{background:#2b1e68;border:4px solid #f0f1f3;outline:1px solid #d1d2d8}input[type=radio].error{outline:2px solid #e42732}input[type=radio]+label{font-weight:normal}textarea{line-height:22px}textarea:focus,textarea:hover,textarea:active{color:#202126}select,#bbpress-forums fieldset.bbp-form select{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:21px;letter-spacing:.2px;color:#202126;background-color:#f0f1f3;background-image:url("/wp-content/themes/generatepress-child/assets/down-chevron.svg");border:none;height:48px;transition:unset;font-weight:400}select:focus,select:hover,select:active,#bbpress-forums fieldset.bbp-form select:focus,#bbpress-forums fieldset.bbp-form select:hover,#bbpress-forums fieldset.bbp-form select:active{border:none;color:#202126;outline:none;box-shadow:none;background-color:#f0f1f3;transform:unset}select:active,select:focus,#bbpress-forums fieldset.bbp-form select:active,#bbpress-forums fieldset.bbp-form select:focus{border:2px solid #f8c9a8;transition:unset}select option,#bbpress-forums fieldset.bbp-form select option{background:#f0f1f3;padding-top:10px;padding-bottom:10px;color:#202126}label{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:16px;letter-spacing:.2px;color:#202126;margin-bottom:8px}p:empty{margin-bottom:0}th span{font-weight:inherit}.select2-selection.select2-selection--single{background-color:#f0f1f3;border:none !important;box-shadow:none;color:#202126;height:48px;padding-top:10px;padding-left:8px}.select2-selection.select2-selection--single:active,.select2-selection.select2-selection--single:focus{border:none !important;background-color:#f0f1f3;border-bottom:1px solid #2b1e68 !important}.select2-selection.select2-selection--single .select2-selection__arrow{top:9px}@keyframes move{0%{transform:scale(1) translate(10px, 0px)}38%{transform:scale(1) translate(30px, 50px) rotate(160deg)}40%{transform:scale(1) translate(30px, 50px) rotate(160deg)}78%{transform:scale(1) translate(0vw, 25px) rotate(-20deg)}80%{transform:scale(1) translate(0vw, 25px) rotate(-20deg)}100%{transform:scale(1) translate(10px, 0px)}}.fade-in-image{animation:fadeIn 1.5s ease-in;-webkit-animation:fadeIn 1.5s ease-in;-moz-animation:fadeIn 1.5s ease-in;-o-animation:fadeIn 1.5s ease-in;-ms-animation:fadeIn 1.5s ease-in}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-ms-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.slide-in-bottom{position:relative;animation:slideInBottom 1.5s ease-in}@keyframes slideInBottom{from{margin-top:5%}to{margin-top:0%}}.button,input[type=submit],.btn,.button.submit,.bbp-summit-wrapper .button.submit{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.button span,input[type=submit] span,.btn span,.button.submit span,.bbp-summit-wrapper .button.submit span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.button:hover,.button:active,input[type=submit]:hover,input[type=submit]:active,.btn:hover,.btn:active,.button.submit:hover,.button.submit:active,.bbp-summit-wrapper .button.submit:hover,.bbp-summit-wrapper .button.submit:active{background:#271b5e;color:#fff}.button:hover span,.button:active span,input[type=submit]:hover span,input[type=submit]:active span,.btn:hover span,.btn:active span,.button.submit:hover span,.button.submit:active span,.bbp-summit-wrapper .button.submit:hover span,.bbp-summit-wrapper .button.submit:active span{color:#fff}.button:focus,input[type=submit]:focus,.btn:focus,.button.submit:focus,.bbp-summit-wrapper .button.submit:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.button:disabled,.button.disabled,.button.disabled:hover,.button.disabled:active,input[type=submit]:disabled,input[type=submit].disabled,input[type=submit].disabled:hover,input[type=submit].disabled:active,.btn:disabled,.btn.disabled,.btn.disabled:hover,.btn.disabled:active,.button.submit:disabled,.button.submit.disabled,.button.submit.disabled:hover,.button.submit.disabled:active,.bbp-summit-wrapper .button.submit:disabled,.bbp-summit-wrapper .button.submit.disabled,.bbp-summit-wrapper .button.submit.disabled:hover,.bbp-summit-wrapper .button.submit.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.button:disabled span,.button.disabled span,.button.disabled:hover span,.button.disabled:active span,input[type=submit]:disabled span,input[type=submit].disabled span,input[type=submit].disabled:hover span,input[type=submit].disabled:active span,.btn:disabled span,.btn.disabled span,.btn.disabled:hover span,.btn.disabled:active span,.button.submit:disabled span,.button.submit.disabled span,.button.submit.disabled:hover span,.button.submit.disabled:active span,.bbp-summit-wrapper .button.submit:disabled span,.bbp-summit-wrapper .button.submit.disabled span,.bbp-summit-wrapper .button.submit.disabled:hover span,.bbp-summit-wrapper .button.submit.disabled:active span{color:#2b1e68}.tinvwl_add_to_wishlist_button,a.tinvwl_add_to_wishlist_button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:15px;cursor:pointer}.tinvwl_add_to_wishlist_button:hover,.tinvwl_add_to_wishlist_button:focus,.tinvwl_add_to_wishlist_button:active,a.tinvwl_add_to_wishlist_button:hover,a.tinvwl_add_to_wishlist_button:focus,a.tinvwl_add_to_wishlist_button:active{background:#eed4e2;color:#aa276f}.tinvwl_add_to_wishlist_button:focus,a.tinvwl_add_to_wishlist_button:focus{border:2px solid #f8c9a8}.tinvwl_add_to_wishlist_button.disabled,.tinvwl_add_to_wishlist_button:disabled,a.tinvwl_add_to_wishlist_button.disabled,a.tinvwl_add_to_wishlist_button:disabled{opacity:#f7eaf1}input[type=submit]:focus{background:#2b1e68 !important}.primary-inverse{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:21px;padding:10px;letter-spacing:.2px;color:#202126;background-color:#f0f1f3;border:none;height:48px;width:165px;transition:unset;text-align:left;position:relative;cursor:pointer}.primary-inverse:focus,.primary-inverse:hover,.primary-inverse:active{border:none;color:#202126;outline:none;box-shadow:none;background-color:#f0f1f3;transform:unset}.primary-inverse:active,.primary-inverse:focus{border:2px solid #f8c9a8;transition:unset}.primary-inverse svg{position:absolute;right:10px;top:43%}.woocommerce .button,.woocommerce button.button,.woocommerce button.button.alt:not(.select-options),.woocommerce .button.alt:not(.select-options),.woocommerce a.button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.woocommerce .button span,.woocommerce button.button span,.woocommerce button.button.alt:not(.select-options) span,.woocommerce .button.alt:not(.select-options) span,.woocommerce a.button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.woocommerce .button:hover,.woocommerce .button:active,.woocommerce button.button:hover,.woocommerce button.button:active,.woocommerce button.button.alt:not(.select-options):hover,.woocommerce button.button.alt:not(.select-options):active,.woocommerce .button.alt:not(.select-options):hover,.woocommerce .button.alt:not(.select-options):active,.woocommerce a.button:hover,.woocommerce a.button:active{background:#271b5e;color:#fff}.woocommerce .button:hover span,.woocommerce .button:active span,.woocommerce button.button:hover span,.woocommerce button.button:active span,.woocommerce button.button.alt:not(.select-options):hover span,.woocommerce button.button.alt:not(.select-options):active span,.woocommerce .button.alt:not(.select-options):hover span,.woocommerce .button.alt:not(.select-options):active span,.woocommerce a.button:hover span,.woocommerce a.button:active span{color:#fff}.woocommerce .button:focus,.woocommerce button.button:focus,.woocommerce button.button.alt:not(.select-options):focus,.woocommerce .button.alt:not(.select-options):focus,.woocommerce a.button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.woocommerce .button:disabled,.woocommerce .button.disabled,.woocommerce .button.disabled:hover,.woocommerce .button.disabled:active,.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce button.button.disabled:hover,.woocommerce button.button.disabled:active,.woocommerce button.button.alt:not(.select-options):disabled,.woocommerce button.button.alt:not(.select-options).disabled,.woocommerce button.button.alt:not(.select-options).disabled:hover,.woocommerce button.button.alt:not(.select-options).disabled:active,.woocommerce .button.alt:not(.select-options):disabled,.woocommerce .button.alt:not(.select-options).disabled,.woocommerce .button.alt:not(.select-options).disabled:hover,.woocommerce .button.alt:not(.select-options).disabled:active,.woocommerce a.button:disabled,.woocommerce a.button.disabled,.woocommerce a.button.disabled:hover,.woocommerce a.button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.woocommerce .button:disabled span,.woocommerce .button.disabled span,.woocommerce .button.disabled:hover span,.woocommerce .button.disabled:active span,.woocommerce button.button:disabled span,.woocommerce button.button.disabled span,.woocommerce button.button.disabled:hover span,.woocommerce button.button.disabled:active span,.woocommerce button.button.alt:not(.select-options):disabled span,.woocommerce button.button.alt:not(.select-options).disabled span,.woocommerce button.button.alt:not(.select-options).disabled:hover span,.woocommerce button.button.alt:not(.select-options).disabled:active span,.woocommerce .button.alt:not(.select-options):disabled span,.woocommerce .button.alt:not(.select-options).disabled span,.woocommerce .button.alt:not(.select-options).disabled:hover span,.woocommerce .button.alt:not(.select-options).disabled:active span,.woocommerce a.button:disabled span,.woocommerce a.button.disabled span,.woocommerce a.button.disabled:hover span,.woocommerce a.button.disabled:active span{color:#2b1e68}.woocommerce .button.button.alt.select-options{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;background:rgba(0,0,0,0);padding:0;width:fit-content}.woocommerce .button.button.alt.select-options span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.woocommerce .button.button.alt.select-options:hover,.woocommerce .button.button.alt.select-options:focus,.woocommerce .button.button.alt.select-options:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.woocommerce .button.button.alt.select-options:hover span,.woocommerce .button.button.alt.select-options:focus span,.woocommerce .button.button.alt.select-options:active span{color:#2b1e68}.woocommerce .button.button.alt.select-options:focus{border:2px solid #f8c9a8}.woocommerce .button.button.alt.select-options:disabled,.woocommerce .button.button.alt.select-options.disabled{color:#72757d;background:none}.woocommerce .button.button.alt.select-options:disabled:hover,.woocommerce .button.button.alt.select-options:disabled:focus,.woocommerce .button.button.alt.select-options:disabled:active,.woocommerce .button.button.alt.select-options.disabled:hover,.woocommerce .button.button.alt.select-options.disabled:focus,.woocommerce .button.button.alt.select-options.disabled:active{color:#72757d;border-bottom:none;background:none}.woocommerce .button.button.alt.select-options:hover,.woocommerce .button.button.alt.select-options:active,.woocommerce .button.button.alt.select-options:focus{background:rgba(0,0,0,0);padding:0;width:fit-content}.review-btn{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:15px;cursor:pointer}.review-btn:hover,.review-btn:focus,.review-btn:active{background:#eed4e2;color:#aa276f}.review-btn:focus{border:2px solid #f8c9a8}.review-btn.disabled,.review-btn:disabled{opacity:#f7eaf1}.review-btn .full-width{width:100%;display:block;text-align:center;margin-top:16px}.wp-block-yoast-seo-related-links a{color:#131313;text-decoration:underline solid #aa276f 2px;padding:3px 0px}.wp-block-yoast-seo-related-links a:hover{padding:3px 0px;background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}.wp-block-yoast-seo-related-links ul li{list-style-type:none}.wp-block-button__link{border-radius:initial}@media(min-width: 769px){nav .main-nav .mega-menu{position:static}nav .main-nav .mega-menu>ul{position:absolute;width:100%;left:0 !important;display:flex;flex-wrap:wrap}nav .main-nav .mega-menu>ul>li>a{font-weight:bold}nav .main-nav .mega-menu>ul>li{display:inline-block;width:25%;vertical-align:top}nav .main-nav .mega-menu.mega-menu-col-2>ul>li{width:50%}nav .main-nav .mega-menu.mega-menu-col-3>ul>li{width:33.3333%}nav .main-nav .mega-menu.mega-menu-col-5>ul>li{width:20%}nav .main-nav .mega-menu>ul>li:hover>a,nav .main-nav .mega-menu>ul>li:focus>a,nav .main-nav .mega-menu>ul>li[class*=current-]>a,nav .main-nav .mega-menu ul ul{background-color:rgba(0,0,0,0) !important;color:inherit}nav .main-nav .mega-menu ul .sub-menu{position:static;display:block;opacity:1;visibility:visible;width:100%;box-shadow:0 0 0;left:0;height:auto}nav .main-nav .mega-menu ul.toggled-on .sub-menu{pointer-events:auto}nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle{display:none}}.secondary-navigation{border-bottom:1px solid #2b1e68}.site-logo.mobile-header-logo{position:absolute;top:0;left:50%;transform:translateX(-50%)}#mobile-header .menu-toggle{order:-1;margin-right:auto}#mobile-header .inside-navigation{padding:0 10px}@media(max-width: 768px){#secondary-navigation{display:none}}.entry-content:not(:first-child){margin-top:initial}.is-right-sidebar{font-weight:500;font-size:21px;line-height:115%;letter-spacing:.3px;color:#202126;font-family:"Stroma Medium"}ul#menu-footer-links{columns:2;-webkit-columns:2;-moz-columns:2}.inside-site-info{display:inherit}.copyright-bar{text-align:left}@media(min-width: 769px){.footer-widget-2{text-align:right}}.footer-widget-2 .custom-html-widget a{padding:5px}html.dgwt-wcas-overlay-mobile-on{min-height:15%;height:fit-content}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar{flex-wrap:wrap;justify-content:flex-end}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-om-return{display:flex;justify-content:space-evenly;align-items:center;background-color:#fff}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp{width:100%;top:calc(100% - 45px);height:45px}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input{font-size:18px !important;min-height:52px;padding:0px 10px;border-radius:0px;padding-left:40px}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:hover,html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:active{outline:#fff;border-bottom:2px solid #2b1e68}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:focus:placeholder-shown{outline:1px solid #f8c9a8;border-bottom:none;font-size:18px}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{display:flex;min-height:fit-content;min-width:23%;padding:0px;align-items:center;margin:4px 0px}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-search-clear-form{min-width:60%}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-search-clear-form:focus,html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-search-clear-form:hover,html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-search-clear-form:active{background-color:#fff}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier{right:-49px;top:2px}html.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar .dgwt-wcas-suggestions-wrapp{top:96px !important;height:calc(100% - 90px) !important}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{min-height:95px;top:0px;position:fixed;left:0px !important;background-color:#fff}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-search-form-close{width:20%;position:relative;min-height:30px;margin:.7rem;float:right;display:flex;justify-content:flex-end}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-search-form-close .dgwt-wcas-search-form-close-icon{float:right;color:#2b1e68}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-search-form-close .dgwt-wcas-search-form-close-icon path{fill:#2b1e68}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-search-form-close .dgwt-wcas-search-form-close-text{padding:0px 5px;color:#2b1e68}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp{width:1160px;padding-right:.9375rem;padding-right:.9375rem;max-width:100%;margin-top:30px;margin-left:auto;margin-right:auto}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input{outline:none;border-color:#fff;border-bottom:2px solid #2b1e68;border-radius:0px;height:45px;letter-spacing:0px;box-shadow:none}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder{color:#72757d}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:focus:placeholder-shown{outline:1px solid #f8c9a8;border-bottom:none}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:hover,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:active{outline:#fff;border-bottom:2px solid #2b1e68}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-clear-form{overflow:visible;position:relative;border:0;padding:0;margin:0px 0px 0px -105px;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;left:auto;bottom:auto;color:#2b1e68;border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);box-shadow:none;text-transform:uppercase;font-weight:500;letter-spacing:1.5px;font-style:normal;font-size:15px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-clear-form:hover,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-clear-form:focus,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-clear-form:visited,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-clear-form:active{background-color:#fff}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{min-height:fit-content;top:55px;right:20px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit .dgwt-wcas-ico-magnifier{max-width:fit-content;width:fit-content;height:fit-content}html:not(.dgwt-wcas-overlay-mobile-on) body.logged-in.admin-bar .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{top:35px}.page-template-template-homepage .grid-container:not(.full),.page-template .grid-container:not(.full),.single.single-forum .grid-container:not(.full),.single.single-product .grid-container:not(.full),.single.single-topic .grid-container:not(.full),.page-template-template-brand-directory .grid-container:not(.full),.page-template-template-review .grid-container:not(.full),.archive.tax-product_cat .grid-container:not(.full),.archive.post-type-archive-topic .grid-container:not(.full),.archive.forum-archive .grid-container:not(.full),.single.single-post .grid-container:not(.full),.archive.tax-product_brand .grid-container:not(.full),.archive .grid-container:not(.full){max-width:1160px}.container-area{flex:1}#wpadminbar{overflow:hidden}.admin-bar .reveal-overlay{z-index:99999}@media print,screen and (min-width: 48em){.admin-bar .reveal-overlay{padding-top:20px}}.separate-containers .inside-article{padding:16px 0}*:focus-visible{outline:2px solid #f8c9a8}.um-woo-orders{display:none}.sidebar-product-listing{margin-bottom:32px}.BH-background-skin,.beaut-wallpaper{z-index:0;position:fixed;top:95px;height:1vh;z-index:0;width:100vw;margin-right:0}.BH-background-skin.wallpaper iframe{width:100% !important}.site-footer,.page-hero,#content .grid-container,.hero-default,.main-navigation,.secondary-navigation{position:relative}.site-footer,.page-hero,#content .grid-container,.hero-default{z-index:2}.post-template-template-wallpaper-article .beaut-leaderboard-top{z-index:2;position:relative;background:#fff;max-width:1160px;margin-left:auto;margin-right:auto;margin-top:-10px;margin-bottom:-10px;padding-top:5px;padding-bottom:5px}.beaut-sticky-mobile{z-index:9 !important}#page{min-height:60vh}.logged-in .um-account-activation__mobile{display:none}.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:"";display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s,opacity 0s;-moz-transition:transform 0s,opacity 0s;transition:transform 0s,opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all .25s;-moz-transition:all .25s;transition:all .25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity .6s;-moz-transition:opacity .6s;transition:opacity .6s;opacity:.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100%*70/3);position:absolute;right:0}.tns-t-ct:after{content:"";display:table;clear:both}.tns-t-ct>div{width:1.4285714286%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100%/70);height:10px;float:left}.beauty-loader{position:absolute;left:0;right:0;top:0;height:100%;width:100;z-index:3;display:flex;justify-content:center;align-items:center;background-color:hsla(0,0%,100%,.5)}.beauty-loader--hidden{display:none}.native-ad__placeholder{z-index:-1;display:none}.mobile-ad__placeholder{text-align:center;margin-left:auto;margin-right:auto;margin-top:18px;margin-bottom:18px}.mobile-ad__placeholder.m-bt-0{margin-bottom:0}.mobile-ad__placeholder.m-tp-0{margin-top:0}.beauty-pagination{display:flex;justify-content:center;margin-top:42px}.beauty-pagination__container{display:flex;flex-direction:row;overflow:auto;position:relative;justify-content:space-between}@media print,screen and (min-width: 48em){.beauty-pagination__container{justify-content:space-around}}.beauty-pagination__page-item{font-family:"Inter",sans-serif;font-weight:600;line-height:16px;list-style:none;font-size:16px;margin-left:8px;margin-right:8px;margin-bottom:8px;padding-bottom:4px;text-align:center;min-width:20px;cursor:pointer;display:none}@media print,screen and (min-width: 48em){.beauty-pagination__page-item{display:block}}.beauty-pagination__page-item.active{border-bottom:2px solid #aa276f}.beauty-pagination__page-item.ajax-page:active:not(.active),.beauty-pagination__page-item.ajax-page:focus:not(.active),.beauty-pagination__page-item.ajax-page:hover():not(.active),.beauty-pagination__page-item.page-nav:active:not(.active),.beauty-pagination__page-item.page-nav:focus:not(.active),.beauty-pagination__page-item.page-nav:hover():not(.active){color:#aa276f}.beauty-pagination__page-item--next{margin-right:30px}@media print,screen and (min-width: 48em){.beauty-pagination__page-item--next{margin-top:0}}.beauty-pagination__page-item--next span{padding-right:22px}.beauty-pagination__page-item--next svg{right:0}.beauty-pagination__page-item--prev span{padding-left:22px}.beauty-pagination__page-item--prev svg{left:0}.beauty-pagination__page-item--next,.beauty-pagination__page-item--prev{font-weight:normal;position:relative;z-index:2;display:block}.beauty-pagination__page-item--next span,.beauty-pagination__page-item--prev span{font-weight:normal;cursor:pointer;white-space:nowrap;line-height:16px;font-size:16px}.beauty-pagination__page-item--next svg,.beauty-pagination__page-item--prev svg{z-index:1;position:absolute;cursor:pointer;top:3px}.beauty-pagination__page-item--next svg path,.beauty-pagination__page-item--prev svg path{fill:#aa276f}.beauty-pagination__page-item--next.inactive,.beauty-pagination__page-item--prev.inactive{color:#d1d2d8}.beauty-pagination__page-item--next.inactive span,.beauty-pagination__page-item--prev.inactive span{color:#d1d2d8}.beauty-pagination__page-item--next.inactive svg path,.beauty-pagination__page-item--prev.inactive svg path{fill:#d1d2d8}.beauty-tabs{padding-right:16px}.beauty-tabs__content,.beauty-tabs__container{border:none;background:none;color:inherit}.beauty-tabs__container{display:flex;width:100%;overflow:auto;position:relative;-ms-overflow-style:none;scrollbar-width:none}.beauty-tabs__container::-webkit-scrollbar{display:none}.beauty-tabs__container:after{content:"";bottom:0px;position:absolute;z-index:0;width:100%;border-bottom:1px solid #d1d2d8}.beauty-tabs__title{margin-right:16px}@media print,screen and (min-width: 48em){.beauty-tabs__title{margin-right:32px}}.beauty-tabs__title a{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#72757d;padding-bottom:10px;display:block;white-space:nowrap}.beauty-tabs__title a:hover,.beauty-tabs__title a:active,.beauty-tabs__title a:focus{color:#aa276f}.beauty-tabs__title.is-active{border-bottom:2px solid #aa276f;z-index:1}.beauty-tabs__title.is-active a{color:#202126;background:none}.beauty-tabs__content{padding-top:20px}.beauty-tabs__panel{display:none;padding:0}.beauty-tabs__panel.is-active{display:block}.beauty-load-more{text-align:center;width:100%}.beauty-load-more__button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.beauty-load-more__button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.beauty-load-more__button:hover,.beauty-load-more__button:active{background:#271b5e;color:#fff}.beauty-load-more__button:hover span,.beauty-load-more__button:active span{color:#fff}.beauty-load-more__button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.beauty-load-more__button:disabled,.beauty-load-more__button.disabled,.beauty-load-more__button.disabled:hover,.beauty-load-more__button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.beauty-load-more__button:disabled span,.beauty-load-more__button.disabled span,.beauty-load-more__button.disabled:hover span,.beauty-load-more__button.disabled:active span{color:#2b1e68}.beauty-product-type{margin-bottom:25px;margin-top:15px;display:flex;flex-direction:row;width:100%;overflow:auto;min-height:25px;-ms-overflow-style:none;scrollbar-width:none}.beauty-product-type::-webkit-scrollbar{display:none}.beauty-product-type:after{content:"";width:80px;height:23px;right:0;position:absolute;background:linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.86683) 13.32%, rgba(255, 255, 255, 0) 100%)}@media print,screen and (min-width: 48em){.beauty-product-type{margin-bottom:33px;margin-top:22px}}.beauty-product-type__list{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#72757d;margin-right:24px;line-height:21px;cursor:pointer;min-width:fit-content}.beauty-product-type__list:hover,.beauty-product-type__list:active,.beauty-product-type__list:focus{color:#72757d}@media print,screen and (min-width: 64em){.beauty-product-type__list:hover,.beauty-product-type__list:active,.beauty-product-type__list:focus{color:#aa276f}}.beauty-product-type__list.selected,.beauty-product-type__list .selected{color:#aa276f}.beauty-article-type{margin-bottom:10px;margin-top:10px;display:flex;flex-direction:row;width:100%;overflow:auto;min-height:25px;-ms-overflow-style:none;scrollbar-width:none}.beauty-article-type::-webkit-scrollbar{display:none}.beauty-article-type:after{content:"";width:80px;height:23px;right:0;position:absolute;background:linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0.86683) 13.32%, rgba(255, 255, 255, 0) 100%)}@media print,screen and (min-width: 48em){.beauty-article-type{margin-bottom:33px;margin-top:22px}}.beauty-article-type__list{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#72757d;margin-right:24px;line-height:21px;cursor:pointer;min-width:fit-content}.beauty-article-type__list:hover,.beauty-article-type__list:active,.beauty-article-type__list:focus{color:#72757d}@media print,screen and (min-width: 64em){.beauty-article-type__list:hover,.beauty-article-type__list:active,.beauty-article-type__list:focus{color:#aa276f}}.beauty-article-type__list.selected,.beauty-article-type__list .selected{color:#aa276f}.beauty-article-category{margin-bottom:25px;margin-top:-5px}@media print,screen and (min-width: 64em){.beauty-article-category{margin-bottom:10px;margin-top:10px}}.beauty-search-box{padding-left:0;padding-right:0}@media print,screen and (min-width: 48em){.beauty-search-box{padding-top:48px;padding-bottom:42px}}.beauty-search-box .dgwt-wcas-sf-wrapp{position:relative}.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border:none;border-radius:unset;-webkit-border-radius:unset;border-bottom:1px solid #202126;padding:10px 40px 10px 0;font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{font-size:21px;line-height:27.3px}}@media print,screen and (min-width: 48em){.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:placeholder-shown{padding-left:15px}}.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:placeholder-shown{border-bottom:1px solid #72757d}.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:active,.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{border-bottom:2px solid #2b1e68;box-shadow:none;color:#202126;outline:none}.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;font-style:normal;color:#72757d;opacity:1}@media print,screen and (min-width: 48em){.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.beauty-search-box .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{font-size:21px;line-height:27.3px}}.beauty-search-box .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:97%}.beauty-search-box .dgwt-wcas-search-wrapp .dgwt-wcas-close path,.beauty-search-box .dgwt-wcas-preloader{fill:#2b1e68;color:#2b1e68;opacity:1}.beauty-search-box .dgwt-wcas-no-submit.dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier path,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-search-wrapp .dgwt-wcas-close path{fill:#2b1e68;color:#2b1e68}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp{position:relative}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border:none;border-radius:unset;-webkit-border-radius:unset;border-bottom:1px solid #202126;padding:10px 40px 10px 0;font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{font-size:21px;line-height:27.3px}}@media print,screen and (min-width: 48em){.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:placeholder-shown{padding-left:15px}}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:placeholder-shown{border-bottom:1px solid #72757d}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:active,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{border-bottom:2px solid #2b1e68;box-shadow:none;color:#202126;outline:none}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;font-style:normal;color:#72757d;opacity:1}@media print,screen and (min-width: 48em){.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{font-size:21px;line-height:27.3px}}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-preloader{right:30px}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{position:absolute;left:calc(100% - 30px);fill:#2b1e68;opacity:1}.beauty-search-box .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path{color:#2b1e68;fill:#2b1e68;stroke:#2b1368;stroke-width:1px}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form{padding-left:16px;padding-right:16px}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form-close{display:none}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-om-return svg path{fill:#2b1e68}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-om-return:before{font-family:"Inter",sans-serif;font-weight:400;content:"Close";font-size:16px;line-height:16px;letter-spacing:1.5px;margin-left:-70px;color:#202126}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier path,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-search-wrapp .dgwt-wcas-close path{fill:#2b1e68;color:#2b1e68}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp{position:relative}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input{border:none;border-radius:unset;-webkit-border-radius:unset;border-bottom:1px solid #202126;padding:10px 40px 10px 0;font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input{font-size:21px;line-height:27.3px}}@media print,screen and (min-width: 48em){.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:placeholder-shown,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:placeholder-shown{padding-left:15px}}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:placeholder-shown,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:placeholder-shown{border-bottom:1px solid #72757d}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:active,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:focus,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:active,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:hover{border-bottom:2px solid #2b1e68;box-shadow:none;color:#202126;outline:none}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::-webkit-input-placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:-ms-input-placeholder{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;font-style:normal;color:#72757d;opacity:1}@media print,screen and (min-width: 48em){.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input::-webkit-input-placeholder,.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp .dgwt-wcas-search-input:-ms-input-placeholder{font-size:21px;line-height:27.3px}}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-preloader{right:30px}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{position:absolute;left:calc(100% - 30px);fill:#2b1e68;opacity:1}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path{color:#2b1e68;fill:#2b1e68;stroke:#2b1e68;stroke-width:1px}html:not(.dgwt-wcas-overlay-mobile-on) body.header-search-open{overflow:hidden}html:not(.dgwt-wcas-overlay-mobile-on) .main-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open,html:not(.dgwt-wcas-overlay-mobile-on) .main-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-active{position:absolute;left:0;right:0;top:0;bottom:0;height:100vh;z-index:3;margin-left:0;width:100vw;background:rgba(32,33,38,.7)}html:not(.dgwt-wcas-overlay-mobile-on) .main-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{z-index:4;min-height:450px}html:not(.dgwt-wcas-overlay-mobile-on) .main-nav .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form-close{cursor:pointer}@media print,screen and (min-width: 64em){html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:0}}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus:placeholder-shown{padding-left:15px}.dgwt-wcas-suggestions-wrapp{width:100%;padding:16px}@media print,screen and (min-width: 64em){.dgwt-wcas-suggestions-wrapp{display:flex;flex-direction:column;max-height:343px !important;padding:none;padding-bottom:22px;flex-wrap:wrap}}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores){max-width:100%;padding:0}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores):first-child{margin-top:64px}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores) .dgwt-wcas-st{max-height:39px}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores) .dgwt-wcas-st strong{color:#aa276f}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores):hover,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores).dgwt-wcas-suggestion-selected,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores).dgwt-wcas-suggestion-selected:hover{background:none;text-decoration:none}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores):hover span,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores):hover strong,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores).dgwt-wcas-suggestion-selected span,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores).dgwt-wcas-suggestion-selected strong,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores).dgwt-wcas-suggestion-selected:hover span,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores).dgwt-wcas-suggestion-selected:hover strong{text-decoration:none;background-color:none;color:#aa276f}@media print,screen and (min-width: 64em){.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores){max-width:33.33%;padding-right:48px}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-more):not(.dgwt-wcas-suggestion-nores):first-child{margin-top:88px}}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-headline):not(.dgwt-wcas-suggestion-nores){line-height:18px;font-size:16px;background-color:none}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-headline):not(.dgwt-wcas-suggestion-nores) .dgwt-wcas-st{margin:8px 0;display:-webkit-box;display:-webkit-box;cursor:pointer;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-headline):not(.dgwt-wcas-suggestion-nores) span,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion:not(.dgwt-wcas-suggestion-headline):not(.dgwt-wcas-suggestion-nores) strong{background-color:none;line-height:18px;font-size:16px}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline{margin-top:16px}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126;border-bottom:none;margin-bottom:0;margin-top:0;background-color:none;text-transform:capitalize;padding:0}@media print,screen and (min-width: 64em){.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st{font-size:28px;line-height:32.2px;letter-spacing:0}}@media print,screen and (min-width: 64em){.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline{margin-top:88px;padding-top:0}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-headline .dgwt-wcas-st{background-color:none;margin-bottom:16px}}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores{margin-top:20px;max-width:100%}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores .dgwt-wcas-st{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;text-align:center;color:#202126}@media print,screen and (min-width: 48em){.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-nores .dgwt-wcas-st{font-size:21px;line-height:27.3px}}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more{position:absolute;top:28px;justify-content:flex-start;padding:0;margin-top:0;background:none}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;background-color:none;padding:0}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:hover,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:focus,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:hover span,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:focus span,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:active span{color:#2b1e68}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:focus{border:2px solid #f8c9a8}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:disabled,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more.disabled{color:#72757d;background:none}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:disabled:hover,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:disabled:focus,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:disabled:active,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more.disabled:hover,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more.disabled:focus,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more.disabled:active{color:#72757d;border-bottom:none;background:none}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:hover,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:active,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more .dgwt-wcas-st-more:focus{background:none}@media print,screen and (min-width: 64em){.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more{top:34px}}.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:hover,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:active,.dgwt-wcas-suggestions-wrapp .dgwt-wcas-suggestion-more:focus{background:none}body.header-search-open .dgwt-wcas-suggestions-wrapp{border:none}@media print,screen and (min-width: 64em){body.header-search-open .dgwt-wcas-suggestions-wrapp{padding-left:0}}body:not(.header-search-open).dgwt-wcas-open .dgwt-wcas-suggestions-wrapp{z-index:50 !important;border:none;overflow-x:hidden;box-shadow:0 8px 8px -4px #eae9f0}.page-template-template-review .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:18px}.main-navigation{display:flex;flex-direction:column;justify-content:center}.main-navigation:not(.slideout-navigation)>.inside-navigation>.mobile-fibo{display:block;right:15px;width:min-content;position:absolute}@media print,screen and (min-width: 64em){.main-navigation:not(.slideout-navigation)>.inside-navigation>.mobile-fibo{display:none}}.main-navigation:not(.slideout-navigation)>.inside-navigation>.mobile-fibo .dgwt-wcas-search-icon::after{content:""}.main-navigation .inside-navigation .menu-toggle{padding-left:0;order:-1;margin-right:auto}.main-navigation .inside-navigation .menu-toggle,.main-navigation .inside-navigation .mobile-bar-items,.main-navigation .inside-navigation .sidebar-nav-mobile{display:block}@media print,screen and (min-width: 64em){.main-navigation .inside-navigation .menu-toggle,.main-navigation .inside-navigation .mobile-bar-items,.main-navigation .inside-navigation .sidebar-nav-mobile{display:none}}.main-navigation .inside-navigation #primary-menu{display:none}@media print,screen and (min-width: 64em){.main-navigation .inside-navigation #primary-menu{display:block}}.main-navigation #primary-menu{flex:1}.main-navigation #primary-menu .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon .dgwt-wcas-ico-magnifier-handler{margin-top:0}.main-navigation #primary-menu .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon::after{font-size:12px;line-height:12px;top:6px}.main-navigation #primary-menu .dgwt-wcas-search-wrapp:not(.dgwt-wcas-active){margin-left:20px}.main-navigation #primary-menu>ul{justify-content:flex-end;align-items:center}.main-navigation #primary-menu>ul>li:hover,.main-navigation #primary-menu>ul>li:active,.main-navigation #primary-menu>ul>li:focus{background:none}.main-navigation #primary-menu>ul>li:hover>a,.main-navigation #primary-menu>ul>li:active>a,.main-navigation #primary-menu>ul>li:focus>a{background:none}@media print,screen and (min-width: 48em){.main-navigation #primary-menu>ul>li:nth-child(2){margin-left:auto}}.main-navigation #primary-menu>ul>li a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:12px;text-transform:uppercase;letter-spacing:1px}.main-navigation #primary-menu>ul>li a:hover,.main-navigation #primary-menu>ul>li a:active{color:#f8c9a8}.main-navigation #primary-menu>ul>li a:focus{border:2px solid #f8c9a8;color:#fff}.main-navigation#site-navigation{height:48px}@media print,screen and (min-width: 48em){.main-navigation#site-navigation{height:72px}}.main-navigation#sticky-navigation{height:48px}@media print,screen and (min-width: 48em){.main-navigation#sticky-navigation{height:52px}}.main-navigation .site-logo{height:100%;display:flex;flex-direction:column;align-items:center}.main-navigation .navigation-branding,.main-navigation .sticky-navigation-transition .navigation-branding,.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding,.main-navigation.mobile-header-navigation .site-logo{margin-left:auto;position:absolute;left:50%;transform:translateX(-50%);z-index:3}.main-navigation .navigation-branding img,.main-navigation .sticky-navigation-transition .navigation-branding img,.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding img,.main-navigation.mobile-header-navigation .site-logo img{width:152px;height:24px;padding:0}@media print,screen and (min-width: 48em){.main-navigation .navigation-branding img,.main-navigation .sticky-navigation-transition .navigation-branding img,.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding img,.main-navigation.mobile-header-navigation .site-logo img{width:206px;height:44px}}@media print,screen and (min-width: 64em){.main-navigation .navigation-branding img.header-image,.main-navigation .sticky-navigation-transition .navigation-branding img.header-image,.main-navigation.has-branding:not(.grid-container) .inside-navigation:not(.grid-container) .navigation-branding img.header-image,.main-navigation.mobile-header-navigation .site-logo img.header-image{width:206px;height:44px}}.main-navigation .navigation-branding .sticky-navigation-logo img{height:25px;object-fit:scale-down}.main-navigation .main-nav ul li>a{font-family:"Inter",sans-serif;font-weight:600;line-height:16px;font-size:16px}.main-navigation .main-nav ul li[class*=current-menu-]>a{background:none;color:#f8c9a8}.main-navigation .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier{display:block;left:auto;right:21px;top:auto;bottom:13px;opacity:1}.main-navigation .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier path{color:#2b1e68;fill:#2b1e68;stroke:#2b1e68;stroke-width:1px}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{margin-top:-20px;font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;color:#202126}@media print,screen and (min-width: 48em){.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{font-size:21px;line-height:27.3px}}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:active,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{border:none;border-bottom:1px solid #2b1e68;box-shadow:none;outline:none}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;font-style:normal;color:#72757d}@media print,screen and (min-width: 48em){.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{font-size:21px;line-height:27.3px}}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-preloader,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-close{display:block;left:auto;top:calc(100% - 35px);right:36px;opacity:1}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-preloader svg,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-preloader svg path,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-close svg,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-close svg path{color:#2b1e68;fill:#2b1e68}.main-navigation .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:1}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon{color:#fff}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon.dgwt-wcas-ico-magnifier,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon .dgwt-wcas-ico-magnifier-handler{max-width:20px;margin-bottom:0;margin-top:-2px}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon svg path{fill:#f8f4f1}@media print,screen and (min-width: 64em){.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon svg path{fill:#e9e1d6}}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon:hover::after,.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon:active::after{color:#f8c9a8}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon:focus::after{color:#fff}.main-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon::after{font-family:"Inter",sans-serif;font-weight:600;content:"Search";position:absolute;line-height:16px;font-size:16px;left:24px;margin-left:8px;letter-spacing:1px;text-transform:uppercase}.main-navigation.slideout-navigation .inside-navigation{margin-top:55px}.main-navigation.slideout-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon{margin-bottom:12px}.main-navigation.slideout-navigation .dgwt-wcas-search-wrapp .dgwt-wcas-search-icon svg path{fill:#f8c9a8}.main-navigation.slideout-navigation .slideout-exit{padding-left:0;margin-left:-5px}.main-navigation.slideout-navigation .slideout-exit span{color:#fff}.main-navigation.slideout-navigation .slideout-exit span svg{width:17.24px;height:17.24px}.main-navigation.slideout-navigation .slideout-widget a{padding-left:0}.main-navigation.slideout-navigation .inside-navigation #menu-off-canvas-menu{padding-left:0}.main-navigation.slideout-navigation .inside-navigation #menu-off-canvas-menu .dgwt-wcas-search-wrapp{padding-top:10px;padding-bottom:10px}.main-navigation.slideout-navigation .main-nav{margin-bottom:0}.main-navigation.slideout-navigation .menu-secondary-container li a{padding-left:0}.main-navigation .menu-toggle span{color:#fff}.main-navigation .slideout-widget{margin:0}.navigation-stick:not(.auto-hide-sticky)~.secondary-navigation,.sticky-nav-scrolling-up~.secondary-navigation,.navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.sticky-nav-scrolling-up~.reward-room-menu{visibility:hidden}@media print,screen and (min-width: 64em){.navigation-stick:not(.auto-hide-sticky)~.secondary-navigation,.sticky-nav-scrolling-up~.secondary-navigation,.navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.sticky-nav-scrolling-up~.reward-room-menu{visibility:unset;left:0;margin-top:16px;position:fixed;right:0}}.navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.sticky-nav-scrolling-up~.reward-room-menu{top:38px}@media print,screen and (min-width: 64em){.navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.sticky-nav-scrolling-up~.reward-room-menu{top:unset}}.admin-bar .navigation-stick:not(.auto-hide-sticky)~.secondary-navigation,.admin-bar .sticky-nav-scrolling-up~.secondary-navigation,.admin-bar .navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.admin-bar .sticky-nav-scrolling-up~.reward-room-menu{margin-top:8px}@media print,screen and (min-width: 48em){.admin-bar .navigation-stick:not(.auto-hide-sticky)~.secondary-navigation,.admin-bar .sticky-nav-scrolling-up~.secondary-navigation,.admin-bar .navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.admin-bar .sticky-nav-scrolling-up~.reward-room-menu{margin-top:-12px}}@media print,screen and (min-width: 48em){.admin-bar .navigation-stick:not(.auto-hide-sticky)~.secondary-navigation,.admin-bar .sticky-nav-scrolling-up~.secondary-navigation,.admin-bar .navigation-stick:not(.auto-hide-sticky)~.reward-room-menu,.admin-bar .sticky-nav-scrolling-up~.reward-room-menu{margin-top:8px}}.secondary-navigation{transition:position 2s ease-in-out}.secondary-navigation .main-nav li a{font-family:"Inter",sans-serif;font-weight:600;line-height:16.94px;font-size:14px}.reward-room-menu{transition:position 2s ease-in-out}.site-footer .footer-widgets .inside-footer-widgets{padding-left:16px;padding-right:16px}.site-footer .footer-widgets .custom-html-widget .social-icons a{padding:0}.site-footer .widget_media_image{margin-bottom:60px}.site-footer .menu-footer-links-container{margin-left:-16px;margin-right:-16px}.site-footer .menu-footer-links-container .menu li{width:50%}.site-footer .menu-footer-links-container .menu li a{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:14px;color:#fff;padding:8px 16px}@media print,screen and (min-width: 48em){.site-footer .menu-footer-links-container .menu li a{font-size:16px;line-height:16px;letter-spacing:.2px}}.site-footer .menu-footer-links-container .menu li a:hover,.site-footer .menu-footer-links-container .menu li a:active,.site-footer .menu-footer-links-container .menu li a:focus{color:#aa276f}.site-footer .site-info .inside-site-info{padding-left:16px;padding-right:16px}.site-footer .site-info .inside-site-info .copyright-bar p{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:15.6px;text-transform:capitalize}.social-icons{display:flex}@media print,screen and (min-width: 64em){.social-icons{justify-content:flex-end}}.social-icons__item{padding-right:24px}.social-icons__item-link{padding:0}@media print,screen and (min-width: 64em){.rotated-heading{position:absolute;margin-left:-80px;top:0;z-index:2}}.rotated-heading h2{color:#2b1e68;margin-bottom:10px;text-transform:lowercase}@media print,screen and (min-width: 48em){.rotated-heading h2{margin-bottom:16px}}@media print,screen and (min-width: 64em){.rotated-heading h2{writing-mode:tb-rl;transform:rotate(-180deg);margin-top:0;margin-bottom:0}}.rating-star{color:#aa276f;font-size:12px;line-height:13px}.rating-star.inactive{color:#c4c4c4}.rating-star.opaque{opacity:0}.main-navigation.slideout-navigation.offside{width:300px;padding-bottom:20px}.main-navigation.slideout-navigation.offside--left{left:-300px}.main-navigation.slideout-navigation.offside--left.is-open{transform:translate3d(300px, 0, 0)}.main-navigation.slideout-navigation .main-nav{border-bottom:1px solid #72757d;padding-bottom:15px;margin-bottom:25px}.main-navigation.slideout-navigation .main-nav ul.sub-menu.toggled-on{background-color:inherit;box-shadow:none}.main-navigation.slideout-navigation .main-nav ul.sub-menu.toggled-on li{padding-left:20px}.main-navigation.slideout-navigation .main-nav ul.sub-menu.toggled-on li a{color:#fff}.main-navigation.slideout-navigation .main-nav ul.sub-menu.toggled-on .sfHover a{background-color:inherit}.main-navigation.slideout-navigation .main-nav ul li.menu-item a{padding:0;font-weight:500;font-size:16px;line-height:40px}.main-navigation.slideout-navigation .main-nav ul li.menu-item.sfHover a,.main-navigation.slideout-navigation .main-nav ul li.menu-item.sfHover a:hover,.main-navigation.slideout-navigation .main-nav ul li.menu-item[class*=current-menu-] a,.main-navigation.slideout-navigation .main-nav ul li.menu-item[class*=current-menu-] a:hover,.main-navigation.slideout-navigation .main-nav ul li.menu-item[class*=current-menu-].sfHover a,.main-navigation.slideout-navigation .main-nav ul li.menu-item[class*=current-menu-].sfHover a:hover,.main-navigation.slideout-navigation .main-nav ul li.menu-item:hover a,.main-navigation.slideout-navigation .main-nav ul li.menu-item:hover a:hover,.main-navigation.slideout-navigation .main-nav ul li.menu-item:focus a,.main-navigation.slideout-navigation .main-nav ul li.menu-item:focus a:hover{background-color:inherit}.main-navigation.slideout-navigation .main-nav ul li.menu-item .dropdown-menu-toggle .gp-icon.icon-arrow{color:#f8c9a8;line-height:inherit}.main-navigation.slideout-navigation .main-nav ul li.menu-item .dropdown-menu-toggle .gp-icon.icon-arrow svg{height:1.3em;width:1.3em;margin-top:5px}.main-navigation.slideout-navigation .slideout-widget{width:100%}.main-navigation.slideout-navigation .slideout-widget .dgwt-wcas-search-icon svg path{fill:#e9e1d6}.main-navigation.slideout-navigation .slideout-widget .dgwt-wcas-search-icon:after{margin-left:10px}.main-navigation.slideout-navigation .slideout-widget .bbp-logged-in img{border-radius:50px;float:none}.main-navigation.slideout-navigation .slideout-widget .bbp-logged-in a{text-align:left;text-transform:none;font-size:16px;font-weight:500}.main-navigation.slideout-navigation .slideout-widget .bbp-logged-in h4 a{display:none}.main-navigation.slideout-navigation .slideout-widget .bbp-login-form label{color:#fff;font-weight:400;font-size:14px}.main-navigation.slideout-navigation .inside-navigation{position:unset}.main-navigation.slideout-navigation .slideout-exit{position:absolute;top:0;right:10px;text-align:right}.secondary-navigation .inside-navigation .main-nav ul li a{text-transform:uppercase !important;font-weight:600 !important;font-size:12px !important}.secondary-navigation .inside-navigation .main-nav ul .menu-item-has-children ul li>a{padding-right:15px}.secondary-navigation .inside-navigation .main-nav ul .menu-item-has-children ul .dropdown-menu-toggle{padding-top:10px;padding-bottom:10px;margin-top:-14px;position:absolute;right:-6px;top:26%}.post-navigation.visible-overflow{overflow:visible !important}.read-more{position:relative}.read-more-section{position:relative}@media print,screen and (min-width: 48em){.read-more__heading{position:absolute;margin-left:-30px;top:0;bottom:15px;z-index:2}}.read-more__heading h4{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:21px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 48em){.read-more__heading h4{font-size:21px;line-height:24.15px}}.read-more__heading h4,.read-more__heading h3{color:#aa276f}@media print,screen and (min-width: 48em){.read-more__heading h4,.read-more__heading h3{writing-mode:tb-rl;transform:rotate(-180deg);height:100%;text-align:center}}.read-more__article{margin-bottom:15px;display:flex;flex:row;justify-content:space-between;background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}.read-more__article--reverse{flex-direction:row-reverse}@media print,screen and (max-width: 63.99875em){.read-more__article .read-more__title h4{text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}}.read-more__content{display:flex;flex-direction:column;justify-content:center;width:calc(100% - 126px);padding:20px 15px}.read-more__title h4{margin-bottom:10px}.read-more__meta{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.read-more__meta span,.read-more__meta a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.read-more__thumbnail{height:126px;width:126px;margin-top:auto;margin-bottom:auto;background-position:center center;background-size:cover;background-repeat:no-repeat}.have-you-tried{padding-top:42px;padding-bottom:32px}.have-you-tried__grid{padding-left:0;padding-right:0}.have-you-tried__content-container{margin-bottom:24px}@media print,screen and (min-width: 64em){.have-you-tried__content-container{margin-bottom:0}}.have-you-tried__heading{margin-bottom:16px}.have-you-tried__text p>a,.have-you-tried__text a{border-bottom:2px solid #aa276f;background-size:10%}.have-you-tried__text p>a:hover,.have-you-tried__text p>a:active,.have-you-tried__text p>a:focus,.have-you-tried__text a:hover,.have-you-tried__text a:active,.have-you-tried__text a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}.have-you-tried__product{display:flex;flex-direction:row;margin-bottom:40px}@media print,screen and (min-width: 64em){.have-you-tried__product{padding-right:24px}}@media print,screen and (min-width: 64em){.have-you-tried__product-container{margin-left:40px}}.have-you-tried__product-image img{width:96px;min-width:96px;max-width:96px;height:96px;border:1px solid #f0f1f3;object-fit:cover}.have-you-tried__product-content{margin-left:16px}.have-you-tried__product-brand{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:4px}.have-you-tried__product-brand:hover{color:#aa276f}.have-you-tried__product-name{margin-bottom:18px}.have-you-tried__write-a-review{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:8px 12px;margin-top:5px;letter-spacing:1px;margin-right:-15px}@media print,screen and (min-width: 48em){.have-you-tried__write-a-review{letter-spacing:1.5px;margin-right:0}}.comments-title{margin-bottom:16px}.comments-area{padding-top:48px;padding-bottom:48px}.comments-area .comment-form .logged-in-as{display:none}.comments-area .comment-form-comment{margin-top:2px}.comments-area .comment-form-comment textarea,.comments-area .comment-form-comment input[type=text]{border:none;background:#f0f1f3}.comments-area .form-submit{text-align:right}.comments-area .form-submit input[type=submit]{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;margin-bottom:0;width:100%}.comments-area .form-submit input[type=submit] span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.comments-area .form-submit input[type=submit]:hover,.comments-area .form-submit input[type=submit]:active{background:#271b5e;color:#fff}.comments-area .form-submit input[type=submit]:hover span,.comments-area .form-submit input[type=submit]:active span{color:#fff}.comments-area .form-submit input[type=submit]:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.comments-area .form-submit input[type=submit]:disabled,.comments-area .form-submit input[type=submit].disabled,.comments-area .form-submit input[type=submit].disabled:hover,.comments-area .form-submit input[type=submit].disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.comments-area .form-submit input[type=submit]:disabled span,.comments-area .form-submit input[type=submit].disabled span,.comments-area .form-submit input[type=submit].disabled:hover span,.comments-area .form-submit input[type=submit].disabled:active span{color:#2b1e68}@media print,screen and (min-width: 48em){.comments-area .form-submit input[type=submit]{width:fit-content}}.comments-area .comment-respond p{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.comments-area .comment-title{margin-bottom:16px}.comments-area .comment-form{margin-bottom:48px}@media print,screen and (min-width: 48em){.comments-area .comment-form{margin-bottom:36px}}@media print,screen and (min-width: 64em){.comments-area .comment-form{margin-bottom:48px}}.comments-area .comment-textbox{margin-top:4px;padding:22px 24px;height:138px;width:100%}.comments-area .comment-textbox::placeholder{font-size:16px;color:#72757d}.comments-area .comment-meta .avatar{height:38px;width:38px;margin-right:0;position:absolute}@media print,screen and (min-width: 48em){.comments-area .comment-meta .avatar{height:56px;width:56px}}.comments-area .comment-reply-title{margin-bottom:16px}.comments-area .comment-reply-title a{color:#aa276f}.comments-area .comment-author-info{display:flex;flex-wrap:wrap;align-items:flex-start;margin-left:56px}@media print,screen and (min-width: 48em){.comments-area .comment-author-info{margin-left:80px}}.comments-area .comment-author-info cite:before{content:""}.comments-area .comment-author-info cite a{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;color:#202126;text-transform:capitalize}.comments-area .comment-metadata{margin-left:10px}.comments-area .comment-metadata.entry-meta{font-size:16px;line-height:20px}.comments-area .comment-metadata a,.comments-area .comment-metadata span{color:#72757d;font-size:12px;line-height:15.6px}.comments-area .comment-content{margin-top:0;border:none;padding:10px 30px 10px 0;margin-left:56px}@media print,screen and (min-width: 48em){.comments-area .comment-content{margin-left:80px}}.comments-area .comment-content .reply a{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.comments-area .comment-content .reply a span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.comments-area .comment-content .reply a:hover,.comments-area .comment-content .reply a:focus,.comments-area .comment-content .reply a:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.comments-area .comment-content .reply a:hover span,.comments-area .comment-content .reply a:focus span,.comments-area .comment-content .reply a:active span{color:#2b1e68}.comments-area .comment-content .reply a:focus{border:2px solid #f8c9a8}.comments-area .comment-content .reply a:disabled,.comments-area .comment-content .reply a.disabled{color:#72757d;background:none}.comments-area .comment-content .reply a:disabled:hover,.comments-area .comment-content .reply a:disabled:focus,.comments-area .comment-content .reply a:disabled:active,.comments-area .comment-content .reply a.disabled:hover,.comments-area .comment-content .reply a.disabled:focus,.comments-area .comment-content .reply a.disabled:active{color:#72757d;border-bottom:none;background:none}.comments-area .comment-content p{margin-bottom:8px}.comments-area .comment-list{padding-top:16px}.comments-area .comment-list>li{margin-bottom:0}.comments-area .comment-list>li>.comment-body{padding:0 0 10px 0}.comments-area .comment-list>li:not(:first-of-type)>.comment-body{padding-top:0}.comments-area .comment-list .children{margin-top:0;border:none}.comments-area .comment-list .children li>.comment-body{padding-top:10px;padding-bottom:10px}.comments-area .depth-1.parent>.children{border:none}.comments-number{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle}.separate-containers .comments-area{padding:0;padding-top:48px;padding-bottom:40px}.trending-products,.suggested-products-block{background-color:#f8f4f1;padding:56px 16px;width:100%}@media print,screen and (min-width: 48em){.trending-products,.suggested-products-block{padding:64px;max-height:320px;overflow:hidden}}.trending-products__container,.suggested-products-block__container{position:relative;padding:0}.trending-products__header-title,.suggested-products-block__header-title{color:#2b1e68;font-size:28px;font-weight:500}@media print,screen and (min-width: 48em){.trending-products__header-title,.suggested-products-block__header-title{font-size:40px;transform:rotateZ(270deg);position:absolute;margin-left:-130px;margin-top:60px}}@media print,screen and (min-width: 64em){.trending-products__header-description,.suggested-products-block__header-description{text-align:center}}.trending-products__items,.suggested-products-block__items{margin-top:23px}@media print,screen and (min-width: 48em){.trending-products__items,.suggested-products-block__items{margin-top:24px}}@media print,screen and (min-width: 64em){.trending-products__items,.suggested-products-block__items{margin-top:32px}}.trending-products__item,.suggested-products-block__item{display:flex !important;flex-direction:column}@media print,screen and (min-width: 48em){.trending-products__item,.suggested-products-block__item{flex-direction:row}}.trending-products__item-image,.suggested-products-block__item-image{text-align:center;margin-bottom:16px;background-color:#fff;width:164px;height:164px;max-width:100%;border:1px solid #f0f1f3}@media print,screen and (min-width: 48em){.trending-products__item-image,.suggested-products-block__item-image{height:96px;width:96px;margin-right:16px}}@media print,screen and (min-width: 64em){.trending-products__item-image,.suggested-products-block__item-image{height:88px;width:88px}}.trending-products__item-image img,.suggested-products-block__item-image img{height:164px;width:164px;object-fit:scale-down;max-width:100%}@media print,screen and (min-width: 48em){.trending-products__item-image img,.suggested-products-block__item-image img{height:96px;width:96px}}@media print,screen and (min-width: 64em){.trending-products__item-image img,.suggested-products-block__item-image img{height:88px;width:88px}}.trending-products__item-details-brand,.suggested-products-block__item-details-brand{margin-bottom:0}.trending-products__item-details-brand a,.suggested-products-block__item-details-brand a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;border-bottom:none}.trending-products__item-details-brand a:hover,.suggested-products-block__item-details-brand a:hover{background-image:inherit;color:inherit}.trending-products__item-details-title,.suggested-products-block__item-details-title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:20.7px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){.trending-products__item-details-title,.suggested-products-block__item-details-title{font-size:21px;line-height:24.15px}}.trending-products__item-details-price,.suggested-products-block__item-details-price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:0}.trending-products__control,.suggested-products-block__control{display:none;position:absolute}@media print,screen and (min-width: 48em){.trending-products__control,.suggested-products-block__control{display:block;top:50%}}.trending-products__control-prev,.trending-products__control-next,.suggested-products-block__control-prev,.suggested-products-block__control-next{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;width:40px;height:40px;text-align:center;border-radius:50%;background-color:#2b1e68;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.trending-products__control-prev svg,.trending-products__control-next svg,.suggested-products-block__control-prev svg,.suggested-products-block__control-next svg{width:16px;color:#fff}.trending-products__control-prev svg path,.trending-products__control-next svg path,.suggested-products-block__control-prev svg path,.suggested-products-block__control-next svg path{fill:#fff}.trending-products__control.left,.suggested-products-block__control.left{display:none}.trending-products__control.right,.suggested-products-block__control.right{right:-48px;z-index:1}.hero-home{position:relative;z-index:0;background:#eae9f0}@media print,screen and (min-width: 48em){.hero-home{min-height:410px}}@media print,screen and (min-width: 64em){.hero-home{min-height:624px}}.hero-home__slider{min-height:inherit;position:relative;width:100vw}.hero-home__slider .grid-container{height:100%;width:100%;min-height:inherit}@media print,screen and (min-width: 48em){.hero-home__slider .grid-container{min-height:410px}}@media print,screen and (min-width: 64em){.hero-home__slider .grid-container{min-height:624px}}.hero-home__slider-container{height:100%;width:100%}@media print,screen and (min-width: 48em){.hero-home__slider-container{min-height:410px}}@media print,screen and (min-width: 64em){.hero-home__slider-container{min-height:624px}}.hero-home__slider-item{min-height:inherit}.hero-home__slider-category-link:hover{color:#aa276f}.hero-home__slider-image{z-index:2;height:312px;display:flex;position:relative;align-items:center;right:0}.hero-home__slider-image a{width:100%}@media print,screen and (min-width: 48em){.hero-home__slider-image{text-align:left;position:absolute;height:100%;top:0;margin-left:15px;bottom:0}}.hero-home__slider-image img{height:272px;width:100%;object-fit:cover}@media print,screen and (min-width: 48em){.hero-home__slider-image img{height:290px}}@media print,screen and (min-width: 64em){.hero-home__slider-image img{height:524px;max-width:960px;width:calc(50vw - 32px)}}.hero-home__slider-meta{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d;margin-top:15px;margin-bottom:15px}.hero-home__slider-meta span,.hero-home__slider-meta a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.hero-home__slider-content{position:relative;z-index:2;display:flex;flex-direction:column;padding:15px 0;justify-content:center;min-height:inherit;margin-top:15px}@media print,screen and (min-width: 48em){.hero-home__slider-content{margin-top:unset}}.hero-home__slider-content h1{font-family:"CormorantGaramond",serif;font-weight:600;font-size:32px;line-height:35.2px;color:#202126;color:#2b1e68}@media print,screen and (min-width: 48em){.hero-home__slider-content h1{font-size:48px;line-height:52.8px}}.hero-home__slider-content p{margin-top:10px;margin-bottom:10px}.hero-home__indicator{position:absolute;z-index:3;top:342px;bottom:unset;width:100%}@media print,screen and (min-width: 48em){.hero-home__indicator{top:unset;bottom:46px}}.hero-home__indicator-outline{width:95%;height:6px;background:#b1adc7}.hero-home__indicator-indices{background:#2b1e68;height:6px;transition:width 4s linear;width:0;opacity:0}.hero-home__indicator-indices.active{width:100%;opacity:1}.hero-home__background{position:absolute;top:0;right:0;height:317px;width:100%;max-width:500px}@media print,screen and (min-width: 48em){.hero-home__background{min-height:inherit;width:50%;z-index:0;top:0;left:50%;right:unset;bottom:0;position:absolute;height:100%;max-width:980px}}@media print,screen and (min-width: 64em){.hero-home__background{width:55%;left:45%;right:unset}}.hero-background{overflow:hidden;height:100%;position:relative}.hero-background div{position:absolute}.hero-background__first{left:0%;right:-2.41%;top:-8.83%;bottom:6.94%}@media print,screen and (min-width: 48em){.hero-background__first{left:0;right:-28.49%;top:-1.95%;bottom:-0.73%}}@media print,screen and (min-width: 64em){.hero-background__first{left:-8.59%;right:-7.6%;top:-9.92%;bottom:-15.68%}}.hero-background__second{left:45.72%;right:9.09%;top:51.42%;bottom:2.21%}@media print,screen and (min-width: 64em){.hero-background__second{left:57.26%;right:-14.25%;top:59.02%;bottom:-5.61%}}@media print,screen and (min-width: 48em){.hero-background__second{left:43.46%;right:5.6%;top:64.64%;bottom:-21.6%}}.hero-background__third{left:56.42%;right:-3.21%;top:-10.73%;bottom:68.45%}@media print,screen and (min-width: 48em){.hero-background__third{left:55.42%;right:-8.59%;top:-12.48%;bottom:60.32%}}@media print,screen and (min-width: 64em){.hero-background__third{left:70.7%;right:-29.3%;top:-3.9%;bottom:61.22%}}.hero-background__fourth{left:5.76%;right:46.9%;top:-9.15%;bottom:30.91%}@media print,screen and (min-width: 48em){.hero-background__fourth{left:10.05%;right:42.24%;top:-1.95%;bottom:23.41%}}@media print,screen and (min-width: 64em){.hero-background__fourth{left:4.48%;right:36.74%;top:-10.24%;bottom:13.76%}}.hero-background__fifth{left:36.52%;right:31.3%;top:57%;bottom:1%}@media print,screen and (min-width: 48em){.hero-background__fifth{left:27.52%;right:20.71%;top:52.44%;bottom:-1.22%}}@media print,screen and (min-width: 64em){.hero-background__fifth{left:27.18%;right:30.62%;top:56.41%;bottom:-16.23%}}.hero-background__sixth{left:8.18%;right:42.25%;top:-7.98%;bottom:74.35%}@media print,screen and (min-width: 48em){.hero-background__sixth{left:13.58%;right:41.69%;top:-3.98%;bottom:35.32%}}@media print,screen and (min-width: 64em){.hero-background__sixth{left:12.08%;right:32.21%;top:-18.6%;bottom:54.88%}}.hero-background--animate .move{animation:move 45s ease-in-out infinite}.hero-default{padding-top:32px;padding-bottom:32px;margin-bottom:32px}.hero-default__sub-heading{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.hero-default__sub-heading{font-size:21px;line-height:27.3px}}.hero-default--bg-eggshell{background:#f8f4f1}.hero-default--bg-tint-crimson{background:#f7eaf1}@media print,screen and (min-width: 48em){.hero-default{max-height:420px;padding-top:54px;padding-bottom:54px}}@media print,screen and (min-width: 48em){.hero-default__image{height:311px;max-height:311px;width:100%;object-fit:cover}}.hero-default__content{margin-bottom:12px}@media print,screen and (min-width: 48em){.hero-default__content{margin-bottom:0;padding-right:9px;padding-left:8px}}@media print,screen and (min-width: 48em){.hero-default__image_container{margin-left:5px;margin-right:4px}}.hero-default__title{margin-bottom:16px}.hero-default__breadcrumb{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:16px}.hero-default__breadcrumb span,.hero-default__breadcrumb a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.hero-default__breadcrumb .breadcrumb_last{color:#202126}.hero-default__breadcrumb .seperator{color:#72757d}.hero-default__breadcrumb a{color:#72757d}.hero-default__breadcrumb a:hover,.hero-default__breadcrumb a:active,.hero-default__breadcrumb a:focus{color:#aa276f}.single-post .inside-page-hero .breadcrumb_last{color:#72757d}@media print,screen and (min-width: 48em){.single-post .inside-page-hero .breadcrumb_last{display:inline-block}}@media print,screen and (min-width: 48em){.hero-forum{margin-bottom:16px}}.hero-forum__sub-heading{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.hero-forum__sub-heading{font-size:21px;line-height:27.3px}}.hero-forum--bg-tint-ocean{background:#ebf0f3}.hero-forum__container{padding-top:24px;padding-bottom:24px}@media print,screen and (min-width: 48em){.hero-forum__container{padding-top:48px;padding-bottom:84px}}.hero-forum__container .bbp-form-search__input,.hero-forum__container .bbp-form-search input[type=text]{background:#fff}.hero-forum__content{margin-bottom:0}.hero-forum__title{margin-bottom:8px}.hero-forum__title--extra-margin{margin-bottom:11px}@media print,screen and (min-width: 48em){.hero-forum__title{margin-bottom:24px}}.hero-forum__breadcrumb{margin-bottom:24px;font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.hero-forum__breadcrumb span,.hero-forum__breadcrumb a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}@media print,screen and (min-width: 48em){.hero-forum__breadcrumb{margin-bottom:47px}}.hero-forum__breadcrumb .breadcrumb_last{color:#202126}.hero-forum__breadcrumb .seperator{color:#72757d}.hero-forum__breadcrumb a{color:#72757d}.hero-forum__breadcrumb a:hover,.hero-forum__breadcrumb a:active,.hero-forum__breadcrumb a:focus{color:#aa276f}.hero-forum__button-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:24px}@media print,screen and (min-width: 48em){.hero-forum__button-container{margin-bottom:24px;margin-top:0;justify-content:flex-end}}.hero-forum__button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.hero-forum__button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.hero-forum__button:hover,.hero-forum__button:active{background:#271b5e;color:#fff}.hero-forum__button:hover span,.hero-forum__button:active span{color:#fff}.hero-forum__button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.hero-forum__button:disabled,.hero-forum__button.disabled,.hero-forum__button.disabled:hover,.hero-forum__button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.hero-forum__button:disabled span,.hero-forum__button.disabled span,.hero-forum__button.disabled:hover span,.hero-forum__button.disabled:active span{color:#2b1e68}.hero-forum__button--full{display:block;text-align:center;width:100%}@media print,screen and (min-width: 48em){.hero-forum__button--full{display:inline-block;width:fit-content}}.hero-forum__html-container{padding-top:32px;padding-bottom:16px;margin-bottom:0px}@media print,screen and (min-width: 64em){.hero-forum__html-container{padding-bottom:0;padding-top:0}}.hero-forum--topic .hero-forum__container{padding-top:24px;padding-bottom:24px}@media print,screen and (min-width: 48em){.hero-forum--topic .hero-forum__container{padding-top:48px;padding-bottom:48px}}.hero-forum--topic .hero-forum__breadcrumb{margin-bottom:0}@media print,screen and (min-width: 48em){.hero-forum--topic .hero-forum__breadcrumb{margin-bottom:0}}.hero-forum--topic .hero-forum__button-container{display:none;margin-bottom:0;margin-top:-18px}@media print,screen and (min-width: 48em){.hero-forum--topic .hero-forum__button-container{display:block;text-align:right;margin-bottom:0}}.hero-title{background:linear-gradient(89.7deg, #DDF0ED 0.51%, #F8F4F1 46.61%, #FFDED9 93.68%);padding:24px 0}@media print,screen and (min-width: 48em){.hero-title{padding:93px 0}}.hero-title__heading{text-align:center}@media print,screen and (min-width: 48em){.hero-title__heading{text-align:left}}.forum-sort{display:flex;width:100%;justify-content:flex-end}.forum-sort__container{width:100%}@media print,screen and (min-width: 48em){.forum-sort__container{width:163px}}.forum-sort__container select{padding-left:16px;max-width:100%}.forum-filter{display:flex;width:100%;justify-content:flex-start}.forum-filter__container{width:100%}@media print,screen and (min-width: 48em){.forum-filter__container{width:163px}}.forum-filter__container select{padding-left:16px;max-width:100%}@media print,screen and (min-width: 64em){.landing-sections__sidebar{margin-left:24px}}.latest-topics{padding-top:32px;padding-bottom:32px}.latest-topics__container{display:flex;margin-left:-12px;margin-right:-12px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.latest-topics__container::-webkit-scrollbar{display:none}.latest-topics__heading{margin-bottom:16px}@media print,screen and (min-width: 48em){.latest-topics__heading--extra-margin{margin-bottom:24px}}.latest-topics__topic-container{width:208px;min-width:208px;height:128px;padding:2px;border-radius:4px;margin-left:12px;margin-right:12px}.latest-topics__topic-container:nth-child(even){background:linear-gradient(89.7deg, #DDF0ED 0.51%, #F8F4F1 46.61%, #FFDED9 93.68%)}.latest-topics__topic-container:nth-child(odd){background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}.latest-topics__topic-permalink p:hover{color:#aa276f}.latest-topics__topic{background:#fff;height:100%;width:100%;border-radius:4px;padding:16px;position:relative}.latest-topics__topic-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px}.latest-topics__topic-posts{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.latest-topics__topic-meta{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;position:absolute;bottom:12px}.latest-topics__topic-meta span{margin-right:6px}.latest-topics__topic-meta span,.latest-topics__topic-meta a{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.latest-topics__topic-meta a:hover,.latest-topics__topic-meta a:active,.latest-topics__topic-meta a:focus{color:#aa276f}.latest-topics__topic-author a,.latest-topics__topic-author span,.latest-topics__topic-author .bbp-author-name{color:#202126;font-weight:500}.latest-topics__topic-author a:hover .bbp-author-name,.latest-topics__topic-author a:active .bbp-author-name,.latest-topics__topic-author a:focus .bbp-author-name{color:#aa276f}.latest-topics__bg-crimson{width:6px;height:6px;border-radius:50%;background:#aa276f;float:right;display:block;margin-top:5px}.latest-topics__bg-crimson--hidden{display:none}.latest-activity__post-container{margin-bottom:16px}.latest-activity__post{padding:16px;border:1px solid #f0f1f3;border-radius:4px}.latest-activity__post-meta{display:flex;flex-direction:row;justify-content:space-between}.latest-activity__post-time{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;color:#72757d;margin-top:8px}.latest-activity__post-content{margin-top:16px;margin-bottom:20px}@media print,screen and (min-width: 48em){.latest-activity__post-content{line-height:32px}}.latest-activity__post-content:hover span{border-bottom:2px solid #aa276f}.latest-activity__post-content-read-more{font-weight:600;color:#aa276f}.latest-activity__reply{display:flex;align-items:center}.latest-activity__reply-link,.latest-activity__report-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.latest-activity__reply-link span,.latest-activity__report-link span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.latest-activity__reply-link:hover,.latest-activity__reply-link:focus,.latest-activity__reply-link:active,.latest-activity__report-link:hover,.latest-activity__report-link:focus,.latest-activity__report-link:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.latest-activity__reply-link:hover span,.latest-activity__reply-link:focus span,.latest-activity__reply-link:active span,.latest-activity__report-link:hover span,.latest-activity__report-link:focus span,.latest-activity__report-link:active span{color:#2b1e68}.latest-activity__reply-link:focus,.latest-activity__report-link:focus{border:2px solid #f8c9a8}.latest-activity__reply-link:disabled,.latest-activity__reply-link.disabled,.latest-activity__report-link:disabled,.latest-activity__report-link.disabled{color:#72757d;background:none}.latest-activity__reply-link:disabled:hover,.latest-activity__reply-link:disabled:focus,.latest-activity__reply-link:disabled:active,.latest-activity__reply-link.disabled:hover,.latest-activity__reply-link.disabled:focus,.latest-activity__reply-link.disabled:active,.latest-activity__report-link:disabled:hover,.latest-activity__report-link:disabled:focus,.latest-activity__report-link:disabled:active,.latest-activity__report-link.disabled:hover,.latest-activity__report-link.disabled:focus,.latest-activity__report-link.disabled:active{color:#72757d;border-bottom:none;background:none}.latest-activity__report-link{margin-left:13px}.latest-activity__topic{margin-top:8px;margin-bottom:24px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.latest-activity__topic-in{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.latest-activity__topic-title{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;color:#202126}.latest-activity__topic-title span{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;color:#202126}.latest-activity__topic-title:hover,.latest-activity__topic-title:active,.latest-activity__topic-title:focus{color:#aa276f}.latest-activity__topic-title:hover span,.latest-activity__topic-title:active span,.latest-activity__topic-title:focus span{color:#aa276f}.latest-activity__post-author{min-width:50%}.latest-activity__post-author .bbp-author-avatar{margin-right:16px}.forum-list__item{padding-top:12px;padding-bottom:24px;margin-bottom:12px;border-bottom:1px solid #f0f1f3}.forum-list__single-item{padding-right:32px}.forum-list__single-title h4{color:#2b1e68}.forum-list__single-title:hover h4,.forum-list__single-title:focus h4,.forum-list__single-title:active h4{color:#aa276f}.forum-list__single-content{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:8px}.forum-list__single-content p{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:0}.forum-list__single-post{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d;text-align:right}@media print,screen and (min-width: 48em){.forum-list__single-post{text-align:left}}.forum-list__single-post:hover,.forum-list__single-post:active,.forum-list__single-post:focus{color:#aa276f}.forum-list__topic-latest{margin-bottom:8px;font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126}.forum-list__topic-title{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;margin-bottom:0}.forum-list__topic-title span{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px}.forum-list__topic-title:hover,.forum-list__topic-title:active,.forum-list__topic-title:focus{color:#aa276f}.forum-list__topic-title:hover span,.forum-list__topic-title:active span,.forum-list__topic-title:focus span{color:#aa276f}.forum-list__topic-meta{display:flex;margin-top:8px}.forum-list__topic-meta span,.forum-list__topic-meta a{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.forum-list__topic-author{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;margin-right:8px}.forum-list__topic-author a,.forum-list__topic-author span{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;margin-right:0}.forum-list__topic-author a:hover,.forum-list__topic-author a:active,.forum-list__topic-author a:focus,.forum-list__topic-author span:hover,.forum-list__topic-author span:active,.forum-list__topic-author span:focus{color:#aa276f}.forum-list__topic-time{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.forum-list__topic-time a{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.forum-list__topic-time a:hover,.forum-list__topic-time a:active,.forum-list__topic-time a:focus{color:#aa276f}.topic-list{padding-top:16px;padding-bottom:64px;position:relative}.topic-list__container{position:relative}.topic-list__content-wrapper{border-top:1px solid #f0f1f3}.topic-list__item{padding-top:24px;padding-bottom:24px;border-bottom:1px solid #f0f1f3}.topic-list__topic-title{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;margin-bottom:8px}.topic-list__topic-title:hover,.topic-list__topic-title:focus,.topic-list__topic-title:active{color:#aa276f}.topic-list__topic-title span{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px}.topic-list__topic-title span:hover,.topic-list__topic-title span:focus,.topic-list__topic-title span:active{color:#aa276f}.topic-list__topic-count{margin-right:17px}.topic-list__topic-count span{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d;margin-right:17px}.topic-list__topic-count span:hover,.topic-list__topic-count span:active,.topic-list__topic-count span:focus{color:#aa276f}.topic-list__last-post{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;margin-bottom:5px}.topic-list__topic-info{margin-top:16px}@media print,screen and (min-width: 48em){.topic-list__topic-info{margin-top:15px}}.topic-list__topic-meta{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.topic-list__topic-meta span,.topic-list__topic-meta a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.topic-list__topic-meta a:hover,.topic-list__topic-meta a:active,.topic-list__topic-meta a:focus{color:#aa276f}.topic-list__topic-author{margin-right:11px}.topic-list__topic-author span,.topic-list__topic-author a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#202126;margin-right:0px;font-weight:500}.reply-list{padding-top:22px;margin-bottom:32px}@media print,screen and (min-width: 48em){.reply-list{padding-top:16px}}.reply-list__heading{display:flex;justify-content:space-between;margin-bottom:16px;align-items:center}.reply-list__heading h3{margin-bottom:0}.reply-list__topic-reply{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.reply-list__topic-reply span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.reply-list__topic-reply:hover,.reply-list__topic-reply:active{background:#271b5e;color:#fff}.reply-list__topic-reply:hover span,.reply-list__topic-reply:active span{color:#fff}.reply-list__topic-reply:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.reply-list__topic-reply:disabled,.reply-list__topic-reply.disabled,.reply-list__topic-reply.disabled:hover,.reply-list__topic-reply.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.reply-list__topic-reply:disabled span,.reply-list__topic-reply.disabled span,.reply-list__topic-reply.disabled:hover span,.reply-list__topic-reply.disabled:active span{color:#2b1e68}.reply-list__container{position:relative}.reply-list__filters{display:flex;justify-content:space-between}.reply-list__ajax-refine,.reply-list__ajax-ordering{max-width:49%}.reply-list__content-wrapper ul{margin-left:0}.reply-list__content-wrapper ul li{list-style:none}.reply-list__nested{padding-left:20px}.reply-list__nested .reply-list__reply{margin-top:-8px}.reply-list__reply{border:1px solid #f0f1f3;border-radius:4px;padding:16px 20px 20px 17px;margin-bottom:24px}.reply-list__reply-meta{display:flex;justify-content:space-between;margin-bottom:16px;align-items:center}.reply-list__reply-date{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.reply-list__reply-content{margin-bottom:19px}.reply-list__reply-op{display:flex;justify-content:space-between}.reply-list__button{display:flex;align-items:center}.reply-list__reply-permalink,.reply-list__report-permalink{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.reply-list__reply-permalink span,.reply-list__report-permalink span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.reply-list__reply-permalink:hover,.reply-list__reply-permalink:focus,.reply-list__reply-permalink:active,.reply-list__report-permalink:hover,.reply-list__report-permalink:focus,.reply-list__report-permalink:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.reply-list__reply-permalink:hover span,.reply-list__reply-permalink:focus span,.reply-list__reply-permalink:active span,.reply-list__report-permalink:hover span,.reply-list__report-permalink:focus span,.reply-list__report-permalink:active span{color:#2b1e68}.reply-list__reply-permalink:focus,.reply-list__report-permalink:focus{border:2px solid #f8c9a8}.reply-list__reply-permalink:disabled,.reply-list__reply-permalink.disabled,.reply-list__report-permalink:disabled,.reply-list__report-permalink.disabled{color:#72757d;background:none}.reply-list__reply-permalink:disabled:hover,.reply-list__reply-permalink:disabled:focus,.reply-list__reply-permalink:disabled:active,.reply-list__reply-permalink.disabled:hover,.reply-list__reply-permalink.disabled:focus,.reply-list__reply-permalink.disabled:active,.reply-list__report-permalink:disabled:hover,.reply-list__report-permalink:disabled:focus,.reply-list__report-permalink:disabled:active,.reply-list__report-permalink.disabled:hover,.reply-list__report-permalink.disabled:focus,.reply-list__report-permalink.disabled:active{color:#72757d;border-bottom:none;background:none}.reply-list__report-permalink{margin-left:13px}.reply-list__admin-links{margin-top:-3px}.reply-list__no-content{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;padding-top:16px;padding-bottom:16px}@media print,screen and (min-width: 48em){.reply-list__no-content{font-size:21px;line-height:27.3px}}.reply-list__reply-author{min-width:50%}.from-the-beauties{flex:1}@media print,screen and (min-width: 64em){.from-the-beauties{padding-left:64px;padding-right:64px}}.from-the-beauties__container{position:relative;margin-top:12px;margin-bottom:12px}@media print,screen and (min-width: 64em){.from-the-beauties__container{margin-top:84px;margin-bottom:84px}}.from-the-beauties__review-container{margin-top:12px;margin-bottom:12px}@media print,screen and (min-width: 48em){.from-the-beauties__review-container{margin-bottom:52px;border-right:1px solid #d1d2d8;flex:1;padding-bottom:30px;margin-bottom:0;position:relative}}.from-the-beauties__heading{margin-bottom:18px}@media print,screen and (min-width: 64em){.from-the-beauties__heading{margin-bottom:32px}}.from-the-beauties__review{display:flex;flex-wrap:wrap;margin-bottom:16px;margin-right:16px}.from-the-beauties__review-rating{margin-bottom:10px}.from-the-beauties__review-product-image{margin-right:16px;order:2}@media print,screen and (min-width: 64em){.from-the-beauties__review-product-image{order:1}}.from-the-beauties__review-product-image img{width:64px;height:64px;object-fit:cover;border:1px solid #f0f1f3}.from-the-beauties__review-content-container{width:100%;order:1}@media print,screen and (min-width: 64em){.from-the-beauties__review-content-container{width:calc(100% - 80px);order:2}}.from-the-beauties__review-product-content{width:calc(100% - 80px);order:3}@media print,screen and (min-width: 64em){.from-the-beauties__review-product-content{margin-left:80px}}.from-the-beauties__review-product-brand{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.from-the-beauties__review-product-brand:hover{color:#aa276f}.from-the-beauties__review-product-name{margin-top:4px;font-weight:600;margin-bottom:4px}.from-the-beauties__review-product-name:hover{color:#aa276f}.from-the-beauties__review-content:hover span{border-bottom:2px solid #aa276f}.from-the-beauties__review-overall{display:flex;align-items:center}.from-the-beauties__review-overall span{margin-right:6px}.from-the-beauties__review-content-read-more{font-weight:600;color:#aa276f}.from-the-beauties__button-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.from-the-beauties__button-link span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.from-the-beauties__button-link:hover,.from-the-beauties__button-link:focus,.from-the-beauties__button-link:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.from-the-beauties__button-link:hover span,.from-the-beauties__button-link:focus span,.from-the-beauties__button-link:active span{color:#2b1e68}.from-the-beauties__button-link:focus{border:2px solid #f8c9a8}.from-the-beauties__button-link:disabled,.from-the-beauties__button-link.disabled{color:#72757d;background:none}.from-the-beauties__button-link:disabled:hover,.from-the-beauties__button-link:disabled:focus,.from-the-beauties__button-link:disabled:active,.from-the-beauties__button-link.disabled:hover,.from-the-beauties__button-link.disabled:focus,.from-the-beauties__button-link.disabled:active{color:#72757d;border-bottom:none;background:none}@media print,screen and (min-width: 48em){.from-the-beauties__button-link{bottom:5px;position:absolute}}.from-the-beauties__topic{margin-bottom:32px}@media print,screen and (min-width: 48em){.from-the-beauties__topic-container{margin-left:24px;flex:1;height:100%;padding-bottom:30px;position:relative}}.from-the-beauties__topic-forum{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:10px}.from-the-beauties__topic-forum:hover{color:#aa276f}.from-the-beauties__topic-title{margin-bottom:10px}.from-the-beauties__topic-title:hover{color:#aa276f}.from-the-beauties__topic-meta{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.from-the-beauties__topic-meta a,.from-the-beauties__topic-meta span{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;text-decoration:none;border-bottom:0;color:inherit}.from-the-beauties__topic-meta a:hover{color:#aa276f}.instagram-feed{background:#f8c9a8;max-height:370px;padding-top:32px;padding-bottom:32px;flex:1;position:relative;overflow:hidden}@media print,screen and (min-width: 48em){.instagram-feed{max-height:452px;padding-top:32px;padding-bottom:32px}}@media print,screen and (min-width: 64em){.instagram-feed{padding-top:75px;padding-bottom:75px;padding-right:64px;padding-left:64px}}.instagram-feed.disconnected{display:none}.instagram-feed__container{position:relative}.instagram-feed__section{position:relative;margin-right:0}@media print,screen and (min-width: 64em){.instagram-feed__section{margin-right:-64px}}.instagram-feed__beauty{margin-top:12px}@media print,screen and (min-width: 48em){.instagram-feed__beauty{margin-top:0}}.instagram-feed__photo{position:relative;display:block;padding-top:100%;overflow:hidden;background-size:cover;background-repeat:no-repeat}.instagram-feed__photo .sbi-screenreader{display:none}.instagram-feed__photo svg{position:absolute;z-index:2;right:10px;top:10px;width:30px}.instagram-feed__photo img{display:none}.instagram-feed__control{display:none;position:absolute}@media print,screen and (min-width: 64em){.instagram-feed__control{display:block}}.instagram-feed__control-prev,.instagram-feed__control-next{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;width:40px;height:40px;text-align:center;border-radius:50%;background-color:#2b1e68;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.instagram-feed__control-prev svg,.instagram-feed__control-next svg{width:16px;color:#fff}.instagram-feed__control-prev svg path,.instagram-feed__control-next svg path{fill:#fff}.instagram-feed__control.left{top:-60px;right:30px;z-index:1;transform:rotate(-90deg)}.instagram-feed__control.right{bottom:-60px;right:30px;z-index:1;transform:rotate(-90deg)}.instagram-feed__beauty.loading{opacity:0;overflow:hidden}.brand-listing{padding-top:64px;padding-bottom:64px}.brand-listing__heading{text-align:center;margin-bottom:32px}.brand-listing__heading ::first-letter{text-transform:capitalize}.brand-listing__container{border-bottom:1px solid #d1d2d8;padding-top:30px;padding-bottom:24px;margin-right:18px}.brand-listing__brand{margin-bottom:5px}.brand-listing__brand-link{padding-bottom:5px;width:100%;display:block;text-transform:capitalize;display:block}.brand-listing__brand-link:hover{color:#aa276f}.brand-listing__title{text-transform:capitalize;margin-bottom:0}.brand-listing__title.active{color:#aa276f}.brand-listing__index{display:flex;flex-direction:row;margin-left:0;justify-content:space-between;overflow:auto;margin-right:0;max-width:100%;padding-bottom:24px;margin-bottom:0;border-bottom:1px solid #d1d2d8;-ms-overflow-style:none;scrollbar-width:none}.brand-listing__index.fixed{position:fixed;top:55px;padding-top:16px;background:#fff}@media print,screen and (min-width: 48em){.brand-listing__index.fixed{top:46px;padding-top:18px}}@media print,screen and (min-width: 64em){.brand-listing__index.fixed{top:90px;padding-top:36px}}.brand-listing__index::-webkit-scrollbar{display:none}.brand-listing__index li{list-style:none}.brand-listing__index li a,.brand-listing__index li span{font-family:"CormorantGaramond",serif;font-weight:700;font-size:21px;line-height:24px;letter-spacing:27px;text-transform:capitalize;text-align:center}.brand-listing__index li a{color:#202126}.brand-listing__index li a:hover,.brand-listing__index li a:active,.brand-listing__index li a:focus{color:#aa276f;text-decoration:none}.brand-listing__index li span{color:#d1d2d8}@media print,screen and (min-width: 48em){.admin-bar .brand-listing__index.fixed{top:120px;padding-top:36px}}.product-list{position:relative;padding-top:42px;padding-bottom:42px}.product-list__top-head.fixed,.product-list__top-head.sticky{position:fixed;top:40px;width:100%;padding-top:16px;z-index:12;background:#fff}@media print,screen and (min-width: 48em){.product-list__top-head.fixed,.product-list__top-head.sticky{top:46px}}@media print,screen and (min-width: 64em){.product-list__top-head.fixed,.product-list__top-head.sticky{top:96px}}.product-list__top-head.fixed .product-list__heading,.product-list__top-head.sticky .product-list__heading{display:none}@media print,screen and (min-width: 48em){.product-list__top-head.fixed .product-list__heading,.product-list__top-head.sticky .product-list__heading{display:block}}.product-list__top-head.box-shadow,.product-list__top-head.sticky{box-shadow:0px 4px 8px rgba(17,17,21,.1)}.product-list__head-section{margin-bottom:18px}.product-list__heading{margin-top:4px;margin-bottom:4px}.product-list__title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:28px;line-height:32.2px;letter-spacing:.3px;color:#202126;display:inline}@media print,screen and (min-width: 64em){.product-list__title{font-size:40px;line-height:44px;letter-spacing:0}}.product-list__count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle;display:inline-block;margin-top:0;margin-bottom:8px}.product-list__toggler{display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap}@media print,screen and (min-width: 48em){.product-list__toggler{justify-content:flex-end}}.product-list__toggler select{width:fit-content;min-width:140px;max-width:100%;font-size:15px;font-weight:bold}@media print,screen and (min-width: 48em){.product-list__toggler select{max-width:165px;width:165px}}.product-list__toggler-filter{padding-right:8px;max-width:50%}.product-list__toggler-filter--hidden{display:none}.product-list__toggler-filter select{background-image:url("/wp-content/themes/generatepress-child/assets/filter-icon.svg")}.product-list__filter-btn{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:21px;padding:10px;letter-spacing:.2px;color:#202126;background-color:#f0f1f3;border:none;height:48px;width:165px;transition:unset;text-align:left;position:relative;cursor:pointer;text-transform:capitalize;min-width:140px;max-width:100%;width:180px}.product-list__filter-btn:focus,.product-list__filter-btn:hover,.product-list__filter-btn:active{border:none;color:#202126;outline:none;box-shadow:none;background-color:#f0f1f3;transform:unset}.product-list__filter-btn:active,.product-list__filter-btn:focus{border:2px solid #f8c9a8;transition:unset}.product-list__filter-btn svg{position:absolute;right:10px;top:43%}@media print,screen and (min-width: 48em){.product-list__filter-btn{width:165px}}.product-list__toggler-sort{max-width:50%}.product-list__product-content{padding-left:16px}@media print,screen and (min-width: 48em){.product-list__product-content{padding-left:0}}.product-list__content-wrapper{margin-left:-12px;margin-right:-12px}.product-list__product{margin-bottom:30px;padding-left:12px;padding-right:12px}@media print,screen and (min-width: 48em){.product-list__product{margin-bottom:48px}}.product-list__product-image{margin-left:auto;position:relative}@media print,screen and (min-width: 48em){.product-list__product-image{width:100%;margin-right:0}}.product-list__product-image img{height:120px;width:100%;border:1px solid #f0f1f3;object-fit:scale-down;margin-bottom:9px}@media print,screen and (min-width: 48em){.product-list__product-image img{height:180px;margin-bottom:16px}}@media print,screen and (min-width: 64em){.product-list__product-image img{width:100%;height:264px}}.product-list__product-heart{margin-left:-4px}.product-list__product-heart:after{content:"Favourite";margin-left:5px}.product-list__product-heart svg{padding-top:2px}@media print,screen and (min-width: 48em){.product-list__product-heart{position:absolute;margin-left:0;top:12px;right:12px}.product-list__product-heart:after{content:""}.product-list__product-heart svg{padding-top:0}}.product-list__product-heart.hidden{display:none}.product-list__product-brand{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.product-list__product-brand:hover{color:#aa276f}.product-list__product-name{margin-top:5px;margin-bottom:5px}.product-list__product-price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:0}.product-list__product-price span,.product-list__product-price bdi{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:0}.product-list__product-review{margin-bottom:5px}.product-list__review-average{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;padding-left:5px;color:#202126}.product-list__total-review{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;margin-bottom:0px;color:#aa276f}.product-list__reward-point,.product-list__reward-point span{font-family:"Inter",sans-serif;font-weight:500;font-size:16px;line-height:22.4px;color:#aa276f;margin-top:4px}.product-list__reward-point{display:none}.product-list__reward-point.block{display:block}.product-list__no-content{padding-left:16px;padding-right:16px}.admin-bar .product-list__top-head.fixed,.admin-bar .product-list__top-head.sticky{margin-top:-3px}@media print,screen and (min-width: 48em){.admin-bar .product-list__top-head.fixed,.admin-bar .product-list__top-head.sticky{margin-top:34px}}@media print,screen and (min-width: 48em){.filter-navigation-wrapper{height:4rem}}.article-list{position:relative;padding-top:42px;padding-bottom:42px}.article-list__head-section{margin-bottom:14px}.article-list__count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle}.article-list__article-content{padding-left:16px}@media print,screen and (min-width: 48em){.article-list__article-content{padding-left:0}}.article-list__featured{margin-bottom:50px}.article-list__content-wrapper{margin-left:-12px;margin-right:-12px}@media print,screen and (min-width: 64em){.article-list__content-wrapper{padding-top:42px;margin-left:-24px;margin-right:-24px}}@media print,screen and (min-width: 48em){.article-list__single-post{padding-left:28px;padding-right:28px}}.article-list__post-image{margin-bottom:9px}@media print,screen and (min-width: 48em){.article-list__post-image{width:100%;margin-right:0;margin-bottom:16px}}.article-list__post-image img{object-fit:cover}.article-list__post-img-wrapper{padding:0;margin-right:16px}@media print,screen and (min-width: 48em){.article-list__post-img-wrapper{margin-right:0}}@media print,screen and (min-width: 48em){.article-list__post-name{margin-bottom:16px}}.article-list__post-name span{background-size:10%;font-size:inherit;font-family:inherit;font-weight:inherit}.article-list__post{padding-left:12px;padding-right:12px;margin-bottom:24px;display:flex;flex-direction:row}.article-list__post img{object-fit:cover;height:72px;width:72px;min-width:72px;background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}@media print,screen and (min-width: 48em){.article-list__post img{width:100%;max-width:336px}}@media print,screen and (min-width: 48em){.article-list__post>div{max-width:336px}}@media print,screen and (min-width: 48em){.article-list__post{flex-direction:column}.article-list__post:nth-child(odd){padding-top:43px;padding-bottom:28px}.article-list__post:nth-child(odd) img{height:256px}.article-list__post:nth-child(even) img{height:351px}}@media print,screen and (min-width: 64em){.article-list__post{flex-direction:column}.article-list__post--no-featured:nth-child(even){padding-top:43px;padding-bottom:28px;align-items:center}.article-list__post--no-featured:nth-child(even) img{height:336px}.article-list__post--no-featured:nth-child(odd) img{height:445px}.article-list__post--no-featured:nth-child(3n){align-items:flex-end}.article-list__post--with-featured:nth-child(odd){padding-top:43px;padding-bottom:28px;align-items:center}.article-list__post--with-featured:nth-child(odd) img{height:336px}.article-list__post--with-featured:nth-child(even) img{height:445px}.article-list__post--with-featured:nth-child(4n){align-items:flex-end}}.article-list__post:hover .article-list__post-name span{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);background-repeat:no-repeat;background-size:100%;transition:background-size .8s ease-in;border-bottom:none;box-decoration-break:clone;-webkit-box-decoration-break:clone}.article-list__post:hover .article-list__post-img-wrapper{position:relative}.article-list__post:hover .article-list__post-img-wrapper:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%;animation:borderAnimation .8s ease-in;border:20px solid;border-width:3px;border-image-slice:1;border-style:solid;border-image-source:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}@media print,screen and (min-width: 48em){.article-list__post:hover .article-list__post-img-wrapper:after{animation:borderAnimationTablet .8s ease-in}}@media print,screen and (min-width: 48em){.article-list__post:hover .article-list__post-img-wrapper:after{animation:borderAnimationPC .8s ease-in}}@media print,screen and (min-width: 48em){.article-list__post:hover .article-list__post-img-wrapper:after{border-width:5px}}@media print,screen and (min-width: 48em){.article-list__post:hover .article-list__post-img-wrapper:after{border-width:10px}}@keyframes borderAnimation{0%{border-width:0}100%{border-width:3px}}@keyframes borderAnimationTablet{0%{border-width:0}100%{border-width:5px}}@keyframes borderAnimationPC{0%{border-width:0}100%{border-width:10px}}.article-list__post-meta{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.article-list__post-meta span,.article-list__post-meta a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.article-list__category-link:hover{color:#aa276f}.related-article{position:relative;padding-top:32px;padding-bottom:64px}.related-article__count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle}.related-article__head-section{margin-bottom:24px}@media print,screen and (min-width: 64em){.related-article__head-section{margin-bottom:30px}}.related-article__heading{margin-bottom:0}.related-article__content{margin-left:-12px;margin-right:-12px}.related-article__img-wrapper{margin-right:16px;height:fit-content}@media print,screen and (min-width: 64em){.related-article__img-wrapper{margin-right:0px}}.related-article__post{padding-left:12px;padding-right:12px;margin-bottom:30px;display:flex;flex-direction:row}.related-article__post img{object-fit:cover;position:relative;z-index:1;height:72px;width:72px;min-width:72px}@media print,screen and (min-width: 64em){.related-article__post img{width:100%;min-width:100%;margin-right:0}}.related-article__post:nth-child(4n-7) .related-article__img-wrapper{background-color:#f8f4f1}.related-article__post:nth-child(4n-2) .related-article__img-wrapper{background-color:#eae9f0}.related-article__post:nth-child(4n-1) .related-article__img-wrapper{background-color:#ebf0f3}.related-article__post:nth-child(4n) .related-article__img-wrapper{background-color:#f7eaf1}@media print,screen and (min-width: 64em){.related-article__post{flex-direction:column}.related-article__post:nth-child(even){padding-top:43px;padding-bottom:28px}.related-article__post:nth-child(even) img{height:264px}.related-article__post:nth-child(odd) img{height:351px}}@media print,screen and (min-width: 64em){.related-article__post-content{margin-top:16px}}.related-article__post-title{margin-bottom:8px}.related-article__post-title:hover,.related-article__post-title:active,.related-article__post-title:focus{color:#aa276f}@media print,screen and (min-width: 64em){.related-article__post-title{margin-bottom:16px}}.related-article__post-meta{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.related-article__post-meta span,.related-article__post-meta a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.related-article__category-link:hover{color:#aa276f}@media print,screen and (min-width: 64em){.related-article--article-landing{margin-bottom:16px}}.related-article--article-landing .related-article__post{margin-bottom:24px}@media print,screen and (min-width: 64em){.related-article--article-landing .related-article__post{margin-bottom:45px}}.related-article--article-landing .related-article__post:nth-child(even){padding-bottom:0}@media print,screen and (min-width: 64em){.related-article--article-landing .related-article__post--even-row{flex-direction:column}.related-article--article-landing .related-article__post--even-row:nth-of-type(odd){padding-top:43px;padding-bottom:28px}.related-article--article-landing .related-article__post--even-row:nth-of-type(odd) img{height:264px}.related-article--article-landing .related-article__post--even-row:nth-of-type(even){padding-top:0;padding-bottom:0}.related-article--article-landing .related-article__post--even-row:nth-of-type(even) img{height:351px}}.featured-article{padding-left:12px;padding-right:12px}.featured-article:hover .featured-article__post-name span{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);background-repeat:no-repeat;background-size:100%;transition:background-size .8s ease-in;border-bottom:none;box-decoration-break:clone;-webkit-box-decoration-break:clone}.featured-article:hover .featured-article__post-img-wrapper{position:relative}.featured-article:hover .featured-article__post-img-wrapper:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;height:100%;width:100%;animation:borderAnimation .8s ease-in;border:20px solid;border-width:3px;border-image-slice:1;border-style:solid;border-image-source:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}@media print,screen and (min-width: 48em){.featured-article:hover .featured-article__post-img-wrapper:after{animation:borderAnimationTablet .8s ease-in}}@media print,screen and (min-width: 48em){.featured-article:hover .featured-article__post-img-wrapper:after{animation:borderAnimationPC .8s ease-in}}@media print,screen and (min-width: 48em){.featured-article:hover .featured-article__post-img-wrapper:after{border-width:5px}}@media print,screen and (min-width: 48em){.featured-article:hover .featured-article__post-img-wrapper:after{border-width:10px}}@keyframes borderAnimation{0%{border-width:0}100%{border-width:3px}}@keyframes borderAnimationTablet{0%{border-width:0}100%{border-width:5px}}@keyframes borderAnimationPC{0%{border-width:0}100%{border-width:10px}}@media print,screen and (min-width: 48em){.featured-article__post-content{padding-left:32px}}@media print,screen and (min-width: 64em){.featured-article__post-content{padding-left:48px}}.featured-article__post-image{position:relative;padding-left:16px;padding-top:16px;max-width:354px;margin-left:auto;margin-right:auto}@media print,screen and (min-width: 48em){.featured-article__post-image{margin-left:unset;margin-right:unset;max-width:unset}}@media print,screen and (min-width: 64em){.featured-article__post-image{padding-left:24px;padding-top:24px}}.featured-article__post-image img{width:326px;height:326px;max-width:100%;object-fit:cover}@media print,screen and (min-width: 64em){.featured-article__post-image img{height:424px;width:424px;max-width:100%}}.featured-article__post-img-wrapper{position:relative;display:inline-block;z-index:2}.featured-article__post-img-background{position:absolute;top:0;left:0;width:215px;height:322px;overflow:hidden;z-index:1}@media print,screen and (min-width: 64em){.featured-article__post-img-background{width:264px;height:430px}}.featured-article__post-meta{margin-bottom:16px;font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.featured-article__post-meta span,.featured-article__post-meta a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.featured-article__category-link:hover{color:#aa276f}.featured-article__post-name{margin-bottom:6px;margin-top:24px}@media print,screen and (min-width: 48em){.featured-article__post-name{margin-top:0;margin-bottom:16px}}.featured-article__post-name span{background-size:10%;font-size:inherit;font-family:inherit;font-weight:inherit}.featured-article__post-text{margin-bottom:0}.single .site .featured-product{padding-top:24px;padding-bottom:46px}.single .site .featured-product__subheading{margin-bottom:16px}.single .site .featured-product__title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 48em){.single .site .featured-product__title{font-size:28px;line-height:32.2px;letter-spacing:0}}.single .site .featured-product__image{border:1px solid #f0f1f3;margin-bottom:24px;text-align:center;max-width:550px}.single .site .featured-product__image img{width:auto}.single .site .featured-product__details a{border-bottom:none}.single .site .featured-product__details a:hover{background-image:inherit;color:inherit}.single .site .featured-product__brand{margin-bottom:8px}.single .site .featured-product__brand a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.single .site .featured-product__brand a:hover{color:#aa276f}.single .site .featured-product__price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:8px}.single .site .featured-product__description{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.single .site .featured-product .bv-review-summary{margin-top:-2px;margin-bottom:12px;display:flex;align-items:center}.single .site .featured-product .bv-review-summary__rating{margin-bottom:0;margin-right:16px}.featured-brands{display:flex;flex-direction:column;align-items:center;margin-top:24px}@media print,screen and (min-width: 64em){.featured-brands{margin-top:38px}}.featured-brands__wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}.featured-brands__heading{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:20.7px;letter-spacing:.3px;color:#202126;margin-bottom:24px}@media print,screen and (min-width: 64em){.featured-brands__heading{font-size:21px;line-height:24.15px}}@media print,screen and (min-width: 64em){.featured-brands__heading{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126}}@media print,screen and (min-width: 64em)and (min-width: 64em){.featured-brands__heading{font-size:28px;line-height:32.2px;letter-spacing:0}}.featured-brands__brand{margin:8px;width:102px;display:flex;align-items:center}@media print,screen and (min-width: 64em){.featured-brands__brand{width:150px}}.featured-brands__brand img{object-fit:cover}.the-latest-in{flex:1;padding-bottom:64px}@media print,screen and (min-width: 48em){.the-latest-in{padding-bottom:0px}}@media print,screen and (min-width: 64em){.the-latest-in{padding-bottom:64px;padding-left:64px;padding-right:64px}}.the-latest-in__container{position:relative}.the-latest-in__container .rotated-heading{top:unset}.the-latest-in__category-container{padding:26px 10px}@media print,screen and (min-width: 48em){.the-latest-in__category-container{padding-top:10px;padding-bottom:10px;max-width:100%}}@media print,screen and (min-width: 64em){.the-latest-in__category-container{padding-top:0;padding-bottom:0;max-width:33%}}.the-latest-in__heading{margin-bottom:32px}.the-latest-in__updated-date{font-family:"Inter",sans-serif;font-weight:600;font-style:normal;font-size:12px;letter-spacing:1px;text-transform:uppercase;color:#72757d}.the-latest-in__post{display:flex;order:1;flex-grow:0;margin-bottom:23px}.the-latest-in__post-content-container{display:flex;flex-direction:column;padding:0px;width:calc(100% - 88px)}.the-latest-in__post-title{font-family:"CormorantGaramond",serif;font-weight:600;font-style:normal}.the-latest-in__post-image{margin-right:16px}.the-latest-in__post-image img{height:72px;width:72px;object-fit:cover}.the-latest-in__button-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;padding-top:5px}.the-latest-in__button-link span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.the-latest-in__button-link:hover,.the-latest-in__button-link:focus,.the-latest-in__button-link:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.the-latest-in__button-link:hover span,.the-latest-in__button-link:focus span,.the-latest-in__button-link:active span{color:#2b1e68}.the-latest-in__button-link:focus{border:2px solid #f8c9a8}.the-latest-in__button-link:disabled,.the-latest-in__button-link.disabled{color:#72757d;background:none}.the-latest-in__button-link:disabled:hover,.the-latest-in__button-link:disabled:focus,.the-latest-in__button-link:disabled:active,.the-latest-in__button-link.disabled:hover,.the-latest-in__button-link.disabled:focus,.the-latest-in__button-link.disabled:active{color:#72757d;border-bottom:none;background:none}@media print,screen and (min-width: 48em){.the-latest-in__button-link{position:relative;display:none}}@media print,screen and (min-width: 64em){.the-latest-in__button-link{position:relative;display:inline-block}}.the-latest-in__posts{margin-bottom:15px}@media print,screen and (min-width: 48em){.the-latest-in__posts{margin-top:20px}}.single .site .wp-block-handpicked-products .handpicked-product{display:flex}.single .site .wp-block-handpicked-products .handpicked-product__image{border:1px solid #f0f1f3;margin-bottom:16px;text-align:center}.single .site .wp-block-handpicked-products .handpicked-product__image img{width:auto;object-fit:contain}.single .site .wp-block-handpicked-products .handpicked-product__details{text-align:left}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products .handpicked-product__details{padding-left:0}}.single .site .wp-block-handpicked-products .handpicked-product__details a{border-bottom:none}.single .site .wp-block-handpicked-products .handpicked-product__details a:hover{background-image:inherit;color:inherit}.single .site .wp-block-handpicked-products .handpicked-product__brand{margin-bottom:8px}.single .site .wp-block-handpicked-products .handpicked-product__brand a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.single .site .wp-block-handpicked-products .handpicked-product__brand a:hover{background-image:inherit;color:#aa276f}.single .site .wp-block-handpicked-products .handpicked-product__title{margin-bottom:8px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products .handpicked-product__title{margin-bottom:4px}}.single .site .wp-block-handpicked-products .handpicked-product__price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;font-size:14px;color:#72757d;margin-bottom:8px}.single .site .wp-block-handpicked-products .handpicked-product__description{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;font-size:14px}.single .site .wp-block-handpicked-products .handpicked-product .bv-review-summary{display:flex;flex-wrap:wrap;flex-direction:column;margin-bottom:5px;margin-top:-2px}.single .site .wp-block-handpicked-products .handpicked-product .bv-review-summary__rating{margin-right:16px;margin-bottom:7px}.single .site .wp-block-handpicked-products .handpicked-product .bv-review-summary__total-rating{margin-bottom:7px}.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product{padding-top:24px;flex-direction:column}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product{flex-direction:row}}.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__image{margin:0 auto 24px auto;max-width:310px;height:100%;overflow:hidden}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__image{overflow:visible}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__image{margin-right:25px}}.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__image img{max-width:310px;max-height:310px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__image img{max-width:99px;max-height:99px}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__image img{max-width:168px;max-height:168px}}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__details{padding-left:16px}}.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126;margin-bottom:8px}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__title{font-size:28px;line-height:32.2px;letter-spacing:0}}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product__title{margin-bottom:8px}}.single .site .wp-block-handpicked-products.has-1-columns .handpicked-product .bv-review-summary{flex-direction:row;align-items:center}.single .site .wp-block-handpicked-products.has-2-columns ul.wc-block-grid__products{display:flex;flex-direction:row}.single .site .wp-block-handpicked-products.has-2-columns ul.wc-block-grid__products li.wc-block-grid__product{max-width:50%}.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product{padding-top:16px;flex-direction:column}.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__image{max-width:164px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__image{max-width:224px}}.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__image img{width:164px;height:164px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__image img{width:224px;height:224px}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__image img{width:263px;height:263px}}.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:21px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__title{font-size:21px;line-height:24.15px}}.single .site .wp-block-handpicked-products.has-2-columns .handpicked-product__description{display:none}.single .site .wp-block-handpicked-products.has-3-columns ul.wc-block-grid__products{flex-direction:column}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns ul.wc-block-grid__products{flex-direction:row}}.single .site .wp-block-handpicked-products.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product{max-width:100%}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns ul.wc-block-grid__products li.wc-block-grid__product{max-width:33%}}.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product{padding-top:16px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product{flex-direction:row}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product{flex-direction:column}}.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__image{min-width:96px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__image{min-width:104px}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__image{min-width:168px}}.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__image img{width:96px;height:96px}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__image img{width:104px;height:104px}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__image img{width:168px;height:168px}}.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__details{padding-left:16px}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__details{padding-left:0}}.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:21px;line-height:24px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 48em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__title{font-size:18px;line-height:21px}}@media print,screen and (min-width: 64em){.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__title{font-size:21px;line-height:24.15px}}.single .site .wp-block-handpicked-products.has-3-columns .handpicked-product__description{display:none}.single .keep-reading{background-color:#f8f4f1;padding:32px 0}@media print,screen and (min-width: 64em){.single .keep-reading{padding:64px 0}}.single .keep-reading__container{margin:0 auto;padding:0}@media print,screen and (min-width: 64em){.single .keep-reading__items>div:nth-child(even){padding-top:43px}}@media print,screen and (min-width: 64em){.single .keep-reading__items>div:nth-child(even) img{height:264px}}.single .keep-reading__heading{margin-bottom:24px}.single .keep-reading__article{display:flex;flex-direction:row;margin-bottom:16px;margin-right:17px}@media print,screen and (min-width: 48em){.single .keep-reading__article{margin-right:30px}}@media print,screen and (min-width: 64em){.single .keep-reading__article{margin-bottom:0}}@media print,screen and (min-width: 64em){.single .keep-reading__article{flex-direction:column;justify-content:flex-start;margin-right:24px}}.single .keep-reading__article-image img{max-width:72px;max-height:72px;margin-right:16px;object-fit:cover}@media print,screen and (min-width: 64em){.single .keep-reading__article-image img{max-width:264px;max-height:350px;margin-right:0;margin-bottom:16px;width:264px;height:351px}}.single .keep-reading__article-text a{border-bottom:none}.single .keep-reading__article-text a h4{margin-bottom:8px}@media print,screen and (min-width: 64em){.single .keep-reading__article-text a h4{margin-bottom:16px}}.single .keep-reading__article-text a h4:hover,.single .keep-reading__article-text a h4:focus,.single .keep-reading__article-text a h4:active{color:#aa276f}.single .keep-reading__article-text .subtitle{color:#72757d;margin-bottom:0}.single .keep-reading__article-text .subtitle a{font-weight:600}.single .keep-reading__article-text .subtitle a:hover,.single .keep-reading__article-text .subtitle a:active,.single .keep-reading__article-text .subtitle a:focus{background:none;color:#aa276f}.you-might-like{padding-top:32px;padding-bottom:48px}.you-might-like__content{margin-left:-12px;margin-right:-12px}.you-might-like__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}@media print,screen and (min-width: 48em){.you-might-like__head{margin-bottom:32px}}.you-might-like__head h3{margin-bottom:0}.you-might-like__foot{margin-bottom:4px}@media print,screen and (min-width: 48em){.you-might-like__foot{margin-bottom:30px}}.you-might-like__view-more-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.you-might-like__view-more-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.you-might-like__view-more-button:hover,.you-might-like__view-more-button:focus,.you-might-like__view-more-button:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.you-might-like__view-more-button:hover span,.you-might-like__view-more-button:focus span,.you-might-like__view-more-button:active span{color:#2b1e68}.you-might-like__view-more-button:focus{border:2px solid #f8c9a8}.you-might-like__view-more-button:disabled,.you-might-like__view-more-button.disabled{color:#72757d;background:none}.you-might-like__view-more-button:disabled:hover,.you-might-like__view-more-button:disabled:focus,.you-might-like__view-more-button:disabled:active,.you-might-like__view-more-button.disabled:hover,.you-might-like__view-more-button.disabled:focus,.you-might-like__view-more-button.disabled:active{color:#72757d;border-bottom:none;background:none}.percentage-rings{display:flex;flex-flow:row nowrap;margin-bottom:20px}.percentage-rings__single-chart{width:33%;justify-content:space-around}.percentage-rings__circular-chart{display:block;margin:0 auto 22px auto;max-width:80%;max-height:250px}.percentage-rings__circle-bg{fill:none;stroke:#f0f1f3;stroke-width:1.8}.percentage-rings__circle{fill:none;stroke-width:1.8;stroke-linecap:round;animation:progress 1s ease-out forwards}@keyframes progress{0%{stroke-dasharray:0 100}}.percentage-rings__circular-chart.gold .percentage-rings__circle{stroke:#eeba6c}.percentage-rings__circular-chart.bronze .percentage-rings__circle{stroke:#d09380}.percentage-rings__circular-chart.blue .percentage-rings__circle{stroke:#2b1e68}.percentage-rings__percentage{fill:#202126;font-size:.5em;text-anchor:middle;text-align:center}.percentage-rings__percentage .star{color:#eeba6c;font-size:20px;margin-top:6px}.percentage-rings__label{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#72757d;color:#202126;text-align:center}.no-result-found{margin-bottom:0}@media print,screen and (min-width: 64em){.no-result-found{padding-top:40px;padding-bottom:48px}}.no-result-found__form{margin-left:-12px;margin-right:-12px;justify-content:center}.no-result-found__form-title{font-weight:600}.no-result-found__text{margin-top:32px;margin-bottom:32px;text-align:center;padding-left:16px;padding-right:16px}@media print,screen and (min-width: 48em){.no-result-found__text{margin-top:0}}@media print,screen and (min-width: 64em){.no-result-found__text{margin-bottom:64px}}.no-result-found__form-container{margin-bottom:24px}.no-result-found__form-single{margin-right:12px;margin-left:12px;background:#eae9f0;padding:24px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.no-result-found__button-wrapper{margin-top:32px;margin-bottom:24px}.no-result-found__form-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.no-result-found__form-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.no-result-found__form-button:hover,.no-result-found__form-button:active{background:#271b5e;color:#fff}.no-result-found__form-button:hover span,.no-result-found__form-button:active span{color:#fff}.no-result-found__form-button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.no-result-found__form-button:disabled,.no-result-found__form-button.disabled,.no-result-found__form-button.disabled:hover,.no-result-found__form-button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.no-result-found__form-button:disabled span,.no-result-found__form-button.disabled span,.no-result-found__form-button.disabled:hover span,.no-result-found__form-button.disabled:active span{color:#2b1e68}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo{float:none;width:33% !important;height:100%;margin-left:0;margin-bottom:30px;position:relative;top:0;display:flex;flex-direction:column;align-items:center}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo a.um-profile-photo-img{top:0 !important;right:0;bottom:0;float:none !important;border:none;margin-bottom:16px;position:relative !important}@media(min-width: 530px){.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo a.um-profile-photo-img .um-profile-photo-overlay{height:140px;top:-58px}}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo a.um-profile-photo-img img{max-width:140px}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown{display:block !important;margin-top:16px}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown .um-dropdown-arr{display:none}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown ul{margin:0}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown ul li::marker{content:""}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown ul li a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#72757d;color:#202126;text-align:center}.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown ul li a:hover,.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown ul li a:active,.um-account.um-editing .um-trigger-menu-on-click.upload-profile-photo .um-dropdown ul li a:focus{color:#aa276f}.um-modal.no-photo.normal .um-modal-header{background-color:#2b1e68}.um-modal.no-photo.normal .upload{background-color:#2b1e68}.um-modal.no-photo.normal .um-modal-btn{background-color:#2b1e68}.um-modal.no-photo.normal .um-modal-footer .um-modal-right{float:none;text-align:center}.top-tips{margin-bottom:16px}@media print,screen and (min-width: 48em){.top-tips{margin-bottom:24px}}.top-tips__container{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);padding:32px 16px 12px;margin-top:-16px}.top-tips__quote{margin-bottom:20px;padding-left:24px;padding-right:16px;display:flex;position:relative;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.top-tips__quote::before,.top-tips__quote::after{font-family:"CormorantGaramond",serif;font-weight:600;font-size:32px;line-height:35.2px;color:#202126;position:absolute;color:#aa276f}@media print,screen and (min-width: 48em){.top-tips__quote::before,.top-tips__quote::after{font-size:48px;line-height:52.8px}}.top-tips__quote::before{content:open-quote;top:0;left:0}.top-tips__quote::after{content:close-quote;right:0;top:0;opacity:0}.brand-result{padding-top:8px}@media print,screen and (min-width: 64em){.brand-result{padding-bottom:8px;padding-top:32px;margin-bottom:6px;margin-top:6px}}.brand-result__head{margin-bottom:20px}.brand-result__content{margin-left:-16px;margin-right:-16px}.brand-result__item{padding-left:16px;padding-right:16px;display:flex;margin-bottom:24px}@media print,screen and (min-width: 64em){.brand-result__item{margin-bottom:24px}}.brand-result__image{margin-right:16px;width:72px;height:72px}.brand-result__image img{min-width:72px;height:100%;object-fit:scale-down}.brand-result__text,.brand-result__text-read-more,.brand-result__text a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.brand-result__text-read-more{font-weight:600;color:#aa276f}.forum-result{padding-top:24px;padding-bottom:8px}@media print,screen and (min-width: 48em){.forum-result{padding-top:32px;padding-bottom:32px}}.forum-result__container{margin-left:-12px;margin-right:-12px}.forum-result__topic{margin-left:12px;margin-right:12px;background:#f8f4f1;padding:16px;margin-top:8px;margin-bottom:16px;min-height:123px;height:123px}.forum-result__topic-title{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.forum-result__topic-title:hover,.forum-result__topic-title:focus,.forum-result__topic-title:active{color:#aa276f}.forum-result__topic-title span{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px}.forum-result__topic-title span:hover,.forum-result__topic-title span:focus,.forum-result__topic-title span:active{color:#aa276f}.forum-result__topic-count{margin-right:17px}.forum-result__topic-count span{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d;margin-right:17px}.forum-result__topic-count span:hover,.forum-result__topic-count span:active,.forum-result__topic-count span:focus{color:#aa276f}.forum-result__topic-meta{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.forum-result__topic-meta span,.forum-result__topic-meta a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.forum-result__topic-meta a:hover,.forum-result__topic-meta a:active,.forum-result__topic-meta a:focus{color:#aa276f}.forum-result__topic-meta span .forum-result__topic_author{color:#202126}.forum-result__topic-author{margin-right:8px}.forum-result__topic-author,.forum-result__topic-author span,.forum-result__topic-author a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#202126;margin-right:0px;font-weight:500;margin-right:8px}.forum-result__btn-container{padding-bottom:16px;padding-top:24px}@media print,screen and (min-width: 48em){.forum-result__btn-container{padding-bottom:32px}}.other-result{padding-top:24px;padding-bottom:24px}@media print,screen and (min-width: 48em){.other-result{padding-top:32px;padding-bottom:32px}}.other-result__read-more{font-weight:600;color:#aa276f;cursor:pointer}.other-result__item{margin-bottom:24px}@media print,screen and (min-width: 48em){.other-result__item{margin-bottom:32px}}.search-results{margin-top:-16px}@media print,screen and (min-width: 48em){.search-results{margin-top:-32px}}.search-results__count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle}.search-results__total{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;margin-bottom:-16px;padding-top:12px}@media print,screen and (min-width: 48em){.search-results__total{padding-top:0}}.search-results .product-list,.search-results .brand-result,.search-results .forum-result{padding-left:0;padding-right:0}.search-results .related-article{padding-top:24px;padding-bottom:24px}@media print,screen and (min-width: 48em){.search-results .related-article{margin-left:-20px;margin-right:-20px}}@media print,screen and (min-width: 48em){.search-results .related-article{padding-top:32px;padding-bottom:32px}}.search-results .related-article__post{display:flex;padding-top:0;padding-left:0;flex-direction:row;margin-bottom:24px;padding-bottom:0}@media print,screen and (min-width: 48em){.search-results .related-article__post{padding-left:20px;padding-right:20px}}.search-results .related-article__post img{width:72px;height:72px;min-width:72px}.search-results .related-article__img-wrapper{margin-right:16px}.search-results .related-article__post-content{margin-right:0}@media print,screen and (min-width: 64em){.search-results .related-article__post-content{margin-top:0}}.bv-review-form{padding-top:24px;padding-bottom:16px;position:relative}.bv-review-form__product-title{padding:8px 48px 8px 15px;margin-bottom:16px;margin-top:-24px}.bv-review-form__product-image{margin-bottom:16px;text-align:center}.bv-review-form__close{top:24px;right:31px}.bv-review-form__close,.bv-review-form .close-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;background-color:rgba(0,0,0,0)}.bv-review-form__close span,.bv-review-form .close-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.bv-review-form__close:hover,.bv-review-form__close:focus,.bv-review-form__close:active,.bv-review-form .close-button:hover,.bv-review-form .close-button:focus,.bv-review-form .close-button:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.bv-review-form__close:hover span,.bv-review-form__close:focus span,.bv-review-form__close:active span,.bv-review-form .close-button:hover span,.bv-review-form .close-button:focus span,.bv-review-form .close-button:active span{color:#2b1e68}.bv-review-form__close:focus,.bv-review-form .close-button:focus{border:2px solid #f8c9a8}.bv-review-form__close:disabled,.bv-review-form__close.disabled,.bv-review-form .close-button:disabled,.bv-review-form .close-button.disabled{color:#72757d;background:none}.bv-review-form__close:disabled:hover,.bv-review-form__close:disabled:focus,.bv-review-form__close:disabled:active,.bv-review-form__close.disabled:hover,.bv-review-form__close.disabled:focus,.bv-review-form__close.disabled:active,.bv-review-form .close-button:disabled:hover,.bv-review-form .close-button:disabled:focus,.bv-review-form .close-button:disabled:active,.bv-review-form .close-button.disabled:hover,.bv-review-form .close-button.disabled:focus,.bv-review-form .close-button.disabled:active{color:#72757d;border-bottom:none;background:none}.bv-review-form__close:hover,.bv-review-form__close:focus,.bv-review-form__close:active,.bv-review-form .close-button:hover,.bv-review-form .close-button:focus,.bv-review-form .close-button:active{color:#aa276f;background-color:rgba(0,0,0,0) !important;border:none}.bv-review-form__close:hover span,.bv-review-form__close:focus span,.bv-review-form__close:active span,.bv-review-form .close-button:hover span,.bv-review-form .close-button:focus span,.bv-review-form .close-button:active span{color:#aa276f}.bv-review-form__close span,.bv-review-form .close-button span{font-size:48px}.bv-review-form__container{margin-top:-8px}.bv-review-form__field{padding-top:8px}.bv-review-form__field .yes-no-checkbox{display:none}.bv-review-form__field--star{padding-bottom:36px}.bv-review-form__field.error input,.bv-review-form__field.error select,.bv-review-form__field.error textarea{margin-bottom:0;background-color:#f0f1f3;border:2px solid #e42732 !important}@media print,screen and (min-width: 48em){.bv-review-form__field--select{width:50%;padding-right:2%;display:inline-block}}.bv-review-form__label{display:block}.bv-review-form__label a,.bv-review-form__label-checkbox a{border-bottom:2px solid #aa276f;background-size:10%}.bv-review-form__label a:hover,.bv-review-form__label a:active,.bv-review-form__label a:focus,.bv-review-form__label-checkbox a:hover,.bv-review-form__label-checkbox a:active,.bv-review-form__label-checkbox a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}.bv-review-form__label a:visited,.bv-review-form__label-checkbox a:visited{border-bottom:#2b1e68}.bv-review-form__field-stars{float:left;margin-top:8px}.bv-review-form__field-stars>label{float:right;margin:4px 1px 0 0;border-radius:15px;height:24px;color:#c4c4c4}.bv-review-form__field-stars>label:before{margin-top:2px;padding:0 5px 0 5px;font-size:24px;display:inline-block;color:#c4c4c4;content:"☆"}.bv-review-form__field-stars>label:hover,.bv-review-form__field-stars>label:hover~label,.bv-review-form__field-stars>label.active{cursor:pointer;color:#aa276f}.bv-review-form__field-stars>label:hover:before,.bv-review-form__field-stars>label:hover~label:before,.bv-review-form__field-stars>label.active:before{content:"★";color:#aa276f}.bv-review-form__field-stars>input:checked+label:hover,.bv-review-form__field-stars>label:hover~input:checked~label,.bv-review-form__field-stars>input:checked~label:hover~label{color:#aa276f;cursor:pointer}.bv-review-form__field-stars>input:checked+label:hover:before,.bv-review-form__field-stars>label:hover~input:checked~label:before,.bv-review-form__field-stars>input:checked~label:hover~label:before{content:"★";color:#aa276f}.bv-review-form__single-star{display:none}.bv-review-form__instruction{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;margin-top:-8px;margin-bottom:16px}.bv-review-form__submit{margin-top:24px}.bv-review-form__submit-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.bv-review-form__submit-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.bv-review-form__submit-button:hover,.bv-review-form__submit-button:active{background:#271b5e;color:#fff}.bv-review-form__submit-button:hover span,.bv-review-form__submit-button:active span{color:#fff}.bv-review-form__submit-button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.bv-review-form__submit-button:disabled,.bv-review-form__submit-button.disabled,.bv-review-form__submit-button.disabled:hover,.bv-review-form__submit-button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.bv-review-form__submit-button:disabled span,.bv-review-form__submit-button.disabled span,.bv-review-form__submit-button.disabled:hover span,.bv-review-form__submit-button.disabled:active span{color:#2b1e68}.bv-review-form__groups_container{padding-bottom:5px}.bv-review-form__error-msg,.bv-review-form__summary-error-msg{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;color:#e42732;margin-top:8px;margin-bottom:8px}.bv-review-form__error-msg.big,.bv-review-form__summary-error-msg.big{font-size:18px}.bv-review-form__error-msg:nth-of-type(1),.bv-review-form__summary-error-msg:nth-of-type(1){margin-top:10px}.bv-review-form__yes-no-button{border:2px solid;border-width:2px;border-image-slice:1;border-style:solid;border-image-source:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:16px;padding:16px 25px;width:310px;margin-left:2px;margin-right:18px;max-width:100%;position:relative;color:#202126;z-index:2;width:150px;max-width:calc(50% - 20px);margin-bottom:12px;margin-right:12px;cursor:pointer}.bv-review-form__yes-no-button:hover,.bv-review-form__yes-no-button:active,.bv-review-form__yes-no-button:focus{font-weight:600;background:rgba(0,0,0,0);color:#202126}.bv-review-form__yes-no-button:focus{border:2px solid #f8c9a8}.bv-review-form__yes-no-button.selected{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}.bv-review-form__yes-no-button.selected:after{content:"";position:absolute;z-index:3;width:16px;height:16px;background-image:url("/wp-content/themes/generatepress-child/assets/icon/crimson-tick.svg");right:20px;top:18px;background-repeat:no-repeat}.bv-review-form__yes-no-button.selected:after{right:8px}.bv-review-form__preview-mode{padding:20px;margin-top:10px;background:#e9e1d6;text-align:center}.bv-review-form__checkbox{margin-bottom:0}.bv-review-form__already-reviewed,.bv-review-form__submission-success{padding:30px;justify-content:center;display:flex;align-items:center;flex-direction:column;font-size:18px;line-height:24px;text-align:center;margin-bottom:20px}.bv-review-form__already-reviewed p,.bv-review-form__submission-success p{margin-bottom:0;font-size:18px;line-height:24px}.bv-review-form__already-reviewed svg,.bv-review-form__submission-success svg{width:64px;height:64px;margin:32px}.bv-review-form__hidden{display:none}.bv-review-summary__rating{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:5px}.bv-review-summary__rating-average{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;padding-left:5px}.bv-review-summary__rating-average,.bv-review-summary__rating-average span{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#202126}.bv-review-summary__total-rating,.bv-review-summary__total-rating span{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;margin-bottom:0;color:#aa276f}.bv-review-summary.hidden{display:none}.latest-reviews{padding-top:32px;padding-bottom:32px}.latest-reviews__heading{margin-bottom:24px}.latest-reviews__container{display:flex;flex-wrap:nowrap;margin-left:-12px;margin-right:-12px;overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.latest-reviews__container::-webkit-scrollbar{display:none}.latest-reviews__single{margin-right:12px;margin-left:12px;width:264px;min-width:264px}.latest-reviews__bv{width:100%;height:auto;padding:2px;margin-bottom:16px;background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}.latest-reviews__review{width:100%;position:relative;background:#fff;height:296px;padding:24px 20px 16px 24px}.latest-reviews__text{display:-webkit-box;-webkit-line-clamp:8;-webkit-box-orient:vertical;overflow:hidden}.latest-reviews__icon-next{position:absolute;bottom:16px;margin-left:0}.latest-reviews__rating{margin-bottom:18px}.latest-reviews__product{display:flex}.latest-reviews__product-image{width:fit-content;height:fit-content;border:1px solid #f0f1f3;margin-right:8px}.latest-reviews__product-image img{width:64px;height:64px;min-width:64px;object-fit:cover}.latest-reviews__product-brand{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:4px}.latest-reviews__product-brand:hover,.latest-reviews__product-brand:active,.latest-reviews__product-brand:focus{color:#aa276f}.latest-reviews__product-name{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;margin-bottom:8px}.latest-reviews__product-name:hover,.latest-reviews__product-name:active,.latest-reviews__product-name:focus{color:#aa276f}.latest-reviews__review-overall{display:flex;align-items:center}.latest-reviews__review-overall span{margin-right:6px}.all-reviews{position:relative}@media print,screen and (min-width: 48em){.all-reviews{padding-bottom:64px;padding-right:24px}}.all-reviews__head{margin-bottom:32px}.all-reviews__head-content{padding-right:18px;font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.all-reviews__head-content p{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.all-reviews__head-content p span{font-size:inherit}.all-reviews__head-content p span a{font-size:inherit}.all-reviews__head-content p span.logged-in{display:none}.all-reviews__content{position:relative}.all-reviews__write-review-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:15px;cursor:pointer;width:100%;display:block;text-align:center;margin-top:16px}.all-reviews__write-review-button:hover,.all-reviews__write-review-button:focus,.all-reviews__write-review-button:active{background:#eed4e2;color:#aa276f}.all-reviews__write-review-button:focus{border:2px solid #f8c9a8}.all-reviews__write-review-button.disabled,.all-reviews__write-review-button:disabled{opacity:#f7eaf1}@media print,screen and (min-width: 48em){.all-reviews__write-review-button{float:right;width:fit-content;margin-top:0}}.all-reviews__content{position:relative}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-data-label-container{margin-right:0 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-placeholder .bv-rating-stars-container.bv-rating-none{display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-placeholder .bv-content-noreviews-label{display:block !important;font-size:20px !important;line-height:24px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-btn.bv-content-btn-pages-load-more{font-weight:600 !important;font-size:15px !important;line-height:15px !important;letter-spacing:1.5px !important;text-transform:uppercase !important;color:#fff !important;background:#2b1e68 !important;padding:16px 20px !important;cursor:pointer !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-btn.bv-content-btn-pages-load-more:hover,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-btn.bv-content-btn-pages-load-more:active{background:#271b5e !important;color:#fff !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-btn.bv-content-btn-pages-load-more:focus{border:2px solid #f8c9a8 !important;outline:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-btn.bv-content-btn-pages-load-more:disabled,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-btn.bv-content-btn-pages-load-more.disabled{background:#eae9f0 !important;color:#2b1e68 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-list-container .bv-trustmarkIcon{position:absolute !important;top:-48px !important;right:0 !important;display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-relevancy-link-target{order:3}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-control-bar .bv-control-bar-count{text-align:left !important;padding-left:0 !important;flex-direction:row-reverse !important;justify-content:space-between !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate button,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container .bv-content-feedback-btn-container .bv-content-btn,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container .bv-content-feedback-vote .bv-content-report-btn{box-shadow:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate button:hover,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate button:focus,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container .bv-content-feedback-btn-container .bv-content-btn:hover,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container .bv-content-feedback-btn-container .bv-content-btn:focus,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container .bv-content-feedback-vote .bv-content-report-btn:hover,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container .bv-content-feedback-vote .bv-content-report-btn:focus{box-shadow:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages{background:rgba(0,0,0,0) !important;color:#aa276f !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages span{color:#aa276f !important;font-size:24px}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages:hover,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages:active,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages:focus{background:rgba(0,0,0,0) !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages.bv-content-btn-pages-inactive{color:#d1d2d8 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-buttons .bv-content-btn-pages.bv-content-btn-pages-inactive span{color:#d1d2d8 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate select,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-sort-native select,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-control-bar .bv-control-bar-sort .bv-sort-native select{margin-bottom:0;outline:none !important;max-width:163px !important}@media print,screen and (min-width: 48em){.all-reviews__content .all-reviews__container .bv-cv2-cleanslate select,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-sort-native select,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-control-bar .bv-control-bar-sort .bv-sort-native select{width:163px !important}}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-data-icon img{width:16px !important;height:16px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-list-container .bv-header .bv-action-bar,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-list-container .bv-header .bv-control-bar{margin-left:0 !important;margin-right:0 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-list-container .bv-header .bv-action-bar{display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-control-bar .bv-control-bar-sort{margin-right:0 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-control-bar .bv-control-bar-sort .bv-sort-native{padding-top:0 !important;padding-left:0 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-control-bar .bv-control-bar-sort .bv-sort-native span{display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-filters .bv-content-filter-select .bv-dropdown-target .bv-dropdown-title{font-style:normal !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-list.bv-content-list-reviews .bv-content-item.bv-content-review{flex-direction:row-reverse !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-details-offset-off{width:100% !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-author-profile{width:20% !important;padding-top:12px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile{padding-left:24px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile .bv-author-avatar{margin-bottom:4px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-item.bv-content-review .bv-author-profile .bv-inline-profile .bv-author-userstats .bv-author-userstats-votes{display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-item-author-profile-offset-on{padding-left:0 !important;margin-top:0 !important;margin-bottom:0 !important}@media print,screen and (min-width: 48em){.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-item-author-profile-offset-on{width:80% !important}}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-pagination-pages-current span{color:#72757d !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary{display:flex !important;flex-direction:column !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-badges-container{position:relative !important;order:2}@media print,screen and (min-width: 48em){.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-badges-container{position:absolute !important;top:2px !important;left:70px !important;height:28px !important;max-height:28px !important;width:unset !important}}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-badges-container li.bv-badge-image.bv-badge-content-incentivizedreview:before{content:"";display:block !important;position:absolute !important;left:15px !important;top:0 !important;background-image:url("/wp-content/themes/generatepress-child/assets/icon/trial-tested.svg") !important;height:24px !important;width:109px !important;background-repeat:no-repeat !important}@media print,screen and (min-width: 48em){.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-badges-container li.bv-badge-image.bv-badge-content-incentivizedreview:before{top:4px !important}}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-badges-container li.bv-badge-image.bv-badge-content-incentivizedreview img{display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-header-meta{display:flex !important;justify-content:space-between;align-items:center;margin-bottom:24px !important;padding-bottom:24px !important}@media print,screen and (min-width: 48em){.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-header-meta{padding-bottom:0 !important}}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-meta .bv-content-datetime-dot{display:none !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-data{margin-bottom:0 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-data .bv-content-product-questions,.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-data .bv-content-tag-dimensions{margin-bottom:0 !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-header .bv-content-data-summary .bv-content-data ul{margin-bottom:12px !important;margin-top:6px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-author-userstats-list li{margin-bottom:16px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-author-userstats-list li.bv-author-userstats-reviews{display:flex !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-author-userstats-list li.bv-author-userstats-reviews .bv-author-userstats-data{order:2;text-transform:lowercase !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-author-userstats-list li.bv-author-userstats-reviews .bv-author-userstats-value{order:1}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-author-userstats-list li.bv-author-userstats-reviews span{font-size:14px !important;line-height:18.2px !important;font-weight:400 !important;margin-right:8px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container.bv-active-feedback{padding-left:0 !important;margin-top:8px !important}.all-reviews__content .all-reviews__container .bv-cv2-cleanslate .bv-content-actions-container.bv-active-feedback .bv-content-feedback-vote-request{margin-left:0 !important}.product-reviews{padding-bottom:32px}.product-reviews__single{margin-bottom:48px}@media print,screen and (min-width: 48em){.product-reviews__single-review{padding-right:16px}}.product-reviews__single-user-info{display:flex;flex-direction:row}@media print,screen and (min-width: 48em){.product-reviews__single-user-info{flex-direction:column;padding-left:16px}}.product-reviews__feedback{display:flex;align-items:center;margin-top:24px;margin-bottom:6px}.product-reviews__feedback-text{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:0}.product-reviews__feedback-icon{margin-left:12px;cursor:pointer}.product-reviews__feedback-icon svg{color:#72757d}.product-reviews__feedback-icon .hidden{display:none}.product-reviews__feedback-count{margin-left:9px}.product-reviews__feedback-count,.product-reviews__feedback-count span{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.product-reviews__feedback{color:#72757d}.product-reviews__user-extra-info{display:flex;flex-direction:row}@media print,screen and (min-width: 48em){.product-reviews__user-extra-info{flex-direction:column}}.product-reviews__meta{display:flex;margin-bottom:16px;align-items:center;flex-wrap:wrap}@media print,screen and (min-width: 48em){.product-reviews__meta{margin-bottom:24px}}.product-reviews__rating{order:1;width:50%}@media print,screen and (min-width: 48em){.product-reviews__rating{width:fit-content}}.product-reviews__rating .rating-star{font-size:18px;line-height:18px}.product-reviews__submission-time{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;order:2;width:50%;text-align:right;margin-left:auto}@media print,screen and (min-width: 48em){.product-reviews__submission-time{max-width:50%;width:fit-content}}.product-reviews__title{margin-bottom:8px}.product-reviews__content{margin-bottom:16px}.product-reviews__content>p{margin-bottom:0}.product-reviews__content .hidden{display:none}.product-reviews__trim-content{cursor:pointer}.product-reviews__trim-content:hover .product-reviews__read-more{border-bottom:2px solid #aa276f}.product-reviews__read-more{font-weight:600;color:#aa276f}.product-reviews__trial-tested,.product-reviews__rr-tested{order:3;width:fit-content;margin-right:8px;margin-top:19px}@media print,screen and (min-width: 48em){.product-reviews__trial-tested,.product-reviews__rr-tested{order:2;margin-top:0;margin-right:0;margin-left:15px}}.product-reviews__avatar{margin-bottom:16px}.product-reviews__avatar img{border-radius:50%}.product-reviews__username{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;text-transform:capitalize}.product-reviews__user-meta{margin-top:16px}.product-reviews__user-meta-head{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;color:#72757d}.product-reviews__user-meta-info{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.product-reviews__other-info{margin-bottom:8px}.product-reviews__other-info-head{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;margin-bottom:8px}.product-reviews__other-info-content{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.product-reviews__response{background:#f8f4f1;padding:24px}.product-reviews__response-client{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;margin-bottom:12px}.product-reviews__response-info{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.product-reviews__response-info p,.product-reviews__response-info span,.product-reviews__response-info a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.most-helpful-reviews__container{position:relative}.most-helpful-reviews__content{margin-top:32px}.top-rated-product{margin-top:-8px;margin-bottom:32px}@media print,screen and (min-width: 48em){.top-rated-product{margin-top:16px;margin-bottom:48px}}.top-rated-product__content{margin-top:24px}.top-rated-product__featured{display:flex;flex-direction:column;margin-bottom:32px}@media print,screen and (min-width: 48em){.top-rated-product__featured{flex-direction:row}}@media print,screen and (min-width: 64em){.top-rated-product__featured{padding-right:26px}}.top-rated-product__featured .bv-review-summary{display:flex}.top-rated-product__featured .bv-review-summary__total-rating{margin-left:16px}.top-rated-product__image{width:264px;height:264px;margin-left:auto;margin-right:auto;margin-bottom:32px}@media print,screen and (min-width: 48em){.top-rated-product__image{width:225px;height:225px;margin-bottom:0;margin-left:0;margin-right:16px}}@media print,screen and (min-width: 64em){.top-rated-product__image{width:264px;height:264px}}.top-rated-product__image img{width:100%;height:100%;border:1px solid #f0f1f3;margin-left:auto;margin-right:auto;object-fit:scale-down}.top-rated-product__brand,.top-rated-product__brand a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.top-rated-product__brand:hover,.top-rated-product__brand a:hover{color:#aa276f}.top-rated-product__name{margin-top:5px;margin-bottom:5px}.top-rated-product__price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:8px}.top-rated-product__price span,.top-rated-product__price bdi{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:0}.top-rated-product__description{margin-top:6px;display:-webkit-box;-webkit-line-clamp:7;-webkit-box-orient:vertical;overflow:hidden}.top-rated-product__description,.top-rated-product__description p{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}@media print,screen and (min-width: 64em){.top-rated-product__review-container{padding-left:26px}}.top-rated-product__bv-review{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);padding:24px}@media print,screen and (min-width: 64em){.top-rated-product__bv-review{padding:32px}}.top-rated-product__review-text{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.top-rated-product__rating{margin-bottom:20px}@media print,screen and (min-width: 48em){.top-rated-product__rating .rating-star{font-size:18px}}@media print,screen and (min-width: 64em){.top-rated-product__rating .rating-star{font-size:12px}}.top-rated-product__username{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px}.top-rated-product__read-more-review{margin-left:auto;margin-right:-5px;width:fit-content;margin-top:6px}.top-rated-product__read-more-review a{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;padding:8px 12px;background:#f7eaf1}.top-rated-product__read-more-review a:hover,.top-rated-product__read-more-review a:focus,.top-rated-product__read-more-review a:active{color:#aa276f}.best-in-products{margin-top:16px;padding-top:32px;margin-bottom:8px}@media print,screen and (min-width: 48em){.best-in-products{margin-top:48px;margin-bottom:24px}}.best-in-products__featured{display:flex;flex-direction:column;margin-bottom:32px}@media print,screen and (min-width: 48em){.best-in-products__featured{flex-direction:row}}.best-in-products__featured--right{padding-left:12px}.best-in-products__featured--left{padding-right:12px}.best-in-products__featured .bv-review-summary{display:flex}.best-in-products__featured .bv-review-summary__total-rating{margin-left:16px}@media print,screen and (min-width: 48em){.best-in-products__featured .top-rated-product__image{width:168px;height:168px}}.best-in-products__featured .top-rated-product__description{-webkit-line-clamp:4}.best-in-products__content{margin-top:16px}@media print,screen and (min-width: 48em){.best-in-products__content{margin-top:32px}}.most-reviewed-brands{margin-bottom:16px;padding-top:32px;margin-top:16px}@media print,screen and (min-width: 48em){.most-reviewed-brands{margin-bottom:48px;margin-top:0}}.most-reviewed-brands__content{display:flex;align-items:center;margin-top:32px;flex-wrap:wrap;justify-content:center;margin-left:-9px;margin-right:-9px}@media print,screen and (min-width: 48em){.most-reviewed-brands__content{flex-wrap:unset;justify-content:flex-start;margin-left:-12px;margin-right:-12px}}.most-reviewed-brands__single{margin-bottom:32px;margin-left:8px;margin-right:8px;width:102px;height:48px}@media print,screen and (min-width: 64em){.most-reviewed-brands__single{width:168px;height:80px;margin-left:12px;margin-right:12px;margin-bottom:0}}.most-reviewed-brands__single img{object-fit:scale-down;height:100%;width:100%}.user-reviews{position:relative}@media print,screen and (min-width: 64em){.user-reviews__head{display:flex;justify-content:space-between;align-items:center}}.user-reviews__heading{display:flex;align-items:baseline}.user-reviews__count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle;margin-top:0;margin-left:8px}.user-reviews__filter-sort{display:flex;margin-left:-8px;margin-right:-8px}@media print,screen and (min-width: 64em){.user-reviews__filter-sort{justify-content:flex-end;margin-left:-4px;margin-right:-4px}}.user-reviews__note{margin-top:12px;margin-bottom:48px}.user-reviews__content{margin-top:24px;margin-bottom:24px}.user-reviews__single{border-bottom:1px solid #f0f1f3;margin-bottom:24px}.user-reviews__product{display:flex;margin-bottom:20px}.user-reviews__product-image{width:fit-content;margin-right:16px}.user-reviews__product-image img{width:62px;height:62px;min-width:62px;object-fit:scale-down;border:1px solid #f0f1f3}@media print,screen and (min-width: 48em){.user-reviews__product-image img{width:72px;height:72px;min-width:72px}}.user-reviews__product-brand{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.user-reviews__product-brand:hover{color:#aa276f}.user-reviews__product-name{margin-top:5px;margin-bottom:5px}.user-reviews__review-title{margin-bottom:16px}.user-reviews__review-content{padding-bottom:8px;margin-bottom:8px}.user-reviews__read-more{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;display:block;width:fit-content;margin-top:20px}.user-reviews__read-more span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.user-reviews__read-more:hover,.user-reviews__read-more:focus,.user-reviews__read-more:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.user-reviews__read-more:hover span,.user-reviews__read-more:focus span,.user-reviews__read-more:active span{color:#2b1e68}.user-reviews__read-more:focus{border:2px solid #f8c9a8}.user-reviews__read-more:disabled,.user-reviews__read-more.disabled{color:#72757d;background:none}.user-reviews__read-more:disabled:hover,.user-reviews__read-more:disabled:focus,.user-reviews__read-more:disabled:active,.user-reviews__read-more.disabled:hover,.user-reviews__read-more.disabled:focus,.user-reviews__read-more.disabled:active{color:#72757d;border-bottom:none;background:none}.review-sort__container{width:175px;padding-right:8px;padding-left:8px}@media print,screen and (min-width: 64em){.review-sort__container{width:140px;padding-left:4px;padding-right:4px}}.review-sort__container select{padding-left:16px;max-width:100%}.review-filter__container{width:175px;padding-right:8px;padding-left:8px}@media print,screen and (min-width: 64em){.review-filter__container{width:140px;padding-left:4px;padding-right:4px}}.review-filter__container select{padding-left:16px;max-width:100%}.filter-panel{-webkit-transition:visibility 0s .6s;background:rgba(32,33,38,.4);bottom:0;left:0;position:fixed;right:0;top:0;transition:visibility 0s .6s;visibility:hidden;z-index:11}.filter-panel__header{padding:7.5rem 2rem .4rem}@media print,screen and (min-width: 48em){.filter-panel__header{padding-top:9.5}}@media print,screen and (min-width: 64em){.filter-panel__header{padding-top:9rem}}.filter-panel__header-text{display:flex;justify-content:space-between;padding-top:2rem;margin-bottom:0}.filter-panel__reset-btn{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.filter-panel__reset-btn span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.filter-panel__reset-btn:hover,.filter-panel__reset-btn:focus,.filter-panel__reset-btn:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.filter-panel__reset-btn:hover span,.filter-panel__reset-btn:focus span,.filter-panel__reset-btn:active span{color:#2b1e68}.filter-panel__reset-btn:focus{border:2px solid #f8c9a8}.filter-panel__reset-btn:disabled,.filter-panel__reset-btn.disabled{color:#72757d;background:none}.filter-panel__reset-btn:disabled:hover,.filter-panel__reset-btn:disabled:focus,.filter-panel__reset-btn:disabled:active,.filter-panel__reset-btn.disabled:hover,.filter-panel__reset-btn.disabled:focus,.filter-panel__reset-btn.disabled:active{color:#72757d;border-bottom:none;background:none}.filter-panel--from-right .filter-panel__container{right:0;transform:translate3d(100%, 0, 0)}.filter-panel--from-left .filter-panel__container{right:0;transform:translate3d(-100%, 0, 0)}.filter-panel--visible{visibility:visible;transition:visibility 0s 0s}.filter-panel--visible .filter-panel__container{transform:translate3d(0, 0, 0);transition-delay:0s}.filter-panel--visible::after{background:rgba(0,0,0,.6);-webkit-transition:background .3s 0s;transition:background .3s 0s}.filter-panel__container{-webkit-transition:-webkit-transform .3s .3s;background:#fff;bottom:0;box-shadow:0px 4px 8px rgba(17,17,21,.1);margin-top:0;overflow:hidden;position:absolute;right:0;top:0;transition:-webkit-transform .3s .3s;transition:transform .3s .3s,-webkit-transform .3s .3s;transition:transform .3s .3s;width:100%;z-index:1}@media print,screen and (min-width: 48em){.filter-panel__container{width:400px}}.filter-panel__content{-webkit-overflow-scrolling:touch;height:100%;overflow:auto;padding:1rem 2rem 15rem;position:relative;scrollbar-width:thin}@media print,screen and (min-width: 48em){.filter-panel__content{padding-bottom:15rem}}@media print,screen and (min-width: 64em){.filter-panel__content{padding-bottom:15rem}}.filter-panel__close-btn{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;background-color:rgba(0,0,0,0);position:relative;text-align:left;cursor:pointer}.filter-panel__close-btn span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.filter-panel__close-btn:hover,.filter-panel__close-btn:focus,.filter-panel__close-btn:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.filter-panel__close-btn:hover span,.filter-panel__close-btn:focus span,.filter-panel__close-btn:active span{color:#2b1e68}.filter-panel__close-btn:focus{border:2px solid #f8c9a8}.filter-panel__close-btn:disabled,.filter-panel__close-btn.disabled{color:#72757d;background:none}.filter-panel__close-btn:disabled:hover,.filter-panel__close-btn:disabled:focus,.filter-panel__close-btn:disabled:active,.filter-panel__close-btn.disabled:hover,.filter-panel__close-btn.disabled:focus,.filter-panel__close-btn.disabled:active{color:#72757d;border-bottom:none;background:none}.filter-panel__close-btn:hover,.filter-panel__close-btn:focus,.filter-panel__close-btn:active{color:#aa276f;background-color:rgba(0,0,0,0) !important;border:none}.filter-panel__close-btn:hover span,.filter-panel__close-btn:focus span,.filter-panel__close-btn:active span{color:#aa276f}.filter-panel__close-btn span{font-size:48px}.filter-panel__close-btn span{font-weight:500;font-size:2rem}.filter-panel__accordion-item{border-bottom:1px solid #d1d2d8;padding-bottom:14px}.filter-panel__accordion-heading{padding-bottom:20px;padding:0}.filter-panel__accordion-heading .accordion-up{display:none}.filter-panel__accordion-heading .accordion-down{display:inline-block}.filter-panel__accordion-heading::before{content:"";display:none}.filter-panel__accordion-heading:hover,.filter-panel__accordion-heading:focus,.filter-panel__accordion-heading:active{background:rgba(0,0,0,0);color:#aa276f}.filter-panel__accordion-title,.filter-panel__accordion-title-text{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;display:flex;justify-content:space-between;color:#202126;padding:0;letter-spacing:.2px}.filter-panel__accordion-title:hover,.filter-panel__accordion-title:focus,.filter-panel__accordion-title:active,.filter-panel__accordion-title-text:hover,.filter-panel__accordion-title-text:focus,.filter-panel__accordion-title-text:active{background:rgba(0,0,0,0);color:#aa276f}.filter-panel__title-count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle}.filter-panel__selected-filter{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;margin-top:4px}.filter-panel__accordion-item.is-active .accordion-up{display:inline-block}.filter-panel__accordion-item.is-active .accordion-down{display:none}.filter-panel__accordion-content{padding:0;padding-bottom:1rem;overflow:auto;position:relative;scrollbar-width:thin}.filter-panel__accordion-checkbox{display:flex;vertical-align:middle;margin-bottom:1rem;font-weight:400;padding-left:2px;cursor:pointer}.filter-panel__footer{position:absolute;bottom:0;width:100%;z-index:999;background:#fff;box-shadow:0px 0px 12px rgba(17,17,21,.15)}.filter-panel__apply-filter{display:flex;justify-content:center;align-items:center}.filter-panel__apply-filter-btn{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;padding-top:1rem;padding-bottom:1rem;width:100%;text-align:center;cursor:pointer;text-transform:uppercase !important}.filter-panel__apply-filter-btn span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.filter-panel__apply-filter-btn:hover,.filter-panel__apply-filter-btn:focus,.filter-panel__apply-filter-btn:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.filter-panel__apply-filter-btn:hover span,.filter-panel__apply-filter-btn:focus span,.filter-panel__apply-filter-btn:active span{color:#2b1e68}.filter-panel__apply-filter-btn:focus{border:2px solid #f8c9a8}.filter-panel__apply-filter-btn:disabled,.filter-panel__apply-filter-btn.disabled{color:#72757d;background:none}.filter-panel__apply-filter-btn:disabled:hover,.filter-panel__apply-filter-btn:disabled:focus,.filter-panel__apply-filter-btn:disabled:active,.filter-panel__apply-filter-btn.disabled:hover,.filter-panel__apply-filter-btn.disabled:focus,.filter-panel__apply-filter-btn.disabled:active{color:#72757d;border-bottom:none;background:none}@media print,screen and (min-width: 64em){.admin-bar .filter-panel__container{padding-top:1.5rem}}.countdown-header-block{background:linear-gradient(89.7deg, #DDF0ED 0.51%, #F8F4F1 46.61%, #FFDED9 93.68%)}.countdown-header-block__container{padding:32px 0}@media print,screen and (min-width: 48em){.countdown-header-block__container{padding:64px 0}}@media print,screen and (min-width: 64em){.countdown-header-block__container{padding:120px 0;justify-content:flex-start}}.countdown-header-block__text{text-align:center}@media print,screen and (min-width: 48em){.countdown-header-block__text{text-align:left;padding-left:18px;padding-right:18px}}@media print,screen and (min-width: 64em){.countdown-header-block__text{padding-left:0;padding-right:0}}.countdown-header-block__timer{display:flex;flex-direction:row;justify-content:center}.countdown-header-block__inner-timer{width:fit-content;text-align:center}.countdown-header-block__time{font-size:40px;line-height:44px;color:#aa276f;padding-left:21px;padding-right:21px;font-family:"CormorantGaramond",serif;font-weight:700;position:relative}.countdown-header-block__time:after{content:" : ";right:-8px;position:absolute}.countdown-header-block__time.mins:after{content:""}@media print,screen and (min-width: 48em){.countdown-header-block__time{font-size:60px;line-height:70px}}.countdown-header-block__under-text{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;display:block}.image-text-block{padding:32px 16px}@media print,screen and (min-width: 48em){.image-text-block{padding:64px 64px}}@media print,screen and (min-width: 64em){.image-text-block{padding-top:84px 0}}.image-text-block__item-image{position:relative;padding-top:16px;max-width:354px;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;margin-bottom:24px}@media print,screen and (min-width: 48em){.image-text-block__item-image{margin-left:unset;margin-right:unset;margin-bottom:0;max-width:unset}}@media print,screen and (min-width: 64em){.image-text-block__item-image{padding-left:24px;padding-top:24px}}.image-text-block__item-image .image-text-block__item-img-wrapper img{width:326px;height:326px;max-width:100%;object-fit:cover}@media print,screen and (min-width: 64em){.image-text-block__item-image .image-text-block__item-img-wrapper img{height:424px;width:424px;max-width:100%}}.image-text-block__item-img-wrapper{position:relative;display:inline-block;z-index:2}.image-text-block__item-img-background{position:absolute;top:0;left:0;width:215px;height:322px;overflow:hidden;z-index:1}@media print,screen and (min-width: 64em){.image-text-block__item-img-background{width:264px;height:430px}}.image-text-block__btn-container{text-align:center;padding-top:18px;margin-left:-8px;margin-right:-8px}@media print,screen and (min-width: 48em){.image-text-block__btn-container{text-align:left}}.image-text-block__button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.image-text-block__button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.image-text-block__button:hover,.image-text-block__button:active{background:#271b5e;color:#fff}.image-text-block__button:hover span,.image-text-block__button:active span{color:#fff}.image-text-block__button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.image-text-block__button:disabled,.image-text-block__button.disabled,.image-text-block__button.disabled:hover,.image-text-block__button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.image-text-block__button:disabled span,.image-text-block__button.disabled span,.image-text-block__button.disabled:hover span,.image-text-block__button.disabled:active span{color:#2b1e68}.image-text-block__grid{margin-right:-16px;margin-left:-16px}@media print,screen and (min-width: 48em){.image-text-block__grid{margin-left:0;margin-right:0}}.suggested-products-block{background:#ebf0f3}@media print,screen and (min-width: 48em){.suggested-products-block{max-height:650px}}.suggested-products-block__item{flex-direction:column}.suggested-products-block__item-image{text-align:center;margin-bottom:16px;background-color:#fff;width:164px;height:164px;max-width:100%;border:1px solid #f0f1f3}@media print,screen and (min-width: 48em){.suggested-products-block__item-image{height:264px;width:264px;margin-right:16px}}.suggested-products-block__item-image img{height:164px;width:164px;object-fit:scale-down;max-width:100%}@media print,screen and (min-width: 48em){.suggested-products-block__item-image img{height:264px;width:264px}}@media print,screen and (min-width: 48em){.suggested-products-block__control{display:block;top:38%}}.trial-team-result{display:flex;flex-wrap:wrap;margin:32px -5px}.trial-team-result__block{width:calc(50% - 8px);margin-left:4px;margin-right:4px;margin-bottom:16px;display:flex;flex-direction:column;align-items:center}@media print,screen and (min-width: 48em){.trial-team-result__block{width:calc(25% - 8px)}}.trial-team-result__block--brand-shade{background:#92aeb7}.trial-team-result__block--brand{background:#2b1e68}.trial-team-result__block--crimson{background:#aa276f}.trial-team-result__block--peach{background:#f8c9a8}.trial-team-result__block--turquoise{background:#3ab5ac}.trial-team-result__block--beige{background:#e9e1d6}.trial-team-result__block--ocean{background:#316782}.trial-team-result__icon{margin:15px;padding:5px;height:74px;width:74px;min-height:74px;min-width:74px;justify-content:center;align-items:center;display:flex;border-radius:50%;background:#fff}.trial-team-result__icon svg{width:32px;height:32px}.trial-team-result__icon--brand-shade svg{fill:#92aeb7;color:#92aeb7}.trial-team-result__icon--brand svg{fill:#2b1e68;color:#2b1e68}.trial-team-result__icon--crimson svg{fill:#aa276f;color:#aa276f}.trial-team-result__icon--peach svg{fill:#f8c9a8;color:#f8c9a8}.trial-team-result__icon--turquoise svg{fill:#3ab5ac;color:#3ab5ac}.trial-team-result__icon--beige svg{fill:#e9e1d6;color:#e9e1d6}.trial-team-result__content{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;background:#f0f1f3;font-size:14px;text-align:center;padding:5px 8px 15px;margin-bottom:3px;height:100%;width:100%}.trial-team-result__percentage{font-family:"Inter",sans-serif;font-weight:500;font-size:27px;line-height:30px;color:#aa276f;margin-top:10px;margin-bottom:8px}.star-rating-block{margin-top:16px;padding-bottom:32px;margin-bottom:32px;display:flex}.star-rating-block__image{width:120px;height:auto}.star-rating-block__image-container{max-width:120px;margin-right:10px}.star-rating-block__brand{margin-bottom:8px}.star-rating-block__brand a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.star-rating-block__brand a:hover{color:#aa276f}.single h2{font-family:"CormorantGaramond",serif;font-weight:600;font-size:28px;line-height:32.2px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){.single h2{font-size:40px;line-height:44px;letter-spacing:0}}.single h3:not([class]),.single h4[class=""]{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){.single h3:not([class]),.single h4[class=""]{font-size:28px;line-height:32.2px;letter-spacing:0}}.single h4:not([class]),.single h4[class=""]{font-family:"CormorantGaramond",serif;font-weight:600;font-size:18px;line-height:20.7px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){.single h4:not([class]),.single h4[class=""]{font-size:21px;line-height:24.15px}}.single h4[id^=h-yoast-related-articles],.single h4[id^=h-related-articles]{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#72757d;margin-bottom:16px;margin-top:32px}.single h5{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126}@media print,screen and (min-width: 48em){.single h5{font-size:21px;line-height:27.3px}}.single .page-hero{background-color:#fff;position:relative;z-index:2}.single .page-hero:before{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);content:"";height:80%;left:0;position:absolute;top:0;width:100%;z-index:-1}.single .page-hero h1{font-family:"CormorantGaramond",serif;font-weight:600;font-size:32px;line-height:35.2px;color:#202126;margin-bottom:30px}@media print,screen and (min-width: 64em){.single .page-hero h1{font-size:64px;line-height:70.4px}}@media print,screen and (min-width: 48em){.single .page-hero h1{margin-bottom:24px}}.single__article-detail{font-family:"Inter",sans-serif;font-weight:600;letter-spacing:1px;font-size:12px;margin-bottom:24px}@media print,screen and (min-width: 48em){.single__article-detail{margin-bottom:33px}}@media print,screen and (min-width: 64em){.single__article-detail{margin-bottom:64px}}.single__article-detail a,.single__article-detail span.author,.single__article-detail span.author-name{font-family:inherit;font-weight:inherit;font-size:inherit}.single__article-detail a:hover,.single__article-detail span.author:hover,.single__article-detail span.author-name:hover{color:#aa276f}.single__article-detail time.entry-date{margin-right:24px}.single .site p>a,.single .site div:not([class]),.single .site div[class=""]{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:22.4px;font-size:inherit}.single .inside-article .wp-block-button__link{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 20px;text-decoration:none;background:#2b1e68;border-radius:0px}.single .inside-article .wp-block-button a:hover{text-decoration:none}.single .p-small{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.single__social{width:100%;display:flex;flex-direction:row}@media print,screen and (min-width: 48em){.single__social{flex-direction:column;width:55px;position:absolute;margin-left:-125px}}@media print,screen and (min-width: 64em){.single__social{margin-left:-90px}}.single__social-label{font-size:12px;line-height:125%;letter-spacing:1px;text-transform:uppercase;color:#72757d;font-weight:600;margin-right:15px;padding-top:3px}@media print,screen and (min-width: 48em){.single__social-label{margin-right:0}}.single__social-icon{display:flex;flex-wrap:nowrap;flex-direction:column;align-items:flex-start;min-height:30px;font-size:12px;margin-right:15px}@media print,screen and (min-width: 48em){.single__social-icon{margin-right:0;padding:10px 0px}}.single__social-icon svg{position:relative;fill:#2b1e68}.single caption,.single figcaption,.single .wp-block-image>figure>figcaption,.single .wp-block-gallery>figure>figcaption{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:15.6px;color:#202126;text-align:left}.single .wp-block-yoast-seo-related-links{margin-left:0px}.single .wp-block-yoast-seo-related-links li{padding-bottom:10px;list-style:none}.single .wp-block-yoast-seo-related-links li a{font-family:"Inter",sans-serif;font-weight:600;color:#202126;line-height:19.84px;font-size:16px;text-decoration:none;border-bottom:2px solid #aa276f;background-size:10%}.single .wp-block-yoast-seo-related-links li a:hover,.single .wp-block-yoast-seo-related-links li a:active,.single .wp-block-yoast-seo-related-links li a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}.single .subtitle{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#72757d}.single blockquote,.single q{font-family:"CormorantGaramond",serif;font-weight:600;font-style:italic;font-size:18px;line-height:23px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 48em){.single blockquote,.single q{font-size:21px;line-height:29px}}.single ul.wp-block-yoast-seo-related-links{list-style:none;margin-left:0}.single ul.wp-block-yoast-seo-related-links li a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;font-weight:600}.single .widget-area .widget{padding:20px}.single input:not([type=submit]),.single input[type=text],.single input[type=email],.single input[type=url],.single input[type=password],.single textarea,.single .form-control,.single .sailthru-signup-widget .form-control{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:16px;letter-spacing:1.5px;background:#f0f1f3;color:#202126;border:none}.single input:not([type=submit]):hover,.single input:not([type=submit]):active,.single input[type=text]:hover,.single input[type=text]:active,.single input[type=email]:hover,.single input[type=email]:active,.single input[type=url]:hover,.single input[type=url]:active,.single input[type=password]:hover,.single input[type=password]:active,.single textarea:hover,.single textarea:active,.single .form-control:hover,.single .form-control:active,.single .sailthru-signup-widget .form-control:hover,.single .sailthru-signup-widget .form-control:active{border-bottom:1px solid #2b1e68}.single input:not([type=submit]):focus,.single input[type=text]:focus,.single input[type=email]:focus,.single input[type=url]:focus,.single input[type=password]:focus,.single textarea:focus,.single .form-control:focus,.single .sailthru-signup-widget .form-control:focus{border:2px solid #f8c9a8}.single label{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:16px;letter-spacing:.2px;color:inherit}.single-post .page-hero{margin-bottom:32px}@media print,screen and (min-width: 48em){.single-post .page-hero{margin-bottom:64px}}.single-post .entry-content>h3:not([class]){margin-top:32px}@media print,screen and (min-width: 64em){.single-post .entry-content>h3:not([class]){margin-top:48px}}.single-post .entry-content>h3:first-child{margin-top:0}.single-post .sidebar .widget,.single-post aside.widget{margin-bottom:32px}@media print,screen and (min-width: 64em){.single-post .sidebar .widget,.single-post aside.widget{margin-bottom:64px}}.single-post .site-main{margin-right:0}.single-post.separate-containers .inside-article{padding-left:0px;padding-right:0px}@media print,screen and (min-width: 64em){.single-post.separate-containers .inside-article{padding:24px 120px 24px 94px}}@media print,screen and (min-width: 64em){.single-post .entry-content .alignwide,.single-post .entry-content .alignfull,.single-post:not(.no-sidebar) .entry-content .alignfull{width:calc(100% + 180px);max-width:calc(100% + 180px)}}.single-post .read-more__heading h4{color:#aa276f}.single-post h6[class=""],.single-post h6:not([class]){font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;letter-spacing:1px;text-transform:uppercase;color:#72757d;margin-bottom:16px;margin-top:16px}.single-post .page-hero{max-width:100vw;padding-top:32px}@media print,screen and (min-width: 48em){.single-post .page-hero{padding-top:48px}}@media print,screen and (min-width: 64em){.single-post .page-hero{padding-top:80px}}.single-post .page-hero img{width:100%;max-width:100%;object-fit:cover;height:193px}@media print,screen and (min-width: 48em){.single-post .page-hero img{height:406px;width:936px}}@media print,screen and (min-width: 64em){.single-post .page-hero img{height:527px;width:936px}}.single-post .page-hero .single__article-hero-image{position:relative;margin-left:auto;margin-right:auto;width:fit-content}.single-post .page-hero .single__article-caption{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;position:absolute;right:0}.single-post .sidebar-post-article{margin-top:48px}.single-post .site-content .article-single-content{width:100%}.single-post .entry-content>p:first-of-type{font-family:"Inter",sans-serif;font-weight:400;font-size:18px;line-height:23.4px;color:#202126;font-weight:400;margin-bottom:38px}@media print,screen and (min-width: 48em){.single-post .entry-content>p:first-of-type{font-size:21px;line-height:27.3px}}@media print,screen and (min-width: 48em){.single-post .entry-content>p:first-of-type{margin-bottom:32px}}.single-post iframe,.single-post .instagram-media{max-width:100%}.single-post .tags-links{margin-bottom:24px}.single-post .tags-links .icon-tags svg{fill:#aa276f}.single-post .tags-links a{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;margin-left:5px}.single-post .tags-links a span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.single-post .tags-links a:hover,.single-post .tags-links a:focus,.single-post .tags-links a:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.single-post .tags-links a:hover span,.single-post .tags-links a:focus span,.single-post .tags-links a:active span{color:#2b1e68}.single-post .tags-links a:focus{border:2px solid #f8c9a8}.single-post .tags-links a:disabled,.single-post .tags-links a.disabled{color:#72757d;background:none}.single-post .tags-links a:disabled:hover,.single-post .tags-links a:disabled:focus,.single-post .tags-links a:disabled:active,.single-post .tags-links a.disabled:hover,.single-post .tags-links a.disabled:focus,.single-post .tags-links a.disabled:active{color:#72757d;border-bottom:none;background:none}.single-post.post-template-template-legacy-article .hero-default__breadcrumb,.single-post.post-template-template-wallpaper-article .hero-default__breadcrumb{text-align:left}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero,.single-post.post-template-template-wallpaper-article .page-hero{padding-top:48px;padding-bottom:48px}}@media print,screen and (min-width: 64em){.single-post.post-template-template-legacy-article .page-hero,.single-post.post-template-template-wallpaper-article .page-hero{padding-top:55px;padding-bottom:55px}}.single-post.post-template-template-legacy-article .page-hero:before,.single-post.post-template-template-wallpaper-article .page-hero:before{background:#f8f4f1;height:80%}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero:before,.single-post.post-template-template-wallpaper-article .page-hero:before{height:100%}}.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero{position:relative}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero{display:flex;justify-content:flex-end;align-items:center}}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info{padding-left:24px;padding-right:24px;margin-right:24px}}@media print,screen and (min-width: 64em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info{max-width:47%}}.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info h1,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info h1{font-family:"CormorantGaramond",serif;font-weight:600;font-size:32px;line-height:35.2px;color:#202126}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info h1,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info h1{font-size:48px;line-height:52.8px}}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info h1,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info h1{text-align:left}}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info .single__article-detail,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-info .single__article-detail{margin-bottom:0;text-align:left}}.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-image,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero .single__article-hero-image{max-width:100%}@media print,screen and (min-width: 48em){.single-post.post-template-template-legacy-article .page-hero .inside-page-hero .single__article-hero img,.single-post.post-template-template-wallpaper-article .page-hero .inside-page-hero .single__article-hero img{height:auto;object-fit:cover}}@media print,screen and (min-width: 48em){.single-post.post-template-template-wallpaper-article .page-hero{margin-bottom:0;max-width:1160px;margin-left:auto;margin-right:auto}.single-post.post-template-template-wallpaper-article .inside-page-hero:before{background:#f8f4f1;height:100%}.single-post.post-template-template-wallpaper-article .article-page-content,.single-post.post-template-template-wallpaper-article .comments-area .grid-container{background:#fff}.single-post.post-template-template-wallpaper-article .keep-reading,.single-post.post-template-template-wallpaper-article .comments-area{max-width:1160px;margin-left:auto;z-index:2;position:relative;margin-right:auto}.single-post.post-template-template-wallpaper-article .keep-reading{padding-left:16px;padding-right:16px}}.single-post.post-template-template-wallpaper-article .BH-background-skin{top:0}@media print,screen and (min-width: 64em){.single-topic__sidebar{margin-top:8px;margin-left:24px}}.single-topic__sidebar .bbp-form-search{display:none}@media print,screen and (min-width: 64em){.single-topic__sidebar .bbp-form-search{display:block}}.single-topic__sidebar .widget{margin-bottom:30px}.single-topic .hero-forum__html-container{padding-top:0}.single-topic__sidebar-search{margin-bottom:64px}.single-forum__sidebar{padding-top:64px;padding-bottom:64px;padding-left:24px}.single-forum__sidebar .bbp-form-search{display:none}@media print,screen and (min-width: 64em){.single-forum__sidebar .bbp-form-search{display:block}}.single-forum__sidebar .widget{margin-bottom:24px}.single-forum__sidebar-search{padding-top:8px;margin-bottom:48px}#bbp-content{padding-bottom:48px}.page-template-template-account .site-content{flex-direction:column}.page-template-template-account .content-area{max-width:1046px;margin:0 auto}.page-template-template-account .inside-article{padding:16px}.account{width:100%}.account__header{width:100%;background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%)}.account__header-breadcrumb{margin-bottom:24px}@media print,screen and (min-width: 48em){.account__header-breadcrumb{margin-bottom:37px}}.account__header-breadcrumb a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.account__header-breadcrumb .breadcrumb_last{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#202126}.account__header-wrapper{max-width:1046px;margin:0 auto;padding:16px}@media print,screen and (min-width: 48em){.account__header-wrapper{padding:32px 20px}}.account__header-flex{display:flex;flex-direction:row;margin-top:24px}@media print,screen and (min-width: 48em){.account__header-flex{margin-top:37px}}.account__header-photo{margin-right:34px;margin-bottom:69px}@media print,screen and (min-width: 64em){.account__header-photo{margin-right:49px}}.account__header-photo img{width:64px;height:64px}@media print,screen and (min-width: 48em){.account__header-photo img{width:88px;height:88px}}.account__header-details{margin-bottom:36px}@media print,screen and (min-width: 64em){.account__header-details{margin-bottom:45px}}.account__header-name{margin-bottom:4px;line-height:31px;display:flex}.account__header-name .mycred-badge-image{width:23px;height:18px;margin-left:4px}.account__header-name .mycred-badge-image[alt~=Platinum],.account__header-name .mycred-badge-image[title~=Platinum]{display:none}.account__header-badge-image{position:relative;top:-32px;left:48px;text-align:left;width:fit-content}@media print,screen and (min-width: 48em){.account__header-badge-image{left:60px}}.account__header-badge-image img{height:32px;width:32px}.account__header-badge-label{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:4px}.account__header-member-since{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;color:#72757d;margin-bottom:12px}@media print,screen and (min-width: 48em){.account__header-member-since{margin-bottom:20px}}.account__header-view-profile-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.account__header-buttons{display:flex;align-items:center;flex-wrap:wrap;margin-top:-40px}@media print,screen and (min-width: 48em){.account__header-buttons{margin-top:-60px;margin-left:122px}}@media print,screen and (min-width: 64em){.account__header-buttons{margin-left:136px}}.account__header-follow-button{width:100%}@media print,screen and (min-width: 48em){.account__header-follow-button{width:140px !important}}.account__header-follow-button a{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;padding:16px 20px !important;width:100% !important}.account__header-follow-button a span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.account__header-follow-button a:hover,.account__header-follow-button a:active{background:#271b5e;color:#fff}.account__header-follow-button a:hover span,.account__header-follow-button a:active span{color:#fff}.account__header-follow-button a:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.account__header-follow-button a:disabled,.account__header-follow-button a.disabled,.account__header-follow-button a.disabled:hover,.account__header-follow-button a.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.account__header-follow-button a:disabled span,.account__header-follow-button a.disabled span,.account__header-follow-button a.disabled:hover span,.account__header-follow-button a.disabled:active span{color:#2b1e68}.account__header-follow-button a:before{display:none !important}@media print,screen and (min-width: 48em){.account__header-follow-button a{width:140px !important}}.account__header-follow-button a.um-unfollow-btn{width:100% !important;color:rgba(0,0,0,0)}.account__header-follow-button a.um-unfollow-btn:after{content:"UNFOLLOW";margin-left:-98px;font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;background-color:rgba(0,0,0,0);padding:0}.account__header-follow-button a.um-unfollow-btn:after span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.account__header-follow-button a.um-unfollow-btn:after:hover,.account__header-follow-button a.um-unfollow-btn:after:active{background:#271b5e;color:#fff}.account__header-follow-button a.um-unfollow-btn:after:hover span,.account__header-follow-button a.um-unfollow-btn:after:active span{color:#fff}.account__header-follow-button a.um-unfollow-btn:after:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.account__header-follow-button a.um-unfollow-btn:after:disabled,.account__header-follow-button a.um-unfollow-btn:after.disabled,.account__header-follow-button a.um-unfollow-btn:after.disabled:hover,.account__header-follow-button a.um-unfollow-btn:after.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.account__header-follow-button a.um-unfollow-btn:after:disabled span,.account__header-follow-button a.um-unfollow-btn:after.disabled span,.account__header-follow-button a.um-unfollow-btn:after.disabled:hover span,.account__header-follow-button a.um-unfollow-btn:after.disabled:active span{color:#2b1e68}.account__header-block-button,.account__header-report-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;margin:24px 4px 16px 33px}.account__header-block-button:hover,.account__header-block-button:focus,.account__header-block-button:active,.account__header-report-button:hover,.account__header-report-button:focus,.account__header-report-button:active{color:#aa276f}@media print,screen and (min-width: 48em){.account__header-block-button,.account__header-report-button{margin-top:0;margin-bottom:0}}.account-body{display:flex}.account-sidebar.um-account-side{display:none}@media print,screen and (min-width: 48em){.account-sidebar.um-account-side{display:block;width:224px !important}}@media print,screen and (min-width: 64em){.account-sidebar.um-account-side{width:360px !important}}.account-sidebar ul li{background-color:#fff;border-bottom:1px solid #f0f1f3}.account-sidebar ul li .um-account-link{margin:14px 0;padding:0}@media print,screen and (min-width: 48em){.account-sidebar ul li .um-account-link{width:224px !important}}@media print,screen and (min-width: 64em){.account-sidebar ul li .um-account-link{width:360px !important}}.account-sidebar ul li .um-account-link:hover{background-color:#fff}.account-sidebar ul li .um-account-link:hover .um-account-title{color:#aa276f}.account-sidebar ul li .um-account-link.current{background:#fff !important;color:#aa276f}.account-sidebar ul li .um-account-link.current span{color:#aa276f}.account-sidebar ul li .um-account-link .um-account-title{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;letter-spacing:.2px;color:#202126;padding-left:0}.account-sidebar ul li .um-account-link .um-account-arrow{color:#aa276f;opacity:1;top:0px}div.uimob800 .um-account-side ul{border:none}div.uimob800 .um-account-side ul li a{padding:10px 0px;height:30px}.account-main{width:100%}@media print,screen and (min-width: 48em){.account-main{margin-left:32px}}@media print,screen and (min-width: 64em){.account-main{margin-left:122px}}.account-main .um-account-nav{display:block;border-bottom:1px solid #f0f1f3}@media print,screen and (min-width: 48em){.account-main .um-account-nav{display:none}}.account-main .um-account-nav a{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;letter-spacing:.2px;color:#202126 !important;padding-left:0;margin:14px 0;border-bottom:none !important}.account-main .um-account-nav a:hover,.account-main .um-account-nav a .current{color:#aa276f !important}.account-main .um-account-nav a .arr{color:#aa276f;top:5px}.account-main .um-account-tab{margin:24px 0}.account-main .um-account-tab .um-profile-navbar,.account-main .um-account-tab .um-followers-bar{padding:0;display:none}.account-main .um-account-tab .um-account-heading{display:none}.account-main .um-account-tab .um-field{margin-bottom:40px}.account-main .um-account-tab .um-field-label{margin-bottom:8px}.account-main .um-account-tab .um-field-label label{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;margin-bottom:0;font-size:16px !important;line-height:22.4px !important}.account-main .um-account-tab .um-field-text input{background-color:#f0f1f3;border:none !important;box-shadow:none;color:#202126;height:48px}.account-main .um-account-tab .um-field-text input:active,.account-main .um-account-tab .um-field-text input:focus{border:none !important;background-color:#f0f1f3;border-bottom:1px solid #2b1e68 !important}.account-main .um-account-tab .um-field-textarea textarea{background-color:#f0f1f3;border:none !important;box-shadow:none;color:#202126;height:48px}.account-main .um-account-tab .um-field-textarea textarea:active,.account-main .um-account-tab .um-field-textarea textarea:focus{border:none !important;background-color:#f0f1f3;border-bottom:1px solid #2b1e68 !important}.account-main .um-account-tab .um-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;background:#2b1e68 !important;color:#fff !important}.account-main .um-account-tab .um-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.account-main .um-account-tab .um-button:hover,.account-main .um-account-tab .um-button:active{background:#271b5e;color:#fff}.account-main .um-account-tab .um-button:hover span,.account-main .um-account-tab .um-button:active span{color:#fff}.account-main .um-account-tab .um-button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.account-main .um-account-tab .um-button:disabled,.account-main .um-account-tab .um-button.disabled,.account-main .um-account-tab .um-button.disabled:hover,.account-main .um-account-tab .um-button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.account-main .um-account-tab .um-button:disabled span,.account-main .um-account-tab .um-button.disabled span,.account-main .um-account-tab .um-button.disabled:hover span,.account-main .um-account-tab .um-button.disabled:active span{color:#2b1e68}.account-main .um-account-tab .um-row-heading{padding:10px 5px;font-size:20px;font-weight:600;margin-bottom:20px !important;background:#f7eaf1}.account-main .um-account-tab .um-field-checkbox{width:100%}.account-main .um-account-tab .um-field-checkbox input[type=checkbox]{display:none;margin-right:0}.account-main .um-account-tab .um-field-checkbox .um-field-checkbox-option{line-height:22.4px;margin-left:32px;color:#202126 !important}.account-main .um-account-tab .um-field-checkbox .um-field-checkbox-state{top:-4px;position:absolute;left:1px;width:24px;height:24px}.account-main .um-account-tab .um-field-checkbox .um-field-checkbox-state i{color:#f0f1f3}.account-main .um-account-tab .um-field-checkbox .um-field-checkbox-state i:before{font-size:24px;position:relative;top:3px}.account-main .um-account-tab .um-field-checkbox .um-field-checkbox-state i.um-icon-android-checkbox-outline:before{content:"";color:#2b1e68}.account-main .um-account-tab .um-field-checkbox .um-field-checkbox-state i.um-icon-android-checkbox-outline-blank:before{content:"";color:#d1d2d8}.account-main .um-account-tab .picker__box{background-color:#2b1e68}.account-main .um-account-tab .picker__header{background-color:#2b1e68}.account-main .um-account-tab .picker__select--year{margin-bottom:0}.account-main .um-account-tab .picker__month{color:#fff;font-weight:600;padding:10px}.account-main .um-account-tab .picker__table{text-align:center}.account-main .um-account-tab .picker__weekday{color:#202126}.account-main .um-account-tab .picker__day--outfocus{color:#9a9a9a}.account-main .um-account-tab .picker__day:hover,.account-main .um-account-tab .picker__day--infocus:hover,.account-main .um-account-tab .picker__day--selected,.account-main .um-account-tab .picker__day--highlighted{background-color:#f8c9a8}.account-main .um-account-tab .picker__footer{background-color:#2b1e68}.account-main .um-account-tab .picker__button--today,.account-main .um-account-tab .picker__button--clear{color:#fff}.account-main .um-account-tab .picker__nav--next:hover,.account-main .um-account-tab .picker__nav--prev:hover{background-color:#aa276f}.account-main .um-account-tab .um-field-radio input[type=radio]{display:none}.account-main .um-account-tab .um-field-radio .um-field-radio-state i{background-color:#f0f1f3;border-radius:100%}.account-main .um-account-tab .um-field-radio .um-field-radio-state i:before{font-size:24px;position:relative;top:3px}.account-main .um-account-tab .um-field-radio .um-field-radio-state i.um-icon-android-radio-button-on:before{color:#2b1e68}.account-main .um-account-tab .um-field-radio .um-field-radio-state i.um-icon-android-radio-button-off:before{color:#d1d2d8}.account-main .um-account-tab .um-field-radio .um-field-radio-option{margin-left:8px}.account-main .beauty-profile-tabs{width:100%;height:25px;border-bottom:solid 1px #d1d2d8;padding-right:2px;margin-top:30px;margin-left:0;margin-bottom:0;display:-webkit-box;overflow:auto;position:relative;-ms-overflow-style:none;scrollbar-width:none}.account-main .beauty-profile-tabs::-webkit-scrollbar{display:none}.account-main .beauty-profile-tabs li{list-style:none;margin-right:32px;outline:none}.account-main .beauty-profile-tabs li a{color:#202126;border-bottom:2px solid #aa276f}.account-main .beauty-profile-tabs li a.inactive{color:#72757d;border-bottom:none}.account-main .um-profile-body{margin-top:0}.account-main .um-profile-body .um-row{clear:both;width:100%;border:none;text-align:left}.account-main .um-notice.success{display:none}.following__total{vertical-align:middle}.following__total .um-ajax-count-following,.following__total .um-ajax-count-followers{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22px;color:#aa276f;margin-left:5px;vertical-align:middle;color:#aa276f !important}.following__users{display:flex;flex-direction:row;flex-wrap:wrap}.following__users .um-followers-user{border-bottom:none;display:flex;flex-direction:row;align-items:center;padding:0;width:100%}@media print,screen and (min-width: 48em){.following__users .um-followers-user{width:50%}}.following__users .um-followers-user-name a{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px}.following__users .um-followers-user-photo{position:relative;top:0;margin-right:20px;opacity:1}.following__users .um-followers-user-photo img{border-radius:50px !important;width:40px;height:40px}.following__users .um-followers-user-btn{display:none}.public-profile__content{max-width:1046px;display:flex;flex-direction:column;margin:24px auto 24px auto;padding:0 16px}@media print,screen and (min-width: 48em){.public-profile__content{flex-direction:row;margin-top:40px}}.public-profile__about{width:100%;margin-bottom:32px}@media print,screen and (min-width: 48em){.public-profile__about{min-width:224px;margin-right:16px}}@media print,screen and (min-width: 64em){.public-profile__about{min-width:360px;margin-right:32px}}.public-profile__about-subitems{display:flex;margin-top:24px;margin-left:-12px;margin-right:-12px}.public-profile__about-subitem{width:33.33%;margin-left:12px;margin-right:12px}.public-profile__reviews{width:100%;margin-bottom:32px}@media print,screen and (min-width: 48em){.public-profile__reviews{margin-left:16px}}@media print,screen and (min-width: 64em){.public-profile__reviews{margin-left:32px}}.public-profile__viewing-notification{padding:10px;background-color:#f8c9a8;display:flex;justify-content:center}.public-profile__viewing-notification p{margin-bottom:0}.public-profile__followers{margin-top:48px;padding-top:24px;border-top:1px solid #f0f1f3}.page.contact-us-page .single-column,.trial-team-page .single-column{max-width:480px;margin-left:auto;margin-right:auto;padding-right:24px;padding-left:24px}@media print,screen and (min-width: 48em){.page.contact-us-page .single-column,.trial-team-page .single-column{padding-left:0;padding-right:0}}.page.contact-us-page .single-column h1,.trial-team-page .single-column h1{margin-bottom:24px}@media print,screen and (min-width: 48em){.page.contact-us-page .single-column h1,.trial-team-page .single-column h1{text-align:center}}.trial-team-page h2{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126}@media print,screen and (min-width: 64em){.trial-team-page h2{font-size:28px;line-height:32.2px;letter-spacing:0}}.trial-team-page .tt-form{padding-left:16px;padding-right:16px}@media print,screen and (min-width: 48em){.trial-team-page .tt-form{padding-left:0;padding-right:0}}.trial-team-page .tt-form input[type=submit]{width:100%}.trial-team-page .message-box li>a{border-bottom:2px solid #aa276f;background-size:10%}.trial-team-page .message-box li>a:hover,.trial-team-page .message-box li>a:active,.trial-team-page .message-box li>a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}.trial-team-page .message-box li>a:visited{border-bottom:#2b1e68}.widget-are-media-recent-entries__widget-title{margin-bottom:24px}.widget-are-media-recent-entries__list-item{display:flex;margin-bottom:25px !important}.widget-are-media-recent-entries__image,.widget-are-media-recent-entries .native-image{height:74px;width:74px}.widget-are-media-recent-entries__image-link{flex:0 0 74px;margin-right:16px}.widget-are-media-recent-entries__info-container{margin-top:6px}.widget-are-media-recent-entries .native-sponsored{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.widget-are-media-recent-entries .native-image{object-fit:cover}.widget-are-media-recent-entries__category-link{color:#72757d}.widget-are-media-recent-entries__category-link:hover{color:#aa276f}.widget-are-media-recent-entries__divider{color:#72757d}.widget-are-media-recent-entries__post-date{color:#72757d}.widget-are-media-recent-entries__title:hover{color:#aa276f}.widget-are-media-related-articles__widget-title{margin-bottom:16px}.widget-are-media-related-articles__list-item{display:flex;margin-bottom:25px !important}.widget-are-media-related-articles__image,.widget-are-media-related-articles .native-image{height:74px;width:74px}.widget-are-media-related-articles .native-sponsored{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.widget-are-media-related-articles .native-image{object-fit:cover}.widget-are-media-related-articles__image-link{flex:0 0 74px;margin-right:16px}.widget-are-media-related-articles__info-container{margin-top:6px;text-transform:uppercase;color:#72757d}.widget-are-media-related-articles__info-container .subtitle{color:#72757d}.widget-are-media-related-articles__category-link{color:#72757d}.widget-are-media-related-articles__divider{color:#72757d}.widget-are-media-related-articles__post-date{color:#72757d}.widget-are-media-bbp-topic__widget-heading{margin-bottom:16px}.widget-are-media-bbp-topic__item-wrapper{width:100%;height:117px;padding:2px;border-radius:4px;margin-bottom:23px;background:linear-gradient(89.7deg, #DDF0ED 0.51%, #F8F4F1 46.61%, #FFDED9 93.68%)}.widget-are-media-bbp-topic__item{background:#fff;height:100%;width:100%;border-radius:4px;padding:16px;position:relative}.widget-are-media-bbp-topic__item-link p:hover{color:#aa276f}.widget-are-media-bbp-topic__item-title{font-weight:600;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:8px}.widget-are-media-bbp-topic__item-posts{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:15px;text-transform:uppercase;letter-spacing:1px;color:#72757d}.widget-are-media-bbp-topic__item-meta{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;position:absolute;width:calc(100% - 32px);bottom:12px;display:flex;justify-content:space-between}.widget-are-media-bbp-topic__item-meta span{margin-right:6px}.widget-are-media-bbp-topic__item-meta span,.widget-are-media-bbp-topic__item-meta a{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.widget-are-media-bbp-topic__item-meta a:hover,.widget-are-media-bbp-topic__item-meta a:active,.widget-are-media-bbp-topic__item-meta a:focus{color:#aa276f}.widget-are-media-bbp-topic__item-author a,.widget-are-media-bbp-topic__item-author span,.widget-are-media-bbp-topic__item-author .bbp-author-name{color:#202126;font-weight:500}.widget-are-media-bbp-topic__item-author a:hover .bbp-author-name,.widget-are-media-bbp-topic__item-author a:active .bbp-author-name,.widget-are-media-bbp-topic__item-author a:focus .bbp-author-name{color:#aa276f}.widget-are-media-bbp-topic__bg-crimson{width:6px;height:6px;border-radius:50%;background:#aa276f;float:right;display:block;margin-top:5px}.widget-are-media-bbp-topic__bg-crimson--hidden{display:none}.widget-are-media-spacer__mobile{display:block}@media print,screen and (min-width: 48em){.widget-are-media-spacer__mobile{display:none}}.widget-are-media-spacer__tablet{display:none}@media print,screen and (min-width: 48em){.widget-are-media-spacer__tablet{display:block}}@media print,screen and (min-width: 64em){.widget-are-media-spacer__tablet{display:block}}.widget-are-media-spacer__desktop{display:none}@media print,screen and (min-width: 64em){.widget-are-media-spacer__desktop{display:block}}.widget-are-media-related-products{margin-top:16px}@media print,screen and (min-width: 48em){.widget-are-media-related-products{margin-top:24px}}.widget-are-media-related-products__widget-title{margin-bottom:24px}.widget-are-media-related-products .related-products__content{display:flex;margin-bottom:24px}.widget-are-media-related-products .related-products__product-image{width:96px;margin-right:16px}.widget-are-media-related-products .related-products__product-image img{min-width:96px;height:96px;border:1px solid #f0f1f3;object-fit:scale-down}.woocommerce .cart-subtotal{display:none}.woocommerce .woocommerce-message{background:#24c046}.woocommerce .woocommerce-error{background:#e42732}.woocommerce .woocommerce-info{background:#2b1e68}.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{background-image:url("/wp-content/themes/generatepress-child/assets/loader.svg")}.woocommerce .button{padding:16px 20px}.woocommerce .wc-mycred-points{font-family:"Inter",sans-serif;font-weight:500;font-size:16px;line-height:22.4px;color:#aa276f}.woocommerce .wc-mycred__total-points th,.woocommerce .wc-mycred__total-points td,.woocommerce .wc-mycred__discount-points th,.woocommerce .wc-mycred__discount-points td,.woocommerce .wc-mycred__promotional-total th,.woocommerce .wc-mycred__promotional-total td,.woocommerce .wc-mycred__promotional-grand-total th,.woocommerce .wc-mycred__promotional-grand-total td{padding-left:20px}.woocommerce .wc-mycred__discount-points td{color:#e74c3c;font-weight:bold}.woocommerce .wc-mycred-points--crossed-out{text-decoration:line-through !important;color:#999 !important;opacity:.7;margin-right:8px}.woocommerce .wc-mycred-points--promotional{color:#e74c3c !important;font-weight:bold !important}.woocommerce td.product-date .entry-date,.woocommerce td.product-date{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.woocommerce button.button,.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.woocommerce button.button span,.woocommerce #respond input#submit span,.woocommerce a.button span,.woocommerce button.button span,.woocommerce input.button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.woocommerce button.button:hover,.woocommerce button.button:active,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:active,.woocommerce a.button:hover,.woocommerce a.button:active,.woocommerce button.button:hover,.woocommerce button.button:active,.woocommerce input.button:hover,.woocommerce input.button:active{background:#271b5e;color:#fff}.woocommerce button.button:hover span,.woocommerce button.button:active span,.woocommerce #respond input#submit:hover span,.woocommerce #respond input#submit:active span,.woocommerce a.button:hover span,.woocommerce a.button:active span,.woocommerce button.button:hover span,.woocommerce button.button:active span,.woocommerce input.button:hover span,.woocommerce input.button:active span{color:#fff}.woocommerce button.button:focus,.woocommerce #respond input#submit:focus,.woocommerce a.button:focus,.woocommerce button.button:focus,.woocommerce input.button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce button.button.disabled:hover,.woocommerce button.button.disabled:active,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit.disabled:active,.woocommerce a.button:disabled,.woocommerce a.button.disabled,.woocommerce a.button.disabled:hover,.woocommerce a.button.disabled:active,.woocommerce button.button:disabled,.woocommerce button.button.disabled,.woocommerce button.button.disabled:hover,.woocommerce button.button.disabled:active,.woocommerce input.button:disabled,.woocommerce input.button.disabled,.woocommerce input.button.disabled:hover,.woocommerce input.button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.woocommerce button.button:disabled span,.woocommerce button.button.disabled span,.woocommerce button.button.disabled:hover span,.woocommerce button.button.disabled:active span,.woocommerce #respond input#submit:disabled span,.woocommerce #respond input#submit.disabled span,.woocommerce #respond input#submit.disabled:hover span,.woocommerce #respond input#submit.disabled:active span,.woocommerce a.button:disabled span,.woocommerce a.button.disabled span,.woocommerce a.button.disabled:hover span,.woocommerce a.button.disabled:active span,.woocommerce button.button:disabled span,.woocommerce button.button.disabled span,.woocommerce button.button.disabled:hover span,.woocommerce button.button.disabled:active span,.woocommerce input.button:disabled span,.woocommerce input.button.disabled span,.woocommerce input.button.disabled:hover span,.woocommerce input.button.disabled:active span{color:#2b1e68}.woocommerce button.button:disabled[disabled],.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button:disabled[disabled],.woocommerce button.button:disabled[disabled],.woocommerce input.button:disabled[disabled]{background:#eae9f0;color:#2b1e68;opacity:.5}.woocommerce button.button:disabled[disabled] span,.woocommerce #respond input#submit:disabled[disabled] span,.woocommerce a.button:disabled[disabled] span,.woocommerce button.button:disabled[disabled] span,.woocommerce input.button:disabled[disabled] span{color:#2b1e68}.woocommerce #payment #place_order,.woocommerce .woocommerce-page #payment #place_order{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;width:100%}.woocommerce #payment #place_order span,.woocommerce .woocommerce-page #payment #place_order span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.woocommerce #payment #place_order:hover,.woocommerce #payment #place_order:active,.woocommerce .woocommerce-page #payment #place_order:hover,.woocommerce .woocommerce-page #payment #place_order:active{background:#271b5e;color:#fff}.woocommerce #payment #place_order:hover span,.woocommerce #payment #place_order:active span,.woocommerce .woocommerce-page #payment #place_order:hover span,.woocommerce .woocommerce-page #payment #place_order:active span{color:#fff}.woocommerce #payment #place_order:focus,.woocommerce .woocommerce-page #payment #place_order:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.woocommerce #payment #place_order:disabled,.woocommerce #payment #place_order.disabled,.woocommerce #payment #place_order.disabled:hover,.woocommerce #payment #place_order.disabled:active,.woocommerce .woocommerce-page #payment #place_order:disabled,.woocommerce .woocommerce-page #payment #place_order.disabled,.woocommerce .woocommerce-page #payment #place_order.disabled:hover,.woocommerce .woocommerce-page #payment #place_order.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.woocommerce #payment #place_order:disabled span,.woocommerce #payment #place_order.disabled span,.woocommerce #payment #place_order.disabled:hover span,.woocommerce #payment #place_order.disabled:active span,.woocommerce .woocommerce-page #payment #place_order:disabled span,.woocommerce .woocommerce-page #payment #place_order.disabled span,.woocommerce .woocommerce-page #payment #place_order.disabled:hover span,.woocommerce .woocommerce-page #payment #place_order.disabled:active span{color:#2b1e68}.woocommerce .woocommerce-checkout-review-order-table .product-total{min-width:140px}.woocommerce .woocommerce-order-received .woocommerce-order-details{display:none}.woocommerce .woocommerce-order-overview__total strong,.woocommerce .woocommerce-order-overview__total span,.woocommerce .woocommerce-order-overview__email strong,.woocommerce .woocommerce-order-overview__email span{font-family:"Inter",sans-serif;font-weight:600}.product-listing-main-container{width:100%}.single-product .bv-review-summary{cursor:pointer}.single-product.woocommerce table.shop_attributes{margin-bottom:12px;border:none;margin-top:-8px}.single-product.woocommerce table.shop_attributes tr{border:none}.single-product.woocommerce table.shop_attributes th,.single-product.woocommerce table.shop_attributes td{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;padding:0;border:none;display:inline-block;color:#72757d;background:rgba(0,0,0,0)}.single-product.woocommerce table.shop_attributes th p,.single-product.woocommerce table.shop_attributes td p{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;padding:4px;color:#72757d}.single-product.woocommerce table.shop_attributes tr{background-color:rgba(0,0,0,0)}.single-product.woocommerce table.shop_attributes th{max-width:fit-content;margin-right:3px;text-align:left}.single-product.woocommerce table.shop_attributes thead,.single-product.woocommerce table.shop_attributes tbody,.single-product.woocommerce table.shop_attributes tfoot{border:none;background:rgba(0,0,0,0)}.single-product.woocommerce table.shop_attributes tr:nth-child(even) td,.single-product.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,0)}.single-product.woocommerce table.shop_attributes td{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;font-style:normal}.single-product .site-content{flex-direction:column}.single-product .site-content .content-area{width:100%}.single-product.woocommerce .woocommerce-breadcrumb{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#202126;margin-bottom:24px}@media print,screen and (min-width: 48em){.single-product.woocommerce .woocommerce-breadcrumb{margin-bottom:40px}}.single-product.woocommerce .woocommerce-breadcrumb a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.single-product.woocommerce .woocommerce-product-details__good-for{margin-bottom:15px}.single-product.woocommerce .woocommerce-product-details__brand{margin-bottom:4px}@media print,screen and (min-width: 48em){.single-product.woocommerce .woocommerce-product-details__brand{margin-bottom:8px}}.single-product.woocommerce .woocommerce-product-details__brand a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.single-product.woocommerce .woocommerce-product-details__brand a:hover{color:#aa276f}.single-product.woocommerce .price,.single-product.woocommerce .woocommerce-Price-amount,.single-product.woocommerce .woocommerce-Price-currencySymbol{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.single-product.woocommerce-page div.product,.single-product.woocommerce-page #content div.product{display:flex;flex-wrap:wrap}.single-product.woocommerce-page div.product .bv-review-summary,.single-product.woocommerce-page #content div.product .bv-review-summary{display:flex;margin-bottom:24px;flex-direction:column}@media print,screen and (min-width: 64em){.single-product.woocommerce-page div.product .bv-review-summary,.single-product.woocommerce-page #content div.product .bv-review-summary{flex-direction:row;align-items:center}}.single-product.woocommerce-page div.product .bv-review-summary__rating,.single-product.woocommerce-page #content div.product .bv-review-summary__rating{margin-right:16px;margin-bottom:8px}@media print,screen and (min-width: 64em){.single-product.woocommerce-page div.product .bv-review-summary__rating,.single-product.woocommerce-page #content div.product .bv-review-summary__rating{margin-bottom:0}}.single-product.woocommerce-page div.product .price,.single-product.woocommerce-page #content div.product .price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d;margin-bottom:10px}.single-product.woocommerce-page div.product h1.product-title,.single-product.woocommerce-page #content div.product h1.product-title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:28px;line-height:32.2px;letter-spacing:.3px;color:#202126;margin-bottom:8px}@media print,screen and (min-width: 64em){.single-product.woocommerce-page div.product h1.product-title,.single-product.woocommerce-page #content div.product h1.product-title{font-size:40px;line-height:44px;letter-spacing:0}}.single-product.woocommerce-page div.product .product-info,.single-product.woocommerce-page #content div.product .product-info{width:100%;order:1}@media print,screen and (min-width: 48em){.single-product.woocommerce-page div.product .product-info,.single-product.woocommerce-page #content div.product .product-info{width:60%;padding-left:24px;order:2}}.single-product.woocommerce-page div.product .product-info__disclaimer,.single-product.woocommerce-page #content div.product .product-info__disclaimer{padding:16px;background:#f7eaf1;margin-top:16px;margin-bottom:16px}.single-product.woocommerce-page div.product .product-info__disclaimer p,.single-product.woocommerce-page div.product .product-info__disclaimer div,.single-product.woocommerce-page #content div.product .product-info__disclaimer p,.single-product.woocommerce-page #content div.product .product-info__disclaimer div{margin-bottom:0}.single-product.woocommerce-page div.product .images,.single-product.woocommerce-page #content div.product .images{width:100%;order:2;margin-bottom:0;margin-top:24px}@media print,screen and (min-width: 48em){.single-product.woocommerce-page div.product .images,.single-product.woocommerce-page #content div.product .images{width:40%;order:1;margin-right:0px;padding-right:24px;margin-top:0}}.single-product.woocommerce-page div.product .woocommerce-product-details__short-description,.single-product.woocommerce-page #content div.product .woocommerce-product-details__short-description{margin-top:16px}.single-product.woocommerce-page div.product div.summary,.single-product.woocommerce-page div.product div.summary,.single-product.woocommerce-page div.product div.product div.summary,.single-product.woocommerce-page #content div.product div.summary,.single-product.woocommerce-page #content div.product div.summary,.single-product.woocommerce-page #content div.product div.product div.summary{order:3}@media print,screen and (min-width: 48em){.single-product.woocommerce-page div.product div.summary,.single-product.woocommerce-page div.product div.summary,.single-product.woocommerce-page div.product div.product div.summary,.single-product.woocommerce-page #content div.product div.summary,.single-product.woocommerce-page #content div.product div.summary,.single-product.woocommerce-page #content div.product div.product div.summary{display:none}}.single-product.woocommerce-page div.product .woocommerce-product-gallery.images,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images{width:100%;order:2;margin-bottom:0;margin-top:24px}@media print,screen and (min-width: 48em){.single-product.woocommerce-page div.product .woocommerce-product-gallery.images,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images{width:40%;order:1;margin-top:0;margin-right:0;padding-right:24px}}.single-product.woocommerce-page div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image{border:1px solid #f0f1f3}.single-product.woocommerce-page div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:first-child,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:first-child{padding:10px}@media print,screen and (min-width: 48em){.single-product.woocommerce-page div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:first-child,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:first-child{display:flex;justify-content:center}}.single-product.woocommerce-page div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:first-child img,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:first-child img{height:345px}.single-product.woocommerce-page div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:nth-child(n+2),.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image:nth-child(n+2){margin-top:5px}.single-product.woocommerce-page div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image img,.single-product.woocommerce-page #content div.product .woocommerce-product-gallery.images .woocommerce-product-gallery__image img{width:100%;max-height:345px;object-fit:scale-down}.single-product .in-stock{margin-top:16px;color:#aa276f}.single-product .single_add_to_cart_button.button.alt,.single-product .single_add_to_cart_button.button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.single-product .single_add_to_cart_button.button.alt span,.single-product .single_add_to_cart_button.button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.single-product .single_add_to_cart_button.button.alt:hover,.single-product .single_add_to_cart_button.button.alt:active,.single-product .single_add_to_cart_button.button:hover,.single-product .single_add_to_cart_button.button:active{background:#271b5e;color:#fff}.single-product .single_add_to_cart_button.button.alt:hover span,.single-product .single_add_to_cart_button.button.alt:active span,.single-product .single_add_to_cart_button.button:hover span,.single-product .single_add_to_cart_button.button:active span{color:#fff}.single-product .single_add_to_cart_button.button.alt:focus,.single-product .single_add_to_cart_button.button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.single-product .single_add_to_cart_button.button.alt:disabled,.single-product .single_add_to_cart_button.button.alt.disabled,.single-product .single_add_to_cart_button.button.alt.disabled:hover,.single-product .single_add_to_cart_button.button.alt.disabled:active,.single-product .single_add_to_cart_button.button:disabled,.single-product .single_add_to_cart_button.button.disabled,.single-product .single_add_to_cart_button.button.disabled:hover,.single-product .single_add_to_cart_button.button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.single-product .single_add_to_cart_button.button.alt:disabled span,.single-product .single_add_to_cart_button.button.alt.disabled span,.single-product .single_add_to_cart_button.button.alt.disabled:hover span,.single-product .single_add_to_cart_button.button.alt.disabled:active span,.single-product .single_add_to_cart_button.button:disabled span,.single-product .single_add_to_cart_button.button.disabled span,.single-product .single_add_to_cart_button.button.disabled:hover span,.single-product .single_add_to_cart_button.button.disabled:active span{color:#2b1e68}.single-product div.product form.cart .variations{margin-bottom:0;margin-top:12px}.single-product div.product form.cart .variations .label{background:rgba(0,0,0,0);color:#202126}.single-product div.product form.cart .variations tbody{border:none}.single-product div.product form.cart .variations td{vertical-align:baseline;padding:0}.single-product div.product form.cart .variations .value select{margin-bottom:0}.single-product div.product form.cart .woocommerce-variation-add-to-cart{justify-content:center}.single-product div.product form.cart .woocommerce-variation-price{margin-bottom:12px}.single-product-accordion{border-top:1px solid #f0f1f3}.single-product-accordion__item{border-bottom:1px solid #f0f1f3}.single-product-accordion__item .single-product-accordion__title{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:16px;letter-spacing:.2px;color:#202126;text-decoration:none !important;padding:15px 5px}.single-product-accordion__item .single-product-accordion__title:hover,.single-product-accordion__item .single-product-accordion__title:focus{background:none !important;color:#aa276f}.single-product-accordion__item .single-product-accordion__title:before{content:"";width:10px;height:10px;border-top:2px solid #aa276f;border-right:2px solid #aa276f;transform:rotate(135deg);transition:transform .3s ease-in-out}.single-product-accordion__item .single-product-accordion__content{padding:0 5px;margin-right:30px}.single-product-accordion__item .single-product-accordion__content p{font-family:"Inter",sans-serif;font-weight:400;font-size:16px !important;line-height:22.4px !important;color:#202126}.single-product-accordion__item.is-active .single-product-accordion__title:before{content:"";width:10px;height:10px;border-top:2px solid #aa276f;border-right:2px solid #aa276f;transform:rotate(315deg)}.single-product-buy{margin-top:20px;margin-bottom:20px}.single-product-buy__button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:15px;cursor:pointer;display:block;max-width:100%}.single-product-buy__button:hover,.single-product-buy__button:focus,.single-product-buy__button:active{background:#eed4e2;color:#aa276f}.single-product-buy__button:focus{border:2px solid #f8c9a8}.single-product-buy__button.disabled,.single-product-buy__button:disabled{opacity:#f7eaf1}.single-product-buy__available{margin-top:24px;text-align:left}.single-product-buy__available-at{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:12px;padding-top:24px}.single-product-buy__available-content a{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none;margin-right:8px}.single-product-buy__available-content a span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.single-product-buy__available-content a:hover,.single-product-buy__available-content a:focus,.single-product-buy__available-content a:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.single-product-buy__available-content a:hover span,.single-product-buy__available-content a:focus span,.single-product-buy__available-content a:active span{color:#2b1e68}.single-product-buy__available-content a:focus{border:2px solid #f8c9a8}.single-product-buy__available-content a:disabled,.single-product-buy__available-content a.disabled{color:#72757d;background:none}.single-product-buy__available-content a:disabled:hover,.single-product-buy__available-content a:disabled:focus,.single-product-buy__available-content a:disabled:active,.single-product-buy__available-content a.disabled:hover,.single-product-buy__available-content a.disabled:focus,.single-product-buy__available-content a.disabled:active{color:#72757d;border-bottom:none;background:none}.single-product-buy__available-content p{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-top:8px}.single-product-buy__monitizer101{margin-top:24px;margin-bottom:16px}.single-product-badges{position:relative;clear:both;padding-top:20px;padding-bottom:20px}.single-product-badges.loading{height:150;overflow:hidden;opacity:0}@media print,screen and (min-width: 48em){.single-product-badges{margin-left:-40px;margin-right:-40px;padding-left:40px;padding-right:40px}}.single-product-badges__title{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-top:10px}.single-product-badges__image{height:88px;max-height:88px;width:auto;margin-left:auto;margin-right:auto}.single-product-badges__item{text-align:center;vertical-align:middle}@media print,screen and (min-width: 48em){.single-product-badges__item{padding-right:12px}}.single-product-badges__control{display:none;position:absolute}@media print,screen and (min-width: 48em){.single-product-badges__control{display:block;top:25%}}.single-product-badges__control-prev,.single-product-badges__control-next{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;width:40px;height:40px;text-align:center;border-radius:50%;background-color:#2b1e68;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:0}.single-product-badges__control-prev svg,.single-product-badges__control-next svg{width:16px;color:#fff}.single-product-badges__control-prev svg path,.single-product-badges__control-next svg path{fill:#fff}.single-product-badges__control.left{left:-5px;z-index:1}.single-product-badges__control.right{right:-5px;z-index:1}.tax-product_brand__header{background-color:#eae9f0}.tax-product_brand__header-wrapper{max-width:1024px;margin:0 auto;display:flex;flex-direction:column;height:226px;width:100%;margin-bottom:81px}@media print,screen and (min-width: 48em){.tax-product_brand__header-wrapper{flex-direction:row;height:170px}}@media print,screen and (min-width: 64em){.tax-product_brand__header-wrapper{height:240px}}.tax-product_brand__header-logo{text-align:center;padding-top:40px;padding-bottom:40px}@media print,screen and (min-width: 48em){.tax-product_brand__header-logo{display:flex;flex-direction:column;align-content:center;justify-content:center;align-items:flex-start;text-align:left;margin-left:34px;width:50%}}.tax-product_brand__header-image{text-align:right}@media print,screen and (min-width: 48em){.tax-product_brand__header-image{width:50%}}.tax-product_brand__header-image img{width:100%;margin-left:16px;max-width:359px;max-height:310px;object-fit:cover}@media print,screen and (min-width: 48em){.tax-product_brand__header-image img{margin-left:0;max-width:347px}}@media print,screen and (min-width: 48em){.tax-product_brand__header-image img{max-width:unset}}.tax-product_brand__header-image-wrapper{max-height:203px}.tax-product_brand__details{margin-bottom:41px}@media print,screen and (min-width: 48em){.tax-product_brand__details-right{padding-left:24px}}.tax-product_brand .inside-article{padding:24px}.tax-product_brand__details-description{padding-bottom:19px}@media print,screen and (min-width: 48em){.tax-product_brand__details-description{padding-bottom:4px}}@media print,screen and (min-width: 64em){.tax-product_brand__details-description{padding-bottom:31px}}.tax-product_brand__details-links{display:flex;flex-direction:column;margin-bottom:30px}@media print,screen and (min-width: 64em){.tax-product_brand__details-links{flex-direction:row;margin-bottom:initial}}.tax-product_brand__details-website{padding-right:28px;padding-bottom:24px}.tax-product_brand__details-website a{font-family:"Inter",sans-serif;font-weight:600;border-bottom:2px solid #aa276f;background-size:10%}.tax-product_brand__details-website a:hover,.tax-product_brand__details-website a:active,.tax-product_brand__details-website a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}.tax-product_brand__details-social a{padding-right:26px}.tax-product_brand__details-stockist,.tax-product_brand__details-contact{font-size:14px;margin-bottom:24px}.tax-product_brand__details-stockist a{border-bottom:2px solid #aa276f;background-size:10%}.tax-product_brand__details-stockist a:hover,.tax-product_brand__details-stockist a:active,.tax-product_brand__details-stockist a:focus{background:linear-gradient(109.2deg, #FFDED9 0.57%, #F8F4F1 46.35%, #D9DDEE 93.09%);border-bottom:none;background-repeat:no-repeat;background-size:100%;transition:background-size .5s ease}.tax-product_brand__details-stockist-title,.tax-product_brand__details-contact-title{font-weight:600;color:#72757d;margin-bottom:8px}.tax-product_brand__products-title{display:flex;flex-direction:row}.tax-product_brand__products-title h2{margin-bottom:0}.tax-product_brand__products-title-count{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;font-weight:600;color:#aa276f;margin-left:8px;padding-top:8px}.tax-product_brand ul.products li .woocommerce-LoopProduct-link.woocommerce-LoopProduct-link{display:flex;flex-direction:row}@media print,screen and (min-width: 48em){.tax-product_brand ul.products li .woocommerce-LoopProduct-link.woocommerce-LoopProduct-link{flex-direction:column}}.tax-product_brand ul.products li .wc-product-image{border:1px solid #f0f1f3;min-width:104px;width:104px;height:104px}@media print,screen and (min-width: 48em){.tax-product_brand ul.products li .wc-product-image{width:224px;height:224px}}.tax-product_brand ul.products li .wc-product-image img.attachment-woocommerce_thumbnail{height:104px;width:auto}@media print,screen and (min-width: 48em){.tax-product_brand ul.products li .wc-product-image img.attachment-woocommerce_thumbnail{height:224px}}@media print,screen and (min-width: 64em){.tax-product_brand ul.products li .wc-product-image img.attachment-woocommerce_thumbnail{max-height:264px}}.tax-product_brand__products-details{text-align:left;margin:0 16px !important}@media print,screen and (min-width: 48em){.tax-product_brand__products-details{margin:16px 0 !important}}.tax-product_brand__products-details-price{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.tax-product_brand__products-details-rating .star-rating{margin-left:initial !important}.tax-product_brand .woocommerce-product-details__short-description{display:none}.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-Price-amount,.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .woocommerce-Price-currencySymbol,.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents .amount,.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents td.product-price,.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents td.product-subtotal{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:22.4px;color:#72757d}.woocommerce-cart .woocommerce-cart-form .wc-mycred-points{display:block;color:#aa276f}.woocommerce-cart .woocommerce-cart-form .wc-mycred__total-points th,.woocommerce-cart .woocommerce-cart-form .wc-mycred__total-points td,.woocommerce-cart .woocommerce-cart-form .wc-mycred__discount-points th,.woocommerce-cart .woocommerce-cart-form .wc-mycred__discount-points td,.woocommerce-cart .woocommerce-cart-form .wc-mycred__promotional-total th,.woocommerce-cart .woocommerce-cart-form .wc-mycred__promotional-total td,.woocommerce-cart .woocommerce-cart-form .wc-mycred__promotional-grand-total th,.woocommerce-cart .woocommerce-cart-form .wc-mycred__promotional-grand-total td{padding-left:20px}.woocommerce-cart .woocommerce-cart-form .wc-mycred__discount-points td{color:#e74c3c}.woocommerce-cart .woocommerce-cart-form .wc-mycred-points--crossed-out{text-decoration:line-through !important;color:#999 !important;opacity:.7;margin-right:8px}.woocommerce-cart .woocommerce-cart-form .wc-mycred-points--promotional{color:#e74c3c !important;font-weight:bold !important}.woocommerce-cart .woocommerce-cart-form .product-price,.woocommerce-cart .woocommerce-cart-form .product-subtotal{min-width:200px}.woocommerce-cart .woocommerce-cart-form .cart-subtotal{display:none}.woocommerce-cart .woocommerce-cart-form .product-thumbnail img{width:72px;height:72px}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{margin-bottom:0}.woocommerce-breadcrumb{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#202126;margin-bottom:24px}@media print,screen and (min-width: 48em){.woocommerce-breadcrumb{margin-bottom:40px}}.woocommerce-breadcrumb a{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.woocommerce-breadcrumb span{display:none}.woocommerce-breadcrumb span:first-child,.woocommerce-breadcrumb span:nth-child(2),.woocommerce-breadcrumb span:last-child,.woocommerce-breadcrumb span:nth-last-child(2),.woocommerce-breadcrumb span:nth-last-child(3){display:inline}@media print,screen and (min-width: 48em){.woocommerce-breadcrumb span{display:inline-block}}.woocommerce-breadcrumb__delimiter{display:none;color:#72757d}@media print,screen and (min-width: 48em){.woocommerce-breadcrumb__delimiter{display:inline-block}}.beauty-thank-you{padding-top:32px;padding-bottom:16px;margin-bottom:32px;margin-left:-16px;margin-right:-16px;display:flex}.beauty-thank-you__button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.beauty-thank-you__button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.beauty-thank-you__button:hover,.beauty-thank-you__button:active{background:#271b5e;color:#fff}.beauty-thank-you__button:hover span,.beauty-thank-you__button:active span{color:#fff}.beauty-thank-you__button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.beauty-thank-you__button:disabled,.beauty-thank-you__button.disabled,.beauty-thank-you__button.disabled:hover,.beauty-thank-you__button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.beauty-thank-you__button:disabled span,.beauty-thank-you__button.disabled span,.beauty-thank-you__button.disabled:hover span,.beauty-thank-you__button.disabled:active span{color:#2b1e68}.beauty-thank-you__button-wrapper{margin-left:16px;margin-right:16px}.reward-room-layout .product-list{margin-top:8px}.reward-room-layout .product-list__reward-point,.reward-room-layout .product-list__reward-point span{display:block}.reward-room-layout .product-list .bv-review-summary{display:none}.reward-room-page .slideout-navigation .main-nav{display:none}.reward-room-page .slideout-navigation .reward-room-menu--slideout{display:block}.reward-room-menu--normal{background:#fff;z-index:99;border-bottom:1px solid #2b1e68}.reward-room-menu__nav ul li a{font-family:"Inter",sans-serif;font-weight:600;font-size:12px;line-height:45px;text-transform:uppercase;padding:0 20px;color:#2b1e68;border-bottom:none}.reward-room-menu__nav ul li a:hover,.reward-room-menu__nav ul li a:focus,.reward-room-menu__nav ul li a:active{background:#2b1e68;color:#fff}.reward-room-menu__nav ul li a:hover svg,.reward-room-menu__nav ul li a:hover svg path,.reward-room-menu__nav ul li a:focus svg,.reward-room-menu__nav ul li a:focus svg path,.reward-room-menu__nav ul li a:active svg,.reward-room-menu__nav ul li a:active svg path{color:#fff;fill:#fff}.reward-room-menu__nav ul li a:disabled,.reward-room-menu__nav ul li a.disabled{color:#72757d;background:none}.reward-room-menu__nav ul li[class*=current-menu-]>a{color:#202126}.reward-room-menu__nav ul li[class*=current-menu-]>a:hover,.reward-room-menu__nav ul li[class*=current-menu-]>a:focus,.reward-room-menu__nav ul li[class*=current-menu-]>a:active{background:rgba(0,0,0,0);color:#202126}.reward-room-menu__basket svg{margin-right:6px}.reward-room-menu__cart,.reward-room-menu__basket-menu{justify-content:center}@media print,screen and (min-width: 64em){.reward-room-menu__cart,.reward-room-menu__basket-menu{justify-content:flex-end}}.reward-room-buy{margin-top:12px;margin-bottom:12px}.reward-room-buy .tinv-wishlist{text-align:center}.reward-room-buy__container{text-align:center;margin-top:12px;margin-bottom:12px}.reward-room-buy__button,.reward-room-buy a.reward-room-buy__button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;display:block;width:100%;margin-top:8px}.reward-room-buy__button span,.reward-room-buy a.reward-room-buy__button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.reward-room-buy__button:hover,.reward-room-buy__button:active,.reward-room-buy a.reward-room-buy__button:hover,.reward-room-buy a.reward-room-buy__button:active{background:#271b5e;color:#fff}.reward-room-buy__button:hover span,.reward-room-buy__button:active span,.reward-room-buy a.reward-room-buy__button:hover span,.reward-room-buy a.reward-room-buy__button:active span{color:#fff}.reward-room-buy__button:focus,.reward-room-buy a.reward-room-buy__button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.reward-room-buy__button:disabled,.reward-room-buy__button.disabled,.reward-room-buy__button.disabled:hover,.reward-room-buy__button.disabled:active,.reward-room-buy a.reward-room-buy__button:disabled,.reward-room-buy a.reward-room-buy__button.disabled,.reward-room-buy a.reward-room-buy__button.disabled:hover,.reward-room-buy a.reward-room-buy__button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.reward-room-buy__button:disabled span,.reward-room-buy__button.disabled span,.reward-room-buy__button.disabled:hover span,.reward-room-buy__button.disabled:active span,.reward-room-buy a.reward-room-buy__button:disabled span,.reward-room-buy a.reward-room-buy__button.disabled span,.reward-room-buy a.reward-room-buy__button.disabled:hover span,.reward-room-buy a.reward-room-buy__button.disabled:active span{color:#2b1e68}.reward-room-buy .tinvwl_add_to_wishlist_button{display:block;width:100%}.reward-room-buy__container form.cart{justify-content:center}.promotional-pricing-active .wc-mycred-points--promotion{display:inline-flex !important;align-items:center;justify-content:flex-start;gap:12px;flex-wrap:nowrap !important;white-space:nowrap}.promotional-pricing-active .wc-mycred-points__original{text-decoration:line-through !important;color:#999 !important;font-size:.9em;opacity:.7;order:1 !important;flex-shrink:0}.promotional-pricing-active .wc-mycred-points__promotional{color:#e74c3c !important;font-weight:bold !important;font-size:1.1em;position:relative;order:2 !important;flex-shrink:0;padding-right:35px}.promotional-pricing-active .wc-mycred-points__promotional::before{content:"SALE";position:absolute;top:-8px;right:-30px;background:#e74c3c;color:#fff;font-size:10px;padding:2px 4px;border-radius:3px;font-weight:bold;text-transform:uppercase;z-index:1}.promotional-pricing-active .product-list__reward-point .wc-mycred-points--promotion{justify-content:flex-start !important;gap:10px}.promotional-pricing-active .product-list__reward-point .wc-mycred-points--promotion .wc-mycred-points__original{font-size:.85em}.promotional-pricing-active .product-list__reward-point .wc-mycred-points--promotion .wc-mycred-points__promotional{font-size:1.05em;padding-right:28px}.promotional-pricing-active .product-list__reward-point .wc-mycred-points--promotion .wc-mycred-points__promotional::before{top:-6px;right:-24px;font-size:8px;padding:1px 3px}.promotional-pricing-active .woocommerce-cart .wc-mycred-points--promotion,.promotional-pricing-active .woocommerce-checkout .wc-mycred-points--promotion{justify-content:flex-start !important;gap:15px}.promotional-pricing-active .wc-mycred-points--promotion *{display:inline !important}.reward-room-review .bv-review-summary{margin-bottom:16px}.reward-room-review__read-btn,.reward-room-review a.reward-room-review__read-btn{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.reward-room-review__read-btn span,.reward-room-review a.reward-room-review__read-btn span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.reward-room-review__read-btn:hover,.reward-room-review__read-btn:focus,.reward-room-review__read-btn:active,.reward-room-review a.reward-room-review__read-btn:hover,.reward-room-review a.reward-room-review__read-btn:focus,.reward-room-review a.reward-room-review__read-btn:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.reward-room-review__read-btn:hover span,.reward-room-review__read-btn:focus span,.reward-room-review__read-btn:active span,.reward-room-review a.reward-room-review__read-btn:hover span,.reward-room-review a.reward-room-review__read-btn:focus span,.reward-room-review a.reward-room-review__read-btn:active span{color:#2b1e68}.reward-room-review__read-btn:focus,.reward-room-review a.reward-room-review__read-btn:focus{border:2px solid #f8c9a8}.reward-room-review__read-btn:disabled,.reward-room-review__read-btn.disabled,.reward-room-review a.reward-room-review__read-btn:disabled,.reward-room-review a.reward-room-review__read-btn.disabled{color:#72757d;background:none}.reward-room-review__read-btn:disabled:hover,.reward-room-review__read-btn:disabled:focus,.reward-room-review__read-btn:disabled:active,.reward-room-review__read-btn.disabled:hover,.reward-room-review__read-btn.disabled:focus,.reward-room-review__read-btn.disabled:active,.reward-room-review a.reward-room-review__read-btn:disabled:hover,.reward-room-review a.reward-room-review__read-btn:disabled:focus,.reward-room-review a.reward-room-review__read-btn:disabled:active,.reward-room-review a.reward-room-review__read-btn.disabled:hover,.reward-room-review a.reward-room-review__read-btn.disabled:focus,.reward-room-review a.reward-room-review__read-btn.disabled:active{color:#72757d;border-bottom:none;background:none}.reward-room-review__content{width:100%;padding:16px 32px}@media print,screen and (min-width: 64em){.reward-room-review__content{padding:32px 64px}}.reward-room-review .all-reviews{padding-right:0}@media print,screen and (min-width: 48em){.reward-room-review .all-reviews{padding-right:0}}.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img{object-fit:scale-down;min-width:200px;width:200px;height:200px}@media print,screen and (min-width: 64em){.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail img{width:72px;min-width:72px;height:72px}}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options){font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options) span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):hover,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):active{background:#271b5e;color:#fff}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):hover span,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):active span{color:#fff}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):disabled,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options).disabled,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options).disabled:hover,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options).disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options):disabled span,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options).disabled span,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options).disabled:hover span,.tinv-wishlist .tinvwl-table-manage-list .button.alt:not(.select-options).disabled:active span{color:#2b1e68}.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:15px;cursor:pointer}.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable:hover,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable:focus,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable:active,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple:hover,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple:focus,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple:active{background:#eed4e2;color:#aa276f}.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable:focus,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple:focus{border:2px solid #f8c9a8}.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable.disabled,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_variable:disabled,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple.disabled,.tinv-wishlist .tinvwl-table-manage-list .button.product_type_simple:disabled{opacity:#f7eaf1}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;border-bottom:none}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:hover,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:focus,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:active{color:#2b1e68;border-bottom:2px solid #2b1e68;background:none}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:hover span,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:focus span,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:active span{color:#2b1e68}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:focus{border:2px solid #f8c9a8}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:disabled,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options.disabled{color:#72757d;background:none}.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:disabled:hover,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:disabled:focus,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options:disabled:active,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options.disabled:hover,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options.disabled:focus,.tinv-wishlist .tinvwl-table-manage-list .product-action .button.alt.select-options.disabled:active{color:#72757d;border-bottom:none;background:none}@media print,screen and (min-width: 64em){.tinv-wishlist .tinvwl-table-manage-list .product-action{min-width:210px}.tinv-wishlist .tinvwl-table-manage-list .product-price,.tinv-wishlist .tinvwl-table-manage-list .product-date{min-width:125px}.tinv-wishlist .tinvwl-table-manage-list .product-stock{min-width:135px}}@media print,screen and (max-width: 63.99875em){.tinv-wishlist .tinvwl-table-manage-list .wishlist_item{position:relative}.tinv-wishlist .tinvwl-table-manage-list .product-cb,.tinv-wishlist .tinvwl-table-manage-list .product-remove{position:absolute;top:0}.tinv-wishlist .tinvwl-table-manage-list .product-cb{left:5px;text-align:left}.tinv-wishlist .tinvwl-table-manage-list .product-remove{right:0}.tinv-wishlist .tinvwl-table-manage-list .product-remove button{margin-right:5px}.tinv-wishlist .tinvwl-table-manage-list .product-thumbnail{margin-top:16px}.tinv-wishlist .tinvwl-table-manage-list .product-name,.tinv-wishlist .tinvwl-table-manage-list .product-price,.tinv-wishlist .tinvwl-table-manage-list .product-date,.tinv-wishlist .tinvwl-table-manage-list .product-stock{text-align:left;padding:8px 16px}.tinv-wishlist .tinvwl-table-manage-list .product-stock p{display:block}}.tinv-wishlist .price,.tinv-wishlist td.product-price,.tinv-wishlist .woocommerce-Price-amount,.tinv-wishlist .woocommerce-Price-currencySymbol{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;color:#72757d}.bbp-form-search__input,.bbp-form-search input[type=text]{padding-top:16px;box-shadow:none;outline:none;padding-bottom:16px;border:none;background:#f0f1f3;font-size:16px;line-height:16px;height:48px;margin-bottom:0}.bbp-form-search__input:focus,.bbp-form-search__input:hover,.bbp-form-search__input:active,.bbp-form-search input[type=text]:focus,.bbp-form-search input[type=text]:hover,.bbp-form-search input[type=text]:active{box-shadow:none;outline:none}.bbp-form-search__input:focus,.bbp-form-search input[type=text]:focus{border:2px solid #f8c9a8}.bbp-form-search__input:active,.bbp-form-search__input:hover,.bbp-form-search input[type=text]:active,.bbp-form-search input[type=text]:hover{border:1px solid #aa276f}.bbp-form-search__submit{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px;height:fit-content}.bbp-form-search__submit svg{width:16px;height:16px}.bbp-form-search__submit:active,.bbp-form-search__submit:hover{border:1px solid #aa276f}.bbp-author-avatar{margin-right:17px;position:relative}.bbp-author-avatar>img{width:32px;height:32px;border-radius:50%}.bbp-author-avatar .mycred-my-rank{position:absolute;right:-4px;top:10px;width:16px}.bbp-author-name{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px;color:#202126;margin-right:16px}.bbp-author-link:hover span,.bbp-author-link:focus span,.bbp-author-link:active span{color:#aa276f}.bbp-author__with-badge .mycred-badge-image[alt~=Platinum],.bbp-author__with-badge .mycred-badge-image[title~=Platinum]{display:none}.bbp-author__with-badge>#mycred-users-badges{display:inline-flex;margin-left:-14px;align-items:center}.bbp-author__with-badge>#mycred-users-badges .col-xs-12{display:flex;transform:translate(0, -4px)}.bbp-author__with-badge>#mycred-users-badges div{font-size:14px;line-height:18.2px}.bbp-author__with-badge>#mycred-users-badges img{width:12px;margin-right:5px;margin-top:-2px}.bbp-author__with-badge>div.row{display:inline-flex;margin-left:-5px;align-items:center}.bbp-author__with-badge>div.row div{font-size:14px;line-height:18.2px}.bbp-author__with-badge>div.row img{width:15px;margin-right:5px;margin-top:-2px}.bbp-author__with-badge.reply-list__reply-author>#mycred-users-badges{margin-left:-8px}.bbp-topic-revision-log{margin-left:0;margin-top:16px}.bbp-topic-revision-log-item,.bbp-topic-revision-log li{list-style:none;font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.bbp-topic-revision-log-item span,.bbp-topic-revision-log-item a,.bbp-topic-revision-log li span,.bbp-topic-revision-log li a{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;margin-left:6px}@media print,screen and (min-width: 64em){.content-single-topic-lead{margin-right:6px}}.content-single-topic-lead__author-wrapper{display:flex;justify-content:space-between;align-items:center}.content-single-topic-lead__date{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.content-single-topic-lead__content{margin-top:16px;margin-bottom:16px;background:#f8f4f1;padding:21px 16px}@media print,screen and (min-width: 48em){.content-single-topic-lead__content{padding:32px 30px}}.content-single-topic-lead__title{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126;margin-bottom:24px}@media print,screen and (min-width: 64em){.content-single-topic-lead__title{font-size:28px;line-height:32.2px;letter-spacing:0}}.content-single-topic-lead__info{margin-top:24px;margin-bottom:32px;display:flex;flex-wrap:wrap;justify-content:space-between}.content-single-topic-lead__count span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#2b1e68;margin-right:10px;letter-spacing:1.5px}.content-single-topic-lead__count span:hover,.content-single-topic-lead__count span:active,.content-single-topic-lead__count span:focus{color:#2b1e68}.bbp-reply-form .wp-editor-container{margin-bottom:16px}.bbp-topic-form #bbp_topic_subscription+label,#bbpress-forums .bbp-topic-form #bbp_topic_subscription+label{margin-top:-5px;margin-left:10px}.bbp-topic-form fieldset.bbp-form input[type=text],#bbpress-forums .bbp-topic-form fieldset.bbp-form input[type=text]{height:48px}.bbp-topic-form fieldset.bbp-form select,#bbpress-forums .bbp-topic-form fieldset.bbp-form select{background-repeat:no-repeat;background-position:right 1rem center}.bbp-topic-form fieldset.bbp-form label,#bbpress-forums .bbp-topic-form fieldset.bbp-form label{margin-bottom:8px}.bbp-topic-form .required,#bbpress-forums .bbp-topic-form .required{color:#e42732}.bbp-search-results .bbp-topic-title h3>a{line-height:inherit;font-size:inherit}.bbp-search-results .bbp-pagination-count{margin-bottom:8px}.bbp-search-results .bbp-header{background-color:#f0f1f3}.bbp-search-results .bbp-topic-header{background-color:#d1d2d8}#bbpress-forums .bbp-pagination-links .page-numbers{background:rgba(0,0,0,0);border:none;font-family:"Inter",sans-serif;font-weight:600;line-height:16px;list-style:none;font-size:16px;margin-left:8px;margin-right:8px;margin-bottom:8px;padding-bottom:4px;text-align:center;min-width:20px;cursor:pointer}#bbpress-forums .bbp-pagination-links .page-numbers.current{color:#aa276f}.login{display:flex;flex-direction:row;align-items:center;margin:0 auto}.login__blob{width:45%;background-repeat:no-repeat;background-position:center;display:flex;justify-content:flex-end;align-items:center;height:775px;background-size:cover}.login__blob svg{position:relative;right:100px}.login__form{margin:40px auto;padding:0 20px;display:flex;justify-content:center}@media print,screen and (min-width: 64em){.login__form{max-width:800px;margin:40px 0;width:55%}}.login__form .um.um-login>.um-form>form .um-field:not(:last-child){margin-bottom:24px}.login__form .um.um-login>.um-form>form label{margin-bottom:8px}.login__form .um.um-login>.um-form>form .um-error-code-invalid_username,.login__form .um.um-login>.um-form>form .um-error-code-incorrect_password,.login__form .um.um-login>.um-form>form .um-error-code-invalid_email{display:none}.login__form .um.um-login>.um-form>form .um-notice.err{color:#e42732}.login__form .um.um-login>.um-form>form .um-notice.err i{display:none}.login__form .um.um-login>.um-form>form input.um-form-field{background-color:#f0f1f3;border:none !important;box-shadow:none;color:#202126;height:48px}.login__form .um.um-login>.um-form>form input.um-form-field:active,.login__form .um.um-login>.um-form>form input.um-form-field:focus{border:none !important;background-color:#f0f1f3;border-bottom:1px solid #2b1e68 !important}.login__form .um.um-login>.um-form>form input.um-form-field.um-error{border:2px solid #e42732 !important;margin-bottom:8px;padding:10px 15px}.login__form .um.um-login>.um-form>form .um-field-error{color:#e42732;font-size:12px;margin-bottom:16px}.login__form .um.um-login>.um-form>form .um-field-error .um-field-arrow{display:none}.login__form .um.um-login>.um-form>form input.um-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;width:100%;margin-bottom:28px}.login__form .um.um-login>.um-form>form input.um-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.login__form .um.um-login>.um-form>form input.um-button:hover,.login__form .um.um-login>.um-form>form input.um-button:active{background:#271b5e;color:#fff}.login__form .um.um-login>.um-form>form input.um-button:hover span,.login__form .um.um-login>.um-form>form input.um-button:active span{color:#fff}.login__form .um.um-login>.um-form>form input.um-button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.login__form .um.um-login>.um-form>form input.um-button:disabled,.login__form .um.um-login>.um-form>form input.um-button.disabled,.login__form .um.um-login>.um-form>form input.um-button.disabled:hover,.login__form .um.um-login>.um-form>form input.um-button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.login__form .um.um-login>.um-form>form input.um-button:disabled span,.login__form .um.um-login>.um-form>form input.um-button.disabled span,.login__form .um.um-login>.um-form>form input.um-button.disabled:hover span,.login__form .um.um-login>.um-form>form input.um-button.disabled:active span{color:#2b1e68}.login__form .um.um-login>.um-form>form input.um-button:focus{border:2px solid #f8c9a8 !important}@media print,screen and (min-width: 48em){.login__form .um.um-login>.um-form>form input.um-button{margin-bottom:30px}}.login__form .um.um-login>.um-form>form .um-row._um_row_1{margin-bottom:0 !important}.login__form-wrapper{margin:0 auto;max-width:320px}.login__form-heading{margin-bottom:30px}@media print,screen and (min-width: 48em){.login__form-heading{margin-bottom:40px}}.login__form-subtitle{margin-bottom:24px}@media print,screen and (min-width: 48em){.login__form-subtitle{text-align:center}}.login__form-verify-link{margin-top:32px;margin-bottom:16px}.login__form-forgot-password,.login__form-verify-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;display:block;text-align:left;color:#2b1e68}.login__form-forgot-password:hover,.login__form-verify-link:hover{color:#aa276f !important}@media print,screen and (min-width: 48em){.login__form-forgot-password,.login__form-verify-link{text-align:center}}.login__form-footer{margin-top:60px;padding-top:35px;border-top:1px solid #f0f1f3}.login__form-footer-subtitle{display:block;text-align:center}.login__form-footer-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;display:block;text-align:center;color:#2b1e68}.login__form-footer-link:hover{color:#aa276f !important}.register{margin:0 auto}.register .tabs{display:none}.register .tabs-content{border:none}.register .tabs-panel{padding:0}.register__panel1{display:flex;flex-direction:row;align-items:center}.register__panel1-blob{display:none}@media print,screen and (min-width: 48em){.register__panel1-blob{width:45%;display:block}}.register__panel1-blob-background{background-repeat:no-repeat;background-position:center;display:flex;justify-content:flex-end;align-items:center;height:775px;background-size:cover}.register__panel1-blob svg{position:relative;right:100px}.register__panel1-right-side{width:100%;margin:32px 40px}@media print,screen and (min-width: 48em){.register__panel1-right-side{width:55%;margin:0;padding:0 20px;text-align:center;display:flex;justify-content:center;max-width:800px}}@media print,screen and (min-width: 48em){.register__panel1-right-side-wrapper{max-width:450px}}.register__panel1-right-side #formEmail{text-align:center}.register__panel1-right-side #formEmail label{text-align:left;margin-bottom:8px}.register__panel1-right-side #formEmail input,.register__panel1-right-side #formEmail input.um-form-field{background-color:#f0f1f3;border:none;box-shadow:none}.register__panel1-right-side #formEmail input:active,.register__panel1-right-side #formEmail input:focus,.register__panel1-right-side #formEmail input.um-form-field:active,.register__panel1-right-side #formEmail input.um-form-field:focus{border-bottom:1px solid #2b1e68}.register__panel1-right-side #formEmail .is-invalid-input{background-color:#f0f1f3;border:2px solid #e42732}.register__panel1-right-side #formEmail .form-error{text-align:left;font-size:12px;font-weight:400}.register__panel1-right-side #formEmail p{font-size:14px}.register__panel1-right-side #formEmail .button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;width:100%;margin-bottom:0}.register__panel1-right-side #formEmail .button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.register__panel1-right-side #formEmail .button:hover,.register__panel1-right-side #formEmail .button:active{background:#271b5e;color:#fff}.register__panel1-right-side #formEmail .button:hover span,.register__panel1-right-side #formEmail .button:active span{color:#fff}.register__panel1-right-side #formEmail .button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.register__panel1-right-side #formEmail .button:disabled,.register__panel1-right-side #formEmail .button.disabled,.register__panel1-right-side #formEmail .button.disabled:hover,.register__panel1-right-side #formEmail .button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.register__panel1-right-side #formEmail .button:disabled span,.register__panel1-right-side #formEmail .button.disabled span,.register__panel1-right-side #formEmail .button.disabled:hover span,.register__panel1-right-side #formEmail .button.disabled:active span{color:#2b1e68}.register__panel1-right-side #formEmail .button:focus{border:2px solid #f8c9a8}.register__panel1-form-heading{margin-bottom:24px}.register__panel2{max-width:1300px;margin:0 auto}.register__signup-info-wrapper{display:flex;justify-content:center;max-width:800px;width:100%}.register__signup-info{background-color:#f8f4f1;padding:16px}.register__signup-info li{margin-bottom:10px}.register__signup-info li::marker{color:#aa276f}.register__signup-info.left{margin:20px;padding:40px;max-width:439px}@media print,screen and (min-width: 64em){.register__signup-info.left{padding:72px 63px}}.register__signup-info.left h3{margin-bottom:29px}.register__signup-info.right{position:relative;margin-left:-20px;margin-right:-20px;margin-bottom:55px}.register__signup-info.right h3{margin-bottom:20px}@media print,screen and (min-width: 48em){.register__signup-info.right{display:none}}.register__form{margin:0 auto}.register__form .um.um-register>.um-form>form .um-field{margin-bottom:24px}.register__form .um.um-register>.um-form>form label{margin-bottom:8px}.register__form .um.um-register>.um-form>form input,.register__form .um.um-register>.um-form>form input.um-form-field{background-color:#f0f1f3;border:none !important;box-shadow:none;color:#202126;height:48px}.register__form .um.um-register>.um-form>form input:active,.register__form .um.um-register>.um-form>form input:focus,.register__form .um.um-register>.um-form>form input.um-form-field:active,.register__form .um.um-register>.um-form>form input.um-form-field:focus{border:none !important;background-color:#f0f1f3;border-bottom:1px solid #2b1e68 !important}.register__form .um.um-register>.um-form>form input.um-error,.register__form .um.um-register>.um-form>form input.um-form-field.um-error{border:2px solid #e42732 !important;margin-bottom:8px;padding:10px 15px}.register__form .um.um-register>.um-form>form .um-field-error{color:#e42732;font-size:12px;margin-bottom:16px}.register__form .um.um-register>.um-form>form .um-field-error .um-field-arrow{display:none}.register__form .um.um-register>.um-form>form .um-field-area [data-key=user_email]{box-shadow:none;border:none !important;background-color:#fff;padding:0;color:#202126;height:20px}.register__form .um.um-register>.um-form>form input.um-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;width:100%;margin-bottom:36px}.register__form .um.um-register>.um-form>form input.um-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.register__form .um.um-register>.um-form>form input.um-button:hover,.register__form .um.um-register>.um-form>form input.um-button:active{background:#271b5e;color:#fff}.register__form .um.um-register>.um-form>form input.um-button:hover span,.register__form .um.um-register>.um-form>form input.um-button:active span{color:#fff}.register__form .um.um-register>.um-form>form input.um-button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.register__form .um.um-register>.um-form>form input.um-button:disabled,.register__form .um.um-register>.um-form>form input.um-button.disabled,.register__form .um.um-register>.um-form>form input.um-button.disabled:hover,.register__form .um.um-register>.um-form>form input.um-button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.register__form .um.um-register>.um-form>form input.um-button:disabled span,.register__form .um.um-register>.um-form>form input.um-button.disabled span,.register__form .um.um-register>.um-form>form input.um-button.disabled:hover span,.register__form .um.um-register>.um-form>form input.um-button.disabled:active span{color:#2b1e68}.register__form .um.um-register>.um-form>form input.um-button:focus{border:2px solid #f8c9a8}@media print,screen and (min-width: 48em){.register__form .um.um-register>.um-form>form input.um-button{margin-bottom:38px}}.register__form .um.um-register>.um-form>form .um-row._um_row_1{margin-bottom:0 !important}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__box{background-color:#2b1e68}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__header{background-color:#2b1e68}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__select--year{margin-bottom:0}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__month{color:#fff;font-weight:600;padding:10px}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__table{text-align:center}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__weekday{color:#202126}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__day--outfocus{color:#9a9a9a}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__day:hover,.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__day--infocus:hover,.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__day--selected,.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__day--highlighted{background-color:#f8c9a8}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__footer{background-color:#2b1e68}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__button--today,.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__button--clear{color:#fff}.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__nav--next:hover,.register__form .um.um-register>.um-form>form .um-field-birth_date .picker__nav--prev:hover{background-color:#aa276f}.register__form-back-button{margin-top:54px;margin-left:20px;font-family:"Inter",sans-serif;font-weight:400;cursor:pointer;width:fit-content}.register__form-back-button:hover{color:#aa276f}.register__form-back-button svg path{fill:#aa276f}.register__form-wrapper{margin:40px}@media print,screen and (min-width: 48em){.register__form-wrapper{margin:40px auto;max-width:360px}}.register__form-heading{font-family:"CormorantGaramond",serif;font-weight:600;font-size:24px;line-height:27.6px;letter-spacing:.3px;color:#202126;font-size:28px;margin-bottom:24px;margin-left:-20px;text-align:left}@media print,screen and (min-width: 64em){.register__form-heading{font-size:28px;line-height:32.2px;letter-spacing:0}}@media print,screen and (min-width: 48em){.register__form-heading{text-align:center;margin-bottom:40px;margin-left:0}}.register__form-subtitle{margin-bottom:24px}@media print,screen and (min-width: 48em){.register__form-subtitle{text-align:center}}.register__form-footer{margin-top:60px;padding-top:35px;border-top:1px solid #f0f1f3}.register__form-footer-subtitle{display:block;text-align:center}.register__form-footer-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;display:block;text-align:center;color:#2b1e68}.register__form-footer-link:hover{color:#aa276f !important}.password-reset-page .um-field-block-passwordreset{padding-bottom:22px}.password-reset-page .um-button,.password-reset-page input[type=submit].um-button{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer}.password-reset-page .um-button span,.password-reset-page input[type=submit].um-button span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.password-reset-page .um-button:hover,.password-reset-page .um-button:active,.password-reset-page input[type=submit].um-button:hover,.password-reset-page input[type=submit].um-button:active{background:#271b5e;color:#fff}.password-reset-page .um-button:hover span,.password-reset-page .um-button:active span,.password-reset-page input[type=submit].um-button:hover span,.password-reset-page input[type=submit].um-button:active span{color:#fff}.password-reset-page .um-button:focus,.password-reset-page input[type=submit].um-button:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.password-reset-page .um-button:disabled,.password-reset-page .um-button.disabled,.password-reset-page .um-button.disabled:hover,.password-reset-page .um-button.disabled:active,.password-reset-page input[type=submit].um-button:disabled,.password-reset-page input[type=submit].um-button.disabled,.password-reset-page input[type=submit].um-button.disabled:hover,.password-reset-page input[type=submit].um-button.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.password-reset-page .um-button:disabled span,.password-reset-page .um-button.disabled span,.password-reset-page .um-button.disabled:hover span,.password-reset-page .um-button.disabled:active span,.password-reset-page input[type=submit].um-button:disabled span,.password-reset-page input[type=submit].um-button.disabled span,.password-reset-page input[type=submit].um-button.disabled:hover span,.password-reset-page input[type=submit].um-button.disabled:active span{color:#2b1e68}.password-reset-page #username_b{margin-bottom:45px}.um-modal .um-modal-header{background:#2b1e68;color:#fff}.um-modal .um-modal-btn:not(.alt){font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;padding:0 20px}.um-modal .um-modal-btn:not(.alt) span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.um-modal .um-modal-btn:not(.alt):hover,.um-modal .um-modal-btn:not(.alt):active{background:#271b5e;color:#fff}.um-modal .um-modal-btn:not(.alt):hover span,.um-modal .um-modal-btn:not(.alt):active span{color:#fff}.um-modal .um-modal-btn:not(.alt):focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.um-modal .um-modal-btn:not(.alt):disabled,.um-modal .um-modal-btn:not(.alt).disabled,.um-modal .um-modal-btn:not(.alt).disabled:hover,.um-modal .um-modal-btn:not(.alt).disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.um-modal .um-modal-btn:not(.alt):disabled span,.um-modal .um-modal-btn:not(.alt).disabled span,.um-modal .um-modal-btn:not(.alt).disabled:hover span,.um-modal .um-modal-btn:not(.alt).disabled:active span{color:#2b1e68}.um-modal .um-modal-btn.alt{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:15px;cursor:pointer;padding:0 20px}.um-modal .um-modal-btn.alt:hover,.um-modal .um-modal-btn.alt:focus,.um-modal .um-modal-btn.alt:active{background:#eed4e2;color:#aa276f}.um-modal .um-modal-btn.alt:focus{border:2px solid #f8c9a8}.um-modal .um-modal-btn.alt.disabled,.um-modal .um-modal-btn.alt:disabled{opacity:#f7eaf1}.um-modal .um-report-reason{margin-top:8px;margin-bottom:16px}.um-modal .um-report-reason input[type=radio]{margin-bottom:0}.um-modal .um-report-reason-item{padding-top:8px;margin-bottom:8px}.um-modal .um-report-comment--wrapper{margin-top:16px}.um-modal .um-report-comment--wrapper .um-report-comment{height:120px}.um-modal .um-block-notice{margin-bottom:12px}.um-modal .um-modal-footer{margin-top:12px}.um-modal .um-modal-footer .um-modal-right{float:none;display:flex;justify-content:flex-end}.um-modal .um-modal-footer .um-modal-btn{margin-right:12px}.um-modal .um-privacy-report-response,.um-modal .um-block-response{background:#e42732;text-align:center;color:#fff;padding:16px 8px;margin-bottom:16px}.um-modal .um-privacy-report-response .hidden,.um-modal .um-block-response .hidden{display:none;margin-bottom:0}.um-my-order{position:relative}.um-my-order__list .hidden,.um-my-order__single .hidden{display:none}.um-my-order__single-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}.um-my-order__order-cancel-btn{margin-bottom:0}.um-my-order__back{cursor:pointer}.um-my-order__back svg,.um-my-order__back svg path{color:#aa276f;fill:#aa276f}.um-my-order__head{border-bottom:1px solid #202126;padding:8px 0}.um-my-order__head .text{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px}.um-my-order__item{border-bottom:1px solid #f0f1f3;padding-bottom:16px;padding-top:16px;cursor:pointer}.um-my-order__info.cell,.um-my-order__title.cell{padding-left:0}.um-my-order__item-info.cell,.um-my-order__total.cell{padding-right:0}.um-my-order__info span{display:block}.um-my-order__item-title{font-family:"Inter",sans-serif;font-weight:600;font-size:14px;line-height:18.2px}.um-my-order__item-date{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d;margin-top:4px}.um-my-order__item-status{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;margin-top:8px}.um-my-order__item-status span{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#202126;display:inline-block;padding:2px 4px;margin-left:5px;color:#fff;background:#72757d}.um-my-order__item-status .processing{background:#2b1e68}.um-my-order__item-status .refunded{background:#aa276f}.um-my-order__item-status .failed,.um-my-order__item-status .cancelled{background:#e42732}.um-my-order__item-status .on-hold,.um-my-order__item-status .pending,.um-my-order__item-status .shipped{background:#ffd159}.um-my-order__item-status .completed{background:#24c046}.um-my-order__point,.um-my-order__total,.um-my-order__item-point,.um-my-order__item-total{text-align:right}.um-my-order__item-point,.um-my-order__item-total{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px}.um-my-order__invoice{margin-top:16px}.um-my-order__contact-text{margin-top:38px}@media print,screen and (min-width: 48em){.um-my-order__contact-text{margin-top:48px}}.um-my-order__contact-link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;display:block;width:100%}.um-my-order__contact-link span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.um-my-order__contact-link:hover,.um-my-order__contact-link:active{background:#271b5e;color:#fff}.um-my-order__contact-link:hover span,.um-my-order__contact-link:active span{color:#fff}.um-my-order__contact-link:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.um-my-order__contact-link:disabled,.um-my-order__contact-link.disabled,.um-my-order__contact-link.disabled:hover,.um-my-order__contact-link.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.um-my-order__contact-link:disabled span,.um-my-order__contact-link.disabled span,.um-my-order__contact-link.disabled:hover span,.um-my-order__contact-link.disabled:active span{color:#2b1e68}@media print,screen and (min-width: 48em){.um-my-order__contact-link{width:fit-content;display:inline-block}}.um-my-order__contact-link.button:focus{background:#2b1e68}.um-my-order__review{margin-top:48px}.um-my-order__review-heading{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px;margin-bottom:16px}.um-my-order__review-text{margin-bottom:24px}.um-my-order__product{display:flex;flex-direction:row;margin-bottom:40px}@media print,screen and (min-width: 64em){.um-my-order__product{padding-right:24px}}@media print,screen and (min-width: 64em){.um-my-order__product-container{margin-left:40px}}.um-my-order__product-image img{width:96px;min-width:96px;max-width:96px;height:96px;border:1px solid #f0f1f3;object-fit:cover}.um-my-order__product-content{margin-left:16px}.um-my-order__price{display:inline-flex;align-items:center}.um-my-order__price-default,.um-my-order__price-original,.um-my-order__price-half{display:inline-flex;align-items:center}.um-my-order__price-default .wc-mycred-points,.um-my-order__price-original .wc-mycred-points,.um-my-order__price-half .wc-mycred-points{color:inherit}.um-my-order__price-original{color:#72757d;text-decoration:line-through}.um-my-order__price-half{padding-left:12px;display:inline-flex;align-items:center;color:#e74c3c}.um-my-order__price-half .wc-mycred-points{color:inherit}.um-my-order__price-half-text{position:relative;display:inline-flex;align-items:center;padding-right:35px}.um-my-order__price-half-text .wc-mycred-points{color:inherit}.um-my-order__price-half-text::before{content:"SALE";position:absolute;top:-8px;right:-30px;background:#e74c3c;color:#fff;font-size:10px;padding:2px 4px;border-radius:3px;font-weight:bold;text-transform:uppercase;z-index:1}.um-my-order__product-brand{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:18.2px;margin-bottom:4px}.um-my-order__product-brand:hover{color:#aa276f}.um-my-order__product-name{margin-bottom:18px}.um-my-order__write-a-review{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#aa276f;background-color:#f7eaf1;padding:8px 12px;margin-top:5px;letter-spacing:1px;margin-right:-15px}@media print,screen and (min-width: 48em){.um-my-order__write-a-review{letter-spacing:1.5px;margin-right:0}}.um-my-order .wc-mycred-points{font-family:"Inter",sans-serif;font-weight:500;font-size:16px;line-height:22.4px;color:#aa276f}.um-my-order__quantity{text-align:center}.points-history{position:relative}.points-history__head,.points-history__foot,.points-history__entry{display:flex}.points-history__head .first-column,.points-history__foot .first-column,.points-history__entry .first-column{width:calc(100% - 100px);padding-right:24px}.points-history__head .second-column,.points-history__foot .second-column,.points-history__entry .second-column{width:100px;text-align:right}.points-history__head .bold,.points-history__foot .bold,.points-history__entry .bold{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:22.4px}.points-history__foot{padding-top:14px;margin-bottom:24px;border-top:1px solid #202126}.points-history__head{padding-bottom:8px;margin-top:24px;border-bottom:1px solid #202126}.points-history__entry{padding-top:16px;padding-bottom:16px}.points-history__entry.border-top{border-top:1px solid #f0f1f3}.points-history__log-entry{margin-bottom:5px}.points-history__date{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;color:#72757d}.um-beauty-pass{margin-left:25px;margin-bottom:40px}.um-account-activation{margin-top:48px;margin-bottom:48px;display:flex;flex-direction:column;align-items:center}.um-account-activation__message,.um-account-activation__success{margin-top:24px;margin-bottom:24px;padding:16px;max-width:720px}.um-account-activation__message{background:#f0f1f3}.um-account-activation__success{background:#eae9f0}.um-account-activation__resend-form{width:100%;max-width:600px}.um-account-activation__text{margin-bottom:32px}.um-account-activation__input{max-width:100%;height:50px}.um-account-activation__input,.um-account-activation__btn{margin-bottom:16px;margin-top:16px;margin-right:16px}.um-account-activation__mobile{margin-top:-50px}.um-account-activation__mobile a:not(.um-account-activation__mobile-register){text-transform:none;text-align:left}.um-account-activation__mobile-link{margin-top:12px;margin-bottom:12px}.um-account-activation__mobile-register{padding-top:32px}.wp-block-jetpack-contact-form,.contact-form,.um-account-activation__resend-form{margin-bottom:48px;margin-top:48px}.wp-block-jetpack-contact-form .wp-block-button__link,.contact-form .wp-block-button__link,.um-account-activation__resend-form .wp-block-button__link{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff;background:#2b1e68;padding:16px 20px;cursor:pointer;width:100%}.wp-block-jetpack-contact-form .wp-block-button__link span,.contact-form .wp-block-button__link span,.um-account-activation__resend-form .wp-block-button__link span{font-family:"Inter",sans-serif;font-weight:600;font-size:15px;line-height:15px;letter-spacing:1.5px;text-transform:uppercase;color:#fff}.wp-block-jetpack-contact-form .wp-block-button__link:hover,.wp-block-jetpack-contact-form .wp-block-button__link:active,.contact-form .wp-block-button__link:hover,.contact-form .wp-block-button__link:active,.um-account-activation__resend-form .wp-block-button__link:hover,.um-account-activation__resend-form .wp-block-button__link:active{background:#271b5e;color:#fff}.wp-block-jetpack-contact-form .wp-block-button__link:hover span,.wp-block-jetpack-contact-form .wp-block-button__link:active span,.contact-form .wp-block-button__link:hover span,.contact-form .wp-block-button__link:active span,.um-account-activation__resend-form .wp-block-button__link:hover span,.um-account-activation__resend-form .wp-block-button__link:active span{color:#fff}.wp-block-jetpack-contact-form .wp-block-button__link:focus,.contact-form .wp-block-button__link:focus,.um-account-activation__resend-form .wp-block-button__link:focus{border:2px solid #f8c9a8;color:#fff;background:#271b5e}.wp-block-jetpack-contact-form .wp-block-button__link:disabled,.wp-block-jetpack-contact-form .wp-block-button__link.disabled,.wp-block-jetpack-contact-form .wp-block-button__link.disabled:hover,.wp-block-jetpack-contact-form .wp-block-button__link.disabled:active,.contact-form .wp-block-button__link:disabled,.contact-form .wp-block-button__link.disabled,.contact-form .wp-block-button__link.disabled:hover,.contact-form .wp-block-button__link.disabled:active,.um-account-activation__resend-form .wp-block-button__link:disabled,.um-account-activation__resend-form .wp-block-button__link.disabled,.um-account-activation__resend-form .wp-block-button__link.disabled:hover,.um-account-activation__resend-form .wp-block-button__link.disabled:active{background:#eae9f0;color:#2b1e68;opacity:.5}.wp-block-jetpack-contact-form .wp-block-button__link:disabled span,.wp-block-jetpack-contact-form .wp-block-button__link.disabled span,.wp-block-jetpack-contact-form .wp-block-button__link.disabled:hover span,.wp-block-jetpack-contact-form .wp-block-button__link.disabled:active span,.contact-form .wp-block-button__link:disabled span,.contact-form .wp-block-button__link.disabled span,.contact-form .wp-block-button__link.disabled:hover span,.contact-form .wp-block-button__link.disabled:active span,.um-account-activation__resend-form .wp-block-button__link:disabled span,.um-account-activation__resend-form .wp-block-button__link.disabled span,.um-account-activation__resend-form .wp-block-button__link.disabled:hover span,.um-account-activation__resend-form .wp-block-button__link.disabled:active span{color:#2b1e68}.wp-block-jetpack-contact-form label,.wp-block-jetpack-contact-form .grunion-field-label,.contact-form label,.contact-form .grunion-field-label,.um-account-activation__resend-form label,.um-account-activation__resend-form .grunion-field-label{margin-bottom:8px}.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=url],.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.um-account-activation__resend-form input[type=text],.um-account-activation__resend-form input[type=email],.um-account-activation__resend-form input[type=tel],.um-account-activation__resend-form input[type=url]{padding:16px !important}.wp-block-jetpack-contact-form select,.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=url],.contact-form select,.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.um-account-activation__resend-form select,.um-account-activation__resend-form input[type=text],.um-account-activation__resend-form input[type=email],.um-account-activation__resend-form input[type=tel],.um-account-activation__resend-form input[type=url]{margin-bottom:0 !important;min-width:unset !important;height:48px;box-sizing:none;margin-bottom:0;border:none;background-color:#f0f1f3}.wp-block-jetpack-contact-form select.invalid,.wp-block-jetpack-contact-form input[type=text].invalid,.wp-block-jetpack-contact-form input[type=email].invalid,.wp-block-jetpack-contact-form input[type=tel].invalid,.wp-block-jetpack-contact-form input[type=url].invalid,.contact-form select.invalid,.contact-form input[type=text].invalid,.contact-form input[type=email].invalid,.contact-form input[type=tel].invalid,.contact-form input[type=url].invalid,.um-account-activation__resend-form select.invalid,.um-account-activation__resend-form input[type=text].invalid,.um-account-activation__resend-form input[type=email].invalid,.um-account-activation__resend-form input[type=tel].invalid,.um-account-activation__resend-form input[type=url].invalid{border:2px solid #e42732 !important;margin-bottom:8px;padding:10px 15px}.wp-block-jetpack-contact-form textarea.invalid,.contact-form textarea.invalid,.um-account-activation__resend-form textarea.invalid{border:2px solid #e42732 !important}.wp-block-jetpack-contact-form select,.contact-form select,.um-account-activation__resend-form select{padding:0 !important;padding-left:16px !important;padding-right:24px !important;font-weight:400}.wp-block-jetpack-contact-form label,.wp-block-jetpack-contact-form .grunion-field-label,.contact-form label,.contact-form .grunion-field-label,.um-account-activation__resend-form label,.um-account-activation__resend-form .grunion-field-label{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:16px;letter-spacing:.2px;color:#202126;margin-bottom:8px}.wp-block-jetpack-contact-form .grunion-field-wrap,.wp-block-jetpack-contact-form .wp-block-button,.wp-block-jetpack-contact-form .wp-block-jetpack-button,.contact-form .grunion-field-wrap,.contact-form .wp-block-button,.contact-form .wp-block-jetpack-button,.um-account-activation__resend-form .grunion-field-wrap,.um-account-activation__resend-form .wp-block-button,.um-account-activation__resend-form .wp-block-jetpack-button{padding-left:16px;padding-right:16px;border-right:0 !important}@media print,screen and (min-width: 48em){.wp-block-jetpack-contact-form .grunion-field-wrap,.wp-block-jetpack-contact-form .wp-block-button,.wp-block-jetpack-contact-form .wp-block-jetpack-button,.contact-form .grunion-field-wrap,.contact-form .wp-block-button,.contact-form .wp-block-jetpack-button,.um-account-activation__resend-form .grunion-field-wrap,.um-account-activation__resend-form .wp-block-button,.um-account-activation__resend-form .wp-block-jetpack-button{padding-left:0;padding-right:0}}.wp-block-jetpack-contact-form .grunion-field-wrap,.wp-block-jetpack-contact-form .um-account-activation__input-field,.contact-form .grunion-field-wrap,.contact-form .um-account-activation__input-field,.um-account-activation__resend-form .grunion-field-wrap,.um-account-activation__resend-form .um-account-activation__input-field{margin-bottom:20px}.wp-block-jetpack-contact-form .grunion-field-wrap.hidden,.wp-block-jetpack-contact-form .um-account-activation__input-field.hidden,.contact-form .grunion-field-wrap.hidden,.contact-form .um-account-activation__input-field.hidden,.um-account-activation__resend-form .grunion-field-wrap.hidden,.um-account-activation__resend-form .um-account-activation__input-field.hidden{display:none}.wp-block-jetpack-contact-form .grunion-field-wrap div.invalid,.wp-block-jetpack-contact-form .um-account-activation__input-field div.invalid,.contact-form .grunion-field-wrap div.invalid,.contact-form .um-account-activation__input-field div.invalid,.um-account-activation__resend-form .grunion-field-wrap div.invalid,.um-account-activation__resend-form .um-account-activation__input-field div.invalid{color:#e42732;font-size:12px;margin-top:4px;margin-bottom:4px}
