#be_bfiber_mesh.design-v2 .section1-glows {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: max(100%, var(--redesign-layout-min-width));
  transform: translateX(-50%);
  pointer-events: none;
  overflow: visible;
}

#be_bfiber_mesh.design-v2 .section1__bg-stack .section1-glows {
  inset: 0;
  left: 0;
  width: 100%;
  transform: none;
}

#be_bfiber_mesh.design-v2 .section1__bg-stack .section1-glows--under-bg {
  z-index: 0;
}

#be_bfiber_mesh.design-v2 .section1-glows--over-bg {
  z-index: 2;
}

#be_bfiber_mesh.design-v2 .section1-glow {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

#be_bfiber_mesh.design-v2 .section1-glow--left-benefits,
#be_bfiber_mesh.design-v2 .section1-glow--right-benefits {
  height: auto;
}

#be_bfiber_mesh.design-v2 .section1-glow--right-benefits {
  top: var(--redesign-glow-left-benefits-top);
}

#be_bfiber_mesh.design-v2 .section1-glow--left-benefits {
  top: calc(
    var(--redesign-glow-left-benefits-top) + var(--redesign-section1-overlap)
  );
  left: 0;
  width: var(--redesign-glow-left-benefits-width);
  transform: translate3d(
    var(--redesign-glow-left-benefits-offset-x),
    var(--redesign-glow-left-benefits-offset-y),
    0
  );
}

#be_bfiber_mesh.design-v2 .section1-glow--right-benefits {
  right: 0;
  width: var(--redesign-glow-right-benefits-width);
  transform: translate3d(
    var(--redesign-glow-right-benefits-offset-x),
    var(--redesign-glow-right-benefits-offset-y),
    0
  );
}

#be_bfiber_mesh.design-v2 .section1-glow-faq-anchor {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  pointer-events: none;
  transform-origin: right bottom;
  transform: translate3d(
    var(--redesign-glow-right-faq-offset-x),
    var(--redesign-glow-right-faq-offset-y),
    0
  );
}

#be_bfiber_mesh.design-v2 .section1-glow--right-faq {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  object-position: right bottom;
  transform: none;
}

@media (max-width: 767px) {
  #be_bfiber_mesh.design-v2 .section1-glow--left-benefits,
  #be_bfiber_mesh.design-v2 .section1-glow--right-benefits,
  #be_bfiber_mesh.design-v2 .section1-glow-faq-anchor {
    display: none;
  }
}

@media (max-width: 1920.9px) {
  #be_bfiber_mesh.design-v2 {
    --redesign-glow-left-benefits-offset-x-1920: -40px;
    --redesign-glow-left-benefits-offset-y-1920: -140px;
    --redesign-glow-left-benefits-scale-1920: 0.72;
    --redesign-glow-right-benefits-offset-y-1920: 220px;
    --redesign-glow-right-faq-scale-1920: 0.67;
  }

  #be_bfiber_mesh.design-v2 .section1-glows--over-bg {
    left: 0;
    width: 100%;
    transform: none;
  }

  #be_bfiber_mesh.design-v2 .section1-glow-faq-anchor {
    transform: translate3d(
      var(--redesign-glow-right-faq-offset-x),
      var(--redesign-glow-right-faq-offset-y),
      0
    ) scale(var(--redesign-glow-right-faq-scale-1920));
  }

  #be_bfiber_mesh.design-v2 .section1-glow--left-benefits {
    top: calc(
      var(--redesign-glow-left-benefits-top) + var(--redesign-section1-overlap) +
        var(--redesign-section1-overlap-1920-extra)
    );
    transform-origin: left center;
    transform: translate3d(
      calc(
        var(--redesign-glow-left-benefits-offset-x) +
          var(--redesign-glow-left-benefits-offset-x-1920)
      ),
      calc(
        var(--redesign-glow-left-benefits-offset-y) +
          var(--redesign-glow-left-benefits-offset-y-1920)
      ),
      0
    ) scale(var(--redesign-glow-left-benefits-scale-1920));
  }

  #be_bfiber_mesh.design-v2 .section1-glow--right-benefits {
    content: url("../../img/redesign/glow-right-benefits-1920.png");
    width: auto;
    height: auto;
    transform-origin: right center;
    transform: translate3d(
      var(--redesign-glow-right-benefits-offset-x),
      calc(
        var(--redesign-glow-right-benefits-offset-y) +
          var(--redesign-glow-right-benefits-offset-y-1920)
      ),
      0
    );
  }

  #be_bfiber_mesh.design-v2 .section1-glow--right-faq {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 1199.9px) {
  #be_bfiber_mesh.design-v2 .section1-glow--right-benefits {
    transform: translate3d(
      calc(var(--redesign-glow-right-benefits-offset-x) + 400px),
      calc(
        var(--redesign-glow-right-benefits-offset-y) +
          var(--redesign-glow-right-benefits-offset-y-1920)
      ),
      0
    );
  }

  #be_bfiber_mesh.design-v2 .section1-glow-faq-anchor {
    transform: translate3d(
      calc(var(--redesign-glow-right-faq-offset-x) + 200px),
      var(--redesign-glow-right-faq-offset-y),
      0
    ) scale(var(--redesign-glow-right-faq-scale-1920));
  }
}

@media (max-width: 991.9px) {
  #be_bfiber_mesh.design-v2 .section1-glow--right-benefits {
    transform: translate3d(
      calc(var(--redesign-glow-right-benefits-offset-x) + 400px),
      calc(
        var(--redesign-glow-right-benefits-offset-y) +
          var(--redesign-glow-right-benefits-offset-y-1920) + 500px
      ),
      0
    );
  }
}
#be_bfiber_mesh.design-v2 .section1-blog.blog {
  padding: 0 18px 0;
}

#be_bfiber_mesh.design-v2 .blog .container {
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
}

#be_bfiber_mesh.design-v2 .blog h2 {
  margin: 0;
  color: #fff;
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .blog .swiper {
  padding: 42px 32px 32px;
  overflow: visible;
}

#be_bfiber_mesh.design-v2 .blog .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: var(--redesign-blog-slide-gap);
  transform: none;
}

