/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
@charset "UTF-8";
/* 
Theme Name: ダートフリーク MIGRATRAIL Theme
Author: 株式会社トータル・アシスト
*/
.cs-button-standard__item a {
  background-color: #1795B2;
  border-radius: 2px;
  color: #FFFFFF !important;
  font-size: clamp(1rem, 0.75rem + 0.77vw, 1.25rem);
}
.cs-button-standard__item a:hover {
  background-color: #1DADCA;
  color: #FFFFFF !important;
  transition: all 0.5s 0s ease;
}

.cs-category-list__shoplist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}
.cs-category-list__shoplist li {
  flex: 0 1 calc((100% - 1.5rem) / 4);
  border: 1px solid #999999;
  box-sizing: border-box;
  list-style: none;
}
@media screen and (min-width: 600px) {
  .cs-category-list__shoplist li {
    flex: 0 1 calc((100% - 2.5rem) / 6);
  }
}
.cs-category-list__shoplist li a {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  padding: 0.25rem 0;
}
.cs-category-list__shoplist li a:hover {
  background-color: #F5F5F5;
}
.cs-category-list__shoplist li.current-cat {
  background-color: #999999;
}
.cs-category-list__shoplist li.current-cat a {
  color: #FFFFFF !important;
}
.cs-category-list__shoplist li.current-cat a:hover {
  background-color: #999999;
}

html {
  scroll-behavior: smooth;
}

