@charset "UTF-8";
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
/*
 * Color palette
 */
/*
 * Responsive breakpoints
 */
/*
 * Fonts
 */
/* Body */
/* Heading */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
/* Link */
/* Header Links */
/* Footer links */
/* Standard title classes */
/*
 * Buttons
 */
/* Button default states */
/* Button primary */
/* Button primary hover states */
/* Button secondary */
/* Button secondary hover states */
/*
 * Swatches
 */
/*
 * Inputs & Forms
 */
/* [input-text|select|textarea|input-radio|input-checkbox] */
/* Placeholder */
/* Disabled state */
/* Focus state */
/* Input[type="text"] */
/* Input[type="text"] Placeholder */
/* Input[type="text"] Disabled state */
/* Input[type="text"] Focus state */
/* Select */
/* Select Placeholder */
/* Select Disabled state */
/* Select Focus state */
/* Textarea */
/* Textarea Placeholder */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Checkbox / Radio */
/* Limiter */
/* Textarea Disabled state */
/* Textarea Focused state */
/* Sorter */
/* Sorter Disabled state */
/*
 * Header
 */
/*
 * Menu bar
 */
/*
 * Fieldset / Fields
 */
/* Fieldset */
/* Field */
/* Label */
/* Control */
/* Action toolbar */
/* Breadcrumbs */
/* Toolbar */
/*
 * Tabs
 */
/* Detail tabs */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
html, body {
  font-family: "Open Sans";
  color: #1b1b1b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "DIN Pro";
  color: #1b1b1b;
  font-weight: 500;
  text-transform: none;
}
html h1, body h1 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0rem 0 40px 0;
  color: #0d2557;
}
html h2, body h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 2.5rem 0 2rem 0;
  color: #1b1b1b;
}
html h3, body h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 1rem 0;
  color: #0d2557;
}
html h4, body h4 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #1b1b1b;
}
html h5, body h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #1b1b1b;
}
html h6, body h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 2rem 0 2rem 0;
  color: #1b1b1b;
}
html p, body p {
  font-size: 1.3rem;
  font-weight: 400;
  color: #1b1b1b;
  line-height: 18px;
}
html a, body a {
  font-size: 1.3rem;
  font-weight: 400;
  color: #0d2557;
  text-decoration: none;
}
html a:visited, body a:visited {
  font-size: 1.3rem;
  font-weight: 400;
  color: #0d2557;
  text-decoration: none;
}
html a:hover, body a:hover {
  font-weight: 400;
  color: #0d2557;
  text-decoration: underline;
}
html .filter-title, body .filter-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #1b1b1b;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-title strong, body .filter-title strong {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #1b1b1b;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-subtitle, body .filter-subtitle {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #1b1b1b;
  line-height: 1.421617;
  text-transform: none;
}
html .filter-options .filter-options-title, body .filter-options .filter-options-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #1b1b1b;
  text-transform: none;
}
html .product-item-name > a, body .product-item-name > a {
  color: #1b1b1b;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 18px;
  margin: 5px 0px;
  text-transform: none;
}
html .product-item-name > a:visited, body .product-item-name > a:visited {
  color: #1b1b1b;
}

/*
 * Magento 2 Boilerplate
 * https://github.com/epartment/magento2-theme-epartment-boilerplate
 * Author: Epartment E-commerce B.V.
 * License: MIT
 */
button {
  background: #0d2557;
  border: 1px solid #0d2557;
  border-radius: 2.2rem;
  transition: all 0.34s ease-in-out;
  color: #fff;
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 400;
  padding: 0.7rem 2rem;
  text-transform: none;
  line-height: 18px;
}
button:hover {
  color: white;
  border: 0.1rem solid #ef7521;
  background-color: #ef7521;
}
button:focus, button:active {
  color: white;
  border: 0.1rem solid #ef7521;
  background-color: #ef7521;
}
button.action:hover {
  background: #ef7521;
  border: 0.1rem solid #ef7521;
  color: white;
}
button.action.primary {
  background: #0d2557;
  border: 1px solid #0d2557;
  color: #fff;
  padding: 0.7rem 2rem;
  font-family: "Open Sans";
  font-size: 1.4rem;
  text-transform: none;
  font-weight: 600;
  transition: all 0.34s ease-in-out;
  line-height: 18px;
}
button.action.primary:hover, button.action.primary:active, button.action.primary:focus {
  background: #ef7521;
  border: 0.1rem solid #ef7521;
  color: white;
}
button.action.primary.tocart {
  font-size: 1.4rem;
}
button.action.primary#product-addtocart-button {
  font-size: 1.4rem;
}
button.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #0d2557;
  font-size: 1.4rem;
  text-transform: none;
}
button.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.action.primary {
  background: #0d2557;
  border: 1px solid #0d2557;
  border-radius: 2.2rem;
  color: #fff;
  font-family: "Open Sans";
  padding: 0.7rem 2rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: none;
  transition: all 0.34s ease-in-out;
}
.action.primary:hover {
  background: #ef7521;
  border: 0.1rem solid #ef7521;
  color: white;
}
.action.primary.tocart {
  font-size: 1.4rem;
}
.action.primary#product-addtocart-button {
  font-size: 1.4rem;
}
.action.secondary {
  background: white;
  border: 1px solid blue;
  color: #0d2557;
  font-family: "Open Sans";
  font-size: 1.4rem;
}
.action.secondary:hover {
  background: #dadada;
  border: 1px solid #2a2a2a;
  color: #000;
}

.block.newsletter .action.subscribe {
  height: 4rem;
}
.block.newsletter .field .control:before {
  line-height: 4rem;
}

.modes .modes-mode {
  background: #f2f2f2;
  border-top: 1px solid #949494;
  border-left: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px;
}
.modes .modes-mode:before {
  color: #949494;
}
.modes .modes-mode:last-child {
  border-right: 1px solid #949494;
}
.modes .modes-mode:last-child.active {
  border-right: 1px solid #949494;
}
.modes .modes-mode:last-child:hover {
  border-right: 1px solid #949494;
}
.modes .modes-mode.active {
  background: #f2f2f2;
  border-left: 1px solid #949494;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px;
}
.modes .modes-mode.active:before {
  color: #949494;
}
.modes .modes-mode:hover {
  background: #dadada;
  border-left: 1px solid #949494;
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  color: #949494;
  padding: 7px 10px;
}
.modes .modes-mode:hover:before {
  color: #949494;
}

.swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.text {
  background: #f2f2f2;
  border: 1px solid #dadada;
  color: #949494;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-option.color {
  border: 1px solid #dadada;
  padding: 1px 2px;
  min-width: 30px;
  margin: 0 10px 5px 0;
}

.swatch-attribute.size .swatch-option {
  background: #f2f2f2;
  border: 1px solid #dadada;
  border-radius: 0px;
  color: #949494;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  margin: 0 10px 5px 0;
  padding: 1px 2px;
  height: 20px;
  width: 30px;
  min-width: 30px;
  max-width: 90px;
  overflow: hidden;
}
.swatch-attribute.size .swatch-option:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}
.swatch-attribute.size .swatch-option.text {
  background: #f2f2f2;
  border: 1px solid #dadada;
  font-size: 12px;
  color: #949494;
  padding: 4px 8px;
  min-width: 22px;
  margin: 0px 7px 5px 0;
}
.swatch-attribute.size .swatch-option.text:hover {
  border: 1px solid white;
  outline: 1px solid #999;
  color: #999;
}

input[type=text], input[type=radio], input[type=checkbox], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  border-radius: 2rem;
  height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.5rem;
  vertical-align: middle;
  font-size: 1.3rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus, input[type=radio]:focus, input[type=checkbox]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, input[type=number]:focus, select:focus, textarea:focus {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  color: black;
  font-style: normal;
}
input[type=text]:disabled, input[type=radio]:disabled, input[type=checkbox]:disabled, input[type=email]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=number]:disabled, select:disabled, textarea:disabled {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder, input[type=radio]::placeholder, input[type=checkbox]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, select::placeholder, textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=text] {
  background-color: white;
  border-color: #949494;
  border: 0.1rem solid #e1e7f5;
  border-radius: 2rem;
  height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.5rem;
  vertical-align: middle;
  font-size: normal;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
input[type=text]:focus {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  color: black;
  font-style: normal;
}
input[type=text]:disabled {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
input[type=text]::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

select {
  background-color: white;
  border-color: #949494;
  border: 0.1rem solid #e1e7f5;
  border-radius: 2rem;
  height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.5rem;
  vertical-align: middle;
  font-size: 1.3rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
select:focus {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  color: black;
  font-style: normal;
}
select:disabled {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
select::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

textarea {
  resize: vertical;
  background-color: white;
  border-color: #949494;
  border: 0.1rem solid #e1e7f5;
  border-radius: 2rem;
  height: auto;
  min-height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0.5rem 2.5rem;
  vertical-align: middle;
  font-size: 1.3rem;
  color: black;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
}
textarea:focus {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  color: black;
  font-style: normal;
}
textarea:disabled {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  opacity: 0.2;
  color: black;
  font-style: normal;
}
textarea::placeholder {
  opacity: 1;
  color: #84929F !important;
  font-style: normal;
}

input[type=checkbox] {
  width: auto;
}

.limiter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 2rem;
  height: 32px;
  width: auto;
  margin: 0 5px 0 7px;
  padding: 0.5rem 2.5rem;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #1b1b1b;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.limiter-options:focus {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  color: black;
  font-style: normal;
}
.limiter-options:disabled {
  background-color: white;
  border: 0.1rem solid #e1e7f5;
  opacity: 0.2;
  color: black;
  font-style: normal;
}

.sorter .sorter-options {
  background-color: white;
  border: 1px solid #949494;
  border-radius: 2rem;
  height: 32px;
  width: auto;
  margin: 0 0 0 7px;
  padding: 0.5rem 2.5rem;
  vertical-align: middle;
  font-size: 1.3rem;
  color: #1b1b1b;
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}
.sorter .sorter-action:before {
  line-height: 1.42;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 0.1rem solid #e1e7f5;
  border-radius: 2rem;
  padding: 0.5rem 2.5rem;
  line-height: 36px;
  font-size: 1.3rem;
  font-weight: 400;
  color: black;
  height: 4rem;
}

/* Search input icon */
.block-search .action.search {
  height: 4rem;
}

/****
** Fieldset
****/
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset > legend.legend {
  color: #1b1b1b;
  font-size: 24px;
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  line-height: 1.2;
  margin: 20px 0;
  padding: 0;
  width: inherit;
}
.fieldset > div.field {
  margin: 0 0 20px;
  box-sizing: border-box;
}
.fieldset > div.field:not(.choice) > label.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > legend.label {
  padding: 6px 15px 0 0;
  text-align: left;
  width: auto;
  float: none;
  font-weight: 600;
}
.fieldset > div.field:not(.choice) > div.control {
  width: auto;
  float: none;
}
.fieldset > div.field.choice:before {
  width: auto;
  padding: 0;
  height: inherit;
  float: none;
}
.fieldset > div.field.choice label.label {
  margin: 0 0 0 5px;
}

/****
** Form
****/
form div.actions-toolbar {
  margin: 20px 0;
}

/****
** Sidebar input
****/
.sidebar input[type=text], .sidebar input[type=password], .sidebar input[type=url], .sidebar input[type=tel], .sidebar input[type=search], .sidebar input[type=number], .sidebar input[type=datetime], .sidebar input[type=email], .sidebar select {
  border: 0.1rem solid #e1e7f5;
  border-radius: 2rem;
  padding: 0.5rem 2.5rem;
  line-height: 36px;
  font-size: 1.3rem;
  font-weight: 400;
  color: black;
  height: 4rem;
}

.captcha-container {
  display: none;
}

.nav-sections {
  background: #f2f2f2;
  margin: 0 0 25px;
}
.nav-sections .navigation {
  background: #f2f2f2;
}
.nav-sections .navigation .ui-menu-item.level-top a {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: "Open Sans";
  color: #949494;
}
.nav-sections .navigation .ui-menu-item.level-top a:hover {
  color: #1b1b1b;
  background: #f2f2f2;
}
.nav-sections .navigation .ui-menu-item.level-top.has-active > a {
  color: #1b1b1b;
  background: #f2f2f2;
  border-top: none;
  border-bottom: 3px solid #ef7521;
  border-left: none;
  border-right: none;
}
.nav-sections .navigation .ui-menu-item.level-top.has-active > a:hover {
  color: #1b1b1b;
  background: #f2f2f2;
}
.nav-sections .navigation .level0 .submenu {
  background: #ffffff;
}
.nav-sections .navigation .level0 .submenu li a {
  color: #1b1b1b;
  font-weight: 400;
  border-color: #ef7521;
}
.nav-sections .navigation .level0 .submenu li:hover {
  background: #eaeaea;
}
.nav-sections .navigation .level0 .submenu li:hover a {
  color: #1b1b1b;
  font-weight: 400;
}

.breadcrumbs .items .item {
  font-size: 1.3rem;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #1b1b1b;
  font-weight: 400;
}
.breadcrumbs .items .item a {
  font-size: 1.3rem;
  line-height: 18px;
  padding: 5px 5px 0 0;
  color: #1b1b1b;
  font-weight: 400;
}
.breadcrumbs .items .item strong {
  font-weight: 400;
  color: #949494;
}
.breadcrumbs .items .item:after {
  color: #949494;
  line-height: 18px;
}

.page-header {
  background: #fff;
  color: #1b1b1b;
}
.page-header .panel.wrapper {
  border-color: #e8e8e8;
  background: #fff;
}
.page-header .header a {
  color: #0d2557;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header a:hover {
  color: #0d2557;
  font-weight: 400;
  text-decoration: underline;
}
.page-header .header.content {
  background: #fff;
  color: #1b1b1b;
  padding: 30px 20px 0;
}
.page-header .header.panel {
  background: #fff;
  color: #1b1b1b;
  padding: 10px 20px;
}
.page-header .header .links li a {
  color: #0d2557;
  text-decoration: none;
  font-weight: 400;
}
.page-header .header .links li a:hover {
  color: #0d2557;
  font-weight: 400;
  text-decoration: underline;
}

.product-info-main .price-box .price-wrapper span.price {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 18px;
  color: #1b1b1b;
}

.product.data.items .item.title > .switch {
  background: black;
  color: white;
  border-color: gray;
  font-weight: 300;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 1.5rem;
}
.product.data.items .item.title:not(.disabled) > .switch:hover:hover {
  background: orange;
  color: white;
  border-color: red;
}
.product.data.items .item.title.active > .switch {
  background: orange;
  color: white;
  border-color: red;
}

.page-footer {
  background: #ffffff;
}
.page-footer .footer a {
  color: #0d2557;
  text-decoration: none;
  font-weight: 400;
}
.page-footer .footer a:hover {
  color: #0d2557;
  font-weight: 400;
  text-decoration: underline;
}
.page-footer .footer.content {
  margin: 25px auto;
  padding: 25px 20px 0;
  color: #1b1b1b;
  border-color: #1b1b1b;
}

/*
These mixins will aid in generating the utility classes for coffeefresh
in such a way that they remain ligtweight, and easy to modify.

# Responsive classes:
  For generating responsive classes, refer to the $cf-breakpoints variable.
  Each of those will generate a mobile-first class. So keep this minimal to reduce bloat.

# Grid system columns:
  Columns are generated based on the $columns and $cf-breakpoints variables to make sure they're
  in line with the rest of them

# Spacings:
  This is a combination of the $spacing-steps and the $spacing-properties and adheres to
  the usual bootstrap/tailwind names.

  The properties (margin-left, padding-right etc) are all defined in the $spacing-properties
  variable. There the class and property get generated.

  The steps it'll use are defined in $spacing-steps. This follow the tailwind principle: 4 = 1rem.
  So a .cf-m-4 has a margin of 1rem.

  All the spacing utilities will be reponsive according to that variable as well.



 */
/*
Generates mobile first versions of the utility based on the breakpoint
 */
/*
# Grid system columns:
 based on the $columns and $cf-breakpoints variables
 */
.cf-col {
  width: 100%;
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
}

.cf-col-1\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 8.3333333333%;
}
@media screen and (min-width: 320px) {
  .cf-col-1\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-1\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-1\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-1\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-1\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 8.3333333333%;
  }
}

.cf-col-2\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 16.6666666667%;
}
@media screen and (min-width: 320px) {
  .cf-col-2\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-2\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-2\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-2\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-2\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 16.6666666667%;
  }
}

.cf-col-3\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 25%;
}
@media screen and (min-width: 320px) {
  .cf-col-3\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-3\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-3\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-3\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-3\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 25%;
  }
}

.cf-col-4\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 33.3333333333%;
}
@media screen and (min-width: 320px) {
  .cf-col-4\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-4\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-4\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-4\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-4\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 33.3333333333%;
  }
}

.cf-col-5\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 41.6666666667%;
}
@media screen and (min-width: 320px) {
  .cf-col-5\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-5\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-5\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-5\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-5\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 41.6666666667%;
  }
}

.cf-col-6\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 50%;
}
@media screen and (min-width: 320px) {
  .cf-col-6\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-6\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-6\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-6\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-6\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 50%;
  }
}

.cf-col-7\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 58.3333333333%;
}
@media screen and (min-width: 320px) {
  .cf-col-7\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-7\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-7\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-7\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-7\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 58.3333333333%;
  }
}

.cf-col-8\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 66.6666666667%;
}
@media screen and (min-width: 320px) {
  .cf-col-8\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-8\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-8\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-8\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-8\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 66.6666666667%;
  }
}

.cf-col-9\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 75%;
}
@media screen and (min-width: 320px) {
  .cf-col-9\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-9\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-9\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-9\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-9\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 75%;
  }
}

.cf-col-10\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 83.3333333333%;
}
@media screen and (min-width: 320px) {
  .cf-col-10\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-10\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-10\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-10\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-10\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 83.3333333333%;
  }
}

.cf-col-11\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 91.6666666667%;
}
@media screen and (min-width: 320px) {
  .cf-col-11\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-11\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-11\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-11\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-11\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 91.6666666667%;
  }
}

