/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/product-selling-point-2024/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.product-selling-point-2024 {
  display: block;
}
.product-selling-point-2024 .main-title {
  font-weight: 700;
  color: rgb(38, 38, 38);
  text-align: center;
  font-family: "Sofia Pro", sans-serif;
  line-height: 120%;
  max-width: 62.5%;
  margin-left: auto;
  margin-right: auto;
}
.product-selling-point-2024 .main-title p {
  margin-bottom: 0;
  line-height: 100%;
}
.product-selling-point-2024 .content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
}
.product-selling-point-2024 .content-container.swap-position {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}
.product-selling-point-2024 .content-container .gap-160 {
  width: 12.6%;
}
.product-selling-point-2024 .selling-points {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
.product-selling-point-2024 .image-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35.2%;
          flex: 0 0 35.2%;
  position: relative;
  overflow: hidden;
}
.product-selling-point-2024 .image-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.product-selling-point-2024 .right-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.product-selling-point-2024 .selling-point-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.product-selling-point-2024 .selling-point-header .icon-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-selling-point-2024 .selling-point-header .icon-wrapper svg {
  width: 20px;
  height: 20px;
}
.product-selling-point-2024 .selling-point-header .selling-point-title {
  font-family: "Sofia Pro", sans-serif;
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-selling-point-2024 .selling-point-content {
  font-family: "Sofia Pro", sans-serif;
  width: 88%;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  max-height: 0;
  overflow: hidden;
}
.product-selling-point-2024 .selling-point-content p {
  margin-bottom: 0;
}
.product-selling-point-2024 .selling-point-content::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  padding-bottom: 12px;
}
.product-selling-point-2024 .selling-point .as-chevron {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.product-selling-point-2024 .selling-point.as-expanded .as-chevron {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.product-selling-point-2024 .divider {
  width: 100%;
  height: 2px;
  background-color: rgb(230, 230, 230);
}
@media (max-width: 768px) {
  .product-selling-point-2024 {
    padding: 60px 20px;
  }
  .product-selling-point-2024 .main-title {
    max-width: 75%;
  }
  .product-selling-point-2024 .content-container {
    gap: 24px;
  }
  .product-selling-point-2024 .selling-point-content::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-bottom: 4px;
  }
  .product-selling-point-2024 .content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .product-selling-point-2024 .content-container.swap-position {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .product-selling-point-2024 .selling-points {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .product-selling-point-2024 .image-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 78.1%;
            flex: 0 0 78.1%;
    width: 78.1%;
    margin-left: auto;
    margin-right: auto;
  }
  .product-selling-point-2024 .right-image,
  .product-selling-point-2024 .selling-point .selling-point-content {
    width: 100%;
  }
  .product-selling-point-2024 .right-image {
    width: 100%;
    height: 100%;
    border-radius: 16px;
  }
  .product-selling-point-2024 .selling-point-header .icon-wrapper svg {
    width: 16px;
    height: 16px;
    position: relative;
    top: -2px;
  }
  .product-selling-point-2024 .selling-point-content {
    width: 100%;
  }
  .product-selling-point-2024 .chevron svg {
    width: 12px;
    height: 12px;
  }
}