#be_bfiber_mesh.design-v2 .blog .swiper-slide {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  flex: none;
  width: var(--redesign-blog-slide-width);
  box-sizing: border-box;
  border: none;
  border-radius: 20px;
  padding: var(--redesign-blog-slide-padding);
  padding-bottom: calc(var(--redesign-blog-slide-padding) + 12px);
  height: auto;
  text-decoration: none;
  background: var(--redesign-card-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 1px 0 0 rgba(255, 255, 255, 0.08);
  overflow: visible;
}

#be_bfiber_mesh.design-v2 .blog .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: var(--redesign-card-border-width);
  background:
    var(--redesign-card-border-glow),
    var(--redesign-card-border-gradient);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

#be_bfiber_mesh.design-v2 .blog .swiper-slide > *:not(.flag) {
  position: relative;
  z-index: 1;
}

#be_bfiber_mesh.design-v2 .blog .swiper-slide:hover .link {
  opacity: 1;
}

#be_bfiber_mesh.design-v2 .blog .navigation {
  display: none;
}

#be_bfiber_mesh.design-v2 .blog .swiper-pagination {
  display: none;
}

#be_bfiber_mesh.design-v2 .blog .flag {
  max-width: var(--redesign-blog-flag-max-width);
  position: absolute;
  top: var(--redesign-blog-flag-offset-top);
  left: 50%;
  transform: translateX(-50%) translateY(2px);
  z-index: 2;
  pointer-events: none;
}

#be_bfiber_mesh.design-v2 .blog .flag img {
  display: block;
  width: 100%;
  height: auto;
}

#be_bfiber_mesh.design-v2 .blog .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  height: var(--redesign-blog-image-height);
}

#be_bfiber_mesh.design-v2 .blog .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#be_bfiber_mesh.design-v2 .blog .date {
  margin-top: 10px;
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: #fff;
  text-align: right;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

#be_bfiber_mesh.design-v2 .blog .date img {
  width: 12px;
  height: 13px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

#be_bfiber_mesh.design-v2 .blog h3 {
  margin: 6px 0 0;
  height: 40px;
  flex-shrink: 0;
  align-self: stretch;
  color: #fff;
  text-align: right;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

#be_bfiber_mesh.design-v2 .blog p {
  margin: 18px 0 2px;
  color: #fff;
  text-align: right;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

#be_bfiber_mesh.design-v2 .blog .link {
  margin-top: auto;
  transform: translateY(15px);
  color: var(--redesign-text);
  font-size: 18px;
  line-height: 1;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-weight: 700;
  text-shadow:
    0 0 6px rgba(1, 6, 54, 0.95),
    0 1px 3px rgba(1, 6, 54, 0.9),
    0 2px 8px rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

