/** Shopify CDN: Minification failed

Line 651:0 Unexpected "}"

**/
.advanced-content-template {
  margin-bottom: 0;
}

.advanced-content-card {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.advanced-content-card .title-collection {
  position: absolute;
  top: 70px;
  left: 0;
}
.advanced-content-card .collection-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
}
.advanced-content-card .title-collection {
  font-size: 48px;
  text-align: left;
  width: 150px;
  padding-left: 30px;
}
.advanced-content-card .title-collection::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #000;
}
.advanced-content-card .collection-title {
  font-size: 4.4rem;
}
.advanced-content-card img {
  display: block;
  overflow: hidden;
  border-style: none;
  transition: all 0.5s;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.advanced-content-card:hover img {
  transform: scale(1.1);
}

.advanced-content_text h3 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: none;
  font-family: var(--g-font-1);
  max-width: 500px;
  padding: 0 0 0 44px;
  border-left: 5px solid var(--primary);
}

.advanced-image-blog {
  position: relative;
  overflow: hidden;
  align-self: center;
}

.advanced-image {
  position: relative;
}
.advanced-image-content {
  text-align: center;
}
.advanced-image-content h3 {
  margin: 3rem 0 2.5rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.advanced-image-content p {
  line-height: 2.6rem;
  margin: 0.8rem 0;
  font-weight: 400;
}

.advanced-image-blog:before,
.advanced-image-blog:after {
  content: "";
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  z-index: 99;
}
.advanced-image-blog:before {
  border-top: 0.1rem solid #fff;
  border-bottom: 0.1rem solid #fff;
  transform: scale(0, 1);
}
.advanced-image-blog:after {
  transform: scale(1, 0);
  border-left: 0.1rem solid #fff;
  border-right: 0.1rem solid #fff;
}
.advanced-image:hover .advanced-image-blog:before,
.advanced-image:hover .advanced-image-blog:after {
  transform: scale(1);
  opacity: 1;
}
.advanced-image-blog img {
  transition: all 0.5s ease-in-out;
}
.advanced-image-blog:hover img {
  transform: scale(1.1);
}

.advanced-product-carousel {
  width: 100%;
}

.image-advanced__media--placeholder {
  background-color: rgba(var(--color-foreground), 0.04);
  position: relative;
  overflow: hidden;
}

.image-advanced__media--placeholder > svg {
  position: absolute;
  left: 50%;
  max-width: 80rem;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: currentColor;
}

/* CSS ADVANCED PRODUCT */
.advanced-content .row .section-text {
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 4rem;
  text-align: center;
  color: #fff;
}
.advanced-product .section-header {
  color: #fff;
}
.advanced-img_text-title {
  font-size: 92px;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--g-font-2);
}

