@charset "UTF-8";
/**
 * MyCashflow Default Theme
 * Copyright (c) 2016 Pulse247 Oy
 * MIT License <http://opensource.org/licenses/MIT>
 */
/* Insert your custom CSS here */
.DrawerMainNavigation > ul > li > a .NavigationExpander {
  z-index: -1;
}

:root {
  /* Defaults */
  --document-font-size: 62.5%; /* = 10px */
  --line-height: 1.5;
  --font-family: "Open Sans", sans-serif;
  --font-family-headings: "all-round-gothic", sans-serif;
  --font-size: 1.4rem;
  --font-size-small: 1.2rem;
  --font-size-large: 1.5rem;
  --color: var(--color-dark);
  --color-dark: hsl(var(--accent-1-hue), 0%, 15%);
  --color-light: #fefefe;
  --background-color: var(--color-footer-bg);
  --border-color: var(--color-border-1);
  --link: hsl(var(--accent-1-hue), 10%, 10%);
  --link-hover: var(--color-accent-2);
  --link-active: var(--color-accent-2-lighter);
  /* Color Properties */
  --accent-1-hue: 230;
  --accent-1-saturation: 27%;
  --accent-2-hue: 27;
  --accent-2-saturation: 100%;
  --accent-3-hue: 51;
  --accent-3-saturation: 58%;
  --color-accent-1: hsl(var(--accent-1-hue), var(--accent-1-saturation), 22%);
  --color-accent-1-darker: hsl(var(--accent-1-hue), var(--accent-1-saturation), 17%);
  --color-accent-2: hsl(var(--accent-2-hue), var(--accent-2-saturation), 46%);
  --color-accent-3: hsl(var(--accent-3-hue), var(--accent-3-saturation), 91%);
  --color-accent-3-darker: hsl(var(--accent-3-hue), 60%, 81%);
  --color-accent-4: hsl(51, 60%, 81%);
  --color-accent-5: hsl(40, 56%, 50%);
  --color-base-1: #ffffff;
  --color-base-2: hsl(var(--accent-1-hue), 0%, 80%);
  --color-base-3: hsl(var(--accent-1-hue), 0%, 87%);
  --color-base-4: hsl(var(--accent-1-hue), 0%, 96%);
  --color-base-5: #fcfcfc;
  --color-border-1: hsl(var(--accent-1-hue), 0%, 90%);
  --color-border-2: hsl(var(--accent-1-hue), 0%, 85%);
  --color-border-3: var(--color-accent-4);
  --color-success: hsl(140, var(--accent-1-saturation), 43%);
  --color-success-bg: hsl(140, var(--accent-1-saturation), 90%);
  --color-error: hsl(0, 71%, 53%);
  --color-error-bg: hsl(0, 71%, 95%);
  --color-discount: var(--color-accent-2);
  --black-0: rgba(0, 0, 0, 0);
  --black-10: rgba(0, 0, 0, 0.1);
  --black-25: rgba(0, 0, 0, 0.25);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-75: rgba(0, 0, 0, 0.75);
  --white-0: rgba(255, 255, 255, 0);
  --white-10: rgba(255, 255, 255, 0.1);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-50: rgba(255, 255, 255, 0.5);
  --white-75: rgba(255, 255, 255, 0.75);
  /* Layout Colors */
  --color-body-bg: var(--color-base-1);
  --color-body-border: var(--border-color);
  --color-header-bg: var(--color-accent-1);
  --color-header-border: var(--border-color);
  --color-navbar-bg: var(--color-accent-1);
  --color-navbar-border: var(--border-color);
  --color-dropnav-bg: var(--color-base-1);
  --color-dropnav-border: var(--border-color);
  --color-utility-bar-bg: var(--color-base-1);
  --color-utility-bar-border: var(--border-color);
  --color-footer-bg: var(--color-accent-1);
  --color-footer-border: var(--border-color);
  --color-drawer-bg: var(--color-base-1);
  --color-drawer-border: var(--border-color);
  --color-image-bg: var(--color-base-2);
  --color-image-border: var(--border-color);
  --color-input-bg: var(--color-base-1);
  --color-input-bg-color: var(--color-accent-3);
  --color-input-border: var(--color-border-2);
  --color-boxed-bg: var(--color-base-2);
  --color-banner-bg: var(--color-base-2);
  --color-loader-bg: var(--white-50);
  --color-notification-bg: #ffeecc;
  /* Margins */
  --margin: 3rem;
  --small-margin: 2rem;
  --large-margin: 6rem;
  --xlarge-margin: 8rem;
  /* Buttons and Inputs */
  --input-height: calc(var(--font-size) * 2.5);
  --button-height: calc(var(--font-size) * 2.5);
  /* Grid System */
  --container-max-width: 1400px;
  --container-page-margin: 3vw;
  --grid-gutter: 3rem;
  --grid-list-gutter: 2rem;
  --list-item-image-ratio: 1.25;
  /* Border Radiuses */
  --border-radius: 3px;
  --border-radius-medium: 3px;
  --border-radius-large: 3px;
  /* Transition Durations */
  --transition-fast: 0.15s;
  --transition-slow: 0.3s;
  /* Raster Icons */
  --icon-select-dark: url("../images/angle-down-dark.png");
  --icon-select-light: url("../images/angle-down-light.png");
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.Tag:before,
.RemoveFilter:before,
.SpinnerButtonInc:before,
.SpinnerButtonDec:before,
.flickity-prev-next-button.previous:before,
.flickity-button:before,
#LiveSearch #SearchForm #SearchButton:before,
.CheckboxGroup.Active .GroupHeading:after,
.GroupHeading:after,
.ProductDescription h3.Active:after,
.ProductDescription table caption.Active:after,
table .ProductDescription caption.Active:after,
.ProductDescription h3:after,
.ProductDescription table caption:after,
table .ProductDescription caption:after,
.MiniListColBuy .ListProductFollow .Button:before,
.MiniListColBuy .ListProductFollow form button:before,
form .MiniListColBuy .ListProductFollow button:before,
.MiniListColBuy button:before,
.MiniListColBuy .Button:before,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a:before,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a:before,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .AdText :last-child a:before,
.AdText :last-child .MiniListColBuy a:before,
.MiniListColBuy #OrderDocuments a:before,
#OrderDocuments .MiniListColBuy a:before,
.ListProductCategoryLink a:after,
.Pagination .NextPageLink > a:before,
.Pagination .NextPageLink.DisabledPageLink:before,
.Pagination .PreviousPageLink > a:before,
.Pagination .PreviousPageLink.DisabledPageLink:before,
#OrderDocuments .PDF-invoice:before,
.UtilityNavigation > ul > li > a[href="/account/"]:before,
.NavigationList .CategoryID-94 > a:before,
.NavigationList .CategoryID-358 > a:before,
.NavigationList .CategoryID-234 > a:before,
.NavigationList .CategoryID-14 > a:before,
.NavigationList .CategoryID-15 > a:before,
.NavigationList .CategoryID-9 > a:before,
.NavigationList .CategoryID-10 > a:before,
.NavigationList .CategoryID-29 > a:before,
.NavigationList .CategoryID-32 > a:before,
.NavigationList .CategoryID-131 > a:before,
.NavigationList .CategoryID-52 > a:before,
.NavigationList .CategoryID-146 > a:before,
.NavigationList .CategoryID-159 > a:before,
.NavigationList .CategoryID-255 > a:before,
.NavigationList .CategoryID-303 > a:before,
.NavigationList .CategoryID-121 > a:before,
.NavigationList .CategoryID-295 > a:before,
.TargetGroups:before,
.DrawerMainNavigation > ul > li.CategoryID-294 > a:before,
.DrawerMainNavigation > ul > li.CategoryID-293 > a:before,
.SideCategories > ul > li > a:before,
.MainNavigation li .HasSubCategories > a:after,
.MainNavigation .HasSubCategories > a:after,
.UtilityNavigation > ul > li.HasSubPages > a:before,
.UtilityNavigation > ul > li:last-child:before,
.UtilityNavigation > ul > li:first-child:before,
.NavigationExpander.Open:before,
.NavigationExpander:before,
.mfp-wrap .mfp-close:after,
.LoaderSpinner:before,
.FilterTags .RemoveFilter:before,
.FilterGroupName:after,
.DrawerClose:before,
.CategoryHeaderLink:after,
.MiniCartProduct .ProductRemove span:before,
.FullCartProduct .ProductRemove:before,
.Breadcrumb ul li:before,
[data-accordiontitle].Active:after,
.CategoryDescription > h3.Active:after,
table .CategoryDescription > caption.Active:after,
[data-accordiontitle]:after,
#InfoPage > h3:after,
table #InfoPage > caption:after,
.PrivacyPage #InfoPage > h3:after,
.CategoryDescription > h3:after,
table .CategoryDescription > caption:after,
.fad,
.fab,
.SomeButtonsNavigation a[href*=youtube]:before,
.SomeButtonsNavigation a[href*=twitter]:before,
.SomeButtonsNavigation a[href*=instagram]:before,
.SomeButtonsNavigation a[href*=facebook]:before,
.ExtShareButton.Twitter > .ExtShareButtonText:before,
.ExtShareButton.LinkedIn > .ExtShareButtonText:before,
.ExtShareButton.GooglePlus > .ExtShareButtonText:before,
.ExtShareButton.Facebook > .ExtShareButtonText:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.Tag:before, .RemoveFilter:before, .SpinnerButtonInc:before, .SpinnerButtonDec:before, .flickity-prev-next-button.previous:before, .flickity-button:before, #LiveSearch #SearchForm #SearchButton:before, .CheckboxGroup.Active .GroupHeading:after, .GroupHeading:after, .ProductDescription h3.Active:after, .ProductDescription table caption.Active:after, table .ProductDescription caption.Active:after, .ProductDescription h3:after, .ProductDescription table caption:after, table .ProductDescription caption:after, .MiniListColBuy .ListProductFollow .Button:before, .MiniListColBuy .ListProductFollow form button:before, form .MiniListColBuy .ListProductFollow button:before, .MiniListColBuy button:before,
.MiniListColBuy .Button:before,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a:before,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a:before,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .AdText :last-child a:before,
.AdText :last-child .MiniListColBuy a:before,
.MiniListColBuy #OrderDocuments a:before,
#OrderDocuments .MiniListColBuy a:before, .ListProductCategoryLink a:after, .Pagination .NextPageLink > a:before,
.Pagination .NextPageLink.DisabledPageLink:before, .Pagination .PreviousPageLink > a:before,
.Pagination .PreviousPageLink.DisabledPageLink:before, #OrderDocuments .PDF-invoice:before, .SomeButtonsNavigation a[href*=youtube]:before, .SomeButtonsNavigation a[href*=twitter]:before, .SomeButtonsNavigation a[href*=instagram]:before, .SomeButtonsNavigation a[href*=facebook]:before, .UtilityNavigation > ul > li > a[href="/account/"]:before, .NavigationList .CategoryID-94 > a:before, .NavigationList .CategoryID-358 > a:before, .NavigationList .CategoryID-234 > a:before, .NavigationList .CategoryID-14 > a:before, .NavigationList .CategoryID-15 > a:before, .NavigationList .CategoryID-9 > a:before, .NavigationList .CategoryID-10 > a:before, .NavigationList .CategoryID-29 > a:before, .NavigationList .CategoryID-32 > a:before, .NavigationList .CategoryID-131 > a:before, .NavigationList .CategoryID-52 > a:before, .NavigationList .CategoryID-146 > a:before, .NavigationList .CategoryID-159 > a:before, .NavigationList .CategoryID-255 > a:before, .NavigationList .CategoryID-303 > a:before, .NavigationList .CategoryID-121 > a:before, .NavigationList .CategoryID-295 > a:before, .TargetGroups:before, .DrawerMainNavigation > ul > li.CategoryID-294 > a:before, .DrawerMainNavigation > ul > li.CategoryID-293 > a:before, .SideCategories > ul > li > a:before, .MainNavigation li .HasSubCategories > a:after, .MainNavigation .HasSubCategories > a:after, .UtilityNavigation > ul > li.HasSubPages > a:before, .UtilityNavigation > ul > li:last-child:before, .UtilityNavigation > ul > li:first-child:before, .NavigationExpander.Open:before, .NavigationExpander:before, .mfp-wrap .mfp-close:after, .LoaderSpinner:before, .FilterTags .RemoveFilter:before, .FilterGroupName:after, .DrawerClose:before, .CategoryHeaderLink:after, .MiniCartProduct .ProductRemove span:before, .FullCartProduct .ProductRemove:before, .Breadcrumb ul li:before, [data-accordiontitle].Active:after,
.CategoryDescription > h3.Active:after,
table .CategoryDescription > caption.Active:after, [data-accordiontitle]:after, #InfoPage > h3:after, table #InfoPage > caption:after,
.PrivacyPage #InfoPage > h3:after,
.CategoryDescription > h3:after,
table .CategoryDescription > caption:after, .ExtShareButton.Twitter > .ExtShareButtonText:before, .ExtShareButton.LinkedIn > .ExtShareButtonText:before, .ExtShareButton.GooglePlus > .ExtShareButtonText:before, .ExtShareButton.Facebook > .ExtShareButtonText:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fa-pull-left.Tag:before,
.fa-pull-left.RemoveFilter:before,
.fa-pull-left.SpinnerButtonInc:before,
.fa-pull-left.SpinnerButtonDec:before,
.fa-pull-left.flickity-prev-next-button.previous:before,
.fa-pull-left.flickity-button:before,
#LiveSearch #SearchForm .fa-pull-left#SearchButton:before,
.CheckboxGroup.Active .fa-pull-left.GroupHeading:after,
.fa-pull-left.GroupHeading:after,
.ProductDescription h3.fa-pull-left:after,
.ProductDescription table caption.fa-pull-left:after,
table .ProductDescription caption.fa-pull-left:after,
.MiniListColBuy .ListProductFollow form button.fa-pull-left:before,
form .MiniListColBuy .ListProductFollow button.fa-pull-left:before,
.MiniListColBuy button.fa-pull-left:before,
.MiniListColBuy .fa-pull-left.Button:before,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a.fa-pull-left:before,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a.fa-pull-left:before,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a.fa-pull-left:before,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a.fa-pull-left:before,
.MiniListColBuy .AdText :last-child a.fa-pull-left:before,
.AdText :last-child .MiniListColBuy a.fa-pull-left:before,
.MiniListColBuy #OrderDocuments a.fa-pull-left:before,
#OrderDocuments .MiniListColBuy a.fa-pull-left:before,
.ListProductCategoryLink a.fa-pull-left:after,
.Pagination .NextPageLink > a.fa-pull-left:before,
.Pagination .fa-pull-left.NextPageLink.DisabledPageLink:before,
.Pagination .PreviousPageLink > a.fa-pull-left:before,
.Pagination .fa-pull-left.PreviousPageLink.DisabledPageLink:before,
#OrderDocuments .fa-pull-left.PDF-invoice:before,
.UtilityNavigation > ul > li > a.fa-pull-left[href="/account/"]:before,
.NavigationList .CategoryID-94 > a.fa-pull-left:before,
.NavigationList .CategoryID-358 > a.fa-pull-left:before,
.NavigationList .CategoryID-234 > a.fa-pull-left:before,
.NavigationList .CategoryID-14 > a.fa-pull-left:before,
.NavigationList .CategoryID-15 > a.fa-pull-left:before,
.NavigationList .CategoryID-9 > a.fa-pull-left:before,
.NavigationList .CategoryID-10 > a.fa-pull-left:before,
.NavigationList .CategoryID-29 > a.fa-pull-left:before,
.NavigationList .CategoryID-32 > a.fa-pull-left:before,
.NavigationList .CategoryID-131 > a.fa-pull-left:before,
.NavigationList .CategoryID-52 > a.fa-pull-left:before,
.NavigationList .CategoryID-146 > a.fa-pull-left:before,
.NavigationList .CategoryID-159 > a.fa-pull-left:before,
.NavigationList .CategoryID-255 > a.fa-pull-left:before,
.NavigationList .CategoryID-303 > a.fa-pull-left:before,
.NavigationList .CategoryID-121 > a.fa-pull-left:before,
.NavigationList .CategoryID-295 > a.fa-pull-left:before,
.fa-pull-left.TargetGroups:before,
.DrawerMainNavigation > ul > li.CategoryID-294 > a.fa-pull-left:before,
.DrawerMainNavigation > ul > li.CategoryID-293 > a.fa-pull-left:before,
.SideCategories > ul > li > a.fa-pull-left:before,
.MainNavigation .HasSubCategories > a.fa-pull-left:after,
.UtilityNavigation > ul > li.HasSubPages > a.fa-pull-left:before,
.UtilityNavigation > ul > li.fa-pull-left:last-child:before,
.UtilityNavigation > ul > li.fa-pull-left:first-child:before,
.fa-pull-left.NavigationExpander:before,
.mfp-wrap .fa-pull-left.mfp-close:after,
.fa-pull-left.LoaderSpinner:before,
.fa-pull-left.FilterGroupName:after,
.fa-pull-left.DrawerClose:before,
.fa-pull-left.CategoryHeaderLink:after,
.MiniCartProduct .ProductRemove span.fa-pull-left:before,
.FullCartProduct .fa-pull-left.ProductRemove:before,
.Breadcrumb ul li.fa-pull-left:before,
.fa-pull-left[data-accordiontitle]:after,
#InfoPage > h3.fa-pull-left:after,
table #InfoPage > caption.fa-pull-left:after,
.CategoryDescription > h3.fa-pull-left:after,
table .CategoryDescription > caption.fa-pull-left:after,
.fab.fa-pull-left,
.SomeButtonsNavigation a.fa-pull-left[href*=youtube]:before,
.SomeButtonsNavigation a.fa-pull-left[href*=twitter]:before,
.SomeButtonsNavigation a.fa-pull-left[href*=instagram]:before,
.SomeButtonsNavigation a.fa-pull-left[href*=facebook]:before,
.ExtShareButton.Twitter > .fa-pull-left.ExtShareButtonText:before,
.ExtShareButton.LinkedIn > .fa-pull-left.ExtShareButtonText:before,
.ExtShareButton.GooglePlus > .fa-pull-left.ExtShareButtonText:before,
.ExtShareButton.Facebook > .fa-pull-left.ExtShareButtonText:before {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fa-pull-right.Tag:before,
.fa-pull-right.RemoveFilter:before,
.fa-pull-right.SpinnerButtonInc:before,
.fa-pull-right.SpinnerButtonDec:before,
.fa-pull-right.flickity-prev-next-button.previous:before,
.fa-pull-right.flickity-button:before,
#LiveSearch #SearchForm .fa-pull-right#SearchButton:before,
.CheckboxGroup.Active .fa-pull-right.GroupHeading:after,
.fa-pull-right.GroupHeading:after,
.ProductDescription h3.fa-pull-right:after,
.ProductDescription table caption.fa-pull-right:after,
table .ProductDescription caption.fa-pull-right:after,
.MiniListColBuy .ListProductFollow form button.fa-pull-right:before,
form .MiniListColBuy .ListProductFollow button.fa-pull-right:before,
.MiniListColBuy button.fa-pull-right:before,
.MiniListColBuy .fa-pull-right.Button:before,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a.fa-pull-right:before,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a.fa-pull-right:before,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a.fa-pull-right:before,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a.fa-pull-right:before,
.MiniListColBuy .AdText :last-child a.fa-pull-right:before,
.AdText :last-child .MiniListColBuy a.fa-pull-right:before,
.MiniListColBuy #OrderDocuments a.fa-pull-right:before,
#OrderDocuments .MiniListColBuy a.fa-pull-right:before,
.ListProductCategoryLink a.fa-pull-right:after,
.Pagination .NextPageLink > a.fa-pull-right:before,
.Pagination .fa-pull-right.NextPageLink.DisabledPageLink:before,
.Pagination .PreviousPageLink > a.fa-pull-right:before,
.Pagination .fa-pull-right.PreviousPageLink.DisabledPageLink:before,
#OrderDocuments .fa-pull-right.PDF-invoice:before,
.UtilityNavigation > ul > li > a.fa-pull-right[href="/account/"]:before,
.NavigationList .CategoryID-94 > a.fa-pull-right:before,
.NavigationList .CategoryID-358 > a.fa-pull-right:before,
.NavigationList .CategoryID-234 > a.fa-pull-right:before,
.NavigationList .CategoryID-14 > a.fa-pull-right:before,
.NavigationList .CategoryID-15 > a.fa-pull-right:before,
.NavigationList .CategoryID-9 > a.fa-pull-right:before,
.NavigationList .CategoryID-10 > a.fa-pull-right:before,
.NavigationList .CategoryID-29 > a.fa-pull-right:before,
.NavigationList .CategoryID-32 > a.fa-pull-right:before,
.NavigationList .CategoryID-131 > a.fa-pull-right:before,
.NavigationList .CategoryID-52 > a.fa-pull-right:before,
.NavigationList .CategoryID-146 > a.fa-pull-right:before,
.NavigationList .CategoryID-159 > a.fa-pull-right:before,
.NavigationList .CategoryID-255 > a.fa-pull-right:before,
.NavigationList .CategoryID-303 > a.fa-pull-right:before,
.NavigationList .CategoryID-121 > a.fa-pull-right:before,
.NavigationList .CategoryID-295 > a.fa-pull-right:before,
.fa-pull-right.TargetGroups:before,
.DrawerMainNavigation > ul > li.CategoryID-294 > a.fa-pull-right:before,
.DrawerMainNavigation > ul > li.CategoryID-293 > a.fa-pull-right:before,
.SideCategories > ul > li > a.fa-pull-right:before,
.MainNavigation .HasSubCategories > a.fa-pull-right:after,
.UtilityNavigation > ul > li.HasSubPages > a.fa-pull-right:before,
.UtilityNavigation > ul > li.fa-pull-right:last-child:before,
.UtilityNavigation > ul > li.fa-pull-right:first-child:before,
.fa-pull-right.NavigationExpander:before,
.mfp-wrap .fa-pull-right.mfp-close:after,
.fa-pull-right.LoaderSpinner:before,
.fa-pull-right.FilterGroupName:after,
.fa-pull-right.DrawerClose:before,
.fa-pull-right.CategoryHeaderLink:after,
.MiniCartProduct .ProductRemove span.fa-pull-right:before,
.FullCartProduct .fa-pull-right.ProductRemove:before,
.Breadcrumb ul li.fa-pull-right:before,
.fa-pull-right[data-accordiontitle]:after,
#InfoPage > h3.fa-pull-right:after,
table #InfoPage > caption.fa-pull-right:after,
.CategoryDescription > h3.fa-pull-right:after,
table .CategoryDescription > caption.fa-pull-right:after,
.fab.fa-pull-right,
.SomeButtonsNavigation a.fa-pull-right[href*=youtube]:before,
.SomeButtonsNavigation a.fa-pull-right[href*=twitter]:before,
.SomeButtonsNavigation a.fa-pull-right[href*=instagram]:before,
.SomeButtonsNavigation a.fa-pull-right[href*=facebook]:before,
.ExtShareButton.Twitter > .fa-pull-right.ExtShareButtonText:before,
.ExtShareButton.LinkedIn > .fa-pull-right.ExtShareButtonText:before,
.ExtShareButton.GooglePlus > .fa-pull-right.ExtShareButtonText:before,
.ExtShareButton.Facebook > .fa-pull-right.ExtShareButtonText:before {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-abacus:before {
  content: "\f640";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acorn:before {
  content: "\f6ae";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-conditioner:before {
  content: "\f8f4";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-alarm-clock:before {
  content: "\f34e";
}

.fa-alarm-exclamation:before {
  content: "\f843";
}

.fa-alarm-plus:before {
  content: "\f844";
}

.fa-alarm-snooze:before {
  content: "\f845";
}

.fa-album:before {
  content: "\f89f";
}

.fa-album-collection:before {
  content: "\f8a0";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alicorn:before {
  content: "\f6b0";
}

.fa-alien:before {
  content: "\f8f5";
}

.fa-alien-monster:before {
  content: "\f8f6";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-slash:before {
  content: "\f846";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-amp-guitar:before {
  content: "\f8a1";
}

.fa-analytics:before {
  content: "\f643";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angel:before {
  content: "\f779";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-crate:before {
  content: "\f6b1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-alt-down:before {
  content: "\f354";
}

.fa-arrow-alt-from-bottom:before {
  content: "\f346";
}

.fa-arrow-alt-from-left:before {
  content: "\f347";
}

.fa-arrow-alt-from-right:before {
  content: "\f348";
}

.fa-arrow-alt-from-top:before {
  content: "\f349";
}

.fa-arrow-alt-left:before {
  content: "\f355";
}

.fa-arrow-alt-right:before {
  content: "\f356";
}

.fa-arrow-alt-square-down:before {
  content: "\f350";
}

.fa-arrow-alt-square-left:before {
  content: "\f351";
}

.fa-arrow-alt-square-right:before {
  content: "\f352";
}

.fa-arrow-alt-square-up:before {
  content: "\f353";
}

.fa-arrow-alt-to-bottom:before {
  content: "\f34a";
}

.fa-arrow-alt-to-left:before {
  content: "\f34b";
}

.fa-arrow-alt-to-right:before {
  content: "\f34c";
}

.fa-arrow-alt-to-top:before {
  content: "\f34d";
}

.fa-arrow-alt-up:before {
  content: "\f357";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-from-bottom:before {
  content: "\f342";
}

.fa-arrow-from-left:before {
  content: "\f343";
}

.fa-arrow-from-right:before {
  content: "\f344";
}

.fa-arrow-from-top:before {
  content: "\f345";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-square-down:before {
  content: "\f339";
}

.fa-arrow-square-left:before {
  content: "\f33a";
}

.fa-arrow-square-right:before {
  content: "\f33b";
}

.fa-arrow-square-up:before {
  content: "\f33c";
}

.fa-arrow-to-bottom:before {
  content: "\f33d";
}

.fa-arrow-to-left:before {
  content: "\f33e";
}

.fa-arrow-to-right:before {
  content: "\f340";
}

.fa-arrow-to-top:before {
  content: "\f341";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-atom-alt:before {
  content: "\f5d3";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-axe:before {
  content: "\f6b2";
}

.fa-axe-battle:before {
  content: "\f6b3";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backpack:before {
  content: "\f5d4";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "陵";
}

.fa-bacterium:before {
  content: "讀";
}

.fa-badge:before {
  content: "\f335";
}

.fa-badge-check:before {
  content: "\f336";
}

.fa-badge-dollar:before {
  content: "\f645";
}

.fa-badge-percent:before {
  content: "\f646";
}

.fa-badge-sheriff:before {
  content: "\f8a2";
}

.fa-badger-honey:before {
  content: "\f6b4";
}

.fa-bags-shopping:before {
  content: "\f847";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ball-pile:before {
  content: "\f77e";
}

.fa-ballot:before {
  content: "\f732";
}

.fa-ballot-check:before {
  content: "\f733";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-banjo:before {
  content: "\f8a3";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-barcode-alt:before {
  content: "\f463";
}

.fa-barcode-read:before {
  content: "\f464";
}

.fa-barcode-scan:before {
  content: "\f465";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball:before {
  content: "\f432";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-basketball-hoop:before {
  content: "\f435";
}

.fa-bat:before {
  content: "\f6b5";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-bolt:before {
  content: "\f376";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-slash:before {
  content: "\f377";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-bed-alt:before {
  content: "\f8f7";
}

.fa-bed-bunk:before {
  content: "\f8f8";
}

.fa-bed-empty:before {
  content: "\f8f9";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-exclamation:before {
  content: "\f848";
}

.fa-bell-on:before {
  content: "\f8fa";
}

.fa-bell-plus:before {
  content: "\f849";
}

.fa-bell-school:before {
  content: "\f5d5";
}

.fa-bell-school-slash:before {
  content: "\f5d6";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bells:before {
  content: "\f77f";
}

.fa-betamax:before {
  content: "\f8a4";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-biking-mountain:before {
  content: "\f84b";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blanket:before {
  content: "\f498";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blinds:before {
  content: "\f8fb";
}

.fa-blinds-open:before {
  content: "\f8fc";
}

.fa-blinds-raised:before {
  content: "\f8fd";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bone-break:before {
  content: "\f5d8";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-alt:before {
  content: "\f5d9";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-heart:before {
  content: "\f499";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-book-spells:before {
  content: "\f6b8";
}

.fa-book-user:before {
  content: "\f7e7";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-books:before {
  content: "\f5db";
}

.fa-books-medical:before {
  content: "\f7e8";
}

.fa-boombox:before {
  content: "\f8a5";
}

.fa-boot:before {
  content: "\f782";
}

.fa-booth-curtain:before {
  content: "\f734";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-bottom:before {
  content: "\f84d";
}

.fa-border-center-h:before {
  content: "\f89c";
}

.fa-border-center-v:before {
  content: "\f89d";
}

.fa-border-inner:before {
  content: "\f84e";
}

.fa-border-left:before {
  content: "\f84f";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-outer:before {
  content: "\f851";
}

.fa-border-right:before {
  content: "\f852";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-border-style-alt:before {
  content: "\f854";
}

.fa-border-top:before {
  content: "\f855";
}

.fa-bow-arrow:before {
  content: "\f6b9";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-bowling-pins:before {
  content: "\f437";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-alt:before {
  content: "\f49a";
}

.fa-box-ballot:before {
  content: "\f735";
}

.fa-box-check:before {
  content: "\f467";
}

.fa-box-fragile:before {
  content: "\f49b";
}

.fa-box-full:before {
  content: "\f49c";
}

.fa-box-heart:before {
  content: "\f49d";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-box-up:before {
  content: "\f49f";
}

.fa-box-usd:before {
  content: "\f4a0";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-boxes-alt:before {
  content: "\f4a1";
}

.fa-boxing-glove:before {
  content: "\f438";
}

.fa-brackets:before {
  content: "\f7e9";
}

.fa-brackets-curly:before {
  content: "\f7ea";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-loaf:before {
  content: "\f7eb";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-bring-forward:before {
  content: "\f856";
}

.fa-bring-front:before {
  content: "\f857";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-browser:before {
  content: "\f37e";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-bullseye-arrow:before {
  content: "\f648";
}

.fa-bullseye-pointer:before {
  content: "\f649";
}

.fa-burger-soda:before {
  content: "\f858";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-burrito:before {
  content: "\f7ed";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-bus-school:before {
  content: "\f5dd";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-cabinet-filing:before {
  content: "\f64b";
}

.fa-cactus:before {
  content: "\f8a7";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calculator-alt:before {
  content: "\f64c";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-edit:before {
  content: "\f333";
}

.fa-calendar-exclamation:before {
  content: "\f334";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-star:before {
  content: "\f736";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camcorder:before {
  content: "\f8a8";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-alt:before {
  content: "\f332";
}

.fa-camera-home:before {
  content: "\f8fe";
}

.fa-camera-movie:before {
  content: "\f8a9";
}

.fa-camera-polaroid:before {
  content: "\f8aa";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campfire:before {
  content: "\f6ba";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candle-holder:before {
  content: "\f6bc";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-candy-corn:before {
  content: "\f6bd";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-building:before {
  content: "\f859";
}

.fa-car-bump:before {
  content: "\f5e0";
}

.fa-car-bus:before {
  content: "\f85a";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-garage:before {
  content: "\f5e2";
}

.fa-car-mechanic:before {
  content: "\f5e3";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-car-tilt:before {
  content: "\f5e5";
}

.fa-car-wash:before {
  content: "\f5e6";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caravan-alt:before {
  content: "豈";
}

.fa-caret-circle-down:before {
  content: "\f32d";
}

.fa-caret-circle-left:before {
  content: "\f32e";
}

.fa-caret-circle-right:before {
  content: "\f330";
}

.fa-caret-circle-up:before {
  content: "\f331";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cars:before {
  content: "\f85b";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cassette-tape:before {
  content: "\f8ab";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cat-space:before {
  content: "更";
}

.fa-cauldron:before {
  content: "\f6bf";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cctv:before {
  content: "\f8ac";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chair-office:before {
  content: "\f6c1";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-line-down:before {
  content: "\f64d";
}

.fa-chart-network:before {
  content: "\f78a";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-chart-pie-alt:before {
  content: "\f64e";
}

.fa-chart-scatter:before {
  content: "\f7ee";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-cheese-swiss:before {
  content: "\f7f0";
}

.fa-cheeseburger:before {
  content: "\f7f1";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-bishop-alt:before {
  content: "\f43b";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-clock:before {
  content: "\f43d";
}

.fa-chess-clock-alt:before {
  content: "\f43e";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-king-alt:before {
  content: "\f440";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-knight-alt:before {
  content: "\f442";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-pawn-alt:before {
  content: "\f444";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-queen-alt:before {
  content: "\f446";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chess-rook-alt:before {
  content: "\f448";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-double-down:before {
  content: "\f322";
}

.fa-chevron-double-left:before {
  content: "\f323";
}

.fa-chevron-double-right:before {
  content: "\f324";
}

.fa-chevron-double-up:before {
  content: "\f325";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-square-down:before {
  content: "\f329";
}

.fa-chevron-square-left:before {
  content: "\f32a";
}

.fa-chevron-square-right:before {
  content: "\f32b";
}

.fa-chevron-square-up:before {
  content: "\f32c";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chimney:before {
  content: "\f78b";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clarinet:before {
  content: "\f8ad";
}

.fa-claw-marks:before {
  content: "\f6c2";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clipboard-list-check:before {
  content: "\f737";
}

.fa-clipboard-prescription:before {
  content: "\f5e8";
}

.fa-clipboard-user:before {
  content: "\f7f3";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-drizzle:before {
  content: "\f738";
}

.fa-cloud-hail:before {
  content: "\f739";
}

.fa-cloud-hail-mixed:before {
  content: "\f73a";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-music:before {
  content: "\f8ae";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-rainbow:before {
  content: "\f73e";
}

.fa-cloud-showers:before {
  content: "\f73f";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sleet:before {
  content: "\f741";
}

.fa-cloud-snow:before {
  content: "\f742";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-clouds:before {
  content: "\f744";
}

.fa-clouds-moon:before {
  content: "\f745";
}

.fa-clouds-sun:before {
  content: "\f746";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-club:before {
  content: "\f327";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-code-commit:before {
  content: "\f386";
}

.fa-code-merge:before {
  content: "\f387";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-coffee-pot:before {
  content: "車";
}

.fa-coffee-togo:before {
  content: "\f6c5";
}

.fa-coffin:before {
  content: "\f6c6";
}

.fa-coffin-cross:before {
  content: "陋";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coin:before {
  content: "\f85c";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comet:before {
  content: "賈";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-alt-check:before {
  content: "\f4a2";
}

.fa-comment-alt-dollar:before {
  content: "\f650";
}

.fa-comment-alt-dots:before {
  content: "\f4a3";
}

.fa-comment-alt-edit:before {
  content: "\f4a4";
}

.fa-comment-alt-exclamation:before {
  content: "\f4a5";
}

.fa-comment-alt-lines:before {
  content: "\f4a6";
}

.fa-comment-alt-medical:before {
  content: "\f7f4";
}

.fa-comment-alt-minus:before {
  content: "\f4a7";
}

.fa-comment-alt-music:before {
  content: "\f8af";
}

.fa-comment-alt-plus:before {
  content: "\f4a8";
}

.fa-comment-alt-slash:before {
  content: "\f4a9";
}

.fa-comment-alt-smile:before {
  content: "\f4aa";
}

.fa-comment-alt-times:before {
  content: "\f4ab";
}

.fa-comment-check:before {
  content: "\f4ac";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-edit:before {
  content: "\f4ae";
}

.fa-comment-exclamation:before {
  content: "\f4af";
}

.fa-comment-lines:before {
  content: "\f4b0";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-minus:before {
  content: "\f4b1";
}

.fa-comment-music:before {
  content: "\f8b0";
}

.fa-comment-plus:before {
  content: "\f4b2";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comment-smile:before {
  content: "\f4b4";
}

.fa-comment-times:before {
  content: "\f4b5";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-alt:before {
  content: "\f4b6";
}

.fa-comments-alt-dollar:before {
  content: "\f652";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compass-slash:before {
  content: "\f5e9";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-compress-wide:before {
  content: "\f326";
}

.fa-computer-classic:before {
  content: "\f8b1";
}

.fa-computer-speaker:before {
  content: "\f8b2";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-construction:before {
  content: "\f85d";
}

.fa-container-storage:before {
  content: "\f4b7";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-conveyor-belt:before {
  content: "\f46e";
}

.fa-conveyor-belt-alt:before {
  content: "\f46f";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-corn:before {
  content: "\f6c7";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cow:before {
  content: "\f6c8";
}

.fa-cowbell:before {
  content: "\f8b3";
}

.fa-cowbell-more:before {
  content: "\f8b4";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-credit-card-blank:before {
  content: "\f389";
}

.fa-credit-card-front:before {
  content: "\f38a";
}

.fa-cricket:before {
  content: "\f449";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-croissant:before {
  content: "\f7f6";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-crutches:before {
  content: "\f7f8";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-curling:before {
  content: "\f44a";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dagger:before {
  content: "\f6cb";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-debug:before {
  content: "\f7f9";
}

.fa-deer:before {
  content: "\f78e";
}

.fa-deer-rudolph:before {
  content: "\f78f";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-desktop-alt:before {
  content: "\f390";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dewpoint:before {
  content: "\f748";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d10:before {
  content: "\f6cd";
}

.fa-dice-d12:before {
  content: "\f6ce";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d4:before {
  content: "\f6d0";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-d8:before {
  content: "\f6d2";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digging:before {
  content: "\f85e";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-diploma:before {
  content: "\f5ea";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-disc-drive:before {
  content: "\f8b5";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-do-not-enter:before {
  content: "\f5ec";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dog-leashed:before {
  content: "\f6d4";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-empty:before {
  content: "\f473";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-dolly-flatbed-alt:before {
  content: "\f475";
}

.fa-dolly-flatbed-empty:before {
  content: "\f476";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-circle:before {
  content: "\f5ed";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-draw-square:before {
  content: "\f5ef";
}

.fa-dreidel:before {
  content: "\f792";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-drone:before {
  content: "\f85f";
}

.fa-drone-alt:before {
  content: "\f860";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick:before {
  content: "\f6d6";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dryer:before {
  content: "\f861";
}

.fa-dryer-alt:before {
  content: "\f862";
}

.fa-duck:before {
  content: "\f6d8";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-ear:before {
  content: "\f5f0";
}

.fa-ear-muffs:before {
  content: "\f795";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-eclipse:before {
  content: "\f749";
}

.fa-eclipse-alt:before {
  content: "\f74a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-egg-fried:before {
  content: "\f7fc";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-elephant:before {
  content: "\f6da";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-h-alt:before {
  content: "\f39b";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ellipsis-v-alt:before {
  content: "\f39c";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-empty-set:before {
  content: "\f656";
}

.fa-engine-warning:before {
  content: "\f5f2";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-dollar:before {
  content: "\f657";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-square:before {
  content: "\f321";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows:before {
  content: "\f31d";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expand-wide:before {
  content: "\f320";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-evil:before {
  content: "\f6db";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fan-table:before {
  content: "滑";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-farm:before {
  content: "\f864";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-faucet-drip:before {
  content: "句";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-field-hockey:before {
  content: "\f44c";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-certificate:before {
  content: "\f5f3";
}

.fa-file-chart-line:before {
  content: "\f659";
}

.fa-file-chart-pie:before {
  content: "\f65a";
}

.fa-file-check:before {
  content: "\f316";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-edit:before {
  content: "\f31c";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-exclamation:before {
  content: "\f31a";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-minus:before {
  content: "\f318";
}

.fa-file-music:before {
  content: "\f8b6";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-plus:before {
  content: "\f319";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-search:before {
  content: "\f865";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-spreadsheet:before {
  content: "\f65b";
}

.fa-file-times:before {
  content: "\f317";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-user:before {
  content: "\f65c";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-files-medical:before {
  content: "\f7fd";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-film-alt:before {
  content: "\f3a0";
}

.fa-film-canister:before {
  content: "\f8b7";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-fire-smoke:before {
  content: "\f74b";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "\f79a";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fish-cooked:before {
  content: "\f7fe";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-alt:before {
  content: "\f74c";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flame:before {
  content: "\f6df";
}

.fa-flashlight:before {
  content: "\f8b8";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flask-poison:before {
  content: "\f6e0";
}

.fa-flask-potion:before {
  content: "\f6e1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flower:before {
  content: "\f7ff";
}

.fa-flower-daffodil:before {
  content: "\f800";
}

.fa-flower-tulip:before {
  content: "\f801";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-flute:before {
  content: "\f8b9";
}

.fa-flux-capacitor:before {
  content: "\f8ba";
}

.fa-fly:before {
  content: "\f417";
}

.fa-fog:before {
  content: "\f74e";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-folder-times:before {
  content: "\f65f";
}

.fa-folder-tree:before {
  content: "\f802";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "\f660";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-font-case:before {
  content: "\f866";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-football-helmet:before {
  content: "\f44f";
}

.fa-forklift:before {
  content: "\f47a";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-fragile:before {
  content: "\f4bb";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-french-fries:before {
  content: "\f803";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frosty-head:before {
  content: "\f79b";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-function:before {
  content: "\f661";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "\f867";
}

.fa-game-board-alt:before {
  content: "\f868";
}

.fa-game-console-handheld:before {
  content: "\f8bb";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gamepad-alt:before {
  content: "\f8bc";
}

.fa-garage:before {
  content: "契";
}

.fa-garage-car:before {
  content: "金";
}

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gas-pump-slash:before {
  content: "\f5f4";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gift-card:before {
  content: "\f663";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-gingerbread-man:before {
  content: "\f79d";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass:before {
  content: "\f804";
}

.fa-glass-champagne:before {
  content: "\f79e";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-citrus:before {
  content: "\f869";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glass-whiskey-rocks:before {
  content: "\f7a1";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glasses-alt:before {
  content: "\f5f5";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-globe-snow:before {
  content: "\f7a3";
}

.fa-globe-stand:before {
  content: "\f5f6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-golf-club:before {
  content: "\f451";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gramophone:before {
  content: "\f8bd";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-guitar-electric:before {
  content: "\f8be";
}

.fa-guitars:before {
  content: "\f8bf";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-h1:before {
  content: "\f313";
}

.fa-h2:before {
  content: "\f314";
}

.fa-h3:before {
  content: "\f315";
}

.fa-h4:before {
  content: "\f86a";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hammer-war:before {
  content: "\f6e4";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-heart:before {
  content: "\f4bc";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-box:before {
  content: "\f47b";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-magic:before {
  content: "\f6e5";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-seedling:before {
  content: "\f4bf";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-receiving:before {
  content: "\f47c";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-heart:before {
  content: "\f4c3";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-usd:before {
  content: "\f4c5";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt:before {
  content: "\f4c6";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-chef:before {
  content: "\f86b";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-santa:before {
  content: "\f7a7";
}

.fa-hat-winter:before {
  content: "\f7a8";
}

.fa-hat-witch:before {
  content: "\f6e7";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side:before {
  content: "\f6e9";
}

.fa-head-side-brain:before {
  content: "\f808";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-headphones:before {
  content: "\f8c2";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-medical:before {
  content: "\f809";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-head-vr:before {
  content: "\f6ea";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heart-circle:before {
  content: "\f4c7";
}

.fa-heart-rate:before {
  content: "\f5f8";
}

.fa-heart-square:before {
  content: "\f4c8";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-helmet-battle:before {
  content: "\f6eb";
}

.fa-hexagon:before {
  content: "\f312";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-mask:before {
  content: "\f6ee";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-hockey-sticks:before {
  content: "\f454";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-home-alt:before {
  content: "\f80a";
}

.fa-home-heart:before {
  content: "\f4c9";
}

.fa-home-lg:before {
  content: "\f80b";
}

.fa-home-lg-alt:before {
  content: "\f80c";
}

.fa-hood-cloak:before {
  content: "\f6ef";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-horizontal-rule:before {
  content: "\f86c";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-horse-saddle:before {
  content: "\f8c3";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hospitals:before {
  content: "\f80e";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "\f74f";
}

.fa-house-leave:before {
  content: "羅";
}

.fa-house-night:before {
  content: "蘿";
}

.fa-house-return:before {
  content: "螺";
}

.fa-house-signal:before {
  content: "裸";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-humidity:before {
  content: "\f750";
}

.fa-hurricane:before {
  content: "\f751";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-ice-skate:before {
  content: "\f7ac";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-icons-alt:before {
  content: "\f86e";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-image-polaroid:before {
  content: "\f8c4";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-inbox-in:before {
  content: "\f310";
}

.fa-inbox-out:before {
  content: "\f311";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-industry-alt:before {
  content: "\f3b3";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-info-square:before {
  content: "\f30f";
}

.fa-inhaler:before {
  content: "\f5f9";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "\f667";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-intersection:before {
  content: "\f668";
}

.fa-inventory:before {
  content: "\f480";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-island-tropical:before {
  content: "\f811";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jack-o-lantern:before {
  content: "\f30e";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-joystick:before {
  content: "\f8c5";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-jug:before {
  content: "\f8c6";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-kazoo:before {
  content: "\f8c7";
}

.fa-kerning:before {
  content: "\f86f";
}

.fa-key:before {
  content: "\f084";
}

.fa-key-skeleton:before {
  content: "\f6f3";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-keynote:before {
  content: "\f66c";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kidneys:before {
  content: "\f5fb";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kite:before {
  content: "\f6f4";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-knife-kitchen:before {
  content: "\f6f5";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-lambda:before {
  content: "\f66e";
}

.fa-lamp:before {
  content: "\f4ca";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-landmark-alt:before {
  content: "\f752";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lasso:before {
  content: "\f8c8";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-layer-minus:before {
  content: "\f5fe";
}

.fa-layer-plus:before {
  content: "\f5ff";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leaf-heart:before {
  content: "\f4cb";
}

.fa-leaf-maple:before {
  content: "\f6f6";
}

.fa-leaf-oak:before {
  content: "\f6f7";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-light-ceiling:before {
  content: "烙";
}

.fa-light-switch:before {
  content: "珞";
}

.fa-light-switch-off:before {
  content: "落";
}

.fa-light-switch-on:before {
  content: "酪";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-lightbulb-dollar:before {
  content: "\f670";
}

.fa-lightbulb-exclamation:before {
  content: "\f671";
}

.fa-lightbulb-on:before {
  content: "\f672";
}

.fa-lightbulb-slash:before {
  content: "\f673";
}

.fa-lights-holiday:before {
  content: "\f7b2";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-line-columns:before {
  content: "\f870";
}

.fa-line-height:before {
  content: "\f871";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lips:before {
  content: "\f600";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-music:before {
  content: "\f8c9";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location:before {
  content: "\f601";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-location-circle:before {
  content: "\f602";
}

.fa-location-slash:before {
  content: "\f603";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-alt:before {
  content: "\f30d";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-lock-open-alt:before {
  content: "\f3c2";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-loveseat:before {
  content: "\f4cc";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luchador:before {
  content: "\f455";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-mace:before {
  content: "\f6f8";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailbox:before {
  content: "\f813";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-mandolin:before {
  content: "\f6f9";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-marker-alt-slash:before {
  content: "\f605";
}

.fa-map-marker-check:before {
  content: "\f606";
}

.fa-map-marker-edit:before {
  content: "\f607";
}

.fa-map-marker-exclamation:before {
  content: "\f608";
}

.fa-map-marker-minus:before {
  content: "\f609";
}

.fa-map-marker-plus:before {
  content: "\f60a";
}

.fa-map-marker-question:before {
  content: "\f60b";
}

.fa-map-marker-slash:before {
  content: "\f60c";
}

.fa-map-marker-smile:before {
  content: "\f60d";
}

.fa-map-marker-times:before {
  content: "\f60e";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-meat:before {
  content: "\f814";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaphone:before {
  content: "\f675";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microphone-stand:before {
  content: "\f8cb";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "\f677";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-hexagon:before {
  content: "\f307";
}

.fa-minus-octagon:before {
  content: "\f308";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mistletoe:before {
  content: "\f7b4";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-mobile-android:before {
  content: "\f3ce";
}

.fa-mobile-android-alt:before {
  content: "\f3cf";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-money-check-edit:before {
  content: "\f872";
}

.fa-money-check-edit-alt:before {
  content: "\f873";
}

.fa-monitor-heart-rate:before {
  content: "\f611";
}

.fa-monkey:before {
  content: "\f6fb";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-moon-cloud:before {
  content: "\f754";
}

.fa-moon-stars:before {
  content: "\f755";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mountains:before {
  content: "\f6fd";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-alt:before {
  content: "\f8cd";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mp3-player:before {
  content: "\f8ce";
}

.fa-mug:before {
  content: "\f874";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-mug-marshmallows:before {
  content: "\f7b7";
}

.fa-mug-tea:before {
  content: "\f875";
}

.fa-music:before {
  content: "\f001";
}

.fa-music-alt:before {
  content: "\f8cf";
}

.fa-music-alt-slash:before {
  content: "\f8d0";
}

.fa-music-slash:before {
  content: "\f8d1";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-narwhal:before {
  content: "\f6fe";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octagon:before {
  content: "\f306";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-oil-temp:before {
  content: "\f614";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-omega:before {
  content: "\f67a";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-ornament:before {
  content: "\f7b8";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "\f876";
}

.fa-page-break:before {
  content: "\f877";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-brush-alt:before {
  content: "\f5a9";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-pallet-alt:before {
  content: "\f483";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paragraph-rtl:before {
  content: "\f878";
}

.fa-parking:before {
  content: "\f540";
}

.fa-parking-circle:before {
  content: "\f615";
}

.fa-parking-circle-slash:before {
  content: "\f616";
}

.fa-parking-slash:before {
  content: "\f617";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paw-alt:before {
  content: "\f701";
}

.fa-paw-claws:before {
  content: "\f702";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pegasus:before {
  content: "\f703";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-paintbrush:before {
  content: "\f618";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-pennant:before {
  content: "\f456";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-person-carry:before {
  content: "\f4cf";
}

.fa-person-dolly:before {
  content: "\f4d0";
}

.fa-person-dolly-empty:before {
  content: "\f4d1";
}

.fa-person-sign:before {
  content: "\f757";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-laptop:before {
  content: "\f87a";
}

.fa-phone-office:before {
  content: "\f67d";
}

.fa-phone-plus:before {
  content: "\f4d2";
}

.fa-phone-rotary:before {
  content: "\f8d3";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pi:before {
  content: "\f67e";
}

.fa-piano:before {
  content: "\f8d4";
}

.fa-piano-keyboard:before {
  content: "\f8d5";
}

.fa-pie:before {
  content: "\f705";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-pig:before {
  content: "\f706";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza:before {
  content: "\f817";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-alt:before {
  content: "\f3de";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-hexagon:before {
  content: "\f300";
}

.fa-plus-octagon:before {
  content: "\f301";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-podium:before {
  content: "\f680";
}

.fa-podium-star:before {
  content: "\f758";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poll-people:before {
  content: "\f759";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-popcorn:before {
  content: "\f819";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-presentation:before {
  content: "\f685";
}

.fa-print:before {
  content: "\f02f";
}

.fa-print-search:before {
  content: "\f81a";
}

.fa-print-slash:before {
  content: "\f686";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-projector:before {
  content: "\f8d6";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pumpkin:before {
  content: "\f707";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-question-square:before {
  content: "\f2fd";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-rabbit:before {
  content: "\f708";
}

.fa-rabbit-fast:before {
  content: "\f709";
}

.fa-racquet:before {
  content: "\f45a";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-radio:before {
  content: "\f8d7";
}

.fa-radio-alt:before {
  content: "\f8d8";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-raindrops:before {
  content: "\f75c";
}

.fa-ram:before {
  content: "\f70a";
}

.fa-ramp-loading:before {
  content: "\f4d4";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-raygun:before {
  content: "拉";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-rectangle-landscape:before {
  content: "\f2fa";
}

.fa-rectangle-portrait:before {
  content: "\f2fb";
}

.fa-rectangle-wide:before {
  content: "\f2fc";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-repeat:before {
  content: "\f363";
}

.fa-repeat-1:before {
  content: "\f365";
}

.fa-repeat-1-alt:before {
  content: "\f366";
}

.fa-repeat-alt:before {
  content: "\f364";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-retweet-alt:before {
  content: "\f361";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-rings-wedding:before {
  content: "\f81b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocket-launch:before {
  content: "蠟";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-route-highway:before {
  content: "\f61a";
}

.fa-route-interstate:before {
  content: "\f61b";
}

.fa-router:before {
  content: "\f8da";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-triangle:before {
  content: "\f61c";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rv:before {
  content: "\f7be";
}

.fa-sack:before {
  content: "\f81c";
}

.fa-sack-dollar:before {
  content: "\f81d";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salad:before {
  content: "\f81e";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sandwich:before {
  content: "\f81f";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-sausage:before {
  content: "\f820";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-sax-hot:before {
  content: "\f8db";
}

.fa-saxophone:before {
  content: "\f8dc";
}

.fa-scalpel:before {
  content: "\f61d";
}

.fa-scalpel-path:before {
  content: "\f61e";
}

.fa-scanner:before {
  content: "\f488";
}

.fa-scanner-image:before {
  content: "\f8f3";
}

.fa-scanner-keyboard:before {
  content: "\f489";
}

.fa-scanner-touchscreen:before {
  content: "\f48a";
}

.fa-scarecrow:before {
  content: "\f70d";
}

.fa-scarf:before {
  content: "\f7c1";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-scroll-old:before {
  content: "\f70f";
}

.fa-scrubber:before {
  content: "\f2f8";
}

.fa-scythe:before {
  content: "\f710";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-send-back:before {
  content: "\f87e";
}

.fa-send-backward:before {
  content: "\f87f";
}

.fa-sensor:before {
  content: "廊";
}

.fa-sensor-alert:before {
  content: "朗";
}

.fa-sensor-fire:before {
  content: "浪";
}

.fa-sensor-on:before {
  content: "狼";
}

.fa-sensor-smoke:before {
  content: "郎";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-all:before {
  content: "\f367";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-sheep:before {
  content: "\f711";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield:before {
  content: "\f132";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-check:before {
  content: "\f2f7";
}

.fa-shield-cross:before {
  content: "\f712";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shipping-timed:before {
  content: "\f48c";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shish-kebab:before {
  content: "\f821";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shovel:before {
  content: "\f713";
}

.fa-shovel-snow:before {
  content: "\f7c3";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shredder:before {
  content: "\f68a";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-shuttlecock:before {
  content: "\f45b";
}

.fa-sickle:before {
  content: "\f822";
}

.fa-sigma:before {
  content: "\f68b";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signal-1:before {
  content: "\f68c";
}

.fa-signal-2:before {
  content: "\f68d";
}

.fa-signal-3:before {
  content: "\f68e";
}

.fa-signal-4:before {
  content: "\f68f";
}

.fa-signal-alt:before {
  content: "\f690";
}

.fa-signal-alt-1:before {
  content: "\f691";
}

.fa-signal-alt-2:before {
  content: "\f692";
}

.fa-signal-alt-3:before {
  content: "\f693";
}

.fa-signal-alt-slash:before {
  content: "\f694";
}

.fa-signal-slash:before {
  content: "\f695";
}

.fa-signal-stream:before {
  content: "\f8dd";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "省";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-skeleton:before {
  content: "\f620";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-ski-jump:before {
  content: "\f7c7";
}

.fa-ski-lift:before {
  content: "\f7c8";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-cow:before {
  content: "\f8de";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sledding:before {
  content: "\f7cb";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-sliders-h-square:before {
  content: "\f3f0";
}

.fa-sliders-v:before {
  content: "\f3f1";
}

.fa-sliders-v-square:before {
  content: "\f3f2";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-plus:before {
  content: "\f5b9";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoke:before {
  content: "\f760";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snake:before {
  content: "\f716";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snooze:before {
  content: "\f880";
}

.fa-snow-blowing:before {
  content: "\f761";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowflakes:before {
  content: "\f7cf";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowmobile:before {
  content: "\f7d1";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-alt:before {
  content: "\f883";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-shapes-down:before {
  content: "\f888";
}

.fa-sort-shapes-down-alt:before {
  content: "\f889";
}

.fa-sort-shapes-up:before {
  content: "\f88a";
}

.fa-sort-shapes-up-alt:before {
  content: "\f88b";
}

.fa-sort-size-down:before {
  content: "\f88c";
}

.fa-sort-size-down-alt:before {
  content: "\f88d";
}

.fa-sort-size-up:before {
  content: "\f88e";
}

.fa-sort-size-up-alt:before {
  content: "\f88f";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-soup:before {
  content: "\f823";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "\f2f4";
}

.fa-sparkles:before {
  content: "\f890";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker:before {
  content: "\f8df";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-speakers:before {
  content: "\f8e0";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spider-black-widow:before {
  content: "\f718";
}

.fa-spider-web:before {
  content: "\f719";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spinner-third:before {
  content: "\f3f4";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root:before {
  content: "\f697";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-squirrel:before {
  content: "\f71a";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staff:before {
  content: "\f71b";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-christmas:before {
  content: "\f7d4";
}

.fa-star-exclamation:before {
  content: "\f2f3";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "\f762";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steak:before {
  content: "\f824";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-steering-wheel:before {
  content: "\f622";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stocking:before {
  content: "\f7d5";
}

.fa-stomach:before {
  content: "\f623";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-stretcher:before {
  content: "\f825";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-sun-cloud:before {
  content: "\f763";
}

.fa-sun-dust:before {
  content: "\f764";
}

.fa-sun-haze:before {
  content: "\f765";
}

.fa-sunglasses:before {
  content: "\f892";
}

.fa-sunrise:before {
  content: "\f766";
}

.fa-sunset:before {
  content: "\f767";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-sword:before {
  content: "\f71c";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "\f71d";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablet-android:before {
  content: "\f3fb";
}

.fa-tablet-android-alt:before {
  content: "\f3fc";
}

.fa-tablet-rugged:before {
  content: "\f48f";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer:before {
  content: "\f0e4";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tachometer-alt-average:before {
  content: "\f624";
}

.fa-tachometer-alt-fast:before {
  content: "\f625";
}

.fa-tachometer-alt-fastest:before {
  content: "\f626";
}

.fa-tachometer-alt-slow:before {
  content: "\f627";
}

.fa-tachometer-alt-slowest:before {
  content: "\f628";
}

.fa-tachometer-average:before {
  content: "\f629";
}

.fa-tachometer-fast:before {
  content: "\f62a";
}

.fa-tachometer-fastest:before {
  content: "\f62b";
}

.fa-tachometer-slow:before {
  content: "\f62c";
}

.fa-tachometer-slowest:before {
  content: "\f62d";
}

.fa-taco:before {
  content: "\f826";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tally:before {
  content: "\f69c";
}

.fa-tanakh:before {
  content: "\f827";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-tasks-alt:before {
  content: "\f828";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "\f768";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-hot:before {
  content: "\f76a";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-tennis-ball:before {
  content: "\f45e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text:before {
  content: "\f893";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-size:before {
  content: "\f894";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-theta:before {
  content: "\f69e";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-thunderstorm:before {
  content: "\f76c";
}

.fa-thunderstorm-moon:before {
  content: "\f76d";
}

.fa-thunderstorm-sun:before {
  content: "\f76e";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tilde:before {
  content: "\f69f";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-times-hexagon:before {
  content: "\f2ee";
}

.fa-times-octagon:before {
  content: "\f2f0";
}

.fa-times-square:before {
  content: "\f2d3";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tire:before {
  content: "\f631";
}

.fa-tire-flat:before {
  content: "\f632";
}

.fa-tire-pressure-warning:before {
  content: "\f633";
}

.fa-tire-rugged:before {
  content: "\f634";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-alt:before {
  content: "\f71f";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-tombstone:before {
  content: "\f720";
}

.fa-tombstone-alt:before {
  content: "\f721";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-toothbrush:before {
  content: "\f635";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tornado:before {
  content: "\f76f";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-cone:before {
  content: "\f636";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-traffic-light-go:before {
  content: "\f638";
}

.fa-traffic-light-slow:before {
  content: "\f639";
}

.fa-traffic-light-stop:before {
  content: "\f63a";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-transporter:before {
  content: "壟";
}

.fa-transporter-1:before {
  content: "弄";
}

.fa-transporter-2:before {
  content: "籠";
}

.fa-transporter-3:before {
  content: "聾";
}

.fa-transporter-empty:before {
  content: "牢";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-trash-undo:before {
  content: "\f895";
}

.fa-trash-undo-alt:before {
  content: "\f896";
}

.fa-treasure-chest:before {
  content: "\f723";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-tree-alt:before {
  content: "\f400";
}

.fa-tree-christmas:before {
  content: "\f7db";
}

.fa-tree-decorated:before {
  content: "\f7dc";
}

.fa-tree-large:before {
  content: "\f7dd";
}

.fa-tree-palm:before {
  content: "\f82b";
}

.fa-trees:before {
  content: "\f724";
}

.fa-trello:before {
  content: "\f181";
}

.fa-triangle:before {
  content: "\f2ec";
}

.fa-triangle-music:before {
  content: "\f8e2";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-trophy-alt:before {
  content: "\f2eb";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-container:before {
  content: "\f4dc";
}

.fa-truck-couch:before {
  content: "\f4dd";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-truck-plow:before {
  content: "\f7de";
}

.fa-truck-ramp:before {
  content: "\f4e0";
}

.fa-trumpet:before {
  content: "\f8e3";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-turkey:before {
  content: "\f725";
}

.fa-turntable:before {
  content: "\f8e4";
}

.fa-turtle:before {
  content: "\f726";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-tv-alt:before {
  content: "\f8e5";
}

.fa-tv-music:before {
  content: "\f8e6";
}

.fa-tv-retro:before {
  content: "\f401";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typewriter:before {
  content: "\f8e7";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-unicorn:before {
  content: "\f727";
}

.fa-union:before {
  content: "\f6a2";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usb-drive:before {
  content: "\f8e9";
}

.fa-usd-circle:before {
  content: "\f2e8";
}

.fa-usd-square:before {
  content: "\f2e9";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-chart:before {
  content: "\f6a3";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-cowboy:before {
  content: "\f8ea";
}

.fa-user-crown:before {
  content: "\f6a4";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-hard-hat:before {
  content: "\f82c";
}

.fa-user-headset:before {
  content: "\f82d";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-md-chat:before {
  content: "\f82e";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-music:before {
  content: "\f8eb";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-class:before {
  content: "\f63d";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-crown:before {
  content: "\f6a5";
}

.fa-users-medical:before {
  content: "\f830";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-fork:before {
  content: "\f2e3";
}

.fa-utensil-knife:before {
  content: "\f2e4";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-utensils-alt:before {
  content: "\f2e6";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "\f6a6";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vhs:before {
  content: "\f8ec";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-plus:before {
  content: "\f4e1";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-violin:before {
  content: "\f8ed";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volcano:before {
  content: "\f770";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume:before {
  content: "\f6a8";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-slash:before {
  content: "\f2e2";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-nay:before {
  content: "\f771";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-wagon-covered:before {
  content: "\f8ee";
}

.fa-walker:before {
  content: "\f831";
}

.fa-walkie-talkie:before {
  content: "\f8ef";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-wand:before {
  content: "\f72a";
}

.fa-wand-magic:before {
  content: "\f72b";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-warehouse-alt:before {
  content: "\f495";
}

.fa-washer:before {
  content: "\f898";
}

.fa-watch:before {
  content: "\f2e1";
}

.fa-watch-calculator:before {
  content: "\f8f0";
}

.fa-watch-fitness:before {
  content: "\f63e";
}

.fa-water:before {
  content: "\f773";
}

.fa-water-lower:before {
  content: "\f774";
}

.fa-water-rise:before {
  content: "\f775";
}

.fa-wave-sine:before {
  content: "\f899";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-wave-triangle:before {
  content: "\f89a";
}

.fa-waveform:before {
  content: "\f8f1";
}

.fa-waveform-path:before {
  content: "\f8f2";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-webcam:before {
  content: "\f832";
}

.fa-webcam-slash:before {
  content: "\f833";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whale:before {
  content: "\f72c";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheat:before {
  content: "\f72d";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whistle:before {
  content: "\f460";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wifi-1:before {
  content: "\f6aa";
}

.fa-wifi-2:before {
  content: "\f6ab";
}

.fa-wifi-slash:before {
  content: "\f6ac";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-wind-turbine:before {
  content: "\f89b";
}

.fa-wind-warning:before {
  content: "\f776";
}

.fa-window:before {
  content: "\f40e";
}

.fa-window-alt:before {
  content: "\f40f";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-windsock:before {
  content: "\f777";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wreath:before {
  content: "\f7e2";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("../vendor/font-awesome-pro/webfonts/fa-light-300.eot");
  src: url("../vendor/font-awesome-pro/webfonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../vendor/font-awesome-pro/webfonts/fa-light-300.woff2") format("woff2"), url("../vendor/font-awesome-pro/webfonts/fa-light-300.woff") format("woff"), url("../vendor/font-awesome-pro/webfonts/fa-light-300.ttf") format("truetype"), url("../vendor/font-awesome-pro/webfonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal, .Tag:before, .RemoveFilter:before, .SpinnerButtonInc:before, .SpinnerButtonDec:before, .flickity-prev-next-button.previous:before, .flickity-button:before, #LiveSearch #SearchForm #SearchButton:before, .CheckboxGroup.Active .GroupHeading:after, .GroupHeading:after, .ProductDescription h3.Active:after, .ProductDescription table caption.Active:after, table .ProductDescription caption.Active:after, .ProductDescription h3:after, .ProductDescription table caption:after, table .ProductDescription caption:after, .MiniListColBuy .ListProductFollow .Button:before, .MiniListColBuy .ListProductFollow form button:before, form .MiniListColBuy .ListProductFollow button:before, .MiniListColBuy button:before,
.MiniListColBuy .Button:before,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a:before,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a:before,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .AdText :last-child a:before,
.AdText :last-child .MiniListColBuy a:before,
.MiniListColBuy #OrderDocuments a:before,
#OrderDocuments .MiniListColBuy a:before, .ListProductCategoryLink a:after, .Pagination .NextPageLink > a:before,
.Pagination .NextPageLink.DisabledPageLink:before, .Pagination .PreviousPageLink > a:before,
.Pagination .PreviousPageLink.DisabledPageLink:before, #OrderDocuments .PDF-invoice:before, .UtilityNavigation > ul > li > a[href="/account/"]:before, .NavigationList .CategoryID-94 > a:before, .NavigationList .CategoryID-358 > a:before, .NavigationList .CategoryID-234 > a:before, .NavigationList .CategoryID-14 > a:before, .NavigationList .CategoryID-15 > a:before, .NavigationList .CategoryID-9 > a:before, .NavigationList .CategoryID-10 > a:before, .NavigationList .CategoryID-29 > a:before, .NavigationList .CategoryID-32 > a:before, .NavigationList .CategoryID-131 > a:before, .NavigationList .CategoryID-52 > a:before, .NavigationList .CategoryID-146 > a:before, .NavigationList .CategoryID-159 > a:before, .NavigationList .CategoryID-255 > a:before, .NavigationList .CategoryID-303 > a:before, .NavigationList .CategoryID-121 > a:before, .NavigationList .CategoryID-295 > a:before, .TargetGroups:before, .DrawerMainNavigation > ul > li.CategoryID-294 > a:before, .DrawerMainNavigation > ul > li.CategoryID-293 > a:before, .SideCategories > ul > li > a:before, .MainNavigation li .HasSubCategories > a:after, .MainNavigation .HasSubCategories > a:after, .UtilityNavigation > ul > li.HasSubPages > a:before, .UtilityNavigation > ul > li:last-child:before, .UtilityNavigation > ul > li:first-child:before, .NavigationExpander.Open:before, .NavigationExpander:before, .mfp-wrap .mfp-close:after, .fa, .LoaderSpinner:before, .FilterTags .RemoveFilter:before, .FilterGroupName:after, .DrawerClose:before, .CategoryHeaderLink:after, .MiniCartProduct .ProductRemove span:before, .FullCartProduct .ProductRemove:before, .Breadcrumb ul li:before, [data-accordiontitle].Active:after,
.CategoryDescription > h3.Active:after,
table .CategoryDescription > caption.Active:after, [data-accordiontitle]:after, #InfoPage > h3:after, table #InfoPage > caption:after,
.PrivacyPage #InfoPage > h3:after,
.CategoryDescription > h3:after,
table .CategoryDescription > caption:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../vendor/font-awesome-pro/webfonts/fa-brands-400.eot");
  src: url("../vendor/font-awesome-pro/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../vendor/font-awesome-pro/webfonts/fa-brands-400.woff2") format("woff2"), url("../vendor/font-awesome-pro/webfonts/fa-brands-400.woff") format("woff"), url("../vendor/font-awesome-pro/webfonts/fa-brands-400.ttf") format("truetype"), url("../vendor/font-awesome-pro/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab, .SomeButtonsNavigation a[href*=youtube]:before, .SomeButtonsNavigation a[href*=twitter]:before, .SomeButtonsNavigation a[href*=instagram]:before, .SomeButtonsNavigation a[href*=facebook]:before, .ExtShareButton.Twitter > .ExtShareButtonText:before, .ExtShareButton.LinkedIn > .ExtShareButtonText:before, .ExtShareButton.GooglePlus > .ExtShareButtonText:before, .ExtShareButton.Facebook > .ExtShareButtonText:before {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.SearchFilter, #CurrentProductImage, .SimpleNavigation, .ProductListFilters, .MiniCart-Checkout, .Breadcrumb, .Banners-Blocks, .Banner-Side, .Banner-Body, .Notification, .OfferText, #OrderStatus, .CartCampaignHighlight, .GroupErrorMessage,
.FormNotification, .GroupLabel, figure, h1, .ProductDescription h3, .ProductDescription table caption, table .ProductDescription caption, .BrandsList li:before, h2, .ProductCardPrices, .LogoLink, h3, table caption, h4, .GridBlockInfoContainer h1, .GridBlockInfoContainer h2, .GridBlockInfoContainer .ProductCardPrices, .GridBlockInfoContainer .LogoLink, .GridBlockInfoContainer h3, .GridBlockInfoContainer table caption, table .GridBlockInfoContainer caption, .GridBlockInfoContainer h4, .GridBlockInfoContainer h5, .GridBlockInfoContainer .SearchFilterTitle, .GridBlockInfoContainer h6, h5, .SearchFilterTitle, #OrderProductsTable .ProductName, h6, p, form, table,
hr, dl, ol, ul {
  margin: 0 0 2rem;
}

html {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

input[type=search] {
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

fieldset {
  border: 0;
  padding: 0;
}

fieldset > :last-child {
  margin-bottom: 0;
}

a, button {
  cursor: pointer;
}

[disabled] {
  opacity: 0.5;
}

select::-ms-expand, .FilterGroupName::-ms-expand {
  display: none;
}

body {
  --background-color: var(--color-footer-bg);
  margin: 0;
}

audio, canvas, img, progress, video {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  box-shadow: 0 2px 4px var(--black-25);
  max-width: 100%;
}

a {
  color: var(--link);
  transition-duration: var(--transition-fast);
}
a:hover {
  color: var(--link-hover);
}
a:active {
  color: var(--link-active);
}

#InfoPage,
#News,
.Banner,
.BrandDescription,
.CampaignDescription,
.CategoryDescription,
.ProductDescription {
  --link: var(--color-accent-2);
}
#InfoPage:hover,
#News:hover,
.Banner:hover,
.BrandDescription:hover,
.CampaignDescription:hover,
.CategoryDescription:hover,
.ProductDescription:hover {
  --link-hover: var(--color);
}
#InfoPage ul:not(.NavigationList),
#News ul:not(.NavigationList),
.Banner ul:not(.NavigationList),
.BrandDescription ul:not(.NavigationList),
.CampaignDescription ul:not(.NavigationList),
.CategoryDescription ul:not(.NavigationList),
.ProductDescription ul:not(.NavigationList) {
  list-style-position: outside;
  padding: 0 0 0 2rem;
}

ul, ol {
  list-style-position: inside;
  padding: 0;
}

dl dt {
  font-weight: bold;
  margin-top: 10px;
}

dl dt:first-child {
  margin-top: 0;
}

dl dd {
  margin-left: 0;
}

.CompactDl dt, #OrderStatus dt {
  display: inline;
  font-weight: 600;
  margin: 0;
}

.CompactDl dt:first-child, #OrderStatus dt:first-child {
  margin-top: 0;
}

.CompactDl dd, #OrderStatus dd {
  display: inline;
  margin: 0 0 0 5px;
}

.CompactDl dd + dt:before, #OrderStatus dd + dt:before {
  clear: both;
  content: "";
  display: block;
  height: 5px;
}

table {
  --background-color: var(--color-base-4);
  background-color: var(--color-base-1);
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table caption {
  text-align: left;
}

table th,
table td {
  border-bottom: 1px solid var(--border-color);
  padding: 1rem 1.5rem;
  vertical-align: top;
}

table th > :last-child,
table td > :last-child {
  margin-bottom: 0;
}

table tbody tr:nth-child(even) {
  background-color: var(--background-color);
}

hr {
  background-color: var(--border-color);
  border: 0;
  display: block;
  height: 1px;
  margin: var(--large-margin) 0;
}

html {
  font-size: var(--document-font-size);
}

body {
  color: var(--color);
  font: var(--font-size)/var(--line-height) var(--font-family);
  font-weight: 300;
}

button, input, select, .FilterGroupName, textarea {
  color: inherit;
  font: inherit;
}

blockquote {
  font-style: italic;
  margin-left: 0;
  padding-left: 1.5rem;
}

strong {
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  :root {
    --document-font-size: 58.03575%; /* 12px */
  }
}
h5, .SearchFilterTitle, #OrderProductsTable .ProductName, .H5,
h6, .H6, h4, .GridBlockInfoContainer h1, .GridBlockInfoContainer h2, .GridBlockInfoContainer .ProductCardPrices, .GridBlockInfoContainer .LogoLink, .GridBlockInfoContainer h3, .GridBlockInfoContainer table caption, table .GridBlockInfoContainer caption, .GridBlockInfoContainer h4, .GridBlockInfoContainer h5, .GridBlockInfoContainer .SearchFilterTitle, .GridBlockInfoContainer h6, .H4, h3, table caption, .H3, h2, .ProductCardPrices, .LogoLink, .H2, h1, .ProductDescription h3, .ProductDescription table caption, table .ProductDescription caption, .BrandsList li:before, .H1 {
  font-family: var(--font-family-headings);
  font-weight: 500;
  line-height: 1.25;
  margin: 2rem 0;
}
h5:first-child, .SearchFilterTitle:first-child, #OrderProductsTable .ProductName:first-child, .H5:first-child,
h6:first-child, .H6:first-child, h4:first-child, .H4:first-child, h3:first-child, table caption:first-child, .H3:first-child, h2:first-child, .ProductCardPrices:first-child, .LogoLink:first-child, .H2:first-child, h1:first-child, .BrandsList li:first-child:before, .H1:first-child {
  margin-top: 0;
}

h1, .ProductDescription h3, .ProductDescription table caption, table .ProductDescription caption, .BrandsList li:before, .H1 {
  font-size: calc(var(--font-size) * 1.75);
}

h2, .ProductCardPrices, .LogoLink, .H2 {
  font-size: calc(var(--font-size) * 1.5);
}

h3, table caption, .H3 {
  font-size: calc(var(--font-size) * 1.25);
}

h4, .GridBlockInfoContainer h1, .GridBlockInfoContainer .BrandsList li:before, .BrandsList .GridBlockInfoContainer li:before, .GridBlockInfoContainer h2, .GridBlockInfoContainer .ProductCardPrices, .GridBlockInfoContainer .LogoLink, .GridBlockInfoContainer h3, .GridBlockInfoContainer table caption, table .GridBlockInfoContainer caption, .GridBlockInfoContainer h4, .GridBlockInfoContainer h5, .GridBlockInfoContainer .SearchFilterTitle, .GridBlockInfoContainer #OrderProductsTable .ProductName, #OrderProductsTable .GridBlockInfoContainer .ProductName, .GridBlockInfoContainer h6, .H4 {
  font-size: calc(var(--font-size) * 1.125);
}

h5, .SearchFilterTitle, #OrderProductsTable .ProductName, .H5,
h6, .H6 {
  font-size: var(--font-size);
}

.ContentTitle, .FooterItems .FooterItem h2, .FooterItems .FooterItem .ProductCardPrices, .FooterItems .FooterItem .LogoLink, .BrandLogoPlaceholder a {
  font-weight: 500;
  text-transform: uppercase;
}

.FooterItems .FooterItem h2, .FooterItems .FooterItem .ProductCardPrices, .FooterItems .FooterItem .LogoLink, .BrandLogoPlaceholder a {
  font-size: var(--font-size);
}

.ContentTitle {
  font-size: var(--font-size-large);
}

.TextArea-Narrow {
  max-width: 1000px;
  margin: 0 auto;
}

.TextArea-Centered {
  margin-left: auto;
  margin-right: auto;
}

.Text-Left {
  text-align: left;
}

.Text-Center {
  text-align: center;
}

.Text-Right {
  text-align: right;
}

.Text-Small {
  font-size: var(--font-size-small);
}

.Text-Large {
  font-size: var(--font-size-large);
}

.Text-Accent {
  color: var(--color-accent-2);
}

.Text-Truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.Button, #OrderDocuments a, .AdText :last-child a, .Banner-Feature .BannerText > :last-child > a, .Banner-Wide .BannerText > :last-child > a, form button {
  --background-color: var(--color-base-1);
  --border-color: var(--color-input-border);
  --line-height: 1;
  --link-hover: var(--color);
  --link-active: var(--color);
  --button-padding-height: calc(var(--font-size) / 1.454);
  background: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  color: var(--color);
  cursor: pointer;
  display: inline-block;
  height: var(--button-height);
  line-height: 1;
  padding: var(--button-padding-height) 2rem;
  text-align: center;
  text-decoration: none;
  transition-duration: var(--transition-fast);
  vertical-align: middle;
}

.Button:hover, #OrderDocuments a:hover, .AdText :last-child a:hover, .Banner-Feature .BannerText > :last-child > a:hover, .Banner-Wide .BannerText > :last-child > a:hover, form button:hover {
  --background-color: var(--color-base-2);
}

.Button:active, #OrderDocuments a:active, .AdText :last-child a:active, .Banner-Feature .BannerText > :last-child > a:active, .Banner-Wide .BannerText > :last-child > a:active, form button:active,
.Button.Active,
#OrderDocuments a.Active,
.AdText :last-child a.Active,
.Banner-Feature .BannerText > :last-child > a.Active,
.Banner-Wide .BannerText > :last-child > a.Active,
form button.Active {
  --background-color: var(--color-base-2);
  box-shadow: inset 0 1px 2px var(--black-10);
}

.Button-Primary, #OrderDocuments a, .Banner-Feature .BannerText > :last-child > a, .Banner-Wide .BannerText > :last-child > a, #ContactForm button, form:not([action="/search/"]):not(#NewsletterSubscribeForm) [type=submit] {
  --background-color: var(--color-accent-5);
  --border-color: hsl(40, 56%, 50%);
  --border-radius: 3rem;
  --color: var(--color-light);
  --link-hover: var(--color-light);
  --link-active: var(--color-light);
  font-size: 2rem;
  font-weight: bold;
  height: 5rem;
}

/*.Button-Primary {
	--background-color: var(--color-accent-2);
	--border-color: var(--color-accent-2);
	--color: var(--color-light);
	--link-hover: var(--color-light);
	--link-active: var(--color-light);
	font-weight: bold;
	text-transform: uppercase;
}*/
.Button-Primary:hover, #OrderDocuments a:hover, .Banner-Feature .BannerText > :last-child > a:hover, .Banner-Wide .BannerText > :last-child > a:hover, #ContactForm button:hover, form:not([action="/search/"]):not(#NewsletterSubscribeForm) [type=submit]:hover {
  --background-color: var(--color-accent-1-darker);
}

.Button-Primary:active, #OrderDocuments a:active, .Banner-Feature .BannerText > :last-child > a:active, .Banner-Wide .BannerText > :last-child > a:active, #ContactForm button:active, form:not([action="/search/"]):not(#NewsletterSubscribeForm) [type=submit]:active,
.Button-Primary.Active,
#OrderDocuments a.Active,
.Banner-Feature .BannerText > :last-child > a.Active,
.Banner-Wide .BannerText > :last-child > a.Active,
#ContactForm button.Active,
form:not([action="/search/"]):not(#NewsletterSubscribeForm) .Active[type=submit] {
  --background-color: var(--color-accent-1-lighter);
}

.Button-Secondary {
  --background-color: var(--color-accent-2);
  --border-color: var(--color-accent-2);
  --color: var(--color-light);
  --link-hover: var(--color-light);
  --link-active: var(--color-light);
  font-weight: bold;
  text-transform: uppercase;
}

.Button-Secondary:hover {
  --background-color: var(--color-accent-2-darker);
}

.Button-Secondary:active,
.Button-Secondary.Active {
  --background-color: var(--color-accent-2-lighter);
}

.Button-Rounded {
  --border-color: var(--color-dark);
  border-radius: 30px;
}

.Button-Big, #LiveSearch #SearchForm #SearchInput, .BuyForm [type=submit], #CheckoutForm .SubmitButton {
  padding: calc(var(--button-padding-height) + 0.5rem) 2rem;
}

.Button-Small, .ListProduct-Compact .ProductAddToCart button,
.ListProduct-Compact .ProductAddToCart .Button,
.ListProduct-Compact .ProductAddToCart .Banner-Wide .BannerText > :last-child > a,
.Banner-Wide .ListProduct-Compact .ProductAddToCart .BannerText > :last-child > a,
.ListProduct-Compact .ProductAddToCart .Banner-Feature .BannerText > :last-child > a,
.Banner-Feature .ListProduct-Compact .ProductAddToCart .BannerText > :last-child > a,
.ListProduct-Compact .ProductAddToCart .AdText :last-child a,
.AdText :last-child .ListProduct-Compact .ProductAddToCart a,
.ListProduct-Compact .ProductAddToCart #OrderDocuments a,
#OrderDocuments .ListProduct-Compact .ProductAddToCart a,
.ListProduct-Compact .ListProductFollow button,
.ListProduct-Compact .ListProductFollow .Button,
.ListProduct-Compact .ListProductFollow .Banner-Wide .BannerText > :last-child > a,
.Banner-Wide .ListProduct-Compact .ListProductFollow .BannerText > :last-child > a,
.ListProduct-Compact .ListProductFollow .Banner-Feature .BannerText > :last-child > a,
.Banner-Feature .ListProduct-Compact .ListProductFollow .BannerText > :last-child > a,
.ListProduct-Compact .ListProductFollow .AdText :last-child a,
.AdText :last-child .ListProduct-Compact .ListProductFollow a,
.ListProduct-Compact .ListProductFollow #OrderDocuments a,
#OrderDocuments .ListProduct-Compact .ListProductFollow a {
  height: calc(var(--button-height) - 1rem);
  padding: calc(var(--button-padding-height) - 0.512rem) 1.5rem;
}

.Button-Block, .ProductCard .BuyForm .AddToCart, .Buttons-Block .Button, .Buttons-Block #OrderDocuments a, #OrderDocuments .Buttons-Block a, .Buttons-Block .AdText :last-child a, .AdText :last-child .Buttons-Block a, .Buttons-Block .Banner-Feature .BannerText > :last-child > a, .Banner-Feature .Buttons-Block .BannerText > :last-child > a, .Buttons-Block .Banner-Wide .BannerText > :last-child > a, .Banner-Wide .Buttons-Block .BannerText > :last-child > a, .Buttons-Block form button, form .Buttons-Block button {
  display: block;
  text-align: center;
  width: 100%;
}

.Buttons-Block .Button + .Button, .Buttons-Block #OrderDocuments a + .Button, #OrderDocuments .Buttons-Block a + .Button, .Buttons-Block #OrderDocuments .Button + a, #OrderDocuments .Buttons-Block .Button + a, .Buttons-Block #OrderDocuments a + a, #OrderDocuments .Buttons-Block a + a, .Buttons-Block .AdText :last-child a + .Button, .AdText :last-child .Buttons-Block a + .Button, .Buttons-Block .AdText :last-child .Button + a, .AdText :last-child .Buttons-Block .Button + a, .Buttons-Block .AdText :last-child a + a, .AdText :last-child .Buttons-Block a + a, .Buttons-Block .Banner-Feature .BannerText > :last-child > a + .Button, .Banner-Feature .Buttons-Block .BannerText > :last-child > a + .Button, .Buttons-Block .Banner-Feature .BannerText > :last-child > .Button + a, .Banner-Feature .Buttons-Block .BannerText > :last-child > .Button + a, .Buttons-Block .Banner-Feature .BannerText > :last-child > a + a, .Banner-Feature .Buttons-Block .BannerText > :last-child > a + a, .Buttons-Block .Banner-Wide .BannerText > :last-child > a + .Button, .Banner-Wide .Buttons-Block .BannerText > :last-child > a + .Button, .Buttons-Block .Banner-Wide .BannerText > :last-child > .Button + a, .Banner-Wide .Buttons-Block .BannerText > :last-child > .Button + a, .Buttons-Block .Banner-Wide .BannerText > :last-child > a + a, .Banner-Wide .Buttons-Block .BannerText > :last-child > a + a, .Buttons-Block form button + .Button, .Buttons-Block form #OrderDocuments button + a, #OrderDocuments .Buttons-Block form button + a, .Buttons-Block form .AdText :last-child button + a, .AdText :last-child .Buttons-Block form button + a, .Buttons-Block form .Banner-Feature .BannerText > :last-child > button + a, .Banner-Feature .Buttons-Block form .BannerText > :last-child > button + a, .Buttons-Block form .Banner-Wide .BannerText > :last-child > button + a, .Banner-Wide .Buttons-Block form .BannerText > :last-child > button + a, form .Buttons-Block button + .Button, form .Buttons-Block #OrderDocuments button + a, #OrderDocuments form .Buttons-Block button + a, form .Buttons-Block .AdText :last-child button + a, .AdText :last-child form .Buttons-Block button + a, form .Buttons-Block .Banner-Feature .BannerText > :last-child > button + a, .Banner-Feature form .Buttons-Block .BannerText > :last-child > button + a, form .Buttons-Block .Banner-Wide .BannerText > :last-child > button + a, .Banner-Wide form .Buttons-Block .BannerText > :last-child > button + a, .Buttons-Block form .Button + button, .Buttons-Block form #OrderDocuments a + button, #OrderDocuments .Buttons-Block form a + button, .Buttons-Block form .AdText :last-child a + button, .AdText :last-child .Buttons-Block form a + button, .Buttons-Block form .Banner-Feature .BannerText > :last-child > a + button, .Banner-Feature .Buttons-Block form .BannerText > :last-child > a + button, .Buttons-Block form .Banner-Wide .BannerText > :last-child > a + button, .Banner-Wide .Buttons-Block form .BannerText > :last-child > a + button, form .Buttons-Block .Button + button, form .Buttons-Block #OrderDocuments a + button, #OrderDocuments form .Buttons-Block a + button, form .Buttons-Block .AdText :last-child a + button, .AdText :last-child form .Buttons-Block a + button, form .Buttons-Block .Banner-Feature .BannerText > :last-child > a + button, .Banner-Feature form .Buttons-Block .BannerText > :last-child > a + button, form .Buttons-Block .Banner-Wide .BannerText > :last-child > a + button, .Banner-Wide form .Buttons-Block .BannerText > :last-child > a + button, .Buttons-Block form button + button, form .Buttons-Block button + button {
  margin-top: 5px;
}

.IconButton {
  border-radius: var(--border-radius);
  display: inline-flex;
  flex-direction: column;
  font-size: var(--font-size);
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition-duration: var(--transition-slow);
  vertical-align: baseline;
}

.IconButton > .fa,
.IconButton:before {
  display: block;
  font-size: 2.5rem;
  margin: 0.5rem 0 !important;
}

.IconButton:active,
.IconButton.Active {
  background-color: var(--color-base-3);
}

.IconCart {
  flex-direction: inherit;
}

.IconCart .CartText {
  font-size: 1.2rem;
  padding: 1.2rem 0 0 1.2rem;
  text-transform: uppercase;
}

@media (max-width: 1270px) {
  .IconCart .CartText {
    display: none;
  }
}
.IconCart i {
  color: var(--color-accent-2);
}

input, select, .FilterGroupName, textarea {
  --background-color: var(--color-input-bg);
  --border-color: var(--color-input-border);
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  display: inline-block;
  height: var(--input-height);
  max-width: 100%;
  padding: 0.5rem 1rem;
  transition-duration: var(--transition-slow);
  vertical-align: middle;
}

[type=checkbox], [type=radio] {
  background-color: transparent;
  border-radius: 0;
  border-width: 0;
  box-shadow: none;
  display: inline-block !important;
  height: auto;
  margin: 0 5px 0 0;
  max-width: none;
  width: auto;
}

[type=checkbox], [type=radio] {
  all: revert;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

textarea {
  height: auto;
  resize: none;
}

select, .FilterGroupName {
  -moz-appearance: none;
  -webkit-appearance: none;
  background: var(--color-input-bg-color) var(--icon-select-dark) top 50% right 14px no-repeat;
  background-size: 12px 12px;
  box-shadow: none;
  cursor: pointer;
  padding-right: 35px;
}

select::-ms-expand, .FilterGroupName::-ms-expand {
  display: none;
}

@media screen and (max-width: 800px) {
  input, select, .FilterGroupName, textarea {
    display: block;
    margin: 0;
    width: 100%;
  }
}
input:-webkit-autofill {
  animation-name: onAutoFill;
}

label, .label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

label {
  cursor: pointer;
}

.GroupLabel {
  border-bottom: 1px solid var(--border-color);
  display: block;
  font-size: var(--font-size-large);
  font-weight: bold;
  padding-bottom: 10px;
}

.FormError {
  position: relative;
}

.FormErrorMessage {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--color-body-bg);
  color: var(--color-error);
  display: block;
  margin: 0;
  opacity: 1;
  position: absolute;
  width: 100%;
}

:root .GroupErrorMessage,
:root .FormNotification {
  border: 0;
}

@media screen and (max-width: 600px) {
  .FormErrorMessage {
    font-size: var(--font-size-small);
    opacity: 1;
    position: static;
  }
}
.FormItem {
  margin: 0 0 2rem 0;
}

.FormItem:last-child {
  margin-bottom: 0;
}

.FormItem .InlineCheck {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 0 10px;
}

.FormItem .Checks:last-child {
  margin-bottom: 0;
}

.FormSubmit {
  margin-top: 2rem;
}

.GroupItem {
  margin-bottom: 0;
}

.GroupItem > div {
  display: inline-block;
  margin: 0 1.5rem 2rem 0;
  vertical-align: bottom;
}

.GroupItem.required > label:after {
  content: " *";
}

@media screen and (max-width: 800px) {
  .FormItem .InlineCheck {
    display: block;
    margin: 1rem 0 0;
  }
  .GroupItem > div {
    display: block;
    margin-right: 0;
  }
}
.Checks {
  margin-bottom: 2rem;
}

.Checks label {
  font-weight: normal;
}

.Checks > label {
  margin-top: 10px;
}

.Checks > label:first-child {
  margin-top: 0;
}

.FormHelp {
  font-size: var(--font-size-small);
  margin: 0.5rem 0 0;
}

.FormAltAction {
  display: inline-block;
  margin-left: 0.5rem;
}

.InputGroup, #SearchForm .FormItem, .CompactForm .FormItem, .CampaignCodeForm form .FormItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}

.InputGroup > label, #SearchForm .FormItem > label, .CompactForm .FormItem > label, .CampaignCodeForm form .FormItem > label {
  -webkit-box-flex: 0 0 100%;
  -moz-box-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
}

.InputGroup > input, #SearchForm .FormItem > input, .CompactForm .FormItem > input, .CampaignCodeForm form .FormItem > input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}
.InputGroup > input:focus, #SearchForm .FormItem > input:focus, .CompactForm .FormItem > input:focus, .CampaignCodeForm form .FormItem > input:focus {
  position: relative;
}

.InputGroup > button, #SearchForm .FormItem > button, .CompactForm .FormItem > button, .CampaignCodeForm form .FormItem > button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media screen and (max-width: 800px) {
  .CompactForm, .CampaignCodeForm form {
    display: block;
  }
}
.PaginationForm label {
  display: inline-block;
  margin-right: 1rem;
}

.CampaignCodeForm form {
  border-top: 1px solid var(--border-color);
  margin-bottom: 2rem;
  padding-top: 2rem;
}

.CampaignCodeForm input[type=hidden] + button {
  border-radius: var(--border-radius);
}

.CampaignCodeForm button {
  font-size: var(--font-size) !important;
  height: auto !important;
}

.CampaignCodeForm .label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  padding-right: 1.5rem;
  text-align: left;
}

.CampaignCodeForm .label strong {
  color: var(--color-accent-1);
}

.CampaignCodeForm-InModal form {
  background: none;
  border: 0;
  padding: 0;
}
.CampaignCodeForm-InModal form + form {
  border-top: 1px solid var(--border-color);
  padding-top: 1.5rem;
}

.AvailabilityNotificationForm select, .AvailabilityNotificationForm .FilterGroupName,
.AvailabilityNotificationForm input[type=text] {
  width: 100%;
}

#ContactForm {
  max-width: 500px;
}

#ContactForm input[type=text],
#ContactForm input[type=email],
#ContactForm textarea {
  width: 100%;
}

.JS .JS-Hide {
  display: none !important;
}

.JS #CheckoutMarketingPermissions button {
  display: none;
}

.JS-Loading [type=number] {
  visibility: hidden;
}

.JS-Loading .ProductList [data-slider] {
  height: 240px;
  overflow: hidden;
}

.JS-Loading #LiveSearchResults {
  display: none;
}

[data-slider]:not(.flickity-enabled) .Banner:not(:first-child),
[data-slider]:not(.flickity-enabled) .FeatureItem:not(:first-child) {
  display: none;
}

.Container, .Banners-Wide-Contained, .Banner-Wide .BannerContainer {
  --page-margin: var(--container-page-margin);
  margin: 0 auto;
  padding: 0 var(--page-margin);
}

.Container .Container, .Banners-Wide-Contained .Container, .Container .Banners-Wide-Contained, .Banners-Wide-Contained .Banners-Wide-Contained, .Banner-Wide .BannerContainer .Container, .Banner-Wide .BannerContainer .Banners-Wide-Contained, .Container .Banner-Wide .BannerContainer, .Banners-Wide-Contained .Banner-Wide .BannerContainer, .Banner-Wide .Container .BannerContainer, .Banner-Wide .Banners-Wide-Contained .BannerContainer, .Banner-Wide .BannerContainer .BannerContainer {
  padding: 0;
}

@media screen and (max-width: 1400px) {
  :root {
    --container-page-margin: var(--grid-gutter);
  }
}
@media screen and (max-width: 600px) {
  :root {
    --container-page-margin: 1.5rem;
  }
}
.Container-Footer {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 var(--page-margin);
}

@media screen and (max-width: 800px) {
  .Container-Footer {
    max-width: none;
    text-align: center;
  }
}
.Container-Header {
  --page-margin: 3vw;
  margin: 0 auto;
  padding: 0 var(--page-margin);
}

.ContainerSection {
  --page-margin: var(--container-page-margin);
  --top-margin: var(--margin);
  padding: 0 var(--page-margin);
  padding-bottom: var(--top-margin);
}

.ContainerSection-Equal {
  --page-margin: var(--container-page-margin);
  --top-margin: var(--margin);
  padding: 0 var(--page-margin);
  padding-bottom: var(--top-margin);
  margin-top: var(--top-margin);
}

.ContainerSection-Equal-PaddingTop {
  --page-margin: var(--container-page-margin);
  --top-margin: var(--margin);
  padding: 0 var(--page-margin);
  padding-bottom: var(--top-margin);
  padding-top: 6rem;
}

.ContainerSection-Left {
  padding-right: 5vw;
  padding: 0 var(--page-margin);
  padding-bottom: var(--top-margin);
  padding-top: 0;
}

@media (max-width: 1050px) {
  .ContainerSection-Equal-PaddingTop {
    padding-top: var(--top-margin);
  }
}
.ContainerSection.ContainerSection-Light {
  background-color: var(--color-base-1);
}

.ContainerSection-Right {
  margin-left: 5vw;
}

@media (max-width: 1050px) {
  .ContainerSection-Right {
    margin-left: 0vw;
  }
}
.ContainerSection + .ContainerSection {
  padding-bottom: var(--top-margin);
  padding-top: var(--top-margin);
}

.ContainerSection:empty {
  display: none;
}

.ContainerSection-White {
  background-color: var(--color-base-1);
  overflow: hidden;
}

.Grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 calc(var(--grid-gutter) / 2 * -1);
}

.Col, [class^=Col-] {
  float: left;
  padding: 0 calc(var(--grid-gutter) / 2);
  position: relative;
}

.Col-1-5 {
  width: 20%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-1-5 {
    left: 20%;
  }
  .Col-Pull-1-5 {
    left: -20%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-1-5 {
    width: 20%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-1-5 {
    width: 20%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-1-5 {
    left: 20%;
  }
  .Col-Tablet-Pull-1-5 {
    left: -20%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-1-5 {
    width: 20%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-1-5 {
    left: 20%;
  }
  .Col-Mobile-Wide-Pull-1-5 {
    left: -20%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-1-5 {
    width: 20%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-1-5 {
    left: 20%;
  }
  .Col-Mobile-Pull-1-5 {
    left: -20%;
  }
}
.Col-2-5 {
  width: 40%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-2-5 {
    left: 40%;
  }
  .Col-Pull-2-5 {
    left: -40%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-2-5 {
    width: 40%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-2-5 {
    width: 40%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-2-5 {
    left: 40%;
  }
  .Col-Tablet-Pull-2-5 {
    left: -40%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-2-5 {
    width: 40%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-2-5 {
    left: 40%;
  }
  .Col-Mobile-Wide-Pull-2-5 {
    left: -40%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-2-5 {
    width: 40%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-2-5 {
    left: 40%;
  }
  .Col-Mobile-Pull-2-5 {
    left: -40%;
  }
}
.Col-3-5 {
  width: 60%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-3-5 {
    left: 60%;
  }
  .Col-Pull-3-5 {
    left: -60%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-3-5 {
    width: 60%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-3-5 {
    width: 60%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-3-5 {
    left: 60%;
  }
  .Col-Tablet-Pull-3-5 {
    left: -60%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-3-5 {
    width: 60%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-3-5 {
    left: 60%;
  }
  .Col-Mobile-Wide-Pull-3-5 {
    left: -60%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-3-5 {
    width: 60%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-3-5 {
    left: 60%;
  }
  .Col-Mobile-Pull-3-5 {
    left: -60%;
  }
}
.Col-4-5 {
  width: 80%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-4-5 {
    left: 80%;
  }
  .Col-Pull-4-5 {
    left: -80%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-4-5 {
    width: 80%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-4-5 {
    width: 80%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-4-5 {
    left: 80%;
  }
  .Col-Tablet-Pull-4-5 {
    left: -80%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-4-5 {
    width: 80%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-4-5 {
    left: 80%;
  }
  .Col-Mobile-Wide-Pull-4-5 {
    left: -80%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-4-5 {
    width: 80%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-4-5 {
    left: 80%;
  }
  .Col-Mobile-Pull-4-5 {
    left: -80%;
  }
}
.Col-5-5 {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-5-5 {
    left: 100%;
  }
  .Col-Pull-5-5 {
    left: -100%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-5-5 {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-5-5 {
    left: 100%;
  }
  .Col-Tablet-Pull-5-5 {
    left: -100%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-5-5 {
    left: 100%;
  }
  .Col-Mobile-Wide-Pull-5-5 {
    left: -100%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-5-5 {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-5-5 {
    left: 100%;
  }
  .Col-Mobile-Pull-5-5 {
    left: -100%;
  }
}
.Col-1-12 {
  width: 8.3333333333%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-1-12 {
    left: 8.3333333333%;
  }
  .Col-Pull-1-12 {
    left: -8.3333333333%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-1-12 {
    width: 8.3333333333%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-1-12 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-1-12 {
    left: 8.3333333333%;
  }
  .Col-Tablet-Pull-1-12 {
    left: -8.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-1-12 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-1-12 {
    left: 8.3333333333%;
  }
  .Col-Mobile-Wide-Pull-1-12 {
    left: -8.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-1-12 {
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-1-12 {
    left: 8.3333333333%;
  }
  .Col-Mobile-Pull-1-12 {
    left: -8.3333333333%;
  }
}
.Col-2-12 {
  width: 16.6666666667%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-2-12 {
    left: 16.6666666667%;
  }
  .Col-Pull-2-12 {
    left: -16.6666666667%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-2-12 {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-2-12 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-2-12 {
    left: 16.6666666667%;
  }
  .Col-Tablet-Pull-2-12 {
    left: -16.6666666667%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-2-12 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-2-12 {
    left: 16.6666666667%;
  }
  .Col-Mobile-Wide-Pull-2-12 {
    left: -16.6666666667%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-2-12 {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-2-12 {
    left: 16.6666666667%;
  }
  .Col-Mobile-Pull-2-12 {
    left: -16.6666666667%;
  }
}
.Col-3-12 {
  width: 25%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-3-12 {
    left: 25%;
  }
  .Col-Pull-3-12 {
    left: -25%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-3-12 {
    width: 25%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-3-12 {
    width: 25%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-3-12 {
    left: 25%;
  }
  .Col-Tablet-Pull-3-12 {
    left: -25%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-3-12 {
    width: 25%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-3-12 {
    left: 25%;
  }
  .Col-Mobile-Wide-Pull-3-12 {
    left: -25%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-3-12 {
    width: 25%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-3-12 {
    left: 25%;
  }
  .Col-Mobile-Pull-3-12 {
    left: -25%;
  }
}
.Col-4-12 {
  width: 33.3333333333%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-4-12 {
    left: 33.3333333333%;
  }
  .Col-Pull-4-12 {
    left: -33.3333333333%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-4-12 {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-4-12 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-4-12 {
    left: 33.3333333333%;
  }
  .Col-Tablet-Pull-4-12 {
    left: -33.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-4-12 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-4-12 {
    left: 33.3333333333%;
  }
  .Col-Mobile-Wide-Pull-4-12 {
    left: -33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-4-12 {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-4-12 {
    left: 33.3333333333%;
  }
  .Col-Mobile-Pull-4-12 {
    left: -33.3333333333%;
  }
}
.Col-5-12 {
  width: 41.6666666667%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-5-12 {
    left: 41.6666666667%;
  }
  .Col-Pull-5-12 {
    left: -41.6666666667%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-5-12 {
    width: 41.6666666667%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-5-12 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-5-12 {
    left: 41.6666666667%;
  }
  .Col-Tablet-Pull-5-12 {
    left: -41.6666666667%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-5-12 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-5-12 {
    left: 41.6666666667%;
  }
  .Col-Mobile-Wide-Pull-5-12 {
    left: -41.6666666667%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-5-12 {
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-5-12 {
    left: 41.6666666667%;
  }
  .Col-Mobile-Pull-5-12 {
    left: -41.6666666667%;
  }
}
.Col-6-12 {
  width: 50%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-6-12 {
    left: 50%;
  }
  .Col-Pull-6-12 {
    left: -50%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-6-12 {
    width: 50%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-6-12 {
    width: 50%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-6-12 {
    left: 50%;
  }
  .Col-Tablet-Pull-6-12 {
    left: -50%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-6-12 {
    width: 50%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-6-12 {
    left: 50%;
  }
  .Col-Mobile-Wide-Pull-6-12 {
    left: -50%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-6-12 {
    width: 50%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-6-12 {
    left: 50%;
  }
  .Col-Mobile-Pull-6-12 {
    left: -50%;
  }
}
.Col-7-12 {
  width: 58.3333333333%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-7-12 {
    left: 58.3333333333%;
  }
  .Col-Pull-7-12 {
    left: -58.3333333333%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-7-12 {
    width: 58.3333333333%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-7-12 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-7-12 {
    left: 58.3333333333%;
  }
  .Col-Tablet-Pull-7-12 {
    left: -58.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-7-12 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-7-12 {
    left: 58.3333333333%;
  }
  .Col-Mobile-Wide-Pull-7-12 {
    left: -58.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-7-12 {
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-7-12 {
    left: 58.3333333333%;
  }
  .Col-Mobile-Pull-7-12 {
    left: -58.3333333333%;
  }
}
.Col-8-12 {
  width: 66.6666666667%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-8-12 {
    left: 66.6666666667%;
  }
  .Col-Pull-8-12 {
    left: -66.6666666667%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-8-12 {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-8-12 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-8-12 {
    left: 66.6666666667%;
  }
  .Col-Tablet-Pull-8-12 {
    left: -66.6666666667%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-8-12 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-8-12 {
    left: 66.6666666667%;
  }
  .Col-Mobile-Wide-Pull-8-12 {
    left: -66.6666666667%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-8-12 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-8-12 {
    left: 66.6666666667%;
  }
  .Col-Mobile-Pull-8-12 {
    left: -66.6666666667%;
  }
}
.Col-9-12 {
  width: 75%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-9-12 {
    left: 75%;
  }
  .Col-Pull-9-12 {
    left: -75%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-9-12 {
    width: 75%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-9-12 {
    width: 75%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-9-12 {
    left: 75%;
  }
  .Col-Tablet-Pull-9-12 {
    left: -75%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-9-12 {
    width: 75%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-9-12 {
    left: 75%;
  }
  .Col-Mobile-Wide-Pull-9-12 {
    left: -75%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-9-12 {
    width: 75%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-9-12 {
    left: 75%;
  }
  .Col-Mobile-Pull-9-12 {
    left: -75%;
  }
}
.Col-10-12 {
  width: 83.3333333333%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-10-12 {
    left: 83.3333333333%;
  }
  .Col-Pull-10-12 {
    left: -83.3333333333%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-10-12 {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-10-12 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-10-12 {
    left: 83.3333333333%;
  }
  .Col-Tablet-Pull-10-12 {
    left: -83.3333333333%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-10-12 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-10-12 {
    left: 83.3333333333%;
  }
  .Col-Mobile-Wide-Pull-10-12 {
    left: -83.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-10-12 {
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-10-12 {
    left: 83.3333333333%;
  }
  .Col-Mobile-Pull-10-12 {
    left: -83.3333333333%;
  }
}
.Col-11-12 {
  width: 91.6666666667%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-11-12 {
    left: 91.6666666667%;
  }
  .Col-Pull-11-12 {
    left: -91.6666666667%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-11-12 {
    width: 91.6666666667%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-11-12 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-11-12 {
    left: 91.6666666667%;
  }
  .Col-Tablet-Pull-11-12 {
    left: -91.6666666667%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-11-12 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-11-12 {
    left: 91.6666666667%;
  }
  .Col-Mobile-Wide-Pull-11-12 {
    left: -91.6666666667%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-11-12 {
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-11-12 {
    left: 91.6666666667%;
  }
  .Col-Mobile-Pull-11-12 {
    left: -91.6666666667%;
  }
}
.Col-12-12 {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .Col-Push-12-12 {
    left: 100%;
  }
  .Col-Pull-12-12 {
    left: -100%;
  }
}
@media screen and (max-width: 1200px) {
  .Col-Desktop-12-12 {
    width: 100%;
  }
}
@media screen and (max-width: 1050px) {
  .Col-Tablet-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 1051px) {
  .Col-Tablet-Push-12-12 {
    left: 100%;
  }
  .Col-Tablet-Pull-12-12 {
    left: -100%;
  }
}
@media screen and (max-width: 800px) {
  .Col-Mobile-Wide-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 801px) {
  .Col-Mobile-Wide-Push-12-12 {
    left: 100%;
  }
  .Col-Mobile-Wide-Pull-12-12 {
    left: -100%;
  }
}
@media screen and (max-width: 600px) {
  .Col-Mobile-12-12 {
    width: 100%;
  }
}
@media screen and (min-width: 601px) {
  .Col-Mobile-Push-12-12 {
    left: 100%;
  }
  .Col-Mobile-Pull-12-12 {
    left: -100%;
  }
}
.Grid [class*=Col-]:only-child {
  width: 100%;
}

.GridList {
  margin: calc(var(--grid-list-gutter) / 2 * -1);
}

.GridList:not(.flickity-enabled) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.GridList .ListItem {
  --item-width: 20%;
  --item-offset: 5%;
  -webkit-box-flex: 0 0 var(--item-width);
  -moz-box-flex: 0 0 var(--item-width);
  -ms-flex: 0 0 var(--item-width);
  -webkit-flex: 0 0 var(--item-width);
  flex: 0 0 var(--item-width);
  padding: calc(var(--grid-list-gutter) / 2);
  position: relative;
  width: var(--item-width);
}

.CompanyProducts .GridList-Blocks .ListItem {
  --item-width: 16% !important;
}

@media (max-width: 1350px) {
  .CompanyProducts .GridList-Blocks .ListItem {
    --item-width: 20% !important;
  }
  .CompanyProducts .CategoryName {
    font-size: 1.8rem;
    line-height: 1.3;
  }
}
@media (max-width: 1050px) {
  .CompanyProducts .GridList-Blocks .ListItem {
    --item-width: 25% !important;
  }
}
@media (max-width: 800px) {
  .CompanyProducts .GridList-Blocks .ListItem {
    --item-width: 30% !important;
  }
}
@media (max-width: 600px) {
  .CompanyProducts .GridList-Blocks .ListItem {
    --item-width: 55% !important;
  }
}
.GridList .LogoBanner {
  --item-width: 20%;
  --item-offset: 5%;
  -webkit-box-flex: 0 0 var(--item-width);
  -moz-box-flex: 0 0 var(--item-width);
  -ms-flex: 0 0 var(--item-width);
  -webkit-flex: 0 0 var(--item-width);
  flex: 0 0 var(--item-width);
  align-items: center;
  display: flex;
  padding: calc(var(--grid-list-gutter));
  position: relative;
  width: var(--item-width);
}

@media (max-width: 600px) {
  .GridList .LogoBanner {
    --item-width: 33.33%;
  }
}
.GridList-Wide .ListItem {
  --item-width: 20%;
}

.GridList-Narrow .ListItem {
  --item-width: 25%;
}

@media screen and (max-width: 1480px) {
  .GridList .ListItem {
    --item-width: 25%;
  }
}
@media screen and (max-width: 1200px) {
  .GridList .ListItem {
    --item-width: 33.33%;
  }
}
@media screen and (max-width: 1050px) {
  .GridList[data-slider=grid-list] .ListItem {
    --item-width: calc(25% + var(--item-offset));
  }
}
@media screen and (max-width: 800px) {
  .GridList .ListItem {
    --item-width: 33.33%;
  }
  .GridList[data-slider=grid-list] .ListItem {
    --item-width: calc(33.33% + var(--item-offset));
  }
}
@media screen and (max-width: 600px) {
  .GridList .ListItem {
    --item-width: 50%;
  }
  .GridList[data-slider=grid-list] .ListItem {
    --item-width: calc(50% + var(--item-offset));
  }
}
@media screen and (min-width: 1201px) {
  .GridList.GridListItemSmall .ListItem {
    --item-width: 16.6%;
  }
  .GridList.GridListItemBig .ListItem {
    --item-width: 25%;
  }
}
.Flex {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: var(--margin);
  margin-left: calc(var(--grid-gutter) / 2 * -1);
  margin-right: calc(var(--grid-gutter) / 2 * -1);
}

.FlexItem {
  padding-left: calc(var(--grid-gutter) / 2);
  padding-right: calc(var(--grid-gutter) / 2);
}

.FlexItem > :first-child {
  margin-top: 0;
}

.FlexItem > :last-child {
  margin-bottom: 0;
}

.FlexItem-Grow {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.FlexItem-Logo {
  text-align: center;
}

.FlexItem-Right {
  display: flex;
  justify-content: flex-end;
  padding-left: 0;
}

.FlexItem-SiteInfo {
  text-align: center;
}

.FlexSpacer {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.Flex-NoMargin {
  margin-bottom: 0;
}

.Flex-Wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.FlexAlign-Start {
  justify-content: flex-start;
}

.FlexAlign-Center {
  justify-content: center;
}

.FlexAlign-End {
  justify-content: flex-end;
}

.FlexAlign-SpaceAround {
  justify-content: space-around;
}

.FlexAlign-SpaceBetween {
  justify-content: space-between;
}

.FlexValign-Start {
  -moz-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.FlexValign-Center {
  -moz-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.FlexValign-End {
  -moz-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.FlexValign-Stretch {
  -moz-flex-align: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

@media screen and (max-width: 600px) {
  .Flex-Collapse {
    display: block;
  }
  .Flex-Collapse .Button, .Flex-Collapse #OrderDocuments a, #OrderDocuments .Flex-Collapse a, .Flex-Collapse .AdText :last-child a, .AdText :last-child .Flex-Collapse a, .Flex-Collapse .Banner-Feature .BannerText > :last-child > a, .Banner-Feature .Flex-Collapse .BannerText > :last-child > a, .Flex-Collapse .Banner-Wide .BannerText > :last-child > a, .Banner-Wide .Flex-Collapse .BannerText > :last-child > a, .Flex-Collapse form button, form .Flex-Collapse button {
    display: block;
    width: 100%;
  }
  .Flex-Collapse .FlexItem + .FlexItem {
    margin-top: 10px;
  }
  .Flex-Collapse .Button + .Button, .Flex-Collapse #OrderDocuments a + .Button, #OrderDocuments .Flex-Collapse a + .Button, .Flex-Collapse #OrderDocuments .Button + a, #OrderDocuments .Flex-Collapse .Button + a, .Flex-Collapse #OrderDocuments a + a, #OrderDocuments .Flex-Collapse a + a, .Flex-Collapse .AdText :last-child a + .Button, .AdText :last-child .Flex-Collapse a + .Button, .Flex-Collapse .AdText :last-child .Button + a, .AdText :last-child .Flex-Collapse .Button + a, .Flex-Collapse .AdText :last-child a + a, .AdText :last-child .Flex-Collapse a + a, .Flex-Collapse .Banner-Feature .BannerText > :last-child > a + .Button, .Banner-Feature .Flex-Collapse .BannerText > :last-child > a + .Button, .Flex-Collapse .Banner-Feature .BannerText > :last-child > .Button + a, .Banner-Feature .Flex-Collapse .BannerText > :last-child > .Button + a, .Flex-Collapse .Banner-Feature .BannerText > :last-child > a + a, .Banner-Feature .Flex-Collapse .BannerText > :last-child > a + a, .Flex-Collapse .Banner-Wide .BannerText > :last-child > a + .Button, .Banner-Wide .Flex-Collapse .BannerText > :last-child > a + .Button, .Flex-Collapse .Banner-Wide .BannerText > :last-child > .Button + a, .Banner-Wide .Flex-Collapse .BannerText > :last-child > .Button + a, .Flex-Collapse .Banner-Wide .BannerText > :last-child > a + a, .Banner-Wide .Flex-Collapse .BannerText > :last-child > a + a, .Flex-Collapse form button + .Button, .Flex-Collapse form #OrderDocuments button + a, #OrderDocuments .Flex-Collapse form button + a, .Flex-Collapse form .AdText :last-child button + a, .AdText :last-child .Flex-Collapse form button + a, .Flex-Collapse form .Banner-Feature .BannerText > :last-child > button + a, .Banner-Feature .Flex-Collapse form .BannerText > :last-child > button + a, .Flex-Collapse form .Banner-Wide .BannerText > :last-child > button + a, .Banner-Wide .Flex-Collapse form .BannerText > :last-child > button + a, form .Flex-Collapse button + .Button, form .Flex-Collapse #OrderDocuments button + a, #OrderDocuments form .Flex-Collapse button + a, form .Flex-Collapse .AdText :last-child button + a, .AdText :last-child form .Flex-Collapse button + a, form .Flex-Collapse .Banner-Feature .BannerText > :last-child > button + a, .Banner-Feature form .Flex-Collapse .BannerText > :last-child > button + a, form .Flex-Collapse .Banner-Wide .BannerText > :last-child > button + a, .Banner-Wide form .Flex-Collapse .BannerText > :last-child > button + a, .Flex-Collapse form .Button + button, .Flex-Collapse form #OrderDocuments a + button, #OrderDocuments .Flex-Collapse form a + button, .Flex-Collapse form .AdText :last-child a + button, .AdText :last-child .Flex-Collapse form a + button, .Flex-Collapse form .Banner-Feature .BannerText > :last-child > a + button, .Banner-Feature .Flex-Collapse form .BannerText > :last-child > a + button, .Flex-Collapse form .Banner-Wide .BannerText > :last-child > a + button, .Banner-Wide .Flex-Collapse form .BannerText > :last-child > a + button, form .Flex-Collapse .Button + button, form .Flex-Collapse #OrderDocuments a + button, #OrderDocuments form .Flex-Collapse a + button, form .Flex-Collapse .AdText :last-child a + button, .AdText :last-child form .Flex-Collapse a + button, form .Flex-Collapse .Banner-Feature .BannerText > :last-child > a + button, .Banner-Feature form .Flex-Collapse .BannerText > :last-child > a + button, form .Flex-Collapse .Banner-Wide .BannerText > :last-child > a + button, .Banner-Wide form .Flex-Collapse .BannerText > :last-child > a + button, .Flex-Collapse form button + button, form .Flex-Collapse button + button {
    margin-top: 10px;
  }
}
.Notification, .OfferText, #OrderStatus, .CartCampaignHighlight, .GroupErrorMessage,
.FormNotification {
  --color: var(--color-text-dark);
  --background-color: var(--color-notification-bg);
  --border-color: var(--color-notification-bg);
  background-color: var(--background-color);
  border: 0 solid var(--border-color);
  border-radius: var(--border-radius);
  color: var(--color);
  padding: 10px 15px;
  position: relative;
}

.Notification.Success, .Success.OfferText, .Success#OrderStatus, .CartCampaignHighlight, .Success.GroupErrorMessage,
.Success.FormNotification {
  --background-color: var(--color-success-bg);
  --border-color: var(--color-success);
}

.Notification.Error, .Error.OfferText, .Error#OrderStatus, .Error.CartCampaignHighlight, .Error.GroupErrorMessage,
.Error.FormNotification {
  --background-color: var(--color-error-bg);
  --border-color: var(--color-error);
}

.Notification > :last-child, .OfferText > :last-child, #OrderStatus > :last-child, .CartCampaignHighlight > :last-child, .GroupErrorMessage > :last-child,
.FormNotification > :last-child {
  margin-bottom: 0;
}

.NotificationCenter {
  left: 50%;
  margin-left: -240px;
  position: fixed;
  top: 20px;
  width: 480px;
  z-index: 10000;
}

.NotificationCenter > .Notification, .NotificationCenter > .OfferText, .NotificationCenter > #OrderStatus, .NotificationCenter > .CartCampaignHighlight, .NotificationCenter > .GroupErrorMessage,
.NotificationCenter > .FormNotification {
  box-shadow: 0 1px 2px var(--black-10);
  margin-bottom: 10px;
  border-width: 1px;
}

@media screen and (max-width: 800px) {
  .NotificationCenter {
    bottom: 10px;
    left: 10px;
    margin: 0;
    right: 10px;
    top: auto;
    width: auto;
  }
  .NotificationCenter > .Notification, .NotificationCenter > .OfferText, .NotificationCenter > #OrderStatus, .NotificationCenter > .CartCampaignHighlight, .NotificationCenter > .GroupErrorMessage,
  .NotificationCenter > .FormNotification {
    margin: 5px 0 0;
  }
}
.ExtShareButtons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem !important;
  max-width: 500px;
  padding: 0 !important;
}

.ExtShareButton {
  -webkit-box-flex: 1 1 calc(25% - 1rem) !important;
  -moz-box-flex: 1 1 calc(25% - 1rem) !important;
  -ms-flex: 1 1 calc(25% - 1rem) !important;
  -webkit-flex: 1 1 calc(25% - 1rem) !important;
  flex: 1 1 calc(25% - 1rem) !important;
  margin: 0.5rem !important;
  min-width: 100px;
}

.ExtShareButton:hover {
  color: #ffffff !important;
}

.ExtShareButton.Facebook > .ExtShareButtonText:before {
  content: "\f09a";
  margin-right: 0.5em;
}

.ExtShareButton.GooglePlus > .ExtShareButtonText:before {
  content: "\f2b3";
  margin-right: 0.5em;
}

.ExtShareButton.LinkedIn > .ExtShareButtonText:before {
  content: "\f08c";
  margin-right: 0.5em;
}

.ExtShareButton.Twitter > .ExtShareButtonText:before {
  content: "\f099";
  margin-right: 0.5em;
}

.ExtShareButton > .ExtShareButtonCount {
  display: none;
}

#AdminTools {
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  #AdminTools {
    display: none;
  }
}
[data-theme-visible] {
  display: none;
}

[data-theme-visible=true] {
  display: block;
}

.Hide {
  display: none;
}

@media screen and (min-width: 1051px) {
  .Hide-Desktop {
    display: none;
  }
}
@media screen and (max-width: 1050px) {
  .Hide-Tablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .Hide-Mobile {
    display: none;
  }
}
.AspectRatio {
  position: relative;
  width: 100%;
}

.AspectRatio:before {
  content: "";
  width: 1px;
  margin-left: -1px;
  float: left;
  height: 0;
  padding-top: calc(var(--list-item-image-ratio) * 100%);
}

.AspectRatio:after {
  content: "";
  display: table;
  clear: both;
}

.Margin-Bottom {
  margin-bottom: var(--margin);
}

.Margin-Left {
  margin-left: var(--margin);
}

.Margin-Right {
  margin-right: var(--margin);
}

.Margin-Top {
  margin-top: var(--margin);
}

.ExtendHitArea {
  position: relative;
}

.ExtendHitArea:after {
  bottom: -10px;
  content: "";
  display: block;
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
}

.VideoWrapper {
  box-shadow: 0 2px 4px var(--black-25);
  height: 0;
  margin: var(--margin) 0;
  padding-bottom: 56.25%;
  position: relative;
}

.VideoWrapper iframe,
.VideoWrapper object,
.VideoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#AccountInformation dd > :last-child {
  margin-bottom: 0;
}

#AccountInformation dt:not(:first-child) {
  margin-top: 20px;
}

[data-accordiontitle], #InfoPage > h3, table #InfoPage > caption,
.PrivacyPage #InfoPage > h3,
.CategoryDescription > h3,
table .CategoryDescription > caption {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 1.5rem 6rem 1.5rem 0;
  position: relative;
  transition-duration: var(--transition-fast);
  width: 100%;
}
[data-accordiontitle]:after, #InfoPage > h3:after, table #InfoPage > caption:after,
.PrivacyPage #InfoPage > h3:after,
.CategoryDescription > h3:after,
table .CategoryDescription > caption:after {
  content: "\f107";
  bottom: 0;
  font-size: 2rem;
  display: block;
  padding: 1.5rem;
  position: absolute;
  right: 0;
}
[data-accordiontitle].Active:after, #InfoPage > h3.Active:after, table #InfoPage > caption.Active:after,
.CategoryDescription > h3.Active:after,
table .CategoryDescription > caption.Active:after {
  content: "\f106";
}
[data-accordiontitle] + .AccordionWrap, #InfoPage > h3 + .AccordionWrap, table #InfoPage > caption + .AccordionWrap,
.CategoryDescription > h3 + .AccordionWrap,
table .CategoryDescription > caption + .AccordionWrap {
  border-top: 1px solid;
  max-height: 1px;
  overflow: hidden;
}
[data-accordiontitle].Active + .AccordionWrap, #InfoPage > h3.Active + .AccordionWrap, table #InfoPage > caption.Active + .AccordionWrap,
.CategoryDescription > h3.Active + .AccordionWrap,
table .CategoryDescription > caption.Active + .AccordionWrap {
  max-height: 10000px;
}

#InfoPage > h3, table #InfoPage > caption,
.PrivacyPage #InfoPage > h3,
.CategoryDescription > h3,
table .CategoryDescription > caption {
  color: var(--color-accent-1);
  text-transform: none;
}
#InfoPage > h3:hover, table #InfoPage > caption:hover, #InfoPage > h3.Active, table #InfoPage > caption.Active,
.PrivacyPage #InfoPage > h3:hover,
.PrivacyPage #InfoPage > h3.Active,
.CategoryDescription > h3:hover,
table .CategoryDescription > caption:hover,
.CategoryDescription > h3.Active,
table .CategoryDescription > caption.Active {
  background-color: var(--color-accent-4);
  padding-left: 0.5rem;
}
#InfoPage > h3.Active + .AccordionWrap, table #InfoPage > caption.Active + .AccordionWrap,
.PrivacyPage #InfoPage > h3.Active + .AccordionWrap,
.CategoryDescription > h3.Active + .AccordionWrap,
table .CategoryDescription > caption.Active + .AccordionWrap {
  padding-left: 1.5rem;
  padding-top: 2rem;
}

.AccordionWrap + h1, .ProductDescription .AccordionWrap + h3, .ProductDescription table .AccordionWrap + caption, table .ProductDescription .AccordionWrap + caption, .BrandsList .AccordionWrap + li:before,
.AccordionWrap + h2,
.AccordionWrap + .ProductCardPrices,
.AccordionWrap + .LogoLink {
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.Banner {
  --background-color: var(--color-banner-bg);
  --color: var(--color-dark);
  --aspect-ratio: 40%;
  background-color: var(--background-color);
  border-radius: var(--border-radius);
  color: var(--color);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.Banner a {
  text-decoration: none;
}

.BannerCoverLink {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.BannerBackgroundCover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: var(--black-25);
  pointer-events: none;
}

.BannerText > * {
  margin: 1.5rem 0;
}
.BannerText > *:first-child {
  margin-top: 0;
}
.BannerText > *:last-child {
  margin-bottom: 0;
}

.BannerBackgroundImage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
  transition-duration: var(--transition-fast);
}

.BannerBackgroundImage.LazyLoad {
  opacity: 0;
}

.LazyLoad.flickity-bg-lazyloaded {
  opacity: 1;
}

.Banner-Body {
  display: block;
}

.Banner-Body img {
  width: 100%;
}

.Banner-Side {
  --background-color: var(--color-boxed-bg);
  display: inline-block;
  position: relative;
  width: 100%;
}

.Banner-Side .BannerImage {
  display: block;
  text-align: center;
}

.Banner-Side .BannerText {
  padding: 1rem 1.5rem;
}

.Banner-Wide {
  --background-color: transparent;
  background-color: transparent;
  border-radius: var(--border-radius);
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.Banner-Wide:hover .BannerCoverLink ~ .BannerBackgroundCover {
  opacity: 1;
}
.Banner-Wide:hover .BannerCoverLink ~ .BannerImageContainer .BannerBackgroundImage {
  transform: scale(1.03);
}

.Banner-Wide .AspectRatio {
  background-color: var(--color-banner-bg);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.HomePageBanners .Banner-Wide .AspectRatio:before {
  padding-top: 52%;
}

.SiteContent-InfoPage .Banner-Wide .AspectRatio:before {
  padding-top: 25% !important;
}

@media screen and (max-width: 1050px) {
  .Banners-Wide-Contained .Banner-Wide .AspectRatio:before {
    padding-top: 25% !important;
  }
}
@media screen and (max-width: 600px) {
  .HomePageBanners .Banner-Wide .AspectRatio:before {
    padding-top: 100%;
  }
}
.Banner-Wide .BannerContainer {
  position: relative;
  width: 100%;
}

.Banner-Wide .BannerDesktopContent {
  --color: var(--color-light);
  display: inline-block;
  color: var(--color);
  margin: 0 5%;
  max-width: 640px;
}

.Banner-Wide .BannerMobileContent {
  background-color: var(--color-boxed-bg);
  padding: 3rem 1.5rem;
  text-align: center;
}

.Banners-Wide .flickity-page-dots {
  bottom: 2rem;
  z-index: 2;
}

.Banners-Wide .flickity-page-dots .dot {
  background-color: var(--color-light);
}

.Banners-Wide-Contained .flickity-viewport {
  border-radius: var(--border-radius);
  overflow: hidden;
  z-index: 1;
}
.Banners-Wide-Contained .flickity-viewport .Banner-Wide {
  border-radius: 0;
}

@media screen and (max-width: 1050px) {
  .Banners-Wide .flickity-page-dots {
    bottom: auto;
    margin-top: 1rem;
    position: relative;
  }
  .Banners-Wide .flickity-page-dots .dot {
    background-color: var(--color-dark);
  }
  .Banners-Wide-Contained {
    padding: 0;
  }
  .Banners-Wide-Contained .Banner-Wide {
    border-radius: 0;
  }
  .Banners-Wide-Contained .flickity-viewport {
    border-radius: 0;
  }
}
.Block .AspectRatio:before {
  padding-top: calc(var(--list-item-image-ratio) * 80%) !important;
}

.Banner-Wide .BannerText {
  font-weight: 400;
}

.Banner-Wide .BannerText > h2, .Banner-Wide .BannerText > .ProductCardPrices, .Banner-Wide .BannerText > .LogoLink {
  font-weight: 500;
}

.Banner-Wide .BannerDesktopContent .BannerText {
  font-size: var(--font-size-large);
  text-shadow: 0 1px 2px var(--black-25);
}

.Banner-Wide .BannerDesktopContent .BannerText > h2, .Banner-Wide .BannerDesktopContent .BannerText > .ProductCardPrices, .Banner-Wide .BannerDesktopContent .BannerText > .LogoLink {
  font-size: 48px;
  font-weight: 500;
}

.Banner-Wide .BannerText > :last-child > a {
  border: 0;
  box-shadow: 0 2px 4px var(--black-25);
  margin-left: 1rem;
  margin-right: 1rem;
  text-shadow: none;
}

.Banners-Featured {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.Banners-Featured .flickity-viewport {
  overflow: visible;
}

@media (max-width: 600px) {
  .Banners-Featured, .HomePageBanners .Banner-Wide {
    margin-top: 70px;
  }
}
.Banners-Featured .FeatureItem {
  border: 0.5px solid var(--color-border-3);
  padding: 0;
  width: 33.33%;
}

.Banners-Featured:not([data-slider]) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Banners-Featured:not([data-slider]) .FeatureItem {
  -webkit-box-flex: 0 1 33.33%;
  -moz-box-flex: 0 1 33.33%;
  -ms-flex: 0 1 33.33%;
  -webkit-flex: 0 1 33.33%;
  flex: 0 1 33.33%;
}

.Banner-Feature {
  --aspect-ratio: 160%;
  --background-color: var(--color-banner-bg);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.Banner-Feature i, .Banner-Feature em {
  font-size: 4rem;
}

.Banner-Feature i {
  padding: 0 0.5rem;
}

.Banner-Feature em {
  padding: 0 1rem;
}

.Banner-Feature .BannerBackgroundCover {
  opacity: 0;
  transition-duration: var(--transition-slow);
}

.Banner-Feature:hover .BannerCoverLink ~ .BannerBackgroundCover {
  opacity: 1;
}
.Banner-Feature:hover .BannerCoverLink ~ .BannerImageContainer .BannerBackgroundImage {
  transform: scale(1.03);
}

.Banner-Feature .AspectRatio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Banner-Feature .AspectRatio:before {
  padding-top: var(--aspect-ratio);
}

.Banner-Feature .BannerContent, .Banner-Wide .BannerContent {
  -moz-flex-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
  text-align: center;
}

.Banner-Feature[data-background*="[blue]"] .BannerContent {
  background: rgba(40, 45, 70, 0.7);
}
.Banner-Feature[data-background*="[blue]"] .BannerContent i, .Banner-Feature[data-background*="[blue]"] .BannerContent em {
  color: var(--color-accent-2);
}

.Banner-Feature[data-background*="[orange]"] .BannerContent {
  background: rgba(235, 106, 1, 0.7);
}
.Banner-Feature[data-background*="[orange]"] .BannerContent i, .Banner-Feature[data-background*="[orange]"] .BannerContent em {
  color: var(--color-accent-1);
}

.Banner-Feature .BannerText, .Banner-Wide .BannerText {
  margin-bottom: 4rem;
  position: relative;
  pointer-events: auto;
  transition: 0.3s;
  z-index: 1;
}

@media (min-width: 1200px) {
  .Banner-Feature:hover .BannerArrowLink, .Banner-Wide:hover .BannerArrowLink {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .Banner-Feature .BannerText > p {
    font-size: var(--font-size-large) !important;
    line-height: 1.5 !important;
  }
}
@media screen and (max-width: 1050px) {
  .Banner-Feature {
    --aspect-ratio: 75%;
  }
  .Banners-Featured .FeatureItem {
    width: 90%;
  }
  .Banners-Featured .FeatureItem:only-child {
    width: 100%;
  }
  .Banners-Featured:not([data-slider]) {
    display: block;
  }
  .Banners-Featured:not([data-slider]) .FeatureItem {
    width: 100%;
  }
}
.Banners-Featured .BannerArrowBackground, .Banner-Wide .BannerArrowBackground {
  background: var(--color-accent-2);
  bottom: -67px;
  height: 120px;
  right: 0;
  position: absolute;
  transform: skewY(-42.8deg);
  width: 120px;
}

.Banners-Featured .BannerArrow, .Banner-Wide .BannerArrow {
  bottom: 0;
  color: var(--color-light);
  font-size: 3.5rem;
  height: 120px;
  right: 0;
  padding: 55px 10px 0px 0px;
  position: absolute;
  text-align: right;
  width: 120px;
}

.Banners-Featured .BannerArrowLink, .Banner-Wide .BannerArrowLink {
  opacity: 0;
  transition: 0.3s;
}

@media (max-width: 1200px) {
  .Banner-Feature i, .Banner-Feature em {
    font-size: 3rem;
  }
  .Banner-Feature .BannerText > h2, .Banner-Feature .BannerText > .ProductCardPrices, .Banner-Feature .BannerText > .LogoLink {
    font-size: 18px !important;
  }
}
@media (max-width: 1050px) {
  .Banner-Feature .BannerText > p {
    font-size: var(--font-size-large) !important;
    line-height: 1.5 !important;
  }
}
@media (max-width: 600px) {
  .Banner-Feature {
    --aspect-ratio: 140%;
  }
  .Banner-Feature .BannerText > p {
    font-size: var(--font-size) !important;
  }
}
.Banners-FiftyFifty {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.Banners-FiftyFifty .flickity-viewport {
  overflow: visible;
}

.Banners-FiftyFifty .FeatureItem {
  padding: 0;
  width: 50%;
}

.Banners-FiftyFifty:not([data-slider]) {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Banners-FiftyFifty:not([data-slider]) .FeatureItem {
  -webkit-box-flex: 0 1 50%;
  -moz-box-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}

.Banner-FiftyFifty {
  --aspect-ratio: 50%;
  --background-color: var(--color-banner-bg);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

@media (max-width: 1050px) {
  .Banner-FiftyFifty {
    --aspect-ratio: 80%;
  }
}
.Banners-FiftyFifty .BannerBackgroundCover {
  opacity: 0;
  transition-duration: var(--transition-slow);
}

.Banner-FiftyFifty:hover .BannerCoverLink ~ .BannerBackgroundCover {
  opacity: 1;
}
.Banner-FiftyFifty:hover .BannerCoverLink ~ .BannerImageContainer .BannerBackgroundImage {
  transform: scale(1.03);
}

.Banner-FiftyFifty .AspectRatio {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Banner-FiftyFifty .AspectRatio:before {
  padding-top: var(--aspect-ratio);
}

.Banner-FiftyFifty .BannerContent {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
  text-align: center;
}

.Banner-FiftyFifty .BannerText {
  color: var(--color-light);
  font-size: 3.2rem;
  font-family: var(--font-family-headings);
  font-weight: bold;
  line-height: 4.5rem;
  max-width: 800px;
  position: relative;
  pointer-events: auto;
  transition: 0.3s;
  z-index: 1;
}
.Banner-FiftyFifty .BannerText button {
  margin-top: 3rem;
}

@media (max-width: 600px) {
  .Banner-FiftyFifty .BannerText {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 1050px) {
  .Banners-FiftyFifty .FeatureItem {
    width: 90%;
  }
  .Banners-FiftyFifty .FeatureItem:only-child {
    width: 100%;
  }
  .Banners-FiftyFifty:not([data-slider]) {
    display: block;
  }
  .Banners-FiftyFifty:not([data-slider]) .FeatureItem {
    width: 100%;
  }
}
.FiftyFifty-Text .BannerContent {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: rgba(40, 45, 70, 0.7);
  justify-content: center;
  padding: 2rem;
  pointer-events: none;
  text-align: center;
}

.FiftyFifty-Text .Banner-FiftyFifty-Text {
  --aspect-ratio: 60%;
  --background-color: var(--color-banner-bg);
  border-radius: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

.Banners-FiftyFifty-Text {
  position: relative;
}

.Banners-FiftyFifty-Text .Banner {
  background-color: transparent;
}

.Banners-FiftyFifty-Text .FeatureItem {
  -webkit-box-flex: 0 1 100% !important;
  -moz-box-flex: 0 1 100% !important;
  -ms-flex: 0 1 100% !important;
  -webkit-flex: 0 1 100% !important;
  flex: 0 1 100% !important;
}

.Banners-FiftyFifty-Text .Banner-FiftyFifty {
  --aspect-ratio: 40%;
}

.Banner-Feature .BannerText, .Banner-Wide .BannerText {
  color: var(--color-light);
  font-weight: 400;
}

.Banner-Feature .BannerText > h2, .Banner-Feature .BannerText > .ProductCardPrices, .Banner-Feature .BannerText > .LogoLink {
  font-weight: 500;
}

.Banner-Feature .BannerText, .Banner-Wide .BannerText {
  font-size: var(--font-size-large);
  max-width: 370px;
  text-shadow: 0 1px 2px var(--black-25);
}

.Banner-Feature .BannerText > h2, .Banner-Feature .BannerText > .ProductCardPrices, .Banner-Feature .BannerText > .LogoLink, .Banner-Wide .BannerText > h2, .Banner-Wide .BannerText > .ProductCardPrices, .Banner-Wide .BannerText > .LogoLink {
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.75px;
  line-height: 1.5;
}

.Banner-Feature .BannerIcons {
  font-size: 4rem;
  margin-bottom: 2.5rem;
}

.Banner-Feature .BannerText > p {
  font-size: 1.6rem;
  line-height: 1.5;
}

.Banner-Feature .BannerText > :last-child > a {
  border: 0;
  box-shadow: none;
  height: auto;
  text-shadow: none;
}

.AdBanner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--color-base-2);
  border-radius: var(--border-radius);
  margin: 0;
  overflow: hidden;
}

.AdColumn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.AdImagesColumn {
  -webkit-box-flex: 1.5;
  -moz-box-flex: 1.5;
  -ms-flex: 1.5;
  -webkit-flex: 1.5;
  flex: 1.5;
}

.AdImages {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 3px;
}

.AdImage {
  -webkit-box-flex: 1 1 calc(50% - 6px);
  -moz-box-flex: 1 1 calc(50% - 6px);
  -ms-flex: 1 1 calc(50% - 6px);
  -webkit-flex: 1 1 calc(50% - 6px);
  flex: 1 1 calc(50% - 6px);
  border-radius: var(--border-radius-large);
  margin: 3px;
  z-index: 1;
  overflow: hidden;
}

.AdImage .AspectRatio:before {
  padding-top: 75%;
}

.AdText {
  padding: 3rem;
}

@media screen and (max-width: 800px) {
  .AdBanner {
    display: block;
  }
}
.Banners-Blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
}

.CampaingProducts .Banners-Blocks {
  margin: 0 -15px;
}

.Block {
  -webkit-box-flex: 1 1 25%;
  -moz-box-flex: 1 1 25%;
  -ms-flex: 1 1 25%;
  -webkit-flex: 1 1 25%;
  flex: 1 1 25%;
  padding: 1.5rem;
}

@media screen and (max-width: 600px) {
  .BottomCategories .Block {
    padding: 1rem;
  }
}
.CampaingProducts .Block {
  -webkit-box-flex: 1 1 33.33%;
  -moz-box-flex: 1 1 33.33%;
  -ms-flex: 1 1 33.33%;
  -webkit-flex: 1 1 33.33%;
  flex: 1 1 33.33%;
  padding: 15px;
}

@media screen and (max-width: 600px) {
  .CampaingProducts .Block {
    -webkit-box-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.Banner-Block {
  overflow: hidden;
}

.BottomCategories .Banner-Block {
  margin: 0 auto;
  max-height: 260px;
  max-width: 260px;
  overflow: hidden;
}

.Banner-Block .BannerContainer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.Banner-Block .BannerContent {
  color: var(--color-dark);
  margin: auto;
  max-width: 220px;
  min-width: 170px;
  text-align: center;
  width: 90%;
}

@media screen and (max-width: 1050px) {
  .Banner-Block .BannerContent h1, .Banner-Block .BannerContent .BrandsList li:before, .BrandsList .Banner-Block .BannerContent li:before, .Banner-Block .BannerContent h2, .Banner-Block .BannerContent .ProductCardPrices, .Banner-Block .BannerContent .LogoLink, .Banner-Block .BannerContent h3, .Banner-Block .BannerContent table caption, table .Banner-Block .BannerContent caption, .Banner-Block .BannerContent h4, .Banner-Block .BannerContent .GridBlockInfoContainer h5, .Banner-Block .BannerContent .GridBlockInfoContainer .SearchFilterTitle, .Banner-Block .BannerContent .GridBlockInfoContainer #OrderProductsTable .ProductName, #OrderProductsTable .Banner-Block .BannerContent .GridBlockInfoContainer .ProductName, .GridBlockInfoContainer .Banner-Block .BannerContent h5, .GridBlockInfoContainer .Banner-Block .BannerContent .SearchFilterTitle, .GridBlockInfoContainer .Banner-Block .BannerContent #OrderProductsTable .ProductName, #OrderProductsTable .GridBlockInfoContainer .Banner-Block .BannerContent .ProductName, .Banner-Block .BannerContent .GridBlockInfoContainer h6, .GridBlockInfoContainer .Banner-Block .BannerContent h6 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1050px) {
  .Block {
    -webkit-box-flex: 1 1 47%;
    -moz-box-flex: 1 1 47%;
    -ms-flex: 1 1 47%;
    -webkit-flex: 1 1 47%;
    flex: 1 1 47%;
  }
}
@media screen and (max-width: 600px) {
  .Block {
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}
.BrandLogo {
  max-width: 80px;
}

.LogoBanner .Banner {
  background: none;
}

.LogoBrands {
  margin: 0 auto;
  max-width: 1000px;
  padding: 14rem 0 2rem 0;
}

@media (max-width: 600px) {
  .LogoBrands {
    padding: 1rem;
  }
}
.FrontpageBrandBanner {
  margin-top: 2rem;
}

.FooterBrandBanner {
  background-color: transparent;
  margin: 40px 0;
}

.SimpleBrandList {
  display: block;
  font-size: var(--font-size-large);
  margin: -0.5rem;
}

.SimpleBrandList .BrandListItem {
  background-color: var(--color-base-1);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  display: inline-block;
  margin: 0.5rem;
  padding: 0.5rem 1rem;
}

.SimpleBrandList .BrandListItem a {
  display: inline-block;
  text-decoration: none;
}

.BrandList {
  margin: -1rem;
}

.BrandList {
  -moz-flex-align: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.Brand {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 0 0 calc(16.66% - 2rem);
  -moz-box-flex: 0 0 calc(16.66% - 2rem);
  -ms-flex: 0 0 calc(16.66% - 2rem);
  -webkit-flex: 0 0 calc(16.66% - 2rem);
  flex: 0 0 calc(16.66% - 2rem);
  background-color: var(--color-base-1);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  justify-content: center;
  margin: 1rem;
  overflow: hidden;
  padding: 0.5rem;
  transition-duration: var(--transition-fast);
}

.Brand:hover {
  transform: translateY(-5px);
}

.Brand a {
  display: block;
  text-decoration: none;
}

.Brand img {
  max-width: 100%;
}

.BrandLogoPlaceholder a {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--font-size-small);
  justify-content: center;
  min-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .Brand {
    -webkit-box-flex: 0 0 calc(25% - 2rem);
    -moz-box-flex: 0 0 calc(25% - 2rem);
    -ms-flex: 0 0 calc(25% - 2rem);
    -webkit-flex: 0 0 calc(25% - 2rem);
    flex: 0 0 calc(25% - 2rem);
  }
}
@media (max-width: 1050px) {
  .BrandBannerScrollable {
    position: relative;
  }
  .BrandBannerScrollable .Container, .BrandBannerScrollable .Banner-Wide .BannerContainer, .Banner-Wide .BrandBannerScrollable .BannerContainer, .BrandBannerScrollable .Banners-Wide-Contained {
    padding-left: 0;
    padding-right: 0;
  }
  .BrandBannerScrollable:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
    content: "";
    height: 100%;
    left: auto;
    pointer-events: none;
    width: 40px;
    z-index: 1;
  }
  .BrandBannerScrollable .BrandList {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start;
    position: relative;
  }
  .BrandBannerScrollable .BrandList::-webkit-scrollbar {
    display: none;
  }
  .Brand {
    -webkit-box-flex: 0 0 140px;
    -moz-box-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    -webkit-flex: 0 0 140px;
    flex: 0 0 140px;
  }
}
.BrandsList ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 100vh;
}

.BrandsList li {
  flex: 1;
}

.BrandsList a {
  text-decoration: none;
}

.BrandsList li:before {
  color: var(--color-accent-1);
}

.BrandsList [title^=A]:before {
  display: block;
  content: "A";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=A] + [title^=A]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=B]:before {
  display: block;
  content: "B";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=B] + [title^=B]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=C]:before {
  display: block;
  content: "C";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=C] + [title^=C]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=D]:before {
  display: block;
  content: "D";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=D] + [title^=D]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=E]:before {
  display: block;
  content: "E";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=E] + [title^=E]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=F]:before {
  display: block;
  content: "F";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=F] + [title^=F]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=G]:before {
  display: block;
  content: "G";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=G] + [title^=G]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=H]:before {
  display: block;
  content: "H";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=H] + [title^=H]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=I]:before {
  display: block;
  content: "I";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=I] + [title^=I]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=J]:before {
  display: block;
  content: "J";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=J] + [title^=J]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=K]:before {
  display: block;
  content: "K";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=K] + [title^=K]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=L]:before {
  display: block;
  content: "L";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=L] + [title^=L]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=M]:before {
  display: block;
  content: "M";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=M] + [title^=M]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=N]:before {
  display: block;
  content: "N";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=N] + [title^=N]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=O]:before {
  display: block;
  content: "O";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=O] + [title^=O]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=P]:before {
  display: block;
  content: "P";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=P] + [title^=P]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=Q]:before {
  display: block;
  content: "Q";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=Q] + [title^=Q]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=R]:before {
  display: block;
  content: "R";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=R] + [title^=R]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=S]:before {
  display: block;
  content: "S";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=S] + [title^=S]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=T]:before {
  display: block;
  content: "T";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=T] + [title^=T]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=U]:before {
  display: block;
  content: "U";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=U] + [title^=U]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=V]:before {
  display: block;
  content: "V";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=V] + [title^=V]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=W]:before {
  display: block;
  content: "W";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=W] + [title^=W]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=X]:before {
  display: block;
  content: "X";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=X] + [title^=X]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=Y]:before {
  display: block;
  content: "Y";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=Y] + [title^=Y]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=Z]:before {
  display: block;
  content: "Z";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=Z] + [title^=Z]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=Å]:before {
  display: block;
  content: "Å";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=Å] + [title^=Å]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=Ä]:before {
  display: block;
  content: "Ä";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=Ä] + [title^=Ä]:before {
  display: none;
  margin-top: 0 !important;
}

.BrandsList [title^=Ö]:before {
  display: block;
  content: "Ö";
  margin-bottom: 20px;
  margin-top: 20px !important;
}
.BrandsList [title^=Ö] + [title^=Ö]:before {
  display: none;
  margin-top: 0 !important;
}

@media screen and (max-width: 600px) {
  .BrandsList ul {
    display: block;
    max-height: none;
  }
}
.Breadcrumb a {
  text-decoration: none;
}

.Breadcrumb ul,
.Breadcrumb li {
  display: inline;
}

.Breadcrumb ul li:before {
  content: "\f105";
  margin: 0 10px;
}

.BreadcrumbStart {
  display: none;
}

.BreadcrumbSeparator {
  display: none;
}

.Path {
  font-size: 1.2rem;
  padding: var(--margin) 0 3rem;
}

@media (max-width: 1050px) {
  .Path {
    padding-bottom: 0;
  }
}
.Path .Breadcrumb {
  margin-bottom: 0;
}

.ProductMainColumn .Path {
  padding-bottom: 2rem;
}

.FullCart a {
  text-decoration: none;
}

.FullCartSection {
  border-bottom: 1px solid var(--border-color);
  padding: var(--margin) 0;
}

.FullCartHeader {
  padding: 0;
}

.FullCartInline {
  background: #f5f1db;
  border: none;
  padding: 1.3rem 3rem;
  margin-top: 2rem;
}
.FullCartInline .ShippingCostInline {
  font-weight: 600 !important;
}
.FullCartInline .CartTotalInline {
  font-size: 2.2rem;
  font-weight: bold;
}

.FullCartTitle {
  margin-bottom: 0;
}

.FullCartActions {
  border-bottom: 0;
  padding-bottom: 0;
  text-align: right;
}

.FullCartProducts {
  border-left: 1px solid var(--color-border-2);
  border-right: 1px solid var(--color-border-2);
  border-bottom: 0;
  display: table;
  padding: 0;
  width: 100%;
}

.FullCartCol {
  border-bottom: 1px solid var(--border-color);
  display: table-cell;
  line-height: 1.2;
  padding: var(--margin) var(--grid-list-gutter);
  vertical-align: middle;
}

.FullCartColDetails {
  width: 100%;
}

.FullCartColImage {
  text-align: center;
}

.FullCartColPrice {
  font-family: var(--font-family-headings);
  font-weight: bold;
  text-align: right;
}
.FullCartColPrice .ProductTotal {
  font-size: 2.2rem;
  font-weight: bold !important;
  line-height: 1;
}

.FullCartColRemove {
  white-space: nowrap;
}

.FullCartTotal {
  text-align: right;
}

.FullCartProduct {
  display: table-row;
}

.FullCartProduct .ProductName {
  font-family: var(--font-family);
  font-size: 1.4rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  text-transform: uppercase;
}

.FullCartProduct .ProductName a {
  text-decoration: none;
}

.FullCartProduct .ProductName + * {
  margin-top: 1rem;
}

.FullCartProduct .ProductImage {
  display: block;
  margin-bottom: 0;
  max-width: 160px;
  min-width: 100px;
}

.CartDiscount {
  padding: 0.5rem 1.5rem;
  background: var(--color-success-bg);
  border-radius: 30px;
}

.FullCartProduct .ProductRemove:before {
  content: "\f2ed";
  margin-right: 0.5em;
}

@media screen and (max-width: 800px) {
  .FullCartSection {
    text-align: center;
  }
  .FullCartCol {
    border-bottom: 0;
    display: block;
    margin-bottom: var(--margin);
    padding: 0;
    text-align: center;
    white-space: normal;
    width: 100%;
  }
  .FullCartProduct {
    border-bottom: 1px solid var(--border-color);
    display: block;
    padding: 2rem;
    position: relative;
  }
  .FullCartProduct .ProductImage {
    margin: 0 auto;
  }
  .FullCartProduct .ProductRemove {
    position: absolute;
    right: 10px;
    top: 40px;
  }
  .FullCartProduct .Spinner {
    margin: 0 auto;
  }
}
.Bolded {
  font-weight: 600;
}

.MiniCart {
  padding: 3rem;
}

.MiniCart .CartTotal {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

.MiniCart .CartTotalPrice {
  font-size: 2.2rem;
  margin: 0;
}

.MiniCartHeader {
  border-radius: 0;
  padding: 0 !important;
}

.MiniCartHeader h3, .MiniCartHeader table caption, table .MiniCartHeader caption {
  margin-bottom: 1rem;
}

.MiniCartHeader p {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.MiniCartTitle {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 0;
}

.MiniCartTotal,
.MiniCartActions {
  padding: 3rem 0;
}

.MiniCartTotal:last-child {
  font-size: var(--font-size-large);
  font-weight: bold;
}

.MiniCartProduct.MiniListProduct {
  border: 1px solid var(--border-color);
  padding: 1rem 0.5rem;
  position: relative;
}

.MiniCartProductQuantity {
  display: none;
  font-weight: bold;
}

.MiniCartProductQuantity:not([data-quantity="1"]) {
  display: inline;
}

.MiniCartProductTotal {
  display: none;
  font-size: var(--font-size-small);
  font-weight: normal;
}

.MiniCartProductQuantity:not([data-quantity="1"]) ~ .MiniCartProductTotal {
  display: block;
}

.Drawer .MiniCartProduct .ProductName {
  padding-right: 30px;
}

.MiniCartProduct .ProductRemove {
  border: 1px solid var(--color-border-2);
  border-top: 0;
  border-right: 0;
  right: 0rem;
  position: absolute;
  top: 0rem;
}
.MiniCartProduct .ProductRemove span {
  font-size: 0;
}
.MiniCartProduct .ProductRemove span:before {
  content: "\f2ed";
  vertical-align: middle;
}
.MiniCartProduct .ProductRemove span:before {
  color: #777;
  font-size: var(--font-size);
  font-weight: bold;
  height: 4rem;
  line-height: 2rem;
  padding-top: 1rem;
  text-align: center;
  top: 0;
  width: 4rem;
}

.MiniCartProduct:not([data-product-type=attachment]) .CartProductDetails {
  display: none;
}

.PriceBlock {
  background: #f5f1db;
  margin-top: 2rem;
  text-align: right;
}

.PriceBlock .MiniCartTotal {
  border: 0;
  padding: 0.5rem 1.5rem;
}

.PriceBlock .MiniCartTotal:first-child {
  padding-top: 1.5rem;
}

.PriceBlock .MiniCartTotal:last-child {
  padding-bottom: 1.5rem;
}

.ShippingCost {
  font-weight: bold;
  padding-bottom: 0 !important;
}

.MiniCart-Checkout {
  background-color: var(--color-body-bg);
}
.MiniCart-Checkout .MiniCartHeader,
.MiniCart-Checkout .MiniCartTotal,
.MiniCart-Checkout .MiniCartActions {
  padding: 2rem 0;
}

.MiniCart-Checkout .MiniCartHeader {
  border: 0;
  padding-top: 0;
}

.MiniCart-Checkout .MiniCartActions {
  display: none;
  padding-bottom: 0;
}

.MiniCart-Checkout .MiniCartProduct {
  padding-left: 0;
  padding-right: 0;
}

.MiniCart-Checkout .MiniCartTotal:last-child {
  margin-bottom: calc(var(--margin) * -1);
}

.MiniCart-Checkout .MiniCartProduct .ProductRemove {
  display: none;
}

[data-drawer-toggle=cart] {
  position: relative;
}

.CartTotalVisual {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--color-accent-1);
  color: var(--color-light);
  border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
  height: 2.2rem;
  line-height: 1;
  justify-content: center;
  pointer-events: none;
  transition-duration: var(--transition-slow);
  width: 2.2rem;
}

.CartTotalVisual[data-cart-total="0"] {
  opacity: 0;
  transform: scale(0.5);
}

.CartTotalVisual:not([data-cart-total="0"]) {
  opacity: 1;
  transform: scale(1);
}

.Button[data-drawer-toggle=cart] .CartTotalVisual, #OrderDocuments a[data-drawer-toggle=cart] .CartTotalVisual, form button[data-drawer-toggle=cart] .CartTotalVisual, .Banner-Wide .BannerText > :last-child > a[data-drawer-toggle=cart] .CartTotalVisual, .Banner-Feature .BannerText > :last-child > a[data-drawer-toggle=cart] .CartTotalVisual, .AdText :last-child a[data-drawer-toggle=cart] .CartTotalVisual {
  right: -1rem;
  position: absolute;
  top: -1rem;
}

.IconButton[data-drawer-toggle=cart] .CartTotalVisual {
  position: absolute;
  left: 3.2rem;
  bottom: 2.7rem;
}

.NavigationBarToggle .CartTotalVisual {
  font-size: var(--font-size);
  font-weight: bold;
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
}

.CartCampaignHighlight.Disabled {
  display: none;
}

.CampaignMessage {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.CampaignMessage span {
  flex: 1;
}

.CartCampaignHighlight:not(.Active) .CampaignMessage.ThresholdReached {
  display: none;
}

.CartCampaignHighlight.Active .CampaignMessage {
  display: none;
}
.CartCampaignHighlight.Active .CampaignMessage.ThresholdReached {
  display: flex;
}

.CategoryPreview .flickity-prev-next-button {
  display: none;
}

.CategoryHeader a {
  text-decoration: none;
}

.CategoryHeaderLink:after {
  content: "\f061";
  margin-left: 0.5em;
}

.CompanyProducts {
  padding: 60px 0 0 0;
  text-align: center;
}

.CompanyProducts .ContentSection-Narrow {
  margin-bottom: 60px;
}

.CompanyProducts h2, .CompanyProducts .ProductCardPrices, .CompanyProducts .LogoLink, .CampaingProducts h2, .CampaingProducts .ProductCardPrices, .CampaingProducts .LogoLink {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media (max-width: 600px) {
  .CompanyProducts h2, .CompanyProducts .ProductCardPrices, .CompanyProducts .LogoLink, .CampaingProducts h2, .CampaingProducts .ProductCardPrices, .CampaingProducts .LogoLink {
    font-size: 2.7rem !important;
    line-height: 4rem !important;
    margin-top: 0 !important;
  }
}
.CompanyProducts p {
  font-size: 2rem;
  line-height: 1.5;
}

.CompanyProducts .flickity-page-dots .dot {
  height: 7px;
  width: 60%;
  margin: 0;
  border-radius: 0;
}

.CompanyProducts .flickity-page-dots .dot.is-selected {
  background: var(--color-accent-2);
  width: 10%;
}

.CampaingProducts {
  font-family: var(--font-family-headings);
  text-align: center;
}

.CampaingProducts button {
  margin-bottom: 3rem;
  margin-top: 6rem;
}

.CampaingProducts h2, .CampaingProducts .ProductCardPrices, .CampaingProducts .LogoLink {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 3rem;
  margin-top: 8rem;
  text-align: center;
}

.Checkout .ContentSection + .ContentSection {
  margin-top: 2rem;
}

.CheckoutTransferToPaymentForm {
  display: inline-block;
  margin: 0 5px 10px 0;
  vertical-align: middle;
  width: 240px;
}

.CheckoutTransferToPaymentLogo {
  display: block;
  line-height: 60px;
  margin-bottom: 10px;
}

.CheckoutTransferToPayment [type=submit] {
  background-color: var(--color-image-bg);
  border-color: var(--border-color);
  display: block;
  height: 140px;
  width: 100%;
}

.CheckoutTransferToPayment [type=submit]:hover {
  background-color: var(--color-image-bg);
  border-color: var(--color-accent-2);
}

@media screen and (max-width: 600px) {
  .CheckoutTransferToPaymentForm {
    margin-right: 0;
    width: 100%;
  }
}
#CheckoutMarketingPermissions .Checks label {
  background-color: var(--color-button-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
}

#CheckoutMarketingPermissions .Checks input {
  margin-right: 10px;
}

@media screen and (max-width: 800px) {
  #CheckoutMarketingPermissions .Checks > label {
    display: block;
  }
}
#KlarnaCheckoutWrap {
  max-width: 640px;
}

#KlarnaCheckoutWrap > :last-child {
  margin-bottom: 0;
}

#klarna-checkout-container {
  margin: -12px;
}

#KlarnaCheckoutThanks {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: var(--margin);
}

.JS input#postal_code {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

input#postal_code + button.Submit {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#CheckoutForm {
  border-top: 7px solid var(--color-base-4);
  margin: auto;
  margin-top: 3rem;
  padding-top: 3rem;
}
#CheckoutForm h2, #CheckoutForm .ProductCardPrices, #CheckoutForm .LogoLink {
  font-size: 2.7rem;
  font-weight: bold;
}
#CheckoutForm p.label {
  display: none;
}
#CheckoutForm .FormSubmit {
  margin: 4rem 0;
}
#CheckoutForm .Flex-Collapse {
  margin-bottom: 2rem;
}

.BillingIntro {
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 4rem;
}

#CheckoutForm textarea {
  width: 100%;
}

#CheckoutShippingMethods .CheckWrap > .label,
#CheckoutPaymentMethods .CheckWrap > .label {
  display: none;
}

#CheckoutBillingAddress .FormItem, #CheckoutShippingAddress .FormItem {
  width: 100%;
}
#CheckoutBillingAddress .FormItem input:not([type=radio]):not([type=checkbox]), #CheckoutShippingAddress .FormItem input:not([type=radio]):not([type=checkbox]),
#CheckoutBillingAddress .FormItem select,
#CheckoutBillingAddress .FormItem .FilterGroupName,
#CheckoutShippingAddress .FormItem select,
#CheckoutShippingAddress .FormItem .FilterGroupName,
#CheckoutBillingAddress .FormItem textarea,
#CheckoutShippingAddress .FormItem textarea {
  width: 100%;
}
#CheckoutBillingAddress .FormItem .InlineCheck, #CheckoutShippingAddress .FormItem .InlineCheck {
  margin: 5px 0 0;
}

#CheckoutBillingAddress .GroupItem, #CheckoutShippingAddress .GroupItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#CheckoutBillingAddress .GroupItem .GroupLabel, #CheckoutShippingAddress .GroupItem .GroupLabel {
  display: none;
  width: 100%;
}
#CheckoutBillingAddress .GroupItem > div, #CheckoutShippingAddress .GroupItem > div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#CheckoutBillingAddress .GroupItem > div:last-child, #CheckoutShippingAddress .GroupItem > div:last-child {
  margin-right: 0;
}

#CheckoutBillingAddress .GroupErrorMessage, #CheckoutShippingAddress .GroupErrorMessage,
#CheckoutBillingAddress .FormNotification,
#CheckoutShippingAddress .FormNotification {
  width: 100%;
}

@media screen and (max-width: 800px) {
  #CheckoutBillingAddress .GroupItem, #CheckoutShippingAddress .GroupItem {
    display: block;
  }
}
#CheckoutForm .SubmitButton {
  min-width: 200px;
}

#CheckoutForm label[for=email_subscription], #CheckoutForm label[for=sms_subscription] {
  display: none;
}

.ShippingMethodWrapper,
.PaymentMethodWrapper {
  background-color: var(--color-boxed-bg);
  border: 1px solid var(--border-color);
  margin-top: -1px;
  padding: 5px 15px;
}
.ShippingMethodWrapper select, .ShippingMethodWrapper .FilterGroupName,
.PaymentMethodWrapper select,
.PaymentMethodWrapper .FilterGroupName {
  width: 100%;
}
.ShippingMethodWrapper .FormHelp,
.PaymentMethodWrapper .FormHelp {
  margin: 0;
}

.ShippingMethodWrapper:first-child,
.PaymentMethodWrapper:first-child {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.ShippingMethodWrapper:last-child,
.PaymentMethodWrapper:last-child {
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
}

.ShippingMethodWrapper > label,
.PaymentMethodWrapper > label {
  margin-bottom: 0;
}

.DefineShippingMethod,
.DefinePaymentMethod {
  margin-top: 10px;
}
.DefineShippingMethod > label,
.DefinePaymentMethod > label {
  font-weight: bold;
}

.ShippingMethod,
.PaymentMethod {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0;
  position: relative;
}

.ShippingMethodLogo,
.PaymentMethodLogo {
  background-color: var(--color-image-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  margin: 0 5px 0 10px;
  text-align: center;
  width: 80px;
}

.ShippingMethodLogo img,
.PaymentMethodLogo img {
  margin: auto;
  max-height: 40px;
  padding: 5px;
}

.ShippingMethodName,
.PaymentMethodName {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0 5px;
}

.DisabledShippingMethod .ShippingMethod > *:not(.Notification):not(.OfferText):not(#OrderStatus):not(.GroupErrorMessage):not(.FormNotification):not(.CartCampaignHighlight),
.DisabledPaymentMethod .PaymentMethod > *:not(.Notification):not(.OfferText):not(#OrderStatus):not(.GroupErrorMessage):not(.FormNotification):not(.CartCampaignHighlight) {
  opacity: 0.5;
}

.SelectedMethod {
  background-color: var(--color-base-1);
  border-color: transparent;
  border-radius: var(--border-radius);
  box-shadow: 0 0 0 2px var(--border-color);
  position: relative;
  transition-duration: var(--transition-slow);
}

.JS [data-hide-details] .ShippingMethod ~ *,
.JS [data-hide-details] .PaymentMethod ~ * {
  display: none;
}
.JS [data-hide-details] .SelectedMethod .ShippingMethod ~ *,
.JS [data-hide-details] .SelectedMethod .PaymentMethod ~ * {
  display: block;
}

.Drawer {
  --background-color: var(--color-drawer-bg);
  --border-color: var(--color-drawer-border);
  background-color: var(--background-color);
  position: fixed;
  transition-duration: var(--transition-slow);
}

.Drawer[data-drawer-side=top],
.Drawer[data-drawer-side=bottom] {
  left: 0;
  overflow-x: auto;
  width: 100%;
}

.Drawer[data-drawer-side=left],
.Drawer[data-drawer-side=right] {
  bottom: 0;
  max-width: calc(100% - 50px);
  overflow-y: auto;
  top: -1px;
  width: 500px;
}

.Drawer[data-drawer-side=top] {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  top: 0;
}

.Drawer[data-drawer-side=bottom] {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  bottom: 0;
}

.Drawer[data-drawer-side=left] {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  left: 0;
}

.Drawer[data-drawer-side=right] {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  right: 0;
}

.Drawer[data-drawer-side=top].Open {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Drawer[data-drawer-side=bottom].Open {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.Drawer[data-drawer-side=left].Open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.Drawer[data-drawer-side=right].Open {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.DrawerHeader {
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.DrawerHeader .DrawerTitle {
  margin: 0;
}

.DrawerSection {
  padding: 1.5rem;
}

.DrawerSection > :last-child {
  margin-bottom: 0;
}

.GiftCard {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-medium);
  margin: 1.5rem;
  padding: 1.5rem;
}

.GiftCardTitle {
  margin-bottom: 0;
}

.GiftCardHeader {
  border-bottom: 1px solid var(--border-color);
  padding: 1.5rem;
}

.GiftCard h4, .GiftCard .GridBlockInfoContainer h1, .ProductDescription table .GiftCard .GridBlockInfoContainer caption, table .ProductDescription .GiftCard .GridBlockInfoContainer caption, .GridBlockInfoContainer .GiftCard h1, .GridBlockInfoContainer .GiftCard .ProductDescription table caption, .GridBlockInfoContainer .GiftCard table .ProductDescription caption, .GiftCard .GridBlockInfoContainer .BrandsList li:before, .GridBlockInfoContainer .BrandsList .GiftCard li:before, .GiftCard .BrandsList .GridBlockInfoContainer li:before, .BrandsList .GridBlockInfoContainer .GiftCard li:before, .GiftCard .GridBlockInfoContainer h2, .GiftCard .GridBlockInfoContainer .ProductCardPrices, .GiftCard .GridBlockInfoContainer .LogoLink, .GridBlockInfoContainer .GiftCard h2, .GridBlockInfoContainer .GiftCard .ProductCardPrices, .GridBlockInfoContainer .GiftCard .LogoLink, .GiftCard .GridBlockInfoContainer h3, .GridBlockInfoContainer .GiftCard h3, .GiftCard .GridBlockInfoContainer table caption, .GridBlockInfoContainer table .GiftCard caption, .GiftCard table .GridBlockInfoContainer caption, table .GridBlockInfoContainer .GiftCard caption, .GiftCard .GridBlockInfoContainer h5, .GiftCard .GridBlockInfoContainer .SearchFilterTitle, .GiftCard .GridBlockInfoContainer #OrderProductsTable .ProductName, #OrderProductsTable .GiftCard .GridBlockInfoContainer .ProductName, .GridBlockInfoContainer .GiftCard h5, .GridBlockInfoContainer .GiftCard .SearchFilterTitle, .GridBlockInfoContainer .GiftCard #OrderProductsTable .ProductName, #OrderProductsTable .GridBlockInfoContainer .GiftCard .ProductName, .GiftCard .GridBlockInfoContainer h6, .GridBlockInfoContainer .GiftCard h6 {
  margin-bottom: 0.5rem;
}

.GiftCard p {
  margin-bottom: 0;
}

.GiftCard form,
.GiftCard .FormItem {
  margin: 0;
}

.GiftCard button {
  margin: 10px 0 0;
  padding: 0 6px;
}

.DrawerContainer {
  position: relative;
  transition-duration: var(--transition-slow);
}

.Drawers {
  position: relative;
  z-index: 10000;
}

.DrawerOverlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: hsl(var(--accent-1-hue), 50%, 0%);
  cursor: pointer;
  opacity: 0;
  transition-duration: var(--transition-slow);
  visibility: hidden;
  z-index: 1000;
}

.DrawerOverlay.Visible {
  opacity: 0.5;
  visibility: visible;
}

.DrawerClose {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color-light);
  content: "";
  cursor: pointer;
  height: 50px;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 50px;
}

.DrawerClose:before {
  content: "\f00d";
  font-size: 24px;
}

.Drawer.Open ~ .DrawerClose {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.Drawer.Open[data-drawer-side=left] ~ .DrawerClose {
  left: 500px;
}

.Drawer.Open[data-drawer-side=right] ~ .DrawerClose {
  right: 500px;
}

.Drawer[data-drawer-side=top].Open ~ .DrawerClose {
  display: none;
}

@media screen and (max-width: 450px) {
  .Drawer.Open[data-drawer-side=right] ~ .DrawerClose {
    left: 0;
    right: auto;
  }
  .Drawer.Open[data-drawer-side=left] ~ .DrawerClose {
    left: auto;
    right: 0;
  }
}
.ProductListFilters {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--grid-list-gutter) / 4 * -1);
}

@media screen and (max-width: 600px) {
  .ProductListFilters {
    display: block;
  }
}
.FilterGroup {
  margin: 1rem calc(var(--grid-list-gutter) / 2);
  position: relative;
}

@media (max-width: 1050px) {
  .FilterGroup {
    margin: 1rem 0.5rem;
  }
}
.FilterGroup a {
  text-decoration: none;
}

.FilterGroupName {
  border-radius: var(--border-radius);
  background-image: none;
  margin: 0;
  min-width: 120px;
  position: relative;
  transition: none;
}
.FilterGroupName:after {
  content: "\f078";
  padding: 5px 12px;
  position: absolute;
  right: 0;
}

.FilterGroup.ActiveGroup .FilterGroupName {
  border-color: var(--border-color);
}

.FilterGroup.ActiveGroup .FilterList {
  border-color: var(--border-color);
}

.FilterGroup.Navigable .FilterGroupName {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  box-shadow: none;
  outline: 0;
  z-index: 2;
}
.FilterGroup.Navigable .FilterGroupName:after {
  content: \f077;
}

.FilterResultCount {
  color: var(--color);
  font-size: var(--font-size-small);
}

.ProductFilterBlock {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

@media (max-width: 1050px) {
  .ProductFilterBlock {
    padding-bottom: 2rem;
  }
}
.ProductFilterBlock .ProductListFilters select, .ProductFilterBlock .ProductListFilters .FilterGroupName {
  background: var(--color-accent-3);
}

.FilterList {
  --border-color: var(--color-input-border);
  background-color: var(--color-accent-3);
  border: 1px solid var(--border-color);
  border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
  top: calc(100% - 1px);
  display: none;
  left: 0;
  margin: 0;
  max-height: 300px;
  max-width: 300px;
  min-width: 210px;
  outline: 0;
  overflow: auto;
  position: absolute;
  z-index: 1;
}

.Navigable .FilterList {
  display: block;
}

.FilterList ul {
  margin: 0;
}

.FilterList li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: var(--border-radius);
  justify-content: space-between;
  margin: 5px;
  padding: 3px 10px;
  position: relative;
}

.FilterList li:hover {
  background-color: var(--color-base-1);
}

.FilterList a:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
}

.FilterList .RemoveFilter {
  background: none;
  color: var(--color-accent-2);
  margin-left: 5px;
  padding: 0;
}

.FilterList .RemoveFilter:before {
  border-radius: var(--border-radius);
  margin: 0;
}

@media screen and (max-width: 600px) {
  .FilterList {
    max-width: none;
    width: 100%;
  }
}
.FilterTags .RemoveFilter:before {
  content: "\f00d";
}

.ClearAllFilters .RemoveFilter {
  background-color: transparent;
  text-decoration: underline;
}
.ClearAllFilters .RemoveFilter:before {
  display: none;
}

.CompanyName {
  font-weight: 600;
}

.CopyrightText {
  font-size: 12px !important;
  opacity: 0.7;
}

.Footer {
  color: var(--color-light);
  padding: var(--large-margin) 0;
}

.Footer a {
  color: var(--color-accent-2);
}

.Footer .LogoLink img {
  max-height: 115px;
  max-width: 220px;
}

.FooterCopy .Copyright {
  border-top: 1px solid var(--border-color);
  padding: var(--margin) 0;
}

.FooterInfo {
  font-size: 16px;
  line-height: 33px;
}

.FooterItems {
  -moz-flex-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}

.FooterItems .FooterItem {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.FooterItems .FooterItem:only-child {
  text-align: center;
}

.FooterItems .FooterItem:nth-last-child(-n+3):first-child, .FooterItems .FooterItem:nth-last-child(-n+3):first-child ~ .FooterItem {
  text-align: center;
}

@media screen and (max-width: 800px) {
  .FooterItem {
    margin-bottom: 4rem;
  }
}
.Some {
  opacity: 0.5;
  padding-top: 2.8rem;
}

.Some i {
  font-size: 2.8rem;
}

.Some i:first-child {
  padding-right: 1.4rem;
}

@media screen and (max-width: 800px) {
  .Some {
    padding-bottom: 2.8rem;
  }
}
.Footer #NewsletterSubscribeForm label {
  display: none;
}

.CustomerPromises {
  margin-top: 12rem;
}

.GridBlocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.GridBlock {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  background: var(--color-base-1);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-large);
  box-shadow: 0 4px 12px var(--black-10);
  margin: 1rem;
  margin-top: -6rem;
  position: relative;
}

.GridBlockLink {
  height: 100%;
  position: absolute;
  width: 100%;
}

.GridBlockIcon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--color-accent-1-lighter);
  font-size: 5rem;
  justify-content: center;
  padding: 0;
  width: 30%;
}
.GridBlockIcon .fa {
  margin: 0 !important;
}

.GridBlockInfoContainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-small);
  justify-content: flex-start;
  padding: 2rem;
  padding-left: 0;
  width: 70%;
}
.GridBlockInfoContainer :last-child {
  margin-bottom: 0;
}
.GridBlockInfoContainer h1, .GridBlockInfoContainer .BrandsList li:before, .BrandsList .GridBlockInfoContainer li:before, .GridBlockInfoContainer h2, .GridBlockInfoContainer .ProductCardPrices, .GridBlockInfoContainer .LogoLink, .GridBlockInfoContainer h3, .GridBlockInfoContainer table caption, table .GridBlockInfoContainer caption, .GridBlockInfoContainer h4, .GridBlockInfoContainer h5, .GridBlockInfoContainer .SearchFilterTitle, .GridBlockInfoContainer #OrderProductsTable .ProductName, #OrderProductsTable .GridBlockInfoContainer .ProductName, .GridBlockInfoContainer h6 {
  margin-bottom: 1rem;
}

@media (max-width: 1050px) {
  .GridBlock {
    display: block;
  }
  .GridBlockInfoContainer,
  .GridBlockIcon {
    padding: 2rem;
    text-align: center;
    width: 100%;
  }
}
.BrandHeader {
  padding: 2rem 0 0;
}

.BrandHeader .LogoLink > img {
  max-height: 80px;
  max-width: 240px;
}

.LiveSearch {
  position: relative;
}

.LiveSearch.Active .LiveSearchResults {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.LiveSearchTitle {
  font-size: var(--font-size);
  margin: 1rem 0;
  padding: 0.5rem 1.5rem;
}
.LiveSearchTitle:first-child {
  margin-top: 1rem;
}

.LiveSearchSeparator {
  border-top: 1px solid var(--border-color);
  margin: 1.5rem 0;
}

.LiveSearchResults,
.LiveSearch.Active .LiveSearchResults:empty {
  background-color: var(--color-base-1);
  border-radius: var(--border-radius);
  box-shadow: 0 0 0 1px var(--border-color), 0 2px 40px var(--black-10);
  margin-top: 0.5rem;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  transform: translateY(10px);
  transition-duration: var(--transition-fast);
  visibility: hidden;
  width: 400px;
  z-index: 1000;
}

.LiveSearchResults .MiniListProduct {
  border-bottom: 1px solid var(--border-color);
  padding: 0.5rem 1rem;
}
.LiveSearchResults .MiniListProduct:last-child {
  border-bottom: 0;
}

.LiveSearchActions .Button, .LiveSearchActions #OrderDocuments a, #OrderDocuments .LiveSearchActions a, .LiveSearchActions form button, form .LiveSearchActions button, .LiveSearchActions .Banner-Wide .BannerText > :last-child > a, .Banner-Wide .LiveSearchActions .BannerText > :last-child > a, .LiveSearchActions .Banner-Feature .BannerText > :last-child > a, .Banner-Feature .LiveSearchActions .BannerText > :last-child > a, .LiveSearchActions .AdText :last-child a, .AdText :last-child .LiveSearchActions a {
  display: block;
  margin: 20px auto;
  max-width: calc(100% - 6rem);
}

.LiveSearchActions {
  display: none;
}

.SearchResults div:nth-last-child(n+5):first-child:last-child, .SearchResults div:nth-last-child(n+5):first-child ~ div:last-child {
  display: block !important;
}

@media screen and (max-width: 800px) {
  .LiveSearchResults .SearchFilter {
    display: block;
    margin: 0;
  }
}
.SearchIcon {
  font-size: 2.4rem;
}

@media screen and (min-width: 1270px) {
  .SearchIcon {
    display: none;
  }
}
#LiveSearchModal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  overflow-y: scroll;
  padding: 20px;
  visibility: hidden;
  z-index: 1000;
}

#LiveSearchModal.open {
  opacity: 1;
  visibility: visible;
}

#LiveSearchModal .overlay {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background-color: var(--color-base-1);
  cursor: pointer;
}

#LiveSearchModal #LiveSearch {
  margin: 15% auto;
  max-width: 700px;
  position: relative;
  z-index: 1100;
}

#LiveSearchModal #SearchForm {
  background-color: #ffffff;
  box-shadow: 0px 0px 50px #000;
  height: 60px;
  padding: 0;
}

#LiveSearchModal #SearchForm input,
#LiveSearchModal #SearchForm button {
  border: 0;
  border-radius: 0;
  outline: none;
}

#LiveSearchModal #SearchInput {
  font-size: 1.2em;
  height: 60px;
  padding: 10px 20px;
  width: calc(100% - 60px);
}

#LiveSearchModal #SearchButton {
  box-shadow: none;
  height: 60px;
  width: 60px;
}

#LiveSearchModal #SearchButton::before {
  font-size: 25px;
}

@media (max-width: 600px) {
  #LiveSearchModal #SearchButton::before {
    font-size: 20px;
  }
  #LiveSearchModal #SearchForm, #LiveSearchModal #SearchButton,
  #LiveSearchModal #SearchInput {
    height: 50px;
  }
}
.LiveSearchModal-Opener {
  position: relative;
}

@media (max-width: 1050px) {
  .LiveSearchModal-Opener .fa {
    font-size: 20px;
  }
}
.Loader {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color-loader-bg);
  display: none;
  z-index: 10;
}

.Loader > .Notification, .Loader > .OfferText, .Loader > #OrderStatus, .Loader > .GroupErrorMessage,
.Loader > .FormNotification, .Loader > .CartCampaignHighlight {
  left: 10px;
  position: absolute;
  top: 10px;
}

.LoaderSpinner {
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
}

.LoaderSpinner:before {
  content: "\f1ce";
  animation: fa-spin 1s linear infinite;
  font-size: 24px;
  opacity: 0.5;
  -webkit-transform-origin: calc(50% - 0.5px) calc(50% - 1px);
  transform-origin: calc(50% - 0.5px) calc(50% - 1px);
}

.mz-expand .mz-expand-bg {
  background-color: #202020;
}

.mz-expand .mz-expand-bg > img {
  display: none;
}

.fa:first-child {
  margin-right: 0.25em;
}

.fa:last-child {
  margin-left: 0.25em;
}

.fa:first-child:last-child {
  margin-left: 0;
}

.Badge {
  background-color: var(--color-accent-2);
  border-radius: 30px;
  display: block;
  color: var(--color-light);
  font-size: 2rem;
  font-weight: bold;
  padding: 13px 5px;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.LogoLink {
  display: inline-block;
  margin: 0;
  text-decoration: none;
  vertical-align: middle;
}

.ContentTitle-Center {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 3.3rem;
  margin-bottom: 5rem;
  text-align: center;
}

.ContentSection {
  --top-margin: var(--large-margin);
}

.ContentSection + .ContentSection {
  margin-top: var(--top-margin);
}

.ContenSection:empty {
  display: none;
}

.ContentSection-Narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.ContentSection-SemiNarrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media (max-width: 600px) {
  .ContentSection-Narrow p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.BackgroundShade {
  background-color: var(--color-boxed-bg);
}

.ContentPullMargins {
  padding: var(--large-margin) var(--margin) calc(var(--large-margin) * 1.5);
}

.ContentPullMargins {
  margin-left: calc(var(--page-margin) * -1);
  margin-right: calc(var(--page-margin) * -1);
  overflow: hidden;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
}

.ContentMobilePullMargins {
  padding: var(--margin);
}

@media screen and (max-width: 1050px) {
  .ContentMobilePullMargins {
    margin-left: calc(var(--page-margin) * -1);
    margin-right: calc(var(--page-margin) * -1);
    overflow: hidden;
    padding-left: var(--page-margin);
    padding-right: var(--page-margin);
  }
}
.ContentSectionTitle {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  margin-bottom: 3rem;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .ContentSectionTitle {
    font-size: 2.7rem !important;
    line-height: 4rem !important;
    margin-top: 0 !important;
  }
}
.fb-like {
  max-width: 100%;
  overflow: hidden;
}

.ExtShareButtons + .fb-like {
  margin-top: var(--margin);
}

.Navi {
  background: #fafafa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  opacity: 0;
  position: absolute;
  top: 110px;
  visibility: hidden;
}

.NavigationBar li:hover .Navi {
  opacity: 1;
  visibility: visible;
}

.Navi .Categories {
  min-width: 200px;
  position: relative;
}

.DesktopNav {
  display: block;
}

.MobileNav {
  display: none;
}

@media (max-width: 1500px) {
  .DesktopNav .HeaderNavigation > ul > li > a {
    font-size: 1.3rem;
  }
}
@media (max-width: 1500px) {
  .MobileNav {
    display: block;
  }
  .DesktopNav {
    display: none;
  }
}
.mfp-bg {
  background-color: #000;
  opacity: 0.75;
  z-index: 10001;
}

.mfp-wrap {
  z-index: 10002;
}

.mfp-preloader {
  z-index: 10004;
}

.mfp-content {
  z-index: 10005;
}

button.mfp-close,
button.mfp-arrow {
  z-index: 10006;
}

.mfp-ajax-content {
  background-color: var(--color-body-bg);
  border-radius: var(--border-radius);
  box-shadow: 0 8px 22px var(--black-75);
  margin: 60px auto;
  max-width: 860px;
  padding: 60px 40px;
  position: relative;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  transform: scale(0.95);
  transition-duration: var(--transition-slow);
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}

@media screen and (max-width: 800px) {
  .mfp-ajax-content {
    max-width: 640px;
    padding: 60px 15px;
  }
}
.mfp-wrap .mfp-close {
  font-family: var(--font-body);
  font-size: 0;
  margin-left: auto;
  opacity: 1;
  padding: 0 15px;
  width: auto;
}
.mfp-wrap .mfp-close:before, .mfp-wrap .mfp-close:after {
  padding: 5px;
}
.mfp-wrap .mfp-close:before {
  content: attr(title);
  font-size: var(--font-size-small);
}
.mfp-wrap .mfp-close:after {
  content: "\f00d";
  font-size: var(--font-size-large);
}

.NavigationBar {
  --background-color: var(--color-navbar-bg);
  --border-color: var(--color-navbar-border);
  background-color: var(--background-color);
  border-bottom: 1px solid var(--border-color);
  font-size: var(--font-size-large);
  padding: 3.2rem 0;
  position: relative;
  z-index: 100;
}

body[class*=CategoryID-1] .NavigationBar {
  --background-color: transparent;
  border-bottom: 0;
}

@media (max-width: 600px) {
  body[class*=CategoryID-1] .NavigationBar {
    --background-color: inherit;
  }
}
.NavigationBar a {
  color: var(--color-light);
}

.NavigationBar #LiveSearch {
  color: var(--color-light);
  margin: 0 1.5rem 0 0 !important;
}

@media screen and (max-width: 1260px) {
  .NavigationBar #LiveSearch {
    display: none;
  }
  .NavigationBar .HeaderNavigation a {
    font-size: 1.4rem;
  }
}
.NavigationBar #SearchInput {
  height: 4rem;
}

.NavigationBar #SearchButton {
  right: 4rem;
}

.NavigationBar #SearchButton:before {
  font-size: 20px !important;
}

@media (max-width: 1530px) {
  .NavigationBar #LiveSearch {
    max-width: 200px;
    min-width: 0;
  }
}
@media (max-width: 1260px) {
  .NavigationBar #LiveSearch {
    max-width: 130px;
  }
}
.NavigationBar .Hide-Tablet .FlexItem {
  width: 43%;
}

.NavigationBar .LogoLink > img {
  max-height: 46px;
  max-width: 160px;
}

.NavigationBar .Hide-Tablet .LogoLink > img {
  max-height: 70px;
  max-width: 200px;
}

.NavigationBarToggle {
  display: inline-block;
  font-size: 2.4rem;
  padding: 1.5rem;
}

.NavigationBarToggle-Left {
  margin-left: -1.5rem;
}

.NavigationBarToggle-Right {
  margin-right: -1.5rem;
}

@media screen and (max-width: 800px) {
  .NavigationBar {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.RightSideIcons {
  float: right;
}

.NavigationBar .InfoNavigation, .NavigationBar .Categories {
  display: inline-flex;
  list-style: none;
}

.NavigationBar .InfoNavigation li a, .NavigationBar .Categories li a {
  text-decoration: none;
  text-transform: uppercase;
}

.NavigationBar input#SearchInput {
  background: var(--color-accent-1-darker) !important;
  padding-left: 1.5rem !important;
}

.NavigationBar input#SearchInput::placeholder {
  color: var(--color-light) !important;
}

.NavigationBar button#SearchButton {
  background: none !important;
  bottom: 4px;
  color: var(--color-light);
  font-size: inherit !important;
}

.NavigationBar button#SearchButton:before {
  font-size: 2.5rem;
}

.NavigationBar #SearchButton span {
  display: none;
}

[data-navigation-expandable] .HasSubCategories > ul,
[data-navigation-expandable] .HasSubPages > ul,
[data-navigation-expandable] .HasSubNavigation > ul {
  display: none;
}

[data-navigation-expandable] .Open > ul {
  display: block;
}

.HeaderNavigation {
  display: flex;
}

.HeaderNavigation li {
  list-style: none;
}

.HeaderNavigation li ul {
  background: #fff;
  margin: 0;
  max-width: 300px;
  min-width: 150px;
  opacity: 1;
  position: absolute;
  transition-duration: 0.15s;
  visibility: hidden;
  z-index: 1000;
}

.HeaderNavigation li:hover ul {
  opacity: 1;
  visibility: visible;
}

.HeaderNavigation ul {
  margin: 0;
}

.HeaderNavigation ul li ul li a {
  padding: 10px;
}

.HeaderNavigation ul li ul li ul {
  background: #fafafa;
  box-shadow: none !important;
  border-left: 1px solid #ddd;
  height: 100%;
  opacity: 0 !important;
  padding-top: 25px;
  right: 0;
  top: 0;
  width: 240px;
}

.HeaderNavigation ul li ul li ul li {
  background: #fafafa !important;
  border-bottom: none !important;
}

.HeaderNavigation ul li ul li ul li:first-child {
  border-top: none !important;
}

.HeaderNavigation ul li ul li:hover ul {
  opacity: 1 !important;
}

.HeaderNavigation > ul > li > a {
  font-size: 12px;
  padding: 4.3rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}

.HeaderNavigation > ul > li:hover > a {
  background: rgba(32, 36, 55, 0.5) !important;
}

.HeaderNavigation > ul > li.Current > a {
  background: rgba(32, 36, 55, 0.5) !important;
}

.HeaderNavigation li .Categories {
  background: #fafafa;
  color: black;
  display: block;
  margin: 0;
  min-width: 420px;
  opacity: 1;
  padding: 25px 0;
  transition-duration: 0.15s;
  visibility: hidden;
  z-index: 1000;
}

.HeaderNavigation li .Categories a {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}

.HeaderNavigation li .Categories a:hover {
  background: none !important;
  color: var(--color-accent-2);
}

.HeaderNavigation li .CategoryLeftBlock .Categories li {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px;
}

.HeaderNavigation li .CategoryLeftBlock .Categories li:first-child {
  border-top: 1px solid #ddd;
}

.BlockBottom {
  padding-bottom: 8rem;
}

.BlockBottom ul {
  background: none !important;
  padding-top: 20px;
  margin: 1rem 0 !important;
}

.BlockBottom a:hover {
  background: none !important;
  color: var(--color-accent-2);
}

.BlockBottom a {
  color: var(--color-dark);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.CategoryRightBlock {
  border-left: 1px solid var(--border-color);
  padding: 45px 25px;
  width: 260px;
}

.CategoryRightBlock a {
  align-items: center;
  display: flex;
  padding: 0 !important;
}

.CategoryRightBlock i {
  color: var(--color-accent-2);
  margin-right: 0.7rem !important;
}

.CategoryRightBlock p {
  margin: 0;
}

.CategoryRightBlock h3, .CategoryRightBlock table caption, table .CategoryRightBlock caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 19px;
  margin-bottom: 10px;
}

.CategoryRightBlock li {
  padding: 7px 0 !important;
}

.CategoryRightBlock .Categories {
  border-bottom: 1px solid #ddd;
  border-right: none !important;
  min-width: inherit !important;
  padding: 0 0 20px 0 !important;
  top: inherit !important;
}

.NavigationExpander {
  display: inline-block;
  padding: 0 1rem;
}

.NavigationExpander:before {
  content: "\f105";
}

.NavigationExpander.Open:before {
  content: "\f107";
}

.NavigationLabel {
  display: inline-block;
  font-weight: normal;
  margin: 0 1rem 0 0;
  vertical-align: middle;
}

.NavigationLabel + ul {
  display: inline-block;
}

.InlineNavigation a {
  display: inline;
}

.InlineNavigation ul {
  list-style: none;
  margin-bottom: 0;
}

.InlineNavigation li {
  display: inline;
  margin: 0 0.5rem;
}

.InlineNavigation li:first-child {
  margin-left: 0;
}

.InlineNavigation li:last-child {
  margin-right: 0;
}

.InlineNavigation li.Current > a {
  color: var(--color-accent-2);
}

@media screen and (max-width: 600px) {
  .InlineNavigation li {
    display: block;
    margin: 0;
  }
  .InlineNavigation li + li {
    margin-top: 1rem;
  }
  .InlineNavigation li + li:before {
    display: none;
  }
}
.SimpleInlineNavigation a {
  text-decoration: none;
}

.SimpleInlineNavigation li + li {
  border-left: 1px solid var(--border-color);
  padding-left: 1rem;
}

.SimpleNavigation a {
  text-decoration: none;
}

.SimpleNavigation ul {
  list-style: none;
}

.SimpleNavigation ul ul a {
  padding-left: 2rem;
}

.SimpleNavigation ul ul ul a {
  padding-left: 4rem;
}

.SimpleNavigation ul,
.SimpleNavigation li {
  margin-top: 0.5rem;
}

.SimpleNavigation ul:first-child,
.SimpleNavigation li:first-child {
  margin-top: 0;
}

.SimpleNavigation .Current > a {
  color: var(--color-accent-2);
}

.DropNavigation {
  --background-color: var(--color-dropnav-bg);
  --border-color: var(--color-dropnav-border);
}

.DropNavigation a {
  display: block;
  padding: 0.5rem 1.5rem;
  text-decoration: none;
  transition-duration: var(--transition-fast);
}

.DropNavigation ul {
  list-style: none;
  margin: 0 -1.5rem;
  padding: 0;
}

.DropNavigation li {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.DropNavigation li ul {
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  transition-duration: var(--transition-fast);
  visibility: hidden;
  z-index: 1000;
}

.DropNavigation li li {
  display: block;
}

.DropNavigation li li ul {
  left: 100%;
  position: absolute;
  top: 0;
}

.DropNavigation li li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--background-color);
  display: block;
}

.DropNavigation li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.DropNavigation-Right ul ul {
  left: auto;
  right: 0;
}

.UtilityNavigation {
  --background-color: var(--color-utility-bar-bg);
  --border-color: var(--color-utility-bar-border);
  float: right;
}

.UtilityNavigation ul {
  margin: 0 -1rem;
}

.UtilityNavigation > ul > li {
  display: inline-flex;
  padding: 1rem 1rem;
  position: relative;
}

.UtilityNavigation p {
  margin: 0;
}

.UtilityNavigation > ul > li:first-child:before {
  content: "\f3ce";
  margin-right: 0.5em;
}

.UtilityNavigation > ul > li:last-child:before {
  content: "\f2b6";
  margin-right: 0.5em;
}

.UtilityNavigation > ul > li:before {
  color: var(--color-accent-2);
  margin-top: 0.3em;
}

/*.UtilityNavigation > ul > li + li:before {
	content: '';
	border-left: 1px solid var(--border-color);
	display: block;
	top: 25%;
	position: absolute;
	bottom: 25%;
}*/
.UtilityNavigation li ul {
  border: 1px solid var(--border-color);
  min-width: 100%;
}

.UtilityNavigation li li ul {
  top: -1px;
}

.UtilityNavigation li li:not(:last-child) a {
  border-bottom: 1px solid var(--border-color);
}

.UtilityNavigation > ul > li.HasSubPages > a:before {
  content: "\f107";
  margin-right: 0.5em;
}

.UtilityNavigation > .LanguageNavigation > li:nth-child(n+4) {
  display: none;
}

.UtilityNavigation .LanguageNavigation .Current > a:after {
  content: "";
  border-bottom: 2px solid;
  display: block;
  left: 15%;
  position: absolute;
  right: 15%;
}

.TabsNavigation a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--color-button-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius) var(--border-radius) 0 0;
  display: block;
  font-weight: bold;
  margin-bottom: -1px;
  padding: 1rem 2rem;
  text-align: center;
  text-decoration: none;
}

.TabsNavigation ul {
  list-style: none;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}
.TabsNavigation ul:before, .TabsNavigation ul:after {
  content: " ";
  display: table;
}
.TabsNavigation ul:after {
  clear: both;
}

.TabsNavigation li {
  float: left;
  margin-left: 0.5rem;
}

.TabsNavigation li:first-child {
  margin-left: 0;
}

.TabsNavigation .Current > a {
  background-color: var(--color-body-bg);
  border-bottom-color: var(--color-body-bg);
}

@media screen and (max-width: 600px) {
  .TabsNavigation li {
    margin-left: 0;
    width: 50%;
  }
}
.MainNavigation {
  --background-color: var(--color-dropnav-bg);
  --border-color: var(--color-dropnav-border);
  font-size: var(--font-size);
}

.MainNavigation a {
  display: block;
  font-weight: 400;
  padding: 0.5rem 1rem;
}

.MainNavigation > ul > li > a {
  font-size: var(--font-size);
  font-weight: 400;
  padding: 1.5rem 1.5rem;
}

.MainNavigation li ul {
  background-color: var(--background-color);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  max-width: 300px;
  min-width: 200px;
  padding: 1rem;
}

.MainNavigation li li ul {
  margin-left: 1rem;
  top: -1rem;
}

.MainNavigation li li a {
  text-transform: lowercase;
}
.MainNavigation li li a::first-letter {
  text-transform: uppercase;
}

.MainNavigation .Current > a {
  color: var(--color-accent-2);
}

.MainNavigation .HasSubCategories > a {
  padding-right: 2rem;
}
.MainNavigation .HasSubCategories > a:after {
  content: "\f107";
  margin-left: 0.5em;
}
.MainNavigation .HasSubCategories > a:after {
  font-weight: bold;
}

.MainNavigation li .HasSubCategories > a:after {
  content: "\f105";
  padding: 0.5rem 1rem;
  position: absolute;
  text-align: right;
  right: 0;
}

.MainNavigation > ul > li > ul:before {
  background: var(--color-base-1);
  border: 1px solid var(--border-color);
  border-radius: 2px;
  border-width: 1px 1px 0 0;
  bottom: calc(100% - 7px);
  display: block;
  content: "";
  height: 15px;
  left: 3rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
}

.SideNavigation {
  margin-bottom: 5rem;
}

.SideNavigation a {
  display: inline-block;
  padding: 0.2rem 0;
  position: relative;
  text-decoration: none;
}

.SideNavigation > ul > li > a {
  font-weight: 400;
}

.SideNavigation ul {
  list-style: none;
  margin-bottom: 0;
}

.SideNavigation ul .Current > a {
  color: var(--color-accent-2);
}

.SideNavigation ul ul a {
  padding-left: 1.5rem;
}

.SideNavigation ul ul ul a {
  padding-left: 3rem;
}

.SideNavigation > ul > :last-child > a {
  border-width: 0;
}

.SideNavigation .HasSubCategories > a {
  padding-right: 3rem;
}

.SideCategories > ul > li > a:before {
  content: "\f02e";
  color: var(--color-accent-2);
  margin-right: 0.5em;
  min-width: 25px;
  text-align: center;
}

.HeaderNavigation > ul ul > li > a:before, .DrawerMainNavigation > ul > li > ul > li > a:before {
  color: var(--color-accent-2);
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.DrawerMainNavigation > ul > li.CategoryID-293 > a, .DrawerMainNavigation > ul > li.CategoryID-294 > a {
  padding: 1.5rem 1.5rem;
}
.DrawerMainNavigation > ul > li.CategoryID-293 > a:before, .DrawerMainNavigation > ul > li.CategoryID-294 > a:before {
  color: var(--color-accent-2);
  margin-right: 0.5em;
  min-width: 25px;
  text-align: center;
}
.DrawerMainNavigation > ul > li.CategoryID-293 > a:before {
  content: "\f553";
}
.DrawerMainNavigation > ul > li.CategoryID-294 > a:before {
  content: "\f024";
}

.TargetGroups {
  padding: 1.5rem 1.5rem !important;
}

.TargetGroups:before {
  content: "\f024";
  color: var(--color-accent-2);
  margin-right: 0.5em;
  min-width: 25px;
  text-align: center;
}

.NavigationList .CategoryID-295 > a:before {
  content: "\f7a8";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-121 > a:before {
  content: "\f553";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-303 > a:before {
  content: "\f70c";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-255 > a:before {
  content: "\f82c";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-159 > a:before {
  content: "\f7b6";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-146 > a:before {
  content: "\f06b";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-52 > a:before {
  content: "\f61c";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-131 > a:before {
  content: "\f5d4";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-32 > a:before {
  content: "\f024";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-29 > a:before {
  content: "\f06c";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-10 > a:before {
  content: "\f563";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-9 > a:before {
  content: "\f434";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-15 > a:before {
  content: "\f2e7";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-14 > a:before {
  content: "\f79f";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-234 > a:before {
  content: "\f004";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-358 > a:before {
  content: "\f06b";
  margin-right: 0.5em;
}
.NavigationList .CategoryID-94 > a:before {
  content: "\f1e3";
  margin-right: 0.5em;
}

.GroupList li a {
  align-items: center;
  display: flex;
}

.GroupList li a i::before {
  color: var(--color-accent-2);
  margin-right: 0.65rem;
}

.GroupList li a p {
  margin: 0;
}

.SideCategories > ul > li > a {
  display: block;
  font-weight: 500;
  line-height: 1.9rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.SideCategories > ul > li > ul {
  font-size: 14px;
}

.SideCategories ul ul {
  margin-bottom: 1.5rem;
}

.DrawerNavigation a, .DrawerMainNavigation a {
  border-top: 1px solid var(--border-color);
  display: block;
  padding: 1rem 1.5rem;
  position: relative;
  text-decoration: none;
}

.DrawerNavigation:nth-child(2) > ul > li:first-child > a, .DrawerMainNavigation:nth-child(2) > ul > li:first-child > a {
  border: 0;
}

.DrawerNavigation ul, .DrawerMainNavigation ul {
  list-style: none;
  margin-bottom: 0;
}

.DrawerNavigation ul ul a, .DrawerMainNavigation ul ul a {
  background-color: var(--color-base-4);
  padding-left: 1.5rem;
}

.DrawerNavigation ul ul ul a, .DrawerMainNavigation ul ul ul a {
  padding-left: 3rem;
}

.DrawerNavigation ul ul ul ul a, .DrawerMainNavigation ul ul ul ul a {
  padding-left: 4.5rem;
}

.DrawerNavigation .HasSubCategories > a, .DrawerMainNavigation .HasSubCategories > a {
  padding-right: 5rem;
}

.DrawerNavigation .NavigationExpander, .DrawerMainNavigation .NavigationExpander {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  bottom: 0;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.5rem;
}

.DrawerNavigation ul ul .NavigationExpander, .DrawerMainNavigation ul ul .NavigationExpander {
  border-left: 0;
}

.DrawerNavigation .Current > a, .DrawerMainNavigation .Current > a {
  color: var(--color-accent-2);
}

.DrawerMainNavigation > ul > li > a {
  font-size: var(--font-size-large);
  font-weight: 400;
}

.SimpleDrawerNavigation {
  font-size: var(--font-size-normal);
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.SimpleDrawerNavigation a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}

.SimpleDrawerNavigation ul {
  list-style: none;
}

.UtilityNavigation > ul > li > a[href="/account/"]:before {
  content: "\f023";
  margin-right: 0.5em;
}

.SomeButtonsNavigation {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 2rem;
  list-style: none;
}

.SomeButtonsNavigation li {
  margin: 0 0.5rem;
}

.SomeButtonsNavigation a:hover {
  color: var(--color-base-1);
}

.SomeButtonsNavigation a:before {
  font-size: 3rem !important;
}

.SomeButtonsNavigation a[href*=facebook] {
  font-size: 0;
}
.SomeButtonsNavigation a[href*=facebook]:before {
  content: "\f09a";
  font-size: var(--font-size);
  vertical-align: middle;
}

.SomeButtonsNavigation a[href*=instagram] {
  font-size: 0;
}
.SomeButtonsNavigation a[href*=instagram]:before {
  content: "\f16d";
  font-size: var(--font-size);
  vertical-align: middle;
}

.SomeButtonsNavigation a[href*=twitter] {
  font-size: 0;
}
.SomeButtonsNavigation a[href*=twitter]:before {
  content: "\f099";
  font-size: var(--font-size);
  vertical-align: middle;
}

.SomeButtonsNavigation a[href*=youtube] {
  font-size: 0;
}
.SomeButtonsNavigation a[href*=youtube]:before {
  content: "\f167";
  font-size: var(--font-size);
  vertical-align: middle;
}

.NewsletterSection {
  --color: var(--color-dark);
  --link: var(--color-dark);
  background-color: var(--color-base-3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--color);
  padding: var(--margin) 0;
}

.Newsletter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.Newsletter > h2, .Newsletter > .ProductCardPrices, .Newsletter > .LogoLink {
  margin: 0 2rem 0 0;
  white-space: nowrap;
}

.Newsletter > p {
  display: none;
  margin: 0;
}

.Newsletter #NewsletterSubscribeForm {
  margin: 0;
  position: relative;
  width: 100%;
}
.Newsletter #NewsletterSubscribeForm .FormItem {
  margin: 0;
}

.Newsletter #NewsletterSubscribeForm label {
  display: none;
}

.Newsletter #NewsletterSubscribeForm input {
  border-color: var(--color-input-bg);
}

.Newsletter #NewsletterSubscribeForm button {
  --background-color: var(--color-base-2);
  --border-color: var(--color-input-bg);
  padding-left: 30px;
  padding-right: 30px;
}

.Newsletter .PrivacyPolicy {
  background-color: var(--black-25);
  display: none;
  font-size: var(--font-size-xsmall);
  margin: 0;
  padding: 0.5rem;
  position: absolute;
}

.Newsletter #NewsletterCaptchaBadge {
  display: none;
  margin-top: 5px;
  position: absolute;
}

.Newsletter form.Focused #NewsletterCaptchaBadge {
  display: block;
}
.Newsletter form.Focused .PrivacyPolicy {
  display: block;
}

@media screen and (max-width: 600px) {
  .Newsletter {
    display: block;
  }
  .Newsletter > h2, .Newsletter > .ProductCardPrices, .Newsletter > .LogoLink {
    margin-bottom: var(--margin);
  }
}
#OrderStatus #BackToAccountPage {
  font-weight: bold;
  margin-left: 5px;
  text-decoration: underline;
}

.OrderInfo {
  background-color: var(--color-base-4);
  padding: 2rem;
}

#OrderProductsTable {
  clear: both;
  max-width: 800px;
}

#OrderProductsTable th,
#OrderProductsTable td {
  vertical-align: middle;
}

#OrderProductsTable img {
  max-width: none;
}

#OrderProductsTable .CartProduct {
  width: 99%;
}

#OrderProductsTable .ProductName {
  margin-bottom: 0;
}

@media screen and (max-width: 800px) {
  #OrderProductsTable {
    max-width: 480px;
    table-layout: fixed;
    width: 100%;
  }
  #OrderProductsTable .CartTotal {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 120px;
  }
  #OrderProductsTable .CartPic {
    padding: 0;
    width: 1px;
  }
  #OrderProductsTable .CartPic > a {
    display: none;
  }
  #OrderProductsTable .CartPrice,
  #OrderProductsTable .CartQuantity {
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    width: 0;
  }
}
#OrderDocuments {
  list-style: none;
}

#OrderDocuments li {
  display: inline-block;
  margin-left: 5px;
}

#OrderDocuments li:first-child {
  margin-left: 0;
}

#OrderDocuments .PDF-invoice:before {
  content: "\f1c1";
  margin-right: 0.5em;
}

#OrderCancel {
  margin-top: 40px;
}

.Pagination {
  margin-top: var(--large-margin);
}

.Pagination a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.Pagination ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 0;
}

.Pagination li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--color-body-bg);
  border: 1px solid var(--border-color);
  justify-content: center;
  margin-left: -1px;
  min-width: 50px;
  padding: 0.75rem 1rem;
  position: relative;
  text-align: center;
  transition-duration: var(--transition-fast);
}
.Pagination li:hover {
  background-color: var(--color-base-4);
}

.Pagination li:first-child {
  border-bottom-left-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  margin-left: 0;
}

.Pagination li:last-child {
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}

.Pagination .CurrentPage {
  color: var(--color-accent-2);
}

.Pagination .DisabledPageLink {
  opacity: 0.5;
}

.Pagination .PreviousPageLink > a,
.Pagination .PreviousPageLink.DisabledPageLink {
  font-size: 0;
}
.Pagination .PreviousPageLink > a:before,
.Pagination .PreviousPageLink.DisabledPageLink:before {
  content: "\f104";
  vertical-align: middle;
}

.Pagination .PreviousPageLink > a:before,
.Pagination .PreviousPageLink.DisabledPageLink:before {
  font-size: 12px;
}

.Pagination .NextPageLink > a,
.Pagination .NextPageLink.DisabledPageLink {
  font-size: 0;
}
.Pagination .NextPageLink > a:before,
.Pagination .NextPageLink.DisabledPageLink:before {
  content: "\f105";
  vertical-align: middle;
}

.Pagination .NextPageLink > a:before,
.Pagination .NextPageLink.DisabledPageLink:before {
  font-size: 12px;
}

.ProductImage {
  --border-color: var(--color-image-border);
  border: 0 solid var(--border-color);
  border-radius: var(--border-radius);
  display: block;
  padding: 0;
  text-align: center;
  transition-duration: var(--transition-fast);
}
.ProductImage img {
  mix-blend-mode: darken;
}

.ProductImageContainer {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.ProductImageContainer img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
}

.ProductName {
  font-weight: normal;
}

.ProductPrices {
  font-weight: bold;
}

.ProductDiscountPrice {
  color: var(--color-discount);
}

.ProductComparePrice {
  color: #555555;
  font-size: 80%;
  font-weight: normal;
  text-decoration: line-through;
}

.ProductDiscountPercent {
  background-color: var(--color-discount);
  color: var(--color-light);
  padding: 10px;
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ImagesColumn .ProductDiscountPercent {
  right: 15%;
}

.ProductVat {
  font-weight: 600;
  line-height: 2.5rem;
}

.ProductPriceVat {
  font-size: var(--font-size-small);
  font-weight: normal;
}

.FullCart .ProductPriceVat {
  font-size: var(--font-size-small);
  font-weight: normal;
  white-space: nowrap;
}

.ListProduct {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.ListProduct a {
  text-decoration: none;
}

.ListProduct .ProductImage {
  padding: 1rem;
}

.ListProduct .ProductImage img {
  transition-duration: var(--transition-fast);
}

.ListProduct:not(.ListProduct-Compact) .ProductImage:hover img {
  transform: scale(1.02);
}

.ListProduct .ProductName {
  font-family: var(--font-family);
  font-size: var(--font-size);
  margin: 0 0 1.3rem;
  text-align: center;
}

[data-slider] .ListProduct .ProductName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ListProduct .ProductPrices {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-family: var(--font-family-headings);
  font-size: 2.2rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
  text-align: center;
}

.ListProduct button,
.ListProduct .Button,
.ListProduct .Banner-Wide .BannerText > :last-child > a,
.Banner-Wide .ListProduct .BannerText > :last-child > a,
.ListProduct .Banner-Feature .BannerText > :last-child > a,
.Banner-Feature .ListProduct .BannerText > :last-child > a,
.ListProduct .AdText :last-child a,
.AdText :last-child .ListProduct a,
.ListProduct #OrderDocuments a,
#OrderDocuments .ListProduct a {
  display: block;
  font-size: var(--font-size-small);
  height: auto !important;
  width: 100%;
}

.ListProduct .ProductAddToCart,
.ListProduct .ListProductFollow,
.ProductAddToCart .FormSubmit {
  margin: 0;
}

.ListProduct-Compact {
  display: block;
  background-color: var(--color-base-1);
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
  padding: 1rem;
}

.ListProduct-Compact .ProductImage {
  border-color: transparent;
  padding: 0;
}

.ListProduct-Compact .ProductName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ListProduct-Compact .Availability {
  margin: 0;
}

.GridList:not([data-slider]) .ListProductCategoryLink {
  display: none;
}

.CategoryDescription {
  font-size: 2.2rem;
}

.CategoryLink {
  color: var(--color-accent-2);
  font-size: 2.2rem;
  line-height: 3.8rem;
}

.CategoryName {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 3rem;
  padding-top: 3rem;
}

.CompanyProducts-List .CategoryName {
  font-size: 2.5rem;
}

.BottomCategoryName {
  font-size: 2.2rem;
  font-family: var(--font-family-headings);
  font-weight: bold;
  padding-top: 3.5rem;
  text-align: center;
}

.BottomCategoryName a {
  text-decoration: none;
}

.CompanyProducts-List .GridList[data-slider=grid-list] {
  margin: 0;
  padding: 0 0 4rem;
}

.CategoryNameButton {
  background: var(--color-accent-4);
  border: 0;
  font-size: 1.6rem;
  padding: 15px 20px;
  margin: 5px;
}

.CategoryInfo {
  background: var(--color-body-bg);
  padding-right: 30px;
  text-align: left;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 35%;
}

@media (max-width: 1050px) {
  .CategoryInfo {
    display: none;
  }
}
.CategoryNameButton:first-child {
  margin-left: 0px;
}

.CategoryProductList {
  display: flex;
  padding-bottom: 80px;
}

@media (max-width: 600px) {
  .CategoryProductList {
    padding-bottom: 10px;
  }
}
.CategoryProductList:last-child {
  padding-bottom: 10px;
}

.CategoryProductList .flickity-page-dots {
  width: 93%;
}

.CategoryProductList .flickity-page-dots .dot {
  height: 7px;
  width: 84%;
  margin: 0;
  border-radius: 0;
}

.CategoryProductList .GridList-Narrow .ListItem {
  --item-width: 22.5%;
}

@media (max-width: 600px) {
  .CategoryProductList .GridList-Narrow .ListItem {
    --item-width: 44%;
  }
}
.GridListItemSmall .flickity-page-dots .dot {
  height: 7px;
  width: 44%;
  margin: 0;
  border-radius: 0;
}

.CategoryProductList .flickity-page-dots .dot.is-selected, .GridListItemSmall .flickity-page-dots .dot.is-selected {
  background: var(--color-accent-2);
  width: 15%;
}

.ListProductCategoryLink {
  border-top: 1px solid var(--border-color);
  display: block;
  text-transform: lowercase;
  padding-top: 1rem;
}
.ListProductCategoryLink:before {
  content: attr(data-prefix);
}
.ListProductCategoryLink a {
  text-decoration: underline;
}
.ListProductCategoryLink a:after {
  content: "\f178";
  margin-left: 0.5em;
}

.ListProductCategoryLink::first-letter {
  text-transform: uppercase;
}

.GridListItemSmall .ListProductCategoryLink {
  display: none;
}

.CompanyProducts-List .ProductInfoContainer {
  background: var(--color-body-bg);
  padding-right: 30px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.SubCategoryButtons {
  padding: 30px 0;
}

.SubCategoryButtons a {
  text-decoration: none;
}

.MiniListProduct {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 1.5rem 0;
  position: relative;
}
.MiniListProduct dt.StorageInfo {
  font-weight: 600;
  margin-right: 0;
}
.MiniListProduct dl.Availability {
  display: block !important;
}

.MiniListProduct + .MiniListProduct {
  border-top: 0;
}

.MiniListProduct a {
  text-decoration: none;
}

.MiniListCol + .MiniListCol {
  margin-left: 1rem;
}

.MiniListColDetails {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  line-height: 1.3;
  font-size: var(--font-size-small);
}
.MiniListColDetails p {
  margin-bottom: 0.5rem;
}
.MiniListColDetails .ProductName {
  font-size: var(--font-size-small);
}
.MiniListColDetails .ProductPrices {
  margin: 0.5rem 0;
}

.MiniListColDetails :last-child {
  margin-bottom: 0;
}

#LiveSearch {
  color: var(--color-dark);
}
#LiveSearch .LiveSearchTitle {
  color: var(--color-dark) !important;
}
#LiveSearch .MiniListColDetails .ProductName, #LiveSearch .MiniListColDetails .ProductPrices {
  color: var(--color-dark);
}

.MiniListColBuy {
  display: none;
}
.MiniListColBuy .ProductAddToCart {
  margin: 0;
}
.MiniListColBuy button,
.MiniListColBuy .Button,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a,
.MiniListColBuy .AdText :last-child a,
.AdText :last-child .MiniListColBuy a,
.MiniListColBuy #OrderDocuments a,
#OrderDocuments .MiniListColBuy a {
  font-size: 0;
  min-width: 80px;
}
.MiniListColBuy button:before,
.MiniListColBuy .Button:before,
.MiniListColBuy .Banner-Wide .BannerText > :last-child > a:before,
.Banner-Wide .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .Banner-Feature .BannerText > :last-child > a:before,
.Banner-Feature .MiniListColBuy .BannerText > :last-child > a:before,
.MiniListColBuy .AdText :last-child a:before,
.AdText :last-child .MiniListColBuy a:before,
.MiniListColBuy #OrderDocuments a:before,
#OrderDocuments .MiniListColBuy a:before {
  content: "\f07a";
  vertical-align: middle;
}
.MiniListColBuy .ListProductFollow .Button, .MiniListColBuy .ListProductFollow form button, form .MiniListColBuy .ListProductFollow button, .MiniListColBuy .ListProductFollow .Banner-Wide .BannerText > :last-child > a, .Banner-Wide .MiniListColBuy .ListProductFollow .BannerText > :last-child > a, .MiniListColBuy .ListProductFollow .Banner-Feature .BannerText > :last-child > a, .Banner-Feature .MiniListColBuy .ListProductFollow .BannerText > :last-child > a, .MiniListColBuy .ListProductFollow .AdText :last-child a, .AdText :last-child .MiniListColBuy .ListProductFollow a, .MiniListColBuy .ListProductFollow #OrderDocuments a, #OrderDocuments .MiniListColBuy .ListProductFollow a {
  font-size: 0;
}
.MiniListColBuy .ListProductFollow .Button:before, .MiniListColBuy .ListProductFollow form button:before, form .MiniListColBuy .ListProductFollow button:before, .MiniListColBuy .ListProductFollow .Banner-Wide .BannerText > :last-child > a:before, .Banner-Wide .MiniListColBuy .ListProductFollow .BannerText > :last-child > a:before, .MiniListColBuy .ListProductFollow .Banner-Feature .BannerText > :last-child > a:before, .Banner-Feature .MiniListColBuy .ListProductFollow .BannerText > :last-child > a:before, .MiniListColBuy .ListProductFollow .AdText :last-child a:before, .AdText :last-child .MiniListColBuy .ListProductFollow a:before, .MiniListColBuy .ListProductFollow #OrderDocuments a:before, #OrderDocuments .MiniListColBuy .ListProductFollow a:before {
  content: "\f0e0";
  vertical-align: middle;
}

.MiniListProduct .ProductImage {
  margin: 0;
  width: 60px;
  padding: 0.5rem;
}

.MiniListProduct .ProductName {
  margin-bottom: 0;
}

.MiniListProduct.Unavailable .Availability {
  display: block;
}

.ProductList .MiniListProduct {
  padding: 1rem 0;
}

.ProductList .MiniListProduct:first-child {
  padding-top: 0;
}

.ProductList .MiniListProduct:last-child {
  padding-bottom: 0;
}

.ProductList .MiniListProduct .MiniListColBuy {
  display: block;
}

.ProductList .MiniListProduct .ProductImage {
  border-width: 0;
  padding: 0;
  width: 80px;
}

.ContainerSection:nth-child(even) .ProductList .MiniListProduct .ProductImage {
  border-width: 1px;
}

.ProductList .MiniListProduct .ProductName {
  font-size: var(--font-size-large);
}

.AvailabilitySection {
  margin-top: 1rem;
}

.ProductCardBrandName {
  font-size: var(--font-size);
  display: inline-block;
  padding-bottom: 1rem;
}

.ProductCardBrandName a {
  text-decoration: none;
}

.ProductCardBrandName + .ProductName {
  margin-top: 0;
}

.ProductName + .ProductBrand {
  margin-top: -1rem;
}

.ProductBrand a {
  font-weight: normal;
}

.ProductCardProductName {
  font-weight: 400;
  font-size: 2.7rem;
  font-family: var(--font-family);
  line-height: 3.7rem;
  text-transform: uppercase;
}

.ProductCardProductName + .ProductCode {
  display: block;
  margin-bottom: 1rem;
  margin-top: -2rem;
}

.ProductCardPrices {
  margin-top: 0;
}

.BuyFormQuantity {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
}

.BuyFormQuantity label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
}

.BuyFormQuantity input,
.BuyFormQuantity button {
  border-color: transparent;
}

.ProductCard .ContentSection + .ContentSection {
  --top-margin: 3rem;
}

.ProductVariations:not(.Unavailable) dl.Availability {
  display: none;
}

.Availability .StorageInfo {
  display: inline-block;
}

.Availability dt {
  margin-right: 0.5rem;
}

.Availability .DeliveryTime {
  text-decoration: underline;
}

.ListProductAvailabilityBadge {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--color-base-1);
  border-color: var(--border-color);
  color: var(--color-text-dark);
  display: none;
  left: 0.5rem;
  max-width: 75%;
  right: auto;
}

.Unavailable .ListProductAvailabilityBadge {
  display: inline-block;
  max-width: none;
  text-align: center;
  width: calc(100% - 1rem);
}
.Unavailable .ListProductAvailabilityBadge + .Badge {
  display: none;
}

.ListProductAvailability {
  display: none;
  margin-bottom: 0.5rem;
  margin-left: -1rem;
  text-align: center;
}

.Unavailable .ListProductAvailability,
.AvailabilityOutOfStock .ListProductAvailability {
  display: block;
}

.ListProductAvailability .Availability {
  font-size: var(--font-size-small);
  margin: 0;
  overflow: hidden;
}

.ListProductAvailability dt.StorageInfo {
  display: none;
}

.ListProductAvailability .StorageInfo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.ListProductAvailability .DeliveryTime {
  display: none;
}

.Available .Availability dd.StorageInfo:before,
.Unavailable .Availability dd.StorageInfo:before,
.variation p.FormHelp.Available:before {
  background-color: transparent;
  content: "";
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin-right: 0.5rem;
  width: 8px;
}

.Available .Availability dd.StorageInfo:before,
.AvailabilityAlert.ProductVariations .Availability dd.StorageInfo:before,
.variation p.FormHelp.Available:before {
  background-color: var(--color-success);
}

.AvailabilityOutOfStock .Availability dd.StorageInfo:before {
  background-color: var(--color-notification-bg);
}

.Unavailable .Availability dd.StorageInfo:before {
  background-color: var(--color-error);
}

.ProductDescription h3, .ProductDescription table caption, table .ProductDescription caption {
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-radius: var(--border-radius);
  cursor: pointer;
  margin: 0;
  padding: 2rem;
  position: relative;
  transition-duration: var(--transition-fast);
  width: 100%;
}
.ProductDescription h3:after, .ProductDescription table caption:after, table .ProductDescription caption:after {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  content: "\f067";
  font-size: 2rem;
  pointer-events: none;
  text-align: right;
}
.ProductDescription h3.Active, .ProductDescription table caption.Active, table .ProductDescription caption.Active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.ProductDescription h3.Active:after, .ProductDescription table caption.Active:after, table .ProductDescription caption.Active:after {
  content: "\f00d";
}
.ProductDescription h3 + .AccordionWrap, .ProductDescription table caption + .AccordionWrap, table .ProductDescription caption + .AccordionWrap {
  border-radius: var(--border-radius);
  margin-bottom: 1rem;
  max-height: 1px;
  overflow: hidden;
}
.ProductDescription h3.Active + .AccordionWrap, .ProductDescription table caption.Active + .AccordionWrap, table .ProductDescription caption.Active + .AccordionWrap {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  max-height: 10000px;
  padding: 3rem 2rem;
}

.ProductDescription h3::after, .ProductDescription table caption::after, table .ProductDescription caption::after {
  font-size: 1.4rem;
}

.ProductDescription .AccordionWrap :last-child {
  margin-bottom: 0;
}

.ProductDescription table {
  width: 100%;
}

@media screen and (max-width: 600px) {
  .ProductDescription table {
    display: block;
    padding-bottom: 10px;
    overflow-x: scroll;
  }
}
.ContactForm-Product {
  font-size: 12px;
  margin-top: 10rem;
}

.ProductFeatures dd {
  display: inline-block;
}

.ProductFeatures dd + dd::before {
  content: ", ";
}

.BuyFormVariationRadio .RadioItem {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: center;
  -ms-flex-align: center;
  -webkit-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid var(--border-color);
  justify-content: space-between;
  margin: -1px 0 0 0;
  padding: 0.5rem 1rem;
  position: relative;
}
.BuyFormVariationRadio .RadioItem:first-child {
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.BuyFormVariationRadio .RadioItem:last-child {
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}
.BuyFormVariationRadio .RadioItem.Selected:not(.Disabled) {
  background-color: var(--color-base-1);
  border-radius: var(--border-radius);
  box-shadow: 0 0 0 2px var(--border-color);
  z-index: 1;
}

.BuyFormVariationRadio label {
  margin: 0 1rem 0 0;
}
.BuyFormVariationRadio label:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.BuyFormVariationRadio p.label {
  margin-bottom: 1rem;
}

.RadioItem.Disabled label {
  text-decoration: line-through;
  opacity: 0.25;
}

.BuyFormVariationRadio .FormHelp {
  margin: 0;
  pointer-events: none;
}

.CheckWrap.BuyFormVariationRadio, .BuyForm {
  margin-bottom: 0;
}

.Variations select, .Variations .FilterGroupName {
  width: 100%;
}

.ProductImages {
  display: flex;
  position: sticky;
  top: 0;
  justify-content: center;
}

.ImagesColumn {
  margin: 10% auto;
  max-width: 500px;
}

@media (max-width: 800px) {
  .ImagesColumn {
    margin-top: 0;
  }
}
#CurrentProductImage {
  border-radius: var(--border-radius);
  display: block;
  padding: 0;
  text-align: center;
}

figure.mz-figure {
  background-color: var(--color-base-5) !important;
}

#CurrentProductImage img {
  mix-blend-mode: darken;
}

#ProductImageCaption {
  text-align: center;
}

@media screen and (max-width: 1050px) {
  [class*=ProductID-] .SiteContent {
    padding-top: 0;
  }
  #CurrentProductImage {
    margin-left: calc(var(--page-margin) * -1);
    margin-right: calc(var(--page-margin) * -1);
  }
  .ProductImages-Big #CurrentProductImage {
    margin-left: inherit;
    margin-right: inherit;
  }
}
#ProductThumbnails {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
  list-style: none;
  margin: 0 -0.5rem 2rem;
}

#ProductThumbnails li {
  padding: 0.5rem 1rem;
}

#ProductThumbnails .ProductThumbnail {
  background: #fcfcfc;
  height: 100px;
  padding: 0.5rem;
}

@media (max-width: 600px) {
  #ProductThumbnails .ProductThumbnail {
    height: 70px;
  }
}
#ProductThumbnails .mz-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ProductThumbnails .mz-thumb img {
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  -moz-filter: none;
  -webkit-filter: none;
  filter: none;
}

#ProductThumbnails .mz-thumb-selected {
  border: 1px solid var(--color-dark);
}

@media screen and (max-width: 1050px) {
  #ProductThumbnails {
    text-align: center;
  }
}
.Amount {
  position: relative;
  z-index: 1;
}

.JS .ProductMultiBuyForm .variation {
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -1px;
  padding: 1rem;
  position: relative;
  text-align: left;
}

.JS .ProductMultiBuyForm .variation.Checked {
  background-color: var(--color-base-4);
}

.JS .ProductMultiBuyForm .variation label {
  flex: 1;
  margin: 0 5px;
}

.JS .ProductMultiBuyForm .Amount input {
  display: inline-block;
  margin-left: 5px;
  padding-right: 5px;
  width: 60px;
}

.JS .ProductMultiBuyForm .Amount:after {
  content: " / kpl";
}

.ProductMultiBuyForm .BuyForm .FormSubmit {
  width: 100%;
}

.variation-image {
  background-color: var(--color-base-1);
  border-right: 1px solid var(--border-color);
  margin: -1rem 2rem -1rem -1rem;
  height: 60px;
  padding: 0.5rem;
  cursor: pointer;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.variation-image:hover {
  opacity: 0.75;
}
.variation-image a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.variation-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  display: block;
}

.ProductMultiBuyForm.MultiBuyRestored {
  animation: multibuy-fade 0.35s ease;
}

@keyframes multibuy-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.CheckboxGroup {
  margin-top: -1px;
}

.JS .CheckboxGroup:not(.Active) .variation {
  display: none;
}

.GroupHeading {
  align-items: center;
  border: 1px solid var(--border-color);
  display: flex;
  padding: 1rem;
  position: relative;
}
.GroupHeading:after {
  content: "\f078";
  margin-left: auto;
  margin-right: 2rem;
}

.CheckboxGroup.Active .GroupHeading {
  background-color: var(--color-base-4);
}
.CheckboxGroup.Active .GroupHeading h2, .CheckboxGroup.Active .GroupHeading .LogoLink, .CheckboxGroup.Active .GroupHeading .ProductCardPrices {
  font-weight: bold;
}
.CheckboxGroup.Active .GroupHeading:after {
  content: "\f077";
}

.GroupHeading h2, .GroupHeading .LogoLink, .GroupHeading .ProductCardPrices {
  cursor: pointer;
  font-size: var(--font-size);
  font-family: var(--font-body);
  margin: 0;
}
.GroupHeading h2:before, .GroupHeading .LogoLink:before, .GroupHeading .ProductCardPrices:before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}

.GroupHeading img + h2, .GroupHeading img + .LogoLink, .GroupHeading img + .ProductCardPrices {
  padding-left: 0;
}

.ProductFullDesc {
  background: hsl(51, 58%, 91%);
  border: 0 !important;
}

.ProductFullDesc h3, .ProductFullDesc table caption, table .ProductFullDesc caption {
  border: 0 !important;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7rem;
}

.OfferText {
  margin-bottom: 2rem;
}

.variation.Unselected {
  display: none !important;
}

.ProductCardBottom {
  margin-top: 8rem;
}

.ProductOrderLimit {
  margin-bottom: 2rem;
}

.ProductOrderLimit + .ProductOrderLimit {
  margin-top: -1rem;
}

/*------------------------------------------------------------------------------*/
/* Mini list product
/*------------------------------------------------------------------------------*/
.CompatibleProductsSection {
  margin-block: var(--margin-large);
  max-width: 500px;
}

.CompatibleProductsSection--buy {
  max-width: none;
}

.CompatibleProductsSection .ProductList {
  gap: 1rem;
  grid-template-columns: inherit;
}

.CompatibleProductsSection .ListItem {
  width: 100%;
}

.CompatibleProductBuy {
  border: none;
  padding: 0;
}

.CompatibleProductBuy .ProductName,
.CompatibleProductBuy .ProductPrices,
.CompatibleProductBuy .ListProductAvailabilityBadge,
.CompatibleProductBuy .ProductDiscountPercent {
  display: none;
}

.CompatibleProductBuy .ProductImage .AspectRatio {
  margin: 0 auto 1rem;
  max-width: 180px;
}

.CompatibleProductBuy .FormSubmit {
  display: none;
}

/* Restore native spinner for number inputs inside multi-buy */
.CompatibleProductBuy .ProductMultiBuyForm input[type=number] {
  -moz-appearance: number-input;
  -webkit-appearance: number-input;
  appearance: auto;
}

.ProductMultiBuyForm [data-compatible-submit-all] {
  display: inline-block;
  margin-top: var(--margin-large);
  width: 100%;
  text-align: center;
  background-color: var(--color-accent-5);
  color: var(--color-light);
  font-weight: bold;
  font-size: 2rem;
  height: 5rem;
  margin-top: 4rem;
  padding: 15px 20px;
  border-radius: 3rem;
  border: none;
  text-decoration: none;
  transition: all 0.15s ease;
}

.ProductMultiBuyForm [data-compatible-submit-all]:hover,
.ProductMultiBuyForm [data-compatible-submit-all]:focus {
  background-color: var(--color-accent-1-darker);
  color: var(--color-light);
}

.ProductMultiBuyForm [data-compatible-submit-all]:active {
  background-color: var(--color-dark-text);
  color: var(--color-light);
}

.CompatibleProductBuy .ProductImageContainer,
.CompatibleProductBuy .ProductImage,
.CompatibleProductBuy .ProductImage .AspectRatio {
  display: none;
}

.MiniListProduct {
  align-items: center;
  display: flex;
  gap: 2rem;
  position: relative;
}

.MiniListProduct:not(:last-child) {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 1rem;
}

.MiniListProduct a {
  text-decoration: none;
}

.MiniListProduct .BuyFormQuantity label {
  display: none;
}

.MiniListProduct .MiniListColImage {
  align-items: center;
  border-radius: 5px;
  display: flex;
  justify-content: center;
}

.MiniListColDetails {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 0.8rem;
}

.MiniListColDetails .ProductName {
  font-weight: 700;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}

.MiniListColDetails .ProductPrices {
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 2.2rem;
  margin-bottom: 0.8rem;
}

.MiniListCol .BuyFormVariationSelect {
  display: none;
}

.MiniColBuy fieldset {
  display: flex;
  gap: 0.7rem;
  flex-direction: row;
}

.MiniColBuy form {
  margin: 0;
}

.MiniColBuy .FormItem:not(.FormItem.BuyFormQuantity, .FormItem.FormSubmit) {
  display: none;
}

.MiniListProduct .ProductImage {
  background: var(--color-bg-light);
  border-radius: 5px;
  margin: 0;
  padding: 3px;
  width: 100px;
}

.MiniListProduct .ProductImage .AspectRatio {
  --aspect-ratio: 100%;
}

.MiniListProduct .Spinner {
  display: none;
}

.MiniListProduct .SubmitButton {
  font-size: 0;
  gap: 0;
  height: 4.5rem;
  letter-spacing: 0;
  min-height: inherit;
  width: 6.5rem !important;
}

.MiniListProduct .SubmitButton:hover {
  background-color: var(--color-accent-darker);
}

.MiniListProduct .SubmitButton::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_5842_757" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_5842_757)"><path d="M6.99991 22.0898C6.44991 22.0898 5.97907 21.8939 5.58741 21.5023C5.19574 21.1106 4.99991 20.6398 4.99991 20.0898C4.99991 19.5398 5.19574 19.0689 5.58741 18.6773C5.97907 18.2856 6.44991 18.0898 6.99991 18.0898C7.54991 18.0898 8.02074 18.2856 8.41241 18.6773C8.80407 19.0689 8.99991 19.5398 8.99991 20.0898C8.99991 20.6398 8.80407 21.1106 8.41241 21.5023C8.02074 21.8939 7.54991 22.0898 6.99991 22.0898ZM16.9999 22.0898C16.4499 22.0898 15.9791 21.8939 15.5874 21.5023C15.1957 21.1106 14.9999 20.6398 14.9999 20.0898C14.9999 19.5398 15.1957 19.0689 15.5874 18.6773C15.9791 18.2856 16.4499 18.0898 16.9999 18.0898C17.5499 18.0898 18.0207 18.2856 18.4124 18.6773C18.8041 19.0689 18.9999 19.5398 18.9999 20.0898C18.9999 20.6398 18.8041 21.1106 18.4124 21.5023C18.0207 21.8939 17.5499 22.0898 16.9999 22.0898ZM6.29941 6.08978L8.56191 10.8148H15.5379L18.1324 6.08978H6.29941ZM5.25366 3.91028H19.7767C20.2302 3.91028 20.5752 4.11103 20.8119 4.51253C21.0484 4.91403 21.0571 5.32161 20.8379 5.73528L17.4254 11.9023C17.2341 12.2474 16.9774 12.5167 16.6554 12.71C16.3332 12.9034 15.9807 13 15.5977 13H8.20166L7.15541 14.9103H19.0897V17.0898H6.99991C6.20607 17.0898 5.60949 16.7446 5.21016 16.0543C4.81099 15.3641 4.79632 14.6801 5.16616 14.0023L6.49816 11.6L2.94616 4.08978H0.910156V1.91028H4.30366L5.25366 3.91028Z" fill="white"/></g></svg>');
}

[for=CustomProductCheck] {
  font-size: var(--font-size-large);
  font-weight: bold;
}

.AddCustomProductCheck {
  border: 1px solid var(--border-color);
  margin: 0;
  padding: 2rem;
}

.AddCustomProduct {
  background-color: var(--color-base-4);
  border: 1px solid var(--border-color);
  display: none;
  margin-top: -1px;
  padding: 2rem;
}

.AddCustomProduct.Active {
  display: block;
}

.CustomFormProduct .BuyFormQuantity {
  display: none;
}

.FullCartProducts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.FullCartProduct {
  order: 1;
  position: relative;
  width: 100%;
}

.FullCartProduct[data-product-type=attachment] {
  order: 2;
}
.FullCartProduct[data-product-type=attachment] .FullCartColImage {
  display: none;
}
.FullCartProduct[data-product-type=attachment] .FullCartCol {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.FullCartProduct[data-product-type=attachment] a:not(.ProductRemove) {
  pointer-events: none;
}
.FullCartProduct[data-product-type=attachment] .ProductName,
.FullCartProduct[data-product-type=attachment] .ProductVat {
  display: none;
}
.FullCartProduct[data-product-type=attachment] .CartProductDetails {
  margin: 0;
}
.FullCartProduct[data-product-type=attachment] .FullCartColQuantity > *,
.FullCartProduct[data-product-type=attachment] .FullCartColTimes > *,
.FullCartProduct[data-product-type=attachment] .FullCartColPrice > * {
  opacity: 0;
  pointer-events: none;
}

.FullCartCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.FullCartColPrice {
  min-width: 100px;
}

@media screen and (max-width: 800px) {
  .FullCartProduct[data-product-type=attachment] .FullCartCol {
    padding: 0;
    margin: 0;
  }
  .FullCartProduct[data-product-type=attachment] .FullCartColRemove .ProductRemove {
    display: block;
    margin-top: 2rem;
    position: relative;
    top: 0;
  }
  .FullCartProduct[data-product-type=attachment] .FullCartCol:not(.FullCartColDetails):not(.FullCartColRemove) {
    display: none;
  }
}
.MiniCartProduct[data-product-type=attachment] .ProductName,
.MiniCartProduct[data-product-type=attachment] .ProductImage,
.MiniCartProduct[data-product-type=attachment] .ProductPrices {
  display: none;
}
.MiniCartProduct[data-product-type=attachment] a:not(.CartRemove) {
  pointer-events: none;
}

.MiniCartProduct[data-product-type=no-size] .CartProductVariation .VariationValue {
  font-size: 0;
}
.MiniCartProduct[data-product-type=no-size] .CartProductVariation .VariationValue:after {
  font-size: var(--font-size-small);
  content: "Valitsen koon myöhemmin";
}

.SitePromotions {
  background-color: var(--color-accent-1);
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 1rem;
  text-align: center;
}

.Promotion {
  --link: var(--color-light);
  --link-hover: var(--color-base-3);
}

.Promotion > * {
  color: var(--color-light);
  margin: 0;
}

.ProductQuantityDiscounts {
  line-height: 22px;
}

.JS .ProductQuantityDiscounts[data-prefix] {
  opacity: 0;
}

.JS .ProductQuantityDiscounts.Visible[data-prefix] {
  opacity: 1;
}

.ProductQuantityDiscounts dl {
  font-size: var(--font-size-small);
}

.ProductQuantityDiscounts dt,
.ProductQuantityDiscounts dd {
  display: inline;
}

.ProductQuantityDiscounts dt {
  color: var(--color-accent-3-shade-2);
  font-weight: 500;
}

.ProductQuantityDiscounts dd {
  color: var(--color-discount);
  font-weight: bold;
  margin: 0 0 0 5px;
  text-align: right;
}

.ProductQuantityDiscounts dd + dt:before {
  clear: both;
  content: "";
  display: block;
}

.QuantityDiscountPercentage {
  background-color: var(--color-discount);
  border-radius: 3px;
  color: var(--color-light);
  font-size: var(--font-size-xsmall);
  font-weight: 500;
  margin-left: 10px;
  padding: 2px 4px;
}

.SearchFilter {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius);
}

.SearchFilter a {
  float: right;
}

.SearchFilter li,
.SearchFilterTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: var(--color-boxed-bg);
  border: 1px solid var(--border-color);
  border-width: 1px 0 0;
  display: block;
  margin: 0;
  padding: 1rem 1.5rem;
  position: relative;
}

.SearchFilterTitle {
  border-width: 0;
}

.SearchFilter ul {
  list-style: none;
  margin-bottom: 0;
}

.SearchFilter .ApplyFilter {
  float: left;
  margin-right: 5px;
}

.FullSearchSuggestions {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
  margin: -3px;
}

.FullSearchSuggestions li {
  display: inline-block;
  margin: 3px;
  vertical-align: middle;
}

.FullSearchSuggestions a {
  background-color: var(--color-accent-2);
  border-radius: var(--border-radius);
  display: block;
  padding: 0 10px;
}

.FullSearchSuggestions a:hover,
.FullSearchSuggestions .Active a {
  background-color: var(--color-base-2);
}

.FullSearchSuggestionsTitle {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  vertical-align: middle;
}

#SearchForm {
  max-width: 500px;
  position: relative;
}

#SearchForm label {
  display: none;
}

#LiveSearch #SearchForm {
  margin-bottom: 0;
  max-width: none;
}

#LiveSearch #SearchForm #SearchInput {
  background-color: var(--color-base-1);
  border-radius: 0;
  padding-left: 2rem;
  padding-right: 8rem;
  width: 100%;
}

#LiveSearch #SearchForm #SearchButton {
  font-size: 0;
  background: transparent;
  border-color: transparent;
  position: absolute;
  right: 0;
}
#LiveSearch #SearchForm #SearchButton:before {
  content: "\f002";
  vertical-align: middle;
}

#LiveSearch {
  margin: 0 2rem;
  min-width: 280px;
}

#MobileSearchForm {
  margin-bottom: 0;
}

#MobileSearchForm label {
  display: none;
}

[data-slider=grid-list]:after {
  content: "flickity";
  display: none;
}

.GridList[data-slider=grid-list] {
  margin-left: calc(var(--page-margin) * -1);
  margin-right: calc(var(--page-margin) * -1);
  padding-bottom: 4rem;
  padding-left: calc(var(--page-margin) - 1rem);
  padding-right: calc(var(--page-margin) - 1rem);
  overflow: hidden;
}
.GridList[data-slider=grid-list] .flickity-viewport {
  overflow: visible;
}

.GridListItemSmall[data-slider=grid-list] .flickity-viewport {
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  [data-slider=grid-list]:after {
    content: "";
    display: none;
  }
  .GridList[data-slider=grid-list] {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    -webkit-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .GridList[data-slider=grid-list]::-webkit-scrollbar {
    display: none;
  }
  .GridList[data-slider=grid-list] .ListItem {
    float: none;
    white-space: normal;
  }
}
.flickity-button:before {
  content: "\f061";
  margin-right: 0.5em;
}
.flickity-button:before {
  margin: 5px 0 0 0;
  text-align: center;
  width: 100%;
}

.flickity-button > svg {
  display: none;
}

.flickity-prev-next-button.previous {
  left: -1rem;
}
.flickity-prev-next-button.previous:before {
  content: "\f060";
  margin-right: 0.5em;
}
.flickity-prev-next-button.previous:before {
  font-size: var(--font-size);
}

.flickity-prev-next-button.next {
  right: -1rem;
}

.flickity-prev-next-button {
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius) !important;
  box-shadow: 0 1px 2px var(--black-10);
  background: var(--color-base-1);
  height: 4rem;
  top: 45%;
  top: calc(50% - 2.2rem);
  width: 4.5rem;
  z-index: 2;
}

.flickity-prev-next-button:after {
  bottom: -2rem;
  content: "";
  display: block;
  left: -2rem;
  position: absolute;
  right: -2rem;
  top: -2rem;
}

.flickity-prev-next-button:hover {
  background: var(--color-base-2);
}

.flickity-prev-next-button .arrow {
  fill: var(--color-text-dark);
}

.flickity-prev-next-button.no-svg {
  color: var(--color-text-dark);
}

.flickity-prev-next-button:disabled {
  opacity: 0;
  pointer-events: none;
}

.flickity-prev-next-button:disabled:before {
  color: var(--black-10);
}

[data-slider=grid-list] .flickity-prev-next-button.previous,
[data-slider=banner] .flickity-prev-next-button.previous {
  left: 3vw;
}
[data-slider=grid-list] .flickity-prev-next-button.next,
[data-slider=banner] .flickity-prev-next-button.next {
  right: 3vw;
}

@media screen and (max-width: 1050px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-page-dots {
  bottom: 0;
  display: flex;
  left: 0;
  margin: 0 var(--page-margin);
  padding: 0;
  right: 0;
  width: auto;
}

.flickity-page-dots li:only-child {
  display: none;
}

.flickity-page-dots .dot {
  border-radius: 20px;
  flex: 1;
  height: 0.5rem;
  transition-duration: var(--transition-slow);
  transform-origin: center;
}

.flickity-page-dots .dot.is-selected {
  max-width: 140px;
}

.Spinner {
  display: table;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 130px;
}

.SpinnerInput {
  display: table-cell;
}

.SpinnerInput > input {
  border-radius: 0;
  border-width: 1px;
  display: block;
  margin: 0;
  min-width: 0;
  text-align: center;
  width: 100%;
}
.SpinnerInput > input:focus {
  position: relative;
}

.SpinnerControl {
  display: table-cell;
}

.SpinnerButton {
  background: var(--color-base-4);
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 35px;
}
.SpinnerButton:focus {
  position: relative;
}

.SpinnerButton[disabled] {
  cursor: not-allowed;
  opacity: 1;
}
.SpinnerButton[disabled]:before {
  opacity: 0.25;
}

.SpinnerButtonDec {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.SpinnerButtonDec:before {
  content: "\f068";
}

.SpinnerButtonInc {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.SpinnerButtonInc:before {
  content: "\f067";
}

.SiteWrapper {
  margin: 0 auto;
  position: relative;
}

.SiteUtilities {
  --background-color: var(--color-utility-bar-bg);
  --border-color: var(--color-utility-bar-border);
  background-color: var(--background-color);
  font-weight: 600;
}

.SiteUtilities p {
  font-weight: 600;
  margin: 0;
}

.SiteUtilities .FlexItem {
  width: 34%;
}

@media (max-width: 1355px) {
  .SiteUtilities .FlexItem:first-child {
    display: none;
  }
  .SiteUtilities .FlexItem:last-child {
    width: initial;
  }
  .SiteUtilities .FlexItem-SiteInfo {
    text-align: left;
  }
}
.SiteHeader {
  --background-color: var(--color-header-bg);
  --border-color: var(--color-footer-border);
  background-color: var(--background-color);
}

.SiteHeader-Homepage {
  background: 0 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.SiteBody {
  --background-color: var(--color-body-bg);
  --border-color: var(--color-body-border);
  background-color: var(--background-color);
}

.SiteContent {
  padding: var(--margin) 0 var(--large-margin);
}

@media (max-width: 800px) {
  .SiteWrapper {
    overflow: hidden;
  }
}
.SiteContent-NoPaddingTop {
  padding-top: 0;
}

.SiteContent .ContainerSection:last-child {
  margin-bottom: calc(var(--large-margin) * -1);
  padding-bottom: var(--large-margin);
}

@media (min-width: 1200px) {
  .SiteContent-InfoPage {
    min-height: 800px;
  }
}
.SiteContent-InfoPage .Banner {
  --aspect-ratio: 25%;
}

.SiteContent-ProductCard {
  padding: var(--margin) 0 12rem;
  padding-top: 0;
}

.SiteFooter {
  --background-color: var(--color-footer-bg);
  --border-color: var(--color-footer-border);
  background-color: var(--background-color);
}

.SiteColumns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-align: stretch;
  -ms-flex-align: stretch;
  -webkit-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.SiteColumns .SiteColumn {
  background-color: var(--color-base-1);
  padding: var(--margin) var(--container-page-margin) 3rem;
  padding-bottom: 4rem;
  padding-right: calc(var(--container-page-margin) / 2);
  position: relative;
  width: 350px;
  z-index: 2;
}

.SiteColumns .SiteColumn:empty,
.Checkout .SiteColumn {
  display: none;
}

.SiteColumns .SiteMainColumn {
  flex: 1;
}

@media screen and (min-width: 1051px) {
  .SiteColumn + .SiteMainColumn .ContainerSection,
  .SiteColumn + .SiteMainColumn .Container,
  .SiteColumn + .SiteMainColumn .Banner-Wide .BannerContainer,
  .Banner-Wide .SiteColumn + .SiteMainColumn .BannerContainer,
  .SiteColumn + .SiteMainColumn .Banners-Wide-Contained {
    padding-left: calc(var(--container-page-margin) / 2);
  }
}
@media screen and (max-width: 1050px) {
  .SiteColumns {
    display: block;
  }
  .SiteColumns .SiteColumn {
    display: none !important;
  }
}
.AsideColumn {
  width: 300px;
}

@media screen and (max-width: 1050px) {
  .Flex-Layout {
    display: block;
  }
  .MainColumn,
  .AsideColumn {
    width: 100%;
  }
}
.ProductSection {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: stretch;
}

.ProductAsideColumn {
  flex: 1;
  min-width: 500px;
  padding: 5rem 8rem 0rem 6rem;
}

.ProductMainColumn {
  background: var(--color-base-5);
  border: var(--color-base-3) 1px solid;
  border-top: 0;
  flex: 1.5;
}

@media (max-width: 1250px) {
  .ProductAsideColumn {
    padding: 2rem var(--container-page-margin);
  }
}
@media (max-width: 800px) {
  .ProductSection {
    display: block;
  }
  .ProductMainColumn {
    border-width: 0;
    border-bottom-width: 1px;
  }
  .ProductAsideColumn {
    min-width: 0;
    width: auto;
  }
}
.Tab {
  display: none;
}

.Tab > :last-child {
  margin-bottom: 0;
}

.Tab.Current {
  display: block;
}

.Tabs {
  background-color: var(--color-body-bg);
  border: 1px solid var(--border-color);
  border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
  padding: 20px;
}

@media screen and (max-width: 1050px) {
  .Tabs {
    border-width: 1px 0 0;
    margin: 0 -15px;
    padding: 20px 15px 0;
  }
}
.TagsList, .FilterTags {
  list-style: none;
}

.TagsList li, .FilterTags li {
  display: inline-block;
  margin: 2px 3px;
}

.TagsList li:first-child, .FilterTags li:first-child {
  margin-left: 0;
}

.TagsList li:last-child, .FilterTags li:last-child {
  margin-right: 0;
}

.Tag, .RemoveFilter {
  background-color: var(--color-base-3);
  border-radius: 30px;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
}
.Tag:before, .RemoveFilter:before {
  content: "\f02b";
  margin-right: 0.5em;
}

[data-layout-mode=large] [data-layout-hide=large] {
  display: none !important;
}

[data-layout-mode=medium] [data-layout-hide=medium] {
  display: none !important;
}

[data-layout-mode=large] .BrandHeader #LiveSearch {
  max-width: none;
}
[data-layout-mode=large] .NavigationBar {
  border: 0;
}
[data-layout-mode=large] .SiteColumns .SiteColumn {
  border: 0;
}
[data-layout-mode=large] .SiteColumns .SiteMainColumn {
  border: 1px solid var(--border-color);
  border-radius: 8px 0 0 0;
  border-width: 1px 0 0 1px;
}

@media screen and (max-width: 1050px) {
  [data-layout-mode=large] .SiteColumn {
    display: none;
  }
}
@media screen and (min-width: 1051px) {
  [data-layout-mode=large] .SiteContent {
    padding-top: 3rem;
  }
  [data-layout-mode=large] .SiteColumns .SiteMainColumn {
    --container-page-margin: 3rem;
  }
}