@media (max-width: 1199.9px) {
  #be_bfiber_mesh.design-v2 .section1-blog {
    margin-top: calc(var(--redesign-section1-blog-offset) + 75px - 25px);
  }

  #be_bfiber_mesh.design-v2 .blog h2 {
    color: #fff;
    text-align: center;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide {
    display: flex;
    width: 310px;
    height: 397px;
    min-height: 397px;
    max-height: 397px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    text-decoration: none;
    text-align: right;
    padding-bottom: 16px;
    box-sizing: border-box;
    overflow: hidden;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide .img-wrap {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    margin: 0;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide .date {
    width: 100%;
    margin-top: -5px;
    justify-content: flex-start;
    text-align: right;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide h3 {
    font-size: 20px;
    line-height: 24px;
    height: auto;
    min-height: 48px;
    margin: -12px 0 0 0;
    text-align: right;
    align-self: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide p {
    margin: -19px 0 0 0;
    flex: 1 1 auto;
    text-align: right;
    align-self: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide .link {
    margin-top: auto;
    transform: translateY(-0px);
    text-align: right;
    align-self: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .flag {
    transform: translateX(-50%) translateY(1px);
  }
}

@media (max-width: 1599.9px) {
  :root {
    --redesign-blog-slide-gap: 32px;
  }

  #be_bfiber_mesh.design-v2 .section1-blog.blog .swiper {
    transform: translate(-2px, -2px);
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-wrapper {
    align-items: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide {
    opacity: 1;
  }
}

@media (min-width: 992px) {
  #be_bfiber_mesh.design-v2 .blog .swiper-wrapper {
    transform: none !important;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide {
    opacity: 1 !important;
  }

  #be_bfiber_mesh.design-v2 .blog .navigation {
    display: none;
  }
}

@media (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .blog .container {
    max-width: 716px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-wrapper {
    gap: unset;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide {
    flex: none;
    transition: opacity 0.3s ease-in-out;
  }

  #be_bfiber_mesh.design-v2
    .blog
    .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active) {
    opacity: 0;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-button-prev {
    transform: scaleX(-1);
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-button-prev,
  #be_bfiber_mesh.design-v2 .blog .swiper-button-next {
    position: static;
    width: 36px;
    height: 36px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-button-prev::after,
  #be_bfiber_mesh.design-v2 .blog .swiper-button-next::after {
    content: none;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-button-disabled {
    opacity: 1;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-button-disabled svg {
    filter: brightness(0) saturate(100%) invert(78%) sepia(74%) saturate(1%)
      hue-rotate(8deg) brightness(86%) contrast(96%);
  }

  #be_bfiber_mesh.design-v2 .blog .swiper .img-wrap {
    height: 180px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper .flag {
    max-width: 128px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper h3 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 24px;
    min-height: 45px;
    height: auto;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper p {
    margin-bottom: 5px;
  }

  #be_bfiber_mesh.design-v2 .blog .navigation {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: -28px;
    left: -28px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

@media (max-width: 991.9px) {
  :root {
    --redesign-blog-slide-gap: 24px;
  }

  #be_bfiber_mesh.design-v2 .section1-blog {
    margin-top: calc(var(--redesign-section1-blog-offset) + 75px - 25px + 90px);
  }

  #be_bfiber_mesh.design-v2 .section1-blog.blog {
    padding: 0;
  }

  #be_bfiber_mesh.design-v2 .blog .flag {
    transform: translateX(-50%) translateY(2.5px);
  }

  #be_bfiber_mesh.design-v2 .blog .swiper {
    padding: 42px 0 0;
    overflow: hidden;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-wrapper {
    justify-content: flex-start;
    gap: 0;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide {
    display: flex;
    width: 310px;
    height: 397px;
    min-height: 397px;
    max-height: 397px;
    padding: 16px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 8px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 1px solid var(--tint-privet-d-blue-80, #34385e);
    background: #010d42;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    overflow: hidden;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide::before {
    display: none;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide .img-wrap {
    width: 100%;
    height: 200px;
    flex-shrink: 0;
    margin: 0;
    border-radius: 20px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide .date {
    width: 100%;
    margin: 1px 0 0;
    justify-content: flex-start;
    text-align: right;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide h3 {
    width: 100%;
    margin: 0;
    text-align: right;
    align-self: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide p {
    width: 100%;
    margin: -6px 0 0;
    flex: 0 0 auto;
    text-align: right;
    align-self: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-slide .link {
    width: 100%;
    margin: 0;
    transform: none;
    opacity: 1;
    text-align: right;
    align-self: stretch;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-pagination {
    display: flex;
    position: static;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin-top: 40px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border-radius: 5px;
    background: #d9d9d9;
    opacity: 1;
    transition:
      width 0.3s ease,
      background-color 0.3s ease;
  }

  #be_bfiber_mesh.design-v2
    .blog
    .swiper-pagination
    .swiper-pagination-bullet-active {
    width: 40px;
    height: 11px;
    margin: 0 !important;
    border-radius: 6px;
    background: linear-gradient(
      to left,
      rgba(110, 220, 251, 1) 0%,
      rgba(0, 115, 255, 1) 100%
    );
  }
}

@media (max-width: 767px) {
  #be_bfiber_mesh.design-v2 .section1-blog.blog {
    padding: 0 0 32px;
    margin-top: calc(var(--redesign-section1-blog-offset) + 75px - 25px + 90px - 195px);
  }

  #be_bfiber_mesh.design-v2 .blog .flag {
    transform: translateX(-50%) translateY(2px);
  }

  #be_bfiber_mesh.design-v2 .blog h2 {
    font-size: 22px;
    text-align: right;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  #be_bfiber_mesh.design-v2 .blog .link {
    opacity: 1;
  }

  #be_bfiber_mesh.design-v2 .blog .container {
    max-width: 100%;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper {
    padding: 15px 18px 24px;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-button-prev,
  #be_bfiber_mesh.design-v2 .blog .swiper-button-next {
    display: none;
  }

  #be_bfiber_mesh.design-v2 .blog .swiper-pagination {
    margin-top: 12px;
  }
}

@media (max-width: 440px) {
  #be_bfiber_mesh.design-v2 .section1-blog.blog {
    margin-top: calc(
      var(--redesign-section1-blog-offset) + 75px - 25px + 90px - 195px - 114px
    );
  }
}
#be_bfiber_mesh.design-v2 .section1-benefits {
  margin-top: var(--redesign-section1-benefits-offset);
  padding: 0 24px;
  box-sizing: border-box;
}

#be_bfiber_mesh.design-v2 .section1-benefits__title {
  margin: 0 auto var(--redesign-section1-benefits-title-gap);
  max-width: var(--redesign-section1-cards-row-width);
  color: var(--redesign-text);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-benefits__grid {
  display: flex;
  direction: rtl;
  justify-content: space-between;
  align-items: stretch;
  gap: 0;
  max-width: var(--redesign-section1-cards-row-width);
  margin: 0 auto;
  box-sizing: border-box;
}

#be_bfiber_mesh.design-v2 .section1-benefits__item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: var(--redesign-benefits-item-width);
  padding-bottom: 24px;
  box-sizing: border-box;
  text-align: center;
}

#be_bfiber_mesh.design-v2 .section1-benefits__item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 0.8) 44.86%,
    rgba(255, 255, 255, 0) 95%
  );
  pointer-events: none;
}

#be_bfiber_mesh.design-v2 .section1-benefits__icon {
  display: block;
  width: 82px;
  height: 82px;
  flex-shrink: 0;
}

#be_bfiber_mesh.design-v2 .section1-benefits__item-title {
  margin: var(--redesign-benefits-icon-gap) 0 0;
  color: var(--redesign-text);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-benefits__item-text {
  margin: 0;
  color: var(--redesign-text);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 1484px) {
  #be_bfiber_mesh.design-v2 .section1-benefits__grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px 40px;
  }
}

@media (max-width: 1920.9px) {
  #be_bfiber_mesh.design-v2 {
    --redesign-section1-benefits-title-gap: 59px;
    --redesign-section1-benefits-offset-x-1920: -10px;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits {
    transform: translateX(var(--redesign-section1-benefits-offset-x-1920));
  }
}

@media (max-width: 1599.9px) {
  #be_bfiber_mesh.design-v2 .section1-benefits {
    transform: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__title {
    width: 100%;
    max-width: var(--redesign-section1-cards-row-width);
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__grid {
    display: grid;
    grid-template-columns: repeat(2, var(--redesign-benefits-item-width));
    column-gap: 52px;
    row-gap: 65px;
    direction: rtl;
    justify-content: center;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 1199.9px) {
  #be_bfiber_mesh.design-v2 .section1-benefits {
    margin-top: calc(var(--redesign-section1-benefits-offset) - 25px);
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__title {
    margin: 0 auto 63px;
    color: var(--Basics-00, #fff);
    text-align: center;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}

@media (max-width: 991.9px) {
  #be_bfiber_mesh.design-v2 .section1-benefits {
    margin-top: calc(var(--redesign-section1-benefits-offset) - 25px + 35px);
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__title {
    margin: 0 auto 60px;
  }
}

@media (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .section1-benefits {
    position: relative;
    overflow: visible;
    padding-bottom: 48px;
  }

  /* Full PNG aspect (360×827): avoid clipping top/bottom transparent margins */
  #be_bfiber_mesh.design-v2 .section1-benefits::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -48px;
    bottom: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 360 / 827;
    background-image: url("../../img/redesign/mobile_glow_benefits.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    transform: translateY(120px);
    z-index: 0;
    pointer-events: none;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__title {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 320px;
    margin: -42px auto 0;
    color: var(--Basics-00, #fff);
    text-align: right;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__grid {
    position: relative;
    z-index: 1;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    align-self: center;
    width: 100%;
    max-width: 320px;
    margin: 20px auto 0;
    padding: 24px 8px 32px 8px;
    border-radius: 16px;
    background: rgba(9, 29, 68, 0.18);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 3px 3px 12px 0 rgba(0, 0, 0, 0.24);
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__grid::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    padding: var(--redesign-card-border-width);
    background:
      var(--redesign-card-border-glow),
      var(--redesign-card-border-gradient);
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__item {
    display: grid;
    direction: rtl;
    grid-template-columns: 56px 1fr;
    column-gap: 16px;
    row-gap: 4px;
    align-items: center;
    width: 100%;
    padding-bottom: 24px;
    text-align: right;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__item:last-child {
    padding-bottom: 0;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__item:last-child::after {
    display: none;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    width: 56px;
    height: 56px;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__item-title {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    color: var(--Basics-00, #fff);
    text-align: right;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #be_bfiber_mesh.design-v2 .section1-benefits__item-text {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    color: var(--Basics-00, #fff);
    text-align: right;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media (min-width: 572.1px) and (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .section1-benefits::before {
    left: 0;
    right: auto;
    width: 33%;
    background-position: left top;
    background-size: 100% 100%;
    transform: translateY(112px);
  }
}

@media (min-width: 440.1px) and (max-width: 572px) {
  #be_bfiber_mesh.design-v2 .section1-benefits::before {
    left: 0;
    right: auto;
    width: 40%;
    background-position: left top;
    background-size: 100% 100%;
    transform: translateY(116px);
  }
}

@media (max-width: 440px) {
  #be_bfiber_mesh.design-v2 .section1-benefits::before {
    left: 0;
    right: auto;
    width: 100%;
    background-position: center top;
    background-size: 100% 100%;
    transform: translateY(-41px);
  }
}
#be_bfiber_mesh.design-v2 .section1-form {
  margin-top: var(--redesign-section1-form-offset);
  position: relative;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  box-sizing: border-box;
  background-color: transparent;
  overflow: visible;
}

#be_bfiber_mesh.design-v2 .section1-form__left-contact {
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  z-index: 0;
  display: block;
  width: var(--redesign-section1-form-left-contact-width);
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transform-origin: left bottom;
  transform: translate3d(
    var(--redesign-section1-form-left-contact-offset-x),
    var(--redesign-section1-form-left-contact-offset-y),
    0
  );
}

#be_bfiber_mesh.design-v2 .section1-form__stage {
  position: relative;
  z-index: 1;
  width: min(100%, var(--redesign-section1-form-bg-width));
  aspect-ratio: 789 / 587;
  height: auto;
  flex-shrink: 0;
  overflow: visible;
  transform: translateX(var(--redesign-section1-form-offset-x));
}

#be_bfiber_mesh.design-v2 .section1-form__bg-blur {
  position: absolute;
  inset: 0 26px 0 0;
  z-index: 0;
  border-radius: 24px;
  background-color: var(--redesign-section1-form-bg-tint);
  backdrop-filter: blur(var(--redesign-section1-form-bg-blur));
  -webkit-backdrop-filter: blur(var(--redesign-section1-form-bg-blur));
  pointer-events: none;
}

#be_bfiber_mesh.design-v2 .section1-form__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: transparent;
  background-image: url("../../img/redesign/form-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
}

#be_bfiber_mesh.design-v2 .section1-form__content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  direction: ltr;
  justify-content: flex-start;
  align-items: stretch;
  box-sizing: border-box;
  padding: var(--redesign-section1-form-content-padding)
    var(--redesign-section1-form-content-padding)
    var(--redesign-section1-form-content-padding-bottom);
  pointer-events: auto;
}

#be_bfiber_mesh.design-v2 .section1-form .belanding_form_box {
  position: relative;
  right: auto;
  top: auto;
  left: auto;
  transform: none;
  width: 100%;
  max-width: var(--redesign-section1-form-content-width);
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: transparent;
  background-color: transparent;
  background-image: none;
}

#be_bfiber_mesh.design-v2 .section1-form .body_form_belanding_wrapper_1,
#be_bfiber_mesh.design-v2 .section1-form .body_form_belanding {
  max-width: none;
  width: 100%;
  margin: 0;
}

#be_bfiber_mesh.design-v2 .section1-form .body_form_belanding_wrapper_1 {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

#be_bfiber_mesh.design-v2 .section1-form .body_form_belanding {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

#be_bfiber_mesh.design-v2 .section1-form .field_box {
  position: relative;
  margin-bottom: var(--redesign-section1-form-block-spacing);
}

#be_bfiber_mesh.design-v2 .section1-form .field_box .bouncing_label {
  position: absolute;
  top: calc(var(--redesign-section1-form-field-height) / 2);
  right: 16px;
  left: 16px;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  color: var(--redesign-form-placeholder-color);
  text-align: right;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none;
  z-index: 1;
  transition:
    top 0.2s ease,
    transform 0.2s ease,
    font-size 0.2s ease,
    color 0.2s ease;
}

#be_bfiber_mesh.design-v2 .section1-form .field_box .bouncing_label.bounce_up,
#be_bfiber_mesh.design-v2 .section1-form .field_box:focus-within .bouncing_label,
#be_bfiber_mesh.design-v2
  .section1-form
  .field_box:has(.form-control1:not(:placeholder-shown))
  .bouncing_label {
  top: 4px;
  transform: translateY(0);
  color: var(--redesign-bg);
  font-size: 12px;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-form .field_box input.form-control1,
#be_bfiber_mesh.design-v2 .section1-form .field_box .form-control1.bezeq_tel_number_text_input {
  width: 100%;
  margin: 0;
  padding-right: 16px;
  padding-left: 16px;
  text-align: right;
}

#be_bfiber_mesh.design-v2 .section1-form .field_box input.form-control1::placeholder,
#be_bfiber_mesh.design-v2
  .section1-form
  .field_box
  .form-control1.bezeq_tel_number_text_input::placeholder {
  color: transparent;
}

#be_bfiber_mesh.design-v2 .section1-form .field_box:focus-within input.form-control1,
#be_bfiber_mesh.design-v2
  .section1-form
  .field_box:has(.form-control1:not(:placeholder-shown))
  input.form-control1,
#be_bfiber_mesh.design-v2
  .section1-form
  .field_box:focus-within
  .form-control1.bezeq_tel_number_text_input,
#be_bfiber_mesh.design-v2
  .section1-form
  .field_box:has(.form-control1.bezeq_tel_number_text_input:not(:placeholder-shown))
  .form-control1.bezeq_tel_number_text_input {
  padding-top: 16px;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-form input.form-control1,
#be_bfiber_mesh.design-v2 .section1-form .form-control1.bezeq_tel_number_text_input {
  height: var(--redesign-section1-form-field-height);
  line-height: var(--redesign-section1-form-field-height);
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}

#be_bfiber_mesh.design-v2 .section1-form input.form-control1:hover,
#be_bfiber_mesh.design-v2
  .section1-form
  .form-control1.bezeq_tel_number_text_input:hover {
  border-radius: 4px;
  border: 1px solid var(--redesign-text);
  background: var(--redesign-section1-form-input-hover-bg);
}

#be_bfiber_mesh.design-v2 .section1-form .field_box:has(+ .contact_form) {
  margin-bottom: 0;
}

#be_bfiber_mesh.design-v2 .section1-form .contact_form .field_box--contact {
  width: 100%;
  flex: 0 0 100%;
  margin: 16px 0 0;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .bezeq_tel_number_radio:checked
  ~ .field_box--contact:has(#GovID),
#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .bezeq_tel_number_radio:checked
  ~ .field_box--contact:has(#GovID2),
#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .bezeq_tel_number_radio:checked
  ~ .field_box--contact:has(#GovID3) {
  display: none;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .client_id_radio:checked
  ~ .field_box--contact:has(#PhoneNumber),
#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .client_id_radio:checked
  ~ .field_box--contact:has(#PhoneNumber2),
#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .client_id_radio:checked
  ~ .field_box--contact:has(#PhoneNumber3) {
  display: none;
}

#be_bfiber_mesh.design-v2 .section1-form .contact_form .bezeq_tel_number_text_input {
  width: 100%;
  margin: 0;
}

#be_bfiber_mesh.design-v2 .section1-form .contact_form {
  margin: calc(var(--redesign-section1-form-block-spacing) - 5px) 0 0;
  top: 0;
  column-gap: 5px;
}

#be_bfiber_mesh.design-v2 .section1-form .contact_form .bezeq_tel_number_label,
#be_bfiber_mesh.design-v2 .section1-form .contact_form .client_id_label,
#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  input[type="radio"]
  + label.bezeq_tel_number_label,
#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  input[type="radio"]
  + label.client_id_label {
  font-weight: 400;
  transform: translateY(-5px);
}

#be_bfiber_mesh.design-v2 .section1-form .input_box.approve_box {
  position: relative;
  flex-shrink: 0;
  margin: 0;
  margin-top: auto;
  padding-top: calc(var(--redesign-section1-form-block-spacing) - 3px + 2px);
  padding-bottom: var(--redesign-section1-form-approve-error-space, 28px);
  top: 0;
}

#be_bfiber_mesh.design-v2 .section1-form .approve_box input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 20px;
  height: 20px;
  top: 0;
  right: 0;
  left: auto;
  z-index: 1;
}

#be_bfiber_mesh.design-v2 .section1-form #label_approve {
  padding-right: 28px;
}

#be_bfiber_mesh.design-v2 .section1-form #label_approve::before {
  content: "";
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid var(--redesign-text);
  background: transparent;
  background-image: none;
  top: 0;
  right: 0;
  line-height: normal;
  font-size: 0;
  color: transparent;
}

#be_bfiber_mesh.design-v2 .section1-form label.error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 1px;
  box-sizing: border-box;
}

#be_bfiber_mesh.design-v2 .section1-form .body_form_belanding label.error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 1px;
  font-weight: 400;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .approve_box
  input[type="checkbox"].error
  ~ #label_approve::before {
  border-color: #ed0000;
}

#be_bfiber_mesh.design-v2 .section1-form .approve_box label.error {
  position: absolute;
  top: auto;
  bottom: 5px;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-top: 0;
  padding: 3px;
  border-radius: 4px;
  background: #ffe9ef;
  color: #d0021b;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: right;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .contact_form
  .field_box--contact
  label.error {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  margin-top: 1px;
  padding: 3px;
  border-radius: 4px;
  background: #ffe9ef;
  color: #d0021b;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 14px;
  line-height: 1;
  letter-spacing: -0.3px;
  text-align: right;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .approve_box:hover
  input[type="checkbox"]:not(:checked)
  ~ #label_approve::before,
#be_bfiber_mesh.design-v2
  .section1-form
  input[type="checkbox"]:not(:checked)
  ~ #label_approve:hover::before {
  border-radius: 4px;
  border: 1px solid var(--redesign-text);
  background: var(--redesign-section1-form-input-hover-bg);
  background-image: none;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .input_box
  input[type="checkbox"]:checked
  ~ #label_approve::before {
  border-radius: 4px;
  border: 1px solid var(--redesign-section1-form-checkbox-checked-border);
  background-color: var(--redesign-section1-form-input-hover-bg);
  background-image: url("../../img/redesign/check-yes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

#be_bfiber_mesh.design-v2
  .section1-form
  .input_box
  input[type="checkbox"]:checked
  ~ #label_approve:hover::before,
#be_bfiber_mesh.design-v2
  .section1-form
  .approve_box:hover
  input[type="checkbox"]:checked
  ~ #label_approve::before {
  border-radius: 4px;
  border: 1px solid var(--redesign-section1-form-checkbox-checked-border);
  background-color: var(--redesign-section1-form-input-hover-bg);
  background-image: url("../../img/redesign/check-yes.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}

#be_bfiber_mesh.design-v2 .section1-form form.reg_form {
  position: static;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  box-sizing: border-box;
  padding-bottom: calc(
    var(--redesign-section1-form-field-height) +
      var(--redesign-section1-form-footer-gap, 8px)
  );
}

#be_bfiber_mesh.design-v2 .section1-form form.reg_form .not_bezeq_clients_question_container {
  display: none;
}

#be_bfiber_mesh.design-v2 .section1-form .submit-wrapper {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  transform: none;
  z-index: 1;
}

#be_bfiber_mesh.design-v2 .section1-form button.primary-button,
#be_bfiber_mesh.design-v2 .section1-form #sub_form {
  display: flex;
  width: 100%;
  height: var(--redesign-section1-form-field-height);
  min-width: 176px;
  padding: 0 16px;
  margin: 0;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border: none;
  border-radius: 48px;
  background: var(--redesign-text-accent);
  color: var(--redesign-bg);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  box-shadow: none;
}

#be_bfiber_mesh.design-v2 .section1-form button.primary-button:hover,
#be_bfiber_mesh.design-v2 .section1-form #sub_form:hover {
  background: var(--redesign-section1-form-submit-hover-bg, #54c9ea);
  color: var(--redesign-bg);
}

#be_bfiber_mesh.design-v2 .section1-form button.primary-button .but_inbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-form button.primary-button .but_inbox span {
  color: var(--redesign-bg);
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-form button.primary-button .but_inbox svg {
  display: none;
}

#be_bfiber_mesh.design-v2 .section1-form #form_close {
  display: none;
}

#be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_heading {
  color: var(--redesign-text);
  text-align: center;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_p.call-text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 17px;
}

#be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_p.call-text span {
  font-weight: 400;
}