.advanced-content .container-fluid .row {
  padding: 0 95px;
}
.advanced-content .row {
  gap: 30px 0;
}
.advanced-content .container-fluid {
  padding: 0;
}
.advanced-content_text.text-start {
  padding: 10px 0 0 95px;
  position: relative;
}
h2.advanced-content-sp-title,
.advanced-content_text p {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  margin-bottom: 24px;
  font-family: var(--g-font-1);
  max-width: 550px;
}
.ap_column_advanced {
  position: relative;
  padding: 0;
}
.img-text-content {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.advanced-image,
.advanced-image-content,
.advanced-image-media.media {
  height: 100%;
}
.advanced-product-carousel {
  margin: 0 -15px;
}
.advanced-img_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.col-65 {
  border-top: 10px solid var(--primary);
  margin-top: -10px;
}
.col-65 .advanced-content_text.text-start {
  padding: 50px 0 70px 80px;
}
.col-35 .advanced-content_text.text-start {
  padding: 50px 30px 30px 60px;
}
.col-65 .advanced-content-sp-title,
.col-35 .advanced-content-sp-title {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 14px;
  font-family: var(--g-font-2);
}
.col-65 .advanced-content_text h3,
.col-35 .advanced-content_text h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  padding: 0;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: none;
  font-family: var(--g-font-1);
  max-width: 400px;
  border: none;
}
.col-35 .advanced-content_text h3 {
  max-width: 280px;
}
.col-65 .advanced-content_text p,
.col-35 .advanced-content_text p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 27px;
  font-family: var(--g-font-2);
}
.col-65 .btn-base path,
.col-35 .btn-base path {
  fill: #fff;
}
.advanced-content_text .btn-base {
  margin-top: 0;
  background-color: transparent;
  padding: 0;
  background-image: unset;
}
.advanced-content_text .btn-base path {
  fill: #000;
  transition: all 0.4s;
}
.advanced-content_text .btn-base:hover path {
  fill: var(--primary);
}
.col-65 .advanced-content_text .btn-base {
  background-color: var(--primary);
  padding: 21px 34px;
  background-image: linear-gradient(#000, #000, #000);
}
.col-65 .advanced-content_text .btn-base path {
  fill: #fff;
}
.col-35 .advanced-content_text .btn-base {
  margin-top: 65px;
  background-color: #000;
  padding: 21px 34px;
  background-image: linear-gradient(var(--primary), var(--primary), var(--primary));
}
.col-35 .advanced-content_text .btn-base path {
  fill: #fff;
}
/* COLLECTION VS PRODUCT 2 */
.product-style-2 .card-wrapper {
  display: flex;
  margin-bottom: 30px;
}
.product-style-2 .card--product {
  width: 80px;
  height: 120px;
}
.slick-slide > div:last-child > .items-product > .card-wrapper {
  margin-bottom: 0;
}
.product-style-2 .card-information {
  flex: 1;
  padding: 20px 0 0 15px;
  margin-top: 0 !important;
}
.product-style-2 .servicer-product,
.product-style-2 .servicer-addbtn,
.product-style-2 .servicer-product-grid-5,
.product-style-2 .card__badge,
.product-style-2 .card__labal,
.product-style-2 .card__labal-sale,
.product-style-2 .price__sale .price__compare,
.product-style-2 .wp_rating {
  display: none;
}
.product-style-2 .product-info {
  padding-top: 0;
  padding-left: 20px;
}
.product-style-2 .card-information__text {
  -webkit-line-clamp: 2;
  padding: 0;
}
.product-style-2 .product-grid-2 .full-unstyled-link {
  margin-top: 5px;
}
/* TEXT LIST 2 */
.style-2 .advanced-content_text.text-start {
  padding-left: 90px;
  padding-top: 45px;
}
.style-2 .img-text-content {
  bottom: 0;
}
.block-text-list-2 {
  align-items: center;
  text-transform: uppercase;
  display: flex;
}
.block-text-list-2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  padding-right: 25px;
  margin-right: 25px;
  border-right: 1px solid #eaeaea;
}
.block-text-list-2 span {
  color: var(--primary);
  font-size: 50px;
  line-height: 54px;
  padding-right: 7px;
}
.block-text-list-2:last-child {
  border: none;
}
.style-2 .advanced-content_text p {
  display: flex;
  align-items: center;
}
.style-2 h2.advanced-content-sp-title {
  line-height: 22px;
}
.style-2 .advanced-content_text h3 {
  margin-bottom: 25px;
}
.style-2 .advanced-content_text .advanced-content_text-content {
  margin-bottom: 20px;
}
.style-2 .advanced-content_text .advanced-content_text-content-2 {
  margin-bottom: 55px;
}
.style-2 .advanced-content_text .btn-base {
  padding: 14px 34px;
  font-size: 13px;
}
.style-2 .container-fluid .row {
  padding: 0;
  align-items: center;
}
.style-2 .advanced-service {
  padding: 3% 12% 3% 34%;
}
.advanced-service_text-title {
  font-size: 52px;
  line-height: 54px;
  margin-bottom: 26px;
  max-width: 520px;
  text-transform: none;
}
.advanced-service_text-content {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  max-width: 520px;
  padding-bottom: 12px;
}
.ad-service-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ad-service-icon {
  width: 100%;
  height: 60px;
  max-width: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f4f4f4;
  transition: all 0.4s;
}
.ad-service-item {
  display: flex;
  align-items: center;
  min-height: 60px;
  line-height: 24px;
  gap: 20px;
  font-size: 16px;
  font-weight: 700;
}
.ad-service-item:hover .ad-service-icon {
  background-color: var(--primary);
}
.ad-service-item:hover path {
  fill: #fff;
}
.ad-video-text-list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  background-color: var(--bg-section);
  min-height: 200px;
  font-family: var(--g-font-2);
  text-align: center;
  position: relative;
}
.video-text-title {
  font-size: 64px;
  line-height: 64px;
  color: var(--primary);
}
.video-text-description {
  line-height: 18px;
  color: var(--color-des);
}
.ad-video-text-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1px;
  height: 80px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
