/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.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]!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Eczar:wght@400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap);
/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.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]!./assets/scss/style.scss (1) ***!
  \***************************************************************************************************************************************************************************************************************************************************/
/*!
 * Main Stylesheet
 * Compiled from SCSS with Webpack
 */
.site_header {
  top: 0;
  background: #fff;
  z-index: 10;
}
.site_header .header_top_bar {
  border-bottom: 1px solid rgb(235, 235, 235);
  padding: 10px 0;
  font-family: PPNeueMontreal-Regular;
}
.site_header .header_top_bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .header_top_bar .contact,
.site_header .header_top_bar .call_us,
.site_header .header_top_bar .store_locator {
  margin-right: 12px;
}
@media (min-width: 768px) {
  .site_header .header_top_bar .contact,
  .site_header .header_top_bar .call_us,
  .site_header .header_top_bar .store_locator {
    margin-right: 24px;
  }
}
.site_header .header_top_bar .contact a,
.site_header .header_top_bar .call_us a,
.site_header .header_top_bar .store_locator a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
}
.site_header .header_top_bar .contact .icon,
.site_header .header_top_bar .call_us .icon,
.site_header .header_top_bar .store_locator .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .header_top_bar .contact .text,
.site_header .header_top_bar .call_us .text,
.site_header .header_top_bar .store_locator .text {
  display: none;
}
@media (min-width: 768px) {
  .site_header .header_top_bar .contact .text,
  .site_header .header_top_bar .call_us .text,
  .site_header .header_top_bar .store_locator .text {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 10px;
  }
}
.site_header .header_top_bar .store_locator {
  margin-left: 12px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .site_header .header_top_bar .store_locator {
    margin-left: 24px;
  }
}
.site_header .header_top_bar .offers {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.site_header .header_top_bar .offers .offers_text {
  white-space: nowrap;
  display: flex;
  animation: marquee 20s linear infinite;
}
.site_header .header_top_bar .offers .offers_text:hover {
  animation-play-state: paused;
}
.site_header .header_top_bar .offers .offers_text span {
  padding-right: 50px;
  font-size: 14px;
  text-transform: uppercase;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.site_header .nav_top {
  padding: 16px;
}
@media (min-width: 768px) {
  .site_header .nav_bottom {
    padding: 16px;
    border-top: 0.0625rem solid #d8d8d8;
    box-shadow: 0 5px 10px -6px #d8d8d8;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 768px) {
  .site_header .nav_bottom.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    animation: slideDown 0.3s ease-out;
  }
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.site_header .main_navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .site_logo {
  width: 100%;
  max-width: 100px;
}
@media (min-width: 768px) {
  .site_header .site_logo {
    max-width: 200px;
  }
}
.site_header .header_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 90;
  height: 100vh;
  flex-direction: column;
  display: none;
}
@media (min-width: 768px) {
  .site_header .header_menu {
    display: flex;
    position: relative;
    height: auto;
  }
}
.site_header .header_menu .mobile_header {
  display: flex;
  padding: 16px;
}
@media (min-width: 768px) {
  .site_header .header_menu .mobile_header {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.site_header .header_menu .site_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .header_menu .mobile_nav_close {
  margin-left: auto;
}
.site_header .header_menu .primary_navigation {
  padding: 16px;
}
@media (min-width: 768px) {
  .site_header .header_menu .primary_navigation {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .site_header .header_menu .primary_navigation .menu {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .site_header .header_menu .primary_navigation .menu li {
    opacity: 1 !important;
    transform: none !important;
  }
}
.site_header .header_menu .primary_navigation a {
  font-size: 30px;
  line-height: 120%;
}
@media (min-width: 768px) {
  .site_header .header_menu .primary_navigation a {
    font-size: 18px;
  }
}
.site_header .utility_menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
}
.site_header .utility_menu a {
  display: flex;
  align-items: center;
  color: transparent;
  width: 22px;
  height: 22px;
}
@media (min-width: 768px) {
  .site_header .utility_menu a {
    width: auto;
    color: #000000;
    height: auto;
    font-size: 16px;
  }
}
.site_header .utility_menu a .icon {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  color: #000000;
}
@media (min-width: 768px) {
  .site_header .utility_menu a .icon {
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.site_header .searchform {
  position: absolute;
  top: -16px;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 6;
  display: none;
  min-width: 300px;
}
.site_header .searchform.active {
  display: block;
}
.site_header .searchform .search_wrapper {
  height: 50px;
}
.site_header .searchform > div {
  width: 100%;
  display: flex;
  align-items: center;
}
.site_header .searchform label {
  display: none;
}
.site_header .searchform input {
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 16px;
  height: 35px;
}
.site_header .searchform button {
  background: #000000;
  color: #fff;
  padding: 10px;
}
.site_header .mobile_nav_open,
.site_header .mobile_nav_close {
  width: 100%;
  max-width: 32px;
  height: 32px;
  margin-left: 22px;
}
@media (min-width: 768px) {
  .site_header .mobile_nav_open,
  .site_header .mobile_nav_close {
    display: none;
  }
}
.site_header .mobile_nav_open .icon,
.site_header .mobile_nav_close .icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site_header .mobile_nav_open svg,
.site_header .mobile_nav_close svg {
  width: 100%;
  height: 100%;
}

.search_page {
  padding: 80px 0;
}
.search_page h1 {
  text-align: center;
  font-size: 2rem;
}
.search_page h2 {
  width: 100%;
  text-align: center;
  margin-top: 24px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  background: red !important;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

.banner_image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-image: var(--mobile-image);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .banner_image {
    background-image: var(--desktop-image);
    margin-bottom: 100px;
  }
}
.banner_image.no_overlay .mobile {
  display: block;
}
@media (min-width: 768px) {
  .banner_image.no_overlay .mobile {
    display: none;
  }
}
.banner_image.no_overlay .desktop {
  display: none;
}
@media (min-width: 768px) {
  .banner_image.no_overlay .desktop {
    display: block;
  }
}
.banner_image.no_overlay img {
  width: 100%;
  height: auto;
}
.banner_image .shop_products_title {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px 24px;
  width: 100%;
  max-width: 700px;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner_image .shop_products_title h1 {
  color: #fff;
}
.banner_image .shop_products_title .category_desc {
  max-width: 620px;
  margin-top: 16px;
}
.banner_image .shop_products_title .category_desc p {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 12px;
}
.banner_image .shop_products_title .category_desc h2,
.banner_image .shop_products_title .category_desc h3,
.banner_image .shop_products_title .category_desc h4,
.banner_image .shop_products_title .category_desc h5,
.banner_image .shop_products_title .category_desc h6 {
  color: #fff;
  margin-bottom: 8px;
}
.banner_image .button_component {
  margin-top: 24px;
}

.page_hero_banner {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px 0;
  min-height: 100vh;
}
@media (min-width: 768px) {
  .page_hero_banner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px;
  }
}
.page_hero_banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.74) 0.45%, rgba(0, 0, 0, 0.15) 99.51%);
  z-index: 1;
}
.page_hero_banner .wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .page_hero_banner .wrapper {
    display: flex;
    align-items: center;
  }
}
.page_hero_banner img {
  width: 100%;
  height: auto;
}
.page_hero_banner h1 {
  color: #fff;
  margin-bottom: 24px;
}
.page_hero_banner p {
  color: #fff;
  margin-bottom: 24px;
  max-width: 640px;
}
.page_hero_banner .col {
  width: 100%;
}
.page_hero_banner .col_left {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .page_hero_banner .col_left {
    margin-bottom: 0;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .page_hero_banner .col_right {
    max-width: 35%;
    margin-left: 24px;
  }
}
.page_hero_banner .col_right img {
  max-width: 400px;
}
.centered_content_text {
  padding: 80px 0;
}
.centered_content_text .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.centered_content_text p {
  text-align: center;
  max-width: 900px;
  line-height: 150% !important;
  font-size: 1.375rem !important;
  letter-spacing: -0.04rem !important;
}
.centered_content_text a {
  text-decoration: underline;
  color: #333399;
}

.carousel_blocks {
  overflow: hidden;
  position: relative;
  padding: 0 0 80px;
}
.carousel_blocks .wrapper {
  position: relative;
}
.carousel_blocks .item_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel_blocks .item_wrapper.has_link:hover .overlay {
  opacity: 1;
  visibility: visible;
}
.carousel_blocks img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.3;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel_blocks h3 {
  position: absolute;
  bottom: 0;
}
.carousel_blocks .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.carousel_blocks .underlay {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 40%;
  display: flex;
  width: 100%;
}
.carousel_blocks .underlay.theme_dark {
  background: #1d1d1d;
  background: linear-gradient(0deg, rgb(29, 29, 29) 0%, rgba(0, 0, 0, 0) 95%);
}
.carousel_blocks .underlay.theme_light {
  background: #fff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.04) 95%);
}
.carousel_blocks .underlay.theme_light .title {
  color: #1d1d1d;
}
.carousel_blocks .underlay .title {
  padding: 16px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-top: auto;
}
.carousel_blocks .swiper_caro_button {
  width: 100%;
  max-width: 40px;
}
@media (min-width: 768px) {
  .carousel_blocks .swiper_caro_button {
    background: #fff;
    border-radius: 100%;
    height: 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .carousel_blocks .swiper_caro_button svg {
    max-width: 24px;
  }
}
@media (min-width: 768px) {
  .carousel_blocks .swiper_caro_button {
    top: 40%;
    position: absolute;
    z-index: 5;
  }
}
.carousel_blocks .caro_block_nav_prev {
  transform: rotate(180deg);
}
.carousel_blocks .caro_block_nav_next {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .carousel_blocks .caro_block_nav_next {
    top: 40%;
  }
}
.carousel_blocks .swiper-button-disabled {
  opacity: 0;
}

.fancy_list {
  margin-bottom: 80px;
}
.fancy_list h1,
.fancy_list h2,
.fancy_list h3,
.fancy_list h4 {
  margin-bottom: 24px;
}
.fancy_list .list_cols {
  border-top: 0.0625rem solid #d8d8d8;
  padding-top: 16px;
}
@media (min-width: 768px) {
  .fancy_list .list_cols {
    display: flex;
  }
}
.fancy_list .col {
  width: 100%;
}
.fancy_list .col_left {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .fancy_list .col_left {
    margin-bottom: 0;
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .fancy_list .col_left .aside_image {
    margin-right: 25px;
  }
}
.fancy_list .col_left .aside_image img {
  width: 100%;
  height: auto;
  display: block;
}
.fancy_list li {
  display: flex;
  padding: 16px 0;
  border-bottom: 0.0625rem solid #d8d8d8;
}
.fancy_list li.class_type_icon p img {
  width: 100%;
  height: auto;
  padding-right: 16px;
}
.fancy_list li p {
  width: 100%;
  max-width: 80px;
}

.new_special_products {
  padding: 0 0 80px;
  position: relative;
}
.new_special_products h2 {
  margin-bottom: 80px;
}
.new_special_products .products {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 768px) {
  .new_special_products .products {
    flex-direction: row;
  }
}
.new_special_products .col {
  width: 100%;
  position: relative;
}
.new_special_products .col_left {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .new_special_products .col_left {
    max-width: 25%;
  }
}
.new_special_products .col_left img {
  width: 100%;
  height: auto;
}
.new_special_products .col_right {
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .new_special_products .col_right {
    max-width: 75%;
    margin-left: 24px;
  }
}
.new_special_products .special_prods-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .new_special_products .special_prods-controls {
    position: absolute;
    top: 30%;
    width: 100%;
    z-index: 8;
  }
}
.new_special_products .special_prods-controls button {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .new_special_products .special_prods-controls button {
    background: #fff;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .new_special_products .special_prods-controls button svg {
    max-width: 30px;
  }
}
.new_special_products .special_prods-controls .special_prods-prev {
  transform: rotate(180deg);
}
.new_special_products .special_prods-controls .swiper-button-disabled {
  opacity: 0;
}

.page_hero_cta {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_hero_cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.74) 0.45%, rgba(0, 0, 0, 0.15) 99.51%);
}
.page_hero_cta .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.page_hero_cta h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
.page_hero_cta p {
  color: #fff;
  margin-bottom: 24px;
  max-width: 640px;
  text-align: center;
}

.partners {
  padding: 80px 0;
}
.partners h2 {
  margin-bottom: 40px;
}
.partners .header_cols {
  border-top: 0.0625rem solid #d8d8d8;
  padding-top: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .partners .header_cols {
    display: flex;
  }
}
.partners .col {
  width: 100%;
}
@media (min-width: 768px) {
  .partners .left {
    max-width: 30%;
  }
}
@media (min-width: 768px) {
  .partners .right {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .partners .right h3 {
    max-width: 600px;
  }
}
.partners .caption {
  margin-bottom: 24px;
}
.partners .partners-marquee {
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.partners .partners-marquee .marquee-content {
  display: flex;
  gap: 24px;
  will-change: transform;
}
.partners .partners-marquee .marquee-content .partner {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  border: 0.0625rem solid #d8d8d8;
  border-radius: 8px;
}
.partners .partners-marquee .marquee-content .partner img {
  max-width: 150px;
  height: auto;
  opacity: 0.7;
  transition: opacity 0.3s ease;
  filter: grayscale(100%);
}
.partners .partners-marquee .marquee-content .partner:hover img {
  opacity: 1;
  filter: grayscale(0%);
}

.two_column_cta {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .two_column_cta .wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}
.two_column_cta .wrapper.size_medium {
  max-width: 960px;
}
.two_column_cta .col {
  width: 100%;
}
@media (min-width: 768px) {
  .two_column_cta .col {
    max-width: 50%;
  }
}
.two_column_cta h2 {
  margin-bottom: 24px;
}
.two_column_cta p {
  margin-bottom: 24px;
}
.two_column_cta .shared-cta__buttons {
  margin-bottom: 24px;
}
.two_column_cta img {
  width: 100%;
}

.find-us-locations .find-us-locations__content {
  padding: 60px 0;
}
.find-us-locations .find-us-locations__items {
  display: flex;
}
.find-us-locations .find-us-locations__items ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media (min-width: 768px) {
  .find-us-locations .find-us-locations__items ul {
    gap: 20px;
  }
}
.find-us-locations .location_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .find-us-locations .location_item {
    max-width: calc(33.333% - 20px);
  }
}
.find-us-locations .find-us-locations__item {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.find-us-locations .location_gallery {
  width: 100%;
  position: relative;
}
.find-us-locations .location_gallery img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9 !important;
}
.find-us-locations .swiper-wrapper {
  position: relative;
  z-index: 1;
}
.find-us-locations .swiper-controls {
  display: none;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
  padding: 24px;
}
.find-us-locations .swiper-controls .swiper-prev,
.find-us-locations .swiper-controls .swiper-next {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  transition: 0.4s ease;
}
.find-us-locations .swiper-controls .swiper-prev::before,
.find-us-locations .swiper-controls .swiper-next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: inherit;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.4s ease;
  will-change: transform;
}
.find-us-locations .swiper-controls .swiper-prev svg,
.find-us-locations .swiper-controls .swiper-next svg {
  width: 30px;
  height: 30px;
}
.find-us-locations .swiper-controls .swiper-prev:hover::before,
.find-us-locations .swiper-controls .swiper-next:hover::before {
  transform: translate(-50%, -50%) scale(1.05);
}
.find-us-locations .swiper-controls .swiper-prev:active::before,
.find-us-locations .swiper-controls .swiper-next:active::before {
  transform: translate(-50%, -50%) scale(0.95);
}
.find-us-locations .swiper-controls .swiper-prev:disabled,
.find-us-locations .swiper-controls .swiper-next:disabled {
  opacity: 0;
  pointer-events: none;
}
.find-us-locations .swiper-controls .swiper-prev svg {
  transform: scaleX(-1);
}
.find-us-locations .find-us-locations__item {
  height: 100%;
}
.find-us-locations .location_body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.find-us-locations .location_body h3 {
  margin-bottom: 16px;
}
.find-us-locations .location_body .find-us-locations__item-address,
.find-us-locations .location_body .find-us-locations__item-hours {
  margin-bottom: 24px;
}
.find-us-locations .location_body .map_link {
  margin-bottom: 24px;
}
.find-us-locations .location_body .find-us-locations__item-address {
  display: flex;
  flex-direction: column;
  white-space: pre-line;
  align-items: flex-start;
}
.find-us-locations .location_body .find-us-locations__item-hours {
  margin-top: auto;
}
.find-us-locations .location_body strong {
  color: #7c7c7c;
  font-family: PPNeueMontreal-Regular;
  text-transform: uppercase;
}

.global_block_featured_products .wrapper {
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
}
.global_block_featured_products .cols_3 .wrapper {
  max-width: 1220px;
}
@media (min-width: 768px) {
  .global_block_featured_products .columns-3 li {
    max-width: 33.333%;
  }
}
.global_block_featured_products .products-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.global_block_featured_products .products-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global_block_featured_products .products-pagination span {
  width: 100%;
  height: 100%;
  max-width: 30px;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PPNeueMontreal-Regular";
  margin: 0 5px;
}
.global_block_featured_products .products-pagination a {
  width: 100%;
  height: 100%;
  max-width: 30px;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PPNeueMontreal-Regular";
  transition: ease all 0.3s;
  margin: 0 5px;
}
.global_block_featured_products .products-pagination a:hover {
  background: #1c1c1c;
  color: #fff;
}
.global_block_featured_products .products-pagination a.next, .global_block_featured_products .products-pagination a.prev {
  max-width: unset;
  width: unset;
}

.hero_title .wrapper {
  display: flex;
  flex-direction: column;
}
.hero_title h1 {
  margin-bottom: 24px;
}
.hero_title hr {
  background-color: #d8d8d8;
  display: block;
  height: 1px;
  margin: 2.5rem 0 1.5rem;
  width: 100%;
}
.hero_title p {
  margin-left: auto;
  font-size: 1.4rem;
  line-height: 150%;
}

.promo_cards .container {
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.promo_cards .card {
  width: 100%;
  background: rgba(28, 28, 28, 0.03);
  border-radius: 6px;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.promo_cards .card.colour_light {
  color: #fff;
}
.promo_cards .card.colour_dark {
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .promo_cards .card {
    max-width: calc(33.333% - 24px);
  }
}
.promo_cards .image_full .card_image {
  max-width: 100%;
}
.promo_cards .card_image {
  width: 100%;
  max-width: 60px;
  margin-bottom: 24px;
}
.promo_cards .card_image img {
  width: 100%;
}
.promo_cards .content_middle {
  text-align: center;
}
.promo_cards .title {
  font-size: 22px;
  letter-spacing: -0.04rem !important;
  line-height: 120% !important;
  color: inherit;
  font-family: PPNeueMontreal-Regular;
  font-weight: 400;
  margin-bottom: 4px;
}
.promo_cards .sub_title {
  font-size: 16px;
  letter-spacing: -0.04rem !important;
  line-height: 120% !important;
  color: inherit;
  font-family: PPNeueMontreal-Regular;
  font-weight: 400;
}
.promo_cards .body p {
  font-size: 16px !important;
  margin-top: 12px;
  line-height: 120% !important;
  color: inherit;
  font-family: PPNeueMontreal-Regular;
  font-weight: 400;
}
.promo_cards .body ul {
  margin: 0 0 0 16px;
}
.promo_cards .body ul li {
  margin-bottom: 5px;
  font-size: 16px !important;
  list-style: disc;
  line-height: 120% !important;
  color: inherit;
  font-family: PPNeueMontreal-Regular;
  font-weight: 400;
}
.promo_cards .body ol {
  margin: 12px 0 0 24px;
}
.promo_cards .body ol li {
  margin-bottom: 5px;
  font-size: 16px !important;
  list-style: decimal;
  line-height: 120% !important;
  color: inherit;
  font-family: PPNeueMontreal-Regular;
  font-weight: 400;
}
.promo_cards .body ol li::marker {
  font-size: 20px;
  font-weight: 500;
}
.promo_cards .body_list {
  font-size: 16px !important;
  margin-top: 12px;
  line-height: 120% !important;
  color: inherit;
  font-family: PPNeueMontreal-Regular;
  font-weight: 400;
  margin-top: 12px;
}
.promo_cards .body_list li {
  display: flex;
  margin-bottom: 16px;
}
.promo_cards .body_list .icon {
  width: 100%;
  max-width: 24px;
  margin-right: 12px;
}
.promo_cards .body_list .icon img {
  width: 100%;
  height: auto;
}

.form_block .container {
  max-width: 960px;
}
.form_block .frm_fields_container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.form_block .frm_form_field {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 1px solid #4d4d4d !important;
  padding: 10px;
  border-radius: 6px;
}
.form_block .frm_form_field.vertical_radio, .form_block .frm_form_field.submit {
  border: none !important;
}
.form_block .vertical_radio .frm_primary_label {
  font-size: 14px !important;
  padding-bottom: 4px !important;
  font-weight: 500;
  color: #3f4b5b;
  font-family: PPNeueMontreal-Regular;
}
.form_block .frm_checkbox {
  color: #000000 !important;
  opacity: 1 !important;
  font-family: PPNeueMontreal-Regular;
}
.form_block .frm_primary_label {
  font-size: 14px !important;
  padding-bottom: 4px !important;
  font-weight: 500;
}
@media (min-width: 768px) {
  .form_block .frm6 {
    max-width: calc(50% - 24px);
  }
}
.form_block .frm_submit {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.form_block .frm_submit button {
  width: unset !important;
  padding: 10px 25px !important;
}

.content_block {
  width: 100%;
  margin-bottom: 40px;
}
.content_block.align_left {
  justify-content: flex-start;
}
.content_block.align_middle {
  justify-content: center;
}
.content_block.align_right {
  justify-content: flex-end;
}
.content_block .wrapper {
  max-width: 44.25rem;
}
.content_block p {
  margin-bottom: 12px;
}
.content_block p,
.content_block ul,
.content_block ol,
.content_block li {
  font-size: 1.375rem !important;
  letter-spacing: -0.04rem !important;
  line-height: 120% !important;
  font-family: PPNeueMontreal-Regular !important;
}
.content_block ol {
  margin: 0 0 24px 16px;
}
.content_block ol li {
  list-style: decimal;
}
.content_block li {
  margin-bottom: 8px;
}

.two_column_content .wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 768px) {
  .two_column_content .wrapper {
    flex-direction: row;
  }
}
.two_column_content .col {
  width: 100%;
}
@media (min-width: 768px) {
  .two_column_content .col {
    max-width: calc(50% - 24px);
  }
}
.two_column_content .col_left img {
  width: 100%;
  height: auto;
}
.two_column_content .col_right h1,
.two_column_content .col_right h2,
.two_column_content .col_right h3,
.two_column_content .col_right h4 {
  margin-bottom: 16px;
}
.two_column_content .col_right p {
  margin-bottom: 24px;
}
.two_column_content .col_right p,
.two_column_content .col_right ul,
.two_column_content .col_right ol,
.two_column_content .col_right li {
  font-size: 1.375rem !important;
  letter-spacing: -0.04rem !important;
  line-height: 120% !important;
  font-family: PPNeueMontreal-Regular !important;
}
.two_column_content .col_right ol {
  margin: 0 0 24px 16px;
}
.two_column_content .col_right ol li {
  list-style: decimal;
}
.two_column_content .col_right li {
  margin-bottom: 8px;
}
.two_column_content.img_pos_left .col_left {
  order: 2;
}
.two_column_content.img_pos_left .col_right {
  order: 1;
}

.shop_category_filters {
  font-family: PPNeueMontreal-Regular;
  letter-spacing: -0.0175rem;
  color: #1c1c1c;
}
@media (min-width: 768px) {
  .shop_category_filters {
    margin-top: 14px;
  }
}
@media (min-width: 768px) {
  .shop_category_filters .wrapper {
    display: flex;
  }
}
.shop_category_filters .action_bar {
  display: flex;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .shop_category_filters .action_bar {
    order: 2;
    width: 100%;
    display: none;
  }
}
.shop_category_filters .action_bar .mobile_filter_open {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 100px;
  font-family: PPNeueMontreal-Regular;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.0175rem;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .shop_category_filters .action_bar .mobile_filter_open {
    display: none;
  }
}
.shop_category_filters .action_bar .shop-products__search {
  margin-left: 5px;
}
@media (min-width: 768px) {
  .shop_category_filters .action_bar .shop-products__search {
    margin-left: 0;
    max-width: 100%;
  }
}
.shop_category_filters .icon {
  width: 100%;
  max-width: 20px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_category_filters .shop_filter_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
  padding: 24px;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
}
@media (min-width: 768px) {
  .shop_category_filters .shop_filter_form {
    position: relative;
    height: auto;
    opacity: 1;
    visibility: visible;
    order: 1;
    padding: 0;
    overflow: unset;
    z-index: 9;
  }
}
.shop_category_filters .shop_filter_form.active {
  opacity: 1;
  visibility: visible;
}
.shop_category_filters .form_mobile_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .shop_category_filters .form_mobile_header {
    display: none;
  }
}
.shop_category_filters .form_mobile_header .filter_title {
  font-size: 1.5rem;
  letter-spacing: -0.03rem;
  line-height: 2rem;
}
.shop_category_filters .form_mobile_header .mobile_filter_close {
  text-transform: uppercase;
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .shop_category_filters .form_row {
    margin-right: 14px;
  }
}
.shop_category_filters .parent_title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #cdcdcd;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.0175rem;
  padding: 15px 0px;
  transition: ease all 0.3s;
  cursor: pointer;
  position: relative;
}
@media (min-width: 768px) {
  .shop_category_filters .parent_title {
    padding: 10px 15px;
    white-space: nowrap;
  }
}
.shop_category_filters .parent_title.active .icon {
  transform: rotate(0);
}
.shop_category_filters .parent_title .icon {
  margin-left: auto;
  transform: rotate(180deg);
  transition: ease all 0.3s;
}
.shop_category_filters .sub_selection {
  padding: 16px 16px;
  display: none;
}
.shop_category_filters .sub_selection.active {
  display: block;
}
.shop_category_filters .filter_item_row {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.shop_category_filters .filter_item_row input {
  display: none;
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
}
.shop_category_filters .filter_item_row input:checked + label:before {
  background: rgb(28, 28, 28);
}
.shop_category_filters .filter_item_row input:checked + label:after {
  opacity: 1;
}
.shop_category_filters .filter_item_row label {
  font-size: 16px;
  line-height: 120%;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}
.shop_category_filters .filter_item_row label:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid rgb(28, 28, 28);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: ease all 0.3s;
}
.shop_category_filters .filter_item_row label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 8px;
  height: 11px;
  width: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  transition: ease all 0.3s;
}
.shop_category_filters .form_actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.shop_category_filters .form_actions .show_results {
  background-color: #1c1c1c;
  color: #fff;
  border-radius: 100px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 25px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .shop_category_filters .form_actions .show_results {
    display: none;
  }
}
.shop_category_filters .form_actions .clear {
  background-color: #ebf0f1;
  border-radius: 100px;
  padding: 15px 25px;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .shop_category_filters .form_actions .clear {
    display: none;
  }
}

.woocommerce-filter-pagination {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .woocommerce-filter-pagination {
    margin-left: auto;
    width: 100%;
    max-width: 70%;
  }
}
.woocommerce-filter-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-filter-pagination span {
  width: 100%;
  height: 100%;
  max-width: 30px;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PPNeueMontreal-Regular";
  margin: 0 5px;
}
.woocommerce-filter-pagination a {
  width: 100%;
  height: 100%;
  max-width: 30px;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PPNeueMontreal-Regular";
  transition: ease all 0.3s;
  margin: 0 5px;
}
.woocommerce-filter-pagination a:hover {
  background: #1c1c1c;
  color: #fff;
}
.woocommerce-filter-pagination a.next, .woocommerce-filter-pagination a.prev {
  max-width: unset;
  width: unset;
}

.shop_products_grid > .wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .shop_products_grid > .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
  }
}
.shop_products_grid .shop_category_filters,
.shop_products_grid .shop_category_sidebar_custom {
  width: 100%;
}
@media (min-width: 768px) {
  .shop_products_grid .shop_category_filters,
  .shop_products_grid .shop_category_sidebar_custom {
    max-width: 340px;
  }
}
.shop_products_grid ul.products,
.shop_products_grid .product-categories {
  width: 100%;
}
@media (min-width: 768px) {
  .shop_products_grid ul.products,
  .shop_products_grid .product-categories {
    max-width: calc(100% - 364px);
  }
}
@media (min-width: 768px) {
  .shop_products_grid ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.shop_products_grid li {
  padding: 24px 0;
  position: relative;
}
@media (min-width: 768px) {
  .shop_products_grid li {
    max-width: 25%;
    width: 100%;
    padding: 24px 12px;
  }
}
.shop_products_grid .product_tags {
  position: absolute;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.shop_products_grid .product_tags.featured_buttons {
  position: absolute;
  width: 100%;
  max-width: 90px;
}
.shop_products_grid .product_tags.featured_buttons.pos_x_Left {
  left: 16px;
}
.shop_products_grid .product_tags.featured_buttons.pos_x_Right {
  right: 16px;
}
.shop_products_grid .product_tags.featured_buttons.pos_y_Top {
  top: 16px;
}
.shop_products_grid .product_tags.featured_buttons.pos_y_Bottom {
  bottom: 16px;
}
.shop_products_grid .product_tags.featured_buttons .buttons_inner {
  position: relative;
}
.shop_products_grid .product_tags.featured_buttons:hover .featured_button_bottom {
  opacity: 1;
}
.shop_products_grid .product_tags.featured_buttons:hover .featured_button_top {
  opacity: 0;
}
.shop_products_grid .product_tags.featured_buttons .featured_button_top {
  transition: ease all 0.3s;
}
.shop_products_grid .product_tags.featured_buttons .featured_button_bottom {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0;
  transition: ease all 0.3s;
}
.shop_products_grid .product_tags.featured_buttons img {
  width: 100%;
  height: auto;
}
.shop_products_grid .woocommerce-pagination {
  margin-top: 40px;
}
.shop_products_grid .woocommerce-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_products_grid .woocommerce-pagination li {
  width: 100%;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.shop_products_grid .woocommerce-pagination li span {
  width: 100%;
  height: 100%;
  background: #1c1c1c;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PPNeueMontreal-Regular";
}
.shop_products_grid .woocommerce-pagination li a {
  width: 100%;
  height: 100%;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "PPNeueMontreal-Regular";
  transition: ease all 0.3s;
}
.shop_products_grid .woocommerce-pagination li a:hover {
  background: #1c1c1c;
  color: #fff;
}
.shop_products_grid .product-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.shop_products_grid .product-categories .product-category {
  width: 100%;
  max-width: calc(25% - 24px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.shop_products_grid .product-categories .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1.75;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_products_grid .product-categories .body {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.shop_products_grid .product-categories h3 {
  margin-bottom: 5px;
}
.shop_products_grid .product-categories p {
  color: #7c7c7c;
}
.shop_products_grid .product-categories a {
  background: #111;
  color: #fff;
  padding: 10px 15px;
  margin-top: 16px;
  border-radius: 100px;
}
.shop_products_grid .shop_category_sidebar_custom .custom_sidebar_wrapper {
  position: sticky;
  top: 60px;
}
.shop_products_grid .shop_category_sidebar_custom .image {
  width: 100%;
  margin-bottom: 8px;
}
.shop_products_grid .shop_category_sidebar_custom .image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop_products_grid .shop_category_sidebar_custom h4 {
  margin-bottom: 8px;
}
.shop_products_grid .shop_category_sidebar_custom p {
  color: #7c7c7c;
  line-height: 120%;
}

body.hide_newsletter .footer__newsletter {
  display: none;
}
/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.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]!./node_modules/swiper/swiper-bundle.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
/* FONT_START */
@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");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* 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-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.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-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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/*# sourceMappingURL=main.css.map*/