#be_bfiber_mesh.design-v2
  #desktop_form_text_box
  .desktop_form_text_p.call-text
  span.phone.tel {
  font-weight: 700;
}

@media (max-width: 1920.9px) {
  #be_bfiber_mesh.design-v2 {
    --redesign-section1-form-content-padding-bottom: 30px;
    --redesign-section1-form-offset-x: 15px;
    --redesign-section1-form-left-contact-offset-x: 5px;
    --redesign-section1-form-bg-tint: rgba(1, 6, 54, 0.35);
  }
}

@media (max-width: 1599.9px) {
  #be_bfiber_mesh.design-v2 {
    --redesign-section1-form-left-contact-offset-x: -160px;
    --redesign-section1-form-left-contact-offset-y: 680px;
  }

  #be_bfiber_mesh.design-v2 .section1-form {
    margin-top: calc(var(--redesign-section1-form-offset) - 90px);
  }

  #be_bfiber_mesh.design-v2 .section1-form__stage {
    border-radius: 48px;
    overflow: hidden;
  }

  #be_bfiber_mesh.design-v2 .section1-form__bg-blur {
    inset: 0 15px 0 50px;
    border-radius: 48px;
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .desktop_form_text_heading {
    margin: 0 auto 4px;
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .desktop_form_text_p.call-text {
    margin-bottom: 24px;
  }

  #be_bfiber_mesh.design-v2 .section1-form form.reg_form > .field_box:not(:has(+ .contact_form)) {
    margin-bottom: 20px;
  }

  #be_bfiber_mesh.design-v2 .section1-form form.reg_form > .field_box:has(+ .contact_form) {
    margin-bottom: 0;
  }

  #be_bfiber_mesh.design-v2 .section1-form form.reg_form > .contact_form {
    margin-top: 32px;
    top: 0;
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    .field_box--contact:has(#PhoneNumber),
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    .field_box--contact:has(#PhoneNumber2),
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    .field_box--contact:has(#PhoneNumber3),
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    .field_box--contact:has(#GovID),
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    .field_box--contact:has(#GovID2),
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    .field_box--contact:has(#GovID3) {
    margin: 24px 0 0;
    padding-top: 0;
  }

  #be_bfiber_mesh.design-v2 .section1-form .input_box.approve_box {
    margin-top: auto;
  }
}

@media (max-width: 1199.9px) {
  #be_bfiber_mesh.design-v2 .section1-form {
    margin-top: calc(var(--redesign-section1-form-offset) - 90px + 120px);
  }

  #be_bfiber_mesh.design-v2 .section1-form__left-contact {
    left: 0;
    content: url("../../img/redesign/lier-left-contact-1199.png");
    transform: translate3d(
      calc(var(--redesign-section1-form-left-contact-offset-x) - 200px),
      var(--redesign-section1-form-left-contact-offset-y),
      0
    );
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .desktop_form_text_heading {
    margin: 0 auto 0;
  }

  #be_bfiber_mesh.design-v2 .section1-form .inner_box_sticky {
    margin-bottom: -5px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form {
    column-gap: 20px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form input[type="radio"] + label {
    width: 105px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form input[type="radio"] + label::after {
    width: 20px;
    height: 20px;
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]:checked
    + label::before {
    width: 12px;
    height: 12px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form .bezeq_tel_number_label,
  #be_bfiber_mesh.design-v2 .section1-form .contact_form .client_id_label,
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]
    + label.bezeq_tel_number_label,
  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]
    + label.client_id_label {
    color: var(--Basics-00, #fff);
    text-align: right;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}

@media (max-width: 991.9px) {
  #be_bfiber_mesh.design-v2 .section1-form {
    margin-top: calc(var(--redesign-section1-form-offset) - 90px + 120px - 100px);
  }

  #be_bfiber_mesh.design-v2 .section1-form__stage {
    transform: translateX(calc(var(--redesign-section1-form-offset-x) + 4px));
  }

  #be_bfiber_mesh.design-v2 .section1-form__left-contact {
    transform: translate3d(
      calc(var(--redesign-section1-form-left-contact-offset-x) - 200px + 10px),
      var(--redesign-section1-form-left-contact-offset-y),
      0
    );
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]
    + label.client_id_label {
    margin: 0 45px 0 -41px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form .client_id_label {
    right: -32px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form input[type="radio"] + label {
    display: inline-flex;
    align-items: center;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form input[type="radio"] + label::after {
    top: 50%;
    transform: translateY(calc(-50% + 2px));
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]:checked
    + label::before {
    top: 50%;
    transform: translateY(calc(-50% + 2px));
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .button-wrapper {
    display: none;
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .desktop_form_text_heading {
    display: block;
  }

  #be_bfiber_mesh.design-v2 .section1-form .inner_box_sticky {
    display: block;
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .desktop_form_text_p.call-text {
    display: block;
    white-space: nowrap !important;
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    #desktop_form_text_box
    .desktop_form_text_p.call-text
    span.phone {
    white-space: nowrap !important;
    display: inline !important;
  }

  #be_bfiber_mesh.design-v2 .section1-form #desktop_form_text_box .mobile_form_text_p {
    display: none;
  }
}

@media (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .section1-form {
    margin-top: calc(
      var(--redesign-section1-form-offset) - 90px + 120px - 100px - 80px
    );
  }

  #be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_heading {
    font-size: 24px;
    font-weight: 700;
  }

  #be_bfiber_mesh.design-v2 .section1-form__bg {
    background-image: url("../../img/redesign/form-bg-767.png");
  }

  #be_bfiber_mesh.design-v2 .section1-form {
    padding: 0 24px;
  }

  #be_bfiber_mesh.design-v2 .section1-form {
    position: relative;
    overflow: visible;
  }

  #be_bfiber_mesh.design-v2 .section1-form::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 814px;
    background-image: url("../../img/redesign/glow-mobile-contact.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    transform: translateY(-400px);
    z-index: 0;
    pointer-events: none;
  }

  #be_bfiber_mesh.design-v2 .section1-form__stage {
    width: 100%;
    max-width: 320px;
    aspect-ratio: auto;
    height: 582px;
    transform: none;
    scroll-margin-top: 16px;
  }

  #be_bfiber_mesh.design-v2 .section1-form__bg-blur {
    inset: 0;
  }

  #be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_p.call-text {
    text-align: center;
    margin-top: 2px;
    margin-bottom: 15px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form .client_id_label {
    right: 0;
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]
    + label.client_id_label {
    margin: 0 25px 0 -41px;
  }

  #be_bfiber_mesh.design-v2 .section1-form .contact_form .field_box--contact {
    margin: 20px 0 0;
  }
}

