/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:wght@400..900&display=swap");
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* site wide variables (colours, font sizes) */
/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  max-width: 100%;
}

.slick-slider * {
  max-width: none;
}
.slick-slider img {
  max-width: 100%;
}

input[type=search] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

* html .clearfix {
  height: 1%;
}

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

a svg,
button svg {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g,
button svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
a svg g *,
button svg g * {
  -webkit-transition: 0.5s 0s !important;
  transition: 0.5s 0s !important;
}

i[class^=fa-] {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before, i[class^=fa-]:after,
i[class^=fa-] * {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}
i[class^=fa-]:before {
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}

svg g {
  -webkit-transition: 0s 0s !important;
  transition: 0s 0s !important;
}

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 0.5208333333vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  margin-top: 0 !important;
  background-color: #F9F9F9;
  overflow-x: clip;
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 992px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  html {
    overflow-x: clip;
  }
  html.menu-open {
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  html {
    font-size: 1.7271157168vw;
  }
}
html#BTT {
  margin-top: 0 !important;
}
html:has(.woo-bottom-outer) body {
  padding-top: 17.2rem;
}
@media (max-width: 992px) {
  html:has(.woo-bottom-outer) body {
    padding-top: 15.985rem;
  }
}
@media (max-width: 768px) {
  html:has(.woo-bottom-outer) body {
    padding-top: 15.185rem;
  }
}
@media (min-width: 769px) {
  html:has(.woo-bottom-outer) .menu-bottom-outer .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  html:has(.woo-bottom-outer) .menu-bottom-outer marquee {
    display: none;
  }
}
@media (max-width: 768px) {
  html:has(.woo-bottom-outer) .menu-bottom-outer {
    padding: 0;
  }
  html:has(.woo-bottom-outer) .menu-bottom-outer .container {
    padding: 0;
  }
  html:has(.woo-bottom-outer) .menu-bottom-outer .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
  }
  html:has(.woo-bottom-outer) .menu-bottom-outer p {
    white-space: nowrap;
    max-width: none;
    width: auto;
    text-align: left;
    -webkit-animation: marquee 9s 0s linear forwards infinite;
            animation: marquee 9s 0s linear forwards infinite;
    display: none;
  }
  html:has(.woo-bottom-outer) .menu-bottom-outer marquee {
    color: #FFFFFF;
    display: block;
  }
  html:has(.woo-bottom-outer) .menu-bottom-outer marquee span {
    width: 0.4rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: currentColor;
    margin: -0.1em 0.85em 0;
    display: inline-block;
    vertical-align: middle;
  }
  @-webkit-keyframes marquee {
    0%, 100% {
      -webkit-transform: translateX(105%);
              transform: translateX(105%);
    }
    99.9999% {
      -webkit-transform: translateX(-105%);
              transform: translateX(-105%);
    }
  }
  @keyframes marquee {
    0%, 100% {
      -webkit-transform: translateX(105%);
              transform: translateX(105%);
    }
    99.9999% {
      -webkit-transform: translateX(-105%);
              transform: translateX(-105%);
    }
  }
}