.cf-col-12\/12 {
  min-height: 1px;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
}
@media screen and (min-width: 320px) {
  .cf-col-12\/12-xxs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 480px) {
  .cf-col-12\/12-xs {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 640px) {
  .cf-col-12\/12-s {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cf-col-12\/12-m {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cf-col-12\/12-l {
    min-height: 1px;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
  }
}

/*
Generates spacings based on the $spacing-steps and $spacing-properties.
 */
.cf-p-0 {
  padding: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-p-0-xxs {
    padding: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-0-xs {
    padding: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-0-s {
    padding: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-0-m {
    padding: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-0-l {
    padding: 0rem;
  }
}

.cf-p-1 {
  padding: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-p-1-xxs {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-1-xs {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-1-s {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-1-m {
    padding: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-1-l {
    padding: 0.25rem;
  }
}

.cf-p-2 {
  padding: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-p-2-xxs {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-2-xs {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-2-s {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-2-m {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-2-l {
    padding: 0.5rem;
  }
}

.cf-p-4 {
  padding: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-p-4-xxs {
    padding: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-4-xs {
    padding: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-4-s {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-4-m {
    padding: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-4-l {
    padding: 1rem;
  }
}

.cf-p-6 {
  padding: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-p-6-xxs {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-6-xs {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-6-s {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-6-m {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-6-l {
    padding: 1.5rem;
  }
}

.cf-p-8 {
  padding: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-p-8-xxs {
    padding: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-8-xs {
    padding: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-8-s {
    padding: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-8-m {
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-8-l {
    padding: 2rem;
  }
}

.cf-p-10 {
  padding: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-p-10-xxs {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-10-xs {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-10-s {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-10-m {
    padding: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-10-l {
    padding: 2.5rem;
  }
}

.cf-p-12 {
  padding: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-p-12-xxs {
    padding: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-12-xs {
    padding: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-12-s {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-12-m {
    padding: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-12-l {
    padding: 3rem;
  }
}

.cf-p-16 {
  padding: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-p-16-xxs {
    padding: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-16-xs {
    padding: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-16-s {
    padding: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-16-m {
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-16-l {
    padding: 4rem;
  }
}

.cf-p-20 {
  padding: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-p-20-xxs {
    padding: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-p-20-xs {
    padding: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-p-20-s {
    padding: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-p-20-m {
    padding: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-p-20-l {
    padding: 5rem;
  }
}

.cf-pl-0 {
  padding-left: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-0-xxs {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-0-xs {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-0-s {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-0-m {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-0-l {
    padding-left: 0rem;
  }
}

.cf-pl-1 {
  padding-left: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-1-xxs {
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-1-xs {
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-1-s {
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-1-m {
    padding-left: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-1-l {
    padding-left: 0.25rem;
  }
}

.cf-pl-2 {
  padding-left: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-2-xxs {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-2-xs {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-2-s {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-2-m {
    padding-left: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-2-l {
    padding-left: 0.5rem;
  }
}

.cf-pl-4 {
  padding-left: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-4-xxs {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-4-xs {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-4-s {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-4-m {
    padding-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-4-l {
    padding-left: 1rem;
  }
}

.cf-pl-6 {
  padding-left: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-6-xxs {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-6-xs {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-6-s {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-6-m {
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-6-l {
    padding-left: 1.5rem;
  }
}

.cf-pl-8 {
  padding-left: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-8-xxs {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-8-xs {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-8-s {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-8-m {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-8-l {
    padding-left: 2rem;
  }
}

.cf-pl-10 {
  padding-left: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-10-xxs {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-10-xs {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-10-s {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-10-m {
    padding-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-10-l {
    padding-left: 2.5rem;
  }
}

.cf-pl-12 {
  padding-left: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-12-xxs {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-12-xs {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-12-s {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-12-m {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-12-l {
    padding-left: 3rem;
  }
}

.cf-pl-16 {
  padding-left: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-16-xxs {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-16-xs {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-16-s {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-16-m {
    padding-left: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-16-l {
    padding-left: 4rem;
  }
}

.cf-pl-20 {
  padding-left: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-pl-20-xxs {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pl-20-xs {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pl-20-s {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pl-20-m {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pl-20-l {
    padding-left: 5rem;
  }
}

.cf-pr-0 {
  padding-right: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-0-xxs {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-0-xs {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-0-s {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-0-m {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-0-l {
    padding-right: 0rem;
  }
}

.cf-pr-1 {
  padding-right: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-1-xxs {
    padding-right: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-1-xs {
    padding-right: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-1-s {
    padding-right: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-1-m {
    padding-right: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-1-l {
    padding-right: 0.25rem;
  }
}

.cf-pr-2 {
  padding-right: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-2-xxs {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-2-xs {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-2-s {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-2-m {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-2-l {
    padding-right: 0.5rem;
  }
}

.cf-pr-4 {
  padding-right: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-4-xxs {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-4-xs {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-4-s {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-4-m {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-4-l {
    padding-right: 1rem;
  }
}

.cf-pr-6 {
  padding-right: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-6-xxs {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-6-xs {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-6-s {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-6-m {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-6-l {
    padding-right: 1.5rem;
  }
}

.cf-pr-8 {
  padding-right: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-8-xxs {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-8-xs {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-8-s {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-8-m {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-8-l {
    padding-right: 2rem;
  }
}

.cf-pr-10 {
  padding-right: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-10-xxs {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-10-xs {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-10-s {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-10-m {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-10-l {
    padding-right: 2.5rem;
  }
}

.cf-pr-12 {
  padding-right: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-12-xxs {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-12-xs {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-12-s {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-12-m {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-12-l {
    padding-right: 3rem;
  }
}

.cf-pr-16 {
  padding-right: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-16-xxs {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-16-xs {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-16-s {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-16-m {
    padding-right: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-16-l {
    padding-right: 4rem;
  }
}

.cf-pr-20 {
  padding-right: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-pr-20-xxs {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pr-20-xs {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pr-20-s {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pr-20-m {
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pr-20-l {
    padding-right: 5rem;
  }
}

.cf-pt-0 {
  padding-top: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-0-xxs {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-0-xs {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-0-s {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-0-m {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-0-l {
    padding-top: 0rem;
  }
}

.cf-pt-1 {
  padding-top: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-1-xxs {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-1-xs {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-1-s {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-1-m {
    padding-top: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-1-l {
    padding-top: 0.25rem;
  }
}

.cf-pt-2 {
  padding-top: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-2-xxs {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-2-xs {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-2-s {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-2-m {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-2-l {
    padding-top: 0.5rem;
  }
}

.cf-pt-4 {
  padding-top: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-4-xxs {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-4-xs {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-4-s {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-4-m {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-4-l {
    padding-top: 1rem;
  }
}

.cf-pt-6 {
  padding-top: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-6-xxs {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-6-xs {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-6-s {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-6-m {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-6-l {
    padding-top: 1.5rem;
  }
}

.cf-pt-8 {
  padding-top: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-8-xxs {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-8-xs {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-8-s {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-8-m {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-8-l {
    padding-top: 2rem;
  }
}

.cf-pt-10 {
  padding-top: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-10-xxs {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-10-xs {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-10-s {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-10-m {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-10-l {
    padding-top: 2.5rem;
  }
}

.cf-pt-12 {
  padding-top: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-12-xxs {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-12-xs {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-12-s {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-12-m {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-12-l {
    padding-top: 3rem;
  }
}

.cf-pt-16 {
  padding-top: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-16-xxs {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-16-xs {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-16-s {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-16-m {
    padding-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-16-l {
    padding-top: 4rem;
  }
}

.cf-pt-20 {
  padding-top: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-pt-20-xxs {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pt-20-xs {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pt-20-s {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pt-20-m {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pt-20-l {
    padding-top: 5rem;
  }
}

.cf-pb-0 {
  padding-bottom: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-0-xxs {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-0-xs {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-0-s {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-0-m {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-0-l {
    padding-bottom: 0rem;
  }
}

.cf-pb-1 {
  padding-bottom: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-1-xxs {
    padding-bottom: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-1-xs {
    padding-bottom: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-1-s {
    padding-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-1-m {
    padding-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-1-l {
    padding-bottom: 0.25rem;
  }
}

.cf-pb-2 {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-2-xxs {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-2-xs {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-2-s {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-2-m {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-2-l {
    padding-bottom: 0.5rem;
  }
}

.cf-pb-4 {
  padding-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-4-xxs {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-4-xs {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-4-s {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-4-m {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-4-l {
    padding-bottom: 1rem;
  }
}

.cf-pb-6 {
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-6-xxs {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-6-xs {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-6-s {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-6-m {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-6-l {
    padding-bottom: 1.5rem;
  }
}

.cf-pb-8 {
  padding-bottom: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-8-xxs {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-8-xs {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-8-s {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-8-m {
    padding-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-8-l {
    padding-bottom: 2rem;
  }
}

.cf-pb-10 {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-10-xxs {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-10-xs {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-10-s {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-10-m {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-10-l {
    padding-bottom: 2.5rem;
  }
}

.cf-pb-12 {
  padding-bottom: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-12-xxs {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-12-xs {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-12-s {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-12-m {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-12-l {
    padding-bottom: 3rem;
  }
}

.cf-pb-16 {
  padding-bottom: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-16-xxs {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-16-xs {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-16-s {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-16-m {
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-16-l {
    padding-bottom: 4rem;
  }
}

.cf-pb-20 {
  padding-bottom: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-pb-20-xxs {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-pb-20-xs {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-pb-20-s {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-pb-20-m {
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-pb-20-l {
    padding-bottom: 5rem;
  }
}

.cf-m-0 {
  margin: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-m-0-xxs {
    margin: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-0-xs {
    margin: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-0-s {
    margin: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-0-m {
    margin: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-0-l {
    margin: 0rem;
  }
}

.cf-m-1 {
  margin: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-m-1-xxs {
    margin: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-1-xs {
    margin: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-1-s {
    margin: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-1-m {
    margin: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-1-l {
    margin: 0.25rem;
  }
}

.cf-m-2 {
  margin: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-m-2-xxs {
    margin: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-2-xs {
    margin: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-2-s {
    margin: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-2-m {
    margin: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-2-l {
    margin: 0.5rem;
  }
}

.cf-m-4 {
  margin: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-m-4-xxs {
    margin: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-4-xs {
    margin: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-4-s {
    margin: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-4-m {
    margin: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-4-l {
    margin: 1rem;
  }
}

.cf-m-6 {
  margin: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-m-6-xxs {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-6-xs {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-6-s {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-6-m {
    margin: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-6-l {
    margin: 1.5rem;
  }
}

.cf-m-8 {
  margin: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-m-8-xxs {
    margin: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-8-xs {
    margin: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-8-s {
    margin: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-8-m {
    margin: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-8-l {
    margin: 2rem;
  }
}

.cf-m-10 {
  margin: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-m-10-xxs {
    margin: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-10-xs {
    margin: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-10-s {
    margin: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-10-m {
    margin: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-10-l {
    margin: 2.5rem;
  }
}

.cf-m-12 {
  margin: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-m-12-xxs {
    margin: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-12-xs {
    margin: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-12-s {
    margin: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-12-m {
    margin: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-12-l {
    margin: 3rem;
  }
}

.cf-m-16 {
  margin: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-m-16-xxs {
    margin: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-16-xs {
    margin: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-16-s {
    margin: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-16-m {
    margin: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-16-l {
    margin: 4rem;
  }
}

.cf-m-20 {
  margin: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-m-20-xxs {
    margin: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-m-20-xs {
    margin: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-m-20-s {
    margin: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-m-20-m {
    margin: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-m-20-l {
    margin: 5rem;
  }
}

.cf-ml-0 {
  margin-left: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-0-xxs {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-0-xs {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-0-s {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-0-m {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-0-l {
    margin-left: 0rem;
  }
}

.cf-ml-1 {
  margin-left: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-1-xxs {
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-1-xs {
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-1-s {
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-1-m {
    margin-left: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-1-l {
    margin-left: 0.25rem;
  }
}

.cf-ml-2 {
  margin-left: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-2-xxs {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-2-xs {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-2-s {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-2-m {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-2-l {
    margin-left: 0.5rem;
  }
}

.cf-ml-4 {
  margin-left: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-4-xxs {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-4-xs {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-4-s {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-4-m {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-4-l {
    margin-left: 1rem;
  }
}

.cf-ml-6 {
  margin-left: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-6-xxs {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-6-xs {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-6-s {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-6-m {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-6-l {
    margin-left: 1.5rem;
  }
}

.cf-ml-8 {
  margin-left: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-8-xxs {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-8-xs {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-8-s {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-8-m {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-8-l {
    margin-left: 2rem;
  }
}

.cf-ml-10 {
  margin-left: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-10-xxs {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-10-xs {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-10-s {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-10-m {
    margin-left: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-10-l {
    margin-left: 2.5rem;
  }
}

.cf-ml-12 {
  margin-left: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-12-xxs {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-12-xs {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-12-s {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-12-m {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-12-l {
    margin-left: 3rem;
  }
}

.cf-ml-16 {
  margin-left: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-16-xxs {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-16-xs {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-16-s {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-16-m {
    margin-left: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-16-l {
    margin-left: 4rem;
  }
}

.cf-ml-20 {
  margin-left: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-ml-20-xxs {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-ml-20-xs {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-ml-20-s {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-ml-20-m {
    margin-left: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-ml-20-l {
    margin-left: 5rem;
  }
}

.cf-mr-0 {
  margin-right: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-0-xxs {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-0-xs {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-0-s {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-0-m {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-0-l {
    margin-right: 0rem;
  }
}

.cf-mr-1 {
  margin-right: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-1-xxs {
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-1-xs {
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-1-s {
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-1-m {
    margin-right: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-1-l {
    margin-right: 0.25rem;
  }
}

.cf-mr-2 {
  margin-right: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-2-xxs {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-2-xs {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-2-s {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-2-m {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-2-l {
    margin-right: 0.5rem;
  }
}

.cf-mr-4 {
  margin-right: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-4-xxs {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-4-xs {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-4-s {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-4-m {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-4-l {
    margin-right: 1rem;
  }
}

.cf-mr-6 {
  margin-right: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-6-xxs {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-6-xs {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-6-s {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-6-m {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-6-l {
    margin-right: 1.5rem;
  }
}

.cf-mr-8 {
  margin-right: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-8-xxs {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-8-xs {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-8-s {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-8-m {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-8-l {
    margin-right: 2rem;
  }
}

.cf-mr-10 {
  margin-right: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-10-xxs {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-10-xs {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-10-s {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-10-m {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-10-l {
    margin-right: 2.5rem;
  }
}

.cf-mr-12 {
  margin-right: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-12-xxs {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-12-xs {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-12-s {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-12-m {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-12-l {
    margin-right: 3rem;
  }
}

.cf-mr-16 {
  margin-right: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-16-xxs {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-16-xs {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-16-s {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-16-m {
    margin-right: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-16-l {
    margin-right: 4rem;
  }
}

.cf-mr-20 {
  margin-right: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-mr-20-xxs {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mr-20-xs {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mr-20-s {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mr-20-m {
    margin-right: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mr-20-l {
    margin-right: 5rem;
  }
}

.cf-mt-0 {
  margin-top: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-0-xxs {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-0-xs {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-0-s {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-0-m {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-0-l {
    margin-top: 0rem;
  }
}

.cf-mt-1 {
  margin-top: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-1-xxs {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-1-xs {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-1-s {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-1-m {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-1-l {
    margin-top: 0.25rem;
  }
}

.cf-mt-2 {
  margin-top: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-2-xxs {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-2-xs {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-2-s {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-2-m {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-2-l {
    margin-top: 0.5rem;
  }
}

.cf-mt-4 {
  margin-top: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-4-xxs {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-4-xs {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-4-s {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-4-m {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-4-l {
    margin-top: 1rem;
  }
}

.cf-mt-6 {
  margin-top: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-6-xxs {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-6-xs {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-6-s {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-6-m {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-6-l {
    margin-top: 1.5rem;
  }
}

.cf-mt-8 {
  margin-top: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-8-xxs {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-8-xs {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-8-s {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-8-m {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-8-l {
    margin-top: 2rem;
  }
}

.cf-mt-10 {
  margin-top: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-10-xxs {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-10-xs {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-10-s {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-10-m {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-10-l {
    margin-top: 2.5rem;
  }
}

.cf-mt-12 {
  margin-top: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-12-xxs {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-12-xs {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-12-s {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-12-m {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-12-l {
    margin-top: 3rem;
  }
}

.cf-mt-16 {
  margin-top: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-16-xxs {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-16-xs {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-16-s {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-16-m {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-16-l {
    margin-top: 4rem;
  }
}

.cf-mt-20 {
  margin-top: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-mt-20-xxs {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mt-20-xs {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mt-20-s {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mt-20-m {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mt-20-l {
    margin-top: 5rem;
  }
}

.cf-mb-0 {
  margin-bottom: 0rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-0-xxs {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-0-xs {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-0-s {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-0-m {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-0-l {
    margin-bottom: 0rem;
  }
}

.cf-mb-1 {
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-1-xxs {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-1-xs {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-1-s {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-1-m {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-1-l {
    margin-bottom: 0.25rem;
  }
}

.cf-mb-2 {
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-2-xxs {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-2-xs {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-2-s {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-2-m {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-2-l {
    margin-bottom: 0.5rem;
  }
}

.cf-mb-4 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-4-xxs {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-4-xs {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-4-s {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-4-m {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-4-l {
    margin-bottom: 1rem;
  }
}

.cf-mb-6 {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-6-xxs {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-6-xs {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-6-s {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-6-m {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-6-l {
    margin-bottom: 1.5rem;
  }
}

.cf-mb-8 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-8-xxs {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-8-xs {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-8-s {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-8-m {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-8-l {
    margin-bottom: 2rem;
  }
}

.cf-mb-10 {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-10-xxs {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-10-xs {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-10-s {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-10-m {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-10-l {
    margin-bottom: 2.5rem;
  }
}

.cf-mb-12 {
  margin-bottom: 3rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-12-xxs {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-12-xs {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-12-s {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-12-m {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-12-l {
    margin-bottom: 3rem;
  }
}

.cf-mb-16 {
  margin-bottom: 4rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-16-xxs {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-16-xs {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-16-s {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-16-m {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-16-l {
    margin-bottom: 4rem;
  }
}

.cf-mb-20 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 320px) {
  .cf-mb-20-xxs {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 480px) {
  .cf-mb-20-xs {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 640px) {
  .cf-mb-20-s {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .cf-mb-20-m {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .cf-mb-20-l {
    margin-bottom: 5rem;
  }
}

.cf-d-block {
  display: block;
}
@media screen and (min-width: 320px) {
  .cf-d-block-xxs {
    display: block;
  }
}
@media screen and (min-width: 480px) {
  .cf-d-block-xs {
    display: block;
  }
}
@media screen and (min-width: 640px) {
  .cf-d-block-s {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .cf-d-block-m {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .cf-d-block-l {
    display: block;
  }
}

.cf-d-inline-block {
  display: inline-block;
}
@media screen and (min-width: 320px) {
  .cf-d-inline-block-xxs {
    display: inline-block;
  }
}
@media screen and (min-width: 480px) {
  .cf-d-inline-block-xs {
    display: inline-block;
  }
}
@media screen and (min-width: 640px) {
  .cf-d-inline-block-s {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .cf-d-inline-block-m {
    display: inline-block;
  }
}
@media screen and (min-width: 1024px) {
  .cf-d-inline-block-l {
    display: inline-block;
  }
}

.cf-d-inline {
  display: inline;
}
@media screen and (min-width: 320px) {
  .cf-d-inline-xxs {
    display: inline;
  }
}
@media screen and (min-width: 480px) {
  .cf-d-inline-xs {
    display: inline;
  }
}
@media screen and (min-width: 640px) {
  .cf-d-inline-s {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .cf-d-inline-m {
    display: inline;
  }
}
@media screen and (min-width: 1024px) {
  .cf-d-inline-l {
    display: inline;
  }
}

.cf-d-flex {
  display: flex;
}
@media screen and (min-width: 320px) {
  .cf-d-flex-xxs {
    display: flex;
  }
}
@media screen and (min-width: 480px) {
  .cf-d-flex-xs {
    display: flex;
  }
}
@media screen and (min-width: 640px) {
  .cf-d-flex-s {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .cf-d-flex-m {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .cf-d-flex-l {
    display: flex;
  }
}

.cf-d-none {
  display: none;
}
@media screen and (min-width: 320px) {
  .cf-d-none-xxs {
    display: none;
  }
}
@media screen and (min-width: 480px) {
  .cf-d-none-xs {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .cf-d-none-s {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cf-d-none-m {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .cf-d-none-l {
    display: none;
  }
}

.cf-border-0 {
  border: 0px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-0-xxs {
    border: 0px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-0-xs {
    border: 0px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-0-s {
    border: 0px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-0-m {
    border: 0px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-0-l {
    border: 0px solid;
  }
}

.cf-border-1 {
  border: 1px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-1-xxs {
    border: 1px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-1-xs {
    border: 1px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-1-s {
    border: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-1-m {
    border: 1px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-1-l {
    border: 1px solid;
  }
}

.cf-border-2 {
  border: 2px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-2-xxs {
    border: 2px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-2-xs {
    border: 2px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-2-s {
    border: 2px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-2-m {
    border: 2px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-2-l {
    border: 2px solid;
  }
}

.cf-border-l-0 {
  border-left: 0px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-l-0-xxs {
    border-left: 0px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-l-0-xs {
    border-left: 0px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-l-0-s {
    border-left: 0px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-l-0-m {
    border-left: 0px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-l-0-l {
    border-left: 0px solid;
  }
}

.cf-border-l-1 {
  border-left: 1px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-l-1-xxs {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-l-1-xs {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-l-1-s {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-l-1-m {
    border-left: 1px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-l-1-l {
    border-left: 1px solid;
  }
}

.cf-border-l-2 {
  border-left: 2px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-l-2-xxs {
    border-left: 2px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-l-2-xs {
    border-left: 2px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-l-2-s {
    border-left: 2px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-l-2-m {
    border-left: 2px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-l-2-l {
    border-left: 2px solid;
  }
}

.cf-border-r-0 {
  border-right: 0px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-r-0-xxs {
    border-right: 0px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-r-0-xs {
    border-right: 0px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-r-0-s {
    border-right: 0px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-r-0-m {
    border-right: 0px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-r-0-l {
    border-right: 0px solid;
  }
}

.cf-border-r-1 {
  border-right: 1px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-r-1-xxs {
    border-right: 1px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-r-1-xs {
    border-right: 1px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-r-1-s {
    border-right: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-r-1-m {
    border-right: 1px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-r-1-l {
    border-right: 1px solid;
  }
}

.cf-border-r-2 {
  border-right: 2px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-r-2-xxs {
    border-right: 2px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-r-2-xs {
    border-right: 2px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-r-2-s {
    border-right: 2px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-r-2-m {
    border-right: 2px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-r-2-l {
    border-right: 2px solid;
  }
}

.cf-border-t-0 {
  border-top: 0px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-t-0-xxs {
    border-top: 0px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-t-0-xs {
    border-top: 0px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-t-0-s {
    border-top: 0px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-t-0-m {
    border-top: 0px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-t-0-l {
    border-top: 0px solid;
  }
}

.cf-border-t-1 {
  border-top: 1px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-t-1-xxs {
    border-top: 1px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-t-1-xs {
    border-top: 1px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-t-1-s {
    border-top: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-t-1-m {
    border-top: 1px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-t-1-l {
    border-top: 1px solid;
  }
}

.cf-border-t-2 {
  border-top: 2px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-t-2-xxs {
    border-top: 2px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-t-2-xs {
    border-top: 2px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-t-2-s {
    border-top: 2px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-t-2-m {
    border-top: 2px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-t-2-l {
    border-top: 2px solid;
  }
}

.cf-border-b-0 {
  border-bottom: 0px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-b-0-xxs {
    border-bottom: 0px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-b-0-xs {
    border-bottom: 0px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-b-0-s {
    border-bottom: 0px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-b-0-m {
    border-bottom: 0px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-b-0-l {
    border-bottom: 0px solid;
  }
}

.cf-border-b-1 {
  border-bottom: 1px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-b-1-xxs {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-b-1-xs {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-b-1-s {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-b-1-m {
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-b-1-l {
    border-bottom: 1px solid;
  }
}

.cf-border-b-2 {
  border-bottom: 2px solid;
}
@media screen and (min-width: 320px) {
  .cf-border-b-2-xxs {
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 480px) {
  .cf-border-b-2-xs {
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 640px) {
  .cf-border-b-2-s {
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 768px) {
  .cf-border-b-2-m {
    border-bottom: 2px solid;
  }
}
@media screen and (min-width: 1024px) {
  .cf-border-b-2-l {
    border-bottom: 2px solid;
  }
}

.cf-color-orange {
  color: #ef7521;
}

.cf-bg-orange {
  background-color: #ef7521;
}

.cf-border-color-orange {
  border-color: #ef7521;
}

.cf-color-yellow {
  color: #fdca00;
}

.cf-bg-yellow {
  background-color: #fdca00;
}

.cf-border-color-yellow {
  border-color: #fdca00;
}

.cf-color-green {
  color: #00d700;
}

.cf-bg-green {
  background-color: #00d700;
}

.cf-border-color-green {
  border-color: #00d700;
}

.cf-color-xlt-blue {
  color: #f4f8fa;
}

.cf-bg-xlt-blue {
  background-color: #f4f8fa;
}

.cf-border-color-xlt-blue {
  border-color: #f4f8fa;
}

.cf-color-lt-blue {
  color: #e1e7f5;
}

.cf-bg-lt-blue {
  background-color: #e1e7f5;
}

.cf-border-color-lt-blue {
  border-color: #e1e7f5;
}

.cf-color-md-blue {
  color: #737e98;
}

.cf-bg-md-blue {
  background-color: #737e98;
}

.cf-border-color-md-blue {
  border-color: #737e98;
}

.cf-color-dk-blue {
  color: #0d2557;
}

.cf-bg-dk-blue {
  background-color: #0d2557;
}

.cf-border-color-dk-blue {
  border-color: #0d2557;
}

.cf-color-grey {
  color: #cfcfcf;
}

.cf-bg-grey {
  background-color: #cfcfcf;
}

.cf-border-color-grey {
  border-color: #cfcfcf;
}

.cf-color-dk-grey {
  color: #bcbdbc;
}

.cf-bg-dk-grey {
  background-color: #bcbdbc;
}

.cf-border-color-dk-grey {
  border-color: #bcbdbc;
}

.cf-color-xdk-grey {
  color: #979797;
}

.cf-bg-xdk-grey {
  background-color: #979797;
}

.cf-border-color-xdk-grey {
  border-color: #979797;
}

.cf-color-black {
  color: #1b1b1b;
}

.cf-bg-black {
  background-color: #1b1b1b;
}

.cf-border-color-black {
  border-color: #1b1b1b;
}

.cf-color-white {
  color: #fff;
}

.cf-bg-white {
  background-color: #fff;
}

.cf-border-color-white {
  border-color: #fff;
}

/*!
 * Font Awesome Pro 5.13.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  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,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  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: "";
}

.fa-abacus:before {
  content: "";
}

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

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

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

.fa-ad:before {
  content: "";
}

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

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

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

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

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

.fa-airbnb:before {
  content: "";
}

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

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

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

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

.fa-album:before {
  content: "";
}

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

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-alien:before {
  content: "";
}

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

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

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

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

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

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

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

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

.fa-ambulance:before {
  content: "";
}

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

.fa-amilia:before {
  content: "";
}

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

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

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

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

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

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

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

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

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

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

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

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

.fa-artstation:before {
  content: "";
}

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

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

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

.fa-audible:before {
  content: "";
}

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

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

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

.fa-baby:before {
  content: "";
}

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

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

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

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

.fa-badge:before {
  content: "";
}

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

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

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

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

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

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

.fa-bahai:before {
  content: "";
}

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

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

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

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

.fa-ballot:before {
  content: "";
}

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

.fa-ban:before {
  content: "";
}

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

.fa-bandcamp:before {
  content: "";
}

.fa-banjo:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

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

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

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

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

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

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

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

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bed:before {
  content: "";
}

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

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

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

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

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

.fa-bell:before {
  content: "";
}

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

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

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

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

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

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

.fa-bells:before {
  content: "";
}

.fa-betamax:before {
  content: "";
}

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

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

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

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

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

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

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

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

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

.fa-blind:before {
  content: "";
}

.fa-blinds:before {
  content: "";
}

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

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

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

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

.fa-bluetooth:before {
  content: "";
}

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

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

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

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

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

.fa-boombox:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

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

.fa-bootstrap:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-box:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-boxes:before {
  content: "";
}

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

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

.fa-brackets:before {
  content: "";
}

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

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

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

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

.fa-briefcase:before {
  content: "";
}

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

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

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

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

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

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

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

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

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

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

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

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

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

.fa-buysellads:before {
  content: "";
}

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

.fa-cactus:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

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

.fa-calendar:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-camcorder:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

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

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

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

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

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

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

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

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

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

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

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.fa-caravan:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

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

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

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

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

.fa-cat:before {
  content: "";
}

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

.fa-cauldron:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-cctv:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

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

.fa-chalkboard:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-check:before {
  content: "";
}

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

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

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

.fa-cheese:before {
  content: "";
}

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

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

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

.fa-city:before {
  content: "";
}

.fa-clarinet:before {
  content: "";
}

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

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

.fa-clipboard:before {
  content: "";
}

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

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

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

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

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

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

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

.fa-cloud:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clouds:before {
  content: "";
}

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

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

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

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

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

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

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

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

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

.fa-coffin:before {
  content: "";
}

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

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

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

.fa-comment:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-comments:before {
  content: "";
}

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

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

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

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

.fa-compass:before {
  content: "";
}

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

.fa-compress:before {
  content: "";
}

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

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

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

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

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

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

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

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

.fa-contao:before {
  content: "";
}

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

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

.fa-cookie:before {
  content: "";
}

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

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

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

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cowbell:before {
  content: "";
}

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

.fa-cpanel:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-cricket:before {
  content: "";
}

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

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

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

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

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

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

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

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

.fa-dagger:before {
  content: "";
}

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

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

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

.fa-deezer:before {
  content: "亮";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

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

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

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

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

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

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

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

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

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

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

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

.fa-dolly:before {
  content: "";
}

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

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

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

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

.fa-donate:before {
  content: "";
}

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

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

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

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

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

.fa-dragon:before {
  content: "";
}

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

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

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

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

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

.fa-drone:before {
  content: "";
}

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

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

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

.fa-drumstick:before {
  content: "";
}

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

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

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

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

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

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

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

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

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

.fa-edge:before {
  content: "";
}

.fa-edge-legacy:before {
  content: "兩";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

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

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

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

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

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

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

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

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

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

.fa-envelope:before {
  content: "";
}

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

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

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

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

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

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

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

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

.fa-exclamation:before {
  content: "";
}

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

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

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

.fa-expand:before {
  content: "";
}

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

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

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

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

.fa-expeditedssl:before {
  content: "";
}

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

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

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

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

.fa-eye:before {
  content: "";
}

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

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

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

.fa-facebook:before {
  content: "";
}

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

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

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

.fa-fan:before {
  content: "";
}

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

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

.fa-farm:before {
  content: "";
}

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

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

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

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

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

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

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

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

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

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

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

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

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-music:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-film-canister:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flashlight:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-flute:before {
  content: "";
}

.fa-flux-capacitor:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-download:before {
  content: "肋";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folder-upload:before {
  content: "凜";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-galaxy:before {
  content: "龜";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-game-console-handheld:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gamepad-alt:before {
  content: "";
}

.fa-garage:before {
  content: "契";
}

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

.fa-garage-open:before {
  content: "喇";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-pay:before {
  content: "凉";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gramophone:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-guitar-electric:before {
  content: "";
}

.fa-guitars:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-cowboy:before {
  content: "";
}

.fa-hat-cowboy-side:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-headphones:before {
  content: "";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-heat:before {
  content: "奈";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-horse-saddle:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house:before {
  content: "懶";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-day:before {
  content: "癩";
}

.fa-house-flood:before {
  content: "";
}

.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: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-image-polaroid:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-joystick:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-jug:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kazoo:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-lamp-desk:before {
  content: "樂";
}

.fa-lamp-floor:before {
  content: "洛";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lasso:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.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: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-music:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-mdb:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microphone-stand:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-microwave:before {
  content: "亂";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

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

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse:before {
  content: "";
}

.fa-mouse-alt:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mp3-player:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-music-alt:before {
  content: "";
}

.fa-music-alt-slash:before {
  content: "";
}

.fa-music-slash:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-orcid:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-outlet:before {
  content: "卵";
}

.fa-oven:before {
  content: "欄";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-rotary:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-piano:before {
  content: "";
}

.fa-piano-keyboard:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-planet-moon:before {
  content: "蘭";
}

.fa-planet-ringed:before {
  content: "鸞";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-police-box:before {
  content: "嵐";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portal-enter:before {
  content: "濫";
}

.fa-portal-exit:before {
  content: "藍";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-projector:before {
  content: "";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radar:before {
  content: "襤";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-radio:before {
  content: "";
}

.fa-radio-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-raygun:before {
  content: "拉";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-record-vinyl:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-refrigerator:before {
  content: "臘";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocket-launch:before {
  content: "蠟";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-router:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rust:before {
  content: "梁";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-sax-hot:before {
  content: "";
}

.fa-saxophone:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-image:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.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: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signal-stream:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sink:before {
  content: "省";
}

.fa-siren:before {
  content: "來";
}

.fa-siren-on:before {
  content: "冷";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-cow:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-solar-system:before {
  content: "勞";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-circle:before {
  content: "擄";
}

.fa-sort-circle-down:before {
  content: "櫓";
}

.fa-sort-circle-up:before {
  content: "爐";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-space-station-moon:before {
  content: "盧";
}

.fa-space-station-moon-alt:before {
  content: "老";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-speakers:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-sprinkler:before {
  content: "蘆";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-star-shooting:before {
  content: "虜";
}

.fa-starfighter:before {
  content: "路";
}

.fa-starfighter-alt:before {
  content: "露";
}

.fa-stars:before {
  content: "";
}

.fa-starship:before {
  content: "魯";
}

.fa-starship-freighter:before {
  content: "鷺";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

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

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swift:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-sword-laser:before {
  content: "碌";
}

.fa-sword-laser-alt:before {
  content: "祿";
}

.fa-swords:before {
  content: "";
}

.fa-swords-laser:before {
  content: "綠";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-telescope:before {
  content: "菉";
}

.fa-temperature-down:before {
  content: "錄";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-temperature-up:before {
  content: "鹿";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tiktok:before {
  content: "糧";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.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: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-triangle-music:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-trumpet:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turntable:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-alt:before {
  content: "";
}

.fa-tv-music:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typewriter:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-ufo:before {
  content: "磊";
}

.fa-ufo-beam:before {
  content: "賂";
}

.fa-uikit:before {
  content: "";
}

.fa-umbraco:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-unsplash:before {
  content: "良";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usb-drive:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alien:before {
  content: "壘";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-cowboy:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-music:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-robot:before {
  content: "屢";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-user-unlock:before {
  content: "菱";
}

.fa-user-visor:before {
  content: "樓";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-users-slash:before {
  content: "拾";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-vacuum:before {
  content: "淚";
}

.fa-vacuum-robot:before {
  content: "漏";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-vhs:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-violin:before {
  content: "";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-wagon-covered:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walkie-talkie:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-calculator:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waveform:before {
  content: "";
}

.fa-waveform-path:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-frame:before {
  content: "累";
}

.fa-window-frame-open:before {
  content: "縷";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.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.1 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: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.13.1 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("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.13.1 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: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "DIN Pro";
  src: url("../fonts/dinpro-medium-webfont.eot");
  src: url("../fonts/dinpro-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro-medium-webfont.woff") format("woff"), url("../fonts/dinpro-medium-webfont.ttf") format("truetype"), url("../fonts/dinpro-medium-webfont.svg#dinpromedium") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Hand Of Sean";
  src: url("../fonts/handsean-webfont.woff2") format("woff2"), url("../fonts/handsean-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 768px) {
  .navigation,
.breadcrumbs,
.page-header .header.panel,
.header.content,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
    max-width: 100%;
  }
}
body {
  background: #f4f8fa;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  html h1, body h1 {
    font-size: 1.8rem;
  }
}

.logowrapper {
  flex-basis: 37rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  position: relative;
}
@media (max-width: 1600px) {
  .logowrapper {
    flex-basis: 30rem;
  }
}
@media (max-width: 1439px) {
  .logowrapper {
    flex-basis: 15rem;
  }
}
@media (max-width: 1024px) {
  .logowrapper {
    flex-basis: 10rem;
  }
}
@media (max-width: 1023px) {
  .logowrapper {
    flex-basis: 9rem;
    position: initial;
  }
}
@media (max-width: 639px) {
  .logowrapper {
    flex-basis: 5rem;
  }
}
.logowrapper .logo {
  float: none;
  margin: 0;
}

@-webkit-keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.action.tocart.primary {
  display: flex;
  align-items: center;
  justify-content: center;
}
.action.tocart.primary:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  mask: url(../images/cart.svg) no-repeat 50% 50%;
  -webkit-mask: url(../images/cart.svg) no-repeat 50% 50%;
  mask-size: cover;
  -webkit-mask-size: cover;
  margin-left: 0.6rem;
  margin-right: 0.3rem;
}
.action.tocart.primary span {
  display: none;
}
.action.tocart.primary.disabled:before {
  width: 1.6rem;
  height: 1.6rem;
  background: none;
  -webkit-mask: none;
  border-radius: 50%;
  -webkit-animation: loader-spin 0.7s linear infinite;
  animation: loader-spin 0.7s linear infinite;
  border: 0.2rem solid #e1e7f5;
  border-top: 0.2rem solid #0d2557;
}
.action.tocart.primary.disabled.added:before {
  width: 2rem;
  height: 2rem;
  -webkit-animation: none;
  animation: none;
  border: 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: normal;
  content: "";
  font-size: 2rem;
}

/* Responsive styling of inputs to prevent screen zoom */
@media (max-width: 1023px) {
  input[type=text], input[type=radio], input[type=checkbox], input[type=email], input[type=password], input[type=tel], input[type=number], select, textarea {
    font-size: 1.6rem;
  }
  input[type=text]::placeholder, input[type=radio]::placeholder, input[type=checkbox]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=tel]::placeholder, input[type=number]::placeholder, select::placeholder, textarea::placeholder {
    font-size: 1.3rem;
  }
}

.price,
.product-item .price-box .price {
  font-family: "DIN Pro";
  color: #0d2557;
  font-size: 2rem;
  font-weight: 500;
}

.price-excluding-tax,
.price-including-tax {
  display: none;
}

.col.subtotal .price-excluding-tax,
.col.subtotal .price-including-tax, .col.price .price-excluding-tax,
.col.price .price-including-tax {
  display: block;
}

.product-item .price-box .price-label {
  display: none;
  color: #1b1b1b;
  opacity: 0.5;
  margin-left: 0.4rem;
}
.product-item .price-box .price-label:after {
  display: none;
}

.input-text, select {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}

input[type=radio] {
  width: 1.1rem !important;
  height: 1.1rem !important;
  min-width: 1.1rem !important;
  min-height: 1.1rem !important;
  border: 0.2rem solid #fff;
  box-shadow: 0 0 0 0.1rem #979797;
  background: #fff;
  border-radius: 100%;
  top: 0.1rem;
  left: 0.1rem;
  box-sizing: content-box;
  opacity: 1;
  -webkit-appearance: none;
  display: inline-block;
  z-index: 1;
  margin: 0 0.5rem 0.2rem 0.1rem;
  padding: 0;
  transition: all 0.2s ease-in-out !important;
}
input[type=radio]:checked, input[type=radio]:focus {
  box-shadow: 0 0 0 0.1rem #979797;
  background: #ef7521;
  border: 0.2rem solid #fff;
}
input[type=radio]:focus {
  box-shadow: 0 0 0 0.1rem #979797;
}
input[type=radio]:after {
  display: none;
}

input[type=checkbox] {
  border-radius: 0.2rem;
  opacity: 1;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  z-index: 1;
  /* Move it above the label if label has wrong 'for' */
  margin: 0 0.5rem 0.2rem 0.2rem;
  padding: 0 0 0 0 !important;
  background-color: #fff;
  border: 0.1rem solid #737e98;
  -webkit-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  outline: 0;
  width: 1.7rem !important;
  height: 1.7rem !important;
  min-width: 1.7rem !important;
  min-height: 1.7rem !important;
  cursor: pointer;
  vertical-align: middle !important;
  top: 0;
}
input[type=checkbox]:after {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.2s ease-in-out 0.1s;
  transition: all 0.2s ease-in-out 0.1s;
  transform: scale(0.2);
  opacity: 0;
  display: block;
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
}
input[type=checkbox]:checked {
  background-color: #ef7521;
}
input[type=checkbox]:checked:after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  transform: scale(1);
  opacity: 1;
}

p:empty {
  display: none;
}

select {
  -webkit-appearance: none;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'><path d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'/></svg>") no-repeat calc(100% - 1rem) 50%;
  background-size: 1rem;
  line-height: normal;
  border: 0.1rem solid #cfcfcf;
}

.breadcrumbs {
  padding: 3rem 0 2rem 0;
  opacity: 0.5;
}
@media (max-width: 1023px) {
  .breadcrumbs {
    opacity: 1;
    display: inline-flex;
    float: left;
    width: auto;
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
@media (max-width: 639px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs .crumb-previous {
  display: none;
}
@media (max-width: 1023px) {
  .breadcrumbs .crumb-previous {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.5rem;
    border: 0.1rem solid #cfcfcf;
    background: #fff;
    padding: 0.5rem 0;
  }
  .breadcrumbs .crumb-previous a {
    padding: 0 2rem;
  }
  .breadcrumbs .crumb-previous a:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    margin-right: 1.3rem;
    line-height: 1;
    display: inline-block;
  }
}
.breadcrumbs .items {
  font-size: 1.3rem;
  color: #1b1b1b;
}
@media (max-width: 1023px) {
  .breadcrumbs .items {
    display: none;
  }
}
.breadcrumbs .items .here {
  padding-right: 0.5rem;
}
.breadcrumbs .items .item {
  padding: 0;
}
.breadcrumbs .items .item a {
  padding: 0;
}
.breadcrumbs .items .item:not(:last-child):after {
  font-family: "Open Sans";
  content: "›";
  font-size: 1.3rem;
  padding: 0 0.2rem;
  color: #1b1b1b;
}
.breadcrumbs .items .item strong {
  color: #1b1b1b;
}

.modal-popup {
  z-index: 10000;
}

.page.messages .message:first-of-type {
  margin-top: 1rem;
}

.webforms .webforms-calendar {
  width: 20rem;
}

.cf-dropdown {
  display: inline-block;
  position: relative;
}
.cf-dropdown:before, .cf-dropdown:after {
  content: "";
  display: table;
}
.cf-dropdown:after {
  clear: both;
}
.cf-dropdown .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.cf-dropdown .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cf-dropdown .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: inherit;
  content: "";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cf-dropdown .action.toggle:hover:after {
  color: inherit;
}
.cf-dropdown .action.toggle:active:after {
  color: inherit;
}
.cf-dropdown .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.cf-dropdown .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cf-dropdown .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: inherit;
  content: "";
  font-family: "icons-blank-theme";
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cf-dropdown .action.toggle.active:hover:after {
  color: inherit;
}
.cf-dropdown .action.toggle.active:active:after {
  color: inherit;
}
.cf-dropdown ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #fff;
  border: none;
  margin-top: 4px;
  min-width: 16rem;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.5);
}
.cf-dropdown ul.dropdown li {
  margin: 0;
  padding: 3px 5px;
}
.cf-dropdown ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.cf-dropdown ul.dropdown:before, .cf-dropdown ul.dropdown:after {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cf-dropdown ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #fff transparent;
  z-index: 99;
}
.cf-dropdown ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbb transparent;
  z-index: 98;
}
.cf-dropdown ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.cf-dropdown ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.cf-dropdown.active {
  overflow: visible;
}
.cf-dropdown.active ul.dropdown {
  display: block;
}
@media (max-width: 767px) {
  .cf-dropdown {
    position: inherit;
  }
}
.cf-dropdown .action.toggle {
  color: #1b1b1b;
}
.cf-dropdown .action.toggle strong span {
  user-select: none;
  font-weight: normal;
}
.cf-dropdown .action.toggle strong span i.icon-chevron-down {
  font-size: 1.2rem;
  margin-left: 0.7rem;
}
.cf-dropdown .action.toggle:after {
  display: none;
}
.cf-dropdown > ul.dropdown {
  display: block;
  visibility: hidden;
  padding: 2rem;
  border-radius: 0.2rem;
  opacity: 0;
  transform: translateY(-1.5rem);
  transition: all 150ms cubic-bezier(0.2, 0.79, 0.44, 1);
}
@media (max-width: 767px) {
  .cf-dropdown > ul.dropdown {
    width: 100vw;
    left: 0;
    border-radius: 0;
  }
}
.cf-dropdown > ul.dropdown:before, .cf-dropdown > ul.dropdown:after {
  content: none;
}
.cf-dropdown > ul.dropdown li a {
  font-weight: 300;
  color: #000;
}
.cf-dropdown > ul.dropdown li:hover {
  background: none;
}
.cf-dropdown > ul.dropdown li:hover a {
  font-weight: 300;
  text-decoration: none;
  color: #000;
}
.cf-dropdown.active ul.dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.columns {
  display: flex;
  flex-wrap: nowrap;
}
.columns .column.main {
  flex-basis: 10rem;
  flex-grow: 1;
  order: 2;
  width: auto;
  padding-bottom: 10rem;
}
.columns .sidebar {
  float: none;
  width: auto;
  flex-grow: 0;
  flex-basis: 37rem;
  padding-bottom: 10rem;
}
@media (max-width: 1600px) {
  .columns .sidebar {
    flex-basis: 30rem;
  }
}
@media (max-width: 1439px) {
  .columns .sidebar {
    flex-basis: 25rem;
  }
}
.columns .sidebar-main {
  order: 1;
}
.columns .sidebar-additional {
  order: 3;
}

@media (max-width: 1300px) {
  .page-products .columns .sidebar.sidebar-additional, .catalog-product-view .columns .sidebar.sidebar-additional {
    position: absolute;
    right: 0;
    padding: 0;
    border-left: 0;
  }
}

.customerblocked-wrap {
  height: 6rem;
}
.customerblocked-wrap .customerblocked-message {
  height: 6rem;
  position: fixed;
  background: #fdebdf;
  z-index: 1000;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.customerblocked-wrap .order-blocked-title {
  background: #fbdac3;
  color: #e66811;
  font-family: "DIN Pro";
  font-size: 1.8rem;
  padding: 0.2rem 2.4rem;
  border-radius: 1.5rem;
  margin: 0 3rem;
}
.customerblocked-wrap .order-blocked-content {
  display: flex;
  align-items: center;
}
.customerblocked-wrap a {
  text-decoration: underline;
  color: inherit;
}

header.page-header {
  margin-bottom: 16px;
  width: 100%;
  position: sticky;
  top: 0;
  background-color: #0d2557;
  z-index: 1000;
}
header.page-header .header.content {
  min-height: 13.5rem;
  width: 100%;
  display: flex;
  padding: 0;
  border-bottom: 0.3rem solid #0d2557;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  header.page-header .header.content {
    min-height: 7rem;
  }
}
@media (max-width: 639px) {
  header.page-header .header.content {
    min-height: 5rem;
  }
}
header.page-header .logowrapper {
  border-bottom: 0.3rem solid #ef7521;
  margin-bottom: -0.3rem;
}
header.page-header .logowrapper:after {
  position: absolute;
  right: -2rem;
  bottom: -0.3rem;
  height: 0.3rem;
  content: "";
  background: #fff;
  width: 2rem;
}
@media (max-width: 1023px) {
  header.page-header .logowrapper:after {
    right: inherit;
    left: 9rem;
  }
}
@media (max-width: 639px) {
  header.page-header .logowrapper:after {
    left: 5rem;
  }
}
header.page-header .logowrapper .logo {
  max-width: initial;
}
header.page-header .logowrapper .logo img {
  width: 14rem;
}
@media screen and (max-width: 1023px) {
  header.page-header .logowrapper .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 100%;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
  }
  header.page-header .logowrapper .logo img {
    width: 10.4rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 639px) {
  header.page-header .logowrapper .logo img {
    width: 8rem;
    max-height: initial;
  }
}
header.page-header .header-right {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-right: 5rem;
}
@media (max-width: 1439px) {
  header.page-header .header-right {
    margin-right: 2rem;
    width: calc(100% - 29rem);
  }
}
header.page-header .header-right-top {
  flex-basis: 100%;
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
  height: 4rem;
}
@media (max-width: 1439px) {
  header.page-header .header-right-top {
    align-items: end;
    padding-top: 1rem;
    height: 5rem;
  }
}
@media (max-width: 1024px) {
  header.page-header .header-right-top {
    padding-top: 1rem;
    height: 4rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .header-right-top {
    flex-basis: auto;
  }
}
@media (max-width: 639px) {
  header.page-header .header-right-top {
    padding-top: 0;
  }
}
header.page-header .header-right-bottom {
  flex-basis: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  header.page-header .header-right-bottom {
    flex-basis: auto;
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  header.page-header .header-right-bottom {
    justify-content: space-between;
  }
}
header.page-header .dropdown {
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  right: -13rem;
  margin-top: 0.7rem;
}
@media (max-width: 1439px) {
  header.page-header .dropdown {
    right: -5rem;
  }
}
header.page-header .dropdown:before {
  position: absolute;
  left: auto;
  right: 12.4rem;
  top: -0.5rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 0.5rem 1rem;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -0.1rem 0 #e1e7f5);
}
@media (max-width: 1023px) {
  header.page-header .dropdown:before {
    display: none;
  }
}
@media (max-width: 1439px) {
  header.page-header .dropdown:before {
    right: 4.4rem;
  }
}
header.page-header .dropdown li:hover {
  cursor: default;
}
header.page-header .dropdown > li {
  padding: 0;
}
header.page-header .block-search {
  width: 56rem;
  padding: 0;
}
@media (max-width: 1439px) {
  header.page-header .block-search {
    flex-grow: 1;
    width: initial;
    padding-right: 2.4rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .block-search {
    width: auto;
    z-index: 10;
    float: initial;
    position: initial;
  }
}
@media (max-width: 1023px) {
  header.page-header .block-search .label {
    padding: 0 2.5rem;
    border: initial;
    clip: initial;
    height: auto;
    margin: 0;
    overflow: initial;
    position: initial;
    width: auto;
  }
  header.page-header .block-search .label:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 2.3rem;
    color: #0d2557;
  }
}
@media (max-width: 639px) {
  header.page-header .block-search .label {
    padding: 0 0.8rem;
  }
  header.page-header .block-search .label:before {
    font-size: 1.8rem;
  }
}
header.page-header .block-search .action.search {
  right: auto;
  left: 2rem;
  height: 4rem;
}
@media (max-width: 1023px) {
  header.page-header .block-search .action.search {
    display: none;
  }
}
header.page-header .block-search .action.search:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.4rem;
  color: #1b1b1b;
}
header.page-header .block-search .mst-searchautocomplete__autocomplete {
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  margin-top: 1rem;
  overflow: initial;
}
header.page-header .block-search .mst-searchautocomplete__autocomplete:before {
  position: absolute;
  left: 11.2rem;
  top: -0.5rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 0.5rem 1rem;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -0.1rem 0 #e1e7f5);
}
header.page-header .block-search .mst-searchautocomplete__autocomplete .mst-searchautocomplete__spinner {
  transform: translateX(-50%);
  margin-left: 0;
}
header.page-header .block-search .mst-searchautocomplete__autocomplete .mst-searchautocomplete__index-title {
  color: #1b1b1b;
  background: none;
  text-align: right;
  border-bottom: 0.1rem solid #dbdbdb;
  padding: 1.5rem 2rem;
  margin: 0;
  text-transform: none;
}
header.page-header .block-search .mst-searchautocomplete__autocomplete ul li {
  padding: 1rem 2rem;
  margin: 0;
  position: relative;
  border-bottom: 0.1rem solid #dbdbdb;
}
header.page-header .block-search .mst-searchautocomplete__wrapper {
  display: block;
  max-height: initial;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product {
  display: flex;
  flex-wrap: wrap;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .imgwrapper {
  position: absolute;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product img {
  height: 5rem;
  max-height: 5rem;
  margin-right: 0;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .meta {
  padding-left: 7rem;
  flex-basis: 100%;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .store {
  padding-left: 7rem;
  flex-basis: 100%;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .title a {
  font-size: 1.3rem;
  font-weight: bold;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .mst-searchautocomplete__highlight {
  color: inherit;
  font-weight: inherit;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .description {
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #1b1b1b;
  height: auto;
  font-size: 1.3rem;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .price {
  margin-left: 0;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 1.4rem;
  color: #0d2557;
}
header.page-header .block-search .mst-searchautocomplete__item.magento_catalog_product .price-label {
  display: none;
}
header.page-header .block-search .mst-searchautocomplete__show-all {
  position: initial;
  height: auto;
  padding: 1.5rem 2rem;
  text-align: left;
  border: none;
  background: none;
}
header.page-header .block-search .mst-searchautocomplete__show-all a {
  padding: 0;
  display: inline-block;
  font-size: 1.3rem;
  color: #ef7521;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  header.page-header .block-search .mst-searchautocomplete__close {
    right: 0;
  }
}
header.page-header .minisearch .control {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  header.page-header .minisearch .control {
    border-top: 0;
    width: 100%;
    margin: 0 -1.5rem -0.1rem;
    padding: 0 1.5rem;
  }
}
header.page-header .minisearch .input-text {
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
  font-size: 1.2rem;
  padding-left: 4.5rem;
  height: 4rem;
}
@media (max-width: 1023px) {
  header.page-header .minisearch .input-text {
    position: absolute;
    left: -300%;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    height: 5.8rem;
    font-size: 1.6rem;
    border-bottom: 0.1rem solid #e1e7f5;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  header.page-header .minisearch .input-text {
    height: 5rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .minisearch .input-text::placeholder {
    font-size: 1.2rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .minisearch.active .control {
    position: absolute;
    left: 0;
    top: 7rem;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  header.page-header .minisearch.active .control {
    top: 5rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .minisearch.active .control:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 1.4rem;
    color: #1b1b1b;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 5rem;
  }
}
header.page-header .header-right-top-switcher {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 1439px) {
  header.page-header .header-right-top-switcher {
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 35rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .header-right-top-switcher {
    display: none;
  }
}
header.page-header .header-right-top-switcher p {
  margin-bottom: 0;
  margin-right: 0.5rem;
}
@media (max-width: 1439px) {
  header.page-header .header-right-top-switcher p:first-of-type {
    flex-basis: 100%;
    text-align: right;
  }
}
header.page-header .location-switcher .location-selector {
  position: relative;
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  header.page-header .location-switcher .location-selector {
    max-width: 100%;
  }
}
header.page-header .location-switcher .location-selector .active-location {
  border: 0.1rem solid #cfcfcf;
  border-radius: 1.8rem;
  height: 3rem;
  position: relative;
  box-shadow: none;
  padding: 0.3rem 2.5rem 0.3rem 1.5rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
header.page-header .location-switcher .location-selector .active-location .active-location-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 35rem;
}
@media screen and (max-width: 767px) {
  header.page-header .location-switcher .location-selector .active-location .active-location-text {
    max-width: 100%;
  }
}
header.page-header .location-switcher .location-selector .active-location::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  line-height: 3rem;
  margin-left: 1rem;
  margin-right: -1rem;
  opacity: 1;
}
header.page-header .location-switcher .location-selector .dropdown {
  position: absolute;
  top: 4rem;
  right: 0;
  padding: 1rem;
  background: #fff;
  z-index: 999;
  width: 33rem;
  border-radius: 2.4rem;
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  header.page-header .location-switcher .location-selector .dropdown {
    position: initial;
    max-width: 100%;
    width: initial;
  }
}
header.page-header .location-switcher .location-selector .dropdown ul.locations {
  list-style-type: none;
  padding: 0;
}
header.page-header .location-switcher .location-selector .dropdown ul.locations li.location {
  cursor: pointer;
  padding: 0.5rem;
}
header.page-header .location-switcher .location-selector .dropdown ul.locations li.location:first-child {
  margin-top: 0.5rem;
}
header.page-header .location-switcher .location-selector .dropdown ul.locations li.location.active span {
  font-weight: bold;
  color: #0d2557;
  cursor: default;
}
header.page-header .location-switcher .location-selector .dropdown ul.locations li.location.active span::before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  line-height: 3rem;
  margin-right: 1rem;
  opacity: 1;
}
header.page-header .panel.wrapper {
  border: 0;
  background: none;
}
header.page-header .panel.wrapper .panel {
  background: none;
}
@media (max-width: 1023px) {
  header.page-header .panel.wrapper .panel .links, header.page-header .panel.wrapper .panel .switcher {
    display: none;
  }
}
header.page-header .nav-sections {
  background: none;
  margin: 0;
}
@media (max-width: 1023px) {
  header.page-header .nav-toggle {
    display: inline-block;
  }
}
@media (max-width: 639px) {
  header.page-header .nav-toggle {
    left: 0;
    top: 0.4rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .nav-toggle:before {
    padding: 0 1.5rem;
    font-family: "Font Awesome 5 Pro";
    content: "";
    font-size: 2.2rem;
    line-height: 4.2rem;
    color: #0d2557;
  }
}
@media (max-width: 639px) {
  header.page-header .nav-toggle:before {
    font-size: 1.8rem;
  }
}
header.page-header .navigation {
  background: none;
}
header.page-header .navigation a.triggerMenu {
  font-family: "DIN Pro";
  font-size: 1.6rem;
  font-weight: 500;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .navigation a.triggerMenu {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .navigation a.triggerMenu {
    padding: 1.5rem 2.5rem;
    display: flex;
    align-items: center;
  }
}
header.page-header .navigation a.triggerMenu:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  color: #1b1b1b;
  margin-left: 1rem;
}
@media (max-width: 1023px) {
  header.page-header .navigation a.triggerMenu:after {
    margin-left: auto;
  }
}
header.page-header .navigation a.triggerMenu:hover {
  text-decoration: none;
}
header.page-header .navigation ul {
  display: none;
  position: absolute;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.4rem;
  width: 85rem;
  margin-top: 1rem;
  margin-left: -0.3rem;
  padding: 0;
}
@media (max-width: 1023px) {
  header.page-header .navigation ul {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    border: 0;
    box-shadow: none;
    margin: 0 0 1rem 0;
  }
}
header.page-header .navigation ul.open {
  display: block;
}
@media (max-width: 1023px) {
  header.page-header .navigation ul.open {
    display: none;
  }
}
header.page-header .navigation ul.open:before {
  position: absolute;
  left: 11.2rem;
  top: -0.5rem;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1rem 0.5rem 1rem;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0 -0.1rem 0 #e1e7f5);
}
@media (max-width: 1023px) {
  header.page-header .navigation ul.open:before {
    display: none;
  }
}
header.page-header .navigation ul .featured {
  padding: 2rem 3rem;
  border-bottom: 0.1rem solid #dbdbdb;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  header.page-header .navigation ul .featured {
    display: none;
  }
}
header.page-header .navigation ul .featured .quickmenu {
  font-family: "Hand Of Sean";
  font-size: 1.5rem;
  font-weight: normal;
  position: relative;
  align-self: flex-start;
  margin-right: 3rem;
}
header.page-header .navigation ul .featured .quickmenu:after {
  position: absolute;
  right: 0;
  top: 2rem;
  content: url(../images/arrow.svg);
}
header.page-header .navigation ul .featured a {
  background: #fff;
  border: 0.1rem solid #cfcfcf;
  border-radius: 0.2rem;
  font-weight: bold;
  padding: 0 1rem;
  color: #1b1b1b;
  display: inline-flex;
  align-items: center;
  height: 4rem;
  margin-right: 2rem;
}
header.page-header .navigation ul .featured a img {
  margin-right: 1rem;
}
header.page-header .navigation ul .featured a:hover {
  background: #e1e7f5;
  text-decoration: none;
}
header.page-header .navigation ul .mainmenu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 26rem;
  padding: 3rem;
  position: relative;
  margin-bottom: 0;
  margin-right: 24rem;
}
@media (max-width: 1023px) {
  header.page-header .navigation ul .mainmenu {
    height: auto;
    margin-right: 0;
    padding: 0;
  }
}
header.page-header .navigation ul .mainmenu > * {
  min-width: 25rem;
}
header.page-header .navigation ul .mainmenu > span {
  line-height: 3rem;
}
header.page-header .navigation ul .mainmenu a {
  color: #1b1b1b;
}
@media (max-width: 1023px) {
  header.page-header .navigation ul .mainmenu a {
    padding: 0 0 0 2.5rem;
  }
}
header.page-header .navigation ul .mainmenu a:hover {
  font-weight: bold;
}
header.page-header .navigation ul .mainmenu div.img-container {
  display: list-item;
  break-inside: avoid;
  flex-basis: 100%;
  width: 24rem;
  position: absolute;
  right: -24rem;
  top: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
header.page-header .navigation ul .mainmenu div.img-container.has-image {
  opacity: 1;
}
header.page-header .header.panel {
  padding: 0;
  display: flex;
  align-items: center;
}
header.page-header .header.panel > .header.links {
  margin-left: 3rem;
  float: none;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .header.panel > .header.links {
    margin-left: 1rem;
  }
}
header.page-header .header.panel > .header.links > li {
  margin-right: 4rem;
  vertical-align: middle;
}
@media (max-width: 1439px) {
  header.page-header .header.panel > .header.links > li {
    margin-right: 2rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .header.panel > .header.links > li {
    margin-right: 1rem;
  }
}
header.page-header .header.links {
  font-family: "DIN Pro";
  font-weight: 500;
  order: 9;
}
@media (max-width: 1023px) {
  header.page-header .header.links {
    border-bottom: 0;
    border-top: 0.1rem solid #e1e7f5;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  header.page-header .header.links li {
    margin: 0;
  }
}
@media (min-width: 1440px) {
  header.page-header .header.links li.link.assortment {
    margin-left: 7rem;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .header.links li.link.assortment {
    margin-left: 1rem;
  }
}
@media (min-width: 1024px) {
  header.page-header .header.links .link.quickorder a:before {
    content: url(../images/barcode.svg);
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  header.page-header .header.links .link.wishlist a:before {
    content: url(../images/barcode.svg);
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 1024px) {
  header.page-header .header.links .link.orderhistory:before {
    content: url(../images/orderhistory.svg);
    width: 1.4rem;
    height: 1.4rem;
    margin-right: 0.5rem;
    margin-top: -0.4rem;
  }
}
header.page-header .header.links a {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .header.links a {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .header.links a {
    padding: 1rem 2.5rem;
    border: 0;
    display: inherit;
  }
}
header.page-header .widget.block-category-link-inline {
  margin: 0 0 0 4rem;
  order: 0;
  font-family: "DIN Pro";
  font-weight: 500;
}
header.page-header .widget.block-category-link-inline a {
  font-size: 1.6rem;
}
header.page-header .block-myaccount {
  margin-left: auto;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  header.page-header .block-myaccount {
    flex-basis: 4rem;
    margin: 0;
  }
}
header.page-header .block-myaccount .fa-user {
  color: #0d2557;
  font-size: 2.9rem;
}
@media (max-width: 639px) {
  header.page-header .block-myaccount .fa-user {
    font-size: 2rem;
  }
}
header.page-header .block-myaccount .fa-user + span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0.1rem;
}
header.page-header .block-myaccount .action.toggle {
  display: flex;
  align-items: center;
}
header.page-header .block-myaccount .action.toggle:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  color: #1b1b1b;
  margin-left: 1rem;
  line-height: 3rem;
}
@media (max-width: 1023px) {
  header.page-header .block-myaccount .action.toggle:after {
    display: none;
  }
}
header.page-header .block-myaccount .dropdown .block.account-nav {
  margin-bottom: 1rem;
}
header.page-header .block-myaccount .dropdown .nav.item {
  padding: 0;
}
header.page-header .block-myaccount .dropdown .nav.item.current strong {
  border-left-color: transparent;
}
header.page-header .block-myaccount .dropdown .nav.item a {
  border-left: 0;
  font-weight: normal;
}
@media (max-width: 767px) {
  header.page-header .block-myaccount .dropdown .nav.item a {
    padding-left: 0;
    padding-right: 0;
  }
}
header.page-header .block-myaccount .dropdown .nav.item a:hover {
  background: inherit;
  text-decoration: underline;
}
@media (max-width: 767px) {
  header.page-header .block-myaccount .dropdown .nav.item strong {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  header.page-header .block-myaccount .dropdown .switcher-mobile {
    display: none;
  }
}
header.page-header .block-myaccount .dropdown .switcher-mobile p strong {
  display: block;
}
header.page-header .minicart-wrapper {
  margin-left: 6rem;
}
@media (max-width: 1439px) {
  header.page-header .minicart-wrapper {
    margin-left: 3rem;
  }
}
@media (max-width: 639px) {
  header.page-header .minicart-wrapper {
    margin-top: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .minicart-wrapper {
    margin-left: 2rem;
  }
}
header.page-header .minicart-wrapper .action.showcart {
  position: relative;
  display: flex;
  align-items: center;
}
header.page-header .minicart-wrapper .action.showcart:before {
  display: none;
}
header.page-header .minicart-wrapper .action.showcart:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  color: #1b1b1b;
  margin-left: 1rem;
  line-height: 3rem;
}
@media (max-width: 1023px) {
  header.page-header .minicart-wrapper .action.showcart:after {
    display: none;
  }
}
header.page-header .minicart-wrapper .action.showcart:hover {
  text-decoration: none;
}
header.page-header .minicart-wrapper .action.showcart .cart-icon {
  display: inline-flex;
}
header.page-header .minicart-wrapper .action.showcart .cart-icon:before {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  fill: #0d2557;
  content: url(../images/cart.svg);
}
@media (max-width: 639px) {
  header.page-header .minicart-wrapper .action.showcart .cart-icon:before {
    width: 2rem;
    height: 2rem;
  }
}
header.page-header .minicart-wrapper .action.showcart .cart-icon.empty:before {
  content: url(../images/cart-empty.svg);
}
header.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: #ef7521;
  border-radius: 0.75rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: bold;
  position: absolute;
  right: 0;
  margin-right: 4.2rem;
  top: 0;
  margin-top: -0.5rem;
}
@media (max-width: 1023px) {
  header.page-header .minicart-wrapper .action.showcart .counter.qty {
    margin-right: 2rem;
  }
}
@media (max-width: 639px) {
  header.page-header .minicart-wrapper .action.showcart .counter.qty {
    margin-right: 1rem;
  }
}
header.page-header .minicart-wrapper .mage-dropdown-dialog {
  display: block !important;
}
header.page-header .minicart-wrapper .action.close {
  margin-top: 1.5rem;
}
header.page-header .minicart-wrapper .action.close:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.8rem;
  color: #1b1b1b;
  font-weight: 300;
}
header.page-header .minicart-wrapper .block-minicart {
  width: 49.5rem;
  right: -100%;
  top: 0;
  bottom: 0;
  position: fixed;
  min-width: auto;
  margin-top: 13.5rem;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  transition: all 0.5s ease-in-out;
  padding: 0;
  z-index: 1000;
  border-left: 0.1rem solid #e1e7f5;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  header.page-header .minicart-wrapper .block-minicart {
    margin-top: 7rem;
  }
}
@media (max-width: 639px) {
  header.page-header .minicart-wrapper .block-minicart {
    margin-top: 5rem;
    width: 100%;
  }
}
header.page-header .minicart-wrapper .block-minicart:before, header.page-header .minicart-wrapper .block-minicart:after {
  display: none;
}
header.page-header .minicart-wrapper .block-minicart .block-title {
  display: block;
  font-family: "DIN Pro";
  font-size: 2.4rem;
  color: #0d2557;
  padding: 2rem 2.5rem 0 2.5rem;
}
header.page-header .minicart-wrapper .block-minicart .block-title strong {
  font-weight: 500;
}
header.page-header .minicart-wrapper .block-minicart .block-title strong .qty {
  display: none;
}
header.page-header .minicart-wrapper .block-minicart .items-total {
  float: none;
  margin-left: 2.5rem;
  font-size: 1.3rem;
}
header.page-header .minicart-wrapper .block-minicart .items-total .count {
  font-weight: normal;
}
header.page-header .minicart-wrapper .block-minicart .price-wrapper:first-child .price {
  font-weight: 500;
}
header.page-header .minicart-wrapper .block-minicart .subtotal {
  text-align: left;
  margin: 2rem 2.5rem 0 2.5rem;
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: bold;
}
header.page-header .minicart-wrapper .block-minicart .subtotal .label:after {
  content: "";
}
header.page-header .minicart-wrapper .block-minicart .subtotal .label span:after {
  content: ":";
}
header.page-header .minicart-wrapper .block-minicart .subtotal .amount {
  margin-left: 0.5rem;
}
header.page-header .minicart-wrapper .block-minicart .actions {
  display: flex;
  align-items: center;
}
header.page-header .minicart-wrapper .block-minicart .actions > .primary {
  margin: 0 2.5rem;
}
header.page-header .minicart-wrapper .block-minicart .actions > .primary .action.primary.checkout {
  padding: 0.3rem 2rem;
  width: auto;
  font-size: 1.6rem;
  line-height: 3rem;
  border-radius: 2.2rem;
  margin-bottom: 0;
  background: #ef7521;
  border-color: #ef7521;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
header.page-header .minicart-wrapper .block-minicart .actions > .primary .action.primary.checkout:hover {
  background: #0d2557;
  border-color: #0d2557;
}
header.page-header .minicart-wrapper .block-minicart .actions .secondary .action.viewcart {
  font-size: 1.3rem;
  text-decoration: underline;
}
header.page-header .minicart-wrapper + .overlay {
  display: none;
}
header.page-header .minicart-wrapper.active .block-minicart {
  right: 0;
}
header.page-header .minicart-wrapper.active + .overlay {
  display: block;
  border: 0;
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #e1e7f5;
  opacity: 0.5;
}
header.page-header .minicart-wrapper .minicart-items-wrapper {
  margin: 3.5rem 0 0 0;
  border: 0;
  padding: 0;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tr td {
  vertical-align: middle;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tr td:first-of-type {
  padding-left: 2rem;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tr td:last-of-type {
  padding-right: 2rem;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tr td.qty {
  text-align: center;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tr td.total {
  text-align: right;
}
header.page-header .minicart-wrapper .minicart-items-wrapper thead {
  font-size: 1rem;
  text-transform: uppercase;
}
header.page-header .minicart-wrapper .minicart-items-wrapper thead tr {
  border-bottom: 0.1rem solid #e1e7f5;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody a {
  font-size: 1.3rem;
  color: #1b1b1b;
  font-weight: bold;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .product-item {
  font-size: 1.3rem;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .product-item .product-item-name {
  margin-bottom: 0;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .product-item-details {
  padding-left: 1rem;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .product-image {
  width: 4rem;
  height: 4rem;
  padding: 0.6rem 1rem;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .product-image a {
  display: flex;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .price-container {
  text-align: right;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .price-wrapper .price-including-tax, header.page-header .minicart-wrapper .minicart-items-wrapper tbody .price-wrapper .price-excluding-tax {
  font-size: 1.3rem;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .price-wrapper > span {
  text-align: right;
}
header.page-header .minicart-wrapper .minicart-items-wrapper tbody .price-wrapper .price {
  font-size: 1.3rem;
  font-weight: normal;
}
header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile {
    display: initial;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1024px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1023px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle {
    padding: 0;
  }
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle .notificationToggler .notificationTitle {
    display: none;
  }
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle .notificationToggler::after {
    display: none;
  }
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle::before {
    width: 2.6rem;
    color: #000;
  }
}
@media screen and (max-width: 1023px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle {
    color: #000;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle::before {
    width: 2.5rem;
    margin-top: 0.2rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 639px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle::before {
    width: 2rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 479px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications-mobile .action.toggle::before {
    width: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  header.page-header .block-notifications#cf-customer-notifications-header-notifications {
    display: none;
  }
}
header.page-header .block-notifications a {
  font-weight: normal;
  font-size: 1.3rem;
  display: inline-block;
}
header.page-header .block-notifications .notificationToggler {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 639px) {
  header.page-header .block-notifications .notificationToggler {
    margin-left: -1rem;
  }
}
header.page-header .block-notifications .notificationToggler::after {
  display: block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  line-height: 3rem;
  margin-left: 1rem;
  opacity: 1;
}
header.page-header .block-notifications .notificationCount {
  border-radius: 2rem;
  width: 2rem;
  font-size: 1rem;
  font-weight: bold;
  background: #ef7521;
  color: #ffffff;
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
  min-width: 1.2rem;
  overflow: hidden;
  padding: 0 0.2rem;
  text-align: center;
  white-space: normal;
  margin-left: 1rem;
  margin-top: 0.2rem;
  opacity: 0;
}
@media screen and (max-width: 1023px) {
  header.page-header .block-notifications .notificationCount {
    margin-left: -1rem;
    margin-top: -0.7rem;
  }
}
@media screen and (max-width: 639px) {
  header.page-header .block-notifications .notificationCount {
    margin-top: 1rem;
    margin-left: -0.7rem;
  }
}
header.page-header .block-notifications .action.toggle {
  color: #0d2557;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  header.page-header .block-notifications .action.toggle {
    font-size: 1.4rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .block-notifications .action.toggle {
    padding: 1rem 2.5rem;
    border: 0;
  }
}
header.page-header .block-notifications .action.toggle::before {
  content: url(../images/notifications.svg);
  width: 1.6rem;
  height: 1.4rem;
  margin-right: 0.5rem;
  margin-top: -0.4rem;
}
header.page-header .block-notifications .action.toggle .notificationTitle:hover {
  text-decoration: underline;
}
header.page-header .block-notifications ul.dropdown {
  left: auto;
  right: -8rem;
  width: 40rem;
  font-family: "Open Sans";
}
@media screen and (max-width: 1439px) {
  header.page-header .block-notifications ul.dropdown {
    top: 3rem;
    right: auto;
    left: -7rem;
  }
}
@media screen and (max-width: 1023px) {
  header.page-header .block-notifications ul.dropdown {
    top: 3rem;
    right: auto;
    left: -4rem;
  }
}
@media screen and (max-width: 767px) {
  header.page-header .block-notifications ul.dropdown {
    top: 5rem;
    right: auto;
    left: 14rem;
  }
}
@media screen and (max-width: 767px) {
  header.page-header .block-notifications ul.dropdown {
    top: 5rem;
    right: auto;
    left: 14rem;
  }
}
@media screen and (max-width: 639px) {
  header.page-header .block-notifications ul.dropdown {
    top: 5rem;
    right: auto;
    left: 2rem;
    width: 90vw;
  }
}
header.page-header .block-notifications ul.dropdown li {
  font-size: 1.3rem;
  font-weight: 400;
}
header.page-header .block-notifications ul.dropdown li a {
  font-size: 1.3rem;
  font-weight: 400;
}
header.page-header .block-notifications ul.dropdown li span.block-title {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #0d2557;
  font-weight: 700;
  margin: 0 0 1rem 0;
}
header.page-header .block-notifications ul.dropdown li span.block-title:not(:first-of-type) {
  margin-top: 2.5rem;
}
header.page-header .block-notifications ul.dropdown li ul.products {
  margin: 0;
  padding: 0;
}
header.page-header .block-notifications ul.dropdown li ul.products li {
  padding: 0;
  display: flex;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  font-weight: 400;
}
header.page-header .block-notifications ul.dropdown li ul.products li .imgwrapper {
  flex-basis: 5rem;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}
header.page-header .block-notifications ul.dropdown li ul.products li img {
  height: 5rem;
  max-height: 5rem;
  margin-right: 0;
}
header.page-header .block-notifications ul.dropdown li ul.products li .meta {
  display: flex;
  width: calc(100% - 5rem);
}
header.page-header .block-notifications ul.dropdown li ul.products li .title-wrapper {
  width: calc(100% - 5rem);
}
header.page-header .block-notifications ul.dropdown li ul.products li .title-wrapper .product-name {
  font-weight: bold;
}
header.page-header .block-notifications ul.dropdown li ul.products li .since {
  display: flex;
  flex-direction: column;
  width: 5rem;
  text-align: right;
  white-space: nowrap;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  color: #0d2557;
  font-size: 1rem;
}
header.page-header .block-notifications ul.dropdown li ul.products li .since:before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: #0d2557;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
header.page-header .block-notifications ul.dropdown li ul.products li a {
  color: #1b1b1b;
  font-weight: bold;
}
header.page-header .block-notifications ul.dropdown li ul.products li .description span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header.page-header .block-notifications ul.dropdown li ul.news {
  list-style: none;
  padding: 0;
  margin: 0;
}
header.page-header .block-notifications ul.dropdown li ul.news li {
  padding: 0;
}
header.page-header .block-notifications ul.dropdown li ul.news .postdate {
  font-size: 1rem;
  color: #0d2557;
  font-weight: 700;
}
header.page-header .block-notifications ul.dropdown li ul.news .title a {
  color: #1b1b1b;
  font-size: 1.3rem;
}
header.page-header .block-notifications ul.dropdown li .all {
  text-decoration: underline;
  color: #ef7521;
  font-size: 1.3rem;
}
header.page-header .block-notifications ul.dropdown li:hover {
  font-size: 1.3rem;
  font-weight: 400;
}
header.page-header .block-notifications ul.dropdown li:hover a {
  font-size: 1.3rem;
  font-weight: 400;
}
@media (max-width: 1439px) {
  header.page-header .block-notifications ul.dropdown:before {
    right: auto;
    left: 12.5rem;
  }
}
header.page-header .block-notifications ul.dropdown.dropdownVisible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header.page-header .block-notifications hr {
  margin: 2rem 0 1.5rem 0;
}

@media (max-width: 1023px) {
  header.page-header .nav-sections {
    top: 7rem;
    background: #fff;
    left: -100%;
    width: 32rem;
    border-right: 0.1rem solid #e1e7f5;
    transition: left 0.3s;
    height: 100%;
    overflow: auto;
    position: fixed;
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  header.page-header .nav-sections {
    top: 5rem;
  }
}
@media (max-width: 1023px) {
  header.page-header .nav-sections .nav-sections-items {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100% - 7rem);
  }
}
@media (max-width: 1023px) and (max-width: 639px) {
  header.page-header .nav-sections .nav-sections-items {
    height: calc(100% - 5rem);
  }
}
@media (max-width: 1023px) {
  header.page-header .nav-sections .nav-sections-items:before, header.page-header .nav-sections .nav-sections-items:after {
    content: "";
    display: table;
  }
}
@media (max-width: 1023px) {
  header.page-header .nav-sections .nav-sections-items:after {
    clear: both;
  }
}
@media (max-width: 1023px) {
  header.page-header .nav-sections .section-item-title {
    display: none;
  }
}
@media (max-width: 1023px) {
  header.page-header .nav-sections .nav-sections-item-content {
    display: block !important;
    float: none;
    margin-left: 0;
    margin-top: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  header.page-header .nav-sections .nav-sections-item-content > * {
    display: inherit;
  }
  header.page-header .nav-sections .nav-sections-item-content:before, header.page-header .nav-sections .nav-sections-item-content:after {
    content: "";
    display: table;
  }
}
@media (max-width: 1023px) {
  .nav-open {
    /* re-use overlay for menu open on mobile */
  }
  .nav-open .page-wrapper {
    left: 0;
  }
  .nav-open header.page-header .minicart-wrapper + .overlay {
    display: block;
    border: 0;
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #e1e7f5;
    opacity: 0.5;
  }
  .nav-open header.page-header .nav-sections {
    left: 0;
    width: 32rem;
    box-shadow: none;
    z-index: 99;
  }
  .nav-open header.page-header .nav-toggle:before {
    content: "";
  }
  .nav-open header.page-header .nav-toggle:after {
    display: none;
  }
}
.page-footer .footer.content {
  padding: 5rem 0 0 0;
  margin: 0;
  border-top: 0.2rem solid #ef7521;
  position: relative;
}
@media (max-width: 1023px) {
  .page-footer .footer.content {
    padding-top: 4rem;
  }
}
.page-footer .footer.content:before {
  position: absolute;
  content: "";
  width: 16rem;
  height: 0.2rem;
  background: #fff;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.page-footer .footer.content .block {
  float: none;
}
.page-footer .logowrapper {
  width: 16rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
  margin-top: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer .logowrapper .logo {
  margin: 0;
}
.page-footer .logowrapper .nav-toggle {
  display: none;
}
.page-footer .footer-block-wrap {
  font-size: 1.3rem;
  padding: 0 39rem;
}
@media (max-width: 1600px) {
  .page-footer .footer-block-wrap {
    padding: 0 32rem;
  }
}
@media (max-width: 1439px) {
  .page-footer .footer-block-wrap {
    padding: 0 2rem;
  }
}
.page-footer .footer-block-wrap .footer-blocks {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .page-footer .footer-block-wrap .footer-blocks {
    flex-direction: column;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-block-wrap .footer-blocks h3 {
    text-transform: none;
    margin-bottom: 2rem;
  }
  .page-footer .footer-block-wrap .footer-blocks h3:after {
    font-family: "Font Awesome 5 Pro";
    content: "";
    transition: all 0.5s;
    font-size: 1rem;
    margin-left: 0.5rem;
    display: inline-block;
    vertical-align: middle;
  }
  .page-footer .footer-block-wrap .footer-blocks h3[aria-expanded=true]:after {
    transform: rotate(-180deg);
  }
}
@media (max-width: 1439px) {
  .page-footer .footer-block-wrap .footer-blocks > div {
    flex-basis: 25%;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-block-wrap .footer-blocks > div {
    flex-basis: initial;
    width: calc(50% - 8rem);
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-block-wrap .footer-blocks > div {
    flex-basis: 100%;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-footer .footer-block-wrap .footer-blocks .footer-social {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    transform: translateX(calc(-50% + 8rem));
    top: 4rem;
    width: auto;
    text-align: left;
  }
  .page-footer .footer-block-wrap .footer-blocks .footer-social h3 {
    margin-bottom: 1rem;
  }
  .page-footer .footer-block-wrap .footer-blocks .footer-social h3:after {
    display: none;
  }
  .page-footer .footer-block-wrap .footer-blocks .footer-social:before {
    content: "";
    flex-basis: 100%;
  }
}
@media (max-width: 639px) {
  .page-footer .footer-block-wrap .footer-blocks .footer-social {
    order: 9;
  }
  .page-footer .footer-block-wrap .footer-blocks .footer-social h3:after {
    display: none;
  }
}
.page-footer .footer-block-wrap a {
  color: #1b1b1b;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  .page-footer .footer-block-wrap ul {
    display: block !important;
  }
}
.page-footer .footer-block-wrap ul li {
  line-height: 3rem;
}
@media (max-width: 1023px) {
  .page-footer .footer-block-wrap ul {
    overflow: hidden;
  }
  .page-footer .footer-block-wrap ul[aria-hidden=true] {
    display: block !important;
    max-height: 0;
    transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  }
  .page-footer .footer-block-wrap ul[aria-hidden=false] {
    max-height: 100rem;
    transition: max-height 1s ease-in-out;
  }
  .page-footer .footer-block-wrap ul li:last-of-type {
    margin-bottom: 2rem;
  }
}
.page-footer .footer-block-wrap .social-links {
  display: flex;
  align-items: center;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .page-footer .footer-block-wrap .social-links {
    justify-content: center;
  }
}
.page-footer .footer-block-wrap .social-logo a {
  color: #0d2557;
  margin-right: 3rem;
}
.page-footer .footer-block-wrap .social-logo svg {
  width: 2.6rem;
}
.page-footer .footer-block-wrap .block.newsletter {
  max-width: 100%;
  margin-top: 1rem;
}
.page-footer .footer-block-wrap .block.newsletter a {
  text-decoration: underline;
}
.page-footer .footer-block-wrap .block.newsletter .actions {
  display: block;
}
.page-footer .footer-bottom {
  margin-top: 3rem;
  border-top: 0.1rem solid #e1e7f5;
  height: 7.5rem;
  display: flex;
  padding: 0 39rem;
  opacity: 0.5;
}
@media (max-width: 1600px) {
  .page-footer .footer-bottom {
    padding: 0 32rem;
  }
}
@media (max-width: 1439px) {
  .page-footer .footer-bottom {
    padding: 0 2rem;
  }
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom {
    flex-wrap: wrap;
  }
}
.page-footer .footer-bottom a {
  font-size: 1.3rem;
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .page-footer .footer-bottom a {
    font-size: 1.1rem;
  }
}
.page-footer .footer-bottom ul {
  display: flex;
  flex-wrap: wrap;
}
.page-footer .footer-bottom ul li {
  white-space: nowrap;
}
.page-footer .footer-bottom ul li:not(:last-of-type):after {
  margin: 0 1rem;
  content: "-";
}
.page-footer .footer-bottom .footer-block-bottom {
  display: flex;
  align-items: center;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom .footer-block-bottom {
    margin-left: auto;
    margin-right: auto;
  }
}
.page-footer .footer-bottom .copyright {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  font-size: 1.3rem;
}
@media (max-width: 1023px) {
  .page-footer .footer-bottom .copyright {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-bottom .copyright {
    font-size: 1.1rem;
  }
  .page-footer .footer-bottom .copyright ul {
    justify-content: center;
  }
  .page-footer .footer-bottom .copyright ul li {
    flex-basis: 100%;
    text-align: center;
  }
  .page-footer .footer-bottom .copyright ul li:after {
    display: none;
  }
}
.page-footer .footer-bottom .copyright a {
  text-decoration: underline;
}

.catalog-product-view .sidebar-main .action.close,
.page-products .sidebar-main .action.close,
.mpblog-post-index .sidebar-main .action.close,
.mpblog-post-view .sidebar-main .action.close {
  display: none;
  color: #000;
  z-index: 1002;
}
@media (max-width: 1023px) {
  .catalog-product-view .sidebar-main,
.page-products .sidebar-main,
.mpblog-post-index .sidebar-main,
.mpblog-post-view .sidebar-main {
    width: 32rem;
    left: -100%;
    top: 5rem;
    bottom: 0;
    position: fixed;
    margin-top: 0;
    margin-bottom: 0;
    transition: 0.5s all;
    padding: 2rem;
    background: #fff;
    border-right: 0.1rem solid #e1e7f5;
    box-sizing: border-box;
    z-index: 1001;
    overflow: auto;
  }
  .catalog-product-view .sidebar-main.active,
.page-products .sidebar-main.active,
.mpblog-post-index .sidebar-main.active,
.mpblog-post-view .sidebar-main.active {
    left: 0;
  }
  .catalog-product-view .sidebar-main.active > .sidebar-main,
.page-products .sidebar-main.active > .sidebar-main,
.mpblog-post-index .sidebar-main.active > .sidebar-main,
.mpblog-post-view .sidebar-main.active > .sidebar-main {
    left: 0;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .catalog-product-view .sidebar-main .action.close,
.page-products .sidebar-main .action.close,
.mpblog-post-index .sidebar-main .action.close,
.mpblog-post-view .sidebar-main .action.close {
    display: inline-block;
    background: none;
    position: absolute;
    right: -1rem;
    top: -1rem;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 3rem;
    height: 3rem;
  }
  .catalog-product-view .sidebar-main .action.close:hover,
.page-products .sidebar-main .action.close:hover,
.mpblog-post-index .sidebar-main .action.close:hover,
.mpblog-post-view .sidebar-main .action.close:hover {
    color: #000;
  }
  .catalog-product-view .sidebar-main .action.close:before,
.page-products .sidebar-main .action.close:before,
.mpblog-post-index .sidebar-main .action.close:before,
.mpblog-post-view .sidebar-main .action.close:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
  }
  .catalog-product-view .sidebar-main .action.close > span,
.page-products .sidebar-main .action.close > span,
.mpblog-post-index .sidebar-main .action.close > span,
.mpblog-post-view .sidebar-main .action.close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0.1rem;
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0.1rem;
  }
}
.catalog-product-view .sidebar-additional,
.page-products .sidebar-additional,
.mpblog-post-index .sidebar-additional,
.mpblog-post-view .sidebar-additional {
  border-left: 0.1rem solid #e1e7f5;
  padding: 5rem 3rem;
  margin-left: 2rem;
}
.catalog-product-view .sidebar-additional .customerservice-sidebar,
.page-products .sidebar-additional .customerservice-sidebar,
.mpblog-post-index .sidebar-additional .customerservice-sidebar,
.mpblog-post-view .sidebar-additional .customerservice-sidebar {
  margin-bottom: 2rem;
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .customerservice-sidebar,
.page-products .sidebar-additional .customerservice-sidebar,
.mpblog-post-index .sidebar-additional .customerservice-sidebar,
.mpblog-post-view .sidebar-additional .customerservice-sidebar {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .sidebar-additional .customerservice-sidebar,
.page-products .sidebar-additional .customerservice-sidebar,
.mpblog-post-index .sidebar-additional .customerservice-sidebar,
.mpblog-post-view .sidebar-additional .customerservice-sidebar {
    display: none;
  }
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .customerservice-sidebar h3,
.page-products .sidebar-additional .customerservice-sidebar h3,
.mpblog-post-index .sidebar-additional .customerservice-sidebar h3,
.mpblog-post-view .sidebar-additional .customerservice-sidebar h3 {
    margin-left: 6.8rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .content,
.page-products .sidebar-additional .customerservice-sidebar .content,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .content,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .content {
  display: flex;
  align-items: flex-start;
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .content ul,
.page-products .sidebar-additional .customerservice-sidebar .content ul,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .content ul,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .content ul {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .customerservice-sidebar .content ul,
.page-products .sidebar-additional .customerservice-sidebar .content ul,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .content ul,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .content ul {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 0;
  }
  .catalog-product-view .sidebar-additional .customerservice-sidebar .content ul li:not(:first-of-type):before,
.page-products .sidebar-additional .customerservice-sidebar .content ul li:not(:first-of-type):before,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .content ul li:not(:first-of-type):before,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .content ul li:not(:first-of-type):before {
    content: "|";
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .content a,
.page-products .sidebar-additional .customerservice-sidebar .content a,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .content a,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .content a {
  color: #1b1b1b;
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .person,
.page-products .sidebar-additional .customerservice-sidebar .person,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .person,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .person {
  height: 14.5rem;
  margin-left: auto;
  margin-right: 2.4rem;
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .customerservice-sidebar .person,
.page-products .sidebar-additional .customerservice-sidebar .person,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .person,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .person {
    order: -1;
    height: 6.6rem;
    margin-left: 0;
    margin-right: 1rem;
    margin-top: -3.5rem;
  }
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .helpdesk,
.page-products .sidebar-additional .customerservice-sidebar .helpdesk,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .helpdesk,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .helpdesk {
  display: flex;
  align-items: center;
  background: #e1e7f5;
  padding: 2rem;
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .customerservice-sidebar .helpdesk,
.page-products .sidebar-additional .customerservice-sidebar .helpdesk,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .helpdesk,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .helpdesk {
    display: none;
  }
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .helpdesk:before,
.page-products .sidebar-additional .customerservice-sidebar .helpdesk:before,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .helpdesk:before,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .helpdesk:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "";
  font-size: 2.8rem;
  margin-right: 2rem;
  color: #0d2557;
}
.catalog-product-view .sidebar-additional .customerservice-sidebar .helpdesk a,
.page-products .sidebar-additional .customerservice-sidebar .helpdesk a,
.mpblog-post-index .sidebar-additional .customerservice-sidebar .helpdesk a,
.mpblog-post-view .sidebar-additional .customerservice-sidebar .helpdesk a {
  display: block;
  color: #ef7521;
  font-weight: bold;
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper,
.page-products .sidebar-additional .feedbackcompany-review-wrapper,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper {
    display: none;
  }
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review {
  display: flex;
  height: 8rem;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .average,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .average,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .average,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .average {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 8rem;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: "DIN Pro";
  font-weight: 500;
  font-size: 2.6rem;
  color: #0d2557;
  border-right: 0.1rem solid #e1e7f5;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1.5rem;
  position: relative;
  flex-grow: 1;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star-wrapper,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star-wrapper,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star-wrapper,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star-wrapper {
  width: 12.2rem;
  height: 1.6rem;
  position: relative;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .star {
  position: absolute;
  width: 11.7rem;
  left: 0;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fill,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fill,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fill,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fill {
  position: absolute;
  height: 100%;
  background: #fdca00;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .reviews,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .reviews,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .reviews,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .reviews {
  margin-top: 1rem;
  font-weight: bold;
  opacity: 0.5;
  flex-basis: 100%;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fc-logo,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fc-logo,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fc-logo,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .feedbackcompany-review .rating .fc-logo {
  width: 6rem;
  position: absolute;
  right: 1.5rem;
  bottom: 1.5rem;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .review-link,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .review-link,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .review-link,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .review-link {
  margin-top: 2rem;
}
.catalog-product-view .sidebar-additional .feedbackcompany-review-wrapper .review-link a,
.page-products .sidebar-additional .feedbackcompany-review-wrapper .review-link a,
.mpblog-post-index .sidebar-additional .feedbackcompany-review-wrapper .review-link a,
.mpblog-post-view .sidebar-additional .feedbackcompany-review-wrapper .review-link a {
  color: #ef7521;
  text-decoration: underline;
}
.catalog-product-view .sidebar-additional .block-easybanner-placeholder.placeholder-Category,
.page-products .sidebar-additional .block-easybanner-placeholder.placeholder-Category,
.mpblog-post-index .sidebar-additional .block-easybanner-placeholder.placeholder-Category,
.mpblog-post-view .sidebar-additional .block-easybanner-placeholder.placeholder-Category {
  margin-top: 5rem;
}
@media (max-width: 1300px) {
  .catalog-product-view .sidebar-additional .block-easybanner-placeholder.placeholder-Category,
.page-products .sidebar-additional .block-easybanner-placeholder.placeholder-Category,
.mpblog-post-index .sidebar-additional .block-easybanner-placeholder.placeholder-Category,
.mpblog-post-view .sidebar-additional .block-easybanner-placeholder.placeholder-Category {
    display: none;
  }
}

@media (max-width: 1300px) {
  .usps-sidebar {
    display: none;
  }
}
.usps-sidebar ul {
  list-style: none;
  padding-left: 2rem;
}
.usps-sidebar ul li:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #00d700;
  margin-left: -2rem;
  width: 2rem;
  display: inline-block;
}

.cms-home .page-title-wrapper {
  display: none;
}
.cms-home .columns {
  max-width: 100%;
}
.cms-home .column-main-wrapper {
  display: flex;
  max-width: 100%;
}
.cms-home .column-main-wrapper .content-wrapper {
  display: flex;
  max-width: 100%;
}
.cms-home .column-main-wrapper .content-wrapper .content-main {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cms-home .column.main {
  display: flex;
  flex-wrap: wrap;
}
.cms-home .column.main p {
  flex-basis: 100%;
}
.cms-home .column.main p:empty {
  display: none;
}
.cms-home .slider-wrapper {
  margin-top: 1.2rem;
  margin-bottom: 4rem;
}
.cms-home h3 {
  text-transform: uppercase;
  flex-basis: 100%;
  margin-left: auto;
}
.cms-home .placeholder-Homepage {
  width: 100%;
  position: relative;
  margin-bottom: 3.5rem;
  /* Hide transparent to white overlay at end of banners */
  /* &:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: .5rem;
      content: '';
      pointer-events: none;
      background: linear-gradient(to right, rgba(255,255,255,0) 0%, #fff 100%);
      width: 15rem;
  } */
}
@media (max-width: 1023px) {
  .cms-home .placeholder-Homepage {
    width: calc(100% + 4rem);
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
@media (max-width: 639px) {
  .cms-home .placeholder-Homepage {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
.cms-home .easybanner-placeholder-wrapper {
  display: flex;
}
@media (max-width: 1023px) {
  .cms-home .easybanner-placeholder-wrapper {
    padding: 0 4rem 0 2rem;
  }
}
@media (max-width: 639px) {
  .cms-home .easybanner-placeholder-wrapper {
    padding: 0 3rem 0 1.5rem;
  }
}
@media (max-width: 1439px) {
  .cms-home .easybanner-placeholder-wrapper {
    white-space: nowrap;
    overflow-x: scroll;
  }
}
.cms-home .easybanner-placeholder-wrapper .easybanner-wrapper {
  display: inline-block;
  padding: 0 2rem;
  margin-left: -2rem;
  flex-basis: calc(100% / 3);
  margin-bottom: 0.4rem;
  flex-grow: 1;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper {
    flex-basis: 100%;
    width: auto;
  }
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper img {
    max-height: none;
    max-width: none;
  }
}
@media (max-width: 1439px) and (max-width: 639px) {
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper img {
    max-width: 30rem;
  }
}
@media (max-width: 639px) {
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper {
    margin-left: -1.5rem;
    padding: 0 1.5rem;
  }
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper .easybanner-banner {
    flex-grow: 0;
    display: block;
  }
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper .easybanner-banner .easybanner-image-link {
    display: block;
  }
}
.cms-home .easybanner-placeholder-wrapper .easybanner-wrapper + .easybanner-wrapper {
  margin-left: 0;
}
.cms-home .easybanner-placeholder-wrapper .easybanner-wrapper + .easybanner-wrapper + .easybanner-wrapper {
  margin-right: -2rem;
}
@media (max-width: 1439px) {
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper + .easybanner-wrapper + .easybanner-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1023px) {
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper + .easybanner-wrapper + .easybanner-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 639px) {
  .cms-home .easybanner-placeholder-wrapper .easybanner-wrapper + .easybanner-wrapper + .easybanner-wrapper {
    margin-left: -1.5rem;
  }
}
.cms-home .am-slider-container {
  margin-bottom: 5rem;
}

.cms-page-view {
  /* styling for elements which can be set in WYSIWYG editor */
}
.cms-page-view .content-wrapper .content-main {
  width: 100%;
}
@media (max-width: 1023px) {
  .cms-page-view table img {
    max-width: initial;
    height: initial;
  }
}
@media (max-width: 767px) {
  .cms-page-view table {
    box-sizing: border-box;
  }
  .cms-page-view table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4, .cms-page-view h4, .cms-page-view h5, .cms-page-view h6 {
  color: #0d2557;
}
.cms-page-view a {
  color: #ef7521;
}
.cms-page-view a:hover {
  color: #ef7521;
}
.cms-page-view hr {
  border-top-color: #e1e7f5;
  margin: 1rem 0;
}
.cms-page-view .cf-row {
  display: flex;
  font-weight: 400;
}
@media screen and (min-width: 320px) {
  .cms-page-view .cf-row-xxs {
    display: flex;
    font-weight: 400;
  }
}
@media screen and (min-width: 480px) {
  .cms-page-view .cf-row-xs {
    display: flex;
    font-weight: 400;
  }
}
@media screen and (min-width: 640px) {
  .cms-page-view .cf-row-s {
    display: flex;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) {
  .cms-page-view .cf-row-m {
    display: flex;
    font-weight: 400;
  }
}
@media screen and (min-width: 1024px) {
  .cms-page-view .cf-row-l {
    display: flex;
    font-weight: 400;
  }
}
.cms-page-view .cf-nowrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 320px) {
  .cms-page-view .cf-nowrap-xxs {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 480px) {
  .cms-page-view .cf-nowrap-xs {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 640px) {
  .cms-page-view .cf-nowrap-s {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .cms-page-view .cf-nowrap-m {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  .cms-page-view .cf-nowrap-l {
    flex-wrap: nowrap;
  }
}
.cms-page-view .cf-wrap {
  flex-wrap: wrap;
}
@media screen and (min-width: 320px) {
  .cms-page-view .cf-wrap-xxs {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 480px) {
  .cms-page-view .cf-wrap-xs {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 640px) {
  .cms-page-view .cf-wrap-s {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .cms-page-view .cf-wrap-m {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  .cms-page-view .cf-wrap-l {
    flex-wrap: wrap;
  }
}
.cms-page-view .cf-order--1 {
  order: -1;
}
@media screen and (min-width: 320px) {
  .cms-page-view .cf-order--1-xxs {
    order: -1;
  }
}
@media screen and (min-width: 480px) {
  .cms-page-view .cf-order--1-xs {
    order: -1;
  }
}
@media screen and (min-width: 640px) {
  .cms-page-view .cf-order--1-s {
    order: -1;
  }
}
@media screen and (min-width: 768px) {
  .cms-page-view .cf-order--1-m {
    order: -1;
  }
}
@media screen and (min-width: 1024px) {
  .cms-page-view .cf-order--1-l {
    order: -1;
  }
}
.cms-page-view .cf-order-9 {
  order: 9;
}
@media screen and (min-width: 320px) {
  .cms-page-view .cf-order-9-xxs {
    order: 9;
  }
}
@media screen and (min-width: 480px) {
  .cms-page-view .cf-order-9-xs {
    order: 9;
  }
}
@media screen and (min-width: 640px) {
  .cms-page-view .cf-order-9-s {
    order: 9;
  }
}
@media screen and (min-width: 768px) {
  .cms-page-view .cf-order-9-m {
    order: 9;
  }
}
@media screen and (min-width: 1024px) {
  .cms-page-view .cf-order-9-l {
    order: 9;
  }
}

.page-layout-3columns:not(.page-products) .breadcrumbs {
  padding: 3rem 2rem 2rem 2rem;
}
.page-layout-3columns:not(.page-products) .column.main {
  margin: 0 0 8rem 0;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.1rem 0.3rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-layout-3columns:not(.page-products) .column.main {
    padding: 3rem;
  }
}
.page-layout-3columns:not(.page-products) .sidebar-additional {
  border-left: 0.1rem solid #e1e7f5;
  padding: 5rem 3rem;
  margin-left: 5rem;
}
@media (max-width: 1023px) {
  .page-layout-3columns:not(.page-products) .sidebar-additional {
    display: none;
  }
}
.page-layout-3columns:not(.page-products) .sidebar-main {
  order: -1;
  flex-basis: 34rem;
  flex-shrink: 0;
}
@media (max-width: 1600px) {
  .page-layout-3columns:not(.page-products) .sidebar-main {
    flex-basis: 27rem;
  }
}
@media (max-width: 1439px) {
  .page-layout-3columns:not(.page-products) .sidebar-main {
    flex-basis: 22rem;
  }
}
.page-layout-3columns:not(.page-products) .sidebar-main h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
}
.page-layout-3columns:not(.page-products) .sidebar-main ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.page-layout-3columns:not(.page-products) .sidebar-main ul li {
  display: block;
  width: 100%;
  margin: 3px 0 0;
}
.page-layout-3columns:not(.page-products) .sidebar-main ul a {
  font-size: 1.3rem;
  line-height: 3rem;
  padding: 0 1.2rem 0 0;
  color: #1b1b1b;
}
.page-layout-3columns:not(.page-products) .column-main-wrapper {
  padding-bottom: 10rem;
  margin: 0 -2rem;
  width: calc(100% + 4rem);
}
@media screen and (min-width: 1024px) {
  .page-layout-3columns:not(.page-products) .column-main-wrapper {
    flex-grow: 1;
    flex-basis: 10rem;
    margin: 0;
    width: auto;
  }
}
@media (max-width: 639px) {
  .page-layout-3columns:not(.page-products) .column-main-wrapper {
    width: 100%;
    margin: 0;
  }
}
.page-layout-3columns:not(.page-products) .column-main-wrapper .content-wrapper {
  margin: 0 0 8rem 0;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  width: 100%;
  padding: 2rem;
  box-sizing: border-box;
  display: flex;
}
@media (min-width: 1024px) {
  .page-layout-3columns:not(.page-products) .column-main-wrapper .content-wrapper {
    padding: 3rem;
  }
}

.customer-account-login, .cms-account-aanvragen, .customer-account-forgotpassword {
  font-size: 1.3rem;
}
.customer-account-login .column.main, .cms-account-aanvragen .column.main, .customer-account-forgotpassword .column.main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.customer-account-login .page-wrapper, .cms-account-aanvragen .page-wrapper, .customer-account-forgotpassword .page-wrapper {
  margin-top: 4rem;
}
.customer-account-login .logowrapper, .cms-account-aanvragen .logowrapper, .customer-account-forgotpassword .logowrapper {
  flex-basis: 13.5rem;
  margin-right: 0;
}
.customer-account-login .logowrapper .nav-toggle, .cms-account-aanvragen .logowrapper .nav-toggle, .customer-account-forgotpassword .logowrapper .nav-toggle {
  display: none;
}
.customer-account-login .logowrapper .logo, .cms-account-aanvragen .logowrapper .logo, .customer-account-forgotpassword .logowrapper .logo {
  width: 13.5rem;
  max-width: 100%;
}
.customer-account-login .container-header, .cms-account-aanvragen .container-header, .customer-account-forgotpassword .container-header {
  margin-bottom: 2rem;
}
.customer-account-login .container-header a, .cms-account-aanvragen .container-header a, .customer-account-forgotpassword .container-header a {
  opacity: 0.5;
  color: #0d2557;
  line-height: 3rem;
  text-transform: uppercase;
  text-decoration: underline;
}
.customer-account-login .login-container, .cms-account-aanvragen .login-container, .customer-account-forgotpassword .login-container {
  width: 90rem;
}
@media (max-width: 1023px) {
  .customer-account-login .login-container, .cms-account-aanvragen .login-container, .customer-account-forgotpassword .login-container {
    width: 100%;
  }
}
.customer-account-login .login-container .block-customer-login, .cms-account-aanvragen .login-container .block-customer-login, .customer-account-forgotpassword .login-container .block-customer-login {
  float: none;
  width: 100%;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem 35rem 2rem 3rem;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-customer-login, .cms-account-aanvragen .login-container .block-customer-login, .customer-account-forgotpassword .login-container .block-customer-login {
    padding-right: 3rem;
  }
}
.customer-account-login .login-container .block-customer-login:after, .cms-account-aanvragen .login-container .block-customer-login:after, .customer-account-forgotpassword .login-container .block-customer-login:after {
  position: absolute;
  left: 65rem;
  top: 0;
  content: "";
  width: 30rem;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  -webkit-clip-path: polygon(12% 0%, 85% 0, 85% 100%, 0% 100%);
  background: url(../images/coffee-fresh-login-banner.png) no-repeat right bottom !important;
  background-size: cover;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-customer-login:after, .cms-account-aanvragen .login-container .block-customer-login:after, .customer-account-forgotpassword .login-container .block-customer-login:after {
    display: none;
  }
}
.customer-account-login .login-container .block-title, .cms-account-aanvragen .login-container .block-title, .customer-account-forgotpassword .login-container .block-title {
  border-bottom: 0;
  margin-bottom: 0;
}
.customer-account-login .login-container .block-title strong[role=heading], .cms-account-aanvragen .login-container .block-title strong[role=heading], .customer-account-forgotpassword .login-container .block-title strong[role=heading] {
  font-family: "DIN Pro";
  font-size: 2.4rem;
  color: #0d2557;
}
.customer-account-login .login-container .form.password.forget, .cms-account-aanvragen .login-container .form.password.forget, .customer-account-forgotpassword .login-container .form.password.forget {
  width: 100%;
  min-width: auto;
}
.customer-account-login .login-container .fieldset:after, .cms-account-aanvragen .login-container .fieldset:after, .customer-account-forgotpassword .login-container .fieldset:after {
  display: none;
}
.customer-account-login .login-container .field .label, .cms-account-aanvragen .login-container .field .label, .customer-account-forgotpassword .login-container .field .label {
  display: none;
}
.customer-account-login .column:not(.sidebar-main) form .actions-toolbar, .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar, .cms-account-aanvragen .column:not(.sidebar-main) form .actions-toolbar, .cms-account-aanvragen .column:not(.sidebar-additional) form .actions-toolbar, .customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar, .customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar {
  margin-left: 0;
}
.customer-account-login .column:not(.sidebar-main) form .actions-toolbar .action.login.primary, .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar .action.login.primary, .cms-account-aanvragen .column:not(.sidebar-main) form .actions-toolbar .action.login.primary, .cms-account-aanvragen .column:not(.sidebar-additional) form .actions-toolbar .action.login.primary, .customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar .action.login.primary, .customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar .action.login.primary {
  background: #ef7521;
  border-color: #ef7521;
  padding: 0.7rem 3rem;
}
.customer-account-login .column:not(.sidebar-main) form .actions-toolbar .action.login.primary:hover, .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar .action.login.primary:hover, .cms-account-aanvragen .column:not(.sidebar-main) form .actions-toolbar .action.login.primary:hover, .cms-account-aanvragen .column:not(.sidebar-additional) form .actions-toolbar .action.login.primary:hover, .customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar .action.login.primary:hover, .customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar .action.login.primary:hover {
  background: #0d2557;
  border-color: #0d2557;
}
.customer-account-login .column:not(.sidebar-main) form .actions-toolbar a, .customer-account-login .column:not(.sidebar-additional) form .actions-toolbar a, .cms-account-aanvragen .column:not(.sidebar-main) form .actions-toolbar a, .cms-account-aanvragen .column:not(.sidebar-additional) form .actions-toolbar a, .customer-account-forgotpassword .column:not(.sidebar-main) form .actions-toolbar a, .customer-account-forgotpassword .column:not(.sidebar-additional) form .actions-toolbar a {
  text-decoration: underline;
}
.customer-account-login .register a,
.customer-account-login .malfunction a, .cms-account-aanvragen .register a,
.cms-account-aanvragen .malfunction a, .customer-account-forgotpassword .register a,
.customer-account-forgotpassword .malfunction a {
  text-decoration: underline;
  color: #1b1b1b;
}
.customer-account-login .block-actions, .cms-account-aanvragen .block-actions, .customer-account-forgotpassword .block-actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .customer-account-login .block-actions, .cms-account-aanvragen .block-actions, .customer-account-forgotpassword .block-actions {
    flex-flow: column wrap;
    row-gap: 2rem;
  }
}
.customer-account-login .webforms, .cms-account-aanvragen .webforms, .customer-account-forgotpassword .webforms {
  width: 56rem;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem 3rem;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .customer-account-login .webforms, .cms-account-aanvragen .webforms, .customer-account-forgotpassword .webforms {
    width: 100%;
  }
}
.customer-account-login .webforms h1, .cms-account-aanvragen .webforms h1, .customer-account-forgotpassword .webforms h1 {
  font-size: 2.4rem;
  color: #0d2557;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .customer-account-login .webforms h1, .cms-account-aanvragen .webforms h1, .customer-account-forgotpassword .webforms h1 {
    font-size: 1.8rem;
  }
}
.customer-account-login .webforms .webforms-description-text, .cms-account-aanvragen .webforms .webforms-description-text, .customer-account-forgotpassword .webforms .webforms-description-text {
  margin-bottom: 3.6rem;
}
.customer-account-login .webforms a, .cms-account-aanvragen .webforms a, .customer-account-forgotpassword .webforms a {
  white-space: nowrap;
  text-decoration: underline;
  color: #1b1b1b;
}
.customer-account-login .webforms fieldset, .cms-account-aanvragen .webforms fieldset, .customer-account-forgotpassword .webforms fieldset {
  padding: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.customer-account-login .webforms fieldset:not(:first-of-type), .cms-account-aanvragen .webforms fieldset:not(:first-of-type), .customer-account-forgotpassword .webforms fieldset:not(:first-of-type) {
  margin-top: 7rem;
}
.customer-account-login .webforms h3, .cms-account-aanvragen .webforms h3, .customer-account-forgotpassword .webforms h3 {
  margin-left: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 0 1rem;
  margin-bottom: 1.3rem;
}
.customer-account-login .webforms .actions-toolbar, .cms-account-aanvragen .webforms .actions-toolbar, .customer-account-forgotpassword .webforms .actions-toolbar {
  padding: 0;
}
.customer-account-login .webforms .actions-toolbar div.primary, .cms-account-aanvragen .webforms .actions-toolbar div.primary, .customer-account-forgotpassword .webforms .actions-toolbar div.primary {
  padding-top: 3rem;
}
.customer-account-login .webforms button.action.primary, .cms-account-aanvragen .webforms button.action.primary, .customer-account-forgotpassword .webforms button.action.primary {
  background: #ef7521;
  border-color: #ef7521;
  padding: 0.7rem 3rem;
}
.customer-account-login .webforms button.action.primary:hover, .cms-account-aanvragen .webforms button.action.primary:hover, .customer-account-forgotpassword .webforms button.action.primary:hover {
  background: #0d2557;
  border-color: #0d2557;
}

.cms-account-aanvragen .container-header {
  width: 56rem;
  margin-bottom: 1rem;
}
@media (max-width: 1023px) {
  .cms-account-aanvragen .container-header {
    width: 100%;
  }
}
.cms-account-aanvragen .columns {
  justify-content: center;
}
.cms-account-aanvragen .columns .column-main-wrapper .breadcrumbs {
  display: none;
}

.slider-wrapper {
  display: flex;
  margin-left: -2rem;
  margin-right: -2rem;
}
@media (max-width: 639px) {
  .slider-wrapper {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.swiper-container {
  justify-self: center;
}
.swiper-container .swiper-slide .easyslide-button {
  position: absolute;
  bottom: 10rem;
  left: 12rem;
  background: #ef7521;
  border-radius: 0.3rem;
  padding: 0.4rem 2rem;
  color: #fff;
  line-height: 3rem;
  text-decoration: none;
}
@media (max-width: 639px) {
  .swiper-container .swiper-slide .easyslide-button {
    display: none;
  }
}
@media (max-width: 1439px) {
  .swiper-container .swiper-slide .easyslide-button {
    bottom: 7rem;
    left: 3rem;
  }
}
@media (max-width: 1023px) {
  .swiper-container .swiper-slide .easyslide-button {
    bottom: 2rem;
    left: 2rem;
  }
}
.swiper-container .swiper-slide .easyslide-button:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1rem;
  margin-left: 2.5rem;
}
.swiper-container .swiper-slide.right .easyslide-button {
  left: inherit;
  right: 12rem;
}
@media (max-width: 1439px) {
  .swiper-container .swiper-slide.right .easyslide-button {
    right: 3rem;
  }
}
@media (max-width: 1023px) {
  .swiper-container .swiper-slide.right .easyslide-button {
    right: 2rem;
  }
}
.swiper-container .swiper-slide img {
  min-width: 100%;
}
.swiper-container .swiper-pagination {
  text-align: right;
  padding-right: 7rem;
  padding-bottom: 2rem;
  box-sizing: border-box;
}
@media (max-width: 1439px) {
  .swiper-container .swiper-pagination {
    padding-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .swiper-container .swiper-pagination {
    display: none;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background: #0d2557;
  width: 2rem;
  height: 0.4rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 1rem;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ef7521;
}

.easybanner-banner {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  border: 0.1rem solid #e1e7f5;
  display: flex;
  flex-grow: 1;
}
.easybanner-banner .easybanner-image-link {
  display: flex;
  flex-grow: 1;
}
.easybanner-banner img {
  display: flex;
  flex-grow: 1;
}

.widget.block-products-list {
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .widget.block-products-list {
    margin-left: -2rem;
    margin-right: -2rem;
    width: calc(100% + 4rem);
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 639px) {
  .widget.block-products-list {
    width: calc(100% + 3rem);
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 1439px) {
  .widget.block-products-list .products-grid {
    overflow-x: scroll;
  }
}
.widget.block-products-list .products-grid .product-items {
  display: flex;
  padding: 3rem 0;
}
@media (max-width: 639px) {
  .widget.block-products-list .products-grid .product-items {
    padding: 2rem 0;
  }
}
.widget.block-products-list .products-grid .product-items .product-item {
  padding: 0 4rem;
  width: calc(100% / 7);
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 1439px) {
  .widget.block-products-list .products-grid .product-items .product-item {
    padding: 0 2rem;
    min-width: calc(100% / 4);
  }
}
@media (max-width: 1023px) {
  .widget.block-products-list .products-grid .product-items .product-item {
    min-width: calc(100% / 3);
  }
}
@media (max-width: 767px) {
  .widget.block-products-list .products-grid .product-items .product-item {
    padding: 0 2rem;
    min-width: calc(100% / 2);
  }
}
.widget.block-products-list .products-grid .product-items .product-item:nth-child(3n+1), .widget.block-products-list .products-grid .product-items .product-item:nth-child(4n+1) {
  margin: 0;
}
.widget.block-products-list .products-grid .product-items .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.widget.block-products-list .products-grid .product-items .product-item-details {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.widget.block-products-list .products-grid .product-items .product-item-subverpakking {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2rem;
  margin: 0.8rem 0;
  text-transform: capitalize;
}
.widget.block-products-list .products-grid .product-items .price-box {
  margin-bottom: 1rem;
  margin-top: auto;
}
.widget.block-products-list .products-grid .product-items .product-image-container {
  padding-bottom: 0 !important;
  max-width: 18rem;
  height: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget.block-products-list .products-grid .product-items .product-image-container img {
  max-height: 100%;
}
.widget.block-products-list .products-grid .product-items .product-image-photo {
  position: relative;
}

.am-slider-container {
  max-width: 100%;
}
.am-slider-container .amslider-header-container {
  padding: 0;
  font-family: "DIN Pro";
  font-weight: 500;
  color: #0d2557;
  background: none;
  font-size: 1.8rem;
  text-transform: uppercase;
  text-align: left;
}
.am-slider-container .swiper-container {
  max-width: 100%;
  user-select: none;
}
.am-slider-container .swiper-button-prev, .am-slider-container .swiper-button-next {
  background: #fff;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.am-slider-container .swiper-button-prev:before, .am-slider-container .swiper-button-next:before {
  color: #0d2557;
  font-family: "Font Awesome 5 Pro";
  font-size: 1rem;
}
.am-slider-container .swiper-button-prev {
  background-color: #fff;
  left: 0;
}
.am-slider-container .swiper-button-prev:before {
  content: "";
}
.am-slider-container .swiper-button-prev:hover {
  filter: drop-shadow(0px 0px 1px #0d2557);
  background-color: #fff;
}
.am-slider-container .swiper-button-next {
  background-color: #fff;
  right: 0;
}
.am-slider-container .swiper-button-next:before {
  content: "";
}
.am-slider-container .swiper-button-next:hover {
  filter: drop-shadow(0px 0px 1px #0d2557);
  background-color: #fff;
}
.am-slider-container .amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.am-slider-container .amslider.am-brand-slider .swiper-slide .swiper-brand {
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.am-slider-container .amslider.am-brand-slider .swiper-slide .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.am-slider-container .amslider.am-brand-slider .swiper-slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  height: auto;
}
.am-slider-container .amslider.am-brand-slider .swiper-slide .swiper-brand {
  padding: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.am-slider-container .amslider.am-brand-slider .swiper-slide .am-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.am-slider-container .am-brand-slider a .swiper-brand .am-image-wrapper > .am-image {
  max-width: 10rem;
}

.noticebar-content {
  margin-top: auto;
  list-style: none;
  justify-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #fff;
  font-weight: bold;
}

.noticebar-view {
  background-color: #0d2557;
  min-width: 100%;
}

.noticebar-title {
  display: none;
}

.notice-close {
  display: none;
}

.packaging-options-list {
  min-height: 6rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .packaging-options-list {
    margin-bottom: 0;
  }
}
.packaging-options-list li {
  margin-bottom: 0;
  line-height: 3rem;
}
.packaging-options-list li input[type=radio] {
  margin-right: 0.9rem;
}

#confirmOverlay.am-center {
  z-index: 9999;
}
#confirmOverlay.am-center .am-photo-container {
  flex-direction: column;
}
#confirmOverlay.am-center .am-photo-container .amcart-qty-wrap {
  margin: 1rem 0;
}
#confirmOverlay.am-center .am-photo-container .amcart-qty-wrap .amcart-control.spinner {
  height: 2.8rem;
  position: relative;
}
#confirmOverlay.am-center .am-photo-container .amcart-qty-wrap .amcart-control.spinner:before {
  height: 2.8rem;
  line-height: 2.8rem;
  color: #1b1b1b;
}
#confirmOverlay.am-center .am-photo-container .amcart-qty-wrap .input-text.qty {
  margin: 0;
}
#confirmOverlay.am-center .am-related-box .block-content {
  padding: 1rem 1.5rem 0;
}
#confirmOverlay.am-center .am-related-box .block-content .product.product-item {
  width: 100%;
}
#confirmOverlay.am-center .am-related-box .block-content .product.product-item .tocart.primary {
  padding: 0.7rem 1.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
  border-radius: 2.2rem;
  margin-bottom: 0;
  background: #0d2557;
  border-color: #0d2557;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#confirmOverlay.am-center .am-related-box .block-content .product.product-item .tocart.primary:hover {
  background: #ef7521;
  border-color: #ef7521;
}
#confirmOverlay.am-center .am-related-box .block-content .am-actions-wrapper {
  top: 0;
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  padding: 1rem;
}
#confirmOverlay.am-center a.added-item {
  font-size: 1.6rem;
}
#confirmOverlay.am-center button.am-btn-right {
  padding: 0.3rem;
  font-size: 1.6rem;
  line-height: 3rem;
  border-radius: 2.2rem;
  margin-bottom: 0;
  background: #0d2557;
  border-color: #0d2557;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#confirmOverlay.am-center button.am-btn-right:hover {
  background: #ef7521;
  border-color: #ef7521;
}
#confirmOverlay.am-center button.am-btn-left {
  padding: 0.3rem;
  font-size: 1.6rem;
  line-height: 3rem;
  border-radius: 2.2rem;
  margin-bottom: 0;
  background: #ef7521;
  border-color: #ef7521;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
#confirmOverlay.am-center button.am-btn-left:hover {
  background: #0d2557;
  border-color: #0d2557;
}
#confirmOverlay.am-center a {
  color: #0d2557;
  text-decoration: underline;
}

.crosssell-popup .modal-inner-wrap {
  width: 33%;
}
@media screen and (max-width: 1440px) {
  .crosssell-popup .modal-inner-wrap {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .crosssell-popup .modal-inner-wrap {
    min-width: 45rem;
  }
}
@media screen and (max-width: 767px) {
  .crosssell-popup .modal-inner-wrap {
    min-width: 30rem;
  }
}
.crosssell-popup .modal-inner-wrap .modal-title {
  text-align: center;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products .product-item-info {
  width: 100%;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products .crosssell-item {
  display: flex;
  justify-content: center;
  padding-bottom: 3.2rem;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products .product-image-container {
  display: flex;
  justify-content: center;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products .product-image-container .product-photo {
  max-width: 80%;
  height: 16rem;
  overflow: hidden;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products .product-item-details {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.crosssell-popup .modal-inner-wrap .crosssell-popup-content .crosssell-products .product-item-details .product-item-link {
  font-family: "DIN Pro";
  font-size: 1.8rem;
}

.addtocart-group {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .addtocart-group {
    position: relative;
  }
}
.addtocart-group.invalid-state {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .addtocart-group.invalid-state {
    margin-bottom: 0;
  }
}
.addtocart-group .input-text.qty + .mage-error {
  position: absolute;
  bottom: 1rem;
  height: 1.6rem;
}
@media (min-width: 768px) {
  .addtocart-group .input-text.qty + .mage-error {
    bottom: -2rem;
    top: auto;
  }
}

.number-group {
  display: inline-flex;
  margin-top: auto;
  margin-right: 1rem;
}
.number-group .spinner {
  width: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #1b1b1b;
  border-top: 0.1rem solid #cfcfcf;
  border-bottom: 0.1rem solid #cfcfcf;
  cursor: pointer;
  user-select: none;
  background: white;
}
.number-group .spinner.blocked {
  color: #dbdbdb;
  border-top: 0.1rem solid #dbdbdb;
  border-bottom: 0.1rem solid #dbdbdb;
}
.number-group .spinner.down {
  border-left: 0.1rem solid #cfcfcf;
  border-top-left-radius: 2.2rem;
  border-bottom-left-radius: 2.2rem;
}
.number-group .spinner.up {
  border-right: 0.1rem solid #cfcfcf;
  border-top-right-radius: 2.2rem;
  border-bottom-right-radius: 2.2rem;
}
.number-group .spinner:hover {
  background: #e1e7f5;
}
.number-group input {
  border: 0.1rem solid #cfcfcf;
  border-radius: 0;
  width: 4.4rem;
  height: 3.6rem;
  padding: 0;
  text-align: center;
  box-shadow: none;
}
.number-group .qty-modifier {
  display: flex;
  border: 0.1rem solid #bcbdbc;
  border-radius: 1.8rem;
  width: 13rem;
  height: 3.6rem;
  margin-right: 1rem;
}

.stock {
  text-align: right;
}
.stock.available {
  color: #00d700;
}
.stock.available .stock-dot {
  background: #00d700;
}
.stock.critical {
  color: #ef7521;
}
.stock.critical .stock-dot {
  background: #ef7521;
}
.stock.negative {
  color: red;
}
.stock.negative .stock-dot {
  background: red;
}
.stock.on-request {
  color: #888;
}
.stock.on-request .stock-dot {
  background: #888;
}
.stock-dots {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.stock-dot {
  width: 1rem;
  height: 0.5rem;
  border-radius: 0.2rem;
}
.stock-dot:not(:first-of-type):not(:last-of-type) {
  margin: 0 0.3rem;
}
.stock .label {
  font-weight: 400;
  text-transform: initial;
}
@keyframes blink {
  0% {
    opacity: 20%;
  }
  50% {
    opacity: 100%;
  }
  100% {
    opacity: 20%;
  }
}
.stock.loading .stock-dots .stock-dot {
  background: #AAA;
  animation: blink 1000ms linear infinite;
}
.stock.indicator.list .stock-dots {
  justify-content: flex-start;
  margin: 1.5rem 0;
}

.page-products .products-container-grid .product-item-actions .alternative {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-products .products-container-grid .product-item-actions .alternative .stock.indicator {
  margin: 0 0 auto;
}
.page-products .stock.indicator {
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-products .stock.indicator {
    max-width: 5rem;
  }
}
.page-products .stock.indicator .tooltip {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-products .stock.indicator .tooltip {
    position: initial;
  }
}
.page-products .stock.indicator .tooltip-label {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 300ms;
  right: 0;
  transform: translateY(120%) translateX(0.6rem);
  background: #e1e7f5;
  color: #1b1b1b;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  padding: 1rem 1.2rem;
  z-index: 1;
  bottom: 0;
  max-width: 10rem;
  width: max-content;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .page-products .stock.indicator .tooltip-label {
    white-space: nowrap;
    width: auto;
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .page-products .stock.indicator .tooltip-label {
    left: 0;
    transform: translateY(100%) translateX(-0.6rem);
    display: inline-table;
  }
}
.page-products .stock.indicator .tooltip-label:before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(-0.6rem) translateY(-100%);
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #e1e7f5;
}
@media screen and (min-width: 768px) {
  .page-products .stock.indicator .tooltip-label:before {
    left: 0;
    transform: translateX(1.2rem) translateY(-100%);
  }
}
.page-products .stock.indicator .tooltip-label .positive,
.page-products .stock.indicator .tooltip-label .critical,
.page-products .stock.indicator .tooltip-label .on-request,
.page-products .stock.indicator .tooltip-label .negative {
  display: none;
}
@media screen and (min-width: 768px) {
  .page-products .stock.indicator:hover .tooltip-label {
    opacity: 1;
    visibility: visible;
    height: initial;
    overflow: initial;
  }
}
.page-products .stock.indicator .tooltip-icon {
  background: #e1e7f5;
  border-radius: 99rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page-products .stock.indicator .tooltip-icon {
    display: none;
  }
}
.page-products .stock.indicator .tooltip-icon:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-weight: 700;
  color: #979797;
  font-size: 0.8rem;
}
.page-products .stock.indicator .tooltip-icon:hover ~ .tooltip-label {
  opacity: 1;
  visibility: visible;
  height: initial;
  overflow: initial;
}
.page-products .stock.indicator:not(.loading) .tooltip-label .placeholder {
  display: none;
}
.page-products .stock.indicator.available .tooltip-label > .positive {
  display: initial;
}
.page-products .stock.indicator.critical .tooltip-label > .critical {
  display: initial;
}
.page-products .stock.indicator.negative .tooltip-label > .negative {
  display: initial;
}
.page-products .stock.indicator.on-request .tooltip-label > .on-request {
  display: initial;
}

@media (max-width: 1023px) {
  .page-products .page-title-wrapper {
    display: inline-flex;
    padding: 3rem 0 2rem 0;
  }
  .page-products .page-title-wrapper .page-title {
    line-height: 3rem;
    margin-bottom: 0;
  }
}
.page-products .page-title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  color: #0d2557;
}
.page-products .sidebar-main .block.filter {
  margin-bottom: 0;
  position: relative;
}
.page-products .sidebar-main .block-title, .page-products .sidebar-main .block-subtitle {
  display: none;
}
.page-products .sidebar-main li[data-label*="N.v"] {
  display: none;
}
.page-products .sidebar-main .filters.what-to-choose {
  position: relative;
  margin: 3rem 0;
}
@media (max-width: 1023px) {
  .page-products .sidebar-main .filters.what-to-choose {
    margin-top: 0;
  }
}
.page-products .sidebar-main .filters.what-to-choose > span {
  font-family: "Hand Of Sean";
  font-size: 1.4rem;
  width: 7rem;
  display: inline-block;
}
.page-products .sidebar-main .filters.what-to-choose > span:after {
  content: url("../images/arrow.svg");
  transform: rotate(90deg) scaleY(-1);
  position: absolute;
  left: 7.5rem;
  top: 1rem;
}
.page-products .sidebar-main .filter-options-title {
  font-family: "DIN Pro";
  font-weight: 500;
  text-transform: uppercase;
  color: #0d2557;
  margin: 3rem 0 0.5rem 0;
  cursor: pointer;
}
.page-products .sidebar-main .filter-options-title:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
  font-size: 1rem;
  margin-left: 1rem;
}
.page-products .sidebar-main .filter-options-title.collapsed:after {
  transform: rotate(-180deg);
}
.page-products .sidebar-main .filter-options .am-filter-items-attr_category_ids input[type=radio],
.page-products .sidebar-main .filter-options .am-filter-items-category_ids input[type=radio] {
  display: none;
}
.page-products .sidebar-main .filter-options .am-filter-items-attr_category_ids .item,
.page-products .sidebar-main .filter-options .am-filter-items-category_ids .item {
  font-size: 1.3rem;
  padding: 0;
  margin-left: 1.7rem;
}
.page-products .sidebar-main .filter-options .am-filter-items-attr_category_ids .item a,
.page-products .sidebar-main .filter-options .am-filter-items-category_ids .item a {
  display: flex;
  color: #000;
  font-weight: normal;
  line-height: 3rem;
}
.page-products .sidebar-main .filter-options .am-filter-items-attr_category_ids .item a:hover,
.page-products .sidebar-main .filter-options .am-filter-items-category_ids .item a:hover {
  text-decoration: underline;
}
.page-products .sidebar-main .filter-options .filter-options-content {
  margin-bottom: 5.4rem;
}
.page-products .sidebar-main .filter-options .filter-options-content a, .page-products .sidebar-main .filter-options .filter-options-content a > span {
  color: #000;
  font-weight: normal;
}
.page-products .sidebar-main .filter-options .filter-options-content .ui-slider-horizontal {
  background: none;
}
.page-products .sidebar-main .filter-options .filter-options-content .amshopby-slider-display {
  margin-top: 1rem;
  font-size: 1.3rem;
  text-align: justify;
  color: #000;
  display: flex;
  justify-content: space-around;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-slider {
  margin-top: 1.5rem;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-slider .ui-slider-handle {
  background: #0d2557 !important;
  width: 1.7rem;
  height: 1.7rem;
  margin-top: -0.3rem;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-slider .ui-slider-range {
  background: #ef7521;
  top: -2px;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-multiselect .item, .page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-singleselect .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-multiselect .item [class*=am-filter-item], .page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-singleselect .item [class*=am-filter-item] {
  padding: 0 0 0 0.4rem;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-multiselect .item .amshopby-choice {
  display: none;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-singleselect .item .amshopby-choice {
  display: initial;
}
.page-products .sidebar-main .filter-options .filter-options-content .am-ranges .items.-am-singleselect .item > input[type=radio] {
  display: initial;
  margin-top: 0.2rem;
}
.page-products .sidebar-main .filter-actions {
  margin-bottom: 5.4rem;
}
.page-products .sidebar-main .filter-actions .filter-clear {
  font-size: 1.3rem;
  color: #0d2557;
}
.page-products .catalog-topnav {
  display: none;
}
@media (max-width: 1023px) {
  .page-products .catalog-topnav {
    display: none;
  }
}
.page-products .amshopby-filter-current ol {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 0.5rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item {
  background: #e1e7f5;
  border-radius: 1.5rem;
  display: flex;
  min-height: 3rem;
  padding: 0 1rem;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-remove {
  position: relative;
  order: 2;
  line-height: 1.2rem;
  margin-left: 1rem;
  font-size: 1rem;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-remove:before {
  display: none;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-remove:after {
  transform: rotate(0);
  content: "";
  font-family: "Font Awesome 5 Pro";
  height: auto;
  background-color: transparent;
  color: #000;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name,
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value {
  order: 1;
  text-transform: uppercase;
  color: #0d2557;
  opacity: 0.5;
  font-size: 1.2rem;
  white-space: nowrap;
  font-weight: normal;
  display: flex;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name span, .page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name span.price,
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value span,
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value span.price {
  text-transform: uppercase;
  color: #0d2557;
  opacity: 0.5;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: "Open Sans";
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name span:first-of-type, .page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name span.price:first-of-type,
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value span:first-of-type,
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value span.price:first-of-type {
  margin-right: 0.5rem;
}
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name span:nth-of-type(2), .page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-name span.price:nth-of-type(2),
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value span:nth-of-type(2),
.page-products .amshopby-filter-current ol li.amshopby-item.item .amshopby-filter-value span.price:nth-of-type(2) {
  margin-left: 0.5rem;
}
.page-products .amshopby-filter-current ol li.amshopby-button {
  display: none;
}
.page-products .subcat-wrapper {
  position: relative;
}
.page-products .subcat-wrapper .slider-controls {
  position: absolute;
  display: flex;
  align-items: center;
  height: 100%;
  top: 50%;
}
.page-products .subcat-wrapper .slider-controls .control {
  padding: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: white;
  border: none;
  text-align: center;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  color: #1b1b1b;
}
.page-products .subcat-wrapper .slider-controls .control:hover {
  background: #0d2557;
  color: #fff;
  border: none;
}
.page-products .subcat-wrapper .slider-controls .control:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.page-products .subcat-wrapper .slider-controls.control-left {
  transform: translate(-50%, -50%);
}
.page-products .subcat-wrapper .slider-controls.control-left .control:after {
  content: "";
}
.page-products .subcat-wrapper .slider-controls.control-right {
  right: 0;
  transform: translate(50%, -50%);
}
.page-products .subcat-wrapper .slider-controls.control-right .control:after {
  content: "";
}
.page-products .subcat {
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 2.5rem;
  overflow: hidden;
  padding: 1.5rem 0;
}
.page-products .subcategories {
  display: flex;
}
.page-products .subcategories .category-block-wrapper {
  padding: 1.5rem;
}
.page-products .subcategories .category-block {
  width: 20rem;
  color: #1b1b1b;
}
.page-products .subcategories .imagecontainer {
  width: 10rem;
  height: 10rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}
.page-products .subcategories .imagecontainer img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}
.page-products .subcategories .categoryname {
  font-weight: bold;
  text-align: center;
}
.page-products .filter-sidebar-toggle {
  display: none;
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1023px) {
  .page-products .filter-sidebar-toggle {
    display: block;
  }
}
.page-products .filter-sidebar-toggle:before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.8rem;
  margin-right: 1rem;
}
.page-products .placeholder-Category-Top {
  margin-bottom: 2.5rem;
  border-radius: 0.2rem;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .page-products .placeholder-Category-Top {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-products #amasty-shopby-product-list {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.page-products .toolbar-products {
  display: flex;
  height: 7rem;
  align-items: center;
  padding: 0 1.6rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-products .toolbar-products {
    padding: 0 2rem;
  }
}
@media (max-width: 639px) {
  .page-products .toolbar-products {
    flex-wrap: wrap;
    padding-bottom: 0.8rem;
  }
}
.page-products .toolbar-products .toolbar-amount {
  float: none;
  order: 1;
  padding: 0;
  margin-right: auto;
}
@media (max-width: 639px) {
  .page-products .toolbar-products .toolbar-amount {
    flex-basis: 100%;
    text-align: left;
  }
}
.page-products .toolbar-products .modes {
  float: none;
  order: 2;
}
.page-products .toolbar-products .modes .modes-mode {
  background: none;
  border: 0;
  color: #cfcfcf;
}
.page-products .toolbar-products .modes .modes-mode.active {
  color: #0d2557;
}
.page-products .toolbar-products .modes .modes-mode:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8rem;
  color: inherit;
}
.page-products .toolbar-products .modes .modes-mode.mode-grid:before {
  content: "";
}
.page-products .toolbar-products .modes .modes-mode.mode-list:before {
  content: "";
}
.page-products .toolbar-products .sorter {
  float: none;
  order: 3;
  padding: 0;
  display: flex;
  align-items: center;
}
.page-products .toolbar-products .sorter .sorter-options {
  border: 0.1rem solid #cfcfcf;
  box-shadow: none;
  height: 3rem;
}
.page-products .toolbar-products .sorter .sorter-action {
  top: 0;
  margin-left: 1.5rem;
}
.page-products .toolbar-products .sorter .sorter-action:before {
  font-size: 1.4rem;
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #1b1b1b;
}
.page-products .toolbar-products .sorter .sorter-action.sort-desc:before {
  content: "";
}
.page-products .toolbar-products .pages .items {
  display: flex;
  align-items: center;
}
.page-products .toolbar-products .pages .item {
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem;
}
.page-products .toolbar-products .pages .item.current {
  background: #e1e7f5;
}
.page-products .toolbar-products .pages .item.current .page {
  font-size: 1.3rem;
}
.page-products .toolbar-products .pages .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1b1b1b;
}
.page-products .toolbar-products .pages .item a:hover {
  background: #e1e7f5;
  border-radius: 0.2rem;
}
.page-products .toolbar-products .pages .item.pages-item-previous, .page-products .toolbar-products .pages .item.pages-item-next {
  height: 4rem;
  width: 4rem;
}
.page-products .toolbar-products .pages .item.pages-item-previous a, .page-products .toolbar-products .pages .item.pages-item-next a {
  border: 0;
}
@media (max-width: 639px) {
  .page-products .toolbar-products .pages .item {
    display: none;
  }
  .page-products .toolbar-products .pages .item.pages-item-previous, .page-products .toolbar-products .pages .item.pages-item-next {
    display: flex;
  }
  .page-products .toolbar-products .pages .item.current {
    display: flex;
  }
}
.page-products .toolbar-products .pages .item .action.previous:before, .page-products .toolbar-products .pages .item .action.next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.2rem;
  color: #1b1b1b;
  margin-left: 0;
}
.page-products .toolbar-products .pages .item .action.previous {
  margin-right: 0;
}
.page-products .toolbar-products .pages .item .action.previous:before {
  content: "";
}
.page-products .toolbar-products .pages .item .action.next {
  margin-left: 0;
}
.page-products .toolbar-products .pages .item .action.next:before {
  content: "";
}
.page-products .toolbar-products .limiter {
  margin-left: auto;
}
.page-products .toolbar-products .limiter .limiter-options {
  border: 0.1rem solid #cfcfcf;
  box-shadow: none;
  height: 3rem;
}
.page-products .toolbar-products:not(:first-of-type) .limiter {
  display: block;
}
.page-products .products.wrapper {
  margin: 0;
}
.page-products .products.wrapper .product-items {
  margin: 0;
}
.page-products .products.wrapper + .toolbar {
  border-top: 0.1rem solid #e1e7f5;
}
.page-products .products.wrapper .product-item-link {
  font-family: "DIN Pro";
  font-size: 1.8rem;
  color: #0d2557;
  margin-bottom: 0.7rem;
  hyphens: none;
}
.page-products .products.wrapper .product-information {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
.page-products .products.wrapper .product-information ul {
  margin-top: auto;
  list-style-type: none;
  padding: 0;
}
.page-products .products.wrapper .product-information ul li {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.page-products .products.wrapper .action.tocart.primary {
  display: inline-flex;
}
.page-products .products-container-list,
.page-products .products-container-grid {
  background: #fff;
  border-radius: 0.2rem;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .page-products .products-container-list,
.page-products .products-container-grid {
    box-shadow: none;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }
}
.page-products .products-container-list .product-item {
  border-top: 0.1rem solid #e1e7f5;
  display: flex;
  padding: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item {
    padding: 2rem;
    display: grid;
    grid-template-columns: 12.8rem 1fr;
    grid-column-gap: 2.4rem;
    grid-row-gap: 1.2rem;
    grid-template-areas: "image info" "image actions";
  }
}
@media screen and (max-width: 479px) {
  .page-products .products-container-list .product-item {
    grid-template-columns: 10rem 1fr;
    grid-column-gap: 1.2rem;
    grid-row-gap: 0.6rem;
    grid-template-areas: "image info" "actions actions";
  }
}
.page-products .products-container-list .product-item .product-image {
  display: flex;
  align-items: flex-start;
  flex-basis: 12.8rem;
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-image {
    grid-area: image;
  }
}
.page-products .products-container-list .product-item .product-image .product-image-wrapper {
  width: 12.8rem;
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-image .product-item-photo {
    width: 100%;
    padding: 0;
  }
}
.page-products .products-container-list .product-item .product-image img {
  width: 12.8rem;
  max-width: 12.8rem;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-image img {
    width: 100%;
  }
}
.page-products .products-container-list .product-item .product-information {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-information {
    grid-area: info;
    margin-bottom: 0.8rem;
  }
}
.page-products .products-container-list .product-item .product-information .product-details {
  margin-top: auto;
  text-decoration: underline;
  color: #ef7521;
}
.page-products .products-container-list .product-item .product-information .product-details:hover {
  color: #0d2557;
}
.page-products .products-container-list .product-item .product-item-actions {
  margin-left: auto;
  flex-basis: 25rem;
  flex-shrink: 0;
}
.page-products .products-container-list .product-item .product-item-actions > * {
  font-size: 1.3rem;
  line-height: 3rem;
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions {
    grid-area: actions;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions > form {
    display: grid;
    grid-template-columns: 10rem 1fr;
    grid-column-gap: 1.2rem;
    grid-row-gap: 0.6rem;
    grid-template-areas: "packaging addtocart" "stock addtocart" "pricebox addtocart";
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions .packaging-options-list {
    grid-area: packaging;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions .stock.indicator {
    grid-area: stock;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions .stock.indicator .stock-dots {
    margin: 0.4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions .price-box {
    grid-area: pricebox;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions .addtocart-group {
    grid-area: addtocart;
    display: inline-flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .product-item-actions .number-group {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-products .products-container-list .product-item .packaging-options-list {
    min-height: 0;
  }
}
.page-products.page-layout-3columns .products-grid .product-item {
  padding: 2.4rem;
  margin-left: 0;
  margin-bottom: 0;
  border-bottom: 0.1rem solid #e1e7f5;
  flex-basis: 100%;
  width: 100%;
  display: grid;
  grid-template-columns: 12.8rem 1fr;
  grid-row-gap: 1.2rem;
  grid-column-gap: 1.2rem;
  grid-template-areas: "info info" "image packaging" "image stock" "image pricebox" "addtocart addtocart";
}
@media screen and (min-width: 480px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 1.6rem;
    flex-basis: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 640px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 2.4rem;
    grid-column-gap: 2.4rem;
    flex-basis: 50%;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 1.6rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 1.3rem;
  }
}
@media screen and (min-width: 1439px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 639px) {
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(2n) {
    margin-left: 0;
    border-right-width: 0;
  }
}
@media screen and (min-width: 480px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    border-right: 0.1rem solid #e1e7f5;
  }
}
@media screen and (min-width: 768px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    flex-basis: 33.33333333%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 0;
    border-right-width: 0;
  }
}
@media (min-width: 1820px) {
  .page-products.page-layout-3columns .products-grid .product-item {
    padding: 3rem;
    flex-basis: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    border-right-width: 0.1rem;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(4n) {
    border-right-width: 0;
  }
}
.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n):last-of-type {
  margin-left: 0;
  border-right-width: 0;
}
.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n):last-of-type:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item .number-group {
    margin-right: 2.9rem;
  }
}
@media screen and (max-width: 639px) {
  .page-products.page-layout-3columns .products-grid .product-item .number-group {
    margin-right: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-image {
    grid-area: image;
  }
}
@media screen and (max-width: 639px) {
  .page-products.page-layout-3columns .products-grid .product-image {
    padding-right: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-information {
    grid-area: info;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-information > ul {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-information .product-details {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-image-container .product-photo {
    width: 12.8rem;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions > form {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions .packaging-options-list {
    grid-area: packaging;
    min-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions .stock.indicator {
    grid-area: stock;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions .stock.indicator .stock-dots {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions .price-box {
    grid-area: pricebox;
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-products.page-layout-3columns .products-grid .product-item-actions .addtocart-group {
    grid-area: addtocart;
    display: inline-flex;
    align-items: center;
  }
}
.page-products .products-container-grid > .toolbar:first-of-type {
  border-bottom: 0.1rem solid #e1e7f5;
}
.page-products .products-container-grid .products.wrapper + .toolbar {
  margin-top: -0.1rem;
}
.page-products .products-container-grid .product-items {
  display: flex;
  flex-wrap: wrap;
}
.page-products .products-container-grid .product-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.page-products .products-container-grid .product-image-container .product-photo {
  height: 17rem;
}
.page-products .products-container-grid .product-details {
  display: none;
}
.page-products .products-container-grid .product-information {
  margin-bottom: auto;
  flex-grow: 1;
}
.page-products .products-container-grid .product-information > ul {
  min-height: 4rem;
}
.page-products .products-container-grid .product-item-actions {
  margin-top: auto;
  height: 22.3rem;
}
.page-products .products-container-grid .product-item-actions > form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-products .products-container-grid .product-item-actions .stock.indicator {
  margin-top: auto;
}
.page-products .products-container-grid .product-item-actions .show-alternative {
  padding: 0.3rem 1.5rem;
  font-size: 1.6rem;
  line-height: 3rem;
  border-radius: 2.2rem;
  margin-bottom: 0;
  background: unset;
  border-color: #0d2557;
  color: #0d2557;
  text-decoration: none;
  font-weight: 700;
}
.page-products .products-container-grid .product-item-actions .show-alternative:hover {
  background: #0d2557;
  color: #fff;
}
@media (min-width: 768px) {
  .page-products .product-item {
    position: relative;
  }
}
@media (max-width: 767px) {
  .page-products .product-item .product-image {
    position: relative;
  }
}
.page-products .product-item .product-image .product-label {
  font-family: "DIN Pro";
  position: absolute;
  top: 3.7rem;
  left: 0;
  background: #ef7521;
  border-radius: 0 0.4rem 0.4rem 0;
  color: white;
  padding: 0.6rem 2rem;
  line-height: 2rem;
  font-size: 1.6rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .page-products .product-item .product-image .product-label {
    top: 1.5rem;
    padding: 0.2rem 0.7rem;
    font-size: 1rem;
  }
}

.catalogsearch-result-index .search.results .toolbar-products + .block {
  padding: 1.2rem 2rem 0.6rem;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e7f5;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .catalogsearch-result-index .search.results .toolbar-products + .block {
    padding: 1.2rem 3rem 0.6rem;
  }
}
.catalogsearch-result-index .search.results .toolbar-products + .block .title {
  width: 100%;
}
.catalogsearch-result-index .search.results .toolbar-products + .block .title:after {
  display: inline;
  content: ":";
}
.catalogsearch-result-index .search.results .toolbar-products + .block .item {
  padding-right: 0.6rem;
  display: flex;
  align-items: center;
}
.catalogsearch-result-index .search.results .toolbar-products + .block .item:not(:last-of-type)::after {
  display: inline;
  content: ", ";
}

@media (min-width: 640px) {
  .catalog-product-view .columns {
    display: flex;
    flex-wrap: nowrap;
  }
}
.catalog-product-view .columns .column-main-wrapper {
  padding-bottom: 14rem;
  margin: 0 -1.5rem;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  .catalog-product-view .columns .column-main-wrapper {
    margin: 0 -2rem;
    width: calc(100% + 4rem);
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .columns .column-main-wrapper {
    flex-grow: 1;
    flex-basis: 10rem;
    margin: 0;
    width: auto;
  }
}
@media (max-width: 639px) {
  .catalog-product-view .columns .column-main-wrapper {
    width: 100%;
    margin: 0;
  }
}
.catalog-product-view .columns .sidebar {
  float: none;
  width: auto;
  flex-grow: 0;
  flex-basis: 37rem;
  padding-bottom: 10rem;
}
@media (max-width: 1600px) {
  .catalog-product-view .columns .sidebar {
    flex-basis: 30rem;
  }
}
@media (max-width: 1439px) {
  .catalog-product-view .columns .sidebar {
    flex-basis: 25rem;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .columns .sidebar {
    padding-right: 2rem;
  }
}
.catalog-product-view .columns .column.main {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  flex-grow: 1;
  width: 100%;
  position: relative;
  padding: 3rem 2rem 0 2rem;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .columns .column.main {
    padding: 3rem;
    border: 0.1rem solid #e1e7f5;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
  }
}
.catalog-product-view .columns .column.main .product.media {
  float: none;
  order: 1;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 639px) {
  .catalog-product-view .columns .column.main .product.media {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .columns .column.main .product.media {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .columns .column.main .product.media {
    max-width: 50rem;
  }
}
.catalog-product-view .columns .breadcrumbs {
  margin-bottom: 0;
  padding-left: 2rem;
}
.catalog-product-view .product-info-price {
  display: flex;
  align-items: baseline;
}
.catalog-product-view .product-info-price.suggested {
  display: none;
}
.catalog-product-view .product-info-price .price-box {
  display: flex;
  align-items: baseline;
}
.catalog-product-view .product-info-price .price-box span.price {
  font-size: 2rem;
  color: #0d2557;
}
.catalog-product-view .product-info-price .price-label {
  color: #1b1b1b;
  opacity: 0.5;
  margin-left: 0.4rem;
  font-size: inherit;
}
.catalog-product-view .product-info-price .label {
  margin-right: 0.6rem;
  line-height: 2rem;
}
.catalog-product-view .product-info-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.catalog-product-view .product-info-more--button {
  color: #ef7521;
  text-decoration: underline;
}
.catalog-product-view .product-info-more-logos {
  display: flex;
}
@media (max-width: 1023px) {
  .catalog-product-view .product-info-more-logos {
    display: none;
  }
}
.catalog-product-view .product-info-more .product-details--icons-icon {
  max-width: 4rem;
  height: auto;
}
.catalog-product-view .product-info-main {
  float: none;
  order: 2;
  flex-basis: calc(48% - .7rem);
  max-width: 50%;
}
@media (max-width: 767px) {
  .catalog-product-view .product-info-main {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-info-main {
    flex-grow: 1;
  }
}
.catalog-product-view .product-info-main .stock.available {
  margin-right: 0;
  margin-top: 0.8rem;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-info-main .stock.available {
    margin-top: 0;
  }
}
.catalog-product-view .product-info-main .page-title {
  font-size: 3.4rem;
  line-height: 4.3rem;
  margin-bottom: 0.3rem;
  margin-top: 0;
}
@media (max-width: 1023px) {
  .catalog-product-view .product-info-main .page-title {
    font-size: 2.8rem;
    line-height: 3.6rem;
  }
}
.catalog-product-view .product-info-main .box-tocart .input-text.qty {
  height: 3.6rem;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  padding: 0.7rem 2rem;
  line-height: 18px;
}
.catalog-product-view .product-info-main .product-addto-links {
  margin: 0 0 1.2rem 0;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-info-main .product-addto-links {
    margin: 0 3rem 0 0;
  }
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist {
  background: none;
  border: none;
  font-size: 1.3rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 5px 8px 5px 0;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .product-addto-links .action.towishlist {
    padding-left: 0;
  }
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist > span {
  text-decoration: underline;
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist::before {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.8rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.6rem;
  display: inline-flex;
  align-items: center;
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist.remove::before {
  content: "";
}
.catalog-product-view .product-info-main .product-addto-links .action.towishlist.add::before {
  content: "";
}
.catalog-product-view .product-add-form-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-add-form-container-inner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background: white;
    box-shadow: 0 0 0.8rem 0 rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.4rem 1.2rem;
    box-sizing: border-box;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-add-form-container-inner {
    margin-right: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-add-form-container-inner .packaging-options-list {
    margin-bottom: 0;
  }
}
.catalog-product-view .product-add-form-container-inner .packaging-options-list > li {
  padding-right: 1.6rem;
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-add-form-container-inner .product-add-form {
    flex-grow: 1;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-add-form-container-inner .box-tocart {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalog-product-view .product-add-form-container-inner .box-tocart button.tocart {
    flex-grow: 1;
  }
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-add-form-container-inner .packaging-options-list {
    display: none;
  }
}
.catalog-product-view .product-add-container {
  background: #e1e7f5;
  margin-top: 2.4rem;
  padding: 1.2rem;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-add-container {
    padding: 3rem;
  }
}
@media (max-width: 1023px) {
  .catalog-product-view .product-add-container {
    margin-right: -2rem;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-add-container {
    margin-right: 0;
  }
}
.catalog-product-view .product-add-container-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.catalog-product-view .product.info.detailed {
  order: 3;
  flex-wrap: wrap;
  width: 100%;
  flex-basis: 100%;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product.info.detailed {
    display: flex;
    padding-top: 0;
    padding-right: 2rem;
    width: auto;
  }
}
.catalog-product-view .product.attribute.sku {
  color: #1b1b1b;
  opacity: 0.5;
}
.catalog-product-view .product.attribute.sku .type {
  font-weight: 400;
}
.catalog-product-view .product.attribute.overview {
  margin: 1rem 0 0.5rem;
}
.catalog-product-view .product.attribute .value ul:first-of-type {
  margin-top: 1.2rem;
}
.catalog-product-view .product-label {
  font-family: "DIN Pro";
  position: absolute;
  top: 4.4rem;
  left: 0;
  background: #ef7521;
  border-radius: 0 0.4rem 0.4rem 0;
  color: white;
  padding: 0.6rem 2rem;
  line-height: 2rem;
  font-size: 1.6rem;
}
.catalog-product-view .product-social-links {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .catalog-product-view .product-social-links {
    width: initial;
  }
}
.catalog-product-view .product-price-modal .modal-inner-wrap {
  width: 50%;
}
.catalog-product-view .additional-attributes-wrapper.table-wrapper .additional-attributes.data.table tbody > tr {
  display: table-row;
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .additional-attributes.data.table th.col.label {
    display: table-cell;
    padding: 0.4rem 2rem 1rem 0;
  }
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .additional-attributes.data.table th.col.label::before {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .additional-attributes.data.table td.col.data {
    display: table-cell;
    padding: 0.4rem 0.5rem 1rem 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .catalog-product-view .additional-attributes-wrapper.table-wrapper .additional-attributes.data.table td.col.data::before {
    display: none;
  }
}

.product-details {
  margin: 2rem 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .product-details {
    margin: 4rem 0 0 0;
  }
}

.product-details--left,
.product-details--right {
  width: calc(50% - 1.5rem);
  display: contents;
}
@media screen and (min-width: 1024px) {
  .product-details--left,
.product-details--right {
    display: initial;
  }
}

.product-details--quicknav {
  display: block;
  width: 100%;
  padding-bottom: 0.6rem;
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .product-details--quicknav {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .product-details--quicknav {
    display: none;
  }
}

.product-details--quicknav-title {
  font-family: "Hand Of Sean";
  font-size: 1.4rem;
  line-height: 4.4rem;
  vertical-align: text-top;
  margin-bottom: 1.4rem;
}

.product-details--quicknav-arrow {
  position: relative;
  vertical-align: text-top;
  margin-left: 0.6rem;
}
.product-details--quicknav-arrow:after {
  content: url("../images/arrow.svg");
  transform: rotate(90deg) scaleY(-1);
  position: absolute;
  top: 0;
}

.product-details--quicknav-nav {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
}

.product-details--quicknav-nav-container {
  position: relative;
}
.product-details--quicknav-nav-container:after {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 3rem;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}
@media screen and (min-width: 768px) {
  .product-details--quicknav-nav-container:after {
    width: 8rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-details--quicknav-nav-container:after {
    width: 15rem;
  }
}

.product-details--quicknav-nav-wrapper {
  max-width: calc(100vw - 2rem);
  overflow: auto;
}

.product-details--quicknav-navitem {
  text-transform: uppercase;
  color: #0d2557;
  background: #e1e7f5;
  line-height: 3rem;
  font-size: 1.2rem;
  padding: 0 1.8rem;
  border-radius: 999rem;
  display: inline-block;
}
.product-details--quicknav-navitem:not(:first-of-type) {
  margin-left: 1rem;
}
.product-details--quicknav-navitem:last-of-type {
  margin-right: 15rem;
}
.product-details--quicknav-navitem > a {
  white-space: nowrap;
}

.product-details--toggle-title {
  border-top: 0.1rem solid #e1e7f5;
  padding-left: 2rem;
  padding-top: 0.1rem;
  margin-left: -2rem;
  margin-top: -0.1rem;
}
@media (max-width: 1023px) {
  .product-details--toggle-title {
    margin-right: -2rem;
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .product-details--toggle-title {
    border: none;
    padding: 1rem 0;
    margin: 0;
  }
}

.product-details--toggle-content:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 1.6rem;
}

.product-details--attributes {
  width: 100%;
  order: 40;
}
@media screen and (min-width: 1024px) {
  .product-details--attributes {
    padding-top: 1.6rem;
  }
}
.product-details--attributes .attribute--icon::before {
  font-family: "Font Awesome 5 Pro";
  width: 2rem;
  display: inline-block;
}
.product-details--attributes .attribute--icon-true:before {
  content: "";
  color: #00d700;
}
.product-details--attributes .attribute--icon-false:before {
  content: "";
  color: red;
}

.product-details--description {
  line-height: 2.4rem;
  width: 100%;
  order: 999;
}
@media screen and (min-width: 1024px) {
  .product-details--description {
    padding-top: 1.6rem;
  }
}
.product-details--description p {
  line-height: 2.4rem;
}
.product-details--description ul > li {
  margin-bottom: 0;
}
.product-details--description.description {
  order: 20;
}
.product-details--description.extra-info {
  order: 30;
}
.product-details--description.hallmarks {
  order: 50;
}
.product-details--description.ingredients {
  order: 60;
}
.product-details--description.allergies {
  order: 70;
}
.product-details--description.nutrition {
  order: 80;
}
.product-details--description.usage {
  order: 999;
}
@media (max-width: 1023px) {
  .product-details--description:last-of-type .product-details--toggle-title {
    border-bottom: 0.1rem solid #e1e7f5;
  }
  .product-details--description:last-of-type .product-details--toggle-title[aria-expanded=true] {
    border-bottom: none;
  }
  .product-details--description:last-of-type .product-details--toggle-content {
    border-bottom: 0.1rem solid #e1e7f5;
  }
}

.product-details--allergies {
  order: 60;
}

.product-details--extra-download {
  margin-top: 2rem;
}

.product-details--icons {
  display: flex;
  flex-wrap: wrap;
}

.product-details--icons-tooltip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 300ms;
  left: 0;
  transform: translateY(100%) translateX(-2rem);
  min-width: calc(100% + 1rem);
  background: #e1e7f5;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  padding: 1rem 1.2rem;
  z-index: 1;
  bottom: 0;
  max-width: 10rem;
  width: max-content;
  display: inline-block;
}
@media screen and (min-width: 480px) {
  .product-details--icons-tooltip {
    white-space: nowrap;
    width: auto;
    max-width: initial;
  }
}
.product-details--icons-tooltip:before {
  position: absolute;
  top: 0;
  left: 3.2rem;
  transform: translateX(0%) translateY(-100%);
  content: "";
  width: 0;
  height: 0;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #e1e7f5;
}

.product-details--icons-icon {
  width: 6rem;
  height: 6rem;
  position: relative;
}

.product-details--icons-icon--allergy {
  max-width: 7rem;
  position: relative;
}

.product-details--icons-icon-container {
  position: relative;
  margin-bottom: 1rem;
}
.product-details--icons-icon-container:not(:last-of-type) {
  margin-right: 1rem;
}
.product-details--icons-icon-container:hover .product-details--icons-tooltip {
  opacity: 1;
  visibility: visible;
  height: initial;
  overflow: initial;
}

.product-details--discard {
  order: 35;
}
.product-details--discard .product-details--discard-icon {
  height: 7rem;
  width: auto;
  max-width: fit-content;
}
.product-details--discard .product-details--discard-icon .product-details--discard-icon-container {
  margin-bottom: 1rem;
}
.product-details--discard .product-details--discard-icon .product-details--discard-icon-container:not(:last-of-type) {
  margin-right: 2rem;
}

.product-details--hazards {
  order: 35;
}
.product-details--hazards .product-details--hazards-download {
  margin-top: 1rem;
}

.product-details--hallmarks {
  order: 40;
}
.product-details--hallmarks .product-details--hallmarks-icons.product-details--icons {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .product-details--hallmarks .product-details--hallmarks-icons.product-details--icons {
    display: flex;
  }
}
.product-details--hallmarks .product-details--hallmarks-icons .product-details--icons-icon-container {
  margin-bottom: 0;
}

.product-details--hallmarks-icons .product-details--hallmarks-icon-small {
  height: 4rem;
  width: auto;
}

.product-details--hallmarks-mobile {
  margin-top: 2rem;
  display: none;
}
@media screen and (max-width: 1023px) {
  .product-details--hallmarks-mobile {
    display: block;
  }
}
.product-details--hallmarks-mobile .product-details--hallmarks-icons {
  display: flex;
}
.product-details--hallmarks-mobile .product-details--icons-icon {
  width: 4rem;
  height: auto;
}

.product-details--producer {
  display: none;
}
@media screen and (min-width: 1024px) {
  .product-details--producer {
    display: initial;
  }
}
.product-details--producer .product-details--producer-website {
  color: inherit;
  text-decoration: underline;
}

.product-details--related {
  margin-top: 2.4rem;
  width: 100%;
  order: 0;
}
.product-details--related .block-title {
  margin-bottom: 0;
}
.product-details--related #block-related-heading {
  color: #0d2557;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DIN Pro";
}
.product-details--related .products-related {
  margin-top: 2rem;
}
@media screen and (min-width: 1024px) {
  .product-details--related .products-related {
    width: fit-content;
  }
}
.product-details--related .product-items {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .product-details--related .product-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    padding: 0.1rem;
    margin-top: 0;
    grid-gap: 0.1rem;
    background: #e1e7f5;
  }
}
.product-details--related .product-item {
  background: white;
  padding: 2rem;
  margin-bottom: 0;
  border: 0.1rem solid #e1e7f5;
}
@media screen and (min-width: 1024px) {
  .product-details--related .product-item {
    width: 100%;
    margin: 0;
    margin-bottom: inherit;
    border: 0;
  }
}
.product-details--related .product-item:not(:first-of-type) {
  border-left: 0;
}
.product-details--related .product-item .product-item-info {
  width: auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .product-details--related .product-item .product-item-info {
    width: inherit;
    text-align: inherit;
  }
}
.product-details--related .product-item .product-item-details {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .product-details--related .product-item .product-item-details {
    text-align: inherit;
  }
}
.product-details--related .product-item .price-box {
  margin: 1rem 0 2rem;
}
.product-details--related .product-item .product-item-actions {
  margin: 0;
}
.product-details--related .product-item .addtocart-group {
  margin-top: 0.8rem;
}

.collapsible .collapsible--title {
  color: #0d2557;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0;
}
.collapsible .collapsible--title:hover {
  cursor: pointer;
}
.collapsible .collapsible--title:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
  font-size: 1.3rem;
  margin-left: 0.4rem;
  color: #0d2557;
  transition: 300ms transform;
  display: inline-block;
}
.collapsible.active .collapsible--title:after {
  transform: rotateX(180deg);
}

.trunked-text {
  display: flex;
  flex-direction: column;
}
.trunked-text .starting-content {
  order: 0;
}
.trunked-text .starting-content > p {
  margin-bottom: 0;
  display: inline;
}
.trunked-text .full-content {
  order: 10;
}
.trunked-text .trunked-text--readmore {
  order: 30;
}
.trunked-text .trunked-text--readmore:after {
  content: attr(data-readmore);
}
.trunked-text.active .trunked-text--readmore:after,
.trunked-text .trunked-text.active .trunked-text--readmore:after {
  content: attr(data-readless);
}
.trunked-text.active .dots,
.trunked-text .trunked-text.active .dots {
  display: none;
}

.read-more {
  color: #ef7521;
  text-decoration: underline;
  line-height: 3rem;
  margin-top: 0.4rem;
}
.read-more:hover {
  cursor: pointer;
}

.download-link {
  color: #ef7521;
  text-decoration: underline;
}

.nutritional-value--container {
  overflow-x: auto;
}

.nutritional-value {
  width: auto;
}
.nutritional-value td, .nutritional-value th {
  background: #e1e7f5;
  border: 0.1rem solid #fff;
  border-collapse: collapse;
  padding: 0.2rem 1.8rem;
  white-space: nowrap;
}
.nutritional-value td.indent, .nutritional-value th.indent {
  padding-left: 3.8rem;
}
.nutritional-value td + td, .nutritional-value td + th, .nutritional-value th + td, .nutritional-value th + th {
  text-align: center;
}

.catalog-product-view .fotorama__thumb {
  background: none;
}
.catalog-product-view .fotorama__thumb-border {
  border-color: #ef7521;
  background: none;
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__thumb__arr {
    width: 3.6rem;
  }
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__thumb__arr--left {
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__thumb__arr--left .fotorama__thumb--icon::after {
    content: "";
  }
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__thumb__arr--right {
    margin-right: 0.1rem;
  }
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__thumb__arr--right .fotorama__thumb--icon::after {
    content: "";
    margin-left: 0.1rem;
  }
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__thumb--icon {
    font-family: "Font Awesome 5 Pro";
    position: relative;
    background: white;
    border-radius: 50%;
    border: 0.1rem solid #dbdbdb;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
  }
  .catalog-product-view .fotorama__thumb--icon::after {
    position: absolute;
    display: block;
    color: #0d2557;
    font-size: 1.4rem;
    line-height: 3.6rem;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 1439px) {
  .catalog-product-view .fotorama__nav {
    margin: auto 0;
  }
}
.catalog-product-view .fotorama__nav-wrap .fotorama__img {
  width: calc(100% - 3.3rem);
  height: calc(100% - 3.3rem);
  padding: 1.5rem;
  border: 0.1rem solid #dbdbdb !important;
}

.checkout-cart-index .page-title {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 0;
  color: #0d2557;
  text-align: left;
}
.checkout-cart-index .page-title-wrapper {
  order: -1;
}
.checkout-cart-index .ajax-cart-result h2 {
  margin: 10rem 0;
  text-align: center;
}
.checkout-cart-index .block.quickorder form {
  display: flex;
  flex-wrap: wrap;
}
.checkout-cart-index .block.quickorder span.label {
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.checkout-cart-index .block.quickorder input[type=text] {
  width: 20rem;
  margin-right: 1rem;
}
.checkout-cart-index .block.quickorder input[type=number] {
  text-align: center;
  width: 7rem;
  margin-right: 1rem;
}

.cart-container {
  padding-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .cart-container {
    display: block;
  }
}
.cart-container--wrapper {
  margin: 4rem 0 8rem 0;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .cart-container--wrapper {
    padding: 3rem;
    margin: 4rem 3rem 8rem 3rem;
  }
}
.cart-container .mobile-goto-summary {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .cart-container .mobile-goto-summary {
    display: none;
  }
}
.cart-container .mobile-goto-summary > a {
  border-bottom: 1px solid #0d2557;
}
.cart-container .form-cart {
  display: contents;
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .cart-container .form-cart {
    display: block;
    float: left;
    width: calc((100% - 24rem) - 2rem);
  }
}
@media (min-width: 1024px) {
  .cart-container .form-cart {
    width: calc((100% - 35rem) - 5rem);
  }
}
@media (min-width: 1440px) {
  .cart-container .form-cart {
    width: calc((100% - 45rem) - 5rem);
  }
}

.cart.table {
  border-bottom: 0.1rem solid #e1e7f5;
}
.cart.table-wrapper .item-info {
  display: grid;
  grid-template-columns: 7.2rem auto 6rem;
  grid-template-rows: auto auto;
  grid-template-areas: "item item action" "qty qty subtotal";
}
@media (min-width: 768px) {
  .cart.table-wrapper .item-info {
    grid-template-columns: 1fr 16.5rem 8rem 2rem;
    grid-template-areas: "item qty subtotal action";
  }
}
@media (min-width: 1024px) {
  .cart.table-wrapper .item-info {
    grid-template-columns: auto 16.5rem 8rem 4rem;
    grid-template-areas: "item qty subtotal action";
  }
}
@media screen and (min-width: 1440px) {
  .cart.table-wrapper .item-info {
    grid-template-columns: 1fr 16.5rem 8rem 8rem;
  }
}
.cart.table-wrapper .item-info.cart-header-info {
  grid-template-columns: 7.2rem auto 6rem;
  grid-template-areas: "item qty subtotal" "action action action";
}
@media (min-width: 768px) {
  .cart.table-wrapper .item-info.cart-header-info {
    grid-template-columns: 1fr 16.5rem 8rem 8rem;
  }
}
@media (min-width: 1024px) {
  .cart.table-wrapper .item-info.cart-header-info {
    grid-template-columns: 1fr 16.5rem 12rem;
  }
}
@media (min-width: 1440px) {
  .cart.table-wrapper .item-info.cart-header-info {
    grid-template-columns: 1fr 16.5rem 12rem 8rem;
  }
}
.cart.table-wrapper .item-info.cart-header-info .col.qty {
  display: none;
  margin-left: 4.3rem;
}
@media (min-width: 768px) {
  .cart.table-wrapper .item-info.cart-header-info .col.qty {
    display: flex;
  }
}
.cart.table-wrapper .item-info.cart-header-info .col.name {
  display: none;
}
@media (min-width: 1440px) {
  .cart.table-wrapper .item-info.cart-header-info .col.name {
    display: flex;
  }
}
.cart.table-wrapper .item .col {
  padding: 0;
  display: inline-flex;
  align-items: center;
}
.cart.table-wrapper .item .col, .cart.table-wrapper .item .col.item, .cart.table-wrapper .item .col.qty, .cart.table-wrapper .item .col.sku, .cart.table-wrapper .item .col.action, .cart.table-wrapper .item .col.remove, .cart.table-wrapper .item .col.subtotal {
  text-align: left;
}
.cart.table-wrapper .item .col::before, .cart.table-wrapper .item .col.item::before, .cart.table-wrapper .item .col.qty::before, .cart.table-wrapper .item .col.sku::before, .cart.table-wrapper .item .col.action::before, .cart.table-wrapper .item .col.remove::before, .cart.table-wrapper .item .col.subtotal::before {
  display: none;
}
.cart.table-wrapper .item .col.init {
  width: 8.6rem;
}
.cart.table-wrapper .item .col.sku {
  display: none;
}
@media screen and (min-width: 1440px) {
  .cart.table-wrapper .item .col.sku {
    width: 12rem;
    display: flex;
  }
}
.cart.table-wrapper .item .col.item {
  grid-area: item;
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.cart.table-wrapper .item .col.qty {
  grid-area: qty;
  text-align: left;
  width: initial;
}
.cart.table-wrapper .item .col.qty .qty-type {
  padding: 0 0.8rem;
  white-space: initial;
}
.cart.table-wrapper .item .col.action {
  grid-area: action;
}
.cart.table-wrapper .item .col.subtotal {
  grid-area: subtotal;
  justify-content: flex-end;
  width: 100%;
}
.cart.table-wrapper .item .col.subtotal .cart-head--item-title {
  margin-right: 0;
}
@media (max-width: 1023px) {
  .cart.table-wrapper .item .col.subtotal .cart-head--item-title {
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cart.table-wrapper .item .col.subtotal .cart-head--item-title {
    margin-right: 0;
  }
}
.cart.table-wrapper .item .col.remove {
  justify-content: flex-end;
  display: none;
}
@media screen and (min-width: 1440px) {
  .cart.table-wrapper .item .col.remove {
    display: inherit;
  }
}
.cart.table-wrapper .item .col.remove .cart-head--item-title {
  margin-right: 0;
}
.cart.table-wrapper .items > .item:not(.cart-head) {
  border-bottom: 0;
  padding: 1.3rem 0;
}
@media (min-width: 1024px) {
  .cart.table-wrapper .items > .item:not(.cart-head) {
    padding: 1.3rem 0 1.3rem 1.3rem;
  }
}
.cart.table-wrapper .items > .item.cart-head {
  border-bottom-color: #e1e7f5;
  margin-bottom: 1rem;
}
.cart.table-wrapper .cart-head .col,
.cart.table-wrapper .cart-head .col.item {
  min-height: initial;
}
.cart.table-wrapper .cart-head .col .cart-head--item-title,
.cart.table-wrapper .cart-head .col.item .cart-head--item-title {
  font-weight: 700;
  margin-bottom: 0.4rem;
  margin-top: 0.8rem;
}
.cart.item .product-item-photo {
  position: initial;
  display: block;
  width: 6rem;
  height: 6rem;
  padding-right: 1.2rem;
}
@media (min-width: 1024px) {
  .cart.item .product-item-photo {
    padding-right: 2.6rem;
  }
}
.cart.item .product-item-photo .product-photo {
  max-height: 100%;
}
.cart.item .product-item-details {
  display: block;
}
@media screen and (min-width: 1440px) {
  .cart.item .product-item-details {
    display: flex;
  }
}
.cart.item .product-item-details .product-item-sku {
  min-width: 12rem;
}
@media screen and (min-width: 1440px) {
  .cart.item .product-item-details .product-item-sku {
    order: -1;
  }
}
.cart.item .product-item-details--container {
  display: flex;
  align-items: center;
}
.cart.item .product-item-details .product-item-portion {
  display: none;
}
@media (min-width: 768px) {
  .cart.item .product-item-details .product-item-portion {
    display: initial;
  }
}
.cart.item .product-item-name {
  font-weight: 700;
  margin: 0;
  text-decoration: none;
}
.cart.item .product-item-sku {
  font-size: 1.2rem;
  font-weight: 700;
}
.cart.item .product-item-options {
  margin-top: 0.4rem;
}
.cart.item .product-image-container {
  height: 100%;
  width: 100%;
  display: block;
}
.cart.item .col.qty .number-group {
  margin-right: 0;
  position: relative;
}
.cart.item .col.qty .number-group:before {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  left: 4rem;
  z-index: 1;
}
.cart.item .col.qty .number-group > input.input-text {
  margin-top: 0;
}
.cart.item .action {
  margin-bottom: 0;
}
.cart.item .action-delete {
  display: block;
  position: relative;
  width: 100%;
  text-align: right;
}
@media (min-width: 768px) {
  .cart.item .action-delete {
    text-align: right;
  }
}
.cart.item .action-delete:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.3rem;
  color: #ef7521;
}
.cart.item .action-delete > span {
  display: none;
  position: absolute;
  white-space: nowrap;
  height: 0;
}
.cart.item .price-including-tax,
.cart.item .price-including-tax .cart-price,
.cart.item .price-including-tax .price,
.cart.item .price-excluding-tax,
.cart.item .price-excluding-tax .cart-price,
.cart.item .price-excluding-tax .price {
  font-weight: 700;
  font-family: "Open Sans";
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #1b1b1b;
}
.cart.main.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
@media (max-width: 1439px) {
  .cart.main.actions .page-title-wrapper {
    flex-basis: 100%;
  }
}
.cart.main.actions .action.continue, .cart.main.actions .action.update, .cart.main.actions .action.clear {
  border: none;
  border-bottom: 0.1rem solid #0d2557;
  border-radius: 0;
  transition-property: border-bottom-color, color;
  transition-duration: 300ms;
  background: none;
  font-weight: 400;
  color: #0d2557;
  font-size: 1.3rem;
  padding: 0;
  margin: 0 0 0rem 2rem;
  float: none;
}
.cart.main.actions .action.continue:hover, .cart.main.actions .action.update:hover, .cart.main.actions .action.clear:hover {
  color: #ef7521;
  border: none;
  border-bottom: 0.1rem solid #ef7521;
}
.cart.main.actions .action.continue {
  order: 1;
  padding-top: 1px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .cart.main.actions .action.continue {
    width: initial;
    order: initial;
  }
}
@media (max-width: 639px) {
  .cart.main.actions .action.continue {
    display: none;
  }
}
.cart.main.actions .action.continue::before {
  display: none;
}
.cart.main.actions .action.continue > span::before {
  font-family: "Font Awesome 5 Pro";
  content: "";
  font-size: 1.3rem;
  padding-right: 0.4rem;
}
.cart.main.actions .action.update {
  margin-left: 2rem;
  order: 3;
}
@media (min-width: 1024px) {
  .cart.main.actions .action.update {
    order: initial;
  }
}
.cart.main.actions .action.update::before {
  display: none;
}
.cart.main.actions .action.clear {
  order: 2;
}
@media (max-width: 639px) {
  .cart.main.actions .action.clear {
    margin-left: auto;
  }
}

.checkout-index-index .cart-container .cart-summary,
.checkout-cart-index .cart-container .cart-summary {
  float: none;
  width: 100%;
}
@media (min-width: 768px) {
  .checkout-index-index .cart-container .cart-summary,
.checkout-cart-index .cart-container .cart-summary {
    position: initial;
    float: right;
    width: 24rem;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .cart-container .cart-summary,
.checkout-cart-index .cart-container .cart-summary {
    width: 35rem;
  }
}
@media (min-width: 1440px) {
  .checkout-index-index .cart-container .cart-summary,
.checkout-cart-index .cart-container .cart-summary {
    width: 45rem;
  }
}
.checkout-index-index .cart-summary:not(.cart-usps), .checkout-index-index.firecheckout #checkout .opc-sidebar,
.checkout-cart-index .cart-summary:not(.cart-usps),
.checkout-cart-index.firecheckout #checkout .opc-sidebar {
  padding: 2rem 3rem;
  margin-top: 2rem;
  background: #e1e7f5;
}
@media (min-width: 768px) {
  .checkout-index-index .cart-summary:not(.cart-usps), .checkout-index-index.firecheckout #checkout .opc-sidebar,
.checkout-cart-index .cart-summary:not(.cart-usps),
.checkout-cart-index.firecheckout #checkout .opc-sidebar {
    padding: 1.5rem 1.5rem;
  }
}
@media (min-width: 1024px) {
  .checkout-index-index .cart-summary:not(.cart-usps), .checkout-index-index.firecheckout #checkout .opc-sidebar,
.checkout-cart-index .cart-summary:not(.cart-usps),
.checkout-cart-index.firecheckout #checkout .opc-sidebar {
    padding: 2rem 3rem;
  }
}
.checkout-index-index .cart-summary:not(.cart-usps).opc-summary-wrapper, .checkout-index-index.firecheckout #checkout .opc-sidebar.opc-summary-wrapper,
.checkout-cart-index .cart-summary:not(.cart-usps).opc-summary-wrapper,
.checkout-cart-index.firecheckout #checkout .opc-sidebar.opc-summary-wrapper {
  margin-top: 0;
  transform: translateY(-4.3rem);
}
@media (max-width: 767px) {
  .checkout-index-index .cart-summary:not(.cart-usps).opc-summary-wrapper, .checkout-index-index.firecheckout #checkout .opc-sidebar.opc-summary-wrapper,
.checkout-cart-index .cart-summary:not(.cart-usps).opc-summary-wrapper,
.checkout-cart-index.firecheckout #checkout .opc-sidebar.opc-summary-wrapper {
    transform: none;
  }
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount {
  border-top: 0.1rem solid white;
  border-bottom: 0.2rem solid white;
  padding: 1rem 0;
  margin: 1.8rem 0 2.8rem;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code .title,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount .title, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code .title,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount .title,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code .title,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount .title,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code .title,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount .title {
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 1.3rem;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading {
  display: flex;
  justify-content: space-between;
  margin: 0;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 3rem;
  font-style: italic;
  color: #1b1b1b;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > span,
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > strong,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > span,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > strong, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > span,
.checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > strong,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > span,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > strong,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > span,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > strong,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > span,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > strong,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > span,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > strong,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > span,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > strong {
  display: block;
  text-transform: lowercase;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > span::first-letter,
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > strong::first-letter,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > span::first-letter,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > strong::first-letter, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > span::first-letter,
.checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > strong::first-letter,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > span::first-letter,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > strong::first-letter,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > span::first-letter,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading > strong::first-letter,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > span::first-letter,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading > strong::first-letter,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > span::first-letter,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading > strong::first-letter,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > span::first-letter,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading > strong::first-letter {
  text-transform: capitalize;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading::after,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading::after, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading::after,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading::after,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #block-discount-heading::after,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #block-discount-heading::after,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #block-discount-heading::after,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #block-discount-heading::after {
  border-color: #1b1b1b;
  margin: 0 0.5rem;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #discount-form,
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code .fieldset.coupon,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #discount-form,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount .fieldset.coupon, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form,
.checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code .fieldset.coupon,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount .fieldset.coupon,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #discount-form,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code .fieldset.coupon,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #discount-form,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount .fieldset.coupon,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code .fieldset.coupon,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount .fieldset.coupon {
  margin: 0.4rem 0 0 0;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #discount-form label.label,
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code .fieldset.coupon label.label,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #discount-form label.label,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount .fieldset.coupon label.label, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form label.label,
.checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code .fieldset.coupon label.label,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form label.label,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount .fieldset.coupon label.label,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #discount-form label.label,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code .fieldset.coupon label.label,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #discount-form label.label,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount .fieldset.coupon label.label,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form label.label,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code .fieldset.coupon label.label,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form label.label,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount .fieldset.coupon label.label {
  display: none;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #discount-code,
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code input[name=coupon_code],
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #discount-code,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount input[name=coupon_code], .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #discount-code,
.checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code input[name=coupon_code],
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #discount-code,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount input[name=coupon_code],
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #discount-code,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code input[name=coupon_code],
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #discount-code,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount input[name=coupon_code],
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #discount-code,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code input[name=coupon_code],
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #discount-code,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount input[name=coupon_code] {
  border-radius: 0.3rem;
  padding: 0 1rem;
  height: 3rem;
  box-shadow: none;
  background: white;
  border: none;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code .action.action-apply,
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code .action.apply,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount .action.action-apply,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount .action.apply, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code .action.action-apply,
.checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code .action.apply,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount .action.action-apply,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount .action.apply,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code .action.action-apply,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code .action.apply,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount .action.action-apply,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount .action.apply,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code .action.action-apply,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code .action.apply,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount .action.action-apply,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount .action.apply {
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 1.3rem;
  color: #0d2557;
  text-decoration: underline;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #discount-form,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #discount-form, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #discount-form,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #discount-form,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form {
  display: block;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #discount-form .payment-option-inner,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #discount-form .payment-option-inner, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form .payment-option-inner,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form .payment-option-inner,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #discount-form .payment-option-inner,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #discount-form .payment-option-inner,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form .payment-option-inner,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form .payment-option-inner {
  width: 100%;
}
.checkout-index-index .cart-summary:not(.cart-usps) .discount-code #discount-form > .actions-toolbar,
.checkout-index-index .cart-summary:not(.cart-usps) .block.discount #discount-form > .actions-toolbar, .checkout-index-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form > .actions-toolbar,
.checkout-index-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form > .actions-toolbar,
.checkout-cart-index .cart-summary:not(.cart-usps) .discount-code #discount-form > .actions-toolbar,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.discount #discount-form > .actions-toolbar,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .discount-code #discount-form > .actions-toolbar,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.discount #discount-form > .actions-toolbar {
  width: 100%;
  margin: 2rem 0;
}
.checkout-index-index .cart-summary:not(.cart-usps) .block.shipping, .checkout-index-index.firecheckout #checkout .opc-sidebar .block.shipping,
.checkout-cart-index .cart-summary:not(.cart-usps) .block.shipping,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .block.shipping {
  display: none;
}
.checkout-index-index .cart-summary:not(.cart-usps) .opc-block-summary > .title, .checkout-index-index.firecheckout #checkout .opc-sidebar .opc-block-summary > .title,
.checkout-cart-index .cart-summary:not(.cart-usps) .opc-block-summary > .title,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .opc-block-summary > .title {
  margin: 0;
  padding: 0;
  color: #0d2557;
  font-weight: 500;
  font-family: "DIN Pro";
}
.checkout-index-index .cart-summary:not(.cart-usps) .summary.title, .checkout-index-index.firecheckout #checkout .opc-sidebar .summary.title,
.checkout-cart-index .cart-summary:not(.cart-usps) .summary.title,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .summary.title {
  margin: 0;
  padding: 0;
  color: #0d2557;
  font-weight: 500;
  font-family: "DIN Pro";
}
.checkout-index-index .cart-summary:not(.cart-usps) .cart-totals,
.checkout-index-index .cart-summary:not(.cart-usps) .table-totals, .checkout-index-index.firecheckout #checkout .opc-sidebar .cart-totals,
.checkout-index-index.firecheckout #checkout .opc-sidebar .table-totals,
.checkout-cart-index .cart-summary:not(.cart-usps) .cart-totals,
.checkout-cart-index .cart-summary:not(.cart-usps) .table-totals,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .cart-totals,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .table-totals {
  border: none;
  padding: 1rem 0 0;
  margin: 0;
}
.checkout-index-index .cart-summary:not(.cart-usps) .totals strong,
.checkout-index-index .cart-summary:not(.cart-usps) .totals .mark,
.checkout-index-index .cart-summary:not(.cart-usps) .totals .amount,
.checkout-index-index .cart-summary:not(.cart-usps) .totals .price,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax strong,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax .mark,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax .amount,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax .price, .checkout-index-index.firecheckout #checkout .opc-sidebar .totals strong,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals .mark,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals .amount,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals .price,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax strong,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax .mark,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax .amount,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax .price,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals strong,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals .mark,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals .amount,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals .price,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax strong,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax .mark,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax .amount,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax .price,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals strong,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals .mark,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals .amount,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals .price,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax strong,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax .mark,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax .amount,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax .price {
  font-family: "Open Sans";
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 400;
  color: #1b1b1b;
  padding: 0;
}
.checkout-index-index .cart-summary:not(.cart-usps) .totals.grand strong,
.checkout-index-index .cart-summary:not(.cart-usps) .totals.grand .mark,
.checkout-index-index .cart-summary:not(.cart-usps) .totals.grand .amount,
.checkout-index-index .cart-summary:not(.cart-usps) .totals.grand .price,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax.grand strong,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax.grand .mark,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax.grand .amount,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax.grand .price, .checkout-index-index.firecheckout #checkout .opc-sidebar .totals.grand strong,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals.grand .mark,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals.grand .amount,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals.grand .price,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax.grand strong,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax.grand .mark,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax.grand .amount,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax.grand .price,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals.grand strong,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals.grand .mark,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals.grand .amount,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals.grand .price,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax.grand strong,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax.grand .mark,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax.grand .amount,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax.grand .price,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals.grand strong,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals.grand .mark,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals.grand .amount,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals.grand .price,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax.grand strong,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax.grand .mark,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax.grand .amount,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax.grand .price {
  font-weight: 700;
  color: #1b1b1b;
}
.checkout-index-index .cart-summary:not(.cart-usps) .totals.shipping .mark,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax.shipping .mark, .checkout-index-index.firecheckout #checkout .opc-sidebar .totals.shipping .mark,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax.shipping .mark,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals.shipping .mark,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax.shipping .mark,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals.shipping .mark,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax.shipping .mark {
  display: flex;
  align-items: center;
}
.checkout-index-index .cart-summary:not(.cart-usps) .totals.shipping .value,
.checkout-index-index .cart-summary:not(.cart-usps) .totals-tax.shipping .value, .checkout-index-index.firecheckout #checkout .opc-sidebar .totals.shipping .value,
.checkout-index-index.firecheckout #checkout .opc-sidebar .totals-tax.shipping .value,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals.shipping .value,
.checkout-cart-index .cart-summary:not(.cart-usps) .totals-tax.shipping .value,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals.shipping .value,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .totals-tax.shipping .value {
  display: none;
  color: inherit;
}
.checkout-index-index .cart-summary:not(.cart-usps) .handling_fee_notice, .checkout-index-index.firecheckout #checkout .opc-sidebar .handling_fee_notice,
.checkout-cart-index .cart-summary:not(.cart-usps) .handling_fee_notice,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .handling_fee_notice {
  text-align-last: left;
}
.checkout-index-index .cart-summary:not(.cart-usps) .handling_fee_notice .price-highlight, .checkout-index-index.firecheckout #checkout .opc-sidebar .handling_fee_notice .price-highlight,
.checkout-cart-index .cart-summary:not(.cart-usps) .handling_fee_notice .price-highlight,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .handling_fee_notice .price-highlight {
  font-weight: bold;
}
.checkout-index-index .cart-summary:not(.cart-usps) .handling_fee_notice .amount, .checkout-index-index.firecheckout #checkout .opc-sidebar .handling_fee_notice .amount,
.checkout-cart-index .cart-summary:not(.cart-usps) .handling_fee_notice .amount,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .handling_fee_notice .amount {
  text-align: left;
  line-height: 1.4;
  word-wrap: break-word;
  white-space: normal;
}
.checkout-index-index .cart-summary:not(.cart-usps) .place-order,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items, .checkout-index-index.firecheckout #checkout .opc-sidebar .place-order,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items {
  margin: 0;
}
.checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.primary,
.checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.checkout,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout, .checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.primary,
.checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.primary,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.checkout,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.primary,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout {
  border-radius: 99rem;
  font-weight: 400;
  font-size: 1.6rem;
  padding: 0.6rem 1rem;
  line-height: 2.2rem;
  background: #ef7521;
  border-color: #ef7521;
}
.checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.primary:hover, .checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.primary:focus, .checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.primary:active,
.checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.checkout:hover,
.checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.checkout:focus,
.checkout-index-index .cart-summary:not(.cart-usps) .place-order .action.checkout:active,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary:hover,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary:focus,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary:active,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout:hover,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout:focus,
.checkout-index-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout:active, .checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.primary:hover, .checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.primary:focus, .checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.primary:active,
.checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout:hover,
.checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout:focus,
.checkout-index-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout:active,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary:hover,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary:focus,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary:active,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout:hover,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout:focus,
.checkout-index-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout:active,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.primary:hover,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.primary:focus,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.primary:active,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.checkout:hover,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.checkout:focus,
.checkout-cart-index .cart-summary:not(.cart-usps) .place-order .action.checkout:active,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary:hover,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary:focus,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.primary:active,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout:hover,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout:focus,
.checkout-cart-index .cart-summary:not(.cart-usps) .checkout-methods-items .action.checkout:active,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.primary:hover,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.primary:focus,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.primary:active,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout:hover,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout:focus,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .place-order .action.checkout:active,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary:hover,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary:focus,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.primary:active,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout:hover,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout:focus,
.checkout-cart-index.firecheckout #checkout .opc-sidebar .checkout-methods-items .action.checkout:active {
  background: #0d2557;
  border-color: #0d2557;
}

.cart-usps {
  border: 0.1rem solid #cfcfcf;
  border-radius: 0.2rem;
  background: #fff;
  margin: 0 0 2rem 0;
  display: block;
}
@media (min-width: 768px) {
  .cart-usps {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .cart-usps {
    padding: 2rem 3rem;
  }
}
.cart-usps > span {
  color: #0d2557;
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 500;
  font-family: "DIN Pro";
}
.cart-usps > ul {
  margin-top: 1.4rem;
  margin-bottom: 0;
}
.cart-usps > ul li:last-of-type {
  margin-bottom: 0;
}

.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
  width: 45rem;
}
@media (max-width: 1439px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    width: 40rem;
  }
}
@media (max-width: 1023px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    width: 32rem;
  }
}
@media (max-width: 767px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-sidebar {
    width: 100%;
  }
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper {
  width: calc(100% - 45rem);
}
@media (max-width: 1439px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper {
    width: calc(100% - 42rem);
    margin-right: 2rem;
  }
}
@media (max-width: 1023px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper {
    width: calc(100% - 34rem);
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper {
    width: 100%;
  }
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #shipping {
  float: none;
  width: 29rem;
  margin-right: 4rem;
}
@media screen and (min-width: 768px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #shipping {
    float: left;
  }
}
@media (max-width: 1439px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #shipping {
    width: 100%;
  }
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #opc-shipping_method,
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #payment {
  float: left;
  width: calc(56% - 4rem);
}
@media (max-width: 1439px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #opc-shipping_method,
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #payment {
    float: left;
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #opc-shipping_method,
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #payment {
    float: none;
  }
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .opc-wrapper .opc > #payment {
  margin-top: 1.5rem;
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout input:not([type=checkbox]):not([type=radio]):not([type=image]):focus {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .field .control._with-tooltip input {
  margin-right: 0;
}
.checkout-index-index.firecheckout.firecheckout-col3-set #checkout .field-note {
  order: -1;
  color: #1b1b1b;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}
.checkout-index-index.firecheckout .page-main {
  padding: 2rem;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin: 2rem 2rem 8rem 2rem;
  width: auto;
}
@media (min-width: 1024px) {
  .checkout-index-index.firecheckout .page-main {
    padding: 3rem 4rem;
  }
}
.checkout-index-index.firecheckout .page-title-wrapper h1.page-title {
  margin: 0 0 1.3rem 0;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #0d2557;
}
.checkout-index-index.firecheckout.equal-billing-shipping .billing-address-details {
  display: block;
  padding-left: 0;
  padding-top: 0.3rem;
}
.checkout-index-index.firecheckout.equal-billing-shipping .billing-address-details--name {
  font-weight: 700;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .opc > li {
  padding: 0 !important;
  box-shadow: none;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .step-title {
  font-family: "DIN Pro";
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .step-title:before {
  display: none;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .step-subtitle {
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
  color: #979797;
  text-transform: lowercase;
  margin-left: 1rem;
}
.checkout-index-index.firecheckout #checkout .opc-block-summary > .title:before {
  display: none;
}
.checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice) {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice)::before, .checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice)::after {
  display: none;
}
.checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice) > label.label {
  flex-basis: 15rem;
  margin-left: 0;
  color: #0d2557;
}
.checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice) .control {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice)[name="swissupCheckoutFields.swissup_checkout_field[extra_information]"] {
  display: block;
}
.checkout-index-index.firecheckout #checkout .opc .swissup-checkout-fields__field:not(.choice)[name="swissupCheckoutFields.swissup_checkout_field[extra_information]"] .label {
  font-family: "DIN Pro";
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 0 1rem;
}
.checkout-index-index.firecheckout #checkout .opc-payment {
  display: none;
}
.checkout-index-index.firecheckout #checkout #shipping {
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index.firecheckout #checkout #shipping .step-title,
.checkout-index-index.firecheckout #checkout #shipping .step-content,
.checkout-index-index.firecheckout #checkout #shipping .checkout-billing-address {
  width: 100%;
  order: 2;
}
.checkout-index-index.firecheckout #checkout #shipping .checkout-billing-address {
  order: 2;
  margin-bottom: 3.8rem;
  visibility: hidden;
  overflow: hidden;
}
@media screen and (max-width: 1439px) {
  .checkout-index-index.firecheckout #checkout #shipping .checkout-billing-address {
    max-height: 0;
  }
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items {
  display: flex;
  max-height: none;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items .shipping-address-item {
  width: 100%;
  line-height: 2.7rem;
  font-size: 1.3rem;
  padding: 0;
  border: 0;
  min-height: 1.8rem;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items .shipping-address-item.selected-item {
  border: 0;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items .shipping-address-item.selected-item:after {
  display: none;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items .shipping-address-item .address-name {
  font-weight: bold;
  width: 100%;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items .shipping-address-item .address-country {
  width: 100%;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items .shipping-address-item .extra-info {
  margin-top: 0.8rem;
  width: 100%;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items button {
  border-style: solid;
  background: none;
  border: 0;
  color: #0083c8;
  text-align: left;
  padding: 0;
  margin: 0;
}
.checkout-index-index.firecheckout #checkout #shipping .shipping-address-items button:hover {
  background: none;
  border: none;
  text-decoration: underline;
}
.checkout-index-index.firecheckout #checkout #shipping .new-address-popup {
  display: none;
}
.checkout-index-index.firecheckout #checkout #checkout-step-shipping_method {
  border: 0.1rem solid #cfcfcf;
  border-radius: 0.2rem;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .selecteddate {
  margin: 1.6rem 1.6rem 0.7rem 1.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .checkout-index-index.firecheckout #checkout .opc-wrapper .methods-shipping {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .methods-shipping .message.notice {
  border-radius: 0.4rem;
  margin: 0.8rem;
  background-color: #cf0400;
  color: #fff;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .methods-shipping .message.notice > *:first-child:before {
  color: #fff;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method {
  margin: 1rem 1.6rem 2rem 1.6rem;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row {
  flex-basis: 100%;
  line-height: 2;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .row.cf_dhl_express {
  order: 999;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .col.col-method.hidden {
  display: none;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .price {
  color: inherit;
  font: inherit;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .price .price {
  color: #ef7521;
  font-weight: 700;
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .price .price:before {
  color: #1b1b1b;
  font-weight: 400;
  content: "(";
}
.checkout-index-index.firecheckout #checkout .opc-wrapper .table-checkout-shipping-method .price .price:after {
  color: #1b1b1b;
  font-weight: 400;
  content: ")";
}
.checkout-index-index.firecheckout .payment-method-title {
  display: none;
}

/*
Firecheckout styling
http://docs.swissuplabs.com/m2/extensions/firecheckout/customization/custom-css/
@see: app/design/frontend/Epartment/coffeefresh/Swissup_Firecheckout/web/css/custom/abstracts/_variables-theme-round.less
after changes, run: rm var/view_preprocessed/pub/static/frontend/Epartment/coffeefresh/nl_NL/Swissup_Firecheckout/css/custom/abstracts/_variables-theme-round.less; rm pub/static/frontend/Epartment/coffeefresh/nl_NL/Swissup_Firecheckout/css/firecheckout-round.css
 */
.shipping-day__header {
  padding: 0.7rem 1.6rem;
  border-bottom: 0;
}
.shipping-day__date-month {
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 3rem;
}
.shipping-day__slider-container {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  background: rgba(219, 219, 219, 0.4);
  border-top: 0.1rem solid #cfcfcf;
  border-bottom: 0.1rem solid #cfcfcf;
  max-width: calc(100% - (7rem * 2));
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .shipping-day__slider-container {
    max-width: 100%;
  }
}
.shipping-day__slider-track {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  padding-bottom: 2rem;
  margin-bottom: -2rem;
}
.shipping-day__slider-nav {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: calc(100% + (7rem * 2));
  margin: 0 -7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .shipping-day__slider-nav {
    width: 100%;
    margin: 0;
  }
}
.shipping-day__slider-nav--arrow {
  padding: 0;
  width: 3.6rem;
  height: 3.6rem;
  background: white;
  border: none;
  text-align: center;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  color: #1b1b1b;
}
.shipping-day__slider-nav--arrow:hover {
  background: #0d2557;
  border: none;
}
.shipping-day__slider-nav--arrow::after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
}
.shipping-day__slider-nav--arrow-container {
  width: calc(7rem - .1rem);
  background: rgba(219, 219, 219, 0.4);
  border: 0.1rem solid #cfcfcf;
  display: flex;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-left-width: 0;
}
@media (max-width: 1023px) {
  .shipping-day__slider-nav--arrow-container {
    position: relative;
    border: 0;
  }
}
.shipping-day__slider-nav--arrow-container-right {
  border-left-width: 0.1rem;
  border-right-width: 0;
  width: 7rem;
}
@media (max-width: 1023px) {
  .shipping-day__slider-nav--arrow-container-right {
    border-left-width: 0;
    width: 0;
  }
}
.shipping-day__slider-nav--arrow-left {
  left: 0;
}
@media (max-width: 1023px) {
  .shipping-day__slider-nav--arrow-left {
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
  }
}
.shipping-day__slider-nav--arrow-right {
  right: 0;
}
@media (max-width: 1023px) {
  .shipping-day__slider-nav--arrow-right {
    position: absolute;
    z-index: 1;
    transform: translateX(50%);
  }
}
.shipping-day__slider-nav--arrow-right::after {
  content: "";
}
.shipping-day__slider-slides {
  display: flex;
  flex-wrap: nowrap;
  background: white;
}
.shipping-day__slider-slide {
  position: relative;
  border-right: 0.1rem solid #cfcfcf;
}
.shipping-day__slider-slide.available .shipping-day__item-icon {
  color: #ef7521;
}
.shipping-day__slider-slide.unavailable {
  pointer-events: none;
}
.shipping-day__slider-slide.unavailable .shipping-day__item-icon {
  color: #0d2557;
}
.shipping-day__slider-slide.unavailable .shipping-day__item-icon:before {
  content: url(../images/truck-disabled.svg);
}
.shipping-day__slider-slide.unavailable span {
  opacity: 0.6;
}
.shipping-day__item {
  min-height: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  user-select: none;
}
.shipping-day__item.active {
  box-shadow: inset #0d2557 0 0 0 1px;
}
.shipping-day__item.active:after {
  display: block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: white;
  border-bottom: 0.1rem solid #0d2557;
  border-left: 0.1rem solid #0d2557;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(50%) rotate(-45deg);
  z-index: 9;
}
.shipping-day__item.active .shipping-day__item-day {
  color: white;
  background: #0d2557;
  font-weight: 700;
}
.shipping-day__item.active .shipping-day__item-date {
  color: #0d2557;
  font-weight: 700;
}
.shipping-day__item > span {
  width: 100%;
}
.shipping-day__item-day {
  padding: 0.8rem 0;
}
.shipping-day__item-icon {
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.shipping-day__item-icon:before {
  content: "";
}
.shipping-day__container ~ .checkout-shipping-method {
  border: 0.1rem solid #cfcfcf;
  border-bottom-left-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-top: 0;
  padding: 2.5rem;
}
.shipping-day__container ~ .checkout-shipping-method tr.row.hidden {
  display: none;
}

.checkout-shipping-method._block-content-loading {
  position: relative;
}
.checkout-shipping-method._block-content-loading .loading-mask {
  position: absolute;
  inset: 0;
  background-color: #fff;
  transform: none;
  width: 100%;
  height: 100%;
}

.checkout-success.wrapper {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  width: 100%;
  padding: 1.2rem;
}
@media screen and (min-width: 480px) {
  .checkout-success.wrapper {
    flex-wrap: nowrap;
    padding: 0;
    margin: 3.2rem 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .checkout-success.wrapper {
    margin: 3.2rem 30rem 0 0;
    width: auto;
  }
}
.checkout-success .image-container {
  width: 16rem;
  display: flex;
  justify-content: center;
  padding-bottom: 2.4rem;
}
@media screen and (min-width: 480px) {
  .checkout-success .image-container {
    width: 16rem;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 640px) {
  .checkout-success .image-container {
    width: 26.9rem;
  }
}
.checkout-success .image-container .johnny {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .checkout-success .image-container .johnny {
    padding: 0 2.5rem;
  }
}
.checkout-success .content-left {
  display: contents;
}
@media screen and (min-width: 480px) {
  .checkout-success .content-left {
    padding: 1.2rem 2rem 1.2rem 1.2rem;
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .checkout-success .content-left {
    min-width: 34rem;
  }
}
.checkout-success .content-right {
  display: contents;
}
@media screen and (min-width: 480px) {
  .checkout-success .content-right {
    padding: 1.2rem 1.2rem 1.2rem 0;
    display: block;
  }
}
.checkout-success a,
.checkout-success a > strong {
  color: #ef7521;
  font-weight: 700;
}
.checkout-success .page-title {
  margin-bottom: 1.2rem;
}
.checkout-success .page-title-wrapper {
  order: -1;
}
.checkout-success .actions-toolbar {
  margin-top: 5.6rem;
}

.slider__related {
  position: relative;
}
.slider__related-track {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .slider__related-track {
    margin: inherit;
  }
}
.slider__related-slides {
  margin: 0;
}
@media screen and (min-width: 1024px) {
  .slider__related-slides {
    margin: inherit;
  }
}
.slider__related-arrows {
  display: block;
  background: white;
  border: 0.1rem solid #e1e7f5;
  padding: 0;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .slider__related-arrows {
    display: none;
  }
}
.slider__related-arrows-container {
  width: 100%;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 50%;
  transform: translateY(50%);
}
.slider__related-arrows:after {
  font-family: "Font Awesome 5 Pro";
  display: block;
  color: #1b1b1b;
  font-size: 1.4rem;
  line-height: 3.6rem;
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
}
.slider__related-arrows--left {
  margin-left: -1rem;
}
.slider__related-arrows--left:after {
  content: "";
}
.slider__related-arrows--right {
  margin-right: -1rem;
}
.slider__related-arrows--right:after {
  content: "";
}

body.account .page-title {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 1.5rem;
  color: #0d2557;
}
body.account .page-title-wrapper {
  order: -1;
}
body.account.page-layout-2columns-left .columns {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  body.account.page-layout-2columns-left .columns {
    flex-wrap: nowrap;
  }
}
body.account.page-layout-2columns-left .sidebar-main {
  padding-right: 0;
  flex-basis: 100%;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  body.account.page-layout-2columns-left .sidebar-main {
    flex-basis: 20rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1024px) {
  body.account.page-layout-2columns-left .sidebar-main {
    flex-basis: 29rem;
  }
}
body.account.page-layout-2columns-left .column.main {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  body.account.page-layout-2columns-left .column.main {
    flex-basis: 10rem;
  }
}

.account-container {
  padding-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .account-container {
    display: block;
  }
}
.account-container--wrapper {
  margin: 4rem 0 8rem 0;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem;
}
@media (min-width: 1024px) {
  .account-container--wrapper {
    padding: 3rem;
    margin: 4rem 3rem 8rem 3rem;
  }
}
.account-nav {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .account-nav {
    margin-left: -2rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1024px) {
  .account-nav {
    margin-left: -3rem;
  }
}
.account-nav-label {
  font-family: "DIN Pro";
  font-size: 1.4rem;
  font-weight: 500;
  color: #0d2557;
  text-transform: uppercase;
}
.account-nav .content {
  background: none;
  padding-top: 0.8rem;
}
.account-nav .item {
  display: contents;
}
@media (min-width: 768px) {
  .account-nav .item {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .account-nav .item.current a {
    padding-left: 0;
  }
}
.account-nav .item.current > a,
.account-nav .item.current > strong {
  font-weight: 400;
  border: 0;
  border-radius: 0;
}
@media (min-width: 768px) {
  .account-nav .item.current > a,
.account-nav .item.current > strong {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left-color: #ef7521;
    border-left: 0.3rem solid #ef7521;
    background: none;
    padding: 0 1.2rem 0 1.5rem;
  }
}
@media (min-width: 1024px) {
  .account-nav .item.current > a,
.account-nav .item.current > strong {
    padding: 0 1.2rem 0 2.7rem;
  }
}
.account-nav .item.current > strong {
  font-weight: bold;
}
.account-nav .item.current > a > strong {
  border: none;
  font-weight: 400;
}
@media (min-width: 768px) {
  .account-nav .item.current > a > strong {
    padding: 0;
  }
}
.account-nav .item a,
.account-nav .item strong {
  color: #1b1b1b;
  line-height: 3rem;
}
@media (min-width: 768px) {
  .account-nav .item a,
.account-nav .item strong {
    padding: 0 1.2rem 0 1.8rem;
    border: none;
  }
}
@media (min-width: 1024px) {
  .account-nav .item a,
.account-nav .item strong {
    padding: 0 1.2rem 0 3rem;
  }
}
.account-nav .item a:hover,
.account-nav .item strong:hover {
  background: #f4f8fa;
}
@media (min-width: 768px) {
  .account-nav .item a:hover,
.account-nav .item strong:hover {
    background: none;
    text-decoration: underline;
  }
}
.account-nav .item .delimiter {
  width: 100%;
  margin: 0 0 1.2rem 0;
  border-color: #e1e7f5;
}
@media (max-width: 767px) {
  .account-nav .item .delimiter {
    display: none;
  }
}
@media (min-width: 768px) {
  .account-nav .item .delimiter {
    width: calc(100% - 2.9rem);
    margin: 1.45rem 1.2rem 1.45rem 1.7rem;
  }
}
@media (min-width: 1024px) {
  .account-nav .item .delimiter {
    width: calc(100% - 2.9rem);
    margin: 1.45rem 1.2rem 1.45rem 2.7rem;
  }
}
.account .column.main form .actions-toolbar {
  margin-left: 0;
}
.account .column.main .block:not(.widget) {
  padding-top: 2.4rem;
}
.account .column.main .block:not(.widget) > .block-title > strong {
  color: #0d2557;
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: auto;
}
@media screen and (min-width: 480px) {
  .account .column.main .block.block-dashboard-info .box-content .info {
    display: grid;
    grid-template-columns: 12rem auto;
  }
}
.account .column.main .block.block-dashboard-info .box-content .label {
  font-weight: 700;
  line-height: 2rem;
}
@media screen and (min-width: 480px) {
  .account .column.main .block.block-dashboard-info .box-content .label {
    font-weight: 400;
    line-height: 2.6rem;
  }
}
.account .column.main .block.block-dashboard-info .box-content .value {
  padding-bottom: 0.8rem;
}
@media screen and (min-width: 480px) {
  .account .column.main .block.block-dashboard-info .box-content .value {
    padding-bottom: 0;
  }
}
.account .column.main .block.block-discounts-agreements .discount-subtitle {
  color: #0d2557;
  font-weight: 600;
  font-size: 1.8rem;
  margin-right: auto;
}
.account .column.main .block.block-discounts-agreements .box-content {
  margin: 2px 0 40px 0;
}
.account .column.main .block.block-discounts-agreements .box-content .label {
  width: 110px;
  max-width: 50%;
  display: inline-block;
}
.account .column.main .block-order-details-view .extra_info,
.account .column.main .block-dashboard-addresses .extra_info {
  padding-top: 1.6rem;
}
.account .column.main .block-order-details-view .box-order-billing-address .extra_info,
.account .column.main .block-order-details-view .box-billing-address .extra_info,
.account .column.main .block-dashboard-addresses .box-order-billing-address .extra_info,
.account .column.main .block-dashboard-addresses .box-billing-address .extra_info {
  display: none;
}
.account .column.main .box-actions a.action {
  display: block;
}
.account .column.main a.action {
  color: #ef7521;
}
.account .column.main .table-wrapper {
  max-width: 100%;
  overflow: auto;
}

.account .order-items tr:not(:first-of-type),
.account .orders-recent tr:not(:first-of-type),
.account .order-details-items tr:not(:first-of-type),
.account .orders-history tr:not(:first-of-type) {
  border-top: 1px solid #e1e7f5;
}
.account .order-items .col,
.account .order-items .price,
.account .orders-recent .col,
.account .orders-recent .price,
.account .order-details-items .col,
.account .order-details-items .price,
.account .orders-history .col,
.account .orders-history .price {
  font-size: 1.3rem;
  font-family: "Open Sans";
  color: #1b1b1b;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 1024px) {
  .account .order-items .col,
.account .order-items .price,
.account .orders-recent .col,
.account .orders-recent .price,
.account .order-details-items .col,
.account .order-details-items .price,
.account .orders-history .col,
.account .orders-history .price {
    line-height: 3rem;
  }
}
.account .order-items .col.id,
.account .orders-recent .col.id,
.account .order-details-items .col.id,
.account .orders-history .col.id {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .account .order-items .col.id,
.account .orders-recent .col.id,
.account .order-details-items .col.id,
.account .orders-history .col.id {
    width: 13rem;
  }
}
.account .order-items .col.id a.view,
.account .orders-recent .col.id a.view,
.account .order-details-items .col.id a.view,
.account .orders-history .col.id a.view {
  color: #1b1b1b;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .account .order-items .col.date,
.account .orders-recent .col.date,
.account .order-details-items .col.date,
.account .orders-history .col.date {
    width: 12rem;
  }
}
@media (min-width: 1024px) {
  .account .order-items .col.location,
.account .orders-recent .col.location,
.account .order-details-items .col.location,
.account .orders-history .col.location {
    width: 35rem;
    max-width: 35rem;
    min-width: 35rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.account .order-items .col.ordered-by,
.account .orders-recent .col.ordered-by,
.account .order-details-items .col.ordered-by,
.account .orders-history .col.ordered-by {
  width: 17rem;
}
@media (min-width: 1024px) {
  .account .order-items .col.total,
.account .orders-recent .col.total,
.account .order-details-items .col.total,
.account .orders-history .col.total {
    width: 8rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1024px) {
  .account .order-items .col.status,
.account .orders-recent .col.status,
.account .order-details-items .col.status,
.account .orders-history .col.status {
    width: 26rem;
  }
}
@media (min-width: 1024px) {
  .account .order-items th.col.total,
.account .order-items td.col.total,
.account .order-items .price,
.account .orders-recent th.col.total,
.account .orders-recent td.col.total,
.account .orders-recent .price,
.account .order-details-items th.col.total,
.account .order-details-items td.col.total,
.account .order-details-items .price,
.account .orders-history th.col.total,
.account .orders-history td.col.total,
.account .orders-history .price {
    text-align: right;
  }
}
.account .order-items th.col,
.account .orders-recent th.col,
.account .order-details-items th.col,
.account .orders-history th.col {
  font-weight: 700;
}
.account .order-items th.col.total,
.account .orders-recent th.col.total,
.account .order-details-items th.col.total,
.account .orders-history th.col.total {
  padding-left: 2rem;
  text-indent: 1.6rem;
}
.account .order-items tfoot .col,
.account .order-items tfoot .price,
.account .orders-recent tfoot .col,
.account .orders-recent tfoot .price,
.account .order-details-items tfoot .col,
.account .order-details-items tfoot .price,
.account .orders-history tfoot .col,
.account .orders-history tfoot .price {
  line-height: 1.2rem;
}
.account .order-items tfoot th,
.account .order-items tfoot td,
.account .orders-recent tfoot th,
.account .orders-recent tfoot td,
.account .order-details-items tfoot th,
.account .order-details-items tfoot td,
.account .orders-history tfoot th,
.account .orders-history tfoot td {
  padding: 0.5rem 1rem;
}
.account .order-items tfoot .amount,
.account .orders-recent tfoot .amount,
.account .order-details-items tfoot .amount,
.account .orders-history tfoot .amount {
  padding-right: 0;
}
.account .modal-popup.confirm .modal-inner-wrap {
  max-width: 100rem;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer {
  display: flex;
  justify-content: space-between;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer .action.primary {
  background: transparent;
  color: #ef7521;
}
.account .modal-popup.confirm .modal-inner-wrap .modal-footer .action.primary:hover {
  background: #ef7521;
  color: white;
}
.account .reorder-last-order-container {
  position: relative;
  bottom: 4rem;
  justify-self: right;
}
@media (max-width: 640px) {
  .account .reorder-last-order-container {
    margin-top: 6rem;
    justify-self: left;
  }
}

.account.sales-order-shipment .page-main .actions-toolbar, .account.sales-order-invoice .page-main .actions-toolbar, .account.sales-order-view .page-main .actions-toolbar {
  display: flex;
  align-items: center;
}
.account.sales-order-shipment .page-main .action, .account.sales-order-invoice .page-main .action, .account.sales-order-view .page-main .action {
  margin-right: 2.4rem;
}
@media (max-width: 639px) {
  .account.sales-order-shipment .page-main .action.print, .account.sales-order-invoice .page-main .action.print, .account.sales-order-view .page-main .action.print {
    display: none;
  }
}
.account.sales-order-shipment .page-main .action.order:before, .account.sales-order-invoice .page-main .action.order:before, .account.sales-order-view .page-main .action.order:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 0.2rem;
}
.account.sales-order-shipment .page-main .action.print:before, .account.sales-order-invoice .page-main .action.print:before, .account.sales-order-view .page-main .action.print:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 0.2rem;
}
.account.sales-order-shipment .page-main .action.track:before, .account.sales-order-invoice .page-main .action.track:before, .account.sales-order-view .page-main .action.track:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  margin-right: 0.2rem;
}
.account.sales-order-shipment .page-main .order-date, .account.sales-order-invoice .page-main .order-date, .account.sales-order-view .page-main .order-date {
  margin-top: 0;
}
.account.sales-order-shipment .page-main .order-status, .account.sales-order-invoice .page-main .order-status, .account.sales-order-view .page-main .order-status {
  margin-bottom: 0;
}
.account.sales-order-shipment .page-main .order-links, .account.sales-order-invoice .page-main .order-links, .account.sales-order-view .page-main .order-links {
  margin: 1.2rem 0 0;
  border-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .account.sales-order-shipment .page-main .order-links, .account.sales-order-invoice .page-main .order-links, .account.sales-order-view .page-main .order-links {
    position: relative;
    display: block;
  }
}
.account.sales-order-shipment .page-main .order-links .nav.item, .account.sales-order-invoice .page-main .order-links .nav.item, .account.sales-order-view .page-main .order-links .nav.item {
  font-size: 1.3rem;
  border: 0.1rem solid #e1e7f5;
  margin-right: 0.8rem;
  padding: 0.6rem 1.2rem;
  font-weight: 700;
}
.account.sales-order-shipment .page-main .order-links .nav.item:not(:last-of-type), .account.sales-order-invoice .page-main .order-links .nav.item:not(:last-of-type), .account.sales-order-view .page-main .order-links .nav.item:not(:last-of-type) {
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .account.sales-order-shipment .page-main .order-links .nav.item, .account.sales-order-invoice .page-main .order-links .nav.item, .account.sales-order-view .page-main .order-links .nav.item {
    font-size: 1.6rem;
    position: relative;
    margin-right: 0;
    border: none;
    padding: 0.8rem 0;
  }
}
.account.sales-order-shipment .page-main .order-links .nav.item > a, .account.sales-order-invoice .page-main .order-links .nav.item > a, .account.sales-order-view .page-main .order-links .nav.item > a {
  color: #1b1b1b;
}
@media (min-width: 768px) {
  .account.sales-order-shipment .page-main .order-links .nav.item > a, .account.sales-order-invoice .page-main .order-links .nav.item > a, .account.sales-order-view .page-main .order-links .nav.item > a {
    text-decoration: underline;
  }
}
.account.sales-order-shipment .page-main .order-links .nav.item:hover, .account.sales-order-shipment .page-main .order-links .nav.item.current, .account.sales-order-invoice .page-main .order-links .nav.item:hover, .account.sales-order-invoice .page-main .order-links .nav.item.current, .account.sales-order-view .page-main .order-links .nav.item:hover, .account.sales-order-view .page-main .order-links .nav.item.current {
  background: #f4f8fa;
  color: #0d2557;
}
@media screen and (min-width: 768px) {
  .account.sales-order-shipment .page-main .order-links .nav.item:hover, .account.sales-order-shipment .page-main .order-links .nav.item.current, .account.sales-order-invoice .page-main .order-links .nav.item:hover, .account.sales-order-invoice .page-main .order-links .nav.item.current, .account.sales-order-view .page-main .order-links .nav.item:hover, .account.sales-order-view .page-main .order-links .nav.item.current {
    background: none;
  }
}
.account.sales-order-shipment .page-main .order-links .nav.item:hover > a, .account.sales-order-shipment .page-main .order-links .nav.item.current > a, .account.sales-order-invoice .page-main .order-links .nav.item:hover > a, .account.sales-order-invoice .page-main .order-links .nav.item.current > a, .account.sales-order-view .page-main .order-links .nav.item:hover > a, .account.sales-order-view .page-main .order-links .nav.item.current > a {
  text-decoration: none;
}
.account.sales-order-shipment .page-main .order-links .nav.item:hover > strong, .account.sales-order-shipment .page-main .order-links .nav.item.current > strong, .account.sales-order-invoice .page-main .order-links .nav.item:hover > strong, .account.sales-order-invoice .page-main .order-links .nav.item.current > strong, .account.sales-order-view .page-main .order-links .nav.item:hover > strong, .account.sales-order-view .page-main .order-links .nav.item.current > strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .account.sales-order-shipment .page-main .order-links .nav.item:hover > strong, .account.sales-order-shipment .page-main .order-links .nav.item.current > strong, .account.sales-order-invoice .page-main .order-links .nav.item:hover > strong, .account.sales-order-invoice .page-main .order-links .nav.item.current > strong, .account.sales-order-view .page-main .order-links .nav.item:hover > strong, .account.sales-order-view .page-main .order-links .nav.item.current > strong {
    font-weight: 700;
  }
}
.account.sales-order-shipment .page-main .order-title, .account.sales-order-invoice .page-main .order-title, .account.sales-order-view .page-main .order-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.account.sales-order-shipment .page-main .order-title > strong, .account.sales-order-invoice .page-main .order-title > strong, .account.sales-order-view .page-main .order-title > strong {
  color: #0d2557;
  font-weight: 700;
  font-size: 1.6rem;
  margin-right: auto;
}
@media (max-width: 639px) {
  .account.sales-order-shipment .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .account.sales-order-shipment .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th, .account.sales-order-invoice .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .account.sales-order-invoice .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th, .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td, .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    padding: 0.1rem 0;
  }
  .account.sales-order-shipment .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .price-including-tax, .account.sales-order-shipment .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .price-excluding-tax, .account.sales-order-invoice .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .price-including-tax, .account.sales-order-invoice .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .price-excluding-tax, .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .price-including-tax, .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr .price-excluding-tax {
    font-size: 1.3rem;
    line-height: inherit;
  }
  .account.sales-order-shipment .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr ul.items-qty li, .account.sales-order-invoice .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr ul.items-qty li, .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr ul.items-qty li {
    display: inline-flex;
  }
  .account.sales-order-shipment .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr ul.items-qty li:not(:last-of-type):after, .account.sales-order-invoice .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr ul.items-qty li:not(:last-of-type):after, .account.sales-order-view .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr ul.items-qty li:not(:last-of-type):after {
    content: ", ";
  }
}
.account.sales-order-shipment .block-order-details-view .block-content-left, .account.sales-order-invoice .block-order-details-view .block-content-left, .account.sales-order-view .block-order-details-view .block-content-left {
  display: flex;
  justify-content: space-between;
}
.account.sales-order-shipment .block-order-details-view .block-content-left > div, .account.sales-order-invoice .block-order-details-view .block-content-left > div, .account.sales-order-view .block-order-details-view .block-content-left > div {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.form-edit-account .field-name-firstname, .form-edit-account .field-name-lastname {
  display: none;
}
.form-edit-account .input-hidden {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
.form-edit-account .password-strength-meter {
  color: #1b1b1b;
  margin-top: 0.8rem;
  border-radius: 99rem;
  padding: 0.2rem 1.6rem;
}
.form-edit-account .password-strength-meter::before {
  border-radius: 99rem;
  transition: width 300ms;
}
.form-edit-account .password-weak .password-strength-meter {
  color: white;
}
.form-edit-account .password-weak .password-strength-meter::before {
  background-color: #ef7521;
}
.form-edit-account .password-medium .password-strength-meter::before {
  background-color: #fdca00;
}
.form-edit-account .password-strong .password-strength-meter::before {
  background-color: rgba(0, 215, 0, 0.7);
}
.form-edit-account .password-very-strong .password-strength-meter::before {
  background-color: #00d700;
}
.form-edit-account .fieldset.password {
  display: flex !important;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .form-edit-account .fieldset.password {
    max-width: 80rem;
  }
}
.form-edit-account .fieldset.password .legend {
  width: 100%;
}
.form-edit-account .fieldset.password .label {
  margin-bottom: 0.4rem;
}
.form-edit-account .fieldset.password .field:not(.hidden) {
  display: block !important;
}
.form-edit-account .fieldset.password input:disabled {
  cursor: not-allowed;
}
.form-edit-account .fieldset.password .field.email {
  width: 100%;
}
.form-edit-account .fieldset.password .field.password {
  width: 50%;
  padding-right: 2%;
  display: inline-block;
}
.form-edit-account .fieldset.password .field.password:last-of-type {
  padding-right: 0;
}
.form-edit-account .fieldset.password .field.password.current {
  width: 100%;
  order: 99;
}
.form-edit-account .fieldset.password .field.password.current .control {
  width: 50%;
  padding-right: 1.4%;
  box-sizing: border-box;
}

.account .account-form .fieldset-0 {
  padding: 0;
}
.account .account-form .field {
  padding-left: 0;
}

/**
Override & scss port on: /web/css/source/_tables.less:
.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {

The less file doesnt accept @screen__l, so fix this way
 */
@media screen and (max-width: 1023px) {
  .table-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 5px 0;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th:before {
    padding-right: 10px;
    content: attr(data-th) ": ";
    display: inline-block;
    color: #111111;
    font-weight: 700;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child {
    padding-bottom: 20px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody th {
    display: none;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 5px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr {
    display: block;
    clear: both;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child th,
.table-wrapper .table:not(.totals):not(.table-comparison) tfoot tr:first-child td {
    padding-top: 20px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot th {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot td {
    box-sizing: border-box;
    float: left;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 30%;
  }

  .data-table-definition-list thead {
    display: none;
  }
  .data-table-definition-list tbody th {
    padding-bottom: 0;
  }
  .data-table-definition-list tbody th,
.data-table-definition-list tbody td {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.account .products-grid {
  margin: 0;
}
.account .products-grid .product-items {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.account .products-grid + .toolbar {
  border-top: 0.1rem solid #e1e7f5;
}
.account .products-grid .product-item-link {
  font-family: "DIN Pro";
  font-size: 1.8rem;
  color: #0d2557;
  margin-bottom: 0.7rem;
  hyphens: none;
}
.account .products-grid .product-information ul {
  list-style-type: none;
  padding: 0;
}
.account .products-grid .product-information ul li {
  font-size: 1.3rem;
  line-height: 2rem;
  margin-bottom: 0;
}
.account .products-grid .action.tocart.primary {
  display: inline-flex;
}
.account .products-grid .product-item {
  padding: 2rem;
  margin-left: 0;
  margin-bottom: 0;
  border-right: 0.1rem solid #e1e7f5;
  border-bottom: 0.1rem solid #e1e7f5;
  flex-basis: 33.33333333%;
}
.account .products-grid .product-item:nth-child(3n) {
  margin-left: 0;
  border-right-width: 0;
}
@media (min-width: 1820px) {
  .account .products-grid .product-item {
    flex-basis: 25%;
  }
  .account .products-grid .product-item:nth-child(3n) {
    border-right-width: 0.1rem;
  }
  .account .products-grid .product-item:nth-child(4n) {
    border-right-width: 0;
  }
}
.account .products-grid .product-item:last-of-type:after {
  content: "";
  flex-grow: 100000;
}
.account .products-grid .product-item .product-photo {
  height: 17rem;
}
.account .products-grid .product-item .box-tocart input.qty {
  height: 3.6rem;
}

.customer-address-form .fieldset {
  padding-left: 0;
}
.customer-address-form .fieldset > div.field {
  padding-left: 0;
}

.block.block-discounts-agreements .box.discount-arrangements .table tr td:nth-of-type(1), .block.block-discounts-agreements .box.discount-arrangements .table tr th:nth-of-type(1) {
  width: 100px;
  max-width: 100px;
}
.block.block-discounts-agreements .box.discount-arrangements .table tr td:nth-of-type(2), .block.block-discounts-agreements .box.discount-arrangements .table tr th:nth-of-type(2) {
  width: 300px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block.block-discounts-agreements .box.discount-arrangements .table tr td:nth-of-type(3), .block.block-discounts-agreements .box.discount-arrangements .table tr td:nth-of-type(4), .block.block-discounts-agreements .box.discount-arrangements .table tr td:nth-of-type(5), .block.block-discounts-agreements .box.discount-arrangements .table tr th:nth-of-type(3), .block.block-discounts-agreements .box.discount-arrangements .table tr th:nth-of-type(4), .block.block-discounts-agreements .box.discount-arrangements .table tr th:nth-of-type(5) {
  width: 120px;
  max-width: 120px;
}
.block.block-discounts-agreements .box.discount-arrangements .table tr td:last-of-type, .block.block-discounts-agreements .box.discount-arrangements .table tr th:last-of-type {
  width: auto;
}

@media (max-width: 767px) {
  body.account .sidebar-main {
    display: none;
  }
}
.faq-list .faq-item {
  margin-bottom: 1rem;
}
.faq-list .faq-title {
  cursor: pointer;
  margin-bottom: 1rem;
  color: #0d2557;
}
.faq-list .faq-title div[data-role=trigger] {
  display: inline-block;
}
.faq-list .faq-title div[data-role=trigger]:after {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "";
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
  font-size: 1rem;
  margin-left: 1rem;
}
.faq-list .faq-title.active div[data-role=trigger]:after {
  transform: rotate(-180deg);
}

.mpblog-post-view .breadcrumbs,
.mpblog-post-index .breadcrumbs {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-bottom: 0;
}
.mpblog-post-view .columns,
.mpblog-post-index .columns {
  padding: 0 0 10rem 0;
  flex-wrap: wrap;
}
@media screen and (min-width: 640px) {
  .mpblog-post-view .columns,
.mpblog-post-index .columns {
    padding: 5.4rem 0 10rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .mpblog-post-view .columns .sidebar-additional,
.mpblog-post-index .columns .sidebar-additional {
    border-left: 0.1rem solid #e1e7f5;
    padding: 2.4rem 0 5rem 3rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 1440px) {
  .mpblog-post-view .columns .sidebar-additional,
.mpblog-post-index .columns .sidebar-additional {
    border-left: 0.1rem solid #e1e7f5;
  }
}
.mpblog-post-view .columns-container,
.mpblog-post-index .columns-container {
  display: flex;
  flex-wrap: wrap;
  background: white;
  padding: 1.6rem 1.6rem 2rem 1.6rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .mpblog-post-view .columns-container,
.mpblog-post-index .columns-container {
    padding: 2.4rem 1.6rem 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .mpblog-post-view .columns-container,
.mpblog-post-index .columns-container {
    margin-right: 1.6rem;
    padding: 2.4rem 5.4rem 2rem 2.4rem;
  }
}
.mpblog-post-view .columns-container .page-title-wrapper .page-title,
.mpblog-post-index .columns-container .page-title-wrapper .page-title {
  margin-bottom: 0;
}
.mpblog-post-view .page-title-wrapper,
.mpblog-post-index .page-title-wrapper {
  width: 100%;
}
.mpblog-post-view .sidebar-main,
.mpblog-post-index .sidebar-main {
  background: white;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .mpblog-post-view .sidebar-main,
.mpblog-post-index .sidebar-main {
    display: block;
    width: 100%;
    flex-basis: 100%;
    flex-grow: 1;
  }
}
.mpblog-post-view .sidebar-main .sidebar-main-content,
.mpblog-post-index .sidebar-main .sidebar-main-content {
  padding-right: 1.8rem;
}
@media screen and (min-width: 768px) {
  .mpblog-post-view .sidebar-main .sidebar-main-content,
.mpblog-post-index .sidebar-main .sidebar-main-content {
    padding-top: 2.4rem;
    padding-right: 1.8rem;
  }
}
@media screen and (min-width: 1024px) {
  .mpblog-post-view .sidebar-main .sidebar-main-content,
.mpblog-post-index .sidebar-main .sidebar-main-content {
    padding-right: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .mpblog-post-view .sidebar-main .sidebar-main-content,
.mpblog-post-index .sidebar-main .sidebar-main-content {
    display: flex;
  }
}
.mpblog-post-view .sidebar-main .cms-block > h3,
.mpblog-post-view .sidebar-main .social > h3,
.mpblog-post-index .sidebar-main .cms-block > h3,
.mpblog-post-index .sidebar-main .social > h3 {
  color: #1b1b1b;
  margin-bottom: 0.8rem;
}
.mpblog-post-view .sidebar-main .cms-block > ul,
.mpblog-post-view .sidebar-main .social > ul,
.mpblog-post-index .sidebar-main .cms-block > ul,
.mpblog-post-index .sidebar-main .social > ul {
  padding-left: 0;
  margin-bottom: 0;
}
.mpblog-post-view .sidebar-main .cms-block > ul > li,
.mpblog-post-view .sidebar-main .social > ul > li,
.mpblog-post-index .sidebar-main .cms-block > ul > li,
.mpblog-post-index .sidebar-main .social > ul > li {
  display: block;
  list-style: none;
  margin-bottom: 0.4rem;
}
@media screen and (min-width: 768px) {
  .mpblog-post-view .sidebar-main .cms-block > ul > li,
.mpblog-post-view .sidebar-main .social > ul > li,
.mpblog-post-index .sidebar-main .cms-block > ul > li,
.mpblog-post-index .sidebar-main .social > ul > li {
    margin-bottom: 1rem;
  }
}
.mpblog-post-view .sidebar-main .cms-block > ul > li > a,
.mpblog-post-view .sidebar-main .social > ul > li > a,
.mpblog-post-index .sidebar-main .cms-block > ul > li > a,
.mpblog-post-index .sidebar-main .social > ul > li > a {
  display: block;
  color: #1b1b1b;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0.6rem 0;
  opacity: 0.8;
  transition: 300ms opacity;
}
.mpblog-post-view .sidebar-main .cms-block > ul > li:hover > a,
.mpblog-post-view .sidebar-main .social > ul > li:hover > a,
.mpblog-post-index .sidebar-main .cms-block > ul > li:hover > a,
.mpblog-post-index .sidebar-main .social > ul > li:hover > a {
  opacity: 1;
}
.mpblog-post-view .sidebar-main .cms-block strong,
.mpblog-post-view .sidebar-main .social strong,
.mpblog-post-index .sidebar-main .cms-block strong,
.mpblog-post-index .sidebar-main .social strong {
  color: #ef7521;
}
.mpblog-post-view .sidebar-main .social,
.mpblog-post-index .sidebar-main .social {
  display: none;
}
@media screen and (min-width: 768px) {
  .mpblog-post-view .sidebar-main .social,
.mpblog-post-index .sidebar-main .social {
    display: block;
    border-top: 1px solid #e1e7f5;
    margin-top: 2.4rem;
    padding-top: 3.4rem;
  }
}
@media (max-width: 1300px) {
  .mpblog-post-view .sidebar.sidebar-additional,
.mpblog-post-index .sidebar.sidebar-additional {
    position: initial;
    width: 100%;
    flex-basis: 100%;
  }
}

.mpblog-post-index .page-title-wrapper {
  border-left: 1px solid #ef7521;
  padding-left: 1.6rem;
  margin-left: -1.6rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .mpblog-post-index .page-title-wrapper {
    padding-left: 1.6rem;
    margin-left: -1.6rem;
    margin-bottom: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .mpblog-post-index .page-title-wrapper {
    padding-left: 2.4rem;
    margin-left: -2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .mpblog-post-index .columns {
    padding: 0 0 10rem 0;
  }
}
@media screen and (min-width: 768px) {
  .mpblog-post-index .columns-container {
    margin-top: 5.4rem;
  }
}
@media screen and (min-width: 1024px) {
  .mpblog-post-index .columns .sidebar-additional {
    padding-top: 5rem;
  }
}
.mpblog-post-index .column.main .toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mpblog-post-index .column.main .toolbar::before, .mpblog-post-index .column.main .toolbar::after {
  display: none;
}
.mpblog-post-index .column.main .toolbar .pager {
  margin-left: auto;
}
.mpblog-post-index .column.main .post-list-item {
  display: flex;
  border: 1px solid #dbdbdb;
  flex-wrap: wrap;
  position: relative;
  transition: 300ms box-shadow;
}
@media screen and (min-width: 640px) {
  .mpblog-post-index .column.main .post-list-item {
    flex-wrap: nowrap;
  }
}
.mpblog-post-index .column.main .post-list-item:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mpblog-post-index .column.main .post-list-item:not(:first-of-type) {
    margin-top: 2.4rem;
  }
}
.mpblog-post-index .column.main .post-list-item:hover {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.3);
}
.mpblog-post-index .column.main .post-list-item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mpblog-post-index .column.main .post-list-item .post-image {
  flex-basis: 9rem;
  min-height: 12rem;
}
@media screen and (min-width: 640px) {
  .mpblog-post-index .column.main .post-list-item .post-image {
    flex-basis: 18.4rem;
    min-height: 25rem;
  }
}
.mpblog-post-index .column.main .post-list-item .post-image img {
  margin: 0;
}
.mpblog-post-index .column.main .post-list-item .post-title-container {
  flex: 1;
  padding: 0.8rem;
}
@media screen and (min-width: 640px) {
  .mpblog-post-index .column.main .post-list-item .post-title-container {
    display: contents;
  }
}
.mpblog-post-index .column.main .post-list-item .post-content-container {
  width: 100%;
  padding: 0 0.8rem 0.8rem 0.8rem;
}
@media screen and (min-width: 640px) {
  .mpblog-post-index .column.main .post-list-item .post-content-container {
    display: contents;
  }
}
.mpblog-post-index .column.main .post-list-item .post-item-info {
  flex: 1;
  padding: 1.2rem;
  display: contents;
}
@media screen and (min-width: 640px) {
  .mpblog-post-index .column.main .post-list-item .post-item-info {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .mpblog-post-index .column.main .post-list-item .post-item-info {
    padding: 2.4rem;
  }
}
.mpblog-post-index .column.main .post-list-item .post-title {
  width: 100%;
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (min-width: 640px) {
  .mpblog-post-index .column.main .post-list-item .post-title {
    font-size: 2.6rem;
  }
}
.mpblog-post-index .column.main .post-list-item .post-title-link {
  display: block;
}
.mpblog-post-index .column.main .post-list-item .post-date {
  margin-top: 0.4rem;
}
.mpblog-post-index .column.main .post-list-item .post-short-description {
  margin-top: 1.2rem;
}
.mpblog-post-index .column.main .post-list-item .post-short-description > p:empty {
  margin-bottom: 0;
}
.mpblog-post-index .column.main .post-list-item .post-meta-info {
  margin-top: auto;
  justify-self: flex-end;
}
.mpblog-post-index .column.main .post-list-item .post-meta-info .read-more {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
}
.mpblog-post-index .column.main .post-list-item .post-meta-info .read-more:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
}

@media screen and (min-width: 640px) {
  .mpblog-post-view .columns {
    padding-top: 0;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 1440px) {
  .mpblog-post-view .columns {
    padding-bottom: 10rem;
  }
}
.mpblog-post-view .mp-post-info a {
  font-size: 1rem;
}
.mpblog-post-view .widget.block-products-list {
  box-shadow: none;
  padding-bottom: 0;
  background: none;
  border: none;
}
.mpblog-post-view .widget.block-products-list .block-title {
  padding: 1.6rem 0 0 1.6rem;
}
.mpblog-post-view .widget.block-products-list .block-title > strong {
  font-weight: 500;
  color: #0d2557;
}
.mpblog-post-view .widget.block-products-list .products-grid {
  overflow: auto;
}
.mpblog-post-view .widget.block-products-list .products-grid .product-items {
  flex-wrap: wrap;
}
.mpblog-post-view .widget.block-products-list .products-grid .product-items .product-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1024px) {
  .mpblog-post-view .widget.block-products-list .products-grid .product-items .product-item {
    width: calc(100% / 4);
  }
}
.mpblog-post-view .webforms {
  display: none;
}
.mpblog-post-view .webforms-success-text {
  display: none;
}

.mpblog-post-index .webforms {
  display: none;
}
.mpblog-post-index .webforms-success-text {
  display: none;
}

@media print {
  header.page-header {
    border: 0;
    height: auto;
  }
  header.page-header .header.content {
    border: 0;
    position: relative;
    height: auto;
  }
  header.page-header .header.content > .logowrapper {
    flex-basis: 10rem;
    border: 0;
    display: block;
  }

  .breadcrumbs {
    display: none;
  }
}
.placeholder {
  margin: 0 auto;
  width: 35rem;
  height: 2rem;
  background-color: #eee;
  border-radius: 0.3rem;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 2rem;
  border-radius: 1rem;
  position: relative;
}

.page-layout-form-landing {
  margin-top: 4rem;
}
.page-layout-form-landing .logowrapper {
  flex-basis: 13.5rem;
  margin-right: 0;
}
.page-layout-form-landing .logowrapper .nav-toggle {
  display: none;
}
.page-layout-form-landing .logowrapper .logo {
  width: 13.5rem;
  max-width: 100%;
}
.page-layout-form-landing .container-header {
  margin-bottom: 2rem;
}
.page-layout-form-landing .container-header a {
  opacity: 0.5;
  color: #0d2557;
  line-height: 3rem;
  text-transform: uppercase;
  text-decoration: underline;
}
.page-layout-form-landing .columns {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-basis: 10rem;
  flex-grow: 1;
  order: 2;
  width: auto;
  padding-bottom: 10rem;
}
.page-layout-form-landing .content-main {
  max-width: 70rem;
  width: 100%;
  background: #fff;
  border: 0.1rem solid #e1e7f5;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  padding: 2rem 3rem 2rem 3rem;
  position: relative;
  box-sizing: border-box;
}
.page-layout-form-landing .content-main h1 {
  font-size: 2.4rem;
  color: #0d2557;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .page-layout-form-landing .content-main h1 {
    font-size: 1.8rem;
  }
}
.page-layout-form-landing .content-main h2 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .page-layout-form-landing .content-main h2 {
    font-size: 1.6rem;
  }
}
.page-layout-form-landing .content-main .webforms-description-text {
  margin-bottom: 3.6rem;
}
.page-layout-form-landing .content-main a {
  white-space: nowrap;
  text-decoration: underline;
  color: #1b1b1b;
}
.page-layout-form-landing .content-main fieldset {
  padding: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
}
.page-layout-form-landing .content-main fieldset:not(:first-of-type) {
  margin-top: 7rem;
}
.page-layout-form-landing .content-main fieldset .field {
  width: 100%;
  margin-bottom: 1rem;
}
.page-layout-form-landing .content-main fieldset .field:not(.choice) label {
  padding-top: 0;
  padding-bottom: 0.6rem;
}
.page-layout-form-landing .content-main fieldset .field textarea {
  box-shadow: 0 0.2rem 0.4rem 0 rgba(0, 0, 0, 0.2);
}
.page-layout-form-landing .content-main fieldset .field p.webforms-fields-comment {
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.page-layout-form-landing .content-main h3 {
  margin-left: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding: 0 1rem;
  margin-bottom: 1.3rem;
}
.page-layout-form-landing .content-main .actions-toolbar {
  padding-left: 0;
}