@media (min-width: 1600px) {
  #be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_heading {
    margin: 0 auto 2px;
  }

  #be_bfiber_mesh.design-v2 #desktop_form_text_box .desktop_form_text_p.call-text {
    font-weight: 500;
    margin-bottom: 20px;
  }

  #be_bfiber_mesh.design-v2
    .section1-form
    .contact_form
    input[type="radio"]
    + label.client_id_label {
    margin-right: 42px;
  }
}

@media (min-width: 768px) and (max-width: 991.9px) {
  #be_bfiber_mesh.design-v2 .section1-form {
    padding: 0 0px;
  }
}

@media (max-width: 767px) {
  #be_bfiber_mesh.design-v2 .section1-form__left-contact {
    display: none;
  }

  #be_bfiber_mesh.design-v2 .section1-form__content {
    align-items: flex-start;
    padding: 23.65px 23.65px var(--redesign-section1-form-content-padding-bottom);
  }

  #be_bfiber_mesh.design-v2 .section1-form .submit-wrapper {
    bottom: -8px;
  }
}

#be_bfiber_mesh.design-v2 .section1-form #belanding_form_box {
  min-height: 100%;
  height: 100%;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back {
  position: absolute;
  inset: 0;
  z-index: 5;
  direction: rtl;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back #thnx_pop_box {
  position: absolute;
  inset: 0;
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back .tnx_pop_inner {
  position: static;
  top: auto;
  transform: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back .tnx_lottie_canvas {
  display: block;
  width: 94px;
  height: 94px;
  margin: 0 auto 18px;
  flex-shrink: 0;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back .tnx_lottie_canvas svg {
  width: 100% !important;
  height: 100% !important;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back .thnx_pop_text_box {
  text-align: center;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back h3.tnx_pop_title {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  line-height: 1.24;
}

@media (min-width: 992px) {
  #be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back h3.tnx_pop_title {
    font-size: 30px;
  }
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back p.tnx_pop_subtitle {
  font-weight: normal;
  margin: 8px 0 0;
}

#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back .primary-button,
#be_bfiber_mesh.design-v2 .section1-form #thanx_pop_back .close_tnx_pop {
  display: none !important;
}
#be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
  margin-top: var(--redesign-section1-faq-offset);
  width: 100%;
  max-width: var(--redesign-section1-faq-width);
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-bottom: var(--redesign-section1-faq-padding-bottom);
  background-color: transparent;
  overflow: visible;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .movin_faq_container_inner {
  width: 100%;
  box-sizing: border-box;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .movin_faq_container_title {
  margin: 0 0 31px;
  color: var(--redesign-text);
  text-align: center;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container {
  margin: 0 0 24px;
  min-width: 0;
  align-self: stretch;
  width: 100%;
  box-sizing: border-box;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button {
  position: relative;
  display: flex;
  min-height: 70px;
  height: 70px;
  padding: 14px 16px;
  box-sizing: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  width: 100%;
  border-radius: 8px;
  border: 1px solid var(--privet-old-100, #16254f);
  background: var(--Bezeq-01, #010636);
  box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, 0.1);
  cursor: pointer;
  outline: none;
  text-align: right;
  color: #fff;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  -webkit-tap-highlight-color: transparent;
  isolation: isolate;
  transition:
    border-color 0.2s ease,
    border-radius 0.2s ease;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    272deg,
    #00174e -9.08%,
    #002d6d -4.89%,
    #004b98 0.27%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button > * {
  position: relative;
  z-index: 1;
}

#be_bfiber_mesh.design-v2
  .section1-cards-area
  .faq-collapsible-button:hover:not(.faq-active) {
  border-color: transparent;
  background: var(--Bezeq-01, #010636);
  box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, 0.1);
}

#be_bfiber_mesh.design-v2
  .section1-cards-area
  .faq-collapsible-button:hover:not(.faq-active)::before {
  opacity: 1;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button.faq-active {
  height: auto;
  border-radius: 8px 8px 0 0;
  border-bottom: none;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-x-button {
  position: relative;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  transform: none;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-x-button::before,
#be_bfiber_mesh.design-v2 .section1-cards-area .faq-x-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition:
    transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-x-button::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

#be_bfiber_mesh.design-v2
  .section1-cards-area
  .faq-collapsible-button.faq-active
  .faq-x-button::after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  box-sizing: border-box;
  width: 100%;
  background-color: #010636;
  color: #fff;
  padding: 0 16px;
  border: none;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  text-align: right;
  direction: rtl;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

#be_bfiber_mesh.design-v2
  .section1-cards-area
  .faq-collapsible-button.faq-active
  + .faq-collapsible-content {
  display: flex;
  flex-direction: column;
  border: 1px solid #16254f;
  border-top: none;
  box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, 0.1);
  padding: 12px 16px 14px;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content p {
  margin: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 12px;
  border-radius: 8px;
  background: var(--container-background, #1f234d);
  font-size: 14px;
  line-height: calc(1lh + 2px);
  text-align: right;
  direction: rtl;
}

#be_bfiber_mesh.design-v2
  .section1-cards-area
  .faq-collapsible-content
  p
  + p {
  margin-top: 10px;
}

#be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content a {
  color: var(--redesign-link);
}

#be_bfiber_mesh.design-v2 .section1-cards-area a.more_faq_link {
  display: block;
  width: auto;
  margin: 0;
  padding: 0 16px 0 0;
  transform: none;
  box-sizing: border-box;
  color: #fff;
  text-align: right;
  font-feature-settings: "liga" off;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (min-width: 768px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 1920.9px) {
  #be_bfiber_mesh.design-v2 {
    --redesign-section1-faq-offset-x-1920: -10px;
    --redesign-section1-faq-offset-y-1920: 0px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
    transform: translate(
      var(--redesign-section1-faq-offset-x-1920),
      var(--redesign-section1-faq-offset-y-1920)
    );
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .movin_faq_container_title {
    margin-bottom: 36px;
  }
}

@media (max-width: 1599.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
    max-width: 1200px;
    transform: translate(-3px, 0);
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button {
    min-height: 70px;
    height: 70px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content p {
    font-size: 16px;
  }
}

@media (max-width: 1199.9px) {
  #be_bfiber_mesh.design-v2 {
    --redesign-section1-faq-offset: 88px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
    max-width: 992px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content {
    width: 100%;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button {
    min-height: 70px;
    height: 70px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

}

@media (max-width: 991.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
    max-width: 768px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content {
    width: 100%;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .movin_faq_container_title {
    color: var(--Basics-00, #fff);
    text-align: center;
    font-feature-settings: "liga" off;
    font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button {
    padding: 14px;
  }
}

@media (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
    margin-top: calc(var(--redesign-section1-faq-offset) - 20px);
    padding-bottom: 0;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .movin_faq_container_inner {
    margin-top: -20px;
  }

  #be_bfiber_mesh.design-v2
    .section1-cards-area
    .movin_faq_container
    .movin_faq_container_title {
    font-size: 22px;
    text-align: right;
    width: 100%;
    max-width: 320px;
    margin: -30px auto 20px;
    box-sizing: border-box;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button,
  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-content {
    width: 320px;
    max-width: 100%;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq_collapse_container {
    margin-bottom: 16px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .faq-collapsible-button {
    height: auto;
    min-height: 92px;
    padding: 24px;
    box-sizing: border-box;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area a.more_faq_link {
    display: block;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    transform: none;
    align-self: center;
    box-sizing: border-box;
    color: var(--Basics-00, #fff);
    text-align: right;
    font-weight: 700;
    line-height: normal;
  }
}

@media (max-width: 572px) {
  #be_bfiber_mesh.design-v2
    .section1-cards-area
    .movin_faq_container
    .movin_faq_container_title {
    margin-top: -10px;
    margin-bottom: 20px;
  }

  #be_bfiber_mesh.design-v2 .section1-cards-area .movin_faq_container_inner {
    margin-top: 0;
  }
}

@media (max-width: 440px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .movin_faq_container {
    margin-top: calc(var(--redesign-section1-faq-offset) - 20px - 60px);
  }
}
#be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section {
  position: relative;
  z-index: 0;
  margin-top: var(--redesign-section1-legal-offset);
  width: 100%;
  max-width: var(--redesign-section1-legal-width);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: var(--redesign-section1-legal-padding-top) 0
    var(--redesign-section1-legal-padding-bottom);
  box-sizing: border-box;
  background-color: transparent;
  color: var(--redesign-text);
  text-align: right;
  font-family: SimplerPro_BEZEQ_HEBREW2, SimplerPro, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: -1px;
  left: 50%;
  width: 100dvw;
  width: 100vw;
  transform: translateX(-50%);
  background-color: var(--redesign-bg);
  pointer-events: none;
}

#be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section a {
  color: var(--redesign-text);
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media (max-width: 1920.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section {
    max-width: 1480px;
  }
}

@media (max-width: 1599.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section {
    max-width: 1480px;
    padding: var(--redesign-section1-legal-padding-top) 0
      var(--redesign-section1-legal-padding-bottom);
  }
}

@media (max-width: 1199.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section {
    max-width: 984px;
    padding: 32px 0;
  }
}

@media (max-width: 991.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section {
    max-width: 768px;
    padding: 32px 0;
  }
}

@media (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .section1-cards-area > .ligal_notice.section {
    max-width: 320px;
    padding: 32px 0 100px;
  }
}
#be_bfiber_mesh.design-v2 .moving_tips_container .video_slider {
  margin-top: 25px;
}

#be_bfiber_mesh.design-v2 .video_slider .swiper-pagination {
  position: relative;
  margin-top: 24px;
}

#be_bfiber_mesh.design-v2 .video_slider .swiper-pagination-bullet {
  background: #16254f;
  opacity: 0.3;
}

#be_bfiber_mesh.design-v2 .video_slider .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (min-width: 768px) {
  #be_bfiber_mesh.design-v2 .video_slider:not(.swiper-initialized) {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
  }

  #be_bfiber_mesh.design-v2 .video_slider:not(.swiper-initialized) .video_slider_item {
    flex: 0 1 220px;
  }
}

@media (max-width: 767.9px) {
  #be_bfiber_mesh.design-v2 .video_slider.swiper {
    padding: 0 16px;
  }
}