body {
  color: #2E2E2E;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  overflow: clip;
  padding-top: 11.7rem;
}
@media (max-width: 992px) {
  body {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-top: 10.5rem;
  }
}
@media (max-width: 768px) {
  body {
    padding-top: 9.7rem;
  }
}
@media (min-width: 993px) {
  body.scroll-down header[role=banner] {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

#wpadminbar {
  display: none;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label,
label,
h1,
h2,
h3,
h4,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2,
h5,
h6,
p,
address,
blockquote,
pre,
table,
li:not(.menu-item) {
  color: #2E2E2E;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 1.55em;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  .wc-block-checkout__terms .wc-block-components-checkbox__label,
  label,
  h1,
  h2,
  h3,
  h4,
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2,
  h5,
  h6,
  p,
  address,
  blockquote,
  pre,
  table,
  li:not(.menu-item) {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a,
label a,
h1 a,
h2 a,
h3 a,
h4 a,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a,
h5 a,
h6 a,
p a,
address a,
blockquote a,
pre a,
table a,
li:not(.menu-item) a {
  font-size: inherit;
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  position: relative;
  display: inline-block;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:before,
label a:before,
h1 a:before,
h2 a:before,
h3 a:before,
h4 a:before,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a:before,
h5 a:before,
h6 a:before,
p a:before,
address a:before,
blockquote a:before,
pre a:before,
table a:before,
li:not(.menu-item) a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: #ECECEC;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:after,
label a:after,
h1 a:after,
h2 a:after,
h3 a:after,
h4 a:after,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a:after,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a:after,
h5 a:after,
h6 a:after,
p a:after,
address a:after,
blockquote a:after,
pre a:after,
table a:after,
li:not(.menu-item) a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.1em;
  max-width: 0%;
  background-color: #5C768D;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover, .wc-block-checkout__terms .wc-block-components-checkbox__label a:focus-visible,
label a:hover,
label a:focus-visible,
h1 a:hover,
h1 a:focus-visible,
h2 a:hover,
h2 a:focus-visible,
h3 a:hover,
h3 a:focus-visible,
h4 a:hover,
h4 a:focus-visible,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a:hover,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a:hover,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a:focus-visible,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a:focus-visible,
h5 a:hover,
h5 a:focus-visible,
h6 a:hover,
h6 a:focus-visible,
p a:hover,
p a:focus-visible,
address a:hover,
address a:focus-visible,
blockquote a:hover,
blockquote a:focus-visible,
pre a:hover,
pre a:focus-visible,
table a:hover,
table a:focus-visible,
li:not(.menu-item) a:hover,
li:not(.menu-item) a:focus-visible {
  color: #5C768D !important;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label a:hover:after, .wc-block-checkout__terms .wc-block-components-checkbox__label a:focus-visible:after,
label a:hover:after,
label a:focus-visible:after,
h1 a:hover:after,
h1 a:focus-visible:after,
h2 a:hover:after,
h2 a:focus-visible:after,
h3 a:hover:after,
h3 a:focus-visible:after,
h4 a:hover:after,
h4 a:focus-visible:after,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a:hover:after,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a:hover:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a:hover:after,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name a:focus-visible:after,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 a:focus-visible:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 a:focus-visible:after,
h5 a:hover:after,
h5 a:focus-visible:after,
h6 a:hover:after,
h6 a:focus-visible:after,
p a:hover:after,
p a:focus-visible:after,
address a:hover:after,
address a:focus-visible:after,
blockquote a:hover:after,
blockquote a:focus-visible:after,
pre a:hover:after,
pre a:focus-visible:after,
table a:hover:after,
table a:focus-visible:after,
li:not(.menu-item) a:hover:after,
li:not(.menu-item) a:focus-visible:after {
  max-width: 100%;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label strong,
label strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name strong,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 strong,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 strong,
h5 strong,
h6 strong,
p strong,
address strong,
blockquote strong,
pre strong,
table strong,
li:not(.menu-item) strong {
  font-weight: 500;
  color: inherit;
}
.wc-block-checkout__terms .wc-block-components-checkbox__label em,
label em,
h1 em,
h2 em,
h3 em,
h4 em,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name em,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 em,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 em,
h5 em,
h6 em,
p em,
address em,
blockquote em,
pre em,
table em,
li:not(.menu-item) em {
  color: inherit;
}

h1,
h2,
h3,
h4,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2,
h5,
h6,
blockquote {
  margin-bottom: 0.55em;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
}
h1:has(img),
h2:has(img),
h3:has(img),
h4:has(img),
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name:has(img),
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2:has(img),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2:has(img),
h5:has(img),
h6:has(img),
blockquote:has(img) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h1 img,
h2 img,
h3 img,
h4 img,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name img,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2 img,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 img,
h5 img,
h6 img,
blockquote img {
  width: 10rem;
  margin-right: 3.8rem !important;
}

h1 {
  font-size: 5.7rem;
  line-height: 1.3333333333;
}
@media (max-width: 992px) {
  h1 {
    font-size: 4.4rem;
    line-height: 1.3409090909;
    margin-bottom: 0.7em;
  }
}
@media (max-width: 768px) {
  h1 {
    margin-bottom: 0.5em;
  }
}

h2 {
  font-size: 4.3rem;
  line-height: 1.3255813953;
  margin-bottom: 0.75em;
}
@media (max-width: 992px) {
  h2 {
    font-size: 3.5rem;
    line-height: 1.3428571429;
    margin-bottom: 0.6em;
  }
}

h3 {
  font-size: 3.2rem;
  line-height: 1.34375;
  margin-bottom: 0.95em;
}
@media (max-width: 992px) {
  h3 {
    font-size: 2.8rem;
    line-height: 1.3214285714;
  }
}

h4,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  h4,
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title h2,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title h2 {
    font-size: 2.2rem;
    line-height: 1.3181818182;
  }
}

h5 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 992px) {
  h5 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

h6 {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
}

p {
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 992px) {
  p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
p.small {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
p.large {
  font-size: 2.4rem;
  line-height: 1;
}

html body .main-wrapper.main-wrapper.main-wrapper.main-wrapper.main-wrapper section p:has(+ ul) {
  margin-bottom: 1.28em;
}

sub,
sup {
  font-size: 25.9%;
  font-size: 51.5625%;
  font-weight: inherit;
  margin-left: -0.1em;
}

sup {
  top: -0.71em;
}

sub {
  bottom: 0.3em;
}

small {
  font-size: 86.666666%;
}
small a {
  text-decoration: none;
  font-weight: 700;
}
small a:hover, small a:focus-visible {
  text-decoration: underline;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

button,
a {
  font-size: inherit;
  color: #2E2E2E;
  font-weight: 300;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: from-font;
  text-underline-offset: -0.001em;
}
button:before, button:after,
button *:before,
button *:after,
button *,
a:before,
a:after,
a *:before,
a *:after,
a * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
button:hover, button:focus-visible,
a:hover,
a:focus-visible {
  text-decoration: none;
}

button {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: none;
  padding: 0;
}

mark {
  background-color: #17ae00;
  padding: 0.71em 1.1em;
  display: inline-block;
}
mark strong {
  color: #2E2E2E;
}

strong {
  font-weight: 700;
}

blockquote {
  font-size: 2rem;
  line-height: 1.5;
  margin: 0 0 1.1em;
  text-transform: none;
  padding: 0 0;
  font-style: normal;
  color: #2E2E2E;
  position: relative;
  z-index: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 992px) {
  blockquote {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
blockquote ~ .by {
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 500;
  font-family: "Playfair Display", serif;
}
@media (max-width: 992px) {
  blockquote ~ .by {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
blockquote p {
  font-size: inherit !important;
  line-height: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  letter-spacing: inherit !important;
  display: inline;
}

hr {
  border: 0;
  width: 83rem;
  height: 0.25rem;
  min-height: 2.5px;
  background-color: #E18F6C;
  margin: 7.7rem auto 6.3rem;
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  hr {
    margin-bottom: 2.2rem;
  }
}
hr:first-of-type {
  margin-top: 0;
}
hr.small {
  width: 19.8rem;
  margin-left: 0;
}
hr:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  br {
    display: none;
  }
}

address {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #2E2E2E;
  margin-bottom: 1.5em;
}

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  margin-bottom: 1.5em;
}
ol li,
ol dt,
ol dd,
ul li,
ul dt,
ul dd,
dl li,
dl dt,
dl dd {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
ol li.small,
ol dt.small,
ol dd.small,
ul li.small,
ul dt.small,
ul dd.small,
dl li.small,
dl dt.small,
dl dd.small {
  font-size: 1.4rem;
  line-height: 1.5714285714;
}
@media (max-width: 992px) {
  ol li.small,
  ol dt.small,
  ol dd.small,
  ul li.small,
  ul dt.small,
  ul dd.small,
  dl li.small,
  dl dt.small,
  dl dd.small {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
ol li.large,
ol dt.large,
ol dd.large,
ul li.large,
ul dt.large,
ul dd.large,
dl li.large,
dl dt.large,
dl dd.large {
  font-size: 2.4rem;
  line-height: 1;
}
ol li a,
ol dt a,
ol dd a,
ul li a,
ul dt a,
ul dd a,
dl li a,
dl dt a,
dl dd a {
  font-size: inherit;
}
ol dd,
ul dd,
dl dd {
  margin-bottom: 1rem;
}

.acf_content ol,
.acf_content ul,
.acf_content dl,
main ol,
main ul,
main dl {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media (max-width: 992px) {
  .acf_content ol,
  .acf_content ul,
  .acf_content dl,
  main ol,
  main ul,
  main dl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}

* + ol,
* + ul {
  margin-top: 1.6em;
}
* + ol:has(.small),
* + ul:has(.small) {
  margin-top: 1.8em;
  margin-bottom: 1.8em;
}
@media (max-width: 992px) {
  * + ol:has(.small),
  * + ul:has(.small) {
    margin-top: -0.3em;
    margin-bottom: 1.2em;
  }
}

ul {
  list-style-position: inside;
  padding-left: 0;
}
ul li:not(.menu-item) {
  padding-left: 1.55em;
  margin-bottom: 0;
  list-style: none;
  position: relative;
}
ul li:not(.menu-item):before {
  content: "";
  position: absolute;
  left: 0.7em;
  top: 0.7em;
  width: 0.15em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}
ul li:not(.menu-item) ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0;
  counter-reset: section;
}
ol:not(.pagination) li {
  list-style: none;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 0.2em;
}
@media (max-width: 768px) {
  ol:not(.pagination) li {
    margin-bottom: 0.1em;
  }
}
ol:not(.pagination) li.small {
  margin-bottom: 0.8rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  ol:not(.pagination) li.small {
    margin-bottom: 0.6rem;
  }
}
ol:not(.pagination) li:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.8rem;
  width: 1.4rem;
  aspect-ratio: 14/10;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-image: url(../images/tick.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

ul.el-select-dropdown__list,
ul.wc-item-meta,
ul.order_details,
ul.filter-items,
ul.woocommerce-PaymentMethods,
ul.woocommerce-shipping-methods,
ul.woocommerce-order-overview,
ul.wc_payment_methods,
ul.select2-results__options,
.woocommerce-MyAccount-navigation ul,
ul.woocommerce-error,
ul.tabs,
ul.terms-menu,
ul.small-menu,
ul.main-menu,
ul.footer-menu,
ul.sub-menu,
ul.g_fields,
ul.social-menu,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0;
}
ul.el-select-dropdown__list > li,
ul.wc-item-meta > li,
ul.order_details > li,
ul.filter-items > li,
ul.woocommerce-PaymentMethods > li,
ul.woocommerce-shipping-methods > li,
ul.woocommerce-order-overview > li,
ul.wc_payment_methods > li,
ul.select2-results__options > li,
.woocommerce-MyAccount-navigation ul > li,
ul.woocommerce-error > li,
ul.tabs > li,
ul.terms-menu > li,
ul.small-menu > li,
ul.main-menu > li,
ul.footer-menu > li,
ul.sub-menu > li,
ul.g_fields > li,
ul.social-menu > li,
ul.slick > li {
  padding-left: 0;
  margin-bottom: 0;
}
ul.el-select-dropdown__list > li:before, ul.el-select-dropdown__list > li:after,
ul.wc-item-meta > li:before,
ul.wc-item-meta > li:after,
ul.order_details > li:before,
ul.order_details > li:after,
ul.filter-items > li:before,
ul.filter-items > li:after,
ul.woocommerce-PaymentMethods > li:before,
ul.woocommerce-PaymentMethods > li:after,
ul.woocommerce-shipping-methods > li:before,
ul.woocommerce-shipping-methods > li:after,
ul.woocommerce-order-overview > li:before,
ul.woocommerce-order-overview > li:after,
ul.wc_payment_methods > li:before,
ul.wc_payment_methods > li:after,
ul.select2-results__options > li:before,
ul.select2-results__options > li:after,
.woocommerce-MyAccount-navigation ul > li:before,
.woocommerce-MyAccount-navigation ul > li:after,
ul.woocommerce-error > li:before,
ul.woocommerce-error > li:after,
ul.tabs > li:before,
ul.tabs > li:after,
ul.terms-menu > li:before,
ul.terms-menu > li:after,
ul.small-menu > li:before,
ul.small-menu > li:after,
ul.main-menu > li:before,
ul.main-menu > li:after,
ul.footer-menu > li:before,
ul.footer-menu > li:after,
ul.sub-menu > li:before,
ul.sub-menu > li:after,
ul.g_fields > li:before,
ul.g_fields > li:after,
ul.social-menu > li:before,
ul.social-menu > li:after,
ul.slick > li:before,
ul.slick > li:after {
  display: none;
}

html body table:not(.ui-datepicker-calendar) {
  margin-bottom: 1.77778em;
  border: none;
  width: 100% !important;
  background-color: transparent;
  text-align: left;
  table-layout: fixed;
  font-size: 2rem;
  line-height: 1.5;
  overflow: hidden;
}
html body table:not(.ui-datepicker-calendar) * {
  vertical-align: top;
}
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
html body table:not(.ui-datepicker-calendar) thead td,
html body table:not(.ui-datepicker-calendar) thead th {
  padding: 1.2rem 2.3rem;
  font-family: "Montserrat", sans-serif;
  color: #2E2E2E;
  font-weight: 300;
  color: #222222;
  font-size: 2rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td,
  html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th,
  html body table:not(.ui-datepicker-calendar) thead td,
  html body table:not(.ui-datepicker-calendar) thead th {
    font-size: 1.8rem;
  }
}
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type td:last-of-type,
html body table:not(.ui-datepicker-calendar):not(:has(thead)) tbody tr:first-of-type th:last-of-type,
html body table:not(.ui-datepicker-calendar) thead td:last-of-type,
html body table:not(.ui-datepicker-calendar) thead th:last-of-type {
  border-right: none;
}
html body table:not(.ui-datepicker-calendar) tbody tr:nth-of-type(odd) {
  background-color: #ECECEC;
}
html body table:not(.ui-datepicker-calendar) tbody td {
  padding: 1.2rem 2.3rem;
  color: #2E2E2E;
  font-size: 2rem;
}
@media (max-width: 992px) {
  html body table:not(.ui-datepicker-calendar) tbody td {
    font-size: 1.8rem;
  }
}

.wp-caption .wp-caption-text {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.3);
  text-align: right;
  letter-spacing: 0.01em;
}
.wp-caption .wp-caption-text:last-of-type:last-of-type {
  margin-bottom: 0;
  padding-top: 0.9rem;
}

svg,
p.p-img a,
p.p-img img,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}
svg.alignnone,
p.p-img a.alignnone,
p.p-img img.alignnone,
.wp-caption.alignnone,
video.alignnone,
img.alignnone {
  margin: 0 0 1.7em;
  width: auto;
}
svg.alignright,
p.p-img a.alignright,
p.p-img img.alignright,
.wp-caption.alignright,
video.alignright,
img.alignright {
  float: right;
  margin: 0 0 1.7em 1.7em;
  width: auto;
}
svg.alignleft,
p.p-img a.alignleft,
p.p-img img.alignleft,
.wp-caption.alignleft,
video.alignleft,
img.alignleft {
  float: left;
  margin: 0 1.7em 1.7rem 0;
  width: auto;
}
svg.aligncenter,
p.p-img a.aligncenter,
p.p-img img.aligncenter,
.wp-caption.aligncenter,
video.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 0;
  width: auto;
}

img {
  width: 100%;
}

a img.alignright {
  float: right;
  margin: 0 0 1.7em 1.7em;
  width: auto;
}

a img.alignleft {
  float: left;
  margin: 0 1.7em 1.7rem 0;
  width: auto;
}

a img.aligncenter {
  clear: both;
  display: block;
  margin: 1.7em auto 1.7em;
  width: auto;
}

::-moz-selection {
  background: #2e2e2e;
  color: #FFFFFF;
}

::selection {
  background: #2e2e2e;
  color: #FFFFFF;
}

::-moz-selection {
  background: #2e2e2e;
  color: #FFFFFF;
}

.fieldset {
  margin-bottom: 0;
}
.fieldset .field {
  position: relative;
  padding-bottom: 1px;
}
.fieldset div.mage-error[generated] {
  position: absolute;
  bottom: 5px;
}

input[type=radio]:focus-visible + span:before,
input[type=radio]:focus-visible + .wpcf7-list-item-label :before,
input[type=radio]:focus-visible + label:before,
input[type=checkbox]:focus-visible + span:before,
input[type=checkbox]:focus-visible + .wpcf7-list-item-label :before,
input[type=checkbox]:focus-visible + label:before,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[name][name][name]:focus-visible,
textarea[name][name][name]:focus-visible,
select[name][name][name]:focus-visible {
  border-color: rgb(135.9, 135.9, 135.9) !important;
  border-color: #E18F6C !important;
}

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input.mage-error:focus-visible,
select.mage-error:focus-visible,
textarea.mage-error:focus-visible,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea,
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #B0302F !important;
}

div.mage-error[generated] {
  color: #B0302F;
  position: absolute;
  margin-top: 4px;
  line-height: 1.1em;
  padding-top: 2px;
  margin-left: 0px;
  text-align: left;
}

pre {
  font-size: 0.5208333333vw;
  font-size: 1rem;
}

.main-wrapper {
  padding-top: 1px;
  margin-top: -1px;
  padding-bottom: 0;
  width: 100%;
  width: 100dvw;
}
.main-wrapper section {
  overflow-x: clip;
}

.inner {
  position: relative;
}

img.full-bg,
.full-bg {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

video.full-bg,
img.full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

body .wpml-ls-legacy-dropdown-click {
  width: 7em;
  margin-right: 3.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  body .wpml-ls-legacy-dropdown-click {
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body .wpml-ls-legacy-dropdown-click .wpml-ls-native {
    display: none;
  }
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  border: none;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
body .wpml-ls-legacy-dropdown-click .wpml-ls-item-toggle,
body .wpml-ls-legacy-dropdown-click .wpml-ls-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  color: #FFFFFF;
  font-size: 1.576rem !important;
  line-height: 1.5;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  padding: 0.85rem 2rem;
  background-color: transparent;
  border: 0.2rem solid #FFFFFF !important;
  border-radius: 4.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.image-slide .swiper-button-next, .image-slide .swiper-button-prev {
  background: #FFF !important;
}

.wc-block-checkout__terms .wc-block-components-checkbox__label,
.wc-block-checkout__terms .wc-block-components-checkbox__label a {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .wc-block-checkout__terms .wc-block-components-checkbox__label,
  .wc-block-checkout__terms .wc-block-components-checkbox__label a {
    font-size: 1.2rem;
  }
}

ul.wc-block-components-product-details li * {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  ul.wc-block-components-product-details li * {
    font-size: 1.2rem;
  }
}

.container {
  width: 100%;
  padding-right: 11;
  padding-left: 11;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 1699;
  }
}
@media (min-width: 769px) {
  .container {
    max-width: 1700;
  }
}
@media (min-width: 993px) {
  .container {
    max-width: 1701;
  }
}
@media (min-width: 1702) {
  .container {
    max-width: 1702;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 11;
  padding-left: 11;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -11;
  margin-left: -11;
  max-width: none;
}
.row.no-padding {
  padding: 0;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 11;
  padding-left: 11;
}
.no-padding.col-xl,
.no-padding.col-xl-auto, .no-padding.col-xl-12, .no-padding.col-xl-11, .no-padding.col-xl-10, .no-padding.col-xl-9, .no-padding.col-xl-8, .no-padding.col-xl-7, .no-padding.col-xl-6, .no-padding.col-xl-5, .no-padding.col-xl-4, .no-padding.col-xl-3, .no-padding.col-xl-2, .no-padding.col-xl-1, .no-padding.col-lg,
.no-padding.col-lg-auto, .no-padding.col-lg-12, .no-padding.col-lg-11, .no-padding.col-lg-10, .no-padding.col-lg-9, .no-padding.col-lg-8, .no-padding.col-lg-7, .no-padding.col-lg-6, .no-padding.col-lg-5, .no-padding.col-lg-4, .no-padding.col-lg-3, .no-padding.col-lg-2, .no-padding.col-lg-1, .no-padding.col-md,
.no-padding.col-md-auto, .no-padding.col-md-12, .no-padding.col-md-11, .no-padding.col-md-10, .no-padding.col-md-9, .no-padding.col-md-8, .no-padding.col-md-7, .no-padding.col-md-6, .no-padding.col-md-5, .no-padding.col-md-4, .no-padding.col-md-3, .no-padding.col-md-2, .no-padding.col-md-1, .no-padding.col-sm,
.no-padding.col-sm-auto, .no-padding.col-sm-12, .no-padding.col-sm-11, .no-padding.col-sm-10, .no-padding.col-sm-9, .no-padding.col-sm-8, .no-padding.col-sm-7, .no-padding.col-sm-6, .no-padding.col-sm-5, .no-padding.col-sm-4, .no-padding.col-sm-3, .no-padding.col-sm-2, .no-padding.col-sm-1, .no-padding.col,
.no-padding.col-auto, .no-padding.col-12, .no-padding.col-11, .no-padding.col-10, .no-padding.col-9, .no-padding.col-8, .no-padding.col-7, .no-padding.col-6, .no-padding.col-5, .no-padding.col-4, .no-padding.col-3, .no-padding.col-2, .no-padding.col-1 {
  padding: 0;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 993px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1702) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 993px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1702) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}
.container-fluid.no-padding,
.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* adapted boostap 4 grid*/
header[role=banner] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .pop-open header[role=banner] {
    z-index: 0;
    -webkit-transition: 0s;
    transition: 0s;
  }
}

#site-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27.9rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  #site-logo {
    width: 23.7rem;
    z-index: 4;
    position: relative;
  }
}
#site-logo svg,
#site-logo img {
  width: 100%;
}

.menu-top-outer {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: #F9F9F9;
}
.menu-top-outer .container {
  position: relative;
  max-width: 168rem;
}
@media (max-width: 992px) {
  .menu-top-outer .row {
    padding-top: 0.96rem;
    padding-bottom: 0.96rem;
  }
}
@media (max-width: 768px) {
  .menu-top-outer .row {
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
  }
}
.menu-top-outer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
}
@media (min-width: 993px) {
  .menu-top-outer .col-12 {
    padding: 0;
  }
}
.menu-top-outer .col-12 .left,
.menu-top-outer .col-12 .middle,
.menu-top-outer .col-12 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-top-outer .col-12 .left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 8.8rem;
  -ms-flex-item-align: center;
      align-self: center;
}
@media (min-width: 993px) {
  .menu-top-outer .col-12 .left {
    min-width: 12.4rem;
  }
}
.menu-top-outer .col-12 .right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 993px) {
  .menu-top-outer .col-12 .right {
    margin-right: calc((100dvw - 168rem) / -2);
  }
}
@media (max-width: 992px) {
  .menu-top-outer .col-12 .right .search-btn,
  .menu-top-outer .col-12 .right .menu-link {
    display: none;
  }
  .menu-top-outer .col-12 .right .search-btn.basket.has,
  .menu-top-outer .col-12 .right .menu-link.basket.has {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 7rem;
    background-color: transparent;
    margin-bottom: 0;
    height: 4rem;
  }
  .menu-top-outer .col-12 .right .search-btn.basket.has .cart-contents-count,
  .menu-top-outer .col-12 .right .menu-link.basket.has .cart-contents-count {
    top: 0;
  }
}
.menu-top-outer .tel-link {
  background-color: #1F3A63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 12rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 992px) {
  .menu-top-outer .tel-link {
    display: none;
  }
}
.menu-top-outer .tel-link:hover:before, .menu-top-outer .tel-link:focus-visible:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.menu-top-outer .tel-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #5C768D;
}
.menu-top-outer .tel-link svg {
  width: 2.8rem;
  min-width: 2.8rem;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 2;
}

.menu-bottom-outer {
  background-color: #5C768D;
}
.menu-bottom-outer .container {
  position: relative;
  max-width: 168rem;
}
.menu-bottom-outer .row {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  text-align: center;
}
.menu-bottom-outer .col-12 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-bottom-outer p {
  margin-bottom: 0;
  color: #FFFFFF;
}
.menu-bottom-outer p a:after {
  background-color: #E18F6C;
}
.menu-bottom-outer p a:hover, .menu-bottom-outer p a:focus-visible {
  color: #E18F6C !important;
}
.menu-bottom-outer p span {
  width: 0.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
  margin: -0.1em 0.85em 0;
  display: inline-block;
  vertical-align: middle;
}
.menu-bottom-outer marquee {
  display: none;
}

.woo-bottom-outer {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.4rem 1rem rgba(35, 35, 35, 0.08);
          box-shadow: 0 0.4rem 1rem rgba(35, 35, 35, 0.08);
}
.woo-bottom-outer .container {
  max-width: 85.2rem;
}
.woo-bottom-outer .row {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}
.woo-bottom-outer .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: static;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woo-bottom-outer .col-12 .left {
  -ms-flex-item-align: center;
      align-self: center;
}
.woo-bottom-outer .col-12 .left .back {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-weight: 500;
}
.woo-bottom-outer .col-12 .left .back:hover, .woo-bottom-outer .col-12 .left .back:focus-visible {
  color: #E18F6C;
}
.woo-bottom-outer .col-12 .left .back svg {
  width: 0.4rem;
  min-width: 0.4rem;
  margin-right: 0.4rem;
}
.woo-bottom-outer .col-12 .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
.woo-bottom-outer .col-12 .mob-filter {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .filter-open .woo-bottom-outer .col-12 .mob-filter {
    max-height: calc(100dvh - 15.2rem);
    overflow: auto;
  }
}
@media (min-width: 993px) {
  .woo-bottom-outer .col-12 .mob-filter {
    display: none;
  }
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio {
  margin-bottom: 0;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio {
  background-image: none;
  padding-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.72rem;
  text-align: right;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio:first-of-type {
  margin-top: 2.3rem;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio:last-of-type {
  margin-bottom: 0.3rem;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio:hover, .woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio:focus-visible {
  text-shadow: 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio.checked {
  text-shadow: 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor;
  letter-spacing: 0.015em;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  padding: 0;
}
.woo-bottom-outer .col-12 .mob-filter .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
.woo-bottom-outer .account {
  width: 2.6rem;
  min-width: 2.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/account-icon.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.woo-bottom-outer .basket {
  width: 2.6rem;
  min-width: 2.6rem;
  aspect-ratio: 1/1;
  position: relative;
  text-decoration: none;
  margin-left: 2.4rem;
}
.woo-bottom-outer .basket span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E18F6C;
  min-width: 0.867rem;
  border-radius: 50% 50%;
  aspect-ratio: 1/1;
  line-height: 100%;
  font-size: 0.5rem;
  text-align: center;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
}

.mob-only.mob-only {
  width: 100%;
}
@media (min-width: 993px) {
  .mob-only.mob-only {
    display: none;
  }
}

.filter-btn,
.burger {
  height: 4.1rem;
  width: 4.1rem;
  border-radius: 0;
  line-height: 4.1rem;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  border-radius: 0;
  margin-left: 0.5rem;
  display: none;
}
@media (max-width: 992px) {
  .filter-btn,
  .burger {
    display: block;
    height: 1.8rem;
    width: 1.8rem;
    line-height: 1.8rem;
    z-index: 3;
  }
}
.filter-btn:hover,
.burger:hover {
  cursor: pointer;
}
.filter-btn .line1,
.burger .line1 {
  width: 3rem;
  max-width: 100%;
  height: 0.2rem;
  background-color: #2E2E2E;
  position: absolute;
  top: 1.95rem;
  left: 50%;
  border-radius: 0rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-position: center center;
}
@media (max-width: 992px) {
  .filter-btn .line1,
  .burger .line1 {
    width: 1.8rem;
    height: 0.2rem;
    top: 0.8rem;
    border-radius: 0;
    background-image: url(../images/bu2.svg);
    background-repeat: no-repeat;
    background-size: 3.571rem auto;
    background-position: 50% 50%;
  }
}
.filter-btn .line1:before, .filter-btn .line1:after,
.burger .line1:before,
.burger .line1:after {
  width: 3rem;
  max-width: 3rem;
  height: 0.2rem;
  position: absolute;
  content: "";
  left: 0px;
  border-radius: 0rem;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background-position: center center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .filter-btn .line1:before, .filter-btn .line1:after,
  .burger .line1:before,
  .burger .line1:after {
    width: 1.8rem;
    max-width: 1.8rem;
    height: 0.2rem;
    border-radius: 0;
  }
}
.filter-btn .line1:before,
.burger .line1:before {
  -webkit-transform: translateY(-1.2rem);
      -ms-transform: translateY(-1.2rem);
          transform: translateY(-1.2rem);
  background-color: #2E2E2E;
  background-image: url(../images/bu1.svg);
  background-repeat: no-repeat;
  background-size: 3.598rem auto;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .filter-btn .line1:before,
  .burger .line1:before {
    -webkit-transform: translateY(-0.8rem);
        -ms-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
.filter-btn .line1:after,
.burger .line1:after {
  -webkit-transform: translateY(1.2rem);
      -ms-transform: translateY(1.2rem);
          transform: translateY(1.2rem);
  background-color: #2E2E2E;
  background-image: url(../images/bu3.svg);
  background-repeat: no-repeat;
  background-size: 3.544rem auto;
  background-position: 50% 50%;
}
@media (max-width: 992px) {
  .filter-btn .line1:after,
  .burger .line1:after {
    -webkit-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
.filter-btn.close .line1,
.burger.close .line1 {
  background-color: #2E2E2E;
  -webkit-transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  transition: visibility 0.1s 0.2s, background-color 0.1s 0.2s, background-size 0.1s 0.2s;
  background-size: 100% 100%;
}
.filter-btn.close .line1:before,
.burger.close .line1:before {
  -webkit-transform: translateY(-1.2rem);
      -ms-transform: translateY(-1.2rem);
          transform: translateY(-1.2rem);
  background-color: #2E2E2E;
  visibility: visible;
  -webkit-animation: before 0.5s linear;
          animation: before 0.5s linear;
  -webkit-transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .filter-btn.close .line1:before,
  .burger.close .line1:before {
    -webkit-transform: translateY(-0.8rem);
        -ms-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
    -webkit-animation: beforeM 0.5s linear;
            animation: beforeM 0.5s linear;
  }
}
.filter-btn.close .line1:after,
.burger.close .line1:after {
  -webkit-transform: translateY(1.2rem);
      -ms-transform: translateY(1.2rem);
          transform: translateY(1.2rem);
  background-color: #2E2E2E;
  visibility: visible;
  -webkit-animation: after 0.5s linear;
          animation: after 0.5s linear;
  -webkit-transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .filter-btn.close .line1:after,
  .burger.close .line1:after {
    -webkit-transform: translateY(0.8rem);
        -ms-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
    -webkit-animation: afterM 0.5s linear;
            animation: afterM 0.5s linear;
  }
}
@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
}
@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
}
@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
}
@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
}
@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
}
@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
}
.filter-btn.open,
.burger.open {
  z-index: 112;
  border-color: #FFFFFF;
}
.filter-btn.open .line1,
.burger.open .line1 {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-size 0.1s 0.25s;
  background-color: transparent;
  background-size: 100% 0;
}
.filter-btn.open .line1:before,
.burger.open .line1:before {
  -webkit-transform: rotate(45deg) translateY(0);
      -ms-transform: rotate(45deg) translateY(0);
          transform: rotate(45deg) translateY(0);
  background-color: #2E2E2E;
  visibility: visible;
  -webkit-animation: before-open 0.5s linear;
          animation: before-open 0.5s linear;
  -webkit-transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .filter-btn.open .line1:before,
  .burger.open .line1:before {
    -webkit-animation: before-openM 0.5s linear;
            animation: before-openM 0.5s linear;
  }
}
.filter-btn.open .line1:after,
.burger.open .line1:after {
  -webkit-transform: rotate(-45deg) translateY(0);
      -ms-transform: rotate(-45deg) translateY(0);
          transform: rotate(-45deg) translateY(0);
  background-color: #2E2E2E;
  visibility: visible;
  -webkit-animation: after-open 0.5s linear;
          animation: after-open 0.5s linear;
  -webkit-transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
  transition: visibility 0.1s 0.25s, background-color 0.1s 0.25s, background-image 0.1s 0.25s;
}
@media (max-width: 992px) {
  .filter-btn.open .line1:after,
  .burger.open .line1:after {
    -webkit-animation: after-openM 0.5s linear;
            animation: after-openM 0.5s linear;
  }
}
@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-open {
  0% {
    -webkit-transform: translateY(-1.2rem);
            transform: translateY(-1.2rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-open {
  0% {
    -webkit-transform: translateY(1.2rem);
            transform: translateY(1.2rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-0.8rem);
            transform: translateY(-0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
}
@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}
@keyframes after-openM {
  0% {
    -webkit-transform: translateY(0.8rem);
            transform: translateY(0.8rem);
  }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0);
  }
}

.filter-btn {
  margin-left: 2rem;
  z-index: 1 !important;
}

@media (min-width: 993px) {
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu .sub-menu > .current-menu-item > a,
  .main-menu.main-menu.main-menu > .current-menu-ancestor > a,
  .main-menu.main-menu.main-menu > .current-page-ancestor > a,
  .main-menu.main-menu.main-menu > .current-menu-parent > a,
  .main-menu.main-menu.main-menu > .current_page_parent > a,
  .main-menu.main-menu.main-menu > .current-menu-item > a {
    font-weight: 600;
  }
}
@media (min-width: 993px) {
  .main-menu-con .btn-con {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-menu-con .btn-con {
    display: block;
    padding: 0 2.1rem;
  }
}
.main-menu-con .btn-con .btn {
  width: 35rem;
  padding: 2.25rem 2.596rem;
  font-size: 1.54rem !important;
  font-weight: 500;
  margin-top: 2.1rem;
}
@media (max-width: 768px) {
  .main-menu-con .btn-con .btn {
    width: 100%;
    max-width: 100%;
    margin: 2.1rem 0 0;
  }
}
.main-menu-con .btn-con .btn svg {
  width: 2.4rem !important;
  min-width: 2.4rem !important;
  margin-right: 1.7rem !important;
}
.main-menu-con .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: auto;
  margin-bottom: 0;
}
@media (min-width: 993px) {
  .main-menu-con .social-links {
    display: none;
  }
}
.main-menu-con .social-links p {
  width: 100%;
  text-align: center;
  margin-bottom: 1.2rem;
}
@media (max-width: 768px) {
  .main-menu-con .social-links p {
    font-size: 1.2rem;
    margin-bottom: 0.9rem;
  }
}
.main-menu-con .social-links a {
  aspect-ratio: 1/1;
  width: 3.8rem;
}
@media (max-width: 768px) {
  .main-menu-con .social-links a {
    width: 3.4rem;
  }
}
.main-menu-con .social-links a:hover, .main-menu-con .social-links a:focus-visible {
  opacity: 0.5;
}
.main-menu-con .social-links a:has(+ a) {
  margin-right: 4rem;
}
.main-menu-con .social-links a svg {
  width: 100%;
}
@media (max-width: 992px) {
  .main-menu-con {
    position: fixed;
    top: 10.585rem;
    left: 0;
    width: 100%;
    background-color: #F9F9F9;
    z-index: 3;
    height: calc(100dvh - 10.585rem);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .main-menu-con {
    top: 9.785rem;
    height: calc(100dvh - 9.785rem);
    padding-top: 0.7rem;
  }
}
@media (max-width: 992px) {
  .menu-open .main-menu-con {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}

ul.main-menu.main-menu {
  margin: 0 0;
  font-size: 0rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 4.2rem 1.2rem;
    overflow: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: auto;
    z-index: 99999;
    position: absolute;
    background: white;
  }
}
@media (max-width: 768px) {
  ul.main-menu.main-menu {
    padding: 0 1.6rem 1.2rem;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu > li:hover > a, ul.main-menu.main-menu > li:focus-visible > a {
    -webkit-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  ul.main-menu.main-menu > li > a:hover, ul.main-menu.main-menu > li > a:focus-visible {
    -webkit-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
}
ul.main-menu.main-menu li {
  font-size: 1.5rem;
  line-height: 1.4;
  position: static;
  display: block;
  font-variation-settings: "wght" 500;
}
@media (min-width: 993px) {
  ul.main-menu.main-menu li.hide {
    display: none;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu li {
    margin-right: 3.05rem;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu li {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 0.1rem solid #ECECEC;
  }
}
ul.main-menu.main-menu li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 993px) {
  ul.main-menu.main-menu li.mob-only {
    display: none;
  }
  ul.main-menu.main-menu li:hover > a, ul.main-menu.main-menu li:focus-visible > a {
    font-weight: 600;
  }
  ul.main-menu.main-menu li:hover > .sub-menu, ul.main-menu.main-menu li:focus-visible > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu li.menu-item-has-children {
    position: relative;
  }
  ul.main-menu.main-menu li.menu-item-has-children:hover > .sub-menu, ul.main-menu.main-menu li.menu-item-has-children:focus-visible > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu {
    position: absolute;
    max-width: none;
    min-width: 12.7rem;
    top: calc(100% - 1.4rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin: 0;
    padding: 1.8rem 0 0;
    z-index: 1;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu ul {
    left: 100%;
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    padding: 0 0 0 1.8rem;
    top: -2.6rem;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu ul:before {
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: -0.7rem;
    top: 3.5rem;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu ul:after {
    top: 0;
    left: 1.8rem;
    width: calc(100% - 1.8rem);
    height: 100%;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 1.7rem solid transparent;
    border-left: 1.7rem solid transparent;
    border-bottom: 1.9rem solid #ECECEC;
    border-top: 0;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu:after {
    content: "";
    position: absolute;
    top: 1.8rem;
    left: 0;
    width: 100%;
    height: calc(100% - 1.8rem);
    z-index: -1;
    background-color: #ECECEC;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li {
    margin-right: 0;
    padding: 0 3.4rem;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li:hover > a, ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li:focus-visible > a {
    text-shadow: 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li:hover > a:after, ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li:focus-visible > a:after {
    background-position: 0rem 50%;
    opacity: 1;
    visibility: visible;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li:first-of-type {
    margin-top: 2.6rem;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu li:last-of-type {
    margin-bottom: 2.6rem;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu a {
    white-space: nowrap;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-style: normal;
    font-weight: 400;
    padding: 0.6rem 0;
    text-transform: none;
    padding-right: 1.6rem;
    text-shadow: 0 0 0.02em #979797, 0 0 0.02em #979797, 0 0 0.02em #979797, 0 0 0.02em #979797, 0 0 0.02em currentColor, 0 0 0.02em #979797, 0 0 0.02em #979797;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu a:after {
    content: "";
    position: absolute;
    width: 0.6rem;
    aspect-ratio: 6/10;
    background-image: url(../images/link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: -0.6rem 50%;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu a:hover, ul.main-menu.main-menu li.menu-item-has-children > .sub-menu a:focus-visible {
    text-shadow: 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor;
  }
  ul.main-menu.main-menu li.menu-item-has-children > .sub-menu a:hover:after, ul.main-menu.main-menu li.menu-item-has-children > .sub-menu a:focus-visible:after {
    background-position: 0rem 50%;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  ul.main-menu.main-menu li.menu-item-has-children {
    position: relative;
    padding-right: 3.4rem;
  }
  ul.main-menu.main-menu li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 1.3rem;
    right: 0rem;
    aspect-ratio: 1/1;
    width: 2.4rem;
    background-size: 100% auto;
    background-image: url(../images/menu-arrow.svg);
    background-repeat: no-repeat;
    display: block;
    background-position: 50% 50%;
    -webkit-transform: rotateX(0deg) rotate(0deg);
            transform: rotateX(0deg) rotate(0deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.main-menu.main-menu li.menu-item-has-children > a {
    background-image: none;
  }
  ul.main-menu.main-menu li.menu-item-has-children.open:after {
    -webkit-transform: rotateX(0deg) rotate(180deg);
            transform: rotateX(0deg) rotate(180deg);
  }
  ul.main-menu.main-menu li.menu-item-has-children.open > .sub-menu {
    max-height: 50rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  ul.main-menu.main-menu li.menu-item-has-children .sub-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    margin: 0;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  ul.main-menu.main-menu li.menu-item-has-children .sub-menu li {
    border-bottom: none;
  }
}
ul.main-menu.main-menu li.no-link > a {
  pointer-events: none;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu li .sub-menu > li:last-of-type {
    margin-bottom: 0.8rem;
  }
}
ul.main-menu.main-menu li .sub-menu li {
  padding: 0;
}
ul.main-menu.main-menu li .sub-menu li a {
  font-size: 1.6rem;
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu li .sub-menu li a {
    display: block;
    font-size: 1.8rem;
    padding: 0.1rem 0;
  }
}
ul.main-menu.main-menu li .sub-menu li:before {
  display: none;
}
ul.main-menu.main-menu li > a {
  font-size: 1.6rem;
  line-height: 1.875;
  width: auto;
  color: #2E2E2E;
  text-decoration: none !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  position: relative;
  text-transform: uppercase;
  padding: 2.5rem 0;
  display: block;
}
@media (max-width: 992px) {
  ul.main-menu.main-menu li > a {
    padding: 0.7rem 0;
    font-size: 1.8rem;
  }
}
@media (min-width: 993px) {
  ul.main-menu.main-menu li > a:hover, ul.main-menu.main-menu li > a:focus-visible {
    font-weight: 600;
  }
}

@media (min-width: 993px) {
  body.single.single-our-products #mainMenu #menu-item-543:hover > a, body.single.single-our-products #mainMenu #menu-item-543:focus-visible > a,
  body.post-type-archive-our-products #mainMenu #menu-item-543:hover > a,
  body.post-type-archive-our-products #mainMenu #menu-item-543:focus-visible > a,
  body.error404 #mainMenu #menu-item-543:hover > a,
  body.error404 #mainMenu #menu-item-543:focus-visible > a {
    font-weight: 600;
  }
}
body.single.single-our-products #mainMenu #menu-item-543 > a,
body.post-type-archive-our-products #mainMenu #menu-item-543 > a,
body.error404 #mainMenu #menu-item-543 > a {
  text-shadow: 0 0 0.02em #F9F9F9, 0 0 0.02em #F9F9F9, 0 0 0.02em #F9F9F9, 0 0 0.02em #F9F9F9, 0 0 0.02em #F9F9F9, 0 0 0.02em #F9F9F9, 0 0 0.02em #F9F9F9;
}
@media (min-width: 993px) {
  body.single.single-our-products #mainMenu #menu-item-543 > a:hover, body.single.single-our-products #mainMenu #menu-item-543 > a:focus-visible,
  body.post-type-archive-our-products #mainMenu #menu-item-543 > a:hover,
  body.post-type-archive-our-products #mainMenu #menu-item-543 > a:focus-visible,
  body.error404 #mainMenu #menu-item-543 > a:hover,
  body.error404 #mainMenu #menu-item-543 > a:focus-visible {
    text-shadow: 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor, 0 0 0.02em currentColor;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer {
  background-color: #ECECEC;
  background-image: url(../images/footer-back.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
}
@media (max-width: 992px) {
  footer {
    background-size: 232% auto;
    background-position: 0% 100%;
  }
}
footer .container {
  max-width: 178rem;
}
@media (min-width: 993px) {
  footer .footer-top-outer .container,
  footer .footer-top-outer .col-12 {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  footer .footer-top-outer .row {
    margin-right: -5rem;
    margin-left: -5rem;
  }
}
footer .footer-top-outer .row {
  padding-top: 10rem;
  padding-bottom: 9.4rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .row {
    padding-top: 8rem;
    padding-bottom: 6.9rem;
  }
}
@media (max-width: 768px) {
  footer .footer-top-outer .row {
    padding-top: 6rem;
    padding-bottom: 4.1rem;
  }
}
footer .footer-top-outer h3 {
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.3);
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  footer .footer-top-outer h3 {
    font-size: 2.2rem;
    line-height: 1.3181818182;
    margin-bottom: 0.9em;
  }
}
@media (max-width: 768px) {
  footer .footer-top-outer h3 {
    padding-bottom: 1.1rem;
  }
}
@media (max-width: 992px) {
  footer .footer-top-outer .contact-con {
    margin-bottom: 1.7rem;
    position: relative;
  }
  footer .footer-top-outer .contact-con::before {
    content: "";
    position: absolute;
    top: -1.7rem;
    height: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4rem;
    background-color: #ECECEC;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  footer .footer-top-outer .contact-con::before {
    top: 5.7rem;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  footer .footer-top-outer .contact-con::before {
    display: none;
  }
}
@media (max-width: 768px) {
  footer .footer-top-outer .contact-con {
    margin-bottom: 4.5rem;
  }
}
footer .footer-top-outer .footer-link {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  footer .footer-top-outer .footer-link {
    width: calc(50% - 2rem);
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  footer .footer-top-outer .footer-link {
    margin-bottom: 0.8rem;
  }
}
footer .footer-top-outer .footer-link a {
  font-size: 1.6rem;
  line-height: 1.625;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}
footer .footer-top-outer .footer-link a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.1em;
  max-width: 0%;
  background-color: #5C768D;
}
@media (max-width: 768px) {
  footer .footer-top-outer .footer-link a {
    font-size: 1.8rem;
  }
}
footer .footer-top-outer .footer-link a:hover, footer .footer-top-outer .footer-link a:focus-visible {
  color: #5C768D !important;
}
footer .footer-top-outer .footer-link a:hover:after, footer .footer-top-outer .footer-link a:focus-visible:after {
  max-width: 100%;
}
footer .footer-top-outer address {
  margin-top: 2rem;
}
@media (max-width: 992px) and (min-width: 769px) {
  footer .footer-top-outer address {
    width: calc(50% - 2rem);
    margin-left: calc(50% + 2rem);
    margin-top: -1.3rem;
  }
}
@media (max-width: 768px) {
  footer .footer-top-outer address {
    margin-top: 1rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: -1em;
  }
  footer .footer-top-outer address br {
    display: block;
  }
}
footer .footer-top-outer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.3rem;
}
@media (max-width: 992px) and (min-width: 769px) {
  footer .footer-top-outer .social-links {
    width: calc(50% - 2rem);
    position: absolute;
    top: 4.9rem;
    right: 0;
  }
}
footer .footer-top-outer .social-links a {
  aspect-ratio: 1/1;
  width: 3.8rem;
}
footer .footer-top-outer .social-links a:hover, footer .footer-top-outer .social-links a:focus-visible {
  opacity: 0.5;
}
footer .footer-top-outer .social-links a:has(+ a) {
  margin-right: 3.6rem;
}
footer .footer-top-outer .social-links a svg {
  width: 100%;
}
footer .footer-top-outer .footer-menu {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 0;
  margin-top: -0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 768px) {
  footer .footer-top-outer .footer-menu {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
footer .footer-top-outer .footer-menu + .footer-menu {
  border-top: 0.1rem solid rgba(0, 0, 0, 0.3);
  margin-top: 2.5rem;
  padding-top: 1.4rem;
}
footer .footer-top-outer .footer-menu.column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  position: relative;
  display: block;
}
footer .footer-top-outer .footer-menu.column::before {
  content: "";
  position: absolute;
  top: -1.7rem;
  height: 0.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4rem;
  background-color: #ECECEC;
}
@media (max-width: 992px) {
  footer .footer-top-outer .footer-menu.column::before {
    top: -2.1rem;
  }
}
footer .footer-top-outer .footer-menu.column > li {
  display: block;
}
footer .footer-top-outer .footer-menu > li {
  font-size: 1.6rem;
  line-height: 1.625;
  display: inline-block;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
@media (max-width: 768px) {
  footer .footer-top-outer .footer-menu > li {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
footer .footer-top-outer .footer-menu > li > a {
  font-size: 1.6rem;
  line-height: 1.625;
  font-style: normal;
  font-weight: 500;
  padding: 0.6rem 0;
  text-transform: none;
  padding-right: 1.6rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media (max-width: 768px) {
  footer .footer-top-outer .footer-menu > li > a {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
footer .footer-top-outer .footer-menu > li > a:after {
  content: "";
  position: absolute;
  width: 0.6rem;
  aspect-ratio: 6/10;
  background-image: url(../images/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: -0.6rem 50%;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .footer-top-outer .footer-menu > li > a:hover:after, footer .footer-top-outer .footer-menu > li > a:focus-visible:after {
  background-position: 0rem 50%;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 992px) {
  footer .footer-top-outer .legal-con {
    margin-top: 3.5rem;
  }
}
footer .footer-top-outer #footer-logo {
  display: block;
  height: auto;
  margin: 0;
  z-index: 2;
  -webkit-transition: 0s;
  transition: 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
  margin-top: 3.5rem;
  margin-left: -0.8rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  footer .footer-top-outer #footer-logo {
    max-width: 37.1rem;
    margin-top: 2.8rem;
    margin-bottom: 1.1rem;
  }
}
footer .footer-top-outer #footer-logo svg,
footer .footer-top-outer #footer-logo img {
  width: 100%;
}
footer .footer-top-outer p.small {
  margin-bottom: 0.8em;
}
@media (max-width: 768px) {
  footer .footer-top-outer p.small {
    font-size: 1.2rem;
    margin-bottom: 1.6em;
  }
}

.pagination.pagination.pagination {
  margin-bottom: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5.1rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination {
    margin-top: 3rem;
  }
}
.pagination.pagination.pagination .prev,
.pagination.pagination.pagination .pagination-mid {
  position: relative;
}
.pagination.pagination.pagination .pagination-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination.pagination.pagination div {
  text-align: center;
  width: auto;
  height: 6.8rem;
  font-size: 1.8rem;
  line-height: 3.6666666667;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination div {
    height: 3.4rem;
  }
}
.pagination.pagination.pagination div:not(.prev):not(.next) {
  margin: 0 0;
}
.pagination.pagination.pagination div:not(.prev):not(.next).active {
  pointer-events: none;
}
.pagination.pagination.pagination div:not(.prev):not(.next).active a {
  color: #F9F9F9;
  background-color: #000000;
}
.pagination.pagination.pagination div:not(.prev):not(.next) span,
.pagination.pagination.pagination div:not(.prev):not(.next) a {
  font-size: 1.8rem;
  line-height: 3.6666666667;
  display: block;
  color: #000000;
  font-weight: 500;
  text-decoration: none;
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 6.8rem;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  background-color: transparent;
  padding: 0.1rem 0rem;
  margin: 0 1.5rem;
  border: 0.1rem solid #000000;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination div:not(.prev):not(.next) span,
  .pagination.pagination.pagination div:not(.prev):not(.next) a {
    font-size: 1.6rem;
    width: 3.4rem;
    height: 3.4rem;
    line-height: 3.4rem;
    margin: 0 0.6rem;
  }
}
.pagination.pagination.pagination div:not(.prev):not(.next) span:hover, .pagination.pagination.pagination div:not(.prev):not(.next) span:focus-visible,
.pagination.pagination.pagination div:not(.prev):not(.next) a:hover,
.pagination.pagination.pagination div:not(.prev):not(.next) a:focus-visible {
  color: #F9F9F9;
}
.pagination.pagination.pagination div:not(.prev):not(.next).ellipse {
  color: #000000;
  border: none;
  letter-spacing: 0.36em;
  margin: 0 3.7rem;
}
.pagination.pagination.pagination div.next span,
.pagination.pagination.pagination div.next a, .pagination.pagination.pagination div.prev span,
.pagination.pagination.pagination div.prev a {
  font-size: 1.8rem;
  width: 6.8rem;
  height: 6.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: transparent;
  border-radius: 6.8rem;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination div.next span,
  .pagination.pagination.pagination div.next a, .pagination.pagination.pagination div.prev span,
  .pagination.pagination.pagination div.prev a {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.pagination.pagination.pagination div.next span svg,
.pagination.pagination.pagination div.next a svg, .pagination.pagination.pagination div.prev span svg,
.pagination.pagination.pagination div.prev a svg {
  width: 2.6rem;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination div.next span svg,
  .pagination.pagination.pagination div.next a svg, .pagination.pagination.pagination div.prev span svg,
  .pagination.pagination.pagination div.prev a svg {
    width: 1.6rem;
  }
}
.pagination.pagination.pagination div.next span svg path,
.pagination.pagination.pagination div.next a svg path, .pagination.pagination.pagination div.prev span svg path,
.pagination.pagination.pagination div.prev a svg path {
  fill: #000000;
}
.pagination.pagination.pagination div.next span:hover, .pagination.pagination.pagination div.next span:focus-visible,
.pagination.pagination.pagination div.next a:hover,
.pagination.pagination.pagination div.next a:focus-visible, .pagination.pagination.pagination div.prev span:hover, .pagination.pagination.pagination div.prev span:focus-visible,
.pagination.pagination.pagination div.prev a:hover,
.pagination.pagination.pagination div.prev a:focus-visible {
  background-color: #2E2E2E;
}
.pagination.pagination.pagination div.next span:hover svg *, .pagination.pagination.pagination div.next span:focus-visible svg *,
.pagination.pagination.pagination div.next a:hover svg *,
.pagination.pagination.pagination div.next a:focus-visible svg *, .pagination.pagination.pagination div.prev span:hover svg *, .pagination.pagination.pagination div.prev span:focus-visible svg *,
.pagination.pagination.pagination div.prev a:hover svg *,
.pagination.pagination.pagination div.prev a:focus-visible svg * {
  fill: #F9F9F9;
}
.pagination.pagination.pagination div.next span, .pagination.pagination.pagination div.prev span {
  pointer-events: none;
}
.pagination.pagination.pagination div.next {
  margin-left: 1.5rem;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination div.next {
    margin-left: 0.6rem;
  }
}
.pagination.pagination.pagination div.prev {
  margin-right: 1.5rem;
}
@media (max-width: 768px) {
  .pagination.pagination.pagination div.prev {
    margin-right: 0.6rem;
  }
}

.facetwp-type-pager {
  width: 100%;
}

.facetwp-pager {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1.4rem;
}
.facetwp-pager .facetwp-page:not(.next):not(.prev) {
  font-size: 2rem;
  display: inline-block;
  text-decoration: none;
  margin: 0 0.35rem;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  border-radius: 3rem;
  text-align: center;
  font-weight: 300;
}
.facetwp-pager .facetwp-page:not(.next):not(.prev):hover, .facetwp-pager .facetwp-page:not(.next):not(.prev):focus-visible {
  color: #F9F9F9;
  background-color: #E18F6C;
}
.facetwp-pager .facetwp-page:not(.next):not(.prev).active {
  color: #F9F9F9;
  background-color: #5C768D;
}
.facetwp-pager .dots {
  pointer-events: none;
}
.facetwp-pager .facetwp-page.next,
.facetwp-pager .facetwp-page.prev {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
}
.facetwp-pager .facetwp-page.next svg,
.facetwp-pager .facetwp-page.prev svg {
  width: 1.4rem;
  min-width: 1.4rem;
  z-index: 1;
}
.facetwp-pager .facetwp-page.next svg *,
.facetwp-pager .facetwp-page.prev svg * {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  fill: #2E2E2E;
}
.facetwp-pager .facetwp-page.next:hover, .facetwp-pager .facetwp-page.next:focus-visible,
.facetwp-pager .facetwp-page.prev:hover,
.facetwp-pager .facetwp-page.prev:focus-visible {
  background-color: #E18F6C;
}
.facetwp-pager .facetwp-page.next:hover svg *, .facetwp-pager .facetwp-page.next:focus-visible svg *,
.facetwp-pager .facetwp-page.prev:hover svg *,
.facetwp-pager .facetwp-page.prev:focus-visible svg * {
  fill: #ECECEC;
}
.facetwp-pager .facetwp-page.next {
  margin-left: 0.35rem;
}
.facetwp-pager .facetwp-page.prev {
  margin-right: 0.35rem;
}

.breadcrumbs {
  color: #2E2E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  padding: 0 0 1.5rem;
}
@media (max-width: 992px) {
  .breadcrumbs {
    padding: 0 0 1.4rem;
  }
}
.breadcrumbs span,
.breadcrumbs a {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
}
.breadcrumbs span {
  color: #2E2E2E;
  display: inline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .breadcrumbs > span {
    display: block;
  }
}
@media (max-width: 768px) {
  .breadcrumbs > span > span:last-of-type {
    display: inline;
    padding: 0.2rem 0;
  }
}
.breadcrumbs a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  color: #2E2E2E;
  position: relative;
  margin-right: 3.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumbs a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.25rem;
  width: 0.6rem;
  aspect-ratio: 6/10;
  background-image: url(../images/breadcrumb.svg);
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: 100% auto;
}
.breadcrumbs a:hover, .breadcrumbs a:focus-visible {
  color: #E18F6C;
}
.breadcrumbs > a {
  margin-left: 0;
}
.breadcrumbs .breadcrumb_last {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.social-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-menu span {
  margin-right: 0.7rem;
}
.social-menu a {
  font-size: 2.2rem;
  line-height: 2.2rem;
  height: 2.2rem;
  line-height: 4.7rem;
  min-width: 6.5rem;
  height: 4.7rem;
  display: block;
  text-align: center;
  color: #2E2E2E !important;
  text-decoration: none;
  padding: 0;
  margin: 0 0.7rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFFFFF;
  border-radius: 0;
  clip-path: polygon(1.3rem 0%, 100% 0%, calc(100% - 1.3rem) 100%, 0% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.social-menu a:last-of-type {
  margin-right: 0;
}
.social-menu a:first-of-type {
  margin-left: 0;
}
.social-menu a:hover, .social-menu a:focus-visible {
  background-color: #17ae00;
}
.social-menu a:hover i, .social-menu a:focus-visible i {
  color: #2E2E2E !important;
}
.social-menu a i {
  font-size: 2.2rem;
  line-height: 2.2rem;
  height: 2.2rem;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2E2E2E !important;
}
.social-menu a.facebook:hover i, .social-menu a.facebook:focus-visible i {
  color: #3b5999 !important;
}
.social-menu a.twitter:hover i, .social-menu a.twitter:focus-visible i {
  color: #55acee !important;
}
.social-menu a.linkedin:hover i, .social-menu a.linkedin:focus-visible i {
  color: #007bb5 !important;
}
.social-menu a.pinterest:hover i, .social-menu a.pinterest:focus-visible i {
  color: #cb2027 !important;
}
.social-menu a.instagram:hover i, .social-menu a.instagram:focus-visible i {
  color: #8a3ab9 !important;
}

button:focus-visible,
.btn:focus-visible {
  outline: none;
}

.link-con,
.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.5rem;
  max-width: calc(100% + 0.5rem + 0.5rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.link-con > *,
.link-con .link,
.link-con .btn,
.btn-con > *,
.btn-con .link,
.btn-con .btn {
  margin: 0 0.5rem 3.2rem;
}
.link-con > *:first-of-type:last-of-type,
.link-con .link:first-of-type:last-of-type,
.link-con .btn:first-of-type:last-of-type,
.btn-con > *:first-of-type:last-of-type,
.btn-con .link:first-of-type:last-of-type,
.btn-con .btn:first-of-type:last-of-type {
  margin-bottom: 0;
}
.link-con.link-con-center, .link-con.btn-con-center,
.btn-con.link-con-center,
.btn-con.btn-con-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link-con.link-con-left, .link-con.btn-con-left,
.btn-con.link-con-left,
.btn-con.btn-con-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.link-con.link-con-right, .link-con.btn-con-right,
.btn-con.link-con-right,
.btn-con.btn-con-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button, *[type=submit],
.submit-con [type=submit] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.73rem !important;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: #ECECEC !important;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1.303rem 2.596rem;
  background-color: #1F3A63;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 992px) {
  .btn, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button, *[type=submit],
  .submit-con [type=submit] {
    font-size: 1.55rem !important;
  }
}
@media (max-width: 768px) {
  .btn, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button, *[type=submit],
  .submit-con [type=submit] {
    text-align: left;
  }
}
.btn[href^="tel:"] svg:first-of-type, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout [href^="tel:"].wc-block-components-checkout-return-to-cart-button svg:first-of-type,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout [href^="tel:"].wc-block-components-button svg:first-of-type, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar [href^="tel:"].wc-block-cart__submit-button svg:first-of-type, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input[href^="tel:"]#submit svg:first-of-type,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a[href^="tel:"].button svg:first-of-type,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button[href^="tel:"].button svg:first-of-type,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input[href^="tel:"].button svg:first-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input[href^="tel:"]#submit svg:first-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a[href^="tel:"].button svg:first-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button[href^="tel:"].button svg:first-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input[href^="tel:"].button svg:first-of-type, [href^="tel:"][type=submit] svg:first-of-type {
  width: 1.8rem;
  min-width: 1.8rem;
  aspect-ratio: 18/19;
  margin-left: 0;
  margin-right: 1rem;
}
.btn[target=_blank] svg, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout [target=_blank].wc-block-components-checkout-return-to-cart-button svg,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout [target=_blank].wc-block-components-button svg, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar [target=_blank].wc-block-cart__submit-button svg, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input[target=_blank]#submit svg,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a[target=_blank].button svg,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button[target=_blank].button svg,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input[target=_blank].button svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input[target=_blank]#submit svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a[target=_blank].button svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button[target=_blank].button svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input[target=_blank].button svg, [target=_blank][type=submit] svg {
  width: 1.4rem;
  min-width: 1.4rem;
  aspect-ratio: 1/1;
  margin-left: 1.4rem;
  margin-right: 0.4rem;
}
.btn:before, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button:before, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button:before, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:before, [type=submit]:before,
.submit-con [type=submit]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #5C768D;
}
.btn .wc-block-components-button__text,
.btn span, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button .wc-block-components-button__text,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button .wc-block-components-button__text, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button .wc-block-components-button__text, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit .wc-block-components-button__text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button .wc-block-components-button__text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button .wc-block-components-button__text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button .wc-block-components-button__text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit .wc-block-components-button__text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button .wc-block-components-button__text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button .wc-block-components-button__text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button .wc-block-components-button__text, *[type=submit] .wc-block-components-button__text,
.submit-con [type=submit] .wc-block-components-button__text,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button span,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button span,
*[type=submit] span,
.submit-con [type=submit] span {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn svg, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button svg, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button svg, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit svg,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button svg,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button svg,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button svg,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button svg, *[type=submit] svg,
.submit-con [type=submit] svg {
  margin-left: 1.1rem;
  width: 2rem;
  width: 2.3rem;
  min-width: 2.3rem;
}
.btn svg *, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg *,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button svg *, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button svg *, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit svg *,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button svg *,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button svg *,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button svg *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit svg *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button svg *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button svg *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button svg *, *[type=submit] svg *,
.submit-con [type=submit] svg * {
  fill: currentColor;
}
.btn:hover, .btn:focus-visible, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button:hover, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button:hover, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:hover,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:hover,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:hover,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:hover, [type=submit]:hover, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:focus-visible,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button:focus-visible, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button:focus-visible, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:focus-visible,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:focus-visible,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:focus-visible,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:focus-visible, [type=submit]:focus-visible {
  outline: none;
  background-color: #1F3A63;
  border-color: transparent;
  color: #FFFFFF !important;
}
.btn:hover:before, .btn:focus-visible:before, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:hover:before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button:hover:before, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button:hover:before, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:hover:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:hover:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:hover:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:hover:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:hover:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:hover:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:hover:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:hover:before, [type=submit]:hover:before, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:focus-visible:before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button:focus-visible:before, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button:focus-visible:before, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:focus-visible:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:focus-visible:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:focus-visible:before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:focus-visible:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:focus-visible:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:focus-visible:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:focus-visible:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:focus-visible:before, [type=submit]:focus-visible:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.btn.disabled, .btn:disabled, .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .disabled.wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .disabled.wc-block-components-button, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .disabled.wc-block-cart__submit-button, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input.disabled#submit,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.disabled.button,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.disabled.button,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.disabled.button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input.disabled#submit,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.disabled.button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.disabled.button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.disabled.button, .disabled[type=submit], .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button:disabled,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button:disabled, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button:disabled, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:disabled,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:disabled,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:disabled,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:disabled, [type=submit]:disabled {
  opacity: 0.25;
  pointer-events: none;
}

.btn.blue-light {
  border-color: transparent;
  background-color: #5C768D;
  color: #FFFFFF !important;
}
.btn.blue-light:before {
  background-color: #1F3A63;
}
.btn.blue-light:hover, .btn.blue-light:focus-visible {
  border-color: transparent;
  background-color: #5C768D;
  color: #FFFFFF !important;
}
.btn.line {
  border-color: transparent;
  background-color: transparent;
  color: #1F3A63 !important;
  -webkit-box-shadow: inset 0 0 0 0.2rem #1F3A63;
          box-shadow: inset 0 0 0 0.2rem #1F3A63;
}
.btn.line:before {
  background-color: #1F3A63;
}
.btn.line:hover, .btn.line:focus-visible {
  border-color: transparent;
  background-color: transparent;
  color: #FFFFFF !important;
}
.btn.small {
  font-size: 1.3rem !important;
  font-weight: 700;
  padding: 1rem 2.454rem;
  letter-spacing: -0.02em;
}
.btn.large {
  font-size: 1.9rem !important;
  padding: 1.925rem 2.6rem;
}
@media (max-width: 992px) {
  .btn.large {
    font-size: 1.73rem !important;
  }
}

.facetwp-load-more,
.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.73rem !important;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: #1F3A63 !important;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1.1rem 0.2rem;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 992px) {
  .facetwp-load-more,
  .link {
    font-size: 1.55rem !important;
  }
}
.facetwp-load-more:hover, .facetwp-load-more:focus-visible,
.link:hover,
.link:focus-visible {
  color: #E18F6C !important;
}
.facetwp-load-more:hover:after, .facetwp-load-more:focus-visible:after,
.link:hover:after,
.link:focus-visible:after {
  max-width: 100%;
}
.facetwp-load-more:before, .facetwp-load-more:after,
.link:before,
.link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.116em;
  width: 100%;
  background-color: #1F3A63;
}
.facetwp-load-more:after,
.link:after {
  background-color: #E18F6C;
  max-width: 0%;
}

::-webkit-input-placeholder {
  font-size: inherit;
  color: #979797;
  letter-spacing: inherit;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: inherit;
  color: #979797;
  letter-spacing: inherit;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: inherit;
  color: #979797;
  letter-spacing: inherit;
}

:-ms-input-placeholder {
  font-size: inherit;
  color: #979797;
  letter-spacing: inherit;
}

form {
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-bottom: 0;
}
form:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html form {
  height: 1%;
}

input,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce input,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce input.input-text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce textarea,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce select,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce input,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce input.input-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce textarea,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce select,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 input.input-text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 input.input-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 input.input-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 input.input-text,
textarea,
.fake-select,
select {
  display: block;
  padding: 1.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  color: #2E2E2E;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0.1rem solid #979797;
  background-color: #FFFFFF;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 992px) {
  input,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email],
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce input,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce input.input-text,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce textarea,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce select,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce input,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce input.input-text,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce textarea,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce select,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 input.input-text,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 input.input-text,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 input.input-text,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 input.input-text,
  textarea,
  .fake-select,
  select {
    font-size: 1.8rem;
    padding: 1.3334rem 1.2rem;
  }
}

textarea {
  height: 12.2rem;
  min-height: 12.2rem;
  min-width: 100%;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease;
}

.fake-select,
select,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce select,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce select {
  padding-right: 3.2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-image: url(../images/select-icon-alt.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1rem auto;
  line-height: 5.2rem;
  height: 5.4rem;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-position: right 1.85rem top 50%;
}
@media (max-width: 992px) {
  .fake-select,
  select,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce select,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce select {
    line-height: 4.8rem;
    height: 5rem;
  }
}
.fake-select::-ms-expand,
select::-ms-expand,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select::-ms-expand,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce select::-ms-expand,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce select::-ms-expand {
  display: none;
}
.fake-select option,
select option,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select option,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce select option,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce select option {
  padding-top: 0.05rem;
  padding-bottom: 0.05rem;
  color: #000000;
}

legend,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label,
label {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.8rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #2E2E2E;
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media (max-width: 992px) {
  legend,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label,
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label,
  label {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
}
legend .hsfc-FieldLabel__RequiredIndicator,
legend .gfield_required,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label .hsfc-FieldLabel__RequiredIndicator,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label .hsfc-FieldLabel__RequiredIndicator,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label .hsfc-FieldLabel__RequiredIndicator,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend .hsfc-FieldLabel__RequiredIndicator,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend .hsfc-FieldLabel__RequiredIndicator,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label .hsfc-FieldLabel__RequiredIndicator,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label .hsfc-FieldLabel__RequiredIndicator,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label .hsfc-FieldLabel__RequiredIndicator,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label .hsfc-FieldLabel__RequiredIndicator,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label .gfield_required,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label .gfield_required,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label .gfield_required,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend .gfield_required,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend .gfield_required,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label .gfield_required,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label .gfield_required,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label .gfield_required,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label .gfield_required,
label .hsfc-FieldLabel__RequiredIndicator,
label .gfield_required {
  color: #2E2E2E;
  margin-left: 0.05em;
}
legend .hsfc-FieldLabel__RequiredIndicator::before,
legend .gfield_required::before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label .hsfc-FieldLabel__RequiredIndicator::before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label .hsfc-FieldLabel__RequiredIndicator::before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label .hsfc-FieldLabel__RequiredIndicator::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend .hsfc-FieldLabel__RequiredIndicator::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend .hsfc-FieldLabel__RequiredIndicator::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label .hsfc-FieldLabel__RequiredIndicator::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label .hsfc-FieldLabel__RequiredIndicator::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label .hsfc-FieldLabel__RequiredIndicator::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label .hsfc-FieldLabel__RequiredIndicator::before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label .gfield_required::before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label .gfield_required::before,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label .gfield_required::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend .gfield_required::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend .gfield_required::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label .gfield_required::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label .gfield_required::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label .gfield_required::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label .gfield_required::before,
label .hsfc-FieldLabel__RequiredIndicator::before,
label .gfield_required::before {
  content: "*";
  color: #2E2E2E;
  display: inline-block;
}
legend .hsfc-FieldLabel__RequiredIndicator span,
legend .gfield_required span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label .hsfc-FieldLabel__RequiredIndicator span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label .hsfc-FieldLabel__RequiredIndicator span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label .hsfc-FieldLabel__RequiredIndicator span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend .hsfc-FieldLabel__RequiredIndicator span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend .hsfc-FieldLabel__RequiredIndicator span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label .hsfc-FieldLabel__RequiredIndicator span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label .hsfc-FieldLabel__RequiredIndicator span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label .hsfc-FieldLabel__RequiredIndicator span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label .hsfc-FieldLabel__RequiredIndicator span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label .gfield_required span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label .gfield_required span,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input label .gfield_required span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend .gfield_required span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend .gfield_required span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column2 label .gfield_required span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .u-column1 label .gfield_required span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column2 label .gfield_required span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .u-column1 label .gfield_required span,
label .hsfc-FieldLabel__RequiredIndicator span,
label .gfield_required span {
  display: none;
}

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px;
}
.input-radio:before,
.input-checkbox:before {
  content: "";
  display: block;
  position: absolute;
}

input[type=radio],
input[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
input[type=radio] + span, input[type=radio] + .wpcf7-list-item-label, input[type=radio] + label,
input[type=checkbox] + span,
input[type=checkbox] + .wpcf7-list-item-label,
input[type=checkbox] + label {
  padding-left: 3.6rem !important;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
  display: inline-block;
  margin-top: 0;
  color: #2E2E2E;
  text-align: left !important;
  width: 100%;
  margin-bottom: 0;
  min-height: 2rem;
}
input[type=radio] + span a, input[type=radio] + .wpcf7-list-item-label a, input[type=radio] + label a,
input[type=checkbox] + span a,
input[type=checkbox] + .wpcf7-list-item-label a,
input[type=checkbox] + label a {
  margin-left: 0.4ch;
}
input[type=radio] + span .gfield_required, input[type=radio] + .wpcf7-list-item-label .gfield_required, input[type=radio] + label .gfield_required,
input[type=checkbox] + span .gfield_required,
input[type=checkbox] + .wpcf7-list-item-label .gfield_required,
input[type=checkbox] + label .gfield_required {
  display: none;
}
input[type=radio] + span:before, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + label:before,
input[type=checkbox] + span:before,
input[type=checkbox] + .wpcf7-list-item-label:before,
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.2rem;
  top: 0;
  border-radius: 0;
  border: 0.2rem solid #2E2E2E;
  background-color: #FFFFFF;
}
input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:after,
input[type=checkbox] + span:after,
input[type=checkbox] + .wpcf7-list-item-label:after,
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 0.2rem;
  top: 0;
  border-radius: 0;
  border: 0.2rem solid #2E2E2E;
  background-color: #2E2E2E;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-image: url(../images/tick-white.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.273rem auto;
}
input[type=radio]:checked + label:after, input[type=radio]:checked + .wpcf7-list-item-label:after, input[type=radio]:checked + span:after, input[type=radio] + label.checked:after,
input[type=checkbox]:checked + label:after,
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
input[type=checkbox]:checked + span:after,
input[type=checkbox] + label.checked:after {
  opacity: 1;
}

input[type=radio] + span:before, input[type=radio] + span:after, input[type=radio] + .wpcf7-list-item-label:before, input[type=radio] + .wpcf7-list-item-label:after, input[type=radio] + label:before, input[type=radio] + label:after {
  border-radius: 50%;
}

.hsfc-Row {
  margin-bottom: 2.2rem;
}

.hsfc-NavigationRow__Buttons {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.hsfc-ErrorAlert {
  color: #B0302F;
  font-size: 1.4rem;
  margin-top: 0.2rem;
}

.hsfc-PhoneInput__FlagAndCaret {
  background-color: #FFFFFF;
  padding: 1rem;
  border-right: none;
  border-radius: 0.4rem 0 0 0.4rem;
  border-color: #131313;
}
.hsfc-PhoneInput__FlagAndCaret .flag {
  width: 1rem;
}
.hsfc-PhoneInput__FlagAndCaret .hsfc-PhoneInput__FlagAndCaret__Caret {
  border: none;
  width: 2.4rem;
  aspect-ratio: 1/1;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 100% auto;
}
.hsfc-PhoneInput__FlagAndCaret + input[type=tel] {
  border-radius: 0 0.4rem 0.4rem 0;
}

.gform_wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gform_wrapper .gform_description {
  margin-top: 1rem;
  margin-bottom: 0;
}
.gform_wrapper .gfield--input-type-section {
  border-bottom: 0.1rem solid #ECECEC;
  margin-top: -0.1rem;
}
.gform_wrapper .gfield--input-type-section .gsection_title {
  display: none;
}
.gform_wrapper .gform_heading {
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.gform_wrapper .gform_heading p {
  font-size: 1.4rem;
  line-height: 1.2857142857;
  width: 55rem;
}
.gform_wrapper .gform-footer {
  margin-top: 0.2rem;
}
.gform_wrapper .gform_submission_error {
  display: none;
}
.gform_wrapper fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.gform_wrapper .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.gform_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1px 0 1px;
}
.gform_wrapper .gform_fields .gfield_visibility_hidden {
  opacity: 0.5;
  visibility: hidden;
  pointer-events: none;
  max-height: 0;
  overflow: hidden;
  margin: 0 !important;
}
.gform_wrapper .gform_fields .gfield,
.gform_wrapper .gform_fields .gfield--width-half,
.gform_wrapper .gform_fields .gfield--width-third {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 2.2rem;
  place-items: flex-start;
}
.gform_wrapper .gform_fields .gfield {
  width: 100%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.gform_wrapper .gform_fields .gfield.spacer {
  margin-bottom: 0;
}
.gform_wrapper .gform_fields .gfield--width-half {
  width: calc(50% - (1.1rem));
  width: calc(50% - 0.6rem);
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield--width-third {
  width: 32%;
  width: calc(33.333% - (1.1rem));
  width: calc(33.333% - 0.6rem);
}
@media (max-width: 992px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: calc(50% - (1.1rem2));
    width: calc(50% - 0.6rem);
  }
  .gform_wrapper .gform_fields .gfield--width-third + .small + .small {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .gform_wrapper .gform_fields .gfield--width-third {
    width: 100%;
  }
}
.gform_wrapper .gform_fields .gfield.gfield--type-textarea + .gfield--type-checkbox {
  margin-top: 1.4rem;
}
.gform_wrapper .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent {
  border: none;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}
.gform_wrapper .gform_fields .gfield.gfield--type-consent .gfield_label {
  display: none;
}
.gform_wrapper .gform_fields fieldset.gfield {
  position: relative;
}
.gform_wrapper .gfield.gfield--type-html {
  display: block;
}
.gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + span:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + .wpcf7-list-item-label:before, .gform_wrapper .gfield--type-radio.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-radio.gfield_error input[type=checkbox] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=radio] + label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + span:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + .wpcf7-list-item-label:before,
.gform_wrapper .gfield--type-checkbox.gfield_error input[type=checkbox] + label:before {
  border-color: #B0302F;
}
.gform_wrapper .gform_fileupload_rules {
  display: none;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gform_wrapper .gfield_checkbox .gform-field-label,
.gform_wrapper .gfield_radio .gform-field-label {
  margin-bottom: 2rem;
}
.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .gfield_radio .gchoice {
  line-height: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.2rem;
  margin-bottom: 1rem;
}
.gform_wrapper .gfield_checkbox .gchoice:last-of-type,
.gform_wrapper .gfield_radio .gchoice:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .gform_wrapper .gfield_checkbox .gchoice,
  .gform_wrapper .gfield_radio .gchoice {
    min-height: 0;
    margin-bottom: 1.2rem;
  }
}
.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .gfield_radio .gchoice label {
  -ms-flex-item-align: center;
      align-self: center;
  margin-bottom: 0;
}
.gform_wrapper [type=file]:hover::file-selector-button, .gform_wrapper [type=file]:focus-visible::file-selector-button {
  background-color: #2E2E2E;
  border-color: #2E2E2E;
  color: #FFFFFF !important;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 11rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload {
    min-height: 5.619rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
  width: calc(50% - 2.2rem / 2);
}
@media (max-width: 768px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_label {
    width: calc(100% - 5.823rem);
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
  width: calc(50% - 2.2rem / 2);
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 0.3rem;
}
@media (min-width: 769px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .gfield_description {
    width: calc(100% - 5.823rem);
    margin-top: -0.6rem;
    padding-right: 7rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
  width: calc(50% - 2.2rem / 2);
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload {
    width: 5.823rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con {
  height: 100%;
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
  height: 100%;
  border-radius: 0.9rem;
  border-style: dashed;
}
@media (max-width: 768px) {
  .gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-con input {
    height: 5.619rem;
    border-radius: 0.6rem;
    font-size: 0rem;
    border-width: 0.184rem;
  }
}
.gform_wrapper .gfield--type-fileupload.gfield--type-fileupload .ginput_container_fileupload .file-name {
  display: none;
}
.gform_wrapper .ginput_preview_list {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 100%;
  width: 100%;
}
.gform_wrapper .ginput_preview_list .gfield_fileupload_percent {
  margin-left: 0.4em;
}
.gform_wrapper .ginput_preview_list .gform_delete_file {
  text-decoration: none;
  font-size: 1.6rem;
  margin-left: 0em;
  line-height: 1.1;
}
.gform_wrapper .ginput_preview_list .gform_delete_file * {
  font-size: 1.6rem;
}
.gform_wrapper .gfield_validation_message {
  font-size: 1.4rem;
  color: #B0302F;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  margin-top: 0.7rem;
  padding-left: 1.7rem;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-size: 1.1rem auto;
  background-position: 0.1rem 50%;
}
.gform_wrapper .gfield_validation_message.validation_message--hidden-on-empty {
  display: none;
}
.gform_wrapper .gform_ajax_spinner {
  margin: 1rem auto 0;
  position: absolute;
  bottom: -2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.4rem;
}
.gform_wrapper .gform_submission_error {
  font-size: 1.6rem;
  color: #B0302F;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .gform_wrapper .gform_submission_error {
    font-size: 1.6rem;
  }
}

.gfield--type-honeypot {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gform_confirmation_message {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  color: #17ae00;
}

.gdatepicker_with_icon {
  background-image: url(../images/cal.svg);
  background-repeat: no-repeat;
  background-size: 1.3125rem auto;
  background-position: 100% 50%;
  padding-right: 2.5rem;
}
.gdatepicker_with_icon + .ui-datepicker-trigger {
  display: none;
}

#ui-datepicker-div {
  background-color: #F9F9F9;
  border: 0.1rem solid #2E2E2E;
  width: 24rem;
  z-index: 9999 !important;
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 1rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  padding: 0.5rem 0.5rem;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  text-align: center;
  border: 0.1rem solid #979797;
  background-color: transparent;
  color: #FFFFFF;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 5rem;
  padding: 0.3rem 1rem;
  margin-bottom: 0.5rem;
  width: calc(50% - 0.5rem);
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible {
  background-color: #2E2E2E;
  color: #FFFFFF;
  border-color: #000000;
  background-color: #000000;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus-visible span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover span,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus-visible span {
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
  margin-bottom: 1rem;
  margin-bottom: 0.5rem;
}
#ui-datepicker-div .ui-datepicker-header select {
  line-height: 3.2rem;
  height: 3.3rem;
  font-size: 1.4rem;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr {
  background-color: #2E2E2E;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  padding: 0rem 0rem;
  border-top: 0.1rem solid #2E2E2E;
  border-right: 0.1rem solid #2E2E2E;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Playfair Display", serif;
  color: #FFFFFF;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th:last-of-type {
  border-right: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr {
  background-color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  padding: 0rem 0.1rem;
  border-top: 0.1rem solid #2E2E2E;
  border-right: 0.1rem solid #2E2E2E;
  width: 14.2857142857% !important;
  height: 4.553rem;
  line-height: 4.553rem;
  height: 3.409rem;
  line-height: 3.409rem;
  font-family: "Playfair Display", serif;
  position: relative;
  font-size: 1.3rem;
  font-weight: 500;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  background-color: #2E2E2E;
  color: #FFFFFF;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  background-color: #FFFFFF;
  color: #2E2E2E;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td:last-of-type {
  border-right: none;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.swiper.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.swiper.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper.swiper-fade .swiper-slide-active, .swiper.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide:has(> .inner) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-slide:has(> .inner) .inner {
  width: 100%;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper {
  max-width: none;
  opacity: 0;
}
.swiper.swiper-initialized {
  opacity: 1;
}
.swiper *:not(.swiper-pagination):not(.col-12) {
  max-width: none;
}
.swiper .container.container.container.container {
  max-width: 170.2rem;
}
.swiper .swiper-slide *:not(.row):not(.btn-con) {
  max-width: 100%;
}
.swiper .swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 50%;
  bottom: 6.1rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  max-width: 168rem;
}
@media (max-width: 992px) {
  .swiper-pagination {
    padding-left: 4.2rem;
    padding-right: 4.2rem;
    bottom: 2.4rem;
  }
}
.swiper-pagination:has(.swiper-pagination-bullet:first-of-type:last-of-type) {
  display: none;
}
.swiper-pagination.swiper-pagination-fraction {
  bottom: auto;
  top: calc(100% + 4.8rem);
  right: 7rem;
  left: auto;
  width: auto;
  font-size: 2rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 768px) {
  .swiper-pagination.swiper-pagination-fraction {
    font-size: 1.8rem;
    top: calc(100% + 4.7rem);
    right: 5.4rem;
  }
}
.swiper-pagination.swiper-pagination-fraction span {
  display: inline-block;
  margin: 0 0;
  font-weight: 500;
}
.swiper-pagination.swiper-pagination-custom {
  bottom: auto;
  top: -6.4rem;
  right: 1rem;
  left: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: auto;
  padding: 0;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.swiper-pagination.swiper-pagination-custom span {
  opacity: 0.5;
}
.swiper-pagination.swiper-pagination-custom span:nth-of-type(1) {
  opacity: 1;
}
.swiper-pagination.swiper-pagination-custom span.spacer {
  width: 1.2rem;
  height: 0.12rem;
  background-color: currentColor;
  margin: 0 0.7rem;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 3.4rem;
  height: 0.4rem;
  background-color: #979797;
  margin: 0 0.4rem;
  border-radius: 0;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-pagination .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:hover, .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-color: #E18F6C;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.swiper-button-next,
.swiper-button-prev {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 12;
  font-size: 1.7rem;
  color: #FFFFFF;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    bottom: -7rem;
  }
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.25;
}
.swiper-button-next.swiper-button-lock,
.swiper-button-prev.swiper-button-lock {
  pointer-events: none;
  opacity: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  width: 0.8rem;
  aspect-ratio: 8/14;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-button-next svg *,
.swiper-button-prev svg * {
  fill: #2E2E2E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 769px) {
  .swiper-button-next:hover:not(.swiper-button-disabled) svg *, .swiper-button-next:focus-visible:not(.swiper-button-disabled) svg *,
  .swiper-button-prev:hover:not(.swiper-button-disabled) svg *,
  .swiper-button-prev:focus-visible:not(.swiper-button-disabled) svg * {
    fill: #E18F6C;
  }
}

.swiper-button-prev {
  left: 1.6rem;
}
.swiper-button-prev svg {
  -webkit-transform: translateX(-7%);
      -ms-transform: translateX(-7%);
          transform: translateX(-7%);
}
@media (max-width: 768px) {
  .swiper-button-prev {
    right: auto;
    left: 1.1rem;
  }
}

.swiper-button-next {
  right: 1.6rem;
}
.swiper-button-next svg {
  -webkit-transform: translateX(7%);
      -ms-transform: translateX(7%);
          transform: translateX(7%);
}
@media (max-width: 768px) {
  .swiper-button-next {
    right: auto;
    left: 7.4rem;
  }
}

.swiper-scrollbar {
  height: 1.4rem;
  background-color: #ECECEC;
  position: relative;
  bottom: -10.5rem;
  z-index: 2;
  width: calc(100% - 2.2rem);
  width: calc(100% - 0.6875rem);
  margin: 0 auto;
  border-radius: 0.7rem;
}
@media (max-width: 768px) {
  .swiper-scrollbar {
    height: 1rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag {
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: transparent;
  position: absolute;
  top: -2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .swiper-scrollbar .swiper-scrollbar-drag {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
    top: -1.4rem;
  }
}
.swiper-scrollbar .swiper-scrollbar-drag:hover:after, .swiper-scrollbar .swiper-scrollbar-drag:focus-visible:after {
  background-color: #2E2E2E;
}
.swiper-scrollbar .swiper-scrollbar-drag:after {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 6.4rem;
  background-color: #2E2E2E;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .swiper-scrollbar .swiper-scrollbar-drag:after {
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3.6rem;
  }
}

.swiper {
  width: calc(100% + 1.1rem + 1.1rem);
  max-width: calc(100% + 1.1rem + 1.1rem);
  margin-left: -1.1rem;
}
@media (max-width: 768px) {
  .swiper {
    width: calc(100% + 0.4rem + 0.4rem);
    max-width: calc(100% + 0.4rem + 0.4rem);
    margin-left: -0.4rem;
  }
}
.swiper.no-gap {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
}
.swiper.no-gap .swiper-slide {
  padding: 0 0;
}

.swiper-slide {
  padding: 0 1.1rem;
}
@media (max-width: 768px) {
  .swiper-slide {
    padding: 0 0.4rem;
  }
}

:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}

.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}

.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-animation: f-spinner-rotate 2s linear infinite;
          animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}

.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  -webkit-animation: f-spinner-dash 2s ease-in-out infinite;
          animation: f-spinner-dash 2s ease-in-out infinite;
}

@-webkit-keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes f-spinner-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-throwOutUp {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
  -webkit-animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
          animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown;
}

@-webkit-keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}

@keyframes f-throwOutUp {
  to {
    -webkit-transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
            transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
    opacity: 0;
  }
}
@-webkit-keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    -webkit-transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
            transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
    opacity: 0;
  }
}
.f-zoomInUp {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
          animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

.f-zoomOutDown {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
          animation: var(--f-transition-duration, 0.2s) ease both f-zoomOutDown;
}

@-webkit-keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-zoomInUp {
  from {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1) translate3d(0, 0, 0);
            transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
@keyframes f-zoomOutDown {
  to {
    -webkit-transform: scale(0.975) translate3d(0, 16px, 0);
            transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
  z-index: 2;
}

.f-fadeOut {
  -webkit-animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
          animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
  z-index: 2;
}

.f-fadeFastOut {
  -webkit-animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
          animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
  z-index: 2;
}

@-webkit-keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
  z-index: 2;
}

.f-fadeSlowOut {
  -webkit-animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
          animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
  z-index: 1;
}

@-webkit-keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  -webkit-animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
          animation: var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;
  z-index: 2;
}

.f-crossfadeOut {
  -webkit-animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
          animation: calc(var(--f-transition-duration, 0.2s) * 0.5) linear 0.1s both f-crossfadeOut;
  z-index: 1;
}

@-webkit-keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}

.f-slideIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}

.f-slideOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}

.f-slideOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}

@-webkit-keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes f-slideInPrev {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes f-slideOutNext {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}

.f-classicIn.from-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}

.f-classicOut.to-next {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}

.f-classicOut.to-prev {
  -webkit-animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
          animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}

@-webkit-keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes f-classicInNext {
  0% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutNext {
  100% {
    -webkit-transform: translateX(-75px);
            transform: translateX(-75px);
    opacity: 0;
  }
}
@-webkit-keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    -webkit-transform: translateX(75px);
            transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}

.f-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  -webkit-box-shadow: var(--f-button-shadow);
          box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  -webkit-transition: var(--f-button-transition);
  transition: var(--f-button-transition);
}

@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}

.f-button:focus:not(:focus-visible) {
  outline: none;
}

.f-button:focus-visible {
  outline: none;
  -webkit-box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
          box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  -webkit-transform: var(--f-button-transform);
      -ms-transform: var(--f-button-transform);
          transform: var(--f-button-transform);
  -webkit-filter: var(--f-button-svg-filter);
          filter: var(--f-button-svg-filter);
  pointer-events: none;
}

.f-button[disabled] {
  cursor: default;
}

.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
  pointer-events: none;
}

html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}

html.with-fancybox body {
  -ms-touch-action: none;
      touch-action: none;
}

html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}

.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: var(--fancybox-zIndex, 1050);
  outline: none;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.fancybox__container::-webkit-backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__container::backdrop {
  background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}

.fancybox__carousel {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}

.fancybox__viewport {
  width: 100%;
  height: 100%;
}

.fancybox__viewport.is-draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox__viewport.is-dragging {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  height: 100%;
}

.fancybox__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}

.fancybox__slide.has-image {
  overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0px;
          flex: 0 0 0;
  margin: auto;
}

.fancybox__backdrop:empty, .fancybox__viewport:empty, .fancybox__track:empty, .fancybox__slide:empty {
  display: block;
}

.fancybox__content {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}

.is-loading .fancybox__content {
  opacity: 0;
}

.is-draggable .fancybox__content {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.can-zoom_in .fancybox__content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.is-dragging .fancybox__content {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}

.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
  will-change: transform, width, height;
}

.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.fancybox__caption {
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}

.is-compact .fancybox__caption {
  padding-bottom: 0;
}

.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}

.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}

.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}

.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}

.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}

.is-idle .fancybox__nav {
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}

.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 40;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
          animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
          animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
  -webkit-animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
          animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
  -webkit-animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
          animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
}

.f-thumbs {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebeff2), to(#e2e8f0));
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}

.f-thumbs .f-spinner svg {
  display: none;
}

.f-thumbs.is-vertical {
  height: 100%;
}

.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-thumbs__slide {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}

.f-thumbs__slide.is-loading img {
  opacity: 0;
}

.is-classic .f-thumbs__viewport {
  height: 100%;
}

.is-modern .f-thumbs__track {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
  width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
  cursor: pointer;
}

.is-modern .f-thumbs__slide {
  width: var(--f-thumb-clip-width);
  -webkit-transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
          transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  -webkit-transition: none;
  transition: none;
  pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
  -webkit-transition: clip-path 0.33s ease;
  transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
  -webkit-filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
          filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: var(--f-thumb-width);
  height: 100%;
  margin: 0 -100% 0 -100%;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}

.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
  --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
  clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  -webkit-animation: f-fadeIn 0.2s ease-out;
          animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}

.f-thumbs__slide__img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: var(--f-thumb-offset);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
  padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  -webkit-transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 16px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
  max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
  -webkit-transition: none !important;
  transition: none !important;
}

.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}

.fancybox__toolbar :focus-visible {
  z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.is-idle .fancybox__toolbar {
  pointer-events: none;
  -webkit-animation: 0.15s ease-out both f-fadeOut;
          animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__toolbar__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox__infobar span {
  padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
  position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}

:-webkit-full-screen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: flex;
}

:-ms-fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -ms-flexbox;
  display: flex;
}

:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

.f-thumbs * {
  max-width: none;
}

.fancybox__caption {
  font-size: 1.8rem;
  padding: 1rem 0 0.4rem 0;
}

.tab-container.tab-container {
  position: relative;
  margin-top: 8.1rem;
}
@media (max-width: 768px) {
  .tab-container.tab-container {
    padding-bottom: 0;
  }
}
.tab-container.tab-container .tabs {
  text-align: center;
  margin: 0 0 0;
  width: 32.5rem;
  max-width: calc(100% + 0rem + 0rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: absolute;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: -41rem;
}
@media (max-width: 768px) {
  .tab-container.tab-container .tabs {
    overflow: auto;
  }
}
.tab-container.tab-container .tabs .btn {
  margin-left: auto;
  padding-left: 3.4rem;
  padding-right: 3.4rem;
}
.tab-container.tab-container .tabs .tab {
  padding: 0.8rem 0;
  font-size: 1.75rem;
  line-height: 1.5;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin: 0;
  color: #2E2E2E;
  position: relative;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 0.2rem #2E2E2E;
          box-shadow: inset 0 0 0 0.2rem #2E2E2E;
  padding: 1.288rem 2.596rem;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.2rem;
}
.tab-container.tab-container .tabs .tab:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #2E2E2E;
}
.tab-container.tab-container .tabs .tab svg {
  margin-left: 1.1rem;
  margin-right: 0.4rem;
  width: 0.6rem;
  min-width: 0.6rem;
  position: relative;
  z-index: 1;
}
.tab-container.tab-container .tabs .tab svg * {
  fill: currentColor;
}
.tab-container.tab-container .tabs .tab span {
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: auto;
  width: 100%;
  max-width: 0;
}
.tab-container.tab-container .tabs .tab:hover, .tab-container.tab-container .tabs .tab:focus-visible {
  color: #FFFFFF;
}
.tab-container.tab-container .tabs .tab:hover:before, .tab-container.tab-container .tabs .tab:focus-visible:before {
  background-color: #1F3A63;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.tab-container.tab-container .tabs .tab.active {
  color: #FFFFFF;
  cursor: default;
  pointer-events: none;
}
.tab-container.tab-container .tabs .tab.active:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.tab-container.tab-container .tab-content {
  max-height: 0;
  overflow-y: clip;
  visibility: hidden;
}
@media (max-width: 768px) {
  .tab-container.tab-container .tab-content.tab-top {
    display: none;
  }
}
.tab-container.tab-container .tab-content.tab-top .inner {
  width: 95.5rem;
}
.tab-container.tab-container .tab-content.tab-bottom.active {
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .tab-container.tab-container .tab-content.tab-bottom.active {
    margin-top: 4.7rem;
  }
}
.tab-container.tab-container .tab-content.active {
  max-height: 9999px;
  visibility: visible;
}
.tab-container.tab-container .tab-content .inner {
  padding: 0 0;
  max-width: 100%;
}
.tab-container.tab-container .tab-content h4 {
  line-height: 1.28;
}

.woocommerce-notices-wrapper {
  width: 100%;
}

.woocommerce.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  max-width: 170.2rem;
  margin: 8rem auto 1em;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
    max-width: calc(100% - 4.8rem);
    margin: 1rem auto 1em;
  }
}

.wc-block-components-button__text .wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
}
.wc-block-components-button__text .wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner.wc-block-components-spinner:after {
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  border-width: 0.2rem;
}

.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .lost_reset_password,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .lost_reset_password {
  width: 100%;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .wp-block-woocommerce-cart-order-summary-block,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .wp-block-woocommerce-cart-order-summary-block {
  margin-bottom: 0;
  border-bottom: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce div.woocommerce,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page div.woocommerce {
  max-width: 1702;
  padding-right: 11;
  padding-left: 11;
  margin: 0 auto;
  padding-top: 0;
}
@media (min-width: 993px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce div.woocommerce,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page div.woocommerce {
    max-width: 170.2rem;
    max-width: 85.2rem;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
}
@media (max-width: 992px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce div.woocommerce,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page div.woocommerce {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce div.woocommerce,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page div.woocommerce {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce div.woocommerce .text-hero-section .container,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page div.woocommerce .text-hero-section .container {
  padding: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .form-row,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .form-row {
  margin-bottom: 0;
  padding: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .form-row input.input-text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .form-row textarea,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .form-row input.input-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .form-row textarea {
  margin-bottom: 2.2rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .form-row label,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .form-row label {
  width: 100%;
  text-align: left;
}
@media (max-width: 575px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last {
    width: 100%;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-form-login .form-row,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-form-login .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-form-login .form-row .password-input,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-form-login .form-row .password-input {
  width: 100%;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-password-hint,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-password-hint {
  margin-bottom: 2.2rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce [for=mailchimp_woocommerce_newsletter][for=mailchimp_woocommerce_newsletter][for=mailchimp_woocommerce_newsletter],
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page [for=mailchimp_woocommerce_newsletter][for=mailchimp_woocommerce_newsletter][for=mailchimp_woocommerce_newsletter] {
  line-height: 1.3;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce [for=mailchimp_woocommerce_newsletter],
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-form-login__rememberme,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page [for=mailchimp_woocommerce_newsletter],
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-form-login__rememberme {
  margin-bottom: 2.2rem;
  display: inline-block;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce [for=mailchimp_woocommerce_newsletter] span,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-form-login__rememberme span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page [for=mailchimp_woocommerce_newsletter] span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-form-login__rememberme span {
  margin-bottom: 0px !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce [type=submit],
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page [type=submit] {
  margin-bottom: 2.2rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row .required,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row .required {
  color: #2E2E2E;
  font-weight: 300;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .show-password-input,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .show-password-input {
  top: 1.4em;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .show-password-input.display-password::after,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .show-password-input.display-password::after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .show-password-input.display-password::after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .show-password-input.display-password::after {
  color: #B0302F;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form.checkout_coupon,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form.login,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form.register,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form.checkout_coupon,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form.login,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form.register {
  border: none;
  padding: 0;
  margin-top: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-terms-and-conditions-checkbox-text.woocommerce-terms-and-conditions-checkbox-text.woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-terms-and-conditions-checkbox-text.woocommerce-terms-and-conditions-checkbox-text.woocommerce-terms-and-conditions-checkbox-text:after {
  content: "" !important;
  margin: 0 !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-button + .woocommerce-button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-button + .woocommerce-button {
  margin-left: 0.4rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #respond input#submit:disabled,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.button:disabled,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce button.button:disabled,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce input.button:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #respond input#submit:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.button:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page button.button:disabled,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page input.button:disabled {
  pointer-events: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce legend,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page legend {
  width: auto;
  padding: 0 1rem;
  margin-left: -1rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce fieldset,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page fieldset {
  margin: 0 0 1.4rem;
  padding: 1.4rem 1.4rem;
  border-color: #ECECEC;
  border-style: solid;
  border-width: 0.1rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce address,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page address {
  font-size: 1.8rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-Address-title,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-Address-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 1.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove {
  color: #B0302F !important;
  font-weight: 300;
  line-height: 2.8rem;
  font-size: 0 !important;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 4rem;
  border: 0.2rem solid #000000;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:hover, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:focus-visible {
  background-color: #2E2E2E;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:before, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:after {
  content: "";
  height: 0.2rem;
  width: 1.115rem;
  border-radius: 2rem;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:hover, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:focus-visible {
  background-color: transparent;
  border-color: #B0302F;
  color: #FFFFFF !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:hover:before, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:hover:after, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:focus-visible:before, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce a.remove:focus-visible:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:hover:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:hover:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:focus-visible:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page a.remove:focus-visible:after {
  background-color: #B0302F;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon input,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon .button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon input,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon .button {
  margin-bottom: 1rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon ::-webkit-input-placeholder,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon ::-webkit-input-placeholder {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon ::-webkit-input-placeholder,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon ::-webkit-input-placeholder {
    font-size: 2rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon :-moz-placeholder,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon :-moz-placeholder { /* Firefox 18- */
  font-size: 2rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon :-moz-placeholder,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon :-moz-placeholder {
    font-size: 2rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon ::-moz-placeholder,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon ::-moz-placeholder { /* Firefox 19+ */
  font-size: 2rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon ::-moz-placeholder,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon ::-moz-placeholder {
    font-size: 2rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon :-ms-input-placeholder,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon :-ms-input-placeholder {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon :-ms-input-placeholder,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon :-ms-input-placeholder {
    font-size: 2rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon input,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon input {
  min-width: 34.99rem;
  margin-right: 1.61rem;
  padding: 0.1rem 2.2rem;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon input,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon input {
    padding: 2.55rem 2.5rem;
    font-size: 2rem;
  }
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon input,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon input {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon input,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon input {
    min-width: 0;
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon .button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon .button {
  width: auto;
  position: relative;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon .button:hover, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .coupon.coupon.coupon .button:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon .button:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .coupon.coupon.coupon .button:focus-visible {
  background-color: #2E2E2E;
  border-color: #2E2E2E;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce ul.wc_payment_methods.wc_payment_methods.wc_payment_methods.wc_payment_methods.wc_payment_methods.wc_payment_methods .wc_payment_method.wc_payment_method:before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page ul.wc_payment_methods.wc_payment_methods.wc_payment_methods.wc_payment_methods.wc_payment_methods.wc_payment_methods .wc_payment_method.wc_payment_method:before {
  display: none !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details {
  border-radius: 0 !important;
  overflow: hidden !important;
  border-top: none !important;
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders thead th, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details thead th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders thead th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details thead th {
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders thead th, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details thead th,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders thead th,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details thead th {
    font-size: 1.4rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders tfoot, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details tfoot,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders tfoot,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details tfoot {
  color: #2E2E2E;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders tfoot *, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details tfoot *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders tfoot *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details tfoot * {
  color: #2E2E2E !important;
  font-weight: 300 !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders td, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details td {
  border-bottom: 0.1rem solid #DBDBDB !important;
}
@media (max-width: 992px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders th,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders td, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details th,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details td,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders th,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders td,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details th,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details td {
    font-size: 1.4rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders th + th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders td + th, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details th + th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details td + th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders th + th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders td + th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details th + th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details td + th {
  border-left: 0.1rem solid #DBDBDB !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders th:first-of-type:has(+ td),
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders td:first-of-type:has(+ td), .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details th:first-of-type:has(+ td),
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details td:first-of-type:has(+ td),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders th:first-of-type:has(+ td),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders td:first-of-type:has(+ td),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details th:first-of-type:has(+ td),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details td:first-of-type:has(+ td) {
  border-left: none !important;
}
@media (max-width: 992px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders .button, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).order_details.order_details .button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders .button,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).order_details.order_details .button {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 100%;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart).my_account_orders.my_account_orders.my_account_orders.my_account_orders.my_account_orders tbody th + td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart).my_account_orders.my_account_orders.my_account_orders.my_account_orders.my_account_orders tbody th + td {
  border-left: 0.1rem solid #DBDBDB !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart) tr,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart) tr {
  background-color: transparent;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart) th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart) th {
  font-weight: 300 !important;
  color: #2E2E2E;
  font-size: 1.8rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table:not(.cart) td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table:not(.cart) td {
  border-left: 0.1rem solid #DBDBDB;
  font-size: 1.8rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce h2,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce h2 {
  width: 100%;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table {
  border: none;
  padding: 0;
  margin: 0;
}
html#BTT .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table,
html#BTT .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table {
  width: 100% !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table tr,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table td,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table tr,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table th {
  border: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table tbody td,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table tbody th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table tbody td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table tbody th {
  border-bottom: 0.1rem solid #DBDBDB;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table tbody td[colspan="6"],
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table tbody th[colspan="6"],
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table tbody td[colspan="6"],
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table tbody th[colspan="6"] {
  border-bottom: none;
  padding-top: 6.3rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.shop_table td,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.shop_table td {
    padding: 0.6rem 0.8rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .wc-proceed-to-checkout,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .wc-proceed-to-checkout {
  padding-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .wc-proceed-to-checkout .button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .wc-proceed-to-checkout .button {
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table {
  text-align: left;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tr,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tr,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table td {
  text-align: left;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table th.product-name.product-name.product-name.product-name.product-name.product-name, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table th.product-total.product-total.product-total.product-total.product-total.product-total,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tr.product-name.product-name.product-name.product-name.product-name.product-name,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tr.product-total.product-total.product-total.product-total.product-total.product-total,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table td.product-name.product-name.product-name.product-name.product-name.product-name,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table td.product-total.product-total.product-total.product-total.product-total.product-total,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table th.product-name.product-name.product-name.product-name.product-name.product-name,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table th.product-total.product-total.product-total.product-total.product-total.product-total,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tr.product-name.product-name.product-name.product-name.product-name.product-name,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tr.product-total.product-total.product-total.product-total.product-total.product-total,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table td.product-name.product-name.product-name.product-name.product-name.product-name,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table td.product-total.product-total.product-total.product-total.product-total.product-total {
  text-align: left;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody * {
  font-weight: 300;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr:nth-of-type(odd),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr:nth-of-type(odd) th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr:nth-of-type(odd) td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr:nth-of-type(odd) th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr:nth-of-type(odd) td {
  background-color: transparent;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr:nth-of-type(even),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr:nth-of-type(even) {
  background-color: transparent;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr:nth-of-type(even) th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr:nth-of-type(even) td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr:nth-of-type(even) th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr:nth-of-type(even) td {
  background-color: transparent;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr.cart_item + tr:not(.cart_item),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr.cart_item + tr:not(.cart_item) {
  background-color: white;
  padding-right: 0;
  padding-left: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tbody tr.cart_item + tr:not(.cart_item) td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tbody tr.cart_item + tr:not(.cart_item) td {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .quantity.quantity.quantity [type=number],
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .quantity.quantity.quantity [type=number] {
  width: 12.6rem;
  text-align: left;
  background-color: transparent;
  margin: 0 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .cart_totals table td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .cart_totals table td {
  width: 22rem !important;
}
@media (max-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .cart_totals table td,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .cart_totals table td {
    width: 100% !important;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .cart_totals table .order-total .woocommerce-Price-amount,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .cart_totals table .order-total .woocommerce-Price-amount {
  font-weight: 700;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table {
  font-size: 2rem;
  border-radius: 0;
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table tr,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table tr {
  border-bottom: none !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table td,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table th {
  font-size: 2rem;
  line-height: 1.5;
  padding: 1.4rem 1.4rem;
  border: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table th {
  font-weight: 500;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table td {
  padding: 1.4rem 1.4rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.cart,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.cart {
  border-radius: 0 !important;
  overflow: hidden;
  border-top: none !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.cart thead th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.cart thead th {
  padding: 4.9rem 2.3rem;
  font-weight: 300;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .cart-subtotal td,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .order-total td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .cart-subtotal td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .order-total td {
  color: #2E2E2E;
  font-weight: 300;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .cart-subtotal td *,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .order-total td *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .cart-subtotal td *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .order-total td * {
  font-weight: 300;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table small,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table small {
  color: rgb(140.75, 140.75, 140.75);
  font-size: 1.2rem;
  line-height: 1.4;
  display: block;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table small .amount.amount.amount.amount.amount.amount,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table small .amount.amount.amount.amount.amount.amount {
  font-weight: 300;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table small *,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table small * {
  font-size: 1.2rem;
  line-height: 1.4;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-subtotal,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-subtotal {
  font-weight: 300;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table.woocommerce-cart-form__contents tbody tr:first-of-type td:first-of-type,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table.woocommerce-cart-form__contents tbody tr:first-of-type td:first-of-type {
    border-top: none !important;
  }
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .actions,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .actions {
    padding-left: 0;
    padding-right: 0;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .actions .button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .actions .button {
  width: auto;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .actions .button:disabled:hover, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .actions .button:disabled:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .actions .button:disabled:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .actions .button:disabled:focus-visible {
  background-color: #2E2E2E;
  border-color: #2E2E2E;
  color: #B0302F !important;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .cart_item,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .cart_item {
    padding: 0;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .cart_item dl.variation dd,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .cart_item dl.variation dd {
  margin-bottom: 0.3em;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .cart_item dl.variation dd:last-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .cart_item dl.variation dd:last-of-type {
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .cart_item dl.variation p,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .cart_item dl.variation p {
  line-height: 1.2;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table ul.wc-item-meta li,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table ul.wc-item-meta li {
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table ul.wc-item-meta li:last-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table ul.wc-item-meta li:last-of-type {
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table ul.wc-item-meta p,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table ul.wc-item-meta p {
  line-height: 1.2;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-remove,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-remove {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-thumbnail + .product-name,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-thumbnail + .product-name {
    border-top: none !important;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table img,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table img {
  margin: 1rem auto;
  width: 10.297rem;
  min-width: 10.297rem;
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-remove,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-remove {
    width: 7.4rem !important;
  }
}
@media (max-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-remove,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-remove {
    width: 100% !important;
  }
}
@media (max-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-thumbnail,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-price,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-quantity,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-subtotal,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-thumbnail,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-price,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-quantity,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-subtotal {
    width: 100% !important;
  }
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-thumbnail,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-thumbnail {
    width: 34.4rem !important;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-thumbnail a,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-thumbnail a {
  aspect-ratio: 134.04/128;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 13.404rem;
  margin-left: auto;
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-price,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-price {
    width: 29.2rem !important;
  }
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-quantity,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-quantity {
    width: 29.7rem !important;
  }
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-subtotal,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-subtotal {
    width: 28.2rem !important;
  }
}
@media (max-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-quantity,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .screen-reader-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .screen-reader-text {
  height: 0;
  width: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .shipping-calculator-button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .shipping-calculator-button {
  white-space: pre;
  margin-top: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-name a,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-name a {
  color: #2E2E2E;
  text-decoration: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-name a:hover, .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce table .product-name a:focus-visible,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-name a:hover,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page table .product-name a:focus-visible {
  text-decoration: underline;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce ul#shipping_method li,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce ul#shipping_method li {
  padding-left: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table {
  border-radius: 2.4rem 2.4rem 0 0 !important;
  overflow: hidden !important;
  border-top: none !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table td,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table td {
  border-bottom: 0.1rem solid #DBDBDB !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table th + th,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table td + th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table th + th,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table td + th {
  border-left: 0.1rem solid #DBDBDB !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table th:first-of-type:has(+ td),
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table td:first-of-type:has(+ td),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table th:first-of-type:has(+ td),
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table td:first-of-type:has(+ td) {
  border-left: none !important;
}
@media (max-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table .cart-subtotal td:last-of-type,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table .order-total td:last-of-type,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table .cart-subtotal td:last-of-type,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-review-order-table.woocommerce-checkout-review-order-table .order-total td:last-of-type {
    width: 15rem !important;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout #createaccount + span:last-of-type,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout #createaccount + span:last-of-type {
  margin-bottom: 1.8rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout #terms + span:after,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout #terms + span:after {
  content: "*";
  color: #B0302F;
  font-weight: 700;
  margin-left: 0.25em;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout #terms ~ span.required,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout #terms ~ span.required {
  display: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout h3#ship-to-different-address,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout h3#ship-to-different-address {
  float: none;
  min-height: 1.2728em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout h3#ship-to-different-address span,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout h3#ship-to-different-address span {
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout h3#ship-to-different-address label,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout h3#ship-to-different-address label {
  margin-bottom: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout .input-checkbox,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout .input-checkbox {
  display: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout #order_review_heading,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout #order_review_heading {
  padding-top: 2rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-validated select,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-validated .select2-container,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-validated input.input-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-validated select {
  border-color: #17ae00;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-invalid select,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-invalid .select2-container,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-invalid input.input-text,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-invalid select {
  border-color: #B0302F;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row.woocommerce-invalid label {
  color: #B0302F;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-payment,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-payment {
  background-color: transparent !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-payment .input-checkbox,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-payment .input-checkbox {
  display: none;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-payment .place-order,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-payment .place-order {
  padding: 2rem 0 0 !important;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper {
  margin-bottom: 2rem;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce tbody .button,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page tbody .button {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce tabel.order_details tbody .product-name,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page tabel.order_details tbody .product-name {
    width: 100% !important;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-customer-details address,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-customer-details address {
  border: 0.1rem solid #DBDBDB;
  border-radius: 0;
  line-height: 1.4em;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-customer-details address p,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-customer-details address p {
  line-height: 1.5em;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last {
  width: calc(50% - 22 / 2);
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last {
    width: calc(50% - 2.75rem);
  }
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-first,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce form .form-row-last,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-first,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page form .form-row-last {
    width: 100%;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set .col-1,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set .col-2,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set .col-1,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set .col-2 {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set .col-1,
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set .col-2,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set .col-1,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set .col-2 {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 769px) {
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set .col-1,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set .col-1 {
    padding-right: 2.75rem;
  }
  .woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .col2-set .col-2,
  .woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .col2-set .col-2 {
    padding-left: 2.75rem;
  }
}
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce #add_payment_method #payment div.payment_box::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-cart #payment div.payment_box::before,
.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce.woocommerce .woocommerce-checkout #payment div.payment_box::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page #add_payment_method #payment div.payment_box::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-cart #payment div.payment_box::before,
.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page.woocommerce-page .woocommerce-checkout #payment div.payment_box::before {
  margin: -1em 0 0 1.8rem;
}

.woocommerce .woocommerce-checkout {
  padding-bottom: 3rem;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label.wc-item-meta-label {
  float: none;
}

.woocommerce-error.woocommerce-error,
.woocommerce-info.woocommerce-info,
.woocommerce-message.woocommerce-message {
  padding: 1rem 1.6rem 1rem 5.2rem;
  border-top-width: 0;
  margin-top: 0;
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border-radius: 0;
  font-size: 2rem;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 8.4rem;
  margin-bottom: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .woocommerce-error.woocommerce-error,
  .woocommerce-info.woocommerce-info,
  .woocommerce-message.woocommerce-message {
    padding: 1rem 1.6rem 1rem 5.2rem;
    font-size: 2rem;
  }
}
.woocommerce-error.woocommerce-error:before,
.woocommerce-info.woocommerce-info:before,
.woocommerce-message.woocommerce-message:before {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.6rem;
}
@media (max-width: 768px) {
  .woocommerce-error.woocommerce-error:before,
  .woocommerce-info.woocommerce-info:before,
  .woocommerce-message.woocommerce-message:before {
    left: 1.6rem;
  }
}
.woocommerce-error.woocommerce-error:after,
.woocommerce-info.woocommerce-info:after,
.woocommerce-message.woocommerce-message:after {
  display: none;
}
.woocommerce-error.woocommerce-error .button.button.button.button.button.button,
.woocommerce-info.woocommerce-info .button.button.button.button.button.button,
.woocommerce-message.woocommerce-message .button.button.button.button.button.button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .woocommerce-error.woocommerce-error .button,
  .woocommerce-info.woocommerce-info .button,
  .woocommerce-message.woocommerce-message .button {
    width: 100%;
  }
}

.woocommerce-message.woocommerce-message {
  border-top-color: #17ae00;
}
.woocommerce-message.woocommerce-message:before {
  color: #17ae00;
}

.woocommerce-error.woocommerce-error {
  border-top-color: #B0302F;
  color: #B0302F;
}
.woocommerce-error.woocommerce-error * {
  color: #B0302F;
}
.woocommerce-error.woocommerce-error:before {
  color: #B0302F;
}

.woocommerce-info.woocommerce-info {
  border-top-color: #17ae00;
}
.woocommerce-info.woocommerce-info:before {
  color: #17ae00;
}

@media (max-width: 768px) {
  .woocommerce-view-order .product-name.product-name.product-name.product-name.product-name {
    width: 100% !important;
  }
}

.page-id-967 .woocommerce-MyAccount-content.woocommerce-MyAccount-content mark {
  padding: 0;
  font-weight: 500;
}
.page-id-967 .woocommerce.woocommerce.woocommerce {
  padding-bottom: 10rem !important;
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce.woocommerce.woocommerce {
    padding-bottom: 5rem !important;
    padding-top: 0rem !important;
  }
}
.page-id-967 #add_payment_method #payment {
  padding: 1.5rem;
}
.page-id-967.woocommerce-edit-address .woocommerce-MyAccount-content.woocommerce-MyAccount-content.woocommerce-MyAccount-content {
  padding-top: 0;
  z-index: 1;
}
.page-id-967.woocommerce-edit-account .woocommerce-MyAccount-content.woocommerce-MyAccount-content.woocommerce-MyAccount-content {
  padding-top: 0;
  z-index: 1;
}
.page-id-967 .woocommerce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation {
  width: 18rem;
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation ul {
    margin-bottom: 0;
    border-bottom: 0.1rem solid #ECECEC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation ul.open li:not(.is-active) {
  display: block;
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation li {
  padding-left: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(4) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(5) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(6) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(7) {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(8) {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(9) {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(10) {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:nth-of-type(11) {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li.is-active {
    padding-right: 2rem;
    background-image: url(../images/breadcrumb.svg);
    background-repeat: no-repeat;
    background-position: 100% 1.1rem;
    cursor: pointer;
    background-size: 0.8rem auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li.is-active {
    background-image: url(../images/menu-arrow.svg);
    background-size: 2.4rem auto;
    background-position: 100% 0.6rem;
    padding-right: 3rem;
  }
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
    pointer-events: none;
  }
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li:not(.is-active) {
    display: none;
  }
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li.is-active {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation li.is-active a {
  padding-left: 2rem;
  background-position: 0 0.4em;
  background-position: 0 50%;
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation li a {
  text-decoration: none;
  line-height: 1.2em;
  display: inline-block;
  background-image: url(../images/breadcrumb.svg);
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: -1.7rem 50%;
  background-size: 0.8rem auto;
  padding: 0.4rem 0;
  color: #2E2E2E;
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li a {
    line-height: 1.5;
    background-image: none;
    padding-left: 0 !important;
  }
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation li a:hover, .page-id-967 .woocommerce .woocommerce-MyAccount-navigation li a:focus-visible {
  padding-left: 2rem;
  background-position: 0 50%;
}
.page-id-967 .woocommerce .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
  width: calc(100% - 18rem);
  z-index: 1;
}
@media (min-width: 769px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
    padding-left: 2.75rem;
  }
}
@media (max-width: 768px) {
  .page-id-967 .woocommerce .woocommerce-MyAccount-navigation + .woocommerce-MyAccount-content {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row {
    display: table;
  }
  .wp-block-woocommerce-filled-cart-block.is-medium.is-medium.is-medium.is-medium.is-medium.is-medium.is-medium.is-medium.is-medium,
  .wp-block-woocommerce-filled-cart-block.is-small.is-small.is-small.is-small.is-small.is-small.is-small.is-small.is-small {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .is-small table.wc-block-cart-items .wc-block-cart-items__header.wc-block-cart-items__header.wc-block-cart-items__header.wc-block-cart-items__header.wc-block-cart-items__header,
  .is-medium table.wc-block-cart-items .wc-block-cart-items__header.wc-block-cart-items__header.wc-block-cart-items__header.wc-block-cart-items__header.wc-block-cart-items__header {
    display: block;
  }
  .wc-block-cart .wc-block-cart__totals-title.wc-block-cart__totals-title.wc-block-cart__totals-title.wc-block-cart__totals-title {
    background: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: inherit;
    display: block;
    font-family: inherit;
    font-style: inherit;
    letter-spacing: inherit;
    margin: 0;
    text-align: left;
    text-decoration: inherit;
    text-transform: uppercase;
    vertical-align: baseline;
  }
}
.wc-block-components-product-details__name.wc-block-components-product-details__name.wc-block-components-product-details__name {
  font-weight: 500;
}

.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error {
  font-size: 1.4rem;
  color: #B0302F;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  width: 100%;
  margin-top: 0.7rem;
  padding-left: 1.7rem;
  background-image: url(../images/error.svg);
  background-repeat: no-repeat;
  background-size: 1.1rem auto;
  background-position: 0.1rem 50%;
  padding-top: 0;
}
.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error span {
  font-size: 1.4rem;
  color: #B0302F;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error.wc-block-components-validation-error svg {
  display: none;
}

.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-heading:last-of-type,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-product-new,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-separator,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .hide-me.hide-me.hide-me.hide-me.hide-me.hide-me.hide-me.hide-me {
  display: none !important;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .is-large.wc-block-cart {
  margin-bottom: 0rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-cart-items td {
  border-top: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart__main .wc-block-components-product-details__name {
  font-weight: 500;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  border-bottom: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main {
  width: 60%;
  padding-right: 0.8rem;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main {
    width: 100%;
    padding-right: 0;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header .wc-block-cart-items__header-total,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header .wc-block-cart-items__header-product {
  display: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header .wc-block-cart-items__header-image {
  width: 30%;
  font-weight: 500;
  padding: 1.4rem 1.4rem;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100%;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header .wc-block-cart-items__header-product {
  width: 70%;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items__header .wc-block-cart-items__header-product {
    width: 100%;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-main .wc-block-cart-items .wc-block-cart-item__total {
  display: none;
}
@media (min-width: 769px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar {
    width: 40%;
    padding-left: 0.8rem;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button {
  min-height: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-components-sidebar .wc-block-cart__submit-button svg {
  width: 1.2rem;
  height: 1.5rem;
  margin-right: 1rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block {
  padding: 1.4rem 1.4rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__form {
  gap: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-text-input.is-active label {
  top: -0.6rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-text-input,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-blocks-components-select__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label {
  left: 2.5rem;
  position: static;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-size: 1.4rem;
  color: #2E2E2E;
  margin-bottom: 1.1rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option {
  padding-left: 4.9rem;
  padding-right: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__label {
  font-size: 2rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__description {
  margin: 0;
  font-size: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: none;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  border: 0.1rem solid #2E2E2E;
  aspect-ratio: 1/1;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
    left: 0;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__input:before {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  aspect-ratio: 1/1;
  background-color: #2E2E2E;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
  padding: 2.8rem 0 2.3rem !important;
  border-top: 0.1rem solid #000000;
  border-bottom: 0.1rem solid #000000;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-text-input input[type=text] {
  padding: 1.4rem 1.2rem;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  color: #2E2E2E;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  border: 0.1rem solid #979797;
  border-radius: 0;
  height: auto;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-blocks-components-select__select {
  font-size: 2rem;
  line-height: 1;
  color: #2E2E2E;
  font-weight: 300;
  border: 0.1rem solid #979797;
  border-radius: 0;
  padding: 1rem 2.5rem;
  height: 5.2rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-blocks-components-select__container svg {
  top: 3.1rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__button {
  margin-bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 5.4rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-panel__button .wc-block-components-panel__button-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon {
  padding: 1.4rem 1.4rem;
  background-color: #FFFFFF;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper {
  padding: 0;
  border: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:has(.wc-block-components-totals-footer-item) {
  padding: 1.4rem 1.4rem;
  background-color: #FFFFFF;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-wrapper:empty {
  padding: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
  padding: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 2rem;
  font-weight: 500;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-footer-item-tax-value {
  font-size: 2rem;
  text-transform: none;
  font-weight: 500;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items {
  border: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row {
  background-color: #FFFFFF;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row:last-of-type .wc-block-cart-item__product:before,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row:last-of-type .wc-block-cart-item__image:before {
  display: none;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row {
    display: block;
    margin-bottom: 1rem;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
  padding: 1.4rem 1.4rem;
  width: 25%;
  position: relative;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image:before {
  content: "";
  position: absolute;
  left: 1.4rem;
  right: 0;
  bottom: 0;
  height: 0.1rem;
  background-color: #ECECEC;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image {
    width: 100%;
    display: block;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image a:hover img, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image a:focus-visible img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image a:after {
  display: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image a img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product {
  width: 75%;
  position: relative;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product:before {
  content: "";
  position: absolute;
  left: 0;
  right: 1.4rem;
  bottom: 0;
  height: 0.1rem;
  background-color: #ECECEC;
}
@media (max-width: 768px) {
  .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product {
    width: 100%;
    display: block;
    padding-right: 6.2rem;
  }
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-name {
  margin-bottom: 1em;
  width: 100%;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__prices * {
  font-weight: 300;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
  position: relative;
  /* Firefox */
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
  display: none;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  position: absolute;
  right: 2.3rem;
  background-image: url(../images/select-icon-alt.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1rem auto;
  text-decoration: none;
  font-size: 0rem;
  width: 1rem;
  aspect-ratio: 1/0.7;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:hover, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus:focus-visible,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:hover,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus:focus-visible {
  opacity: 1;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--plus {
  background-position: 50% 0%;
  top: calc(50% - 0.85rem);
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button--minus {
  background-position: 50% 100%;
  bottom: calc(50% - 0.85rem);
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__input {
  font-size: 2rem;
  padding: 1.3rem 1.6rem;
  text-align: left;
  width: 7.4rem;
  background-color: #FFFFFF;
  min-width: 0;
  color: #2E2E2E;
  font-family: "Montserrat", sans-serif;
  border: 0.1rem solid #979797;
  font-weight: 300;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input::-webkit-outer-spin-button,
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__quantity .wc-block-components-quantity-selector input[type=number] {
  -moz-appearance: textfield;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link {
  text-decoration: none;
  font-weight: 500;
  color: inherit;
  position: relative;
  display: inline-block;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0.1em;
  max-width: 0%;
  background-color: #5C768D;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link:hover, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link:focus-visible {
  color: #5C768D !important;
}
.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link:hover:after, .wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart.wp-block-woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__product .wc-block-cart-item__remove-link:focus-visible:after {
  max-width: 100%;
}

.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-main {
  width: 60%;
  padding-right: 0.8rem;
}
@media (max-width: 1616px) {
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-main {
    width: 100%;
    padding-right: 0;
  }
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .checkout-order-summary-block-fill {
  border: none;
  border-radius: 0;
  margin-bottom: 3rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-sidebar {
  width: 40%;
  padding-left: 0.8rem;
  position: static;
}
@media (max-width: 1616px) {
  .wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-sidebar {
    width: 100%;
    padding-left: 0;
  }
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-step {
  padding: 0;
  background-color: white;
  border: none;
  margin-bottom: 1.4rem;
  -webkit-box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
          box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-title.wc-block-components-title {
  text-transform: none;
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  padding: 1.4rem 1.4rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block.checkout-order-summary-block-fill-wrapper {
  padding-bottom: 0;
  margin-bottom: 1.4rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  -webkit-box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
          box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
  background-color: #FFFFFF;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__individual-prices {
  display: none;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-step__container {
  padding: 1.4rem 1.4rem;
  background-color: #FFFFFF;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-step__heading {
  margin: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__add-note .wc-block-components-textarea,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=tel],
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=text],
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__select,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input input[type=email] {
  height: auto;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__container > svg {
  display: none;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select .wc-blocks-components-select__label,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.is-active label {
  top: -0.3rem;
  -webkit-transform: translateY(0.4rem) scale(0.65);
      -ms-transform: translateY(0.4rem) scale(0.65);
          transform: translateY(0.4rem) scale(0.65);
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label {
  top: -0.2rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label.wc-blocks-components-select__label,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input.wc-block-components-text-input label {
  position: static;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 1.1rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 100%;
  max-width: 100%;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-shipping__fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__label {
  font-size: 2rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__description {
  margin: 0;
  font-size: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: none;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  border: 0.1rem solid #2E2E2E;
  aspect-ratio: 1/1;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-shipping__fieldset .wc-block-components-radio-control__option .wc-block-components-radio-control__input:before {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  aspect-ratio: 1/1;
  background-color: #2E2E2E;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-totals-block {
  padding: 2.8rem 0 2.3rem !important;
  border-top: 0.1rem solid #000000;
  border-bottom: 0.1rem solid #000000;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-blocks-components-select__container svg {
  top: 3.1rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-radio-control,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-radio-control:after,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-option:after,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control:after,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package:after,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control:after {
  display: none;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-checkout-step__content {
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-radio-control-accordion-content,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
  padding: 1rem 2.5rem;
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0 0 0 3.6rem;
  text-shadow: none;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button {
  min-height: 0;
  width: auto;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-button svg {
  width: 1.2rem;
  height: 1.5rem;
  margin-right: 1rem;
  margin-left: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkout-return-to-cart-button svg {
  position: static;
  width: 2.4rem;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
  border-top: 0;
  padding: 1.4rem 1.4rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkbox label {
  padding: 0 0 0 3.6rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  min-height: 2rem;
  border-radius: 0rem;
  border: 0.2rem solid #2E2E2E;
  aspect-ratio: 1/1;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0.2rem;
  top: 50%;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
  background-color: #2E2E2E;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked + svg {
  width: 1.8rem;
  height: 1.6rem;
  left: 0.1rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked + svg * {
  fill: #FFFFFF;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package {
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__label {
  font-size: 2rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout .wc-block-components-radio-control__description {
  margin: 0;
  font-size: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: none;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  border: 0.1rem solid #2E2E2E;
  aspect-ratio: 1/1;
  opacity: 1;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option .wc-block-components-radio-control__input:before {
  width: 2rem;
  height: 2rem;
  border-radius: 2rem;
  aspect-ratio: 1/1;
  background-color: #2E2E2E;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: none;
  border-radius: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
  padding: 1.4rem 1.4rem;
  margin-top: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title p {
  margin: 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wp-block-woocommerce-checkout-order-summary-cart-items-block {
  padding: 0;
  background-color: transparent;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item {
  background-color: #FFFFFF;
  margin-bottom: 1.4rem;
  position: relative;
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image {
  padding: 1.4rem 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  margin: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2rem;
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 0;
  min-height: 0;
  padding: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  background-color: #E18F6C;
  z-index: 3;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image svg {
  position: absolute;
  top: calc(50% - 0.2rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 82%;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image svg * {
  fill: #979797;
  fill: #17ae00;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  max-width: 100%;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description {
  width: 75%;
  padding: 1.4rem 1.4rem 3.9rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-product-name {
  font-weight: 500;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices {
  font-weight: 500;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__description .wc-block-components-order-summary-item__individual-prices * {
  font-weight: 500;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price {
  position: absolute;
  bottom: 1.4rem;
  left: calc(25% + 1.4rem);
  font-weight: 500;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item .wc-block-components-order-summary-item__total-price * {
  font-weight: 500;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__form {
  gap: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-coupon__button {
  width: 4.7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
  height: 5.4rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-coupon {
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 1.4rem 1.4rem;
  border: none;
  background-color: #FFFFFF;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper:has(.wc-block-components-panel) {
  padding: 1.4rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper:has(.wc-block-components-totals-footer-item) {
  padding: 1.4rem;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-wrapper:empty {
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block {
  border: none;
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-components-totals-item__label.wc-block-components-totals-item__label.wc-block-components-totals-item__label.wc-block-components-totals-item__label {
  font-weight: 300;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block .wc-block-formatted-money-amount.wc-block-formatted-money-amount.wc-block-formatted-money-amount.wc-block-formatted-money-amount {
  font-weight: 300;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wp-block-woocommerce-cart-order-summary-totals-block {
  padding: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-item {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__label {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-item__value,
.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-components-totals-item .wc-block-components-totals-footer-item-tax-value {
  font-size: 2rem;
  line-height: 1.5;
  text-transform: none;
  font-weight: 500;
}

.wp-block-woocommerce-checkout.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  font-size: 1.8rem;
  margin-top: -2.4rem;
}

@media (max-width: 768px) {
  .woocommerce.woocommerce table.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive tr td,
  .woocommerce-page.woocommerce-page table.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive.shop_table_responsive tr td {
    border-left: none !important;
  }
  .woocommerce.woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page.woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title);
  }
}
.woocommerce-terms-and-conditions-checkbox-text {
  width: auto !important;
}

table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  -webkit-box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
  box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
  background-color: #FFFFFF !important;
}

.wp-block-woocommerce-cart-order-summary-block {
  -webkit-box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
  box-shadow: 0 0 1.2rem rgba(46, 46, 46, 0.12);
  background-color: #FFFFFF;
}

@media (max-width: 768px) {
  label[for=billing-country] {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .swiper:has(.waypoint) .animate {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
    will-change: transform;
    visibility: hidden;
  }
  .swiper:has(.waypoint) .swiper-slide.swiper-slide-active .waypoint.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0rem, 0);
            transform: translate3d(0, 0rem, 0);
    -webkit-transition: 0.5s 0.3s ease-out;
    transition: 0.5s 0.3s ease-out;
    visibility: visible;
  }
}

@media (min-width: 993px) {
  .waypoint {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    opacity: 0;
    -webkit-transform: translate3d(0, 3rem, 0);
            transform: translate3d(0, 3rem, 0);
    will-change: transform;
  }
  .waypoint.animate {
    opacity: 1;
    -webkit-transform: translate3d(0, 0rem, 0);
            transform: translate3d(0, 0rem, 0);
    -webkit-transition: 0.5s 0s ease-out;
    transition: 0.5s 0s ease-out;
  }
}

@media (max-width: 768px) {
  [data-offset] {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

.pin-spacer.pin-spacer.pin-spacer.pin-spacer section {
  overflow-x: unset;
}

body section .container {
  position: relative;
  z-index: 3;
}
body section *:last-child {
  margin-bottom: 0;
}
body section .btn-con {
  margin-top: 3.2rem;
}
@media (max-width: 768px) {
  body section .btn-con {
    margin-top: 2.8rem;
  }
}
body section .link-con {
  margin-top: 3.2rem;
}
body section .inner:has(a.over) {
  position: relative;
}
body section .inner a.over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}

.hero-section {
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-section .row {
  min-height: 75rem;
}
@media (max-width: 992px) {
  .hero-section .row {
    min-height: 40rem;
  }
}
@media (max-width: 768px) {
  .hero-section .row {
    min-height: 26rem;
  }
}

.hero-slide-section {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero-slide-section .container {
    padding-inline: 3rem;
  }
  .hero-slide-section .swiper-button-next {
    right: 0rem;
  }
  .hero-slide-section .swiper-button-prev {
    left: 0rem;
  }
}
.hero-slide-section .next-section {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.2rem;
  height: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
@media (max-width: 768px) {
  .hero-slide-section .next-section {
    bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .hero-slide-section .next-section {
    display: none;
  }
}
.hero-slide-section .next-section svg {
  width: 1.4rem;
  aspect-ratio: 14/8;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-filter: drop-shadow(0 -0.2rem 0 #F9F9F9);
          filter: drop-shadow(0 -0.2rem 0 #F9F9F9);
}
.hero-slide-section .next-section svg * {
  fill: #2E2E2E;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 993px) {
  .hero-slide-section .next-section:hover svg *, .hero-slide-section .next-section:focus-visible svg * {
    fill: #E18F6C;
  }
}
.hero-slide-section .row {
  min-height: 87.7rem;
  min-height: calc(100vh - 11.8rem);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .hero-slide-section .row {
    min-height: 52.3rem;
    min-height: calc(100vh - 10.585rem);
  }
}
@media (max-width: 768px) {
  .hero-slide-section .row {
    min-height: 65rem;
    min-height: calc(100vh - 9.785rem);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-bottom: 5.2rem;
  }
}
.hero-slide-section .hero-slide .inner {
  position: relative;
}
.hero-slide-section .hero-slide .inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#2E2E2E), color-stop(75%, rgba(46, 46, 46, 0.1)));
  background: linear-gradient(90deg, #2E2E2E 0%, rgba(46, 46, 46, 0.1) 75%);
  z-index: 1;
}
.hero-slide-section .hero-slide .inner * {
  color: #F9F9F9;
}
.hero-slide-section .hero-slide .inner h1,
.hero-slide-section .hero-slide .inner h2,
.hero-slide-section .hero-slide .inner h3,
.hero-slide-section .hero-slide .inner h4,
.hero-slide-section .hero-slide .inner h5,
.hero-slide-section .hero-slide .inner h6,
.hero-slide-section .hero-slide .inner p,
.hero-slide-section .hero-slide .inner li {
  text-shadow: 0 0 0.5rem rgba(46, 46, 46, 0.8);
}
.hero-slide-section .text {
  width: 71rem;
}
@media (max-width: 992px) {
  .hero-slide-section .text {
    width: 36rem;
  }
}
@media (max-width: 768px) {
  .hero-slide-section .text h1 {
    font-size: 3.5rem;
    line-height: 1.3428571429;
  }
  .hero-slide-section .text * + ol,
  .hero-slide-section .text * + ul {
    margin-top: -0.4em;
  }
}
.hero-slide-section .under-con {
  margin-top: 3.3rem;
}
@media (max-width: 768px) {
  .hero-slide-section .under-con {
    margin-top: 1.8rem;
  }
}
@media (max-width: 768px) {
  .hero-slide-section .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
  }
}
.hero-slide-section .swiper-button-prev svg {
  -webkit-filter: drop-shadow(0.2rem 0 0 #F9F9F9);
          filter: drop-shadow(0.2rem 0 0 #F9F9F9);
}
.hero-slide-section .swiper-button-next {
  right: 1.6rem;
  left: auto;
}
.hero-slide-section .swiper-button-next svg {
  -webkit-filter: drop-shadow(-0.2rem 0 0 #F9F9F9);
          filter: drop-shadow(-0.2rem 0 0 #F9F9F9);
}
.hero-slide-section:has(.swiper-pagination-bullet:first-of-type:last-of-type):after {
  content: "Read more";
  position: absolute;
  bottom: 4.6rem;
  padding-right: 1.4rem;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  left: calc((100vw - 168rem) / 2);
  font-size: 1.4rem;
  color: #FFFFFF;
  z-index: 1;
  background-position: 100% 50%;
}
@media (max-width: 768px) {
  .hero-slide-section .btn-con {
    margin-top: -0.9rem;
  }
}

.partners-section .container {
  max-width: 85.2rem;
}
.partners-section .row {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (max-width: 992px) {
  .partners-section .row {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .partners-section .row {
    padding-bottom: 0.9rem;
  }
}
.partners-section .text-con {
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .partners-section .text-con h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .partners-section .partners-slide {
    width: calc(100% + 2.25rem + 2.25rem);
    max-width: calc(100% + 2.25rem + 2.25rem);
    margin-left: -2.25rem;
    pointer-events: none;
  }
  .partners-section .partners-slide .swiper-wrapper {
    -webkit-transition-timing-function: linear;
            transition-timing-function: linear;
  }
}
@media (max-width: 768px) {
  .partners-section .partners-slide .swiper-wrapper-con {
    overflow: visible !important;
  }
}
@media (max-width: 768px) {
  .partners-section .partners-slide .swiper-slide {
    padding: 0 2.25rem;
  }
}
.partners-section .partners-slide .swiper-slide .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-section ~ .intro-section .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .hero-section ~ .intro-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 992px) {
  .hero-section ~ .intro-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.intro-section {
  position: relative;
}
@media (max-width: 992px) {
  .intro-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: -27.8rem;
    background-image: url(../images/tree-rings.svg);
    background-repeat: no-repeat;
    aspect-ratio: 286/515;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 28.6rem;
    background-size: 100% auto;
    z-index: -1;
  }
}
.intro-section:first-child .row {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .intro-section:first-child .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .intro-section:first-child .row {
    padding-top: 6rem;
  }
}
.intro-section:has(+ .icon-with-text-section) .row, .intro-section:has(+ .product-links-section) .row, .intro-section:has(+ .form-section) .row, .intro-section:has(+ .blog-archive-section) .row, .intro-section:has(+ .locations-section) .row, .intro-section:has(+ .gallery-section) .row {
  padding-bottom: 0;
}
.post-type-archive-testimonials .intro-section .row {
  padding-top: 10rem;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .post-type-archive-testimonials .intro-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .post-type-archive-testimonials .intro-section .row {
    padding-top: 6rem;
  }
}
.post-type-archive-faq .intro-section .row {
  padding-bottom: 0;
}
.intro-section .side-con {
  aspect-ratio: 317/591;
  position: absolute;
  top: 42.1%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 31.7rem;
  left: 0;
}
@media (max-width: 992px) {
  .intro-section .side-con {
    display: none;
  }
}
.intro-section .side-con svg {
  width: 100%;
}
.intro-section hr:not(.small) {
  margin-top: 3.2rem;
}
.intro-section .container {
  max-width: 85.2rem;
}
.intro-section .row {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (max-width: 992px) {
  .intro-section .row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.intro-section .btn-con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.intro-section .btn-con .btn:last-of-type {
  margin-bottom: 0;
}

.hero-slide-section + .icon-with-text-section .row {
  padding-top: 10rem;
  padding-bottom: 10.7rem;
}
@media (max-width: 992px) {
  .hero-slide-section + .icon-with-text-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.hero-slide-section + .icon-with-text-section .hr-con {
  margin-bottom: 3.7rem;
}
@media (min-width: 769px) {
  .hero-slide-section + .icon-with-text-section .text-side {
    padding-left: 3.3rem;
  }
}

.intro-section + .icon-with-text-section .row {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .intro-section + .icon-with-text-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .intro-section + .icon-with-text-section .row {
    padding-top: 6rem;
  }
}

.testimonial-carousel-section + .icon-with-text-section .row {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .testimonial-carousel-section + .icon-with-text-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel-section + .icon-with-text-section .row {
    padding-top: 6rem;
  }
}

.testimonial-carousel-section + .icon-with-text-section .row {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .testimonial-carousel-section + .icon-with-text-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel-section + .icon-with-text-section .row {
    padding-top: 6rem;
  }
}

.key-features-section + .icon-with-text-section .row {
  padding-top: 0;
}

.icon-with-text-section {
  position: relative;
}
@media (max-width: 992px) {
  .icon-with-text-section:has(+ .our-products-section):after {
    content: "";
    position: absolute;
    top: 100%;
    left: 4.2rem;
    height: 0.25rem;
    width: calc(100% - 8.4rem);
    min-height: 2.5px;
    background-color: #E18F6C;
    clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .icon-with-text-section:has(+ .our-products-section):after {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
}
.icon-with-text-section .side-con {
  aspect-ratio: 317/591;
  position: absolute;
  top: 42.1%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 31.7rem;
  left: 0;
}
.icon-with-text-section .side-con svg {
  width: 100%;
}
.icon-with-text-section .container {
  max-width: 85.2rem;
}
.icon-with-text-section .row {
  padding-top: 7rem;
  padding-bottom: 9.9rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .icon-with-text-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .icon-with-text-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.icon-with-text-section .hr-con {
  margin-bottom: 3.2rem;
}
@media (max-width: 992px) {
  .icon-with-text-section .hr-con {
    margin-bottom: 2.1rem;
  }
  .icon-with-text-section .hr-con hr {
    width: 19.8rem;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .icon-with-text-section .icon-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12.2rem;
            flex: 0 0 12.2rem;
    max-width: 12.2rem;
  }
}
@media (max-width: 768px) {
  .icon-with-text-section .icon-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.8rem;
            flex: 0 0 10.8rem;
    max-width: 10.8rem;
  }
}
.icon-with-text-section p:has(+ h4) {
  margin-bottom: 0.2em;
}
@media (max-width: 992px) {
  .icon-with-text-section p:has(+ h4) {
    margin-bottom: 0.3em;
  }
}
.icon-with-text-section h4:has(+ h2) {
  margin-bottom: 0.15em;
}
@media (min-width: 993px) {
  .icon-with-text-section .text-side {
    padding-left: 2.7rem;
  }
}
@media (min-width: 769px) {
  .icon-with-text-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 12.2rem);
            flex: 0 0 calc(100% - 12.2rem);
    max-width: calc(100% - 12.2rem);
  }
}

@media (max-width: 992px) {
  .intro-section + .our-products-section .row {
    padding-top: 0;
  }
  .intro-section + .our-products-section .text {
    padding-top: 4.25rem;
    position: relative;
  }
  .intro-section + .our-products-section .text:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0.25rem;
    min-height: 2.5px;
    background-color: #E18F6C;
    clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 0;
    width: calc(100% - 6.4rem);
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .intro-section + .our-products-section .text:before {
    width: 100%;
  }
}

.our-products-section {
  position: relative;
  background-color: #1F3A63;
}
@media (max-width: 992px) {
  .our-products-section {
    background-color: transparent;
  }
}
.our-products-section:after {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(66, 66, 66, 0.45);
}
@media (max-width: 992px) {
  .our-products-section:after {
    display: none;
  }
}
@media (min-width: 993px) {
  .our-products-section .full-bg {
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .our-products-section .full-bg.active {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .our-products-section .full-bg {
    display: none;
  }
}
.our-products-section .row {
  min-height: 90rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .our-products-section .row {
    min-height: 77.8rem;
    padding-top: 6.3rem;
    padding-bottom: 5.7rem;
  }
}
@media (max-width: 768px) {
  .our-products-section .row {
    padding-bottom: 12.7rem;
  }
}
@media (min-width: 993px) {
  .our-products-section .text-con * {
    color: #F9F9F9;
  }
}
@media (max-width: 768px) {
  .our-products-section .text-con {
    margin-bottom: 3rem;
  }
}
.our-products-section .text-con .text {
  width: 50rem;
}
@media (min-width: 993px) {
  .our-products-section .text-con h1,
  .our-products-section .text-con h2,
  .our-products-section .text-con h3,
  .our-products-section .text-con h4,
  .our-products-section .text-con h5,
  .our-products-section .text-con h6,
  .our-products-section .text-con p,
  .our-products-section .text-con li {
    text-shadow: 0 0 0.5rem rgba(46, 46, 46, 0.8);
  }
}
@media (min-width: 993px) {
  .our-products-section .block-links-slide-con {
    padding-right: 15.1rem;
    margin-top: auto;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .our-products-section .block-links-slide-con {
    padding-left: 0;
  }
}
.our-products-section .block-links-slide {
  width: calc(100% + 1.6rem + 1.6rem);
  max-width: calc(100% + 1.6rem + 1.6rem);
  margin-left: -1.6rem;
}
@media (min-width: 993px) {
  .our-products-section .block-links-slide .swiper-pagination {
    display: none !important;
  }
}
@media (min-width: 993px) {
  .our-products-section .block-links-slide .swiper-wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
.our-products-section .block-links-slide .swiper-button-prev,
.our-products-section .block-links-slide .swiper-button-next {
  background-color: #5C768D;
  top: auto;
  bottom: -8.8rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 3.8rem;
  height: 3.8rem;
  z-index: 5;
}
@media (min-width: 993px) {
  .our-products-section .block-links-slide .swiper-button-prev,
  .our-products-section .block-links-slide .swiper-button-next {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-button-prev,
  .our-products-section .block-links-slide .swiper-button-next {
    top: 18.3rem;
    bottom: auto;
  }
}
@media (max-width: 768px) {
  .our-products-section .block-links-slide .swiper-button-prev,
  .our-products-section .block-links-slide .swiper-button-next {
    top: auto;
    bottom: -6.7rem;
  }
}
.our-products-section .block-links-slide .swiper-button-prev svg *,
.our-products-section .block-links-slide .swiper-button-next svg * {
  fill: #FFFFFF;
}
.our-products-section .block-links-slide .swiper-button-prev:hover, .our-products-section .block-links-slide .swiper-button-prev:focus-visible,
.our-products-section .block-links-slide .swiper-button-next:hover,
.our-products-section .block-links-slide .swiper-button-next:focus-visible {
  background-color: #E18F6C;
}
.our-products-section .block-links-slide .swiper-button-prev {
  left: calc(50% - 5.4rem);
}
@media (min-width: 769px) {
  .our-products-section .block-links-slide .swiper-button-prev {
    left: -34.2rem;
  }
}
@media (max-width: 768px) {
  .our-products-section .block-links-slide .swiper-button-prev {
    left: calc(50% - 5rem);
  }
}
.our-products-section .block-links-slide .swiper-button-next {
  right: calc(50% - 5.4rem);
}
@media (min-width: 769px) {
  .our-products-section .block-links-slide .swiper-button-next {
    right: auto;
    left: -28rem;
  }
}
@media (max-width: 768px) {
  .our-products-section .block-links-slide .swiper-button-next {
    left: auto;
    right: calc(50% - 5rem);
  }
}
.our-products-section .block-links-slide .swiper-slide {
  padding: 0 1.6rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.our-products-section .block-links-slide .swiper-slide .inner {
  background-color: #FFFFFF;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide .inner {
    background-color: #ECECEC;
    -webkit-box-shadow: -0.3rem 0.3rem 0 #1F3A63;
            box-shadow: -0.3rem 0.3rem 0 #1F3A63;
    margin-bottom: 0.3rem;
    background-image: url(../images/shoe.svg);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 16.4rem auto;
  }
}
.our-products-section .block-links-slide .swiper-slide .inner:has(a:focus-visible) .under a.main svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.our-products-section .block-links-slide .swiper-slide .inner:has(a:focus-visible) .links {
  max-height: 40rem;
  visibility: visible;
}
.our-products-section .block-links-slide .swiper-slide .inner:has(.links):hover .under a.main svg, .our-products-section .block-links-slide .swiper-slide .inner:has(.links):focus-visible .under a.main svg {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.our-products-section .block-links-slide .swiper-slide .inner:has(.links):hover .links, .our-products-section .block-links-slide .swiper-slide .inner:has(.links):focus-visible .links {
  max-height: 40rem;
  visibility: visible;
}
.our-products-section .block-links-slide .swiper-slide img {
  aspect-ratio: 361/169;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide img {
    aspect-ratio: 358/217;
  }
}
.our-products-section .block-links-slide .swiper-slide .under {
  padding: 2.3rem 2.1rem 2.3rem;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide .under {
    padding: 2.3rem 1.6rem 2.8rem;
  }
}
.our-products-section .block-links-slide .swiper-slide a.main {
  font-size: 1.875rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide a.main {
    font-family: "Playfair Display", serif;
    font-size: 2.8rem;
    text-transform: none;
  }
}
.our-products-section .block-links-slide .swiper-slide a.main:hover, .our-products-section .block-links-slide .swiper-slide a.main:focus-visible {
  color: #E18F6C;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide a.main:hover:after, .our-products-section .block-links-slide .swiper-slide a.main:focus-visible:after {
    background-position: 0rem 50%;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide a.main {
    padding-right: 1.6rem;
    position: relative;
  }
  .our-products-section .block-links-slide .swiper-slide a.main:after {
    content: "";
    position: absolute;
    width: 0.6rem;
    aspect-ratio: 6/10;
    background-image: url(../images/link-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: -0.6rem 50%;
    opacity: 0;
    visibility: hidden;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.our-products-section .block-links-slide .swiper-slide a.main svg {
  aspect-ratio: 8.58/14.58;
  width: 0.858rem;
  min-width: 0.858rem;
  margin-right: 0.6rem;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s !important;
  transition: 0.5s !important;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide a.main svg {
    display: none;
  }
}
.our-products-section .block-links-slide .swiper-slide .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 993px) {
  .our-products-section .block-links-slide .swiper-slide .links {
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}
.our-products-section .block-links-slide .swiper-slide .links a {
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.8rem;
  padding-right: 1.6rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide .links a {
    margin-bottom: 0.55rem;
    font-size: 1.4rem;
    margin-bottom: 0.35rem;
  }
}
.our-products-section .block-links-slide .swiper-slide .links a:after {
  content: "";
  position: absolute;
  width: 0.6rem;
  aspect-ratio: 6/10;
  background-image: url(../images/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: -0.6rem 50%;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.our-products-section .block-links-slide .swiper-slide .links a:hover, .our-products-section .block-links-slide .swiper-slide .links a:focus-visible {
  color: #E18F6C;
}
.our-products-section .block-links-slide .swiper-slide .links a:hover:after, .our-products-section .block-links-slide .swiper-slide .links a:focus-visible:after {
  background-position: 0rem 50%;
  opacity: 1;
  visibility: visible;
}
.our-products-section .block-links-slide .swiper-slide .links a:first-of-type {
  margin-top: 1.3rem;
}
@media (max-width: 992px) {
  .our-products-section .block-links-slide .swiper-slide .links a:first-of-type {
    margin-top: 1.5rem;
  }
}
.our-products-section .block-links-slide .swiper-slide .links a:last-of-type {
  margin-bottom: -0.3rem;
}

.row:has(.side-line) {
  position: relative;
}

.side-line {
  position: absolute;
  left: 1.1rem;
  top: 0;
  width: 0.25rem;
  height: 100%;
  overflow: hidden;
  clip-path: polygon(0 0.5rem, 100% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .side-line {
    left: 0.4rem;
  }
}
.side-line span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #E18F6C;
  height: 100%;
  max-height: 0%;
}

.accordion-section + .text-with-side-line-section .container,
.faq-taxonomy-section + .text-with-side-line-section .container {
  padding-bottom: 10.8rem;
}
@media (max-width: 992px) {
  .accordion-section + .text-with-side-line-section .container,
  .faq-taxonomy-section + .text-with-side-line-section .container {
    padding-top: 6.9rem;
    padding-bottom: 9.1rem;
  }
}
@media (max-width: 768px) {
  .accordion-section + .text-with-side-line-section .container,
  .faq-taxonomy-section + .text-with-side-line-section .container {
    padding-top: 5.1rem;
    padding-bottom: 7.6rem;
  }
}

.compare-our-range-section + .text-with-side-line-section .side-barn,
.accordion-section + .text-with-side-line-section .side-barn {
  display: none;
}

@media (max-width: 992px) {
  .our-products-section + .text-with-side-line-section {
    background-color: #ECECEC;
    padding-bottom: 5.6rem;
    margin-bottom: -7rem;
  }
}

@media (max-width: 768px) {
  .compare-our-range-section + .text-with-side-line-section + .our-products-section {
    position: relative;
  }
  .compare-our-range-section + .text-with-side-line-section + .our-products-section:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0.25rem;
    min-height: 2.5px;
    background-color: #E18F6C;
    clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
  .compare-our-range-section + .text-with-side-line-section + .our-products-section .row {
    padding-top: 4.3rem;
  }
  .compare-our-range-section + .text-with-side-line-section + .our-products-section .text-con {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 992px) {
  .compare-our-range-section + .text-with-side-line-section .container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .compare-our-range-section + .text-with-side-line-section .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.text-with-side-line-section {
  position: relative;
}
.text-with-side-line-section.grey {
  background-color: #ECECEC;
}
.text-with-side-line-section.grey + .products-section .container > .row, .text-with-side-line-section.grey + .case-studies-section .container > .row {
  padding-top: 10rem;
}
.text-with-side-line-section.grey .side-barn {
  display: none;
}
.text-with-side-line-section.grey .container {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .text-with-side-line-section.grey .container {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .text-with-side-line-section.grey .container {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.text-with-side-line-section .side-barn {
  position: absolute;
  right: 0;
  bottom: -7.1rem;
  width: 63.7rem;
  aspect-ratio: 637/171;
}
@media (max-width: 992px) {
  .text-with-side-line-section .side-barn {
    bottom: 2.5rem;
    width: 36.4rem;
  }
}
@media (max-width: 768px) {
  .text-with-side-line-section .side-barn {
    display: none;
  }
}
.text-with-side-line-section .container {
  max-width: 85.2rem;
  padding-top: 8.6rem;
  padding-bottom: 8.6rem;
}
@media (max-width: 768px) {
  .text-with-side-line-section .container {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 769px) {
  .text-with-side-line-section .container > .row {
    padding-left: 4.4rem;
  }
}
@media (min-width: 993px) {
  .text-with-side-line-section .container > .row {
    padding-left: 13.8rem;
  }
}
@media (max-width: 768px) {
  .text-with-side-line-section .container > .row {
    padding-left: 3.5rem;
  }
}
.text-with-side-line-section .text.text img {
  margin-bottom: 1.95em;
}
@media (max-width: 768px) {
  .text-with-side-line-section .text.text img {
    margin-bottom: 2.25em;
  }
}

.angled-image-section.forward img {
  clip-path: polygon(0 8.6rem, 100% 0%, 100% calc(100% - 8.6rem), 0% 100%);
}
@media (max-width: 992px) {
  .angled-image-section.forward img {
    clip-path: polygon(0 3.6rem, 100% 0%, 100% calc(100% - 3.6rem), 0% 100%);
  }
}
@media (max-width: 768px) {
  .angled-image-section.forward img {
    clip-path: polygon(0 1.7rem, 100% 0%, 100% calc(100% - 1.7rem), 0% 100%);
  }
}
.angled-image-section.backward img {
  clip-path: polygon(0 0, 100% 8.6rem, 100% 100%, 0 calc(100% - 8.6rem));
}
@media (max-width: 992px) {
  .angled-image-section.backward img {
    clip-path: polygon(0 0, 100% 3.6rem, 100% 100%, 0 calc(100% - 3.6rem));
  }
}
@media (max-width: 768px) {
  .angled-image-section.backward img {
    clip-path: polygon(0 0, 100% 1.7rem, 100% 100%, 0 calc(100% - 1.7rem));
  }
}
.angled-image-section img {
  aspect-ratio: 1920/432.47;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.products-section + .text-with-side-image-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 0.25rem;
  width: 83rem;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-height: 2.5px;
  background-color: #E18F6C;
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
}
@media (max-width: 992px) {
  .products-section + .text-with-side-image-section:after {
    width: calc(100% - 8.4rem);
  }
}
@media (max-width: 768px) {
  .products-section + .text-with-side-image-section:after {
    width: calc(100% - 3.2rem);
  }
}
.products-section + .text-with-side-image-section .container > .row {
  padding-top: 4.2rem;
}

.text-with-side-image-section {
  position: relative;
}
.text-with-side-image-section.grey {
  background-color: #ECECEC;
}
.text-with-side-image-section .side-barn {
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 46.05rem;
  aspect-ratio: 460.5/205;
}
@media (max-width: 992px) {
  .text-with-side-image-section .side-barn {
    display: none;
  }
}
.text-with-side-image-section hr {
  width: 19.8rem;
  margin-left: 0;
}
.text-with-side-image-section .container {
  max-width: 85.2rem;
}
.text-with-side-image-section .container > .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (min-width: 769px) {
  .text-with-side-image-section .container > .row {
    padding-left: 12.2rem;
  }
}
@media (min-width: 993px) {
  .text-with-side-image-section .container > .row {
    padding-left: 13.8rem;
  }
}
@media (max-width: 992px) {
  .text-with-side-image-section .container > .row {
    padding-top: 7.9rem;
    padding-bottom: 7.9rem;
  }
}
@media (max-width: 768px) {
  .text-with-side-image-section .container > .row {
    padding-top: 5.2rem;
    padding-bottom: 6rem;
  }
}
@media (max-width: 992px) {
  .text-with-side-image-section h2 {
    margin-bottom: 0.6em;
  }
}
@media (min-width: 769px) {
  .text-with-side-image-section .image-con {
    position: absolute;
    top: 9.4rem;
    left: -1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14.1rem;
            flex: 0 0 14.1rem;
    max-width: 14.1rem;
  }
}
@media (max-width: 992px) {
  .text-with-side-image-section .image-con {
    top: 7.4rem;
    left: 2.1rem;
  }
}
@media (max-width: 768px) {
  .text-with-side-image-section .image-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10.9rem;
            flex: 0 0 10.9rem;
    max-width: 10.9rem;
    left: 0;
    top: 0;
    margin-bottom: 2.4rem;
  }
}
.text-with-side-image-section .blocks {
  margin-top: 3.2rem;
}
@media (max-width: 992px) {
  .text-with-side-image-section .blocks {
    margin-top: -0.5rem;
  }
}
@media (min-width: 993px) {
  .text-with-side-image-section .blocks .b-item:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .text-with-side-image-section .blocks .b-item:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .text-with-side-image-section .blocks .b-item:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .text-with-side-image-section .blocks .b-item:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .text-with-side-image-section .blocks .b-item:nth-of-type(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
@media (max-width: 768px) {
  .text-with-side-image-section .btn-con {
    margin-top: 2.3rem;
  }
}

.b-item {
  margin-bottom: 2.2rem;
}
@media (max-width: 768px) {
  .b-item {
    margin-bottom: 3.2rem;
  }
  .single-our-products .b-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.b-item.animate .stat-con .number .number-inner {
  -webkit-transform: translateY(calc(-100% + 1em));
      -ms-transform: translateY(calc(-100% + 1em));
          transform: translateY(calc(-100% + 1em));
  -webkit-transition: 1s;
  transition: 1s;
}
.b-item .stat-con {
  font-size: 4.3rem;
  height: 1em;
  font-weight: 400;
  font-family: "Playfair Display", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  margin-bottom: 0.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .b-item .stat-con {
    font-size: 3.4rem;
  }
}
.b-item .stat-con .number {
  height: 1em;
  overflow: hidden;
  position: relative;
}
.b-item .stat-con .number .number-inner {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.b-item .stat-con .number .filler {
  opacity: 0;
  visibility: hidden;
}
.b-item .inner {
  text-align: center;
}
@media (max-width: 992px) {
  .b-item .inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .b-item .inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.b-item .icon-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
.b-item .icon-con img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 3.2rem;
}

@media (max-width: 992px) {
  .image-with-text-section:not(:has(+ .text-section hr)) + .text-section .container:after {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: 4.2rem;
    height: 0.25rem;
    width: calc(100% - 8.4rem);
    min-height: 2.5px;
    background-color: #E18F6C;
    clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .image-with-text-section:not(:has(+ .text-section hr)) + .text-section .container:after {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
}
.image-with-text-section:not(:has(+ .text-section hr)) + .text-section .container > .row {
  padding-top: 0;
}
@media (max-width: 992px) {
  .image-with-text-section:not(:has(+ .text-section hr)) + .text-section .container > .row {
    padding-top: 3.7rem;
  }
}

.text-section {
  position: relative;
}
.text-section.grey.grey.grey.grey.grey.grey.grey.grey.grey.grey.grey.grey {
  background-color: #ECECEC;
}
.text-section.white.white.white.white.white.white.white.white.white.white.white.white {
  background-color: #FFFFFF;
}
.text-section:has(.text img) {
  background-color: #ECECEC;
}
@media (max-width: 992px) {
  .text-section:has(.text img) {
    background-color: transparent;
  }
  .single-our-products .text-section:has(.text img) {
    background-color: #ECECEC;
  }
  .single-our-products .text-section:has(.text img) img.alignnone {
    margin-right: 2.2rem !important;
  }
}
.text-section:has(.text img) .side-barn {
  display: none;
}
@media (max-width: 992px) {
  .text-section:has(.text img) .container:after {
    display: none;
  }
}
.text-section:has(.text img) .container > .row {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media (max-width: 992px) {
  .text-section:has(.text img) .container > .row {
    padding-top: 0;
    padding-bottom: 6rem;
  }
  .single-our-products .text-section:has(.text img) .container > .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.page-id-490 .text-section .side-barn {
  display: none !important;
}
.text-section:has(.blocks) .container > .row {
  padding-bottom: 8.2rem;
}
.text-section:has(+ .call-back-section) .side-barn {
  display: block;
}
@media (max-width: 992px) {
  .text-section:has(+ .call-back-section) .side-barn {
    display: none;
  }
}
.text-section .side-barn {
  aspect-ratio: 724/171;
  position: absolute;
  bottom: -13rem;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  width: 72.4rem;
  right: 0;
  display: none;
}
.text-section .side-barn svg {
  width: 100%;
}
.text-section .container {
  max-width: 85.2rem;
}
.text-section .container > .row {
  padding-top: 9.9rem;
  padding-bottom: 9.9rem;
}
@media (max-width: 992px) {
  .text-section .container > .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .text-section .container > .row h2 {
    margin-bottom: 0.6em;
  }
  .single-our-products .text-section .container > .row h2 {
    margin-bottom: 0.9em;
  }
}
@media (max-width: 768px) {
  .text-section .container > .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media (min-width: 993px) {
  .text-section .container > .row .b-item:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .text-section .container > .row .b-item:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .text-section .container > .row .b-item:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .text-section .container > .row .b-item:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .text-section .container > .row .b-item:nth-of-type(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.text-section hr {
  margin-bottom: 4.3rem;
}
.text-section .btn-con {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .text-section .btn-con {
    margin-top: -0.5rem;
  }
}
.text-section .btn-con .btn:last-of-type {
  margin-bottom: 0;
}

.testimonial-carousel-section {
  background-color: #ECECEC;
  position: relative;
  overflow: clip;
}
.testimonial-carousel-section .quote-back {
  position: absolute;
  aspect-ratio: 214/173;
  width: 21.4rem;
  top: 9.2rem;
  left: 13.5rem;
  pointer-events: none;
}
@media (max-width: 992px) {
  .testimonial-carousel-section .quote-back {
    width: 13.8rem;
    left: -1.5rem;
  }
}
.testimonial-carousel-section .quote-shape {
  position: absolute;
  aspect-ratio: 890/324;
  width: 89rem;
  bottom: 0rem;
  right: 0rem;
  pointer-events: none;
}
@media (max-width: 992px) {
  .testimonial-carousel-section .quote-shape {
    width: 43.9rem;
    bottom: -1.7rem;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel-section .quote-shape {
    left: 7.4rem;
    bottom: -0.8rem;
  }
}
.testimonial-carousel-section .row {
  padding-top: 10rem;
  padding-bottom: 14.7rem;
}
@media (max-width: 992px) {
  .testimonial-carousel-section .row {
    padding-top: 8.2rem;
    padding-bottom: 12.6rem;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel-section .row {
    padding-top: 6.1rem;
    padding-bottom: 10.6rem;
  }
}
.testimonial-carousel-section .text-con {
  text-align: center;
  margin-bottom: 4.3rem;
}
.testimonial-carousel-section .link-con {
  margin-top: -0.6rem;
}
@media (max-width: 992px) {
  .testimonial-carousel-section .link-con {
    margin-top: 0;
  }
}
.testimonial-carousel-section .testimonials-slide {
  width: calc(100% + 1.6rem + 1.6rem);
  max-width: calc(100% + 1.6rem + 1.6rem);
  margin-left: -1.6rem;
}
.testimonial-carousel-section .testimonials-slide .prev,
.testimonial-carousel-section .testimonials-slide .next {
  display: block;
  position: absolute;
  width: 43.3rem;
  height: 100%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  display: none;
}
@media (max-width: 768px) {
  .testimonial-carousel-section .testimonials-slide .prev,
  .testimonial-carousel-section .testimonials-slide .next {
    display: none;
  }
}
.testimonial-carousel-section .testimonials-slide .prev {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ececec), to(rgba(236, 236, 236, 0)));
  background: linear-gradient(90deg, #ececec 0%, rgba(236, 236, 236, 0) 100%);
}
.testimonial-carousel-section .testimonials-slide .next {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ececec), to(rgba(236, 236, 236, 0)));
  background: linear-gradient(270deg, #ececec 0%, rgba(236, 236, 236, 0) 100%);
}
.testimonial-carousel-section .testimonials-slide .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-carousel-section .testimonials-slide .swiper-slide {
  padding: 0 1.6rem;
}
.testimonial-carousel-section .testimonials-slide .swiper-slide .inner {
  background-color: #FFFFFF;
  padding: 4.1rem 4rem 4.1rem 4.1rem;
}
.testimonial-carousel-section .testimonials-slide .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-carousel-section .testimonials-slide h6 {
  font-weight: 500;
}
@media (max-width: 768px) {
  .testimonial-carousel-section .testimonials-slide .swiper-button-prev {
    left: 1.6rem;
  }
}
@media (max-width: 768px) {
  .testimonial-carousel-section .testimonials-slide .swiper-button-next {
    left: auto;
    right: 1.6rem;
  }
}
.testimonial-carousel-section .testimonials-slide .swiper-slide:not(.swiper-slide-prev):after {
  opacity: 1;
}
.testimonial-carousel-section .testimonials-slide .swiper-slide:not(.swiper-slide-next):before {
  opacity: 1;
}
.testimonial-carousel-section .testimonials-slide .swiper-slide.swiper-slide-active:before, .testimonial-carousel-section .testimonials-slide .swiper-slide.swiper-slide-active:after {
  opacity: 0;
}
.testimonial-carousel-section .testimonials-slide .swiper-slide:before, .testimonial-carousel-section .testimonials-slide .swiper-slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 43.3rem;
  height: 101%;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 768px) {
  .testimonial-carousel-section .testimonials-slide .swiper-slide:before, .testimonial-carousel-section .testimonials-slide .swiper-slide:after {
    display: none;
  }
}
.testimonial-carousel-section .testimonials-slide .swiper-slide:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#ececec), to(rgba(236, 236, 236, 0)));
  background: linear-gradient(90deg, #ececec 0%, rgba(236, 236, 236, 0) 100%);
}
.testimonial-carousel-section .testimonials-slide .swiper-slide:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(#ececec), to(rgba(236, 236, 236, 0)));
  background: linear-gradient(270deg, #ececec 0%, rgba(236, 236, 236, 0) 100%);
}
.testimonial-carousel-section .testimonials-slide .swiper-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -4.8rem;
}
@media (max-width: 992px) {
  .testimonial-carousel-section .testimonials-slide .swiper-pagination {
    bottom: -4.5rem;
  }
}
.testimonial-carousel-section .testimonials-slide .swiper-pagination .swiper-pagination-bullet {
  background-color: #C3C3C3;
}
.testimonial-carousel-section .testimonials-slide .swiper-pagination .swiper-pagination-bullet:hover, .testimonial-carousel-section .testimonials-slide .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-color: #E18F6C;
}
.testimonial-carousel-section .testimonials-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2E2E;
}

.testimonial-blocks-section {
  background-color: #ECECEC;
  position: relative;
}
.testimonial-blocks-section .container {
  max-width: 178rem;
}
.testimonial-blocks-section .container > .row {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .testimonial-blocks-section .container > .row {
    padding-top: 8rem;
  }
}
@media (min-width: 993px) {
  .testimonial-blocks-section .container,
  .testimonial-blocks-section .col-12 {
    padding-right: 5rem;
    padding-left: 5rem;
  }
  .testimonial-blocks-section .row {
    margin-right: -5rem;
    margin-left: -5rem;
  }
}
.testimonial-blocks-section .quote-back {
  position: absolute;
  aspect-ratio: 214/173;
  width: 21.4rem;
  top: 33.3rem;
  left: 12rem;
  pointer-events: none;
}
.testimonial-blocks-section .quote-shape {
  position: absolute;
  aspect-ratio: 1147/349;
  width: 114.7rem;
  bottom: 0rem;
  right: 0rem;
  pointer-events: none;
}
@media (min-width: 993px) {
  .testimonial-blocks-section .text-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23.9%;
            flex: 0 0 23.9%;
    max-width: 23.9%;
  }
}
@media (max-width: 992px) {
  .testimonial-blocks-section .text-con {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 4rem;
  }
}
@media (min-width: 993px) {
  .testimonial-blocks-section .testimonials-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 76.1%;
            flex: 0 0 76.1%;
    max-width: 76.1%;
  }
}
@media (max-width: 992px) {
  .testimonial-blocks-section .testimonials-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonial-blocks-section .link-con {
  margin-top: -0.6rem;
}
.testimonial-blocks-section .tb-item {
  margin-bottom: 9.8rem;
}
@media (max-width: 992px) {
  .testimonial-blocks-section .tb-item {
    margin-bottom: 8rem;
  }
}
.testimonial-blocks-section .tb-item blockquote {
  margin-bottom: 0.46em;
}
.testimonial-blocks-section .tb-item .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-blocks-section .tb-item h6 {
  font-weight: 500;
}

.rating {
  background-image: url(../images/rating-under.svg);
  aspect-ratio: 85/16;
  width: 8.5rem;
  background-size: 8.5rem auto;
  position: relative;
  margin-right: 1.2rem;
}
.rating .rating-inner {
  background-image: url(../images/rating-over.svg);
  background-repeat: no-repeat;
  background-size: 8.5rem auto;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.icon-with-text-section + .products-section .col-12.text-con.text-con.text-con.text-con {
  padding-top: 0;
}

.icon-with-text-section + .image-with-floating-text-section.right .row,
.icon-with-text-section + .popular-products-top-section .row {
  padding-top: 0;
}

.popular-products-top-section + .popular-products-section .row {
  padding-top: 4rem;
}
.popular-products-top-section .row {
  padding-top: 10rem;
}
.popular-products-top-section .col-12.text-con {
  margin-bottom: 4.1rem;
}

.popular-products-section .title-con,
.image-with-floating-text-section .title-con {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-bottom: 4.1rem;
}
@media (max-width: 768px) {
  .popular-products-section .title-con,
  .image-with-floating-text-section .title-con {
    margin-bottom: 2.1rem;
  }
}
.popular-products-section .title-con hr.small,
.image-with-floating-text-section .title-con hr.small {
  margin-bottom: 2.2rem;
}
.popular-products-section:has(+ .popular-products-section) .row, .popular-products-section:has(+ .image-with-floating-text-section) .row,
.image-with-floating-text-section:has(+ .popular-products-section) .row,
.image-with-floating-text-section:has(+ .image-with-floating-text-section) .row {
  padding-bottom: 0;
}
@media (min-width: 993px) {
  .popular-products-section.left .image-side,
  .image-with-floating-text-section.left .image-side {
    -webkit-transform: translate3d(3rem, 0, 0);
            transform: translate3d(3rem, 0, 0);
  }
  .popular-products-section.left .image-side.animate,
  .image-with-floating-text-section.left .image-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 769px) {
  .popular-products-section.left .image-side,
  .image-with-floating-text-section.left .image-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 993px) {
  .popular-products-section.left .text-side,
  .image-with-floating-text-section.left .text-side {
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
  }
  .popular-products-section.left .text-side.animate,
  .image-with-floating-text-section.left .text-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 993px) {
  .popular-products-section.right .image-side,
  .image-with-floating-text-section.right .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
  }
  .popular-products-section.right .image-side.animate,
  .image-with-floating-text-section.right .image-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 993px) {
  .popular-products-section.right .text-side,
  .image-with-floating-text-section.right .text-side {
    -webkit-transform: translate3d(3rem, 0, 0);
            transform: translate3d(3rem, 0, 0);
  }
  .popular-products-section.right .text-side.animate,
  .image-with-floating-text-section.right .text-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 993px) {
  .popular-products-section.right .text-side .text,
  .image-with-floating-text-section.right .text-side .text {
    -webkit-box-shadow: 0.7rem 0.7rem 0 #1F3A63;
            box-shadow: 0.7rem 0.7rem 0 #1F3A63;
  }
}
.popular-products-section .row,
.image-with-floating-text-section .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .popular-products-section .row,
  .image-with-floating-text-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 992px) {
  .popular-products-section .row,
  .image-with-floating-text-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.popular-products-section .text-side,
.image-with-floating-text-section .text-side {
  position: relative;
  z-index: 2;
}
@media (min-width: 993px) {
  .popular-products-section .text-side,
  .image-with-floating-text-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (max-width: 992px) {
  .popular-products-section .text-side,
  .image-with-floating-text-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 5.3rem;
    padding-right: 5.3rem;
    margin-top: -4.2rem;
  }
}
@media (max-width: 768px) {
  .popular-products-section .text-side,
  .image-with-floating-text-section .text-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.popular-products-section .text-side .text,
.image-with-floating-text-section .text-side .text {
  background-color: #ECECEC;
  padding: 5.4rem 4.1rem 5.1rem;
  -webkit-box-shadow: -0.7rem 0.7rem 0 #1F3A63;
          box-shadow: -0.7rem 0.7rem 0 #1F3A63;
}
@media (max-width: 768px) {
  .popular-products-section .text-side .text,
  .image-with-floating-text-section .text-side .text {
    -webkit-box-shadow: -0.4rem 0.4rem 0 #1F3A63;
            box-shadow: -0.4rem 0.4rem 0 #1F3A63;
  }
}
@media (max-width: 992px) {
  .popular-products-section .text-side .text,
  .image-with-floating-text-section .text-side .text {
    padding: 4.2rem 3.2rem 4.2rem;
  }
  .popular-products-section .text-side .text hr,
  .image-with-floating-text-section .text-side .text hr {
    margin-bottom: 2.2rem;
  }
  .popular-products-section .text-side .text h2,
  .image-with-floating-text-section .text-side .text h2 {
    margin-bottom: 0.6em;
  }
  .popular-products-section .text-side .text h4,
  .image-with-floating-text-section .text-side .text h4 {
    font-size: 2.4rem;
  }
  .popular-products-section .text-side .text p strong:first-of-type:last-of-type,
  .image-with-floating-text-section .text-side .text p strong:first-of-type:last-of-type {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .popular-products-section .text-side .text,
  .image-with-floating-text-section .text-side .text {
    padding: 2.9rem 2.2rem 3rem;
  }
}
@media (min-width: 993px) {
  .popular-products-section .image-side,
  .image-with-floating-text-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    max-width: 69%;
  }
  .popular-products-section .image-side img,
  .image-with-floating-text-section .image-side img {
    width: calc(100% + 10.2rem);
    max-width: calc(100% + 10.2rem);
  }
}
@media (max-width: 992px) {
  .popular-products-section .image-side,
  .image-with-floating-text-section .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .popular-products-section .image-side img,
  .image-with-floating-text-section .image-side img {
    aspect-ratio: 358/268.96;
  }
}
.popular-products-section .image-side img,
.image-with-floating-text-section .image-side img {
  -webkit-box-shadow: 0 0 1.6rem rgba(46, 46, 46, 0.25);
          box-shadow: 0 0 1.6rem rgba(46, 46, 46, 0.25);
}

.call-back-section {
  background-color: #617A90;
  position: relative;
}
.call-back-section .back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.call-back-section .back path {
  stroke: #FFFFFF;
}
.call-back-section .container {
  max-width: 85.2rem;
}
.call-back-section .row {
  padding-top: 9.7rem;
  padding-bottom: 9rem;
}
@media (max-width: 992px) {
  .call-back-section .row {
    padding-top: 7.7rem;
    padding-bottom: 7.3rem;
  }
  .call-back-section .row h2 {
    font-size: 4.3rem;
  }
}
@media (max-width: 768px) {
  .call-back-section .row {
    padding-top: 5.7rem;
    padding-bottom: 5.2rem;
  }
  .call-back-section .row h2 {
    font-size: 2.2rem;
  }
}
.call-back-section .text-con {
  margin-bottom: 2.8rem;
}
@media (max-width: 768px) {
  .call-back-section .text-con {
    margin-bottom: 1.9rem;
  }
}
.call-back-section .text-con * {
  color: #FFFFFF;
}
.call-back-section .form-con input,
.call-back-section .form-con textarea,
.call-back-section .form-con .fake-select,
.call-back-section .form-con select {
  padding: 1rem 1.7rem;
}
.call-back-section .form-con .gform_wrapper .gform_fields .gfield,
.call-back-section .form-con .gform_wrapper .gform_fields .gfield--width-half,
.call-back-section .form-con .gform_wrapper .gform_fields .gfield--width-third {
  margin-bottom: 1.2rem;
}
.call-back-section .form-con .gfield--width-half {
  width: calc(50% - (1.1rem));
  width: calc(50% - 0.6rem);
}
.call-back-section .form-con .gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer {
  margin-top: 1.8rem;
}
@media (max-width: 768px) {
  .call-back-section .form-con .gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer {
    margin-top: 1.05rem;
  }
}
.call-back-section .form-con .gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer *[type=submit] {
  border-color: transparent;
  background-color: transparent;
  color: #FFFFFF !important;
  -webkit-box-shadow: inset 0 0 0 0.2rem #FFFFFF;
          box-shadow: inset 0 0 0 0.2rem #FFFFFF;
}
.call-back-section .form-con .gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer *[type=submit]:before {
  background-color: #FFFFFF;
}
.call-back-section .form-con .gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer *[type=submit]:hover, .call-back-section .form-con .gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer.gform_footer *[type=submit]:focus-visible {
  border-color: transparent;
  background-color: transparent;
  color: #1F3A63 !important;
}
.call-back-section .form-con .gform_confirmation_message {
  color: #FFFFFF;
}

.banner-section {
  background-color: #617A90;
  position: relative;
}
.banner-section.no-text .container {
  max-width: 86rem;
}
.banner-section.no-text .container > .row {
  padding-top: 0.3rem;
  padding-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .banner-section.no-text .container > .row {
    padding-top: 4.5rem;
    padding-bottom: 5.8rem;
  }
}
@media (max-width: 768px) {
  .banner-section.no-text .container > .row {
    padding-top: 1.5rem;
    padding-bottom: 5.3rem;
  }
  .banner-section.no-text .container > .row:has(.b-item:nth-of-type(4)) .b-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
.banner-section .back {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.05;
}
.banner-section .back path {
  stroke: #FFFFFF;
}
.banner-section .container {
  max-width: 81rem;
}
.banner-section .container > .row {
  padding-top: 5rem;
  padding-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .banner-section .container > .row {
    padding-top: 8.2rem;
    padding-bottom: 5.9rem;
  }
}
@media (max-width: 768px) {
  .banner-section .container > .row {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }
  .single-our-products .banner-section .container > .row {
    padding-bottom: 5.6rem;
  }
  .banner-section .container > .row .b-item .inner {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
  }
}
.banner-section .row {
  text-align: center;
}
.banner-section * {
  color: #FFFFFF;
}
.banner-section .blocks {
  margin-top: 4.8rem;
}
@media (max-width: 992px) {
  .banner-section .blocks {
    margin-top: 3.6rem;
  }
}
@media (max-width: 768px) {
  .banner-section .blocks {
    margin-top: 4.6rem;
  }
  .single-our-products .banner-section .blocks {
    margin-top: 2.9rem;
  }
}
@media (min-width: 993px) {
  .banner-section .blocks .b-item:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }
  .banner-section .blocks .b-item:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .banner-section .blocks .b-item:nth-of-type(4) {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
  .banner-section .blocks .b-item:nth-of-type(5) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .banner-section .blocks .b-item:nth-of-type(6) {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}

.text-with-side-image-section + .image-with-text-section .row,
.intro-section + .image-with-text-section .row,
.icon-with-text-section + .image-with-text-section .row {
  padding-top: 0;
}

.main-wrapper:has(.image-with-text-section.has-number) {
  counter-reset: sectionN;
}

@media (max-width: 992px) {
  .image-with-text-section.has-number ~ .image-with-text-section .text hr {
    display: none;
  }
}
.image-with-text-section.has-number ~ .image-with-text-section .text h1:first-child,
.image-with-text-section.has-number ~ .image-with-text-section .text h2:first-child,
.image-with-text-section.has-number ~ .image-with-text-section .text h3:first-child,
.image-with-text-section.has-number ~ .image-with-text-section .text h4:first-child,
.image-with-text-section.has-number ~ .image-with-text-section .text h5:first-child,
.image-with-text-section.has-number ~ .image-with-text-section .text h6:first-child,
.image-with-text-section.has-number ~ .image-with-text-section .text p:first-child {
  padding-left: 4.6rem;
  position: relative;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number ~ .image-with-text-section .text h1:first-child,
  .image-with-text-section.has-number ~ .image-with-text-section .text h2:first-child,
  .image-with-text-section.has-number ~ .image-with-text-section .text h3:first-child,
  .image-with-text-section.has-number ~ .image-with-text-section .text h4:first-child,
  .image-with-text-section.has-number ~ .image-with-text-section .text h5:first-child,
  .image-with-text-section.has-number ~ .image-with-text-section .text h6:first-child,
  .image-with-text-section.has-number ~ .image-with-text-section .text p:first-child {
    padding-left: 5.6rem;
  }
}
.image-with-text-section.has-number ~ .image-with-text-section .text h1:first-child:before,
.image-with-text-section.has-number ~ .image-with-text-section .text h2:first-child:before,
.image-with-text-section.has-number ~ .image-with-text-section .text h3:first-child:before,
.image-with-text-section.has-number ~ .image-with-text-section .text h4:first-child:before,
.image-with-text-section.has-number ~ .image-with-text-section .text h5:first-child:before,
.image-with-text-section.has-number ~ .image-with-text-section .text h6:first-child:before,
.image-with-text-section.has-number ~ .image-with-text-section .text p:first-child:before {
  counter-increment: sectionN;
  content: counter(sectionN);
  min-width: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  line-height: 2.15rem;
  border-radius: 50%;
  background-color: #5C768D;
  font-size: 2.2rem;
  aspect-ratio: 1/1;
  left: 0;
  color: #DEE4E8;
  text-align: center;
  font-family: "Playfair Display", serif;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number ~ .image-with-text-section .text h1:first-child:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text h2:first-child:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text h3:first-child:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text h4:first-child:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text h5:first-child:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text h6:first-child:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text p:first-child:before {
    min-width: 1.4em;
    line-height: 3.45rem;
    font-size: 2.8rem;
  }
}
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h1:first-of-type,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h2:first-of-type,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h3:first-of-type,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h4:first-of-type,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h5:first-of-type,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h6:first-of-type,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + p:first-of-type {
  padding-left: 4.6rem;
  position: relative;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h1:first-of-type,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h2:first-of-type,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h3:first-of-type,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h4:first-of-type,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h5:first-of-type,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h6:first-of-type,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + p:first-of-type {
    padding-left: 5.6rem;
  }
}
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h1:first-of-type:before,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h2:first-of-type:before,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h3:first-of-type:before,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h4:first-of-type:before,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h5:first-of-type:before,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + h6:first-of-type:before,
.image-with-text-section.has-number ~ .image-with-text-section .text hr + p:first-of-type:before {
  counter-increment: sectionN;
  content: counter(sectionN);
  min-width: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  line-height: 2.15rem;
  border-radius: 50%;
  background-color: #5C768D;
  font-size: 2.2rem;
  aspect-ratio: 1/1;
  left: 0;
  color: #DEE4E8;
  text-align: center;
  font-family: "Playfair Display", serif;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h1:first-of-type:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h2:first-of-type:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h3:first-of-type:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h4:first-of-type:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h5:first-of-type:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + h6:first-of-type:before,
  .image-with-text-section.has-number ~ .image-with-text-section .text hr + p:first-of-type:before {
    min-width: 1.4em;
    line-height: 3.45rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 992px) {
  .image-with-text-section.has-number .text hr {
    display: none;
  }
}
.image-with-text-section.has-number .text h1:first-child,
.image-with-text-section.has-number .text h2:first-child,
.image-with-text-section.has-number .text h3:first-child,
.image-with-text-section.has-number .text h4:first-child,
.image-with-text-section.has-number .text h5:first-child,
.image-with-text-section.has-number .text h6:first-child,
.image-with-text-section.has-number .text p:first-child {
  padding-left: 4.6rem;
  position: relative;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number .text h1:first-child,
  .image-with-text-section.has-number .text h2:first-child,
  .image-with-text-section.has-number .text h3:first-child,
  .image-with-text-section.has-number .text h4:first-child,
  .image-with-text-section.has-number .text h5:first-child,
  .image-with-text-section.has-number .text h6:first-child,
  .image-with-text-section.has-number .text p:first-child {
    padding-left: 5.6rem;
  }
}
.image-with-text-section.has-number .text h1:first-child:before,
.image-with-text-section.has-number .text h2:first-child:before,
.image-with-text-section.has-number .text h3:first-child:before,
.image-with-text-section.has-number .text h4:first-child:before,
.image-with-text-section.has-number .text h5:first-child:before,
.image-with-text-section.has-number .text h6:first-child:before,
.image-with-text-section.has-number .text p:first-child:before {
  counter-increment: sectionN;
  content: counter(sectionN);
  min-width: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  line-height: 2.15rem;
  border-radius: 50%;
  background-color: #5C768D;
  font-size: 2.2rem;
  aspect-ratio: 1/1;
  left: 0;
  color: #DEE4E8;
  text-align: center;
  font-family: "Playfair Display", serif;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number .text h1:first-child:before,
  .image-with-text-section.has-number .text h2:first-child:before,
  .image-with-text-section.has-number .text h3:first-child:before,
  .image-with-text-section.has-number .text h4:first-child:before,
  .image-with-text-section.has-number .text h5:first-child:before,
  .image-with-text-section.has-number .text h6:first-child:before,
  .image-with-text-section.has-number .text p:first-child:before {
    min-width: 1.4em;
    line-height: 3.45rem;
    font-size: 2.8rem;
  }
}
.image-with-text-section.has-number .text hr + h1:first-of-type,
.image-with-text-section.has-number .text hr + h2:first-of-type,
.image-with-text-section.has-number .text hr + h3:first-of-type,
.image-with-text-section.has-number .text hr + h4:first-of-type,
.image-with-text-section.has-number .text hr + h5:first-of-type,
.image-with-text-section.has-number .text hr + h6:first-of-type,
.image-with-text-section.has-number .text hr + p:first-of-type {
  padding-left: 4.6rem;
  position: relative;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number .text hr + h1:first-of-type,
  .image-with-text-section.has-number .text hr + h2:first-of-type,
  .image-with-text-section.has-number .text hr + h3:first-of-type,
  .image-with-text-section.has-number .text hr + h4:first-of-type,
  .image-with-text-section.has-number .text hr + h5:first-of-type,
  .image-with-text-section.has-number .text hr + h6:first-of-type,
  .image-with-text-section.has-number .text hr + p:first-of-type {
    padding-left: 5.6rem;
  }
}
.image-with-text-section.has-number .text hr + h1:first-of-type:before,
.image-with-text-section.has-number .text hr + h2:first-of-type:before,
.image-with-text-section.has-number .text hr + h3:first-of-type:before,
.image-with-text-section.has-number .text hr + h4:first-of-type:before,
.image-with-text-section.has-number .text hr + h5:first-of-type:before,
.image-with-text-section.has-number .text hr + h6:first-of-type:before,
.image-with-text-section.has-number .text hr + p:first-of-type:before {
  counter-increment: sectionN;
  content: counter(sectionN);
  min-width: 1em;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  line-height: 2.15rem;
  border-radius: 50%;
  background-color: #5C768D;
  font-size: 2.2rem;
  aspect-ratio: 1/1;
  left: 0;
  color: #DEE4E8;
  text-align: center;
  font-family: "Playfair Display", serif;
}
@media (max-width: 992px) {
  .image-with-text-section.has-number .text hr + h1:first-of-type:before,
  .image-with-text-section.has-number .text hr + h2:first-of-type:before,
  .image-with-text-section.has-number .text hr + h3:first-of-type:before,
  .image-with-text-section.has-number .text hr + h4:first-of-type:before,
  .image-with-text-section.has-number .text hr + h5:first-of-type:before,
  .image-with-text-section.has-number .text hr + h6:first-of-type:before,
  .image-with-text-section.has-number .text hr + p:first-of-type:before {
    min-width: 1.4em;
    line-height: 3.45rem;
    font-size: 2.8rem;
  }
}
.image-with-text-section:has(+ .image-with-text-section) .row {
  padding-bottom: 0;
}
@media (min-width: 993px) {
  .image-with-text-section.left .image-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-transform: translate3d(3rem, 0, 0);
            transform: translate3d(3rem, 0, 0);
  }
  .image-with-text-section.left .image-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 993px) {
  .image-with-text-section.left .text-side {
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
    padding-right: 8.9rem;
  }
  .image-with-text-section.left .text-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 993px) {
  .image-with-text-section.right .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-transform: translate3d(-3rem, 0, 0);
            transform: translate3d(-3rem, 0, 0);
  }
  .image-with-text-section.right .image-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@media (min-width: 993px) {
  .image-with-text-section.right .text-side {
    -webkit-transform: translate3d(3rem, 0, 0);
            transform: translate3d(3rem, 0, 0);
    padding-left: 8.9rem;
  }
  .image-with-text-section.right .text-side.animate {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.image-with-text-section .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .image-with-text-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .image-with-text-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.image-with-text-section .text-side {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .image-with-text-section .text-side hr {
    display: none;
  }
}
@media (min-width: 993px) {
  .image-with-text-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
  }
}
@media (max-width: 992px) {
  .image-with-text-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 4.2rem;
  }
  .image-with-text-section .text-side .btn-con {
    margin-top: -0.6rem;
  }
}
.image-with-text-section hr {
  margin-bottom: 4rem;
}
@media (min-width: 993px) {
  .image-with-text-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    max-width: 69%;
  }
}
@media (max-width: 992px) {
  .image-with-text-section .image-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.image-with-text-section .image-side img {
  -webkit-box-shadow: 0 0 1.6rem rgba(46, 46, 46, 0.25);
          box-shadow: 0 0 1.6rem rgba(46, 46, 46, 0.25);
}
@media (max-width: 992px) {
  .image-with-text-section .image-side img {
    aspect-ratio: 716/546;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.icon-list {
  margin-top: 2em;
}
.icon-list .item {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 0.2em;
}
.icon-list .item i {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  width: 2.4rem;
  top: 50%;
  left: 0.8rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.products-section + .tabs-with-slide-section .row,
.case-studies-section + .tabs-with-slide-section .row,
.image-with-text-section + .tabs-with-slide-section .row {
  padding-top: 0;
}

.our-products-section + .tabs-with-slide-section .row {
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .our-products-section + .tabs-with-slide-section .row {
    padding-bottom: 0rem;
  }
}
@media (max-width: 768px) {
  .our-products-section + .tabs-with-slide-section .row {
    padding-top: 2.5rem;
  }
}

@media (max-width: 992px) {
  .tabs-with-slide-section:has(+ .testimonial-carousel-section) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section:has(+ .testimonial-carousel-section) {
    margin-bottom: 6rem;
  }
}
.tabs-with-slide-section:has(+ .call-back-section) .row {
  padding-bottom: 10.4rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section:has(+ .call-back-section) .row {
    padding-bottom: 8.4rem;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section:has(+ .call-back-section) .row {
    padding-bottom: 6.2rem;
  }
}
.tabs-with-slide-section .row {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .row {
    padding-top: 8rem;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section .row {
    padding-top: 6rem;
  }
}
.tabs-with-slide-section .text-con {
  text-align: center;
  margin-bottom: 2.9rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .text-con {
    text-align: left;
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide-con {
    padding: 0;
    margin-left: -3.1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 6.2rem);
            flex: 0 0 calc(100% + 6.2rem);
    max-width: calc(100% + 6.2rem);
  }
}
.tabs-with-slide-section .why-slide-con .swiper-pagination {
  bottom: auto;
  top: -2.1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 993px) {
  .tabs-with-slide-section .why-slide-con .swiper-pagination {
    display: none;
  }
}
.tabs-with-slide-section .why-slide-con .swiper-pagination .swiper-pagination-bullet {
  background-color: #C3C3C3;
}
.tabs-with-slide-section .why-slide-con .swiper-pagination .swiper-pagination-bullet:hover, .tabs-with-slide-section .why-slide-con .swiper-pagination .swiper-pagination-bullet:focus-visible {
  background-color: #E18F6C;
}
.tabs-with-slide-section .why-slide-con .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #2E2E2E;
}
.tabs-with-slide-section .why-nav-slide {
  margin-bottom: 3.1rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-nav-slide {
    display: none;
  }
}
.tabs-with-slide-section .why-nav-slide .swiper-slide {
  text-align: center;
}
.tabs-with-slide-section .why-nav-slide .swiper-slide.swiper-slide-thumb-active span {
  color: #5C768D;
}
.tabs-with-slide-section .why-nav-slide .swiper-slide.swiper-slide-thumb-active span:after {
  max-width: 100%;
}
.tabs-with-slide-section .why-nav-slide .swiper-slide .inner {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 1.1rem;
}
.tabs-with-slide-section .why-nav-slide .swiper-slide span {
  text-transform: uppercase;
  font-size: 1.73rem !important;
  font-weight: 400;
  position: relative;
  padding: 0.4rem 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-width: none;
}
.tabs-with-slide-section .why-nav-slide .swiper-slide span:hover, .tabs-with-slide-section .why-nav-slide .swiper-slide span:focus-visible {
  color: #5C768D;
}
.tabs-with-slide-section .why-nav-slide .swiper-slide span:after {
  content: "";
  position: absolute;
  top: calc(100% - 0.1em);
  left: 0;
  width: 100%;
  height: 0.1em;
  max-width: 0%;
  background-color: #5C768D;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tabs-with-slide-section .why-slide .swiper-slide .inner {
  min-height: 61rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 8.8rem;
  -webkit-box-shadow: 0 0 1.1rem rgba(46, 46, 46, 0.25);
          box-shadow: 0 0 1.1rem rgba(46, 46, 46, 0.25);
  margin: 1.1rem auto;
  overflow: hidden;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide .swiper-slide .inner {
    padding: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ECECEC;
    min-height: 0;
  }
}
.tabs-with-slide-section .why-slide .swiper-slide .link-con {
  margin-top: -0.9rem;
}
.tabs-with-slide-section .why-slide .swiper-slide .full-bg {
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide .swiper-slide .full-bg {
    aspect-ratio: 800/271;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: static;
    height: auto;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section .why-slide .swiper-slide .full-bg {
    aspect-ratio: 800/245;
  }
}
.tabs-with-slide-section .why-slide .swiper-slide .text {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  width: 56.9rem;
  padding: 5rem 5rem 12rem;
  -webkit-box-shadow: -0.7rem 0.7rem 0 #1F3A63;
          box-shadow: -0.7rem 0.7rem 0 #1F3A63;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text {
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #ECECEC;
    padding: 3.2rem 4.2rem 11.3rem;
  }
  .tabs-with-slide-section .why-slide .swiper-slide .text hr {
    display: none;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text {
    -webkit-box-shadow: -0.4rem 0.4rem 0 #1F3A63;
            box-shadow: -0.4rem 0.4rem 0 #1F3A63;
    padding: 3.1rem 3.5rem 17.8rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tabs-with-slide-section .why-slide .swiper-slide .text h3 {
    margin-bottom: 0.75em;
  }
}
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev,
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next {
  background-color: #5C768D;
  top: auto;
  bottom: 5rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 3.8rem;
  height: 3.8rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev,
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next {
    bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev,
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next {
    bottom: 3rem;
  }
}
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev svg *,
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next svg * {
  fill: #FFFFFF;
}
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev:hover, .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev:focus-visible,
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next:hover,
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next:focus-visible {
  background-color: #E18F6C;
}
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev {
  left: auto;
  left: 5rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev {
    left: auto;
    right: 10.4rem;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-prev {
    left: calc(50% - 5rem);
  }
}
.tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next {
  right: auto;
  left: 11.1rem;
}
@media (max-width: 992px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next {
    left: auto;
    right: 4.2rem;
  }
}
@media (max-width: 768px) {
  .tabs-with-slide-section .why-slide .swiper-slide .text .swiper-button-next {
    right: calc(50% - 5rem);
  }
}

@media (min-width: 769px) {
  .team-section .container,
  .team-section .col-6,
  .team-section .col-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .team-section .row {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}
.team-section .container {
  max-width: 150rem;
}
@media (max-width: 992px) {
  .team-section .container {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}
@media (max-width: 768px) {
  .team-section .container {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}
@media (min-width: 993px) {
  .team-section .container > .row {
    padding-left: 32rem;
  }
}
.team-section .title-con {
  margin-bottom: 3.3rem;
}
@media (max-width: 992px) {
  .team-section .tab-container {
    margin-top: 4.8rem;
  }
  .team-section .tab-container .tab-content {
    max-height: 9999rem;
    overflow: visible;
    visibility: visible;
  }
  .team-section .tab-container .tab-content:has(+ .tab-content) {
    margin-bottom: 8rem;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .team-section .tab-container .tab-content:has(+ .tab-content) {
    margin-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .team-section .tab-container {
    margin-top: 2.9rem;
  }
}
@media (min-width: 993px) {
  .team-section .tab-container .title-con {
    display: none;
  }
}

.t-item {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .t-item {
    margin-bottom: 3.2rem;
  }
}
@media (max-width: 992px) {
  .t-item {
    margin-bottom: 1.6rem;
  }
}
.t-item .inner {
  aspect-ratio: 362/499;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .t-item .inner {
    aspect-ratio: 362/599;
  }
}
.t-item .inner a.over {
  z-index: 4;
}
.t-item .inner a.over:hover ~ img, .t-item .inner a.over:focus-visible ~ img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.t-item .inner a.over:hover ~ .text:after, .t-item .inner a.over:focus-visible ~ .text:after {
  opacity: 0;
}
@media (min-width: 993px) {
  .t-item .inner a.over:hover ~ .text .read, .t-item .inner a.over:focus-visible ~ .text .read {
    margin-top: 2.3rem;
    max-height: 1.2em;
  }
}
.t-item .inner img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.t-item .inner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.1rem 2.1rem 2.1rem;
}
@media (max-width: 992px) {
  .t-item .inner .text {
    padding: 2.1rem 10rem 1.4rem 1.6rem;
  }
}
@media (max-width: 768px) {
  .t-item .inner .text {
    padding: 1.6rem 1.6rem 1.6rem 1.6rem;
  }
}
.t-item .inner .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(46, 46, 46, 0.5)), to(rgba(46, 46, 46, 0)));
  background: linear-gradient(0deg, rgba(46, 46, 46, 0.5) 0%, rgba(46, 46, 46, 0) 100%);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.t-item .inner .text * {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.t-item .inner .text h3 {
  margin-bottom: 0.12em;
}
@media (max-width: 992px) {
  .t-item .inner .text h3 {
    margin-bottom: 0;
  }
}
.t-item .inner .text h5 {
  margin-bottom: 0;
}
.t-item .inner .text .read {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 993px) {
  .t-item .inner .text .read {
    max-height: 0;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .t-item .inner .text .read {
    position: absolute;
    bottom: 1.5rem;
    right: 1.6rem;
    font-size: 1.54rem;
  }
}
@media (max-width: 768px) {
  .t-item .inner .text .read {
    position: static;
    margin-top: 1rem;
  }
}

.team-section > .container > .row {
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .team-section > .container > .row {
    padding-bottom: 0.8rem;
  }
}
.team-section .tab-content > .inner.inner.inner {
  width: calc(100% + 3.2rem);
  max-width: calc(100% + 3.2rem);
}
@media (max-width: 768px) {
  .team-section .tab-content > .inner.inner.inner {
    width: calc(100% + 0.8rem);
    max-width: calc(100% + 0.8rem);
  }
}

.company-tree-section .row {
  padding-top: 4rem;
  padding-bottom: 0.2rem;
}

@media (min-width: 993px) {
  .team-bio-section .container,
  .team-bio-section .col-12 {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .team-bio-section .row {
    margin-right: -3rem;
    margin-left: -3rem;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .team-bio-section .container,
  .team-bio-section .col-12 {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .team-bio-section .container {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
  .team-bio-section .row {
    margin-right: -1.6rem;
    margin-left: -1.6rem;
  }
}
.team-bio-section .container {
  max-width: 89rem;
}
.team-bio-section .row {
  padding-top: 10rem;
  padding-bottom: 5.9rem;
}
@media (max-width: 992px) {
  .team-bio-section .row {
    padding-top: 8rem;
    padding-bottom: 3.9rem;
  }
}
@media (max-width: 768px) {
  .team-bio-section .row {
    padding-top: 6rem;
    padding-bottom: 1.9rem;
  }
}
@media (max-width: 768px) {
  .team-bio-section .image-side {
    margin-bottom: 6rem;
  }
}
.team-bio-section .image-side img {
  -webkit-box-shadow: 0 0 1.6rem rgba(46, 46, 46, 0.25);
          box-shadow: 0 0 1.6rem rgba(46, 46, 46, 0.25);
}
.team-bio-section h1 {
  margin-bottom: 0.1em;
}
.team-bio-section h5 {
  font-weight: 500;
}
.team-bio-section hr.small {
  width: 9.6rem;
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
.team-bio-section .spacer-side hr {
  margin-top: 9.9rem;
}
@media (max-width: 992px) {
  .team-bio-section .spacer-side hr {
    margin-top: 8rem;
  }
}
@media (max-width: 768px) {
  .team-bio-section .spacer-side hr {
    margin-top: 6rem;
  }
}

.finance-case-studies-section {
  background-color: #ECECEC;
}
.finance-case-studies-section .row {
  padding-top: 6rem;
  padding-bottom: 13rem;
}
@media (max-width: 992px) {
  .finance-case-studies-section .row {
    padding-top: 8.1rem;
    padding-bottom: 15.1rem;
  }
}
@media (max-width: 768px) {
  .finance-case-studies-section .row {
    padding-top: 6rem;
    padding-bottom: 12.1rem;
  }
}
.finance-case-studies-section .text-con {
  margin-bottom: 1.6rem;
}
.finance-case-studies-section h2 {
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .finance-case-studies-section h2 {
    font-size: 4.3rem;
    line-height: 1.3255813953;
  }
}
.finance-case-studies-section p {
  margin-bottom: 1.1em;
}
.finance-case-studies-section .case-studies-slide {
  width: calc(100% + 1.6rem + 1.6rem);
  max-width: calc(100% + 1.6rem + 1.6rem);
  margin-left: -1.6rem;
  margin-bottom: -1.6rem;
}
.finance-case-studies-section .case-studies-slide .swiper-button-prev,
.finance-case-studies-section .case-studies-slide .swiper-button-next {
  background-color: #5C768D;
  top: auto;
  bottom: -5.4rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 3.8rem;
  height: 3.8rem;
}
@media (max-width: 768px) {
  .finance-case-studies-section .case-studies-slide .swiper-button-prev,
  .finance-case-studies-section .case-studies-slide .swiper-button-next {
    bottom: -4.5rem;
  }
}
.finance-case-studies-section .case-studies-slide .swiper-button-prev svg *,
.finance-case-studies-section .case-studies-slide .swiper-button-next svg * {
  fill: #FFFFFF;
}
.finance-case-studies-section .case-studies-slide .swiper-button-prev:hover, .finance-case-studies-section .case-studies-slide .swiper-button-prev:focus-visible,
.finance-case-studies-section .case-studies-slide .swiper-button-next:hover,
.finance-case-studies-section .case-studies-slide .swiper-button-next:focus-visible {
  background-color: #E18F6C;
}
.finance-case-studies-section .case-studies-slide .swiper-button-prev {
  left: calc(50% - 5.4rem);
}
@media (max-width: 768px) {
  .finance-case-studies-section .case-studies-slide .swiper-button-prev {
    left: calc(50% - 5rem);
  }
}
.finance-case-studies-section .case-studies-slide .swiper-button-next {
  right: calc(50% - 5.4rem);
  left: auto;
}
@media (max-width: 768px) {
  .finance-case-studies-section .case-studies-slide .swiper-button-next {
    right: calc(50% - 5rem);
  }
}
.finance-case-studies-section .case-studies-slide .swiper-slide {
  padding: 0 1.6rem;
}
.finance-case-studies-section .case-studies-slide .swiper-slide .inner {
  margin: 1.6rem 0;
  -webkit-box-shadow: 0 0 1.6rem rgba(66, 66, 66, 0.04);
          box-shadow: 0 0 1.6rem rgba(66, 66, 66, 0.04);
}
.finance-case-studies-section .case-studies-slide .swiper-slide .inner a.over:hover ~ .under .get svg, .finance-case-studies-section .case-studies-slide .swiper-slide .inner a.over:focus-visible ~ .under .get svg {
  margin-left: 1.6rem;
}
.finance-case-studies-section .case-studies-slide .swiper-slide img {
  aspect-ratio: 396/217;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .finance-case-studies-section .case-studies-slide .swiper-slide img {
    aspect-ratio: 342/217;
  }
}
@media (max-width: 768px) {
  .finance-case-studies-section .case-studies-slide .swiper-slide img {
    aspect-ratio: 342/208.7;
  }
}
.finance-case-studies-section .case-studies-slide .swiper-slide .per {
  background-color: #5C768D;
  color: #FFFFFF;
  padding: 0.7rem 1.6rem;
}
.finance-case-studies-section .case-studies-slide .swiper-slide .per strong {
  font-size: 2.4rem;
  font-weight: 500;
}
.finance-case-studies-section .case-studies-slide .swiper-slide .per small {
  font-size: 69.566666%;
}
.finance-case-studies-section .case-studies-slide .swiper-slide .under {
  background-color: #FFFFFF;
  padding: 2.2rem 1.6rem 1.8rem;
}
.finance-case-studies-section .case-studies-slide .swiper-slide h3 {
  margin-bottom: 0.62em;
}
@media (max-width: 992px) {
  .finance-case-studies-section .case-studies-slide .swiper-slide h3 {
    margin-bottom: 1.22em;
  }
}
.finance-case-studies-section .case-studies-slide .swiper-slide .get {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 992px) {
  .finance-case-studies-section .case-studies-slide .swiper-slide .get {
    font-size: 1.54rem;
  }
}
.finance-case-studies-section .case-studies-slide .swiper-slide .get svg {
  width: 0.5rem;
  min-width: 0.5rem;
  margin-left: 0.7rem;
  aspect-ratio: 5/9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.key-features-section + .accordion-section .row {
  padding-top: 5rem;
  padding-bottom: 7.9rem;
}
@media (max-width: 992px) {
  .key-features-section + .accordion-section .row {
    padding-top: 4.4rem;
    padding-bottom: 5.9rem;
  }
}
@media (max-width: 768px) {
  .key-features-section + .accordion-section .row {
    padding-top: 3.1rem;
    padding-bottom: 3.9rem;
  }
}
@media (min-width: 769px) {
  .key-features-section + .accordion-section .text-con {
    margin-bottom: 2.9rem;
  }
}

.image-with-text-section + .accordion-section .row {
  padding-top: 0;
}

.accordion-section:first-child .text-con {
  margin-bottom: 6rem;
}
.accordion-section:has(+ .text-with-side-line-section) .row, .accordion-section:has(+ .text-section) .row {
  padding-bottom: 0;
}
.accordion-section .container {
  max-width: 85.2rem;
}
.accordion-section .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .accordion-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 992px) {
  .accordion-section .row {
    padding-top: 6rem;
  }
}
.accordion-section .text-con {
  margin-bottom: 2.2rem;
}
.accordion-section .text-con hr {
  width: 19.8rem;
  margin-left: 0;
}

.accordion {
  counter-reset: sectionA;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt {
  font-size: 1.8rem;
  padding-left: 2.2rem;
}
@media (max-width: 992px) {
  .accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt.open {
  padding-bottom: 1rem;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt.open + dd {
  max-height: 900rem;
  margin-top: -0.1rem;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt:before {
  display: none;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt i {
  right: 2.2rem;
}
@media (max-width: 992px) {
  .accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dt i {
    top: 3.3rem;
  }
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd {
  margin: 0 0 2.1rem;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd .inner {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd p,
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd li {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd p:has(+ ul), .accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd p:has(+ ol),
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd li:has(+ ul),
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd li:has(+ ol) {
  margin-bottom: 0;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd * + ol,
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd * + ul {
  margin-top: 0;
}
.accordion.hide-numbers.hide-numbers.hide-numbers.hide-numbers.hide-numbers dd ul li {
  margin-bottom: 0;
}
.accordion dt {
  background-color: #ECECEC;
  padding: 3rem 5rem 3rem 6.8rem;
  font-weight: 400;
  -webkit-box-shadow: -0.2rem 0.2rem 0 #1F3A63;
          box-shadow: -0.2rem 0.2rem 0 #1F3A63;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  scroll-margin-block-start: 12.8rem;
}
@media (max-width: 992px) {
  .accordion dt {
    padding: 3rem 4rem 3rem 6.2rem;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .accordion dt {
    font-size: 1.8rem;
  }
}
.accordion dt:before {
  counter-increment: sectionA;
  content: counter(sectionA);
  min-width: 1em;
  display: inline-block;
  position: absolute;
  top: 4.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 3rem;
  line-height: 2.15rem;
  border-radius: 50%;
  background-color: #5C768D;
  font-size: 2.2rem;
  aspect-ratio: 1/1;
  left: 2.2rem;
  color: #DEE4E8;
  text-align: center;
  font-family: "Playfair Display", serif;
}
@media (max-width: 992px) {
  .accordion dt:before {
    left: 1.6rem;
  }
}
.accordion dt i {
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 4.5rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.2rem;
}
@media (max-width: 992px) {
  .accordion dt i {
    right: 1.6rem;
  }
}
.accordion dt i:before, .accordion dt i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #E18F6C;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion dt i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.accordion dt.open {
  padding-bottom: 1.2rem;
}
.accordion dt.open i:after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.accordion dd {
  overflow: hidden;
  max-height: 0;
  margin: 0 0 1.6rem;
  -webkit-box-shadow: -0.2rem 0.2rem 0 #1F3A63;
          box-shadow: -0.2rem 0.2rem 0 #1F3A63;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.accordion dd .inner {
  background-color: #ECECEC;
  padding: 0 5rem 3.1rem 2.2rem;
}
@media (max-width: 992px) {
  .accordion dd .inner {
    padding: 0.1rem 5rem 3.1rem 1.6rem;
  }
  .accordion dd .inner p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .accordion dd .inner {
    padding: 0.1rem 3.1rem 3.1rem 1.6rem;
  }
  .accordion dd .inner p {
    font-size: 1.8rem;
  }
}
.accordion dd .link-con {
  margin-top: -1.62rem;
}
.accordion dd .link-con .link {
  font-size: 1.57rem !important;
}

.faq-archive-section .container {
  max-width: 85.2rem;
}
.faq-archive-section .row {
  padding-top: 3.3rem;
  padding-bottom: 8.1rem;
}
@media (max-width: 992px) {
  .faq-archive-section .row {
    padding-top: 4.2rem;
    padding-bottom: 6.1rem;
  }
}
@media (max-width: 768px) {
  .faq-archive-section .row {
    padding-bottom: 4.1rem;
  }
}
.faq-archive-section .search-con {
  position: relative;
  z-index: 2;
}
.faq-archive-section .search-con hr {
  margin-bottom: 6rem;
}
.faq-archive-section .search-con small {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.faq-archive-section .search-con .facetwp-facet {
  margin-bottom: 6rem;
}
.faq-archive-section .search-con .facetwp-input-wrap {
  width: 100%;
}
.faq-archive-section .search-con .facetwp-input-wrap .facetwp-icon {
  width: 3.5rem;
  min-width: 3.5rem;
}
.faq-archive-section .search-con .facetwp-input-wrap .facetwp-icon.f-loading:before {
  -webkit-animation-name: spinNew;
          animation-name: spinNew;
}
@-webkit-keyframes spinNew {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes spinNew {
  0% {
    -webkit-transform: translateY(-50%) rotate(0deg);
            transform: translateY(-50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(360deg);
            transform: translateY(-50%) rotate(360deg);
  }
}
.faq-archive-section .search-con .facetwp-input-wrap .facetwp-icon:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.3rem;
  left: 0;
  height: auto;
  aspect-ratio: 23/24;
  background-position: 50% 50%;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.faq-archive-section .search-con .facetwp-input-wrap input {
  padding: 1.4rem 5rem 1.4rem 1.2rem;
}
.faq-archive-section .search-con .under {
  position: absolute;
  top: 16.5rem;
  left: 1.1rem;
  right: 1.1rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #979797;
  z-index: 1;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: none;
  border-bottom: none;
}
@media (max-width: 768px) {
  .faq-archive-section .search-con .under {
    left: 0.4rem;
    right: 0.4rem;
  }
}
.faq-archive-section .search-con .under.open {
  display: block;
  border: 0.1rem solid #979797;
  -webkit-box-shadow: 0px 4px 8px rgba(35, 35, 35, 0.12);
          box-shadow: 0px 4px 8px rgba(35, 35, 35, 0.12);
}
.faq-archive-section .search-con .se-item:last-of-type .inner {
  border: none;
}
.faq-archive-section .search-con .se-item .inner {
  padding: 1rem 1.3rem;
  border-bottom: 0.1rem solid #EEF1F4;
  background-color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq-archive-section .search-con .se-item .inner:has(a.over:hover), .faq-archive-section .search-con .se-item .inner:has(a.over:focus-visible) {
  background-color: #F9F9F9;
}
.faq-archive-section .search-con .se-item h5 {
  margin-bottom: -0.1em;
}
.faq-archive-section .search-con .se-item p {
  color: #979797;
}
.faq-archive-section .faq-con a {
  padding: 0.8rem 0;
  font-size: 2.4rem;
  line-height: 1.3333333333;
  text-decoration: none !important;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin: 0;
  color: #2E2E2E;
  position: relative;
  font-family: "Playfair Display", serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 0 0 0 0.1rem #2E2E2E;
          box-shadow: inset 0 0 0 0.1rem #2E2E2E;
  padding: 1.988rem 2.396rem;
  overflow: hidden;
  width: 100%;
  margin-bottom: 2.2rem;
}
.faq-archive-section .faq-con a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #1F3A63;
}
.faq-archive-section .faq-con a svg {
  margin-left: 1.1rem;
  margin-right: 0.6rem;
  width: 0.6rem;
  min-width: 0.6rem;
  position: relative;
  z-index: 1;
  width: 0.9rem;
  min-width: 0.9rem;
  aspect-ratio: 9/15;
}
.faq-archive-section .faq-con a svg * {
  fill: currentColor;
}
.faq-archive-section .faq-con a span {
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
.faq-archive-section .faq-con a:hover, .faq-archive-section .faq-con a:focus-visible {
  color: #FFFFFF;
}
.faq-archive-section .faq-con a:hover:before, .faq-archive-section .faq-con a:focus-visible:before {
  background-color: #1F3A63;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.faq-archive-section .faq-con a:hover span, .faq-archive-section .faq-con a:focus-visible span {
  max-width: 100%;
}

.tax-faq-type.tax-faq-type.tax-faq-type .intro-section:has(+ .intro-section) {
  display: none;
}
.tax-faq-type.tax-faq-type.tax-faq-type .intro-section .row {
  padding-bottom: 0;
}

.faq-taxonomy-section .container {
  max-width: 85.2rem;
}
.faq-taxonomy-section .row {
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .faq-taxonomy-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .faq-taxonomy-section .row {
    padding-top: 6rem;
  }
}
.faq-taxonomy-section .accordion dt {
  font-size: 1.8rem;
  padding-left: 1.7rem;
}
.faq-taxonomy-section .accordion dt:before {
  display: none;
}
.faq-taxonomy-section .accordion dt i {
  right: 1.6rem;
}
.faq-taxonomy-section .accordion dd {
  margin: 0 0 2.1rem;
}
.faq-taxonomy-section .accordion dd .inner {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.faq-taxonomy-section .accordion dd p {
  font-size: 1.8rem;
  line-height: 1.4444444444;
}

@media (min-width: 993px) {
  .gallery-section .container,
  .gallery-section .col-6,
  .gallery-section .col-12 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .gallery-section .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .gallery-section .container,
  .gallery-section .col-6,
  .gallery-section .col-12 {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .gallery-section .container {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
  .gallery-section .row {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
}
.gallery-section .container {
  padding-top: 6rem;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .gallery-section .container {
    padding-top: 4.2rem;
  }
}
@media (max-width: 768px) {
  .gallery-section .container {
    padding-top: 3rem;
  }
}
.gallery-section .filter-con {
  margin-bottom: 3.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .gallery-section .filter-con {
    margin-bottom: 1.8rem;
  }
}
@media (max-width: 768px) {
  .gallery-section .filter-con {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.gallery-section .filter-con .facetwp-facet {
  margin-bottom: 0;
}
.gallery-section .filter-con .facetwp-facet-gallery_reset {
  display: none;
}
.gallery-section .filter-con:not(:has(.facetwp-checkbox.checked)) .facetwp-reset {
  padding-left: 4.7rem;
  outline: none;
  color: #F9F9F9;
}
.gallery-section .filter-con:not(:has(.facetwp-checkbox.checked)) .facetwp-reset:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.gallery-section .filter-con:not(:has(.facetwp-checkbox.checked)) .facetwp-reset:after {
  opacity: 1;
}
.gallery-section .g-item {
  margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
  .gallery-section .g-item {
    margin-bottom: 1.3rem;
  }
}
.gallery-section .g-item .inner {
  overflow: hidden;
}
.gallery-section .g-item .inner a.over:hover ~ img, .gallery-section .g-item .inner a.over:focus-visible ~ img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.gallery-section .g-item .inner img {
  aspect-ratio: 549.33/371;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.facetwp-reset {
  background-image: none !important;
  font-size: 1.55rem;
  padding: 0.97rem 1.95rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem #1F3A63;
          box-shadow: inset 0 0 0 0.2rem #1F3A63;
  color: #1F3A63;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 1.1rem 2.2rem !important;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
@media (max-width: 768px) {
  .facetwp-reset {
    margin: 0 2.2rem 2.2rem 0 !important;
  }
}
.facetwp-reset:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1.759rem;
  min-width: 1.759rem;
  max-width: 0;
  overflow: hidden;
  aspect-ratio: 17.59/13.41;
  background-image: url(../images/tick-white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.facetwp-reset:hover, .facetwp-reset:focus-visible {
  outline: none;
  color: #F9F9F9;
}
.facetwp-reset:hover:before, .facetwp-reset:focus-visible:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.facetwp-reset:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #1F3A63;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.facetwp-reset span {
  position: relative;
  z-index: 1;
}

.facetwp-facet-load_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .facetwp-facet-load_more {
    margin-top: 1.1rem;
  }
}
.facetwp-facet-load_more:has(.facetwp-hidden) {
  display: none;
}

.facetwp-type-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  .facetwp-type-checkboxes {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.facetwp-type-checkboxes .facetwp-checkbox {
  background-image: none !important;
  font-size: 1.55rem;
  padding: 0.97rem 1.95rem;
  -webkit-box-shadow: inset 0 0 0 0.2rem #1F3A63;
          box-shadow: inset 0 0 0 0.2rem #1F3A63;
  color: #1F3A63;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 1.1rem 2.2rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .facetwp-type-checkboxes .facetwp-checkbox {
    margin: 0 2.2rem 2.2rem 0;
  }
}
.facetwp-type-checkboxes .facetwp-checkbox:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2rem;
  width: 1.759rem;
  min-width: 1.759rem;
  max-width: 0;
  overflow: hidden;
  aspect-ratio: 17.59/13.41;
  background-image: url(../images/tick-white.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked, .facetwp-type-checkboxes .facetwp-checkbox:hover, .facetwp-type-checkboxes .facetwp-checkbox:focus-visible {
  outline: none;
  color: #F9F9F9;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked:before, .facetwp-type-checkboxes .facetwp-checkbox:hover:before, .facetwp-type-checkboxes .facetwp-checkbox:focus-visible:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.facetwp-type-checkboxes .facetwp-checkbox.checked {
  padding-left: 4.7rem;
}
.facetwp-type-checkboxes .facetwp-checkbox.checked:after {
  opacity: 1;
}
.facetwp-type-checkboxes .facetwp-checkbox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #1F3A63;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-display-value {
  padding: 0;
  position: relative;
  z-index: 1;
}
.facetwp-type-checkboxes .facetwp-checkbox .facetwp-counter {
  display: none;
}

.blog-archive-section .container {
  padding-top: 5.2rem;
  padding-bottom: 10.2rem;
}
@media (max-width: 992px) {
  .blog-archive-section .container {
    padding-top: 3.6rem;
    padding-bottom: 8.2rem;
  }
}
@media (max-width: 768px) {
  .blog-archive-section .container {
    padding-top: 2.6rem;
    padding-bottom: 6.4rem;
  }
}
.blog-archive-section .filter-con {
  padding-bottom: 4.1rem;
  margin-bottom: 5.2rem;
  position: relative;
}
@media (max-width: 992px) {
  .blog-archive-section .filter-con {
    padding-bottom: 2rem;
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 768px) {
  .blog-archive-section .filter-con {
    margin-bottom: 2.2rem;
  }
}
.blog-archive-section .filter-con:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 150dvw;
  max-width: 150dvw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}
.blog-archive-section .filter-con .facetwp-facet {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .blog-archive-section .filter-con .facetwp-type-dropdown select {
    width: 100%;
  }
}
.blog-archive-section .filter-con small {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  display: inline-block;
}
@media (max-width: 992px) {
  .blog-archive-section .facetwp-facet-pagination {
    margin-top: 7.3rem;
  }
}
@media (max-width: 768px) {
  .blog-archive-section .facetwp-facet-pagination {
    margin-top: 4.3rem;
  }
}

.bl-item {
  margin-bottom: 6.1rem;
}
@media (max-width: 768px) {
  .bl-item {
    margin-bottom: 3.1rem;
  }
}
.bl-item:last-of-type .inner:after {
  opacity: 0;
}
@media (max-width: 992px) {
  .bl-item:last-of-type .inner {
    padding-bottom: 0;
  }
}
.bl-item .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 6.5rem;
}
@media (max-width: 992px) {
  .bl-item .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .bl-item .inner {
    padding-bottom: 3.5rem;
  }
}
.bl-item .inner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  min-height: 2.5px;
  background-color: #E18F6C;
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-item .inner a.over {
  z-index: 4;
}
.bl-item .inner a.over:hover ~ .text-side .btn, .bl-item .inner a.over:focus-visible ~ .text-side .btn {
  border-color: transparent;
  background-color: transparent;
  color: #FFFFFF !important;
}
.bl-item .inner a.over:hover ~ .text-side .btn:before, .bl-item .inner a.over:focus-visible ~ .text-side .btn:before {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.bl-item .inner .image-side {
  width: 32.5%;
}
@media (max-width: 992px) {
  .bl-item .inner .image-side {
    width: 47.7%;
  }
}
@media (max-width: 768px) {
  .bl-item .inner .image-side {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.bl-item .inner .image-side img {
  aspect-ratio: 546/371;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (max-width: 992px) {
  .bl-item .inner .image-side img {
    aspect-ratio: 342/342;
  }
}
@media (max-width: 768px) {
  .bl-item .inner .image-side img {
    aspect-ratio: 342/286;
  }
}
.bl-item .inner .text-side {
  width: 67.5%;
  padding-left: 6.2rem;
}
@media (max-width: 992px) {
  .bl-item .inner .text-side {
    width: 52.3%;
    padding-left: 3.2rem;
  }
}
@media (max-width: 768px) {
  .bl-item .inner .text-side {
    width: 100%;
    padding-left: 0;
  }
}
.bl-item .inner h2 {
  margin-bottom: 0.45em;
}
@media (max-width: 992px) {
  .bl-item .inner h2 {
    margin-bottom: 0.55em;
  }
}
@media (max-width: 992px) {
  .bl-item .inner p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.bl-item .inner .date {
  font-weight: 500;
}
.bl-item .inner .btn-con {
  margin-top: -1.2rem;
}
@media (max-width: 992px) {
  .bl-item .inner .btn-con {
    margin-top: -0.5rem;
  }
}
.bl-item .inner .btn-con .btn {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bl-item .inner .btn-con .btn:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.facetwp-type-dropdown {
  width: auto;
}
.facetwp-type-dropdown select {
  width: auto;
  min-width: 34.8rem;
}

.blog-con {
  padding-top: 10rem;
  padding-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 170.2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 992px) {
  .blog-con {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .blog-con {
    padding-top: 6rem;
  }
}
.blog-con .blog-side {
  width: 74.9%;
  position: relative;
  padding-bottom: 2rem;
}
@media (max-width: 992px) {
  .blog-con .blog-side {
    width: 100%;
  }
}
.blog-con .blog-side:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.1rem;
  right: 1.1rem;
  height: 0.1rem;
  min-height: 1px;
  background-color: #ECECEC;
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .blog-con .blog-side:after {
    left: 4.2rem;
    width: calc(100% - 8.4rem);
  }
}
@media (max-width: 768px) {
  .blog-con .blog-side:after {
    left: 1.6rem;
    width: calc(100% - 3.2rem);
  }
}
.blog-con .built-side {
  width: 25.1%;
  padding-left: 4.9rem;
  padding-right: 1.1rem;
}
@media (min-width: 993px) {
  .blog-con .built-side {
    padding-top: 29.7rem;
  }
}
@media (max-width: 992px) {
  .blog-con .built-side {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }
}
.blog-con .built-side .side {
  position: sticky;
  top: 21.8rem;
}
@media (min-width: 993px) {
  .blog-con .built-side .side {
    display: block;
  }
}
.blog-con .built-side .side .inner {
  background-color: #ECECEC;
  padding: 3.2rem 2.2rem 3.2rem;
  -webkit-box-shadow: -0.4rem 0.4rem 0 #1F3A63;
          box-shadow: -0.4rem 0.4rem 0 #1F3A63;
  background-image: url(../images/horse-person.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 18.6rem auto;
}
@media (max-width: 992px) {
  .blog-con .built-side .side .inner {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.blog-con .built-side .side .btn-con {
  margin-top: 2.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.blog-con .built-side .side .btn-con .btn {
  margin-bottom: 2.2rem;
}
.blog-con .built-side .side .btn-con .btn:last-of-type {
  margin-bottom: 0;
}

.blog-intro-section .row {
  padding-bottom: 2.3rem;
}
.blog-intro-section h1 {
  margin-bottom: 0.39em;
}
@media (max-width: 992px) {
  .blog-intro-section h1 {
    font-size: 5.7rem;
    line-height: 1.3333333333;
  }
}
.blog-intro-section .date {
  font-weight: 500;
}
.blog-intro-section .date span {
  width: 0.2rem;
  aspect-ratio: 1/1;
  border-radius: 2rem;
  margin: 0 1.4rem;
  background-color: currentColor;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .blog-intro-section p {
    margin-bottom: 1.5em;
  }
}
.blog-intro-section p:has(+ img) {
  margin-bottom: 1.1em;
}

.blog-content-section h2 {
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .blog-content-section h2 {
    font-size: 4.3rem;
    line-height: 1.3255813953;
  }
}
.blog-content-section h3 {
  margin-bottom: 0.65em;
}
@media (max-width: 992px) {
  .blog-content-section h3 {
    font-size: 3.2rem;
    line-height: 1.34375;
  }
}
.blog-content-section p {
  margin-bottom: 1.1em;
}
.blog-content-section p:has(+ .p-img) {
  margin-bottom: 1.1em;
}
.blog-content-section .p-img.p-img img {
  margin-bottom: 1.1em;
}
.blog-content-section .btn-con {
  margin-top: 2.2rem;
  margin-bottom: 2.3rem;
}

.author-section .row {
  padding-bottom: 10.1rem;
}
@media (max-width: 992px) {
  .author-section .row {
    padding-bottom: 4.1rem;
  }
}
.author-section .person-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.author-section .person-con .image-side {
  width: 15.3rem;
}
.author-section .person-con .image-side img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  border-radius: 50%;
}
.author-section .person-con .bio-side {
  width: calc(100% - 15.3rem);
  padding-left: 2.1rem;
}
.author-section .person-con .bio-side h3 {
  margin-bottom: 0.25em;
}
.author-section .person-con .bio-side h5 {
  font-size: 1.4rem;
}
.author-section .person-con .bio-side .link-con {
  margin-top: -0.2rem;
}

@media (min-width: 993px) {
  .side {
    display: none;
  }
}
.side .inner {
  background-color: #ECECEC;
  padding: 3.2rem 2.2rem 3.2rem;
  -webkit-box-shadow: -0.4rem 0.4rem 0 #1F3A63;
          box-shadow: -0.4rem 0.4rem 0 #1F3A63;
  background-image: url(../images/horse-person.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 18.6rem auto;
}
@media (max-width: 992px) {
  .side .inner {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 8.1rem 4.2rem 8rem;
    background-size: 35.5rem auto;
  }
  .side .inner h4 {
    font-size: 2.8rem;
    line-height: 1.3214285714;
    width: 30rem;
  }
}
@media (max-width: 768px) {
  .side .inner {
    padding: 5.9rem 1.6rem 6.3rem;
    background-size: 17.5rem auto;
  }
}
.side .btn-con {
  margin-top: 2.2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.side .btn-con .btn {
  margin-bottom: 2.2rem;
}
.side .btn-con .btn:last-of-type {
  margin-bottom: 0;
}

.news-section,
.blog-more-section {
  background-color: #ECECEC;
}
@media (max-width: 992px) {
  .news-section,
  .blog-more-section {
    background-color: transparent;
  }
}
.news-section .row,
.blog-more-section .row {
  padding-top: 10rem;
  padding-bottom: 10.4rem;
}
@media (max-width: 992px) {
  .news-section .row,
  .blog-more-section .row {
    padding-top: 3.7rem;
    padding-bottom: 8.3rem;
  }
}
@media (max-width: 768px) {
  .news-section .row,
  .blog-more-section .row {
    padding-top: 1.9rem;
    padding-bottom: 6.3rem;
  }
}
.news-section .title-con,
.blog-more-section .title-con {
  margin-bottom: 4.2rem;
}
.news-section .title-con h2,
.blog-more-section .title-con h2 {
  margin-bottom: 0.51em;
}
@media (max-width: 992px) {
  .news-section .title-con h2,
  .blog-more-section .title-con h2 {
    margin-bottom: 0.35em;
  }
}
@media (max-width: 768px) {
  .news-section .title-con h2,
  .blog-more-section .title-con h2 {
    font-size: 4.3rem;
  }
}
.news-section .more-slide-con,
.blog-more-section .more-slide-con {
  position: relative;
  z-index: 1;
}
.news-section .more-slide,
.blog-more-section .more-slide {
  width: calc(100% + 1rem + 1rem);
  max-width: calc(100% + 1rem + 1rem);
  margin-left: -1rem;
}
@media (max-width: 992px) and (min-width: 769px) {
  .news-section .more-slide,
  .blog-more-section .more-slide {
    width: calc(100% + 1.6rem + 1.6rem);
    max-width: calc(100% + 1.6rem + 1.6rem);
    margin-left: -1.6rem;
  }
}
.news-section .more-slide .swiper-slide,
.blog-more-section .more-slide .swiper-slide {
  padding: 0 1rem;
}
@media (max-width: 992px) and (min-width: 769px) {
  .news-section .more-slide .swiper-slide,
  .blog-more-section .more-slide .swiper-slide {
    padding: 0 1.6rem;
  }
}
.news-section .more-slide .swiper-button-prev,
.news-section .more-slide .swiper-button-next,
.blog-more-section .more-slide .swiper-button-prev,
.blog-more-section .more-slide .swiper-button-next {
  background-color: #5C768D;
  top: auto;
  bottom: -8.8rem;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 3.8rem;
  height: 3.8rem;
  z-index: 5;
}
.news-section .more-slide .swiper-button-prev svg *,
.news-section .more-slide .swiper-button-next svg *,
.blog-more-section .more-slide .swiper-button-prev svg *,
.blog-more-section .more-slide .swiper-button-next svg * {
  fill: #FFFFFF;
}
.news-section .more-slide .swiper-button-prev:hover, .news-section .more-slide .swiper-button-prev:focus-visible,
.news-section .more-slide .swiper-button-next:hover,
.news-section .more-slide .swiper-button-next:focus-visible,
.blog-more-section .more-slide .swiper-button-prev:hover,
.blog-more-section .more-slide .swiper-button-prev:focus-visible,
.blog-more-section .more-slide .swiper-button-next:hover,
.blog-more-section .more-slide .swiper-button-next:focus-visible {
  background-color: #E18F6C;
}
.news-section .more-slide .swiper-button-prev,
.blog-more-section .more-slide .swiper-button-prev {
  left: auto;
  right: 7.1rem;
}
@media (max-width: 992px) and (min-width: 769px) {
  .news-section .more-slide .swiper-button-prev,
  .blog-more-section .more-slide .swiper-button-prev {
    right: 7.8rem;
  }
}
@media (max-width: 768px) {
  .news-section .more-slide .swiper-button-prev,
  .blog-more-section .more-slide .swiper-button-prev {
    right: auto;
    left: 1rem;
  }
}
.news-section .more-slide .swiper-button-next,
.blog-more-section .more-slide .swiper-button-next {
  right: auto;
  right: 1rem;
}
@media (max-width: 992px) and (min-width: 769px) {
  .news-section .more-slide .swiper-button-next,
  .blog-more-section .more-slide .swiper-button-next {
    right: 1.6rem;
  }
}
@media (max-width: 768px) {
  .news-section .more-slide .swiper-button-next,
  .blog-more-section .more-slide .swiper-button-next {
    left: auto;
    right: 1rem;
  }
}
.news-section .under-link-con,
.blog-more-section .under-link-con {
  margin-top: 1.4rem;
}
@media (min-width: 769px) {
  .news-section .under-link-con .link-con,
  .blog-more-section .under-link-con .link-con {
    padding-right: 11rem;
  }
}
@media (max-width: 768px) {
  .news-section .under-link-con .link-con,
  .blog-more-section .under-link-con .link-con {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.news-section {
  background-color: transparent;
}
.news-section .row {
  padding-top: 0;
}
@media (max-width: 992px) {
  .news-section .row {
    padding-top: 8rem;
    padding-bottom: 8.6rem;
  }
}
@media (max-width: 768px) {
  .news-section .row {
    padding-top: 0;
    padding-bottom: 6.4rem;
  }
  .news-section .row h2 {
    font-size: 4.3rem;
    line-height: 1.3255813953;
  }
}

.mbl-item .inner {
  aspect-ratio: 405/558;
  position: relative;
  overflow: hidden;
}
.mbl-item .inner a.over {
  z-index: 4;
}
.mbl-item .inner a.over:hover ~ img, .mbl-item .inner a.over:focus-visible ~ img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.mbl-item .inner a.over:hover ~ .text, .mbl-item .inner a.over:focus-visible ~ .text {
  padding: 2.1rem 2.1rem 1.9rem;
}
.mbl-item .inner a.over:hover ~ .text::after, .mbl-item .inner a.over:focus-visible ~ .text::after {
  opacity: 1;
}
.mbl-item .inner a.over:hover ~ .text .read, .mbl-item .inner a.over:focus-visible ~ .text .read {
  margin-top: 1.9rem;
  max-height: 1.2em;
}
.mbl-item .inner img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbl-item .inner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 2.1rem 2.1rem 1.5rem;
}
.mbl-item .inner .text::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(46, 46, 46, 0.9)), to(rgba(46, 46, 46, 0)));
  background: linear-gradient(0deg, rgba(46, 46, 46, 0.9) 0%, rgba(46, 46, 46, 0) 100%);
  opacity: 0.4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mbl-item .inner .text * {
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.mbl-item .inner .text h3 {
  margin-bottom: 0.12em;
}
.mbl-item .inner .text .read {
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  max-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mbl-item .inner .text .read svg {
  aspect-ratio: 7/11;
  width: 0.7rem;
  min-width: 0.7rem;
  margin-right: 0.6rem;
}

.form-section .container {
  max-width: 85.2rem;
}
.form-section .row {
  padding-top: 4.2rem;
  padding-bottom: 9.1rem;
}
@media (max-width: 992px) {
  .form-section .row {
    padding-bottom: 7.1rem;
    padding-bottom: 5.1rem;
  }
}
.form-section .text-con {
  margin-bottom: 2.1rem;
}
@media (max-width: 768px) {
  .form-section .text-con h2 {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
.form-section hr {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .form-section hr {
    margin-bottom: 7.9rem;
  }
}
@media (max-width: 768px) {
  .form-section hr {
    margin-bottom: 6rem;
  }
}
@media (max-width: 768px) {
  .form-section .form-con .gform_wrapper {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
  }
}
.form-section .form-con .gfield--type-select.gfield--width-third {
  width: calc(16.9% - 1.8rem);
}
@media (max-width: 992px) {
  .form-section .form-con .gfield--type-select.gfield--width-third {
    width: calc(17.9% - 0.6rem);
  }
}
@media (max-width: 768px) {
  .form-section .form-con .gfield--type-select.gfield--width-third {
    width: calc(37% - 0.6rem);
  }
}
.form-section .form-con .gfield--type-text.gfield--width-third {
  width: calc(43.3% - 1.8rem);
}
@media (max-width: 992px) {
  .form-section .form-con .gfield--type-text.gfield--width-third {
    width: calc(82.1% - 0.6rem);
  }
  .form-section .form-con .gfield--type-text.gfield--width-third + .gfield--type-text.gfield--width-third {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .form-section .form-con .gfield--type-text.gfield--width-third {
    width: calc(63% - 0.6rem);
  }
}
.form-section .form-con .gfield--type-consent {
  margin-bottom: 1.7rem;
}
.form-section .form-con .gform-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0;
}
.form-section .form-con .gform-footer *[type=submit] {
  padding: 1.103rem 1.696rem;
}

.find-us-section {
  background-color: #ECECEC;
}
@media (max-width: 992px) {
  .find-us-section:has(.btn-con) {
    padding-bottom: 17.3rem;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .find-us-section:has(.btn-con) {
    padding-bottom: 13.3rem;
  }
}
.find-us-section .text-side {
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (min-width: 993px) {
  .find-us-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
    padding-right: 8.7rem;
  }
}
@media (max-width: 992px) {
  .find-us-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 7.9rem;
    padding-bottom: 1.5rem;
    position: static;
  }
}
@media (max-width: 768px) {
  .find-us-section .text-side {
    padding-top: 5.9rem;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .find-us-section p {
    font-size: 2rem;
  }
  .find-us-section p br {
    display: block;
  }
}
.find-us-section h2 {
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .find-us-section h2 {
    margin-bottom: -0.5em;
  }
}
.find-us-section hr {
  margin-top: 4.1rem;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .find-us-section .btn-con {
    position: absolute;
    bottom: -9.2rem;
    right: 4.2rem;
  }
}
@media (max-width: 768px) {
  .find-us-section .btn-con {
    bottom: -7.2rem;
    right: 1.6rem;
  }
}
@media (min-width: 993px) {
  .find-us-section .map-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    max-width: 69%;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .find-us-section .map-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 8.4rem);
            flex: 0 0 calc(100% + 8.4rem);
    max-width: calc(100% + 8.4rem);
    margin-left: -4.2rem;
  }
}
@media (max-width: 768px) {
  .find-us-section .map-side {
    margin-top: -2.2rem;
  }
}
.find-us-section .acf-map {
  width: 100%;
  height: 88.8rem;
  overflow: clip;
}
@media (max-width: 992px) {
  .find-us-section .acf-map {
    height: 49.1rem;
  }
}
@media (max-width: 768px) {
  .find-us-section .acf-map {
    height: 22rem;
  }
}
.find-us-section .acf-map * {
  max-width: initial !important;
  width: auto;
}

.locations-section .row {
  padding-top: 4.3rem;
  padding-bottom: 10rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .locations-section .row {
    padding-bottom: 8.5rem;
  }
}
@media (max-width: 768px) {
  .locations-section .row {
    padding-bottom: 6.3rem;
  }
}
.locations-section .text-con {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .locations-section .text-con {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .locations-section .text-con {
    margin-bottom: 5.9rem;
  }
}
@media (min-width: 993px) {
  .locations-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31%;
            flex: 0 0 31%;
    max-width: 31%;
    padding-right: 9rem;
  }
}
@media (max-width: 992px) {
  .locations-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.locations-section h2 {
  margin-bottom: 0.48em;
}
@media (max-width: 992px) {
  .locations-section h2 {
    margin-bottom: 0.66em;
  }
}
.locations-section h3 {
  margin-bottom: 0.48em;
}
@media (max-width: 992px) {
  .locations-section h3 {
    margin-bottom: 0.78em;
  }
}
.locations-section * + ol,
.locations-section * + ul {
  margin-top: 1em;
}
.locations-section ol,
.locations-section ul {
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .locations-section ol,
  .locations-section ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    margin-bottom: 0.6em;
  }
}
.locations-section ol li,
.locations-section ul li {
  margin-bottom: 0.4em;
}
@media (max-width: 992px) {
  .locations-section ol li,
  .locations-section ul li {
    margin-bottom: 0.7em;
  }
}
.locations-section ol li {
  padding-left: 2.4rem;
}
.locations-section ol li:before {
  left: 0;
}
@media (min-width: 993px) {
  .locations-section .map-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 69%;
            flex: 0 0 69%;
    max-width: 69%;
  }
  .locations-section .map-side img {
    width: calc(100% + (100vw - 168rem) / 2);
    max-width: calc(100% + (100vw - 168rem) / 2);
  }
}
@media (max-width: 992px) {
  .locations-section .map-side {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 7.8rem;
  }
  .locations-section .map-side img {
    width: calc(100% + 4.2rem);
    max-width: calc(100% + 4.2rem);
  }
}
@media (max-width: 768px) {
  .locations-section .map-side {
    margin-bottom: 6.1rem;
  }
  .locations-section .map-side img {
    width: calc(100% + 1.6rem);
    max-width: calc(100% + 1.6rem);
  }
}
.locations-section .btn-con {
  margin-top: -1.2rem;
}
@media (max-width: 992px) {
  .locations-section .btn-con {
    margin-top: -0.5rem;
  }
}

.testimonials-archive-section .container {
  max-width: 85.2rem;
}
.testimonials-archive-section .row {
  padding-top: 4.3rem;
}
.testimonials-archive-section .row.facetwp-template {
  padding-top: 0;
}
.testimonials-archive-section .text-con {
  margin-bottom: 10rem;
}
@media (max-width: 992px) {
  .testimonials-archive-section .text-con {
    margin-bottom: 7.9rem;
  }
}
@media (max-width: 768px) {
  .testimonials-archive-section .text-con {
    margin-bottom: 5.9rem;
  }
}
.testimonials-archive-section .text-con hr {
  width: 35.4rem;
  margin-left: 0;
}
.testimonials-archive-section .facetwp-facet-pagination {
  margin-top: 6.5rem;
}
@media (max-width: 992px) {
  .testimonials-archive-section .facetwp-facet-pagination {
    margin-top: 5.3rem;
  }
}
@media (max-width: 768px) {
  .testimonials-archive-section .facetwp-facet-pagination {
    margin-top: 4.3rem;
  }
}

.te-item {
  margin-bottom: 2.2rem;
}
.te-item .inner {
  background-color: #FFFFFF;
  padding: 4.1rem 4rem 4.1rem 4.1rem;
  -webkit-box-shadow: 0 0 1.2rem rgba(66, 66, 66, 0.18);
          box-shadow: 0 0 1.2rem rgba(66, 66, 66, 0.18);
}
@media (max-width: 992px) {
  .te-item .inner {
    padding: 3.1rem 3.5rem 3.1rem 3.4rem;
  }
}
@media (max-width: 768px) {
  .te-item .inner {
    padding: 3.2rem 2.2rem 3.1rem 2.2rem;
  }
  .te-item .inner blockquote {
    margin: 0 0 0.8em;
  }
}
.te-item .inner .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15rem;
}
@media (max-width: 768px) {
  .te-item .inner .info {
    padding-right: 0;
    margin-bottom: 0.4rem;
  }
}
.te-item .inner h6 {
  font-weight: 500;
}
.te-item .inner .date {
  position: absolute;
  right: 4.3rem;
  bottom: 4.1rem;
}
@media (max-width: 992px) {
  .te-item .inner .date {
    font-size: 1.2rem;
    right: 3.2rem;
    bottom: 3.2rem;
  }
}
@media (max-width: 768px) {
  .te-item .inner .date {
    position: static;
  }
}

.product-links-section .container {
  max-width: 85.2rem;
}
.product-links-section .row {
  padding-top: 4.9rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .product-links-section .row {
    padding-top: 3.9rem;
    padding-bottom: 1rem;
  }
}
.product-links-section .row.facetwp-template {
  padding-top: 0;
}
.product-links-section dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 3.3rem 0 3rem;
  margin-bottom: 0;
}
.product-links-section dl:last-of-type:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  min-height: 2.5px;
  background-color: #E18F6C;
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  bottom: 0;
}
@media (max-width: 992px) {
  .product-links-section dl:last-of-type:after {
    display: none;
  }
}
.product-links-section dl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.25rem;
  width: 100%;
  min-height: 2.5px;
  background-color: #E18F6C;
  clip-path: polygon(0 0, calc(100% - 0.5rem) 0, 100% 100%, 0% 100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  top: 0;
}
.product-links-section dl dt {
  width: 53rem;
}
@media (max-width: 992px) {
  .product-links-section dl dt {
    width: 48.4rem;
  }
}
@media (max-width: 768px) {
  .product-links-section dl dt {
    width: 14.5rem;
  }
}
.product-links-section dl dt h3 {
  color: #979797;
}
.product-links-section dl dd {
  width: calc(100% - 53rem);
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .product-links-section dl dd {
    width: calc(100% - 48.4rem);
  }
}
@media (max-width: 992px) {
  .product-links-section dl dd {
    width: calc(100% - 14.5rem);
  }
}
.product-links-section dl dd a {
  font-size: 2rem;
  line-height: 1.5;
  font-style: normal;
  font-weight: 500;
  padding: 0 0;
  text-transform: none;
  padding-right: 1.6rem;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .product-links-section dl dd a {
    font-size: 1.8rem;
    margin-bottom: 1.8rem;
  }
}
.product-links-section dl dd a:last-of-type {
  margin-bottom: 0;
}
.product-links-section dl dd a:after {
  content: "";
  position: absolute;
  width: 0.6rem;
  aspect-ratio: 6/10;
  background-image: url(../images/link-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: -0.6rem 50%;
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 992px) {
  .product-links-section dl dd a:after {
    background-position: 0rem 50%;
    opacity: 1;
    visibility: visible;
  }
}
.product-links-section dl dd a:hover:after, .product-links-section dl dd a:focus-visible:after {
  background-position: 0rem 50%;
  opacity: 1;
  visibility: visible;
}

.products-section .container,
.case-studies-section .container {
  padding-bottom: 10rem;
}
@media (max-width: 768px) {
  .products-section .container,
  .case-studies-section .container {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
.products-section .col-12.text-con,
.case-studies-section .col-12.text-con {
  margin-bottom: 4.2rem;
}
.products-section .col-12.text-con hr,
.case-studies-section .col-12.text-con hr {
  margin-bottom: 2.2rem;
}

.op-item {
  margin-bottom: 2.2rem;
}
.op-item.tall img {
  aspect-ratio: 545/727;
}
.op-item .inner {
  -webkit-filter: drop-shadow(0 0 1.8rem rgba(46, 46, 46, 0.12));
          filter: drop-shadow(0 0 1.8rem rgba(46, 46, 46, 0.12));
}
.op-item .inner a.over:hover ~ .image-con img, .op-item .inner a.over:focus-visible ~ .image-con img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.op-item .inner a.over:hover ~ .text-con .explore svg, .op-item .inner a.over:focus-visible ~ .text-con .explore svg {
  -webkit-transform: translateX(1.6rem);
      -ms-transform: translateX(1.6rem);
          transform: translateX(1.6rem);
}
.op-item .image-con {
  overflow: hidden;
}
.op-item img {
  aspect-ratio: 545/306;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .op-item img {
    aspect-ratio: 347/231;
  }
}
.op-item .per {
  background-color: #5C768D;
  color: #FFFFFF;
  padding: 0.7rem 1.6rem;
}
.op-item .per strong {
  font-size: 2.4rem;
  font-weight: 500;
}
.op-item .per small {
  font-size: 69.566666%;
}
.op-item .text-con {
  background-color: #FFFFFF;
  padding: 2.2rem 2.2rem 1.8rem;
}
.op-item h4 {
  margin-bottom: 0.8em;
}
@media (max-width: 992px) {
  .op-item h4 {
    margin-bottom: 0.9em;
  }
}
.op-item .explore {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 992px) {
  .op-item .explore {
    font-size: 1.54rem;
  }
}
.op-item .explore svg {
  width: 0.7rem;
  min-width: 0.7rem;
  margin-left: 0.7rem;
  aspect-ratio: 6/9;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.image-with-text-section + .key-features-section .row {
  padding-top: 0;
}

.key-features-section:has(+ .accordion-section) .row {
  padding-bottom: 0;
}
.key-features-section .container {
  max-width: 85.2rem;
}
.key-features-section .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .key-features-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 992px) {
  .key-features-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.key-features-section .title-con {
  margin-bottom: 3rem;
}
.key-features-section ol li:before {
  top: 0.5em;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.key-features-section .text-con {
  position: relative;
  padding-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .key-features-section .text-con {
    padding-bottom: 1.7rem;
  }
}
@media (min-width: 769px) {
  .key-features-section .text-con {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 10rem;
       -moz-column-gap: 10rem;
            column-gap: 10rem;
  }
}
.key-features-section .text-con li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  margin-bottom: 0.8em;
}

.product-top-section.tall .image-side a {
  aspect-ratio: 528/704;
}
.product-top-section.tall .image-side a img {
  aspect-ratio: 528/704;
}
.product-top-section.tall .image-side a.top {
  aspect-ratio: 1079/1439;
}
.product-top-section.tall .image-side a.top img {
  aspect-ratio: 1079/1439;
}
.product-top-section .row {
  padding-top: 10rem;
  padding-bottom: 4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 992px) {
  .product-top-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .product-top-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.product-top-section .image-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 993px) {
  .product-top-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 64.7%;
            flex: 0 0 64.7%;
    max-width: 64.7%;
  }
}
@media (max-width: 992px) {
  .product-top-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.3%;
            flex: 0 0 49.3%;
    max-width: 49.3%;
  }
}
@media (max-width: 768px) {
  .product-top-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.product-top-section .image-side a {
  aspect-ratio: 528/346;
  margin-bottom: 2.2rem;
  width: calc(50% - 1.1rem);
  overflow: hidden;
}
@media (max-width: 992px) {
  .product-top-section .image-side a {
    margin-bottom: 1.4rem;
    width: calc(50% - 0.6rem);
  }
}
.product-top-section .image-side a:hover img, .product-top-section .image-side a:focus-visible img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.product-top-section .image-side a img {
  aspect-ratio: 528/346;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media (max-width: 992px) {
  .product-top-section .image-side a img {
    aspect-ratio: 165/108.11;
  }
}
.product-top-section .image-side a.top {
  aspect-ratio: 1079/707;
  width: 100%;
}
.product-top-section .image-side a.top img {
  aspect-ratio: 1079/707;
}
@media (max-width: 992px) {
  .product-top-section .image-side a.top img {
    aspect-ratio: 343/225;
  }
}
.product-top-section .text-side {
  padding-top: 2.2rem;
}
@media (min-width: 993px) {
  .product-top-section .text-side {
    margin-bottom: 2.2rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35.3%;
            flex: 0 0 35.3%;
    max-width: 35.3%;
    padding-left: 4.9rem;
  }
}
@media (max-width: 992px) {
  .product-top-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50.7%;
            flex: 0 0 50.7%;
    max-width: 50.7%;
    padding-left: 2.1rem;
    padding-top: 1rem;
  }
}
@media (max-width: 768px) {
  .product-top-section .text-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0.4rem;
    padding-top: 2.3rem;
  }
}
.product-top-section .text-side .product-code {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .product-top-section .text-side .product-code {
    font-size: 1.2rem;
  }
}
.product-top-section .text-side h1 {
  margin-bottom: 0.4em;
}
@media (max-width: 992px) {
  .product-top-section .text-side h1 {
    margin-bottom: 0.5em;
  }
}
.product-top-section .text-side .price {
  margin-bottom: 0.3rem;
}
.product-top-section .text-side .price strong + strong {
  color: #E18F6C;
}
.product-top-section .text-side .price strong:has(+ strong) {
  text-decoration: line-through;
}
@media (max-width: 992px) {
  .product-top-section .text-side .price strong:has(+ strong) {
    margin-left: 0.2em;
  }
}
.product-top-section .text-side .per-month {
  margin-bottom: 2.3rem;
}
@media (max-width: 992px) {
  .product-top-section .text-side .per-month {
    width: 32rem;
  }
}
@media (max-width: 768px) {
  .product-top-section .text-side .per-month {
    width: 36rem;
  }
}
.product-top-section .text-side .per-month p {
  margin-bottom: 0.2em;
}
@media (max-width: 992px) {
  .product-top-section .text-side .per-month p.small {
    font-size: 1.2rem;
  }
}
.product-top-section ul {
  margin-bottom: 1.1em;
}
.product-top-section .icon-list {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  margin-top: 1.9em;
}
@media (max-width: 992px) {
  .product-top-section .icon-list {
    font-size: 1.2rem;
  }
}
.product-top-section .icon-list .item {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  font-weight: 500;
  margin-bottom: 1em;
}
@media (max-width: 992px) {
  .product-top-section .icon-list .item {
    font-size: 1.2rem;
    margin-bottom: 1.45em;
  }
}
.product-top-section .icon-list .item i {
  width: 3.2rem;
  left: 0;
}
.product-top-section .under-text {
  margin-top: 5.4rem;
}
@media (max-width: 768px) {
  .product-top-section .under-text {
    margin-top: 3.7rem;
  }
}
.product-top-section .under-text hr {
  margin-bottom: 5.1rem;
}
@media (max-width: 768px) {
  .product-top-section .under-text hr {
    margin-bottom: 3.3rem;
  }
}
.product-top-section .under-text h3 {
  margin-bottom: 0.68em;
}
.product-top-section .under-text .btn-con {
  margin-top: 2.2rem;
  margin-bottom: 2.2rem;
}

.specifications-section .container {
  max-width: 85.2rem;
}
.specifications-section .row {
  padding-top: 3.8rem;
  padding-bottom: 10rem;
}
@media (max-width: 992px) {
  .specifications-section .row {
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .specifications-section .row {
    padding-bottom: 6rem;
  }
}
.specifications-section h2 {
  margin-bottom: 0.7em;
}
.specifications-section .text-con {
  margin-bottom: 3.2rem;
}
@media (max-width: 768px) {
  .specifications-section .text-con {
    margin-bottom: 2.2rem;
  }
}
@media (max-width: 992px) {
  .specifications-section table.specification.specification.specification.specification {
    margin-bottom: 1.4em;
  }
}
.specifications-section table.specification.specification.specification.specification thead th {
  background-color: #1F3A63;
  color: #F9F9F9;
}
@media (max-width: 992px) {
  .specifications-section table.specification.specification.specification.specification thead th:first-of-type {
    width: 48%;
  }
}
@media (max-width: 768px) {
  .specifications-section table.specification.specification.specification.specification thead th:first-of-type {
    width: 40%;
  }
}
.specifications-section table.specification.specification.specification.specification tbody td:first-of-type {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .specifications-section table.specification.specification.specification.specification tbody td:first-of-type {
    padding-right: 0;
  }
  .specifications-section table.specification.specification.specification.specification tbody td:first-of-type p {
    width: calc(100% + 1rem);
    max-width: calc(100% + 1rem);
  }
}
.specifications-section table.specification.specification.specification.specification p {
  margin-bottom: 0.3em;
}
.specifications-section table.specification.specification.specification.specification p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .specifications-section .under-text hr {
    margin-bottom: 2rem;
  }
}
.specifications-section .under-text .text {
  position: relative;
}
.specifications-section .under-text .text:has(i) {
  padding-left: 7.6rem;
}
.specifications-section .under-text .text i {
  position: absolute;
  left: 0;
  width: 5.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 768px) {
  .specifications-section .under-text .text i {
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 992px) {
  .text-with-side-line-section + .products-with-filter-section .col-12.text-con {
    margin-top: 7.7rem;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .text-with-side-line-section + .products-with-filter-section .col-12.text-con {
    margin-top: 6.2rem;
  }
}

@media (max-width: 992px) {
  .products-section + .icon-with-text-section .row,
  .products-with-filter-section + .icon-with-text-section .row {
    padding-top: 8rem;
  }
}
@media (max-width: 768px) {
  .products-section + .icon-with-text-section .row,
  .products-with-filter-section + .icon-with-text-section .row {
    padding-top: 6rem;
  }
}
.products-section + .icon-with-text-section .row .text-side hr,
.products-with-filter-section + .icon-with-text-section .row .text-side hr {
  display: none;
}
@media (max-width: 992px) {
  .products-section.wide + .icon-with-text-section .row,
  .products-with-filter-section.wide + .icon-with-text-section .row {
    padding-top: 0;
  }
}
.products-section.wide .container,
.products-with-filter-section.wide .container {
  padding-bottom: 6.8rem;
}
@media (max-width: 768px) {
  .products-section.wide .container,
  .products-with-filter-section.wide .container {
    padding-bottom: 6rem;
  }
}
@media (min-width: 993px) {
  .products-section.wide .op-item,
  .products-with-filter-section.wide .op-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 992px) {
  .products-section.wide .op-item,
  .products-with-filter-section.wide .op-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.products-section.wide .op-item .inner .image-con img,
.products-with-filter-section.wide .op-item .inner .image-con img {
  aspect-ratio: 829/350;
}
@media (max-width: 992px) {
  .products-section.wide .op-item .inner .image-con img,
  .products-with-filter-section.wide .op-item .inner .image-con img {
    aspect-ratio: 712/280;
  }
}
.products-section.wide .op-item .inner .text-con,
.products-with-filter-section.wide .op-item .inner .text-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 3rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .products-section.wide .op-item .inner .text-con,
  .products-with-filter-section.wide .op-item .inner .text-con {
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
  }
}
.products-section.wide .op-item .inner .text-con h4,
.products-with-filter-section.wide .op-item .inner .text-con h4 {
  margin-bottom: 0;
  font-size: 3.2rem;
  line-height: 1.34375;
}
@media (max-width: 992px) {
  .products-section.wide .op-item .inner .text-con h4,
  .products-with-filter-section.wide .op-item .inner .text-con h4 {
    font-size: 2.8rem;
    line-height: 1.3214285714;
  }
}
.products-section .col-12.text-con,
.products-with-filter-section .col-12.text-con {
  margin-bottom: 4.2rem;
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .products-section .col-12.text-con,
  .products-with-filter-section .col-12.text-con {
    padding-top: 0;
    margin-top: -2rem;
    margin-bottom: 2.2rem;
  }
}
.products-section .col-12.text-con hr,
.products-with-filter-section .col-12.text-con hr {
  margin-bottom: 2.2rem;
}
.products-section .filter-con,
.products-with-filter-section .filter-con {
  padding-bottom: 4.1rem;
  margin-bottom: 5.2rem;
  position: relative;
}
@media (max-width: 992px) {
  .products-section .filter-con,
  .products-with-filter-section .filter-con {
    padding-bottom: 2.1rem;
    margin-bottom: 4.2rem;
  }
}
@media (max-width: 768px) {
  .products-section .filter-con,
  .products-with-filter-section .filter-con {
    margin-bottom: 2rem;
  }
}
.products-section .filter-con:after,
.products-with-filter-section .filter-con:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 150dvw;
  max-width: 150dvw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0) 100%);
}
.products-section .filter-con .facetwp-facet,
.products-with-filter-section .filter-con .facetwp-facet {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .products-section .filter-con .facetwp-facet,
  .products-with-filter-section .filter-con .facetwp-facet {
    width: 100%;
  }
  .products-section .filter-con .facetwp-facet select,
  .products-with-filter-section .filter-con .facetwp-facet select {
    width: 100%;
  }
}
.products-section .filter-con small,
.products-with-filter-section .filter-con small {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  display: inline-block;
}
@media (max-width: 768px) {
  .products-section .facetwp-facet-load_more,
  .products-with-filter-section .facetwp-facet-load_more {
    margin-top: 2.8rem;
  }
}

.compare-our-range-section {
  padding-top: 1.3rem;
  padding-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .compare-our-range-section {
    padding-top: 2.2rem;
  }
}
@media (max-width: 768px) {
  .compare-our-range-section {
    padding-bottom: 4rem;
    background-color: #FFFFFF;
    position: relative;
  }
  .compare-our-range-section::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.2rem;
    top: 0;
    background-color: #F9F9F9;
  }
}
.compare-our-range-section .filter-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1rem;
}
@media (max-width: 768px) {
  .compare-our-range-section .filter-con {
    padding-bottom: 0.8rem;
    margin-bottom: 1.7rem;
  }
  .compare-our-range-section .filter-con:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 150dvw;
    max-width: 150dvw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.compare-our-range-section .filter-con hr {
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .compare-our-range-section .filter-con hr {
    margin-bottom: 3.9rem;
  }
}
.compare-our-range-section .filter-con p.small {
  margin-bottom: 0.5em;
}
@media (max-width: 992px) {
  .compare-our-range-section .filter-con p.small {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .compare-our-range-section .filter-con p.small {
    font-size: 1.4rem;
  }
}
.compare-our-range-section .select-building-type-outer,
.compare-our-range-section .range-filter-con {
  width: calc(50% - 1.5rem);
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  .compare-our-range-section .select-building-type-outer,
  .compare-our-range-section .range-filter-con {
    margin-bottom: 2.3rem;
  }
}
@media (max-width: 768px) {
  .compare-our-range-section .select-building-type-outer,
  .compare-our-range-section .range-filter-con {
    width: 100%;
    margin-bottom: 1.2rem;
  }
}
.compare-our-range-section .select-building-type-outer select,
.compare-our-range-section .range-filter-con select {
  width: 100%;
}
.compare-our-range-section .facetwp-template .range-filter-con {
  display: none;
}
@media (min-width: 993px) {
  .compare-our-range-section .row:not(.facetwp-template) {
    margin: 0 auto;
    width: 85.2rem;
  }
}
.compare-our-range-section .tab-container.tab-container {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.compare-our-range-section .tab-container.tab-container .tabs {
  position: static;
  width: 42.5rem;
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tabs {
    width: 28rem;
  }
}
@media (max-width: 768px) {
  .compare-our-range-section .tab-container.tab-container .tabs {
    display: none;
  }
}
.compare-our-range-section .tab-container.tab-container .tabs .tab {
  background-color: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  color: #2E2E2E;
  padding: 1.98rem 1.896rem;
  font-size: 2rem;
  text-transform: none;
  font-weight: 300;
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tabs .tab {
    font-size: 1.8rem;
    padding-right: 1rem;
  }
}
.compare-our-range-section .tab-container.tab-container .tabs .tab:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0.3rem;
  max-width: 0.2rem;
  height: 100%;
  background-color: #E18F6C;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab:before {
  background-color: #F9F9F9;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab.active:after {
  max-width: 0.3rem;
  background-color: #1F3A63;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab.active svg {
  opacity: 1;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab.active svg * {
  fill: #2E2E2E;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab.active:before {
  background-color: #ECECEC;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab:hover:after, .compare-our-range-section .tab-container.tab-container .tabs .tab:focus-visible:after {
  background-color: #1F3A63;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab:hover svg, .compare-our-range-section .tab-container.tab-container .tabs .tab:focus-visible svg {
  opacity: 1;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab svg {
  width: 3.2rem;
  min-width: 3.2rem;
  margin: 0 1.2rem 0 0;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab svg * {
  fill: #979797;
}
.compare-our-range-section .tab-container.tab-container .tabs .tab span {
  width: 100%;
  text-align: left;
  max-width: 100%;
}
.compare-our-range-section .tab-container.tab-container .tab-head {
  background-color: #F5F5F5;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  color: #2E2E2E;
  padding: 2.88rem 1.896rem;
  font-size: 2.2rem;
  text-transform: none;
  font-weight: 300;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-family: "Playfair Display", serif;
  position: relative;
  overflow: hidden;
}
@media (min-width: 769px) {
  .compare-our-range-section .tab-container.tab-container .tab-head {
    display: none;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-head ~ .tab-head {
  margin-top: 1.6rem;
}
.compare-our-range-section .tab-container.tab-container .tab-head:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #2E2E2E;
}
.compare-our-range-section .tab-container.tab-container .tab-head i {
  width: 1.5rem;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
}
.compare-our-range-section .tab-container.tab-container .tab-head i:before, .compare-our-range-section .tab-container.tab-container .tab-head i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 0.1rem;
  background-color: #E18F6C;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.compare-our-range-section .tab-container.tab-container .tab-head i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-head {
    padding-right: 4rem;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-head:before {
  background-color: #ECECEC;
}
@media (max-width: 768px) {
  .compare-our-range-section .tab-container.tab-container .tab-head.active + .tab-content {
    margin-top: -1.2rem;
  }
  .compare-our-range-section .tab-container.tab-container .tab-head.active + .tab-content .inner {
    padding-top: 0 !important;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-head.active:before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.compare-our-range-section .tab-container.tab-container .tab-head.active svg {
  opacity: 1;
}
.compare-our-range-section .tab-container.tab-container .tab-head.active svg * {
  fill: #2E2E2E;
}
.compare-our-range-section .tab-container.tab-container .tab-head.active:before {
  background-color: #ECECEC;
}
.compare-our-range-section .tab-container.tab-container .tab-head:hover:before, .compare-our-range-section .tab-container.tab-container .tab-head:focus-visible:before {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
}
.compare-our-range-section .tab-container.tab-container .tab-head:hover svg, .compare-our-range-section .tab-container.tab-container .tab-head:focus-visible svg {
  opacity: 1;
}
.compare-our-range-section .tab-container.tab-container .tab-head svg {
  width: 2.8rem;
  min-width: 2.8rem;
  margin: 0 1rem 0 0;
  position: relative;
  z-index: 1;
}
.compare-our-range-section .tab-container.tab-container .tab-head svg * {
  fill: #979797;
}
.compare-our-range-section .tab-container.tab-container .tab-head span {
  width: 100%;
  text-align: left;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content {
  width: 83rem;
  max-width: calc(100% - 42.5rem);
  display: none;
  background-color: #ECECEC;
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content {
    max-width: calc(100% - 28rem);
  }
}
@media (max-width: 768px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content {
    width: 100%;
    max-width: 100%;
    max-height: 0;
    overflow: hidden;
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content.active {
  display: block;
}
@media (max-width: 768px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content.active {
    max-height: 99rem;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .inner {
  padding: 2rem 4rem 2rem;
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .inner {
    padding: 2.1rem 2.2rem 2rem;
  }
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .inner {
    padding: 1.8rem 2.2rem 2rem;
  }
}
@media (max-width: 768px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .inner {
    padding: 1.8rem 2rem 1.8rem;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content p.small {
  margin-bottom: 0.46em;
  font-weight: 400;
  color: #979797;
}
@media (max-width: 768px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content p.small {
    font-size: 1.8rem;
    color: #2E2E2E;
    font-weight: 500;
    margin-bottom: 0.16em;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content ol,
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content ul {
  margin-bottom: 0.59em;
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content ol,
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content ul {
    margin-bottom: 0.69em;
  }
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content ol li,
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content ul li {
    font-size: 2rem;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content * + ol,
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content * + ul {
  margin-top: 0;
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .link-con {
  margin-top: 2.3rem;
}
@media (max-width: 992px) {
  .compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .link-con .link {
    font-size: 1.73rem !important;
  }
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .child-content {
  display: none;
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .child-content.show {
  display: block;
}
.compare-our-range-section .tab-container.tab-container .tab-content.tab-content.tab-content .child-content p.small {
  margin-bottom: 0.46em;
  font-weight: 400;
  color: #979797;
}

@media (min-width: 993px) {
  .shop-archive-section .container,
  .shop-archive-section .col-12 {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .shop-archive-section .row {
    margin-right: -0.8rem;
    margin-left: -0.8rem;
  }
}
@media (max-width: 992px) {
  .shop-archive-section .col-12 {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  .shop-archive-section .row {
    margin-right: -0.6rem;
    margin-left: -0.6rem;
  }
}
.shop-archive-section .container {
  max-width: 169.6rem;
}
.shop-archive-section .container > .row {
  padding-top: 6rem;
  padding-bottom: 10.4rem;
}
@media (max-width: 992px) {
  .shop-archive-section .container > .row {
    padding-top: 4.2rem;
    padding-bottom: 8.4rem;
  }
}
@media (max-width: 768px) {
  .shop-archive-section .container > .row {
    padding-top: 3.3rem;
    padding-bottom: 6.3rem;
  }
}
.shop-archive-section .top p {
  margin-bottom: 0.6rem;
}
.shop-archive-section .top .facetwp-count {
  font-size: 1.4rem;
  margin-bottom: 1.6rem;
}
.shop-archive-section .top .extra {
  display: none;
}
.shop-archive-section .top .extra.show {
  display: block;
}
@media (min-width: 993px) {
  .shop-archive-section .filter-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25.2%;
            flex: 0 0 25.2%;
    max-width: 25.2%;
    padding-right: 5.4rem;
  }
}
@media (max-width: 992px) {
  .shop-archive-section .filter-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-archive-section .filter-side .facetwp-facet-product_search {
  width: 100%;
  margin-bottom: 3.1rem;
}
.shop-archive-section .filter-side .facetwp-facet-product_search .facetwp-input-wrap {
  width: 100%;
}
.shop-archive-section .filter-side .facetwp-facet-product_search .facetwp-icon {
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 50%;
  width: 4.8rem;
  background-size: 2.3rem auto;
}
.shop-archive-section .filter-side .facetwp-facet-product_search .facetwp-icon:before {
  display: none;
}
.shop-archive-section .filter-side .facetwp-facet-product_search .facetwp-search {
  padding-right: 5.8rem;
}
.shop-archive-section .filter-side small {
  font-size: 1.4rem;
  color: #979797;
  margin-bottom: 1.4rem;
  display: block;
}
@media (max-width: 992px) {
  .shop-archive-section .filter-side small {
    display: none;
  }
}
@media (max-width: 992px) {
  .shop-archive-section .filter-side .facetwp-type-radio {
    display: none;
  }
}
.shop-archive-section .filter-side .facetwp-type-radio .facetwp-radio {
  background-image: none;
  padding-left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 1.4rem;
}
.shop-archive-section .filter-side .facetwp-type-radio .facetwp-radio:hover, .shop-archive-section .filter-side .facetwp-type-radio .facetwp-radio:focus-visible {
  text-shadow: 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor, 0 0 0.01em currentColor;
}
.shop-archive-section .filter-side .facetwp-type-radio .facetwp-radio.checked {
  text-shadow: 0 0 0.03em currentColor, 0 0 0.03em currentColor, 0 0 0.03em currentColor, 0 0 0.03em currentColor, 0 0 0.03em currentColor, 0 0 0.03em currentColor, 0 0 0.03em currentColor;
  letter-spacing: 0.015em;
}
.shop-archive-section .filter-side .facetwp-type-radio .facetwp-radio .facetwp-display-value {
  padding: 0;
}
.shop-archive-section .filter-side .facetwp-type-radio .facetwp-radio .facetwp-counter {
  display: none;
}
@media (min-width: 993px) {
  .shop-archive-section .shop-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49.8%;
            flex: 0 0 49.8%;
    max-width: 49.8%;
  }
}
@media (max-width: 992px) {
  .shop-archive-section .shop-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.shop-archive-section .facetwp-facet-pagination {
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .shop-archive-section .facetwp-facet-pagination {
    margin-top: 4rem;
  }
}
@media (max-width: 768px) {
  .shop-archive-section .p-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

.p-item {
  margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .p-item {
    margin-bottom: 1rem;
  }
}
.p-item .inner a.over:hover ~ .image-con img, .p-item .inner a.over:focus-visible ~ .image-con img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.p-item .inner .image-con {
  overflow: hidden;
  position: relative;
}
.p-item .inner .image-con span {
  background-color: #BD5352;
  text-align: center;
  color: #F9F9F9;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media (max-width: 992px) {
  .p-item .inner .image-con span {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.2rem 0;
  }
}
@media (max-width: 768px) {
  .p-item .inner .image-con span {
    font-size: 0.95rem;
  }
}
.p-item .inner img {
  aspect-ratio: 265.33/174;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 992px) {
  .p-item .inner img {
    aspect-ratio: 230.67/152.9;
  }
}
.p-item .inner .under {
  padding: 1.5rem 0.2rem 0;
}
@media (max-width: 992px) {
  .p-item .inner .under {
    padding: 0.7rem 0.2rem 0;
  }
}
.p-item .inner h5 {
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.1em;
}
@media (max-width: 992px) {
  .p-item .inner h5 {
    font-size: 1.3rem;
    margin-bottom: 0.3em;
  }
}
.p-item .inner .price {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 992px) {
  .p-item .inner .price {
    font-size: 1.6rem;
  }
}
.p-item .inner .price .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-item .inner .price .old {
  margin-right: 1ch;
}
.p-item .inner .price .old + .amount {
  color: #E18F6C;
}

.woocommerce-breadcrumb {
  display: none;
}

.product-single-section .container {
  max-width: 85.2rem;
}
.product-single-section .row {
  padding-top: 3rem;
  padding-bottom: 5.9rem;
}
@media (max-width: 992px) {
  .product-single-section .row {
    padding-top: 4.3rem;
    padding-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .product-single-section .row {
    padding-top: 0;
  }
}
.product-single-section .breadcrumbs {
  padding-bottom: 2.2rem;
}
@media (max-width: 992px) {
  .product-single-section .breadcrumbs {
    display: none;
  }
}
.product-single-section .image-side span.stock {
  background-color: #BD5352;
  text-align: center;
  color: #F9F9F9 !important;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  position: absolute;
  left: 1.1rem;
  width: calc(100% - 2.2rem);
  bottom: 0;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 992px) {
  .product-single-section .image-side span.stock {
    font-size: 1.15rem;
    padding: 0.15rem 0;
  }
}
@media (max-width: 768px) {
  .product-single-section .image-side span.stock {
    margin-left: -1.6rem;
    width: calc(100% + 3.2rem);
    max-width: calc(100% + 3.2rem);
    padding: 0.25rem 0;
    font-size: 1rem;
  }
}
@media (min-width: 993px) {
  .product-single-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60.8%;
            flex: 0 0 60.8%;
    max-width: 60.8%;
  }
}
@media (max-width: 992px) {
  .product-single-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.8%;
            flex: 0 0 48.8%;
    max-width: 48.8%;
  }
}
@media (max-width: 768px) {
  .product-single-section .image-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% + 3.2rem);
            flex: 0 0 calc(100% + 3.2rem);
    max-width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
  }
}
.product-single-section .image-side .product-slide {
  margin-bottom: 1rem;
}
.product-single-section .image-side .product-slide img {
  aspect-ratio: 496/330.93;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.product-single-section .image-side .product-slide a:hover svg rect, .product-single-section .image-side .product-slide a:focus-visible svg rect {
  fill: #E18F6C;
}
.product-single-section .image-side .product-slide svg {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 2.5rem;
  z-index: 1;
  -webkit-filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 1rem rgba(0, 0, 0, 0.2));
}
.product-single-section .image-side .product-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 768px) {
  .product-single-section .image-side .product-nav {
    display: none;
  }
}
.product-single-section .image-side .product-nav button {
  width: calc(25% - 0.75rem);
}
@media (max-width: 992px) {
  .product-single-section .image-side .product-nav button {
    width: calc(33.33% - 0.67rem);
  }
}
.product-single-section .image-side .product-nav img {
  aspect-ratio: 116.5/77.73;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media (min-width: 993px) {
  .product-single-section .info-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 39.2%;
            flex: 0 0 39.2%;
    max-width: 39.2%;
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .product-single-section .info-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 51.2%;
            flex: 0 0 51.2%;
    max-width: 51.2%;
  }
}
@media (max-width: 992px) and (min-width: 769px) {
  .product-single-section .info-side {
    padding-left: 3rem;
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .product-single-section .info-side {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1.2rem;
  }
}
.product-single-section .info-side h3 {
  margin-bottom: 0.37em;
}
@media (max-width: 992px) {
  .product-single-section .info-side h3 {
    margin-bottom: 0.41em;
  }
}
.product-single-section .info-side .prices {
  font-weight: 400;
  font-size: 2rem;
  border-bottom: 0.1rem solid #ECECEC;
  padding-bottom: 3.1rem;
  margin-bottom: 3.1rem;
}
@media (max-width: 768px) {
  .product-single-section .info-side .prices {
    padding-bottom: 2.1rem;
    margin-bottom: 2.1rem;
  }
}
.product-single-section .info-side .prices * {
  font-size: 2rem;
  color: #2E2E2E;
}
.product-single-section .info-side .prices .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-single-section .info-side .prices .old {
  margin-right: 1ch;
}
.product-single-section .info-side .prices .old + .amount {
  color: #E18F6C;
}
.product-single-section .info-side .prices .old + .amount * {
  color: #E18F6C;
}
.product-single-section .info-side .cats {
  font-size: 1.4rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 992px) {
  .product-single-section .info-side .cats {
    margin-bottom: 1rem;
  }
}
.product-single-section .info-side .cats .cat {
  font-size: 1.4rem;
  color: #979797;
}
.product-single-section .info-side .cats .cat:has(+ .cat):after {
  content: ", ";
}
.product-single-section .info-side .description {
  border-bottom: 0.1rem solid #ECECEC;
  padding-bottom: 2.9rem;
  margin-bottom: 2.9rem;
}
@media (max-width: 768px) {
  .product-single-section .info-side .description {
    padding-bottom: 1.9rem;
    margin-bottom: 1.9rem;
  }
}
.product-single-section .info-side .description p {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .product-single-section .info-side .description p {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media (max-width: 768px) {
  .product-single-section .info-side .description p {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form {
  border-bottom: 0.1rem solid #ECECEC;
  padding-bottom: 2.9rem;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form {
    padding-bottom: 1.9rem;
  }
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form small {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #979797;
  font-weight: 300;
  margin-bottom: 0.7rem;
}
@media (max-width: 992px) {
  .product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form small {
    font-size: 1.2rem;
  }
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form table {
  overflow: visible;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form table tr:last-of-type td {
  border-bottom: none;
  padding-bottom: 2.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form table tr + tr td {
  padding-top: 2.9rem;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form table td {
  padding: 0;
  border-bottom: 0.1rem solid #ECECEC;
  padding-bottom: 2.9rem;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .reset_variations {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin-top: 1rem;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .reset_variations[style="visibility: hidden;"] {
  display: none;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form select {
  padding-right: 3.2rem;
  background-image: url(../images/select-icon-alt.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1rem auto;
  background-position: right 2.15rem top 50%;
  margin-right: 0;
  line-height: 5rem;
  height: 5.2rem;
  font-weight: 300;
  padding-left: 1.5rem;
  background-color: #FFFFFF;
}
@media (max-width: 768px) {
  .product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form select {
    width: auto;
  }
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form select#pa_colours:has(+ .variations-radio) {
  opacity: 0;
  width: 0;
  height: 0;
  max-height: 0;
  min-height: 0;
  overflow: hidden !important;
  margin: 0;
  position: absolute;
  width: 0;
  border: none;
  pointer-events: none;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.2rem;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours button,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours div,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours input[type=radio] + label {
  width: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  padding: 0 !important;
  -webkit-box-shadow: 0 0 0 0rem #2E2E2E;
          box-shadow: 0 0 0 0rem #2E2E2E;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0rem;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours button:focus-visible,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours div:focus-visible,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours input[type=radio] + label:focus-visible {
  border: 0.1rem solid #E18F6C;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours button:before, .product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours button:after,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours div:before,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours div:after,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours input[type=radio] + label:before,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours input[type=radio] + label:after {
  display: none;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours button.active,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours div.active,
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form .variations-radio.colours input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 0 0.3rem #2E2E2E;
          box-shadow: 0 0 0 0.3rem #2E2E2E;
}
.product-single-section .info-side .variations_form.variations_form.variations_form.variations_form.variations_form button {
  margin-bottom: 0;
}
.product-single-section .info-side .single_variation_wrap.single_variation_wrap.single_variation_wrap.single_variation_wrap.single_variation_wrap small {
  display: block;
}
.product-single-section .info-side .product_meta {
  display: none;
}
.product-single-section .info-side .quantity.quantity.quantity.quantity.quantity.quantity.quantity {
  margin-right: 2.3rem;
}
.product-single-section .info-side .quantity.quantity.quantity.quantity.quantity.quantity.quantity + [type=submit] {
  width: calc(100% - 7.4rem - 2.3rem);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.product-single-section .info-side .under {
  padding-top: 3rem;
}
@media (max-width: 992px) {
  .product-single-section .info-side .under p.small {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .product-single-section .info-side .under {
    padding-top: 1.9rem;
  }
}
.product-single-section .info-side .stock.out-of-stock {
  display: none;
}
.product-single-section .info-side button.single_add_to_cart_button.out-of-stock.single_add_to_cart_button.out-of-stock.single_add_to_cart_button.out-of-stock.single_add_to_cart_button.out-of-stock.single_add_to_cart_button.out-of-stock.single_add_to_cart_button.out-of-stock {
  background-color: #979797;
  opacity: 1;
  color: #2E2E2E !important;
}

.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity {
  position: relative;
  /* Firefox */
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .minus,
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .plus {
  position: absolute;
  right: 2.3rem;
  background-image: url(../images/select-icon-alt.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1rem auto;
  text-decoration: none;
  font-size: 0rem;
  width: 1rem;
  aspect-ratio: 1/0.7;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .minus:hover, .woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .minus:focus-visible,
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .plus:hover,
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .plus:focus-visible {
  opacity: 1;
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .plus {
  background-position: 50% 0%;
  top: calc(50% - 0.85rem);
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity .minus {
  background-position: 50% 100%;
  bottom: calc(50% - 0.85rem);
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity input {
  padding: 1.3rem 1.6rem;
  text-align: left;
  width: 7.4rem;
  background-color: #FFFFFF;
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity input::-webkit-outer-spin-button,
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce.woocommerce.woocommerce.woocommerce .quantity.quantity.quantity.quantity.quantity.quantity.quantity input[type=number] {
  -moz-appearance: textfield;
}

.under-description-section .container {
  max-width: 85.2rem;
}
.under-description-section .row {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .under-description-section .row {
    padding-bottom: 0;
  }
  .under-description-section .row .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .under-description-section .row hr {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 4rem;
  }
}
.under-description-section dl.accordion {
  margin-bottom: 6rem;
}
@media (max-width: 992px) {
  .under-description-section dl.accordion {
    margin-bottom: 5.8rem;
  }
}
@media (max-width: 768px) {
  .under-description-section dl.accordion {
    margin-bottom: 3.6rem;
  }
}

.popular-section .container,
.top-sellers-section .container {
  max-width: 85.2rem;
}
.popular-section .row,
.top-sellers-section .row {
  padding-bottom: 4.5rem;
}
@media (max-width: 992px) {
  .popular-section .row,
  .top-sellers-section .row {
    padding-bottom: 4.7rem;
  }
}
.popular-section .title-con,
.top-sellers-section .title-con {
  margin-bottom: 2.2rem;
}
.popular-section .top-slide,
.top-sellers-section .top-slide {
  width: calc(100% + 0.5rem + 0.5rem);
  max-width: calc(100% + 0.5rem + 0.5rem);
  margin-left: -0.5rem;
}
@media (max-width: 768px) {
  .popular-section .top-slide,
  .top-sellers-section .top-slide {
    width: calc(100% + 0.4rem + 0.4rem);
    max-width: calc(100% + 0.4rem + 0.4rem);
    margin-left: -0.4rem;
  }
  .popular-section .top-slide .swiper-wrapper-con,
  .top-sellers-section .top-slide .swiper-wrapper-con {
    overflow: visible !important;
  }
}
.popular-section .top-slide .swiper-slide,
.top-sellers-section .top-slide .swiper-slide {
  padding: 0 0.5rem;
}
@media (max-width: 768px) {
  .popular-section .top-slide .swiper-slide,
  .top-sellers-section .top-slide .swiper-slide {
    padding: 0 0.4rem;
  }
}
.popular-section .p-item .image-con img,
.top-sellers-section .p-item .image-con img {
  aspect-ratio: 270/180.14;
}
.popular-section .p-item .under,
.top-sellers-section .p-item .under {
  padding-top: 0.8rem;
}
.popular-section .p-item .under h5,
.top-sellers-section .p-item .under h5 {
  font-size: 1.3rem;
}
.popular-section .p-item .under .price,
.top-sellers-section .p-item .under .price {
  font-size: 1.6rem;
}

.popular-section .row {
  padding-bottom: 8.7rem;
}
@media (max-width: 992px) {
  .popular-section .row {
    padding-bottom: 5rem;
  }
}

.intro-section + .wp-block-woocommerce-cart,
.intro-section + .wp-block-woocommerce-checkout {
  max-width: 1702rem;
  padding-right: 11rem;
  padding-left: 11rem;
  margin: 0 auto;
  padding-top: 5rem;
  position: relative;
  padding-bottom: 10rem;
}
@media (min-width: 993px) {
  .intro-section + .wp-block-woocommerce-cart,
  .intro-section + .wp-block-woocommerce-checkout {
    max-width: 170.2rem;
    padding-right: 1.1rem;
    padding-left: 1.1rem;
    max-width: 85.2rem;
  }
}
@media (max-width: 992px) {
  .intro-section + .wp-block-woocommerce-cart,
  .intro-section + .wp-block-woocommerce-checkout {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .intro-section + .wp-block-woocommerce-cart,
  .intro-section + .wp-block-woocommerce-checkout {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    padding-bottom: 6rem;
  }
}

@media (max-width: 768px) {
  .intro-section + .wp-block-woocommerce-checkout .wc-block-components-checkout-step:after {
    display: none !important;
  }
}

.four-zero-four-section .row {
  padding-top: 10rem;
  padding-bottom: 10rem;
  text-align: center;
}
@media (max-width: 992px) {
  .four-zero-four-section .row {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .four-zero-four-section .row {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.73rem !important;
  line-height: 1.5;
  font-weight: 500;
  font-style: normal;
  color: #1F3A63 !important;
  text-decoration: none !important;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding: 1.1rem 0.2rem;
  background-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media (max-width: 992px) {
  .wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button {
    font-size: 1.55rem !important;
  }
}
.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:hover, .wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:focus-visible {
  color: #E18F6C !important;
}
.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:hover:after, .wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:focus-visible:after {
  max-width: 100%;
}
.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button svg {
  display: none;
}
.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:before, .wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:after {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 0.116em;
  width: 100%;
  background-color: #1F3A63;
}
.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button.wc-block-components-checkout-return-to-cart-button:after {
  background-color: #E18F6C;
  max-width: 0%;
}

@media (max-width: 399px) {
  .wc-block-checkout__actions .wc-block-checkout__actions_row.wc-block-checkout__actions_row.wc-block-checkout__actions_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#customer_login#customer_login#customer_login#customer_login#customer_login#customer_login .woocommerce-button.woocommerce-button.woocommerce-button.woocommerce-button.woocommerce-button.woocommerce-button {
  margin-top: 2.2rem;
}
#customer_login#customer_login#customer_login#customer_login#customer_login#customer_login .woocommerce-privacy-policy-text {
  margin-bottom: 0;
}
#customer_login#customer_login#customer_login#customer_login#customer_login#customer_login .woocommerce-privacy-policy-text p {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .container {
    max-width: 170.2rem;
  }
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }
  .row {
    margin-right: -1.1rem;
    margin-left: -1.1rem;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 170.2rem;
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}
@media (max-width: 768px) {
  .container,
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
  }
  .container {
    max-width: 170.2rem;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
  .row {
    margin-right: -0.4rem;
    margin-left: -0.4rem;
  }
}
/*# sourceMappingURL=maps/style.css.map */