/* IMAGE VS SERVICE */
.style-2 .advanced-image,
.style-2 .advanced-image-content,
.style-2 .advanced-image-media.media {
  height: unset;
}
.page {
  position: relative;
  height: 100%;
}
.popup {
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.show-popup .popup {
  opacity: 1;
  visibility: visible;
}
.popup > iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  width: 100%;
  max-width: 900px;
}
.icon-play {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-play path {
  fill: var(--color-des);
}
.img-video img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media (min-width: 1500px) {
  .ad-video-content {
    display: flex;
    align-items: center;
  }
  .ad-img-video {
    width: 300px;
    height: 200px;
  }
  .img-video img {
    width: auto;
  }
}

/* STYLE 3 IMG VS TEXT */
.advanced-content.style-3 .row {
  margin: 0;
}
.style-3 .advanced-content_text.text-start {
  padding-left: 0;
  padding-top: 0;
  position: absolute;
  right: 80px;
  top: 50%;
  transform: translateY(-50%);
}
.style-3 .img-text-content {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.style-3 img.advanced__image-child {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: 60%;
}
.style-3 h2.advanced-content-sp-title {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.style-3 .advanced-content_text h3 {
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.style-3 .advanced-content_text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  margin-bottom: 35px;
}
.style-3 .advanced-content_text p span {
  color: var(--primary);
}
.style-3 .advanced-content_text .btn-base {
  padding: 14px 27px;
}

@media (min-width: 1200px) {
  .col-65 {
    width: 65%;
  }
  .col-35 {
    width: 35%;
  }
}
@media (max-width: 1700px) {
  body.index .style-1 .advanced-image-media {
    padding-bottom: 135% !important;
  }
}
@media (max-width: 1501px) {
  .advanced-content_text.text-start,
  .style-2 .advanced-content_text.text-start {
    padding-left: 30px;
    padding-top: 0;
  }
  .style-2 .advanced-service {
    padding: 3% 3% 3% 15%;
  }
  .advanced-content .container-fluid {
    padding: 0 15px;
  }
  .advanced-content.style-1 .container-fluid .row {
    padding: 0 15px;
  }
}
@media (max-width: 1300px) {
  .ap_column_advanced {
    overflow: hidden;
  }
  .style-3 .ap_column_advanced {
    overflow: unset;
  }
  .style-2 .advanced-service {
    padding: 10% 0 10% 5%;
  }
}
@media (max-width: 1199px) {
  .style-3 .advanced-content_text h3 {
    font-size: 32px;
    line-height: 35px;
  }
  .style-3 .advanced-image-media.media {
    padding-bottom: 80% !important;
  }
  .style-3 img.advanced__image-child {
    left: 50%;
  }
  .col-65 .advanced-content_text.text-start {
    padding: 60px 0 60px 20px;
  }
  .col-35 .advanced-content_text.text-start {
    padding: 60px 20px;
  }
  .img-text-content {
    display: none;
  }bl
}
@media (max-width: 991px) {
  .style-3 .advanced-image-media.media {
    padding-bottom: 61% !important;
  }
  .style-3 img.advanced__image-child {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .advanced-content.style-3 .row {
    gap: 0;
  }
  .style-3 .advanced-content_text.text-start {
    padding: 100px 30px;
    position: unset;
    transform: none;
  }
}
@media (max-width: 767px) {
  .block-text-list-2 {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .style-2 .advanced-content_text p {
    align-items: start;
    flex-direction: column;
  }
  .style-2 .advanced-content_text .advanced-content_text-content-2 {
    margin-bottom: 30px;
  }
  .advanced-product-carousel {
    margin: 0 -15px;
  }
  .advanced-service .section-header {
    justify-content: start;
  }
}
@media (max-width: 576px) {
  .advanced-content_text p {
    margin-bottom: 30px;
  }
  .advanced-content_text h3 {
    margin-bottom: 15px;
  }
  .img-text-content {
    display: none;
  }
  .advanced-content_text p {
    font-size: 14px;
  }
  .style-3 .img-text-content {
    display: block;
  }
  .style-3 .advanced-image-media.media {
    padding-bottom: 90% !important;
  }
}
@media (max-width: 480px) {
  .advanced-content_text h3 {
    padding: 0 0 0 20px;
    text-align: left;
  }
  .advanced-service_text-title {
    font-size: 42px;
    line-height: 44px;
  }
  .ad-service-item {
    line-height: 24px;
    gap: 10px;
    font-size: 14px;
  }
  .advanced-content_text.text-start {
    padding-top: 0;
    text-align: center !important;
  }
  .advanced-content_text p {
    font-size: 11px;
  }
  .advanced-content_text .btn-base {
    margin: auto;
  }
  .style-2 .advanced-content_text p {
    font-size: 18px;
  }
  .style-2 .advanced-content_text h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .style-2 .advanced-content_text .advanced-content_text-content-2 {
    align-items: center;
  }
  .style-3 img.advanced__image-child {
    display: none;
  }
  .style-3 .advanced-content_text.text-start {
    padding: 60px 30px;
  }
  .col-65 .advanced-content_text.text-start {
    padding: 60px 15px 60px 15px;
  }
  .col-65 .advanced-content_text h3,
  .col-35 .advanced-content_text h3 {
    text-align: center;
    max-width: 100%;
  }
  .col-35 .advanced-content_text.text-start {
    padding: 60px 15px;
  }
}