.w-600,
.w-782,
.w-1040,
.w-1200,
.w-1600 {
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .w-600,
  .w-782,
  .w-1040,
  .w-1200,
  .w-1600 {
    padding: 0 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .w-600,
  .w-782,
  .w-1040,
  .w-1200,
  .w-1600 {
    padding: 0;
  }
}

.w-600 {
  max-width: 600px;
}

.w-782 {
  max-width: 782px;
}

.w-1040 {
  max-width: 1040px;
}

.w-1200 {
  max-width: 1200px;
}

.w-1600 {
  max-width: 1600px;
}

.w-max {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .w-max {
    padding: 0 1.5rem;
  }
}

.col-2 {
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 782px) {
  .col-2 {
    gap: 2rem;
    flex-direction: row;
  }
}
@media screen and (min-width: 1040px) {
  .col-2 {
    gap: 4rem;
  }
}
.col-2.ratio-50-50 .wp-block-group {
  flex: 0 1 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}
@media screen and (min-width: 1040px) {
  .col-2.ratio-50-50 .wp-block-group {
    flex: 0 1 calc((100% - 4rem) / 2);
  }
}

.bg-white {
  background-color: #FFFFFF;
  margin: 4rem 0;
}
@media screen and (min-width: 600px) {
  .bg-white {
    margin: 6rem 0;
  }
}

.image-sizer--480 {
  max-width: 480px;
}
.image-sizer--480 img {
  border-radius: 0.5rem;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.wp-site-blocks {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.entry-content {
  flex: 1;
  width: 100%;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

a {
  color: #666666 !important;
}
a:hover {
  color: #1795B2 !important;
  transition: all 0.5s 0s ease;
}

.mhc-link__tel a {
  color: #000000;
  text-decoration: none !important;
}
.mhc-link__tel a:hover {
  color: #1795B2 !important;
  transition: all 0.5s 0s ease;
}

.cs-post-list-scene__group .wp-block-read-more {
  border: 1px solid #999999;
  font-size: clamp(1rem, 0.519rem + 1.48vw, 2rem);
  margin: 0 auto;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 782px) {
  .cs-post-list-scene__group .wp-block-read-more {
    padding: 1rem 1.5rem;
  }
}
.cs-post-list-scene__group .wp-block-read-more:hover {
  background-color: #E3FAFF;
}
.cs-post-list-scene__group li {
  border-bottom: 1px solid #999999;
  margin-block-start: 0;
}
.cs-post-list-scene__group li:last-child {
  border-bottom: none;
}
.cs-post-list-scene__item {
  padding: 3rem 0;
}
@media screen and (min-width: 782px) {
  .cs-post-list-scene__item {
    padding: 6rem 0;
  }
}
.cs-post-list-scene__item--heading {
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 782px) {
  .cs-post-list-scene__item--heading {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
  }
}
.cs-post-list-scene__item--heading h4 {
  font-size: clamp(1.25rem, -0.074rem + 4.07vw, 4rem);
  line-height: 1;
}

.product-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.product-heading .product-rubi,
.product-heading .product-price {
  font-size: clamp(0.875rem, 0.5rem + 1.15vw, 1.25rem);
  margin-block-start: 0;
  margin-block-end: 0;
}

.product-info {
  margin-block-end: 2rem;
}
.product-info .metaslider {
  margin-block-start: 2rem;
  margin-block-end: 2rem;
  max-width: 1040px;
}
.product-info .product-catch-copy {
  text-align: center;
}
.wp-block-spacer {
  margin: 0 !important;
}
.wp-block-spacer.h-24 {
  height: 16px !important;
  flex-basis: 16px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-24 {
    height: 24px !important;
    flex-basis: 24px;
  }
}
.wp-block-spacer.h-32 {
  height: 16px !important;
  flex-basis: 16px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-32 {
    height: 32px !important;
    flex-basis: 32px;
  }
}
.wp-block-spacer.h-48 {
  height: 32px !important;
  flex-basis: 32px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-48 {
    height: 48px !important;
    flex-basis: 48px;
  }
}
.wp-block-spacer.h-64 {
  height: 48px !important;
  flex-basis: 48px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-64 {
    height: 64px !important;
    flex-basis: 64px;
  }
}
.wp-block-spacer.h-96 {
  height: 64px !important;
  flex-basis: 64px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-96 {
    height: 96px !important;
    flex-basis: 96px;
  }
}
.wp-block-spacer.h-160 {
  height: 96px !important;
  flex-basis: 96px;
}
@media screen and (min-width: 782px) {
  .wp-block-spacer.h-160 {
    height: 160px !important;
    flex-basis: 160px;
  }
}

.gap-zero {
  gap: 0 !important;
}

.p-96 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 600px) {
  .p-96 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-128 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (min-width: 600px) {
  .p-128 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.cs-separator__term {
  border-top: 1px solid #999999;
  border-bottom: none;
  margin-block-start: clamp(1rem, 0.037rem + 2.96vw, 3rem);
}

table,
tbody,
tr,
th,
td {
  box-sizing: border-box;
}

.cs-table-company tr {
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #CCCCCC;
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  .cs-table-company tr {
    flex-direction: row;
    padding: 2rem 0;
  }
}
.cs-table-company td {
  border: none;
  font-size: clamp(1rem, 0.75rem + 0.77vw, 1.25rem);
  line-height: 160%;
  padding: 0 1rem;
}
@media screen and (min-width: 600px) {
  .cs-table-company td {
    padding: 0 2rem;
  }
}
.cs-table-company td:first-child {
  flex: 1;
}
.cs-table-company td:last-child {
  flex: 2;
}

.cs-table-shoplist tr {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-top: 1px dashed #CCCCCC;
  padding: 1rem 0;
}
@media screen and (min-width: 600px) {
  .cs-table-shoplist tr {
    flex-direction: row;
    padding: 2rem 0;
  }
}
.cs-table-shoplist tr:last-child {
  border-bottom: 1px dashed #CCCCCC;
}
.cs-table-shoplist td {
  flex: 1;
  border: none;
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
  line-height: 160%;
  padding: 0 1rem;
}
@media screen and (min-width: 600px) {
  .cs-table-shoplist td {
    flex: 3;
    padding: 0 2rem;
  }
}
.cs-table-shoplist td:first-child {
  flex: 1;
  color: #000000;
}
@media screen and (min-width: 600px) {
  .cs-table-shoplist td:first-child {
    flex: 2;
  }
}
.cs-table-shoplist td a[href^=http] {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cs-table-shoplist td a[href^=http]:after {
  display: inline-block;
  content: "";
  mask-image: url(53c3f730f238d6c8e01b.svg);
  mask-size: 2rem 2rem;
  background-color: #666666;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}
.cs-table-shoplist td a[href^="tel:"]:after {
  content: none;
}

.cs-table-block__group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .cs-table-block__group {
    flex-direction: row;
  }
}
.cs-table-block__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow-x: scroll;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1200px) {
  .cs-table-block__item {
    flex: 0 1 calc((100% - 2rem) / 2);
  }
}

.cs-heading-table-title {
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #000000;
  font-size: clamp(1rem, 0.75rem + 0.77vw, 1.25rem);
  font-weight: 600;
  padding: 1rem;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .cs-heading-table-title {
    padding: 2rem 1rem;
  }
}

.cs-table-detail {
  min-width: 100%;
}
.cs-table-detail table {
  table-layout: auto !important;
}
.cs-table-detail thead,
.cs-table-detail tbody,
.cs-table-detail th,
.cs-table-detail td {
  border: 0;
  white-space: nowrap;
}
.cs-table-detail thead {
  background-color: #F5F5F5;
}
.cs-table-detail tr {
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.cs-table-detail th,
.cs-table-detail td {
  border-left: 1px solid #999999;
  color: #666666;
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
  font-weight: 400;
  padding: 0.5rem 1rem;
  text-align: left;
  width: auto;
}
.cs-table-detail th:last-child,
.cs-table-detail td:last-child {
  border-right: 1px solid #999999;
}

.cs-table-spec th,
.cs-table-spec td {
  padding: 1rem;
}
@media screen and (min-width: 782px) {
  .cs-table-spec th,
  .cs-table-spec td {
    padding: 2rem 1rem;
  }
}
.cs-table-spec tr {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #999999;
}
.cs-table-spec tr:first-child {
  border-top: 1px solid #999999;
}
@media screen and (min-width: 782px) {
  .cs-table-spec tr {
    flex-direction: row;
  }
}
.cs-table-spec td {
  flex: 3;
  border: none;
}
.cs-table-spec td:first-child {
  flex: 1;
  background-color: #F5F5F5;
}
@media screen and (min-width: 782px) {
  .cs-table-spec td:first-child {
    background-color: #FFFFFF;
  }
}

.cs-table-geometry {
  max-height: 400px;
  overflow-y: auto;
}
@media screen and (min-width: 782px) {
  .cs-table-geometry {
    max-height: unset;
    overflow-y: unset;
  }
}
.cs-table-geometry thead,
.cs-table-geometry tbody,
.cs-table-geometry th,
.cs-table-geometry td {
  border: none;
}
.cs-table-geometry thead {
  background-color: #CCCCCC;
  position: sticky;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 782px) {
  .cs-table-geometry thead {
    position: static;
    background-color: #F5F5F5;
  }
}
.cs-table-geometry tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.cs-table-geometry th:first-child {
  border-top: 1px solid #999999;
}
@media screen and (min-width: 782px) {
  .cs-table-geometry th {
    border-top: 1px solid #999999;
  }
}
.cs-table-geometry td:first-child {
  background-color: #F5F5F5;
}
.cs-table-geometry th,
.cs-table-geometry td {
  flex: 1;
  border-right: 1px dashed #999999;
  color: #666666;
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
  text-align: center;
  padding: 0.5rem 1rem;
}
.cs-table-geometry th:first-child,
.cs-table-geometry td:first-child {
  flex: 0 1 100%;
  border-bottom: 1px dashed #999999;
}
.cs-table-geometry th:first-child, .cs-table-geometry th:last-child,
.cs-table-geometry td:first-child,
.cs-table-geometry td:last-child {
  border-right: 1px solid #999999;
}
@media screen and (min-width: 782px) {
  .cs-table-geometry th,
  .cs-table-geometry td {
    text-align: left;
    border-right: 1px solid #999999;
  }
  .cs-table-geometry th:first-child,
  .cs-table-geometry td:first-child {
    flex: 1;
    border-bottom: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #666666;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: clamp(2rem, 0.014rem + 6.11vw, 6rem);
}

h3 {
  font-size: clamp(1.5rem, 0.778rem + 2.22vw, 3rem);
  font-weight: 600;
}

h4 {
  font-size: clamp(1.25rem, 0.889rem + 1.11vw, 2rem);
  font-weight: 600;
}

h5 {
  font-size: clamp(1.25rem, 1rem + 0.77vw, 1.5rem);
  font-weight: 600;
}

h6 {
  font-size: clamp(1rem, 0.75rem + 0.77vw, 1.25rem);
  font-weight: 600;
}

p,
li,
td {
  color: #666666;
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
}

p {
  line-height: 250%;
}

li,
td {
  line-height: 220%;
}

.absolute-line-break {
  display: inline;
}
@media screen and (min-width: 782px) {
  .absolute-line-break {
    display: block;
  }
}

.controlled-line-break {
  display: inline-block;
}

.reversed-line-break {
  display: block;
}
@media screen and (min-width: 600px) {
  .reversed-line-break {
    display: inline-block;
  }
}

.cs-heading__container,
.cs-heading-products__container,
.cs-heading-posts__container {
  border-bottom: 1px solid #999999;
  margin-block-end: clamp(1rem, 0.037rem + 2.96vw, 3rem);
}
.cs-heading__inner,
.cs-heading-products__inner,
.cs-heading-posts__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 782px) {
  .cs-heading__inner,
  .cs-heading-products__inner,
  .cs-heading-posts__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .cs-heading__inner,
  .cs-heading-products__inner,
  .cs-heading-posts__inner {
    padding: 0;
  }
}
.cs-heading__title,
.cs-heading-products__title,
.cs-heading-posts__title {
  display: inline-block;
  font-size: clamp(2rem, -0.407rem + 7.41vw, 7rem);
  font-weight: 400;
}
.cs-heading__rubi,
.cs-heading-products__rubi,
.cs-heading-posts__rubi {
  font-size: clamp(0.75rem, 0.509rem + 0.74vw, 1.25rem);
  position: relative;
  top: calc(-1 * clamp(0.25rem, -0.593rem + 2.59vw, 2rem));
}

.cs-heading__container {
  width: 100%;
  padding-top: 1rem;
  margin-block-start: 0 !important;
  margin-block-end: 2rem !important;
}
@media screen and (min-width: 782px) {
  .cs-heading__container {
    margin-block-end: 3rem !important;
  }
}
.cs-heading__inner.type-right-aligned {
  justify-content: flex-end !important;
}
.cs-heading__title {
  text-transform: uppercase;
}

.cs-heading-posts__inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (min-width: 1040px) {
  .cs-heading-posts__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
  }
}
.cs-heading-posts__page-name {
  display: inline-block;
  font-size: clamp(2rem, -0.407rem + 7.41vw, 7rem);
  font-weight: 400;
}
.cs-heading-posts__heading {
  gap: 0;
  position: relative;
  top: calc(-1 * clamp(0.25rem, -0.593rem + 2.59vw, 2rem));
}
.cs-heading-posts__heading--date {
  color: #1795B2;
  font-size: 1rem;
}
@media screen and (min-width: 1040px) {
  .cs-heading-posts__heading--date {
    font-size: 1.25rem !important;
  }
}
.cs-heading-posts__heading--title {
  font-size: 1.5rem !important;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 1040px) {
  .cs-heading-posts__heading--title {
    font-size: 1.25rem !important;
    padding-bottom: 0;
  }
}

.cs-post-list-shoplist__group {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 600px) {
  .cs-post-list-shoplist__group {
    gap: 6rem;
  }
}
.cs-features-carousel__container {
  width: calc(100% - 4rem);
  max-width: 782px;
}
@media screen and (min-width: 1200px) {
  .cs-features-carousel__container {
    max-width: unset;
  }
}
.cs-features-carousel__item--thumbnail {
  overflow: hidden;
  aspect-ratio: 3/2;
}
.cs-features-carousel__item--info {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0;
  padding: clamp(1rem, 3.08vw, 2rem);
}
.cs-features-carousel__item--info .type-heading {
  font-size: clamp(1.125rem, 0.838rem + 0.88vw, 1.5rem);
}
@media screen and (min-width: 1200px) {
  .cs-features-carousel__item--info .type-heading {
    font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  }
}
.cs-features-carousel__item--info .type-description {
  font-size: clamp(0.75rem, 0.559rem + 0.59vw, 1rem);
  line-height: 160%;
}
@media screen and (min-width: 1200px) {
  .cs-features-carousel__item--info .type-description {
    font-size: clamp(0.75rem, 1vw, 1rem);
  }
}

.swiper {
  padding-bottom: 1.5rem;
}

.swiper-wrapper {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .swiper-slide:not(.swiper-slide-next) {
    transform: scale(0.6);
    opacity: 0.4;
    transition: all 0.5s 0s ease;
  }
  .swiper-slide:not(.swiper-slide-next) .cs-features-carousel__item--info {
    display: none;
  }
}

.swiper-slide {
  transition: all 0.5s 0s ease;
  position: relative;
  z-index: 999;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: #F5F5F5 !important;
  border: 1px solid #CCCCCC !important;
  opacity: 1 !important;
  width: 0.75rem !important;
  height: 0.75rem !important;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1795B2 !important;
  border: 1px solid #1795B2 !important;
}

.cs-global-header-subnav__container {
  display: none;
  background: #FFFFFF;
  border-bottom: 1px solid #999999;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .cs-global-header-subnav__container {
    display: block;
  }
}
.cs-global-header-subnav__container.active {
  opacity: 1;
  visibility: visible;
  max-height: 640px; /* 想定する高さより少し多めでOK */
  padding: 1rem;
}

.cs-dropdown-menu__container {
  flex-direction: column;
  gap: 1rem;
  padding: 0;
}
@media screen and (min-width: 782px) {
  .cs-dropdown-menu__container {
    flex-direction: row;
    gap: clamp(2rem, 5.33vw, 4rem);
    padding: 2rem 0;
  }
}
.cs-dropdown-menu__container--left {
  flex: 2;
  gap: 1rem;
}
@media screen and (min-width: 782px) {
  .cs-dropdown-menu__container--left {
    gap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .cs-dropdown-menu__container--left {
    flex: 3;
  }
}
.cs-dropdown-menu__container--right {
  flex: 1;
  display: none;
}
@media screen and (min-width: 782px) {
  .cs-dropdown-menu__container--right {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .cs-dropdown-menu__container--right {
    flex: 1;
  }
}

.cs-dropdown-menu__categories {
  width: 100%;
}

.cs-dropdown-menu__products > * {
  flex: 1;
}

.cs-dropdown-menu__scene,
.cs-dropdown-menu__parts,
.cs-dropdown-menu__shoplist {
  margin: 0;
  padding: 0;
}
.cs-dropdown-menu__scene li,
.cs-dropdown-menu__parts li,
.cs-dropdown-menu__shoplist li {
  list-style: none;
  margin-block-end: clamp(0.5rem, 1.33vw, 1rem);
  text-transform: uppercase;
}
.cs-dropdown-menu__scene li:last-child,
.cs-dropdown-menu__parts li:last-child,
.cs-dropdown-menu__shoplist li:last-child {
  margin-block-end: 0;
}
.cs-dropdown-menu__scene li a,
.cs-dropdown-menu__parts li a,
.cs-dropdown-menu__shoplist li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(1rem, 0.5rem + 1.33vw, 1.5rem);
  line-height: 1;
  text-box: trim-both cap alphabetic;
  text-decoration: none;
}
.cs-dropdown-menu__scene li a:before,
.cs-dropdown-menu__parts li a:before,
.cs-dropdown-menu__shoplist li a:before {
  display: inline-block;
  content: "";
  mask-image: url(9442a62e85d0b8e5100b.svg);
  mask-size: 2rem 2rem;
  background-color: #666666;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}
.cs-dropdown-menu__scene li .children,
.cs-dropdown-menu__parts li .children,
.cs-dropdown-menu__shoplist li .children {
  margin-top: clamp(0.5rem, 1.33vw, 1rem);
  padding-left: 1rem;
}
.cs-dropdown-menu__scene li .children li,
.cs-dropdown-menu__parts li .children li,
.cs-dropdown-menu__shoplist li .children li {
  margin-block-end: clamp(0.5rem, 1.33vw, 1rem);
  text-transform: none;
}
.cs-dropdown-menu__scene li .children li:last-child,
.cs-dropdown-menu__parts li .children li:last-child,
.cs-dropdown-menu__shoplist li .children li:last-child {
  margin-block-end: 0;
}
.cs-dropdown-menu__scene li .children li a,
.cs-dropdown-menu__parts li .children li a,
.cs-dropdown-menu__shoplist li .children li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.cs-dropdown-menu__scene li .children li a:before,
.cs-dropdown-menu__parts li .children li a:before,
.cs-dropdown-menu__shoplist li .children li a:before {
  display: none;
}
.cs-dropdown-menu__scene li .children li a:after,
.cs-dropdown-menu__parts li .children li a:after,
.cs-dropdown-menu__shoplist li .children li a:after {
  display: inline-block;
  content: "";
  mask-image: url(32039c6cd70fdc0ff92f.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #666666;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
}

.cs-dropdown-menu__bikes ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.cs-dropdown-menu__bikes ul li {
  margin-block-start: 0;
  margin-block-end: clamp(0.5rem, 1.33vw, 1rem);
  text-transform: none;
}
.cs-dropdown-menu__bikes ul li:last-child {
  margin-block-end: 0;
}
.cs-dropdown-menu__bikes ul li a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
.cs-dropdown-menu__bikes ul li a:before {
  display: none;
}
.cs-dropdown-menu__bikes ul li a:after {
  display: inline-block;
  content: "";
  mask-image: url(32039c6cd70fdc0ff92f.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #666666;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
}
.cs-dropdown-menu__bikes h5 a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: clamp(1rem, 0.5rem + 1.33vw, 1.5rem);
  font-weight: 400;
  line-height: 1;
  text-box: trim-both cap alphabetic;
  text-decoration: none;
  text-transform: uppercase;
}
.cs-dropdown-menu__bikes h5 a:before {
  display: inline-block;
  content: "";
  mask-image: url(9442a62e85d0b8e5100b.svg);
  mask-size: 2rem 2rem;
  background-color: #666666;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}
.cs-dropdown-menu__bikes--lists {
  margin-top: clamp(0.5rem, 1.33vw, 1rem);
  padding-left: 1rem;
}

.cs-dropdown-menu__scene {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.cs-dropdown-menu__scene > li {
  flex: 1;
}
.cs-dropdown-menu__scene > li:first-child {
  display: none;
}

.cs-dropdown-menu__parts {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 320px;
}
.cs-dropdown-menu__parts li a {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
}

.cs-dropdown-menu__shoplist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 160px;
}
.cs-dropdown-menu__shoplist li a {
  font-size: clamp(1rem, 0.75rem + 0.67vw, 1.25rem);
}

.cs-dropdown-menu__inside-xs {
  gap: 0;
}
.cs-dropdown-menu__inside-xs li {
  list-style: none;
  margin-block-end: clamp(0.5rem, 1.33vw, 1rem);
}
.cs-dropdown-menu__inside-xs li:last-child {
  margin-block-end: 0;
}
.cs-dropdown-menu__inside-xs li a {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  font-size: clamp(1rem, 0.5rem + 1.33vw, 1.5rem);
  line-height: 1;
  text-box: trim-both cap alphabetic;
  text-decoration: none;
}
.cs-dropdown-menu__inside-xs li a:before {
  display: inline-block;
  content: "";
  mask-image: url(9442a62e85d0b8e5100b.svg);
  mask-size: 2rem 2rem;
  background-color: #666666;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}

.cs-dropdown-menu__description {
  gap: clamp(0.25rem, 0.67vw, 0.5rem);
  border-top: 1px dashed #999999;
  padding-top: 1rem;
}
@media screen and (min-width: 782px) {
  .cs-dropdown-menu__description {
    padding-top: 2rem;
  }
}
.cs-dropdown-menu__description--heading {
  color: #1795B2;
  font-size: clamp(1rem, 0.5rem + 1.33vw, 1.5rem);
}
.cs-dropdown-menu__description--content {
  font-size: clamp(0.75rem, 0.5rem + 0.67vw, 1rem);
  line-height: 160%;
}

.cs-global-footer__group {
  background-color: #FFFFFF;
  border-top: 1px solid #999999;
  box-sizing: border-box;
  margin: 0;
  padding: 3rem 0;
}
.cs-global-footer__container--top, .cs-global-footer__container--bottom {
  width: 100%;
}
.cs-global-footer-social__group {
  display: flex !important;
  gap: 0.5rem;
  width: 100%;
}
.cs-global-footer-social__item a {
  display: inline-block;
  border-radius: 999px;
  box-sizing: border-box;
  padding: 0.25rem;
}
.cs-global-footer-social__item a:hover {
  background-color: #E3FAFF;
  transition: all 0.5s 0s ease;
}
.cs-global-footer-social__item img {
  width: 1.5rem;
  height: 1.5rem;
}

.cs-global-footer-nav__group {
  gap: clamp(0.875rem, 0.75rem + 0.38vw, 1rem);
}
.cs-global-footer-nav__item {
  line-height: 160% !important;
}
.cs-global-footer-nav__item a {
  font-size: clamp(0.875rem, 0.625rem + 0.77vw, 1.125rem);
}

.cs-go-to-top {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 99;
  background-color: #FFFFFF;
  border-radius: 999px;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.24);
  opacity: 1;
}
@media screen and (min-width: 782px) {
  .cs-go-to-top {
    opacity: 0.4;
    bottom: 2rem;
    right: 2rem;
  }
}
.cs-go-to-top:hover {
  opacity: 1;
  transition: all 0.5s 0s ease;
}

.cs-global-header__group {
  background-color: #FFFFFF;
  border-bottom: 1px solid #999999;
  box-sizing: border-box;
  padding: 1rem 0;
  height: 5rem;
}
@media screen and (min-width: 600px) {
  .cs-global-header__group {
    height: 6rem;
  }
}

.cs-global-header-logo {
  position: static;
}
@media screen and (min-width: 600px) {
  .cs-global-header-logo {
    position: absolute;
    top: 0;
    z-index: 999;
  }
}
.cs-global-header-logo img {
  height: 3rem;
}
@media screen and (min-width: 600px) {
  .cs-global-header-logo img {
    height: 3.5rem;
  }
}

.cs-global-header-nav__container {
  position: relative;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__container {
    flex-direction: column;
    justify-content: center;
  }
}
.cs-global-header-nav__group--desktop {
  display: none;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__group--desktop {
    display: block;
  }
}
.cs-global-header-nav__group--mobile {
  display: block;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__group--mobile {
    display: none;
  }
}
.cs-global-header-nav__desktop {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  gap: 1rem;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__desktop {
    position: relative;
    top: 0.625rem;
  }
}
@media screen and (min-width: 1040px) {
  .cs-global-header-nav__desktop {
    gap: 1.5rem;
    top: 0.625rem;
  }
}
.cs-global-header-nav__desktop .wp-block-navigation__responsive-container-open {
  background-color: #1795B2;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.cs-global-header-nav__desktop .wp-block-navigation__responsive-container-open:hover {
  background-color: #1DADCA;
  transition: all 0.5s 0s ease;
}
.cs-global-header-nav__desktop .wp-block-navigation__responsive-container-open svg {
  fill: #FFFFFF;
}
.cs-global-header-nav__item {
  line-height: 160%;
}
.cs-global-header-nav__item.type-home {
  min-width: 120px;
  visibility: visible;
  order: -1;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__item.type-home {
    visibility: hidden;
    order: 0;
  }
}
.cs-global-header-nav__item.type-mobile {
  display: inline-block;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__item.type-mobile {
    display: none;
  }
}
.cs-global-header-nav__item a {
  font-size: 1.125rem;
}
@media screen and (min-width: 600px) {
  .cs-global-header-nav__item a {
    font-size: clamp(0.875rem, 0.625rem + 0.77vw, 1.125rem);
  }
}

.cs-global-header-social__group {
  display: none !important;
}
@media screen and (min-width: 600px) {
  .cs-global-header-social__group {
    display: flex !important;
    gap: 0.5rem;
    width: 100%;
    position: absolute;
    top: 0.5rem;
    left: -1rem;
  }
}
.cs-global-header-social__item a {
  display: inline-block;
  border-radius: 999px;
  box-sizing: border-box;
  padding: 0.25rem;
}
.cs-global-header-social__item a:hover {
  background-color: #E3FAFF;
  transition: all 0.5s 0s ease;
}
.cs-global-header-social__item img {
  width: 1.5rem;
  height: 1.5rem;
}

.wp-site-blocks .cs-global-header-nav__group--mobile {
  position: relative;
}
.wp-site-blocks .cs-global-header-nav__group--mobile.is-open {
  position: absolute;
  top: -1rem;
  left: 0;
  background-color: #FFFFFF;
  padding: 1rem;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow: scroll;
}
.wp-site-blocks .cs-global-header-nav__action-button {
  justify-content: flex-end;
}
.wp-site-blocks .cs-global-header-nav__action-button--open {
  display: block;
}
.wp-site-blocks .cs-global-header-nav__action-button--open a {
  background-color: transparent;
  font-size: 0;
}
.wp-site-blocks .cs-global-header-nav__action-button--open a:before {
  display: inline-block;
  content: "";
  background-color: #1795B2;
  mask-image: url(70d0fbb68b576dead8f2.svg);
  mask-size: 2rem;
  width: 2rem;
  height: 2rem;
}
.wp-site-blocks .cs-global-header-nav__action-button--close {
  display: none;
}
.wp-site-blocks .cs-global-header-nav__action-button--close a {
  background-color: #1795B2;
  border-radius: 2px;
  color: #FFFFFF !important;
  padding: 0.5rem 0.75rem;
}
.wp-site-blocks .cs-global-header-nav__action-button--close a:hover {
  background-color: #1DADCA;
}
.wp-site-blocks .cs-global-header-nav__mobile {
  display: none;
}
.wp-site-blocks .cs-global-header-nav__mobile--inner {
  margin-block-start: 0;
}
.wp-site-blocks .cs-global-header-nav__mobile.is-open {
  display: block;
  margin-block-start: 0;
}
.wp-site-blocks .cs-global-header-nav__mobile * {
  font-size: 14px;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list {
  margin: 0;
  padding: 0;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list li,
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list li a,
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list .children a {
  text-decoration: none;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-bikes ul, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-scene .children, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-parts, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-shoplist, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-inside-xs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-bikes ul a, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-scene .children a, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-parts a, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-shoplist a, .wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-inside-xs a {
  display: inline-block;
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-bikes ul li {
  flex: 0 1 calc((100% - 0.25rem) / 2);
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-scene > li:first-child {
  display: none;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-scene .children li {
  flex: 0 1 calc((100% - 0.75rem) / 4);
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-parts li {
  flex: 0 1 calc((100% - 0.25rem) / 2);
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list.type-shoplist li {
  flex: 0 1 calc((100% - 0.75rem) / 4);
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list-misc {
  gap: 0.5rem;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list-misc a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.wp-site-blocks .cs-global-header-nav__mobile .cs-nav-list-misc a:after {
  display: inline-block;
  content: "";
  mask-image: url(32039c6cd70fdc0ff92f.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #666666;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: 0.25rem;
}

.cs-mobile-nav-heading__main {
  font-size: 1.25rem !important;
  font-weight: 600;
}
.cs-mobile-nav-heading__main.type-home {
  margin-block-start: 1rem;
}
.cs-mobile-nav-heading__main.type-home a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border: 1px solid #999999;
  box-sizing: border-box;
  padding: 0.5rem;
  width: 100%;
  text-decoration: none;
  line-height: 1;
}
.cs-mobile-nav-heading__main.type-home a:before {
  display: inline-block;
  content: "";
  mask-image: url(25b559d94bcaeedd2c6a.svg);
  mask-size: 1.5rem 1.5rem;
  background-color: #666666;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.25rem;
}

.cs-mobile-nav-heading__sub > a,
.type-scene > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  margin-block-end: 0.5rem;
}
.cs-mobile-nav-heading__sub > a:before,
.type-scene > li > a:before {
  display: inline-block;
  content: "";
  mask-image: url(9442a62e85d0b8e5100b.svg);
  mask-size: 2rem 2rem;
  background-color: #666666;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
}

.cs-global-header-nav__group--mobile.is-open .cs-global-header-nav__action-button--open {
  display: none;
}
.cs-global-header-nav__group--mobile.is-open .cs-global-header-nav__action-button--close {
  display: block;
}

.cs-slider-block__container {
  background-color: #FFFFFF;
}
.cs-slider-block__inner .caption-wrap {
  position: unset;
  background-color: transparent !important;
  opacity: 1;
}
.cs-slider-block__inner .caption-wrap .caption {
  margin: 0 auto;
  max-width: 1600px;
  width: 100% !important;
  padding: 1.25rem 1rem !important;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .cs-slider-block__inner .caption-wrap .caption {
    padding: 2rem 1rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .cs-slider-block__inner .caption-wrap .caption {
    padding: 2rem 0 !important;
  }
}

.cs-home-slider__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 1040px) {
  .cs-home-slider__inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
  }
}
.cs-home-slider__left {
  flex-shrink: 0;
}
.cs-home-slider__left--product-name {
  font-size: clamp(1.5rem, -0.667rem + 6.67vw, 6rem);
  font-weight: 400;
  line-height: 1;
}
.cs-home-slider__right--catch-copy {
  color: #1795B2;
  font-size: clamp(0.625rem, 0.25rem + 1.15vw, 1rem);
}
.cs-home-slider__right--excerpt {
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
  line-height: 160%;
}

.cs-hero-slider__container {
  position: relative;
  width: 100vw;
}
.cs-hero-slider__breadcrumb {
  background-color: #F5F5F5;
  position: static;
  text-align: right;
  color: #000000;
  font-size: 0.875rem;
  padding: 1rem;
}
@media screen and (min-width: 600px) {
  .cs-hero-slider__breadcrumb {
    position: absolute;
    z-index: 999;
    width: 100%;
    background-color: transparent;
    color: #FFFFFF;
    font-size: 1rem;
  }
}
.cs-hero-slider__breadcrumb a {
  color: #000000 !important;
}
@media screen and (min-width: 600px) {
  .cs-hero-slider__breadcrumb a {
    color: #FFFFFF !important;
  }
}
.cs-hero-slider__catch-copy {
  position: static;
  background-color: #FFFFFF;
  max-width: 1600px;
  width: 100%;
  margin: 1rem auto !important;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media screen and (min-width: 600px) {
  .cs-hero-slider__catch-copy {
    position: absolute;
    top: 24%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, 0);
    background-color: transparent;
    margin: 0 auto !important;
  }
}
.cs-hero-slider__catch-copy--inner {
  gap: 0.5rem;
  width: auto;
}
@media screen and (min-width: 600px) {
  .cs-hero-slider__catch-copy--inner {
    gap: 1rem;
    background-color: rgba(0, 0, 0, 0.64);
    width: 40%;
    padding: 2rem 1rem;
  }
}
@media screen and (min-width: 1040px) {
  .cs-hero-slider__catch-copy--inner {
    gap: 1.5rem;
    width: 40%;
  }
}
@media screen and (min-width: 1600px) {
  .cs-hero-slider__catch-copy--inner {
    width: auto;
    padding: 3rem 1rem;
  }
}
.cs-hero-slider__catch-copy h2,
.cs-hero-slider__catch-copy p {
  color: #666666;
}
@media screen and (min-width: 600px) {
  .cs-hero-slider__catch-copy h2,
  .cs-hero-slider__catch-copy p {
    color: #FFFFFF;
  }
}
.cs-hero-slider__catch-copy h2 {
  font-size: clamp(1.5rem, 4.62vw, 3rem);
  line-height: 1;
}
@media screen and (min-width: 1040px) {
  .cs-hero-slider__catch-copy h2 {
    font-size: clamp(3rem, -2.571rem + 8.57vw, 6rem);
  }
}
@media screen and (min-width: 1600px) {
  .cs-hero-slider__catch-copy h2 {
    font-size: 7rem;
  }
}
.cs-hero-slider__catch-copy hr {
  border-top: 2px solid #666666;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .cs-hero-slider__catch-copy hr {
    border-top: 2px solid #FFFFFF;
  }
}
.cs-hero-slider__catch-copy p {
  font-size: clamp(0.75rem, 0.25rem + 1.54vw, 1.25rem);
}
.cs-hero-slider__slider {
  margin-block-start: 0;
}
.cs-hero-slider__slider .flex-control-nav {
  text-align: right;
  padding: 0 1rem;
}

.cs-feature-slider__inner--excerpt {
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
  line-height: 160%;
  max-width: 1040px;
  margin: 0 auto !important;
}

.cs-slider-switcher .metaslider {
  display: none;
}
.cs-slider-switcher .metaslider:first-child {
  display: block;
}

.cs-slider-switcher-buttons__group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
}
@media screen and (min-width: 782px) {
  .cs-slider-switcher-buttons__group {
    flex-direction: row;
  }
}
.cs-slider-switcher-buttons__item {
  gap: 0.5rem;
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .cs-slider-switcher-buttons__item {
    max-width: 240px;
  }
}
.cs-slider-switcher-buttons__item figure {
  cursor: pointer;
  width: 100%;
}
.cs-slider-switcher-buttons__item figure img {
  display: none;
}
@media screen and (min-width: 782px) {
  .cs-slider-switcher-buttons__item figure img {
    display: block;
    aspect-ratio: 3/2;
    border: 0.25rem solid transparent;
    box-sizing: border-box;
    line-height: 0;
    max-width: 100%;
    height: auto;
    opacity: 0.4;
    transition: all 0.3s ease;
  }
}
.cs-slider-switcher-buttons__item figure:hover {
  opacity: 1;
}
.cs-slider-switcher-buttons__item figure.active img {
  opacity: 1;
  border-color: #1795B2;
}
.cs-slider-switcher-buttons__item figure.active .wp-element-caption {
  opacity: 1;
  border: 0.25rem solid #1795B2;
}
@media screen and (min-width: 782px) {
  .cs-slider-switcher-buttons__item figure.active .wp-element-caption {
    border: none;
  }
}
.cs-slider-switcher-buttons__item figure .wp-element-caption {
  border: 1px solid #999999;
  box-sizing: border-box;
  font-size: clamp(0.875rem, 0.75rem + 0.38vw, 1rem);
  text-align: center;
  margin: 0;
  padding: 0.25rem 0.5rem;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .cs-slider-switcher-buttons__item figure .wp-element-caption {
    border: none;
    margin: 0;
    padding: 0;
  }
}

.cs-slider-feature li {
  margin: 0 !important;
}
.cs-slider-feature .flex-control-nav {
  bottom: -3rem !important;
}

.flex-prev,
.flex-next {
  background-color: rgba(0, 0, 0, 0.2) !important;
  border: none !important;
  border-radius: 0 !important;
  width: 2rem !important;
  height: 2rem !important;
}
@media screen and (min-width: 782px) {
  .flex-prev,
  .flex-next {
    width: 4rem !important;
    height: 4rem !important;
  }
}
.flex-prev:hover,
.flex-next:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.flex-prev:after,
.flex-next:after {
  display: inline-block;
  content: "";
  mask-image: url(32039c6cd70fdc0ff92f.svg) !important;
  mask-size: 2rem 2rem !important;
  background-color: #FFFFFF !important;
  width: 2rem !important;
  height: 2rem !important;
  margin-right: 0.25rem !important;
}
@media screen and (min-width: 782px) {
  .flex-prev:after,
  .flex-next:after {
    mask-size: 4rem 4rem !important;
    width: 4rem !important;
    height: 4rem !important;
  }
}

.flex-prev {
  left: 0 !important;
}
.flex-prev:after {
  transform: rotate(180deg);
}

.flex-next {
  right: 0 !important;
}
.flex-control-nav li {
  border: none !important;
}
.flex-control-nav a {
  background-color: #F5F5F5 !important;
  border: 1px solid #999999 !important;
  border-radius: 999px !important;
}
.flex-control-nav a.flex-active {
  background-color: #1795B2 !important;
  border: 1px solid #1795B2 !important;
}

.caption-wrap {
  background-color: #F5F5F5 !important;
  border: none !important;
}
.caption-wrap .caption {
  color: #666666 !important;
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem) !important;
  text-align: left !important;
  padding: 1.5rem !important;
}
@media screen and (min-width: 782px) {
  .caption-wrap .caption {
    padding: 3rem !important;
  }
}

.cs-slider-scroll__container {
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.cs-slider-scroll__container::-webkit-scrollbar {
  height: 0.75rem;
}
.cs-slider-scroll__container::-webkit-scrollbar-track {
  background: #FFFFFF;
  border: 1px solid #999999;
}
.cs-slider-scroll__container::-webkit-scrollbar-thumb {
  background: #666666;
}
.cs-slider-scroll__container::-webkit-scrollbar-thumb:hover {
  background: #000000;
}
.cs-slider-scroll__inner {
  display: flex;
  gap: 1rem;
  padding: 0 0.5rem;
  width: 100%;
}
.cs-slider-scroll__item {
  flex: 0 0 calc((100vw - 2rem - 2rem) / 1);
  scroll-snap-align: start;
}
@media screen and (min-width: 520px) {
  .cs-slider-scroll__item {
    flex: 0 0 calc((100vw - 2rem - 2rem) / 2);
  }
}
@media screen and (min-width: 782px) {
  .cs-slider-scroll__item {
    flex: 0 0 calc((100vw - 2rem - 2rem) / 3);
  }
}
.cs-slider-scroll__item--block {
  gap: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.cs-slider-scroll__item--block figure {
  overflow: hidden;
}
.cs-slider-scroll__item--block img {
  width: 100%;
  height: auto;
  display: block;
}
.cs-slider-scroll__item--block p {
  margin: 2rem 0;
  font-size: 1rem;
}

.cs-form-contact__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cs-form-contact__item {
  flex: 1;
}
.cs-form-contact__item p {
  line-height: 160%;
}
.cs-form-contact__item label {
  display: inline-block;
  color: #000000;
  margin-block-end: 0.5rem;
}
.cs-form-contact__item label .type-essential {
  color: #dc3232;
}
.cs-form-contact__item input[type=text],
.cs-form-contact__item input[type=email],
.cs-form-contact__item textarea {
  border: 1px solid #666666;
  border-radius: 0;
  font-size: 1.25rem;
  width: 100%;
  padding: 0.5rem;
  box-sizing: border-box;
}
.cs-form-contact__item .wpcf7-list-item {
  margin: 0;
}
.cs-form-contact__item input[type=submit] {
  background-color: #1795B2;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  font-size: clamp(1rem, 0.783rem + 0.67vw, 1.25rem);
  padding: 0.5rem 2rem;
}
.cs-form-contact__item input[type=submit]:hover {
  background-color: #1DADCA;
  transition: all 0.5s 0s ease;
}

.wpcf7-response-output {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: none !important;
  color: #dc3232;
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-response-output:before {
  display: inline-block;
  content: "";
  mask-image: url(18cecbb8e38cba57e1fa.svg);
  mask-size: 2rem 2rem;
  background-color: #dc3232;
  width: 2rem;
  height: 2rem;
  margin-right: 0.25rem;
  flex-shrink: 0;
}

.cs-news__group {
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
@media screen and (min-width: 782px) {
  .cs-news__group {
    flex-direction: row;
    align-items: flex-end;
    gap: 2rem;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 1rem;
  }
}
.cs-news__item {
  flex: 1;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (min-width: 782px) {
  .cs-news__item {
    padding: 0;
  }
}
@media screen and (min-width: 1600px) {
  .cs-news__item {
    padding: 0;
  }
}
.cs-news__item:last-child {
  align-self: flex-start;
  order: -1;
}
@media screen and (min-width: 782px) {
  .cs-news__item:last-child {
    order: 3;
  }
}
@media screen and (min-width: 782px) {
  .cs-news__item.cs-heading__container {
    border-bottom: none;
  }
}
.cs-news__item ul li {
  line-height: 150%;
}
.cs-news__item .cs-heading__title {
  display: inline-block;
}
@media screen and (min-width: 782px) {
  .cs-news__item .cs-heading__title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.cs-news__item .cs-heading__title:after {
  display: none;
}
@media screen and (min-width: 782px) {
  .cs-news__item .cs-heading__title:after {
    display: block;
    content: "";
    width: 6rem;
    height: 6rem;
    border-right: 0.5rem solid #666666;
  }
}
.cs-news__item .wp-block-post-featured-image {
  overflow: hidden;
  aspect-ratio: 1/1;
  margin: 0;
}
.cs-news__item .wp-block-post-featured-image img {
  aspect-ratio: 1/1;
}
.cs-news__item .wp-block-post-date time {
  color: #1795B2;
  font-size: clamp(0.75rem, 0.5rem + 0.77vw, 1rem);
}
.cs-news__item .wp-block-post-title a {
  font-size: clamp(0.75rem, 0.625rem + 0.38vw, 0.875rem);
  font-weight: 400;
}

.cs-hero-cover__container {
  aspect-ratio: 3/1;
  min-height: unset;
}
.cs-hero-cover__catch-copy {
  font-size: clamp(1.25rem, 0.5rem + 2.31vw, 2rem) !important;
}

.wp-block-tiptip-hyperlink-group-block {
  text-decoration: none !important;
}
.wp-block-tiptip-hyperlink-group-block:hover img {
  transform: scale(1.1);
  transition: all 0.5s 0s ease;
}

.page__what-is-xs .wp-block-media-text,
.page__which-one-is-best .wp-block-media-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 520px) {
  .page__what-is-xs .wp-block-media-text,
  .page__which-one-is-best .wp-block-media-text {
    gap: 2rem;
  }
}
@media screen and (min-width: 782px) {
  .page__what-is-xs .wp-block-media-text,
  .page__which-one-is-best .wp-block-media-text {
    flex-direction: row;
    gap: 5rem;
  }
}
.page__what-is-xs .wp-block-media-text__media,
.page__what-is-xs .wp-block-media-text__content,
.page__which-one-is-best .wp-block-media-text__media,
.page__which-one-is-best .wp-block-media-text__content {
  flex: 1;
  margin: 0;
  padding: 0;
  box-sizing: 0;
}
.page__what-is-xs .wp-block-gallery.columns-2,
.page__which-one-is-best .wp-block-gallery.columns-2 {
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 520px) {
  .page__what-is-xs .wp-block-gallery.columns-2,
  .page__which-one-is-best .wp-block-gallery.columns-2 {
    gap: 2rem;
  }
}
@media screen and (min-width: 782px) {
  .page__what-is-xs .wp-block-gallery.columns-2,
  .page__which-one-is-best .wp-block-gallery.columns-2 {
    flex-direction: row;
    gap: 5rem;
  }
}
.page__what-is-xs .wp-block-gallery.columns-2 figure,
.page__which-one-is-best .wp-block-gallery.columns-2 figure {
  flex: 1;
}
.page__what-is-xs h3,
.page__which-one-is-best h3 {
  font-size: clamp(2rem, 6.15vw, 4rem);
  font-weight: 400;
}

.cs-content-block {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding: 4rem 0;
}
.cs-content-block h4 {
  font-size: clamp(1.5rem, 0.296rem + 3.7vw, 4rem);
  text-align: center;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 1rem 2rem;
  box-sizing: content-box;
}

.product-template-default p {
  line-height: 250%;
}
.product-template-default li {
  line-height: 220%;
}

.cs-template-news h4,
.cs-template-news h5,
.cs-template-news h6 {
  color: #666666;
  margin: 0;
  padding: 0;
}
.cs-template-news h2 {
  font-size: 1.25rem;
}
.cs-template-news h4 {
  margin-block-start: 3rem;
  margin-block-end: 1.5rem;
}
@media screen and (min-width: 1040px) {
  .cs-template-news h4 {
    margin-block-start: 4rem;
  }
}
.cs-template-news h5,
.cs-template-news h6 {
  margin-block-start: 3rem;
  margin-block-end: 1.5rem;
}

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