/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/fast-css-loader/lib/index.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/layout/footer-2/style.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************/
/* Bootstrap */
/* Vendors */
.footer__nav {
  --footer-menu-grid-gap: var(--spacers-sm);
}
@media (min-width: 768px) {
  .footer__nav {
    --footer-menu-grid-gap: 2.5rem 2.5rem;
  }
}
.footer__nav .nav-item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer__nav .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.footer__nav ul {
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--footer-menu-grid-gap);
  margin: 0;
  line-height: normal;
  font-weight: 500;
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .footer__nav ul {
    margin-top: var(--spacers-sm);
    margin-bottom: var(--spacers-sm);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .footer__nav ul {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
.footer__nav .nav-link {
  line-height: 1;
}
.footer__nav .dropdown-menu {
  background: transparent;
  margin: 0;
  -webkit-transform: none !important;
          transform: none !important;
  position: relative !important;
  display: block !important;
  top: auto;
  border: 0;
  padding: 0;
  margin-top: clamp(15px * var(--min-font-size-controler), 0.8670520231vw, 15px * var(--max-font-size-controler)) !important;
}
.footer__nav .dropdown-menu .nav-item {
  list-style: none;
}
.footer__nav .dropdown-menu .nav-item + .nav-item {
  margin-top: clamp(15px * var(--min-font-size-controler), 0.8670520231vw, 15px * var(--max-font-size-controler)) !important;
}
.footer__nav .current_page_parent .nav-link,
.footer__nav .current-menu-item .nav-link {
  background-size: 100% 1px !important;
}
@media (max-width: 767.98px) {
  .footer__nav .dropdown + .dropdown {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: var(--spacers-sm);
  }
}
.footer__nav .dropdown-toggle {
  position: relative;
  display: block;
  color: #ced4da;
}
@media (max-width: 767.98px) {
  .footer__nav .dropdown-toggle {
    font-size: var(--text-xs);
    letter-spacing: clamp(0.75px * var(--min-font-size-controler), 0.0433526012vw, 0.75px * var(--max-font-size-controler));
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .footer__nav .dropdown-toggle {
    font-size: var(--text-xs);
    letter-spacing: clamp(0.75px * var(--min-font-size-controler), 0.0433526012vw, 0.75px * var(--max-font-size-controler));
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    display: inline-block;
  }
}
.footer__nav .dropdown-item {
  color: #ced4da;
}
@media (hover: hover) {
  .footer__nav .dropdown-item:hover {
    color: #ee4444 !important;
  }
}

@media (max-width: 767.98px) {
  .footer__nav .no-link > .nav-link,
.footer__nav .no-link > .nav__link {
    pointer-events: initial;
  }
  .footer__nav .dropdown-toggle.show::after {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .footer__nav .dropdown-toggle::after {
    background-image: url("data:image/svg+xml,<svg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><line x1='0.50663' y1='0.713829' x2='7.07734' y2='7.28454' stroke='%23ffffff'/><line x1='14.3536' y1='0.71537' x2='7.07754' y2='7.99138' stroke='%23ffffff'/></svg>");
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 15px;
    width: 15px;
    content: "";
    display: inline-block;
  }
  .footer__nav .dropdown-menu {
    position: absolute !important;
    opacity: 0;
    visibility: hidden;
  }
  .footer__nav .dropdown-menu.show {
    position: relative !important;
    opacity: 1;
    visibility: visible;
  }
}

.footer {
  --footer-brand-width: 10rem;
}
@media (min-width: 768px) {
  .footer {
    --footer-brand-width: 11.875rem;
  }
}
.footer__logo {
  width: var(--footer-brand-width);
  display: block;
  margin-top: clamp(-12px * var(--min-font-size-controler), -0.6936416185vw, -12px * var(--max-font-size-controler));
}
@media (min-width: 768px) {
  .footer__logo {
    margin-bottom: var(--spacers-md);
  }
}
@media (max-width: 767.98px) {
  .footer__logo {
    margin-top: var(--spacers-sm);
  }
}

.footer__social-icons {
  --block-text-color: #44403C;
  gap: var(--spacers-sx) !important;
}
.footer__social-icons img {
  -webkit-filter: var(--filter-light);
          filter: var(--filter-light);
}
@media (max-width: 991.98px) {
  .footer__social-icons {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/*! purgecss start ignore */
.footer__top {
  background-color: #1C1917;
}

.footer__top-wrapper {
  font-size: var(--text-ms);
  line-height: var(--text-ms-line-height);
  letter-spacing: var(--text-ms-letter-spacing);
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacers-xs);
}
.footer__top-wrapper .ti-fade-container,
.footer__top-wrapper .ti-widget.ti-goog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__top-wrapper .ti-widget.ti-goog .ti-header {
  -webkit-transform: none !important;
          transform: none !important;
}
.footer__top-wrapper .ti-widget.ti-goog .ti-widget-container,
.footer__top-wrapper .ti-widget.ti-goog .ti-widget-container * {
  padding: 0 !important;
}

/*! purgecss end ignore */
.footer__logos {
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  color: #A7A19D;
  border-top: 1px solid #44403C;
  padding-top: var(--spacers-md);
  padding-bottom: var(--spacers-md);
}
.footer__logos-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  gap: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer__logo-img {
  max-height: clamp(22px * var(--min-font-size-controler), 1.2716763006vw, 22px * var(--max-font-size-controler));
  width: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

/*! purgecss start ignore */
.footer {
  background-color: #1C1917;
}
.footer .gravity-wrapper .gform-field-label {
  line-height: 1 !important;
}
.footer .gravity-wrapper form {
  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;
  gap: var(--spacers-xs);
}
.footer .gravity-wrapper .gform_fields {
  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;
  gap: var(--spacers-xs);
}
.footer .gravity-wrapper .gform-footer {
  margin: 0;
}

/*! purgecss end ignore */
.footer__bottom {
  border-top: 1px solid #44403C;
  padding-top: var(--spacers-md);
  padding-bottom: var(--spacers-md);
  font-size: var(--footer-nav-link);
  line-height: normal;
  color: #A7A19D;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    display: none !important;
  }
  .footer__bottom::after {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .footer__bottom {
    line-height: 1;
  }
}
@media (max-width: 991.98px) {
  .footer__bottom .row {
    gap: var(--spacers-sm);
  }
}
@media (max-width: 767.98px) {
  .footer__bottom {
    padding-top: 0 !important;
  }
}
.footer__design {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler));
}
.footer__bottom-info {
  font-size: var(--footer-nav-link);
  line-height: normal;
}
.footer__site-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 991.98px) {
  .footer__site-info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__site-info a {
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  line-height: 1;
  color: #ffffff;
}
.footer__site-info a.active, .footer__site-info a:hover, .footer__site-info a:active {
  text-decoration: none;
  color: currentColor;
}
@media (hover: hover) {
  .footer__site-info a.active, .footer__site-info a:hover, .footer__site-info a:active {
    background-size: 100% 1px;
  }
}
.footer__links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(5px * var(--min-font-size-controler), 0.289017341vw, 5px * var(--max-font-size-controler)) clamp(10px * var(--min-font-size-controler), 0.5780346821vw, 10px * var(--max-font-size-controler));
}
@media (max-width: 991.98px) {
  .footer__links {
    margin-top: var(--spacers-sm);
    margin-bottom: var(--spacers-sm);
  }
}
@media (max-width: 767.98px) {
  .footer__links {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer__links {
    margin-left: var(--spacers-sx);
    margin-right: var(--spacers-sx);
  }
}
@media (max-width: 991.98px) {
  .footer__links li {
    display: block;
  }
}
.footer__links a {
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
  line-height: 1;
  color: #A7A19D !important;
}
.footer__links a:hover, .footer__links a:active {
  text-decoration: none;
  color: currentColor;
}
@media (hover: hover) {
  .footer__links a:hover, .footer__links a:active {
    background-size: 0% 1px;
  }
}
@media (hover: hover) {
  .footer__links a:hover {
    border-color: #ffffff !important;
  }
}

/*! purgecss start ignore */
#page .footer .gravity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--spacers-xs);
}
@media (max-width: 767.98px) {
  #page .footer .gravity-wrapper {
    display: none !important;
  }
}
#page .footer .gravity-wrapper ::-webkit-input-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper ::-moz-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper :-ms-input-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper ::-ms-input-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper ::placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper .gform-field-label {
  --gf-local-color: #A7A19D !important;
  font-size: var(--text-xs);
  line-height: var(--text-xs-line-height);
  letter-spacing: var(--text-xs-letter-spacing);
  line-height: var(--text-xs-line-height) !important;
}
#page .footer .gravity-wrapper .gform-field-label a {
  margin-left: 5px;
  color: #A7A19D !important;
  position: relative;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
#page .footer .gravity-wrapper .gform-field-label a:hover, #page .footer .gravity-wrapper .gform-field-label a:active {
  text-decoration: none;
  color: currentColor;
}
@media (hover: hover) {
  #page .footer .gravity-wrapper .gform-field-label a:hover, #page .footer .gravity-wrapper .gform-field-label a:active {
    background-size: 0% 1px;
  }
}
#page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden])) {
  --gf-local-border-color: #44403C !important;
  --gf-local-color: #A7A19D !important;
}
@media (min-width: 768px) {
  #page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden])) {
    font-size: var(--text-xs);
    line-height: var(--text-xs-line-height);
    letter-spacing: var(--text-xs-letter-spacing);
  }
}
#page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden]))::-webkit-input-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden]))::-moz-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden])):-ms-input-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden]))::-ms-input-placeholder {
  color: #A7A19D !important;
}
#page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden]))::placeholder {
  color: #A7A19D !important;
}
@media (min-width: 768px) {
  #page .footer .gravity-wrapper input[type]:where(:not(.gform-text-input-reset):not([type=hidden])).large {
    min-width: 300px;
  }
}
#page .footer .gravity-wrapper .footer__subscribe {
  text-transform: uppercase;
  font-size: var(--input-btn-font-size) !important;
  font-family: "Figtree", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  line-height: 1 !important;
  font-weight: 600 !important;
}
#page .footer .gravity-wrapper .gform_button {
  text-transform: uppercase !important;
  border: 1px solid #44403C !important;
  background-color: transparent !important;
}

#page .footer .gform-theme--framework.gform-theme.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: 1px solid #44403C !important;
  background-color: transparent !important;
}

/*! purgecss end ignore */

/* Browse all products CTA link */
.footer__nav .menu-item--cta .dropdown-item {
  color: #ee4444 !important;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.footer__nav .menu-item--cta .dropdown-item::after {
  content: "\2192";
  display: inline-block;
  font-size: 1.1em;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) {
  .footer__nav .menu-item--cta .dropdown-item:hover {
    color: #ee4444 !important;
  }
  .footer__nav .menu-item--cta .dropdown-item:hover::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}
