:root {
  --color-paragraph: #333;
  --color-main-1: #F30; }

body, html {
  font-size: 16px; }

img {
  max-width: 100%;
  height: auto; }

.section-padding {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  @media (max-width: 991px) {
    .section-padding {
      margin-top: 2rem;
      margin-bottom: 2rem; } }

.section-padding-bg {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (max-width: 991px) {
    .section-padding-bg {
      margin-top: 2rem;
      margin-bottom: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.section-heading {
  font-weight: 700;
  color: var(--color-paragraph);
  transition-property: all;
  transition-duration: 0.4s;
  font-weight: 700; }
  .section-heading .section-heading-link {
    color: var(--color-paragraph);
    transition-property: all;
    transition-duration: 0.4s;
    font-weight: 700; }
    .section-heading .section-heading-link .section-heading-link:hover {
      color: var(--color-main-1); }

.button-primary {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #6b7280;
  color: #FFF;
  background-color: #6a6b6b;
  cursor: pointer;
  transition: all 0.5s;
  min-height: 50px;
  min-width: 240px; }
  @media (max-width: 640px) {
    .button-primary {
      min-width: 100%; } }
  .button-primary:before {
    display: none; }
  .button-primary:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-color: #FFF;
    backface-visibility: hidden;
    will-change: transform;
    transform: rotate3d(0, 0, 1, 10deg) translate3d(-1.2em, 110%, 0);
    transform-origin: 0% 100%;
    transition: transform .45s ease; }
  .button-primary:hover {
    color: var(--color-paragraph); }
    .button-primary:hover:after {
      transform: rotate3d(0, 0, 1, 0) translateZ(0); }
  @media (min-width: 991px) {
    .button-primary.white {
      background-color: #FFF;
      color: var(--color-paragraph);
      border: 1px solid #FFF; }
      .button-primary.white:after {
        background-color: #6a6b6b;
        border: 1px solid #6a6b6b;
        color: #FFF; }
      .button-primary.white:hover {
        color: #FFF; } }
  .button-primary.active {
    background-color: var(--color-main-1);
    border-color: var(--color-main-1);
    color: #fff; }
    .button-primary.active:hover {
      background-color: transparent;
      color: var(--color-main-1); }
  .button-primary.loading {
    opacity: 0.5; }

@media (max-width: 991px) {
  .section-slider .swiper-pagination {
    display: none !important; } }

.section-slider .section-slider-item.swiper-slide-active .section-slider-item-content {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.8s; }

.section-slider .section-slider-item .section-slider-item-content {
  opacity: 0;
  visibility: hidden; }

.section-slider .section-slider-item-wrap {
  position: relative; }
  .section-slider .section-slider-item-wrap:after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.125);
    z-index: 1; }
    @media (max-width: 991px) {
      .section-slider .section-slider-item-wrap:after {
        display: none; } }

.section-slider .section-slider-item-content {
  position: absolute;
  bottom: 4rem;
  right: 1rem;
  text-align: right;
  max-width: 50%;
  transition: all 0.8s ease;
  z-index: 2; }
  @media (max-width: 991px) {
    .section-slider .section-slider-item-content {
      position: relative;
      bottom: inherit;
      right: inherit;
      padding: 15px;
      max-width: 100%;
      text-align: start; } }
  .section-slider .section-slider-item-content .section-slider-item-content-title {
    font-weight: 700;
    font-size: 1.875rem;
    margin-bottom: 1rem;
    color: #fff; }
    @media (max-width: 991px) {
      .section-slider .section-slider-item-content .section-slider-item-content-title {
        color: #333; } }
  .section-slider .section-slider-item-content .section-slider-item-content-description {
    margin-bottom: 2rem;
    color: #fff; }
    @media (max-width: 991px) {
      .section-slider .section-slider-item-content .section-slider-item-content-description {
        color: #333; } }

.section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet .pagination-progress {
  display: block; }
  @media (max-width: 991px) {
    .section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet .pagination-progress {
      display: none !important; } }

.section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  width: 10%;
  translate: 0 -50%;
  text-align: start;
  display: flex;
  align-items: flex-end; }
  @media (max-width: 991px) {
    .section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination {
      width: 100%;
      bottom: 1rem;
      left: 0;
      right: 0;
      padding: 0 15px; } }
  .section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet {
    flex: 1;
    border-radius: 0;
    width: auto;
    height: 3px;
    transition: all .45s !important;
    background: rgba(255, 255, 255, 0.5);
    border-radius: .25rem;
    overflow: hidden; }
    .section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet .pagination-progress {
      width: 0;
      height: 100%;
      background: #FFF; }
    .section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      height: 6px;
      background: rgba(255, 255, 255, 0.5); }
      .section-slider .swiper-custom-forSlider.swiper-horizontal .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .pagination-progress {
        width: 100%;
        transition: all 5.7s linear; }

.section-image-with-text .section-image-with-text-container {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 1rem; }
  @media (min-width: 1024px) {
    .section-image-with-text .section-image-with-text-container {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.5rem; } }

.section-image-with-text .section-image-with-text-image .section-image-with-text-image-link {
  display: block;
  overflow: hidden; }

.section-image-with-text .section-image-with-text-image .section-image-with-text-image-img {
  border-radius: 0.25rem;
  width: 100%;
  height: auto; }

.section-image-with-text .section-image-with-text-content {
  padding-left: 2.5rem; }
  @media (max-width: 991px) {
    .section-image-with-text .section-image-with-text-content {
      padding-left: 0; } }
  .section-image-with-text .section-image-with-text-content .section-image-with-text-content-subtitle {
    display: block;
    margin-bottom: 0.5rem; }
  .section-image-with-text .section-image-with-text-content .section-image-with-text-content-title {
    margin-bottom: 1rem; }
  .section-image-with-text .section-image-with-text-content .section-image-with-text-content-description {
    margin-bottom: 2rem; }

.section-text .section-text-wrap {
  text-align: center; }
  @media (max-width: 991px) {
    .section-text .section-text-wrap {
      text-align: start; } }
  .section-text .section-text-wrap .section-text-content .section-text-content-title {
    margin-bottom: 1rem; }

.section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-head {
  text-align: center; }
  @media (max-width: 991px) {
    .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-head {
      text-align: start; } }

.section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item {
  margin-top: 3rem; }
  .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem; }
    .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap {
        grid-template-columns: 1fr;
        gap: 1.5rem; } }
    .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap .section-image-with-text-groups-item-content .section-image-with-text-groups-item-content-title {
      margin-bottom: 2rem; }
    .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap .section-image-with-text-groups-item-content .section-image-with-text-groups-item-content-description {
      max-width: 500px; }
    @media (max-width: 991px) {
      .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap .section-image-with-text-groups-item-image {
        order: -1; } }
    .section-image-with-text-groups .page-width .section-image-with-text-groups-wrap .section-image-with-text-groups-main .section-image-with-text-groups-items .section-image-with-text-groups-item .section-image-with-text-groups-item-wrap .section-image-with-text-groups-item-image img {
      aspect-ratio: 16/9;
      border-radius: 0.25rem;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-head {
  text-align: center; }
  @media (max-width: 991px) {
    .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-head {
      text-align: start; } }

.section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main {
  margin-top: 3rem; }
  .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main .section-image-with-text-background-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    align-items: center;
    border: 1px solid #FFF; }
    .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main .section-image-with-text-background-container > {
      min-width: 0; }
    @media (max-width: 991px) {
      .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main .section-image-with-text-background-container {
        grid-template-columns: 1fr;
        padding: 15px;
        gap: 1.5rem; } }
    .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main .section-image-with-text-background-container .section-image-with-text-background-content {
      padding: 10%; }
      @media (max-width: 991px) {
        .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main .section-image-with-text-background-container .section-image-with-text-background-content {
          order: -1;
          padding: 0; } }
      .section-image-with-text-background .page-width .section-image-with-text-background-wrap .section-image-with-text-background-main .section-image-with-text-background-container .section-image-with-text-background-content .section-image-with-text-background-content-description {
        margin-bottom: 2rem; }

.section-products .page-width .section-products-wrap .section-products-head {
  text-align: start; }

.section-products .page-width .section-products-wrap .section-products-main {
  margin-top: 3rem; }
  .section-products .page-width .section-products-wrap .section-products-main .section-products-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem; }
    .section-products .page-width .section-products-wrap .section-products-main .section-products-items > * {
      min-width: 0; }
    @media (max-width: 991px) {
      .section-products .page-width .section-products-wrap .section-products-main .section-products-items {
        grid-template-columns: inherit;
        grid-auto-columns: calc(50% - .5rem);
        grid-auto-flow: column;
        overflow: auto hidden; } }

.home-product-pos {
  position: relative; }
  .home-product-pos .home-product-pos-head {
    text-align: center;
    margin-bottom: 3rem; }
    @media (max-width: 991px) {
      .home-product-pos .home-product-pos-head {
        text-align: start; } }
  .home-product-pos .home-product-pos-wrap {
    position: relative; }
    .home-product-pos .home-product-pos-wrap .home-product-pos-item {
      position: absolute;
      z-index: 10;
      cursor: pointer; }
      @media (max-width: 991px) {
        .home-product-pos .home-product-pos-wrap .home-product-pos-item.left {
          z-index: 100; }
          .home-product-pos .home-product-pos-wrap .home-product-pos-item.left .home-product-pos-item-dots {
            display: none; } }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item.left .home-product-pos-item-contents {
        opacity: 1;
        visibility: visible;
        left: 50%;
        min-width: 200px; }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item.left .home-product-pos-item-contents:after {
          border-color: transparent transparent #FFF transparent;
          left: 50%; }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots {
        width: 20px;
        height: 20px;
        background: #FFF;
        display: block;
        border-radius: 999px;
        position: relative;
        border: 7.5px solid var(--color_main); }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots::selection {
          background: transparent; }

@keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }

@-webkit-keyframes cusBigger {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.5); }
  100% {
    transform: scale(1); } }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-dots:after {
          content: '';
          position: absolute;
          background: rgba(255, 255, 255, 0.5);
          top: -5px;
          left: -5px;
          width: 30px;
          height: 30px;
          border-radius: 999px;
          animation: cusBigger 5s ease-out infinite;
          z-index: -1; }
      .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents {
        position: absolute;
        left: 50%;
        top: calc(100% + 30px);
        transform: translateX(-50%);
        background: #fff;
        z-index: 10;
        min-width: 0;
        padding: 0.5rem;
        border-radius: 10px;
        box-shadow: 0 0 1.5px rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in; }
        @media (max-width: 991px) {
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents {
            transform: translate(-50%, -50%);
            position: fixed;
            left: 50% !important; } }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents *::selection {
          background: transparent; }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents:after {
          content: '';
          position: absolute;
          border-style: solid;
          border-width: 10px;
          top: -17.5px;
          transform: translateX(-50%); }
          @media (max-width: 991px) {
            .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents:after {
              display: none; } }
        .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a {
          display: block;
          margin-top: 5px; }
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a p {
            font-weight: 600;
            margin: 0;
            font-size: 0.75rem;
            line-height: 1.25; }
            .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a p small {
              font-weight: normal;
              color: #aaa; }
            .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a p i {
              display: none !important; }
          .home-product-pos .home-product-pos-wrap .home-product-pos-item .home-product-pos-item-contents a span {
            font-weight: bold;
            font-size: 0.85rem;
            color: #F30; }
