html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  font-size: 100%
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: rgba(0, 0, 0, 0);
  text-decoration: none
}

a:hover,
a:focus,
a:active,
a:visited {
  color: inherit !important;
  text-decoration: inherit !important;
}

.wifi__cta:visited {
  color: #fff !important;
}


table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
td img {
  vertical-align: top
}

input,
select,
button,
textarea {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  caret-color: auto
}

input[type=checkbox] {
  vertical-align: middle
}

input[type=radio] {
  vertical-align: text-bottom
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

sub {
  vertical-align: sub;
  font-size: smaller
}

sup {
  vertical-align: super;
  font-size: smaller
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

button {
  background: none;
  border: none;
  padding: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none
}

html {
  height: 100%;
  overflow-y: scroll
}

html.no-scroll {
  overflow: hidden
}

body {
  height: 100%
}

.wrapper {
  margin: 53px auto 0;
  max-width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

@media(max-width: 1200px) {
  .wrapper {
    margin: 53px auto 0;
  }
}

@media(max-width: 767px) {
  .wrapper {
    overflow: visible
  }
}

label,
input[type=button],
input[type=submit],
button {
  cursor: pointer
}

a {
  color: #000
}

a,
input,
button,
textarea {
  -webkit-transition: color .35s, background .35s, opacity .35s, border .35s, -webkit-box-shadow .35s;
  transition: color .35s, background .35s, opacity .35s, border .35s, -webkit-box-shadow .35s;
  transition: color .35s, background .35s, opacity .35s, border .35s, box-shadow .35s;
  transition: color .35s, background .35s, opacity .35s, border .35s, box-shadow .35s, -webkit-box-shadow .35s;
  outline: none
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align: top
}

svg {
  -webkit-transition: fill .35s, stroke .35s, opacity .35s;
  transition: fill .35s, stroke .35s, opacity .35s;
  max-width: 100%;
  direction: ltr
}

svg path,
svg rect,
svg g,
svg circle,
svg line {
  -webkit-transition: fill .35s, stroke .35s, opacity .35s;
  transition: fill .35s, stroke .35s, opacity .35s
}

ul,
ol {
  list-style-type: none
}

.text-center {
  text-align: center
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-white {
  color: #fff !important
}

.text-black {
  color: #000 !important
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.d-none {
  display: none
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.mb-10 {
  margin-bottom: 1rem
}

.mb-20 {
  margin-bottom: 2rem
}

.mb-30 {
  margin-bottom: 3rem
}

.mb-40 {
  margin-bottom: 4rem
}

.ml-5 {
  margin-left: .5rem
}

.ml-10 {
  margin-left: 1rem
}

.ml-20 {
  margin-left: 2rem
}

.ml-30 {
  margin-left: 3rem
}

.mr-20 {
  margin-right: 2rem
}

.mr-30 {
  margin-right: 3rem
}

.mr-40 {
  margin-right: 4rem
}

.pb-40 {
  padding-bottom: 4rem
}

.pt-40 {
  padding-top: 4rem
}

.gap-1 {
  grid-gap: 1rem
}

.gap-2 {
  grid-gap: 2rem
}

.gap-3 {
  grid-gap: 3rem
}

.position-relative {
  position: relative
}

.main__row {
  display: grid;
  grid-gap: 3rem
}

.main__row--1 {
  grid-template-columns: repeat(1, 1fr)
}

.main__row--2 {
  grid-template-columns: repeat(2, 1fr)
}

@media(max-width: 576px) {
  .main__row--2 {
    grid-template-columns: repeat(1, 1fr)
  }
}

.main__row--3 {
  grid-template-columns: repeat(3, 1fr)
}

@media(max-width: 576px) {
  .main__row--3 {
    grid-template-columns: repeat(2, 1fr)
  }
}

.main__row--4 {
  grid-template-columns: repeat(4, 1fr)
}

@media(max-width: 767px) {
  .main__row--4 {
    grid-template-columns: repeat(2, 1fr)
  }
}

.main__row--5 {
  grid-template-columns: repeat(5, 1fr)
}

.main__row--6 {
  grid-template-columns: repeat(6, 1fr)
}

.main__row--8 {
  grid-template-columns: repeat(8, 1fr)
}

input[type=tel],
input[type=email] {
  direction: rtl
}

@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  src: url("../fonts/SimplerPro_BEZEQ_HEBREW2-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: "SimplerPro_BEZEQ_Black-Regular";
  src: url("../fonts/SimplerPro_BEZEQ_Black-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap
}

body {
  font-size: 16px;
  position: relative;
  line-height: 20px;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  direction: rtl
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: normal;
  font-family: "SimplerPro_BEZEQ_Black-Regular"
}

h2,
h3,
h4 {
  color: #010636
}

strong {
  font-weight: normal;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.container {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

@media(max-width: 1200px) {
  .container {
    max-width: 960px
  }
}

@media(max-width: 992px) {
  .container {
    max-width: 768px
  }
}

@media(max-width: 767px) {
  .container {
    max-width: 320px
  }
}

:root {
  --bg: #eef6ff;
  --card: #0b0f2a;
  --ink: #0b0f2a;
  --ink-2: #0b0f2a;
  --brand: #0b0f2a;
  --radius-xl: 24px;
  --radius-xxl: 28px;
  --shadow: 0 10px 30px rgba(11, 15, 42, 0.08)
}

.title {
  color: #010636;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  font-size: 32px;
  line-height: 36px;
  font-weight: 900;
  text-align: center
}

@media(max-width: 1200px) {
  .title {
    font-size: 24px;
    line-height: 28px
  }
}

@media(max-width: 767px) {
  .title {
    font-size: 22px;
    line-height: 26px;
    text-align: center
  }
}

.section {
  padding: 4.5rem 0
}

.st-wrap {
  padding: 4.5rem .9rem;
  position: relative;
  overflow: hidden;
  background: url(../img/bg-2560.jpg) no-repeat center center/cover;
  width: 100%;
  height: 920px;
  direction: rtl;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans"
}

@media(max-width: 1920px) {
  .st-wrap {
    background: url(../img/bg-1920.jpg) no-repeat center center/cover
  }
}

@media(max-width: 1600px) {
  .st-wrap {
    background: url(../img/bg-1600.jpg) no-repeat center center/cover
  }
}

@media(max-width: 1200px) {
  .st-wrap {
    background: url(../img/bg-1200.jpg) no-repeat center center/cover;
    height: 690px
  }
}

@media(max-width: 992px) {
  .st-wrap {
    background: url(../img/bg-992.jpg) no-repeat center center/cover
  }
}

.st-wrap .container {
  max-width: 1567px;

  @media(max-width: 992px) {
    max-width: 767px;
  }

}

@media(max-width: 767px) {
  .st-wrap {
    height: auto
  }
}

.st-container {
  margin-top: 24px;
  background: var(--card);
  border-radius: var(--radius-xxl);
  -webkit-box-shadow: var(--shadow);
  box-shadow: var(--shadow);
  padding: clamp(14px, 2vw, 16px);
  display: grid;
  grid-template-columns: 0.236fr 0.765fr;
  gap: clamp(12px, 2vw, 24px);
  direction: ltr;
  max-height: 815px;
}

.st-tips {
  direction: rtl;
  background: #fff;
  border-radius: calc(var(--radius-xl) - 4px);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #e6eef8;
  -webkit-box-shadow: 0 0 16px hsla(0, 0%, 100%, .6);
  box-shadow: 0 0 16px hsla(0, 0%, 100%, .6)
}

.st-tips .st-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 0;
  font-weight: 800;
  letter-spacing: .2px
}

.st-tips .st-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px
}

.st-tips .st-list .st-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  background: #fafafa;
  padding: .5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px
}

.st-tips .st-list .st-item>div {
  display: contents
}

.st-tips .st-list .st-item:last-child {
  background: none;
  padding: 0 0 0
}

.st-tips .st-list .st-item .st-ico {
  display: grid;
  place-items: center;
  background: #ecf3ff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 18px;
  grid-column: 1;
  background: #fafafa
}

.st-tips .st-list .st-item .st-item-title {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  color: #010636;
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  grid-column: 2;
  padding-right: .5rem
}

.st-tips .st-list .st-item .st-note {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  font-weight: 400
}

.st-tips .st-list .st-item .st-item-text {
  color: var(--ink-2);
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 16px;
  line-height: 20px;
  margin-top: 2px;
  grid-column: 1/-1
}

.st-tips .st-list .st-item .st-item-text br {
  display: none
}

.st-tips .st-list .st-item:last-child:hover {
  text-decoration: underline
}

.st-tips .popup {
  position: relative;
  cursor: pointer
}

.st-tips .modal {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  cursor: auto;
  display: none !important;
  position: absolute;
  padding: 16px 16px 16px 44px;
  background: #fff;
  right: -66.5%;
  top: -200px;
  max-width: 438px;
  border-radius: 16px;
  -webkit-box-shadow: -8px 4px 40px rgba(0, 81, 180, .17);
  box-shadow: -8px 4px 40px rgba(0, 81, 180, .17);
  color: #16254f;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  overflow: inherit;
  bottom: auto;
}

.st-tips .modal.open {
  display: block !important
}

.st-tips .modal .close {
  position: absolute;
  top: 16px;
  left: 16px
}

.st-tips .triangle {
  --base-half: 20px;
  --height: 20px;
  --color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: var(--base-half) solid rgba(0, 0, 0, 0);
  border-right: var(--base-half) solid rgba(0, 0, 0, 0);
  border-top: var(--height) solid var(--color)
}

.st-frame {
  display: block
}

.st-frame .iframeContainer {
  padding: 16px;
  background: #fff;
  border-radius: 28px;
}

.st-frame iframe {
  width: 100%;
  aspect-ratio: 16/10;
  border: 0;
  background: #fff;
  overflow: hidden;
}

.st-frame .iframeContainer iframe html {
  overflow: hidden;
}

@media(max-width: 1200px) {
  .st-wrap {
    padding: 52px 15px
  }

  .st-container {
    grid-template-columns: 0.325fr 0.7fr;
    padding: 10px;
    min-height: auto
  }

  .st-frame .iframeContainer {
    padding: 8px
  }

  .st-frame iframe {
    min-height: 398px
  }

  .st-tips {
    padding: 9px 18px
  }

  .st-tips .st-title {
    margin: 0
  }
}

@media(max-width: 992px) {
  .st-wrap {
    padding: 48px 15px
  }

  .st-container {
    grid-template-columns: 0.437fr 0.57fr;
    gap: 24px
  }

  .st-frame .iframeContainer {
    padding: 18px
  }
}

@media(max-width: 767px) {
  .st-wrap {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 16px 15px 0;
    background: #010636
  }

  .st-wrap h1 {
    color: #fff
  }

  .st-wrap .st-tips {
    display: none
  }

  .st-container {
    padding: 0;
    border: none;
    margin-top: 16px;
    display: block;
    border-radius: 0
  }

  .st-frame .iframeContainer {
    border-radius: 24px 24px 0 0
  }

  .st-tips .modal {
    padding: 16px 16px 16px 26px;
    right: -5px;
    top: -200px;
    min-width: 275px;
    font-size: 14px;
    line-height: 22px
  }

  .st-tips .modal.open {
    display: block !important
  }

  .st-tips .modal .close {
    position: absolute;
    top: 16px;
    left: 16px
  }

  .st-tips .st-list {
    gap: 16px
  }

  .st-tips .st-list .st-item {
    padding: .63rem 1.25rem .5rem
  }

  .st-tips .st-list .st-item .st-item-text br {
    display: block
  }

  .st-tips .triangle {
    --base-half: 20px;
    --height: 20px;
    --color: #fff;
    position: absolute;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    right: 5px;
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: var(--base-half) solid rgba(0, 0, 0, 0);
    border-right: var(--base-half) solid rgba(0, 0, 0, 0);
    border-top: var(--height) solid var(--color)
  }
}

.internet {
  display: none
}

.internet .container {
  padding-right: 0;
  padding-left: 0;
}

@media(max-width: 767px) {
  .internet {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: block;
    padding: 10px 18px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1);
    box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1)
  }

  .internet h2 {
    font-size: 18px;
    line-height: 22px
  }

  .internet .buttons {
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px
  }

  .internet .dark {
    background: #010636
  }

  .internet a {
    height: 48px
  }
}

.tips {
  display: none
}

@media(max-width: 767px) {
  .tips {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: block
  }

  .tips .drop-wrapper {
    width: 100%;
    height: 100%
  }

  .tips .drop-wrapper.open {
    background: -webkit-gradient(linear, left top, left bottom, from(#e6f0f9), to(#F6FBFF));
    background: linear-gradient(to bottom, #e6f0f9 0%, #F6FBFF 100%)
  }

  .tips .st-tips {
    max-height: 0;
    border: 0;
    border-radius: unset;
    background: rgba(0, 0, 0, 0);
    padding: 9px 18px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height .9s ease, opacity .8s ease, padding .8s ease, background-position .8s ease;
    transition: max-height .9s ease, opacity .8s ease, padding .8s ease, background-position .8s ease;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 9px 0
  }

  .tips .st-tips .st-list .st-item {
    max-width: 320px
  }

  .tips .st-tips .st-list .st-item .st-item-text {
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin-top: 4px
  }

  .tips .st-tips .modal {
    -webkit-box-shadow: -8px 4px 10px rgba(0, 81, 180, .17);
    box-shadow: -8px 4px 10px rgba(0, 81, 180, .17)
  }

  .tips .st-tips.open {
    opacity: 1;
    max-height: 1000px;
    padding: 22px 0
  }

  .tips .st-tips.open .tips {
    background-position: center 56px
  }

  .tips .st-tips .st-list .st-item {
    background: #fff
  }

  .tips .st-tips .st-list .st-item:last-child {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }

  .tips .dropdown {
    width: 100%;
    padding: 15px;
    font-size: 22px;
    line-height: 26px;
    font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .12);
    color: #010636
  }

  .tips .dropdown .drop-arrow {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
  }

  .tips .dropdown .drop-arrow.rotated {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
  }
}

.banner {
  position: relative;
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  padding: 40px 18px
}

.banner video,
.banner .bg2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.banner .bg2 {
  opacity: .6
}

.banner .container {
  z-index: 1
}

.banner__content {
  display: grid;
  grid-template-columns: minmax(300px, 637px) minmax(400px, 400px);
  grid-template-areas: "content art";
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 104px
}

.banner__text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 637px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.banner__paragraph {
  color: #fff;
  text-align: right;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px
}

.banner__title {
  color: #fff;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px
}

.banner__title .label-star {
  display: inline-block;
  position: relative;
  background: linear-gradient(260deg, #6EDCFB 18.7%, #0073FF 77.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 42px
}

.banner__title .label-star::before {
  content: "";
  position: absolute;
  background: url("../img/Stars.svg");
  top: 6px;
  left: -10px;
  background-size: cover;
  background-position: center;
  width: 14.323px;
  height: 9.211px
}

.banner__cta {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  max-width: 200px;
  width: 100%;
  padding: 0 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #056ae5;
  -webkit-transition: .3s;
  transition: .3s
}

.banner__cta:hover {
  background: #0457bd
}

.banner__art {
  min-height: 313px;
  padding: 53px 112px;
  position: relative
}

.banner__art .rocket {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-55%, -50%);
  -ms-transform: translate(-55%, -50%);
  transform: translate(-55%, -50%);
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.banner__art .cloud1,
.banner__art .cloud2,
.banner__art .cloud3,
.banner__art .cloud4 {
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.banner__art .cloud1,
.banner__art .cloud2 {
  width: 35.226px;
  height: 26px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 42/31
}

.banner__art .cloud1 {
  top: 12%;
  right: 0
}

.banner__art .cloud2 {
  bottom: 0;
  left: 50%
}

.banner__art .cloud3 {
  top: 0;
  left: 25%;
  width: 33px;
  height: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 33/25
}

.banner__art .cloud4 {
  left: 0;
  top: 49%;
  width: 36.632px;
  height: 29px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 24/19
}

.banner__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: .35s;
  transition: .35s;
  z-index: -1
}

.banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-position: center left;
  object-position: center left;
  -o-object-fit: cover;
  object-fit: cover
}

@media(max-width: 767px) {
  .banner__bg img {
    -o-object-position: center;
    object-position: center
  }
}

.banner .legal {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  line-height: normal;
  color: #fff
}

.banner.active .banner__art .rocket {
  -webkit-animation: rocket-move 5s linear infinite;
  animation: rocket-move 5s linear infinite
}

@media(max-width: 1200px) {
  .banner {
    height: 278px
  }

  .banner__text {
    gap: 30px
  }

  .banner__paragraph,
  .banner__paragraph .label-star,
  .banner__title,
  .banner__title .label-star {
    font-size: 24px;
    line-height: 28px
  }

  .banner__paragraph .label-star:before,
  .banner__title .label-star:before {
    top: 4px
  }

  .banner__title {
    font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
  }

  .banner__cta {
    max-width: 168px;
    height: 40px;
    font-size: 16px;
    line-height: 20px
  }

  .banner__art .rocket {
    max-width: 85px
  }

  .banner__art .cloud1 {
    width: 20px;
    height: auto;
    top: 25%;
    right: 10%
  }

  .banner__art .cloud2 {
    width: 22px;
    height: 18px;
    top: 15%
  }

  .banner__art .cloud3 {
    width: 20px;
    height: auto;
    top: unset;
    left: 60%;
    bottom: 20%
  }

  .banner__art .cloud4 {
    width: 20px;
    height: auto;
    left: 20%
  }

  .banner .legal {
    bottom: 15px
  }
}

@media(max-width: 992px) {
  .banner {
    height: 269px
  }
}

@media(max-width: 767px) {
  .banner {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    height: auto;
    padding: 24px 18px
  }

  .banner video,
  .banner .bg2 {
    display: none
  }

  .banner .container {
    position: relative;
    padding: 24px 16px;
    --border-angle: 0turn;
    --main-bg: conic-gradient(from var(--border-angle), #213, #112 5%, #112 60%, #213 95%);
    border: solid 5px rgba(0, 0, 0, 0);
    border-radius: 2em;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #0073FF, #6EDCFB 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    -webkit-animation: bg-spin 5s linear infinite;
    animation: bg-spin 5s linear infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused
  }

  .banner .container.running {
    -webkit-animation-play-state: running;
    animation-play-state: running
  }

  @-webkit-keyframes bg-spin {
    to {
      --border-angle: 1turn
    }
  }

  @keyframes bg-spin {
    to {
      --border-angle: 1turn
    }
  }

  .banner .container.running:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
  }

  .banner__bg,
  .banner__art {
    display: none
  }

  .banner__content {
    position: relative;
    z-index: 1;
    display: block
  }

  .banner__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 24px
  }

  .banner__paragraph {
    font-size: 20px;
    line-height: 24px;
    text-align: center
  }

  .banner__title {
    text-align: center;
    margin-top: 8px;
    font-size: 24px;
    line-height: 28px
  }

  .banner__title br {
    display: none
  }

  .banner__cta {
    max-width: 100%
  }

  .banner .legal {
    position: static;
    margin-top: 10px;
    text-align: center
  }
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0turn
}

@-webkit-keyframes rocket-move {
  20% {
    top: 40%
  }

  50% {
    top: 50%
  }

  75% {
    left: 60%
  }

  100% {
    left: 50%
  }
}

@keyframes rocket-move {
  20% {
    top: 40%
  }

  50% {
    top: 50%
  }

  75% {
    left: 60%
  }

  100% {
    left: 50%
  }
}

.common-actions__title {
  font-weight: 700
}

.common-actions__cards {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
  list-style: none
}

@media(max-width: 992px) {
  .common-actions {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media(max-width: 640px) {
  .common-actions {
    grid-template-columns: 1fr
  }
}

.card {
  position: relative;
  background: #fff;
  border-radius: 32px;
  padding: 16px;
  -webkit-box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1);
  box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1);
  text-align: center;
  min-height: 180px;
  display: grid;
  grid-template-rows: auto auto 1fr;
  -ms-flex-line-pack: start;
  align-content: start
}

.card__icon {
  display: grid;
  place-items: center;
  margin-bottom: 16px
}

.card__icon img {
  display: block;
  width: 56px;
  height: auto
}

.card__icon .animated-desktop {
  @media (max-width: 992.9px) {
    display: none;
  }
}

.card__icon .static-mobile {
  display: none;

  @media (max-width: 992.9px) {
    display: block;
  }
}


.card__title {
  color: #010636;
  text-align: center;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 8px
}

.card p.card__link {
  color: #056ae5;
  text-align: center;
  -webkit-font-feature-settings: "liga" off;
  font-feature-settings: "liga" off;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.card .card__link:hover {
  p.card__link {
    text-decoration: underline;
  }
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  -webkit-box-shadow: 0 0 16px hsla(0, 0%, 100%, .6) inset;
  box-shadow: 0 0 16px hsla(0, 0%, 100%, .6) inset
}

@media(max-width: 1200px) {
  .common-actions {
    padding: 52px 0
  }

  .common-actions__cards {
    gap: 30px
  }

  .card {
    padding: 16px 12px
  }

  .card__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 6px
  }
}

@media(max-width: 992px) {
  .common-actions {
    padding: 48px 18px
  }

  .common-actions__cards {
    gap: 21px
  }

  .card {
    padding: 16px 11px
  }

  .card .card__link {
    font-size: 16px
  }
}

@media(max-width: 767px) {
  .common-actions {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    padding: 24px 18px
  }

  .common-actions__cards {
    margin-top: 24px;
    display: block
  }

  .common-actions .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 16px;
    min-height: unset;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-radius: 16px
  }

  .common-actions .card:not(:first-child) {
    margin-top: 16px
  }

  .common-actions .card__icon {
    margin-bottom: 0;
    width: 32px;
    height: 32px
  }

  .common-actions .card__icon svg {
    width: 100%;
    height: auto
  }

  .common-actions .card__title {
    text-align: start;
    font-size: 16px;
    line-height: .9
  }

  .common-actions .card .card__link {
    font-size: 14px;
    text-align: start;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1.2
  }

  .common-actions .card .card__link br {
    display: none
  }
}

.promo__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 238px;
  -moz-column-gap: 238px;
  column-gap: 238px;
  background: #fff
}

.promo__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 529px;
  z-index: 1
}

.promo__phone {
  z-index: 1;
  max-width: 214px;
  height: auto
}

.promo__divider {
  width: 100%;
  height: 100%;
  border-left: 1px solid #e8eef6
}

.promo__title {
  text-align: start
}

.promo__desc {
  max-width: 447px;
  margin-top: 10px;
  color: #010636;
  text-align: start;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px
}

.promo__desc strong {
  font-weight: 700
}

.promo__qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px 8px 6px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  border-radius: 10px;
  border: 1px solid var(--Tints-Primary-Blue-10, #D0E3FB);
  background: #fff;
  max-width: 333px
}

.promo__link {
  color: #010636;
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  -webkit-font-feature-settings: "liga" off, "clig" off;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px
}

.promo__link img {
  width: 76px;
  height: 76px
}

.promo .main__btn {
  display: none
}

.promo .container {
  position: relative
}

.promo__animation--desktop {
  position: absolute;
  left: -750px;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: unset;
  width: 1431px
}

.promo__animation--desktop .path {
  -webkit-transition: opacity .1s linear .1s;
  transition: opacity .1s linear .1s;
  opacity: 0
}

.promo__animation--mobile {
  display: none
}

@media(max-width: 1200px) {
  .promo__grid {
    gap: 130px;
    grid-template-columns: 529px 300px
  }

  .promo__animation--desktop {
    left: -832px;
    top: 39%
  }
}

@media(max-width: 992px) {
  .promo {
    padding: 48px 0
  }

  .promo__grid {
    gap: 60px
  }

  .promo__animation--desktop {
    left: -925px;
    top: 24%
  }

  .promo__phone {
    max-width: 160px;
    margin-top: 15px
  }

  .promo__animation {
    left: -900px;
    top: 30%
  }
}

@media(max-width: 767px) {
  .promo {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    padding: 24px 18px
  }

  .promo .container {
    padding: 24px 18px;
    overflow: hidden;
    border-radius: 32px;
    -webkit-box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1);
    box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1)
  }

  .promo__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px
  }

  .promo__qr {
    display: none
  }

  .promo__animation--desktop {
    display: none
  }

  .promo__animation--mobile {
    display: block;
    position: absolute;
    top: 0;
    right: 0
  }

  .promo__animation--mobile .path2 {
    -webkit-transition: opacity .1s linear .1s;
    transition: opacity .1s linear .1s;
    opacity: 0
  }

  .promo__phone {
    max-width: 60px;
    margin-top: 0
  }

  .promo__title {
    text-align: center;
    max-width: 182px;
    margin: 0 auto
  }

  .promo__desc {
    text-align: center;
    font-size: 16px
  }

  .promo .main__btn {
    margin-top: 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px
  }

  .promo .main__btn::hover {
    background: #056ae5
  }
}

.wifi__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 171px;
  -moz-column-gap: 171px;
  column-gap: 171px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff
}

.wifi__content {
  text-align: right;
  display: grid;
  gap: 24px;
  max-width: 571px
}

.wifi__phone {
  max-width: 397px
}

.wifi__phone .lier {
  display: none
}

.wifi__title {
  text-align: start
}

.wifi__title span {
  color: var(--Bezeq-01, #010636);
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px
}

.wifi__desc {
  color: #010636;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px
}

.wifi__desc strong {
  font-weight: 700
}

.wifi__link {
  display: inline-block;
  margin-top: 16px;
  font-size: 16px;
  line-height: 30px;
  color: #2046ff;
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease
}

.wifi__link:hover {
  text-decoration: underline;
  color: #010636
}

.wifi__cta {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 58px;
  max-width: 200px;
  width: 100%;
  padding: 0 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 48px;
  background: #056ae5;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-transition: .3s;
  transition: .3s
}

.wifi__cta:hover {
  background: #0457bd;
  color: #fff !important;
}

@media(max-width: 1920px) {
  .wifi__grid {
    -webkit-column-gap: 95px;
    -moz-column-gap: 95px;
    column-gap: 95px
  }
}

@media(max-width: 1600px) {
  .wifi__grid {
    -webkit-column-gap: 171px;
    -moz-column-gap: 171px;
    column-gap: 171px
  }
}

@media(max-width: 1200px) {
  .wifi {
    padding: 48px 0
  }

  .wifi__grid {
    -webkit-column-gap: 180px;
    -moz-column-gap: 180px;
    column-gap: 180px
  }

  .wifi__phone {
    max-width: 314px
  }

  .wifi__content {
    max-width: 430px;
    gap: 16px
  }

  .wifi__title span {
    font-size: 24px;
    line-height: 28px
  }

  .wifi__desc {
    font-size: 16px;
    line-height: 20px
  }

  .wifi__desc br {
    display: none
  }

  .wifi__cta {
    height: 40px;
    max-width: 168px;
    font-size: 16px;
    line-height: 20px
  }
}

@media(max-width: 992px) {
  .wifi__grid {
    grid-template-columns: 256px 1fr;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 84px
  }

  .wifi__phone {
    max-width: 256px
  }
}

@media(max-width: 767px) {
  .wifi {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    padding: 15px 18px 32px 18px
  }

  .wifi__grid {
    display: block
  }

  .wifi__content {
    padding: 35px 16px 24px;
    border-radius: 32px;
    -webkit-box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1);
    box-shadow: -8px 4px 40px 0 rgba(0, 81, 180, .1)
  }

  .wifi__phone {
    max-width: 155px;
    margin: 0 auto -35px;
    position: relative
  }

  .wifi__phone .lier {
    display: block;
    position: absolute;
    left: -4%;
    top: 82px;
    width: 100%;
    height: auto;
    max-width: 50px
  }

  .wifi__title {
    text-align: center;
    margin: 0 auto;
    max-width: 226px
  }

  .wifi__desc {
    margin-top: 8px;
    text-align: center
  }

  .wifi__cta {
    max-width: 100%
  }

  .wifi__cta:hover,
  .wifi__cta:visited,
  .wifi__cta:active {
    background: #056ae5
  }
}

.contact-form {
  padding: 68px 18px 72px;
  background: radial-gradient(at -35% 211%, #51C9FC 0%, #0092FF 20%, #0061B9 30%, #003A80 40%, #001D57 50%, #010635 60%);
  overflow: hidden
}

.contact-form .container {
  max-width: 364px
}

.contact-form .title {
  color: #fff;
  line-height: 1
}

.contact-form .title span {
  display: none
}

.contact-form .contact-cta {
  display: none
}

.contact-form .subtitle {
  text-align: center;
  color: #fff;
  font-size: 26px;
  line-height: 1.1;
  margin: 11px 0 12px
}

.contact-form .subtitle a {
  color: #fff;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
}

.contact-form .text {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 22px
}

.contact-form .form-wrap {
  position: relative
}

.contact-form .formBox {
  -webkit-transition: .35s opacity;
  transition: .35s opacity
}

.contact-form .formBox .title-mobile {
  display: none
}

@media(max-width: 767px) {
  .contact-form .formBox .title-desktop {
    display: none
  }

  .contact-form .formBox .title-mobile {
    display: block
  }
}

.contact-form .formBox.out {
  pointer-events: none;
  opacity: 0
}

.contact-form form {
  margin-top: 32px
}

.contact-form form label {
  width: 100%;
  display: block
}

.contact-form form label:not(.radio-label) {
  position: relative
}

.contact-form form label:not(:first-of-type) {
  margin-top: 24px
}

.contact-form form .placeholder {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  font-size: 18px;
  right: 16px;
  color: #666;
  -webkit-transition: .35s;
  transition: .35s;
  font-weight: 400
}

.contact-form form input {
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 5px 16px 0;
  height: 48px;
  line-height: 56px;
  border: 1px solid #fff
}

.contact-form form input::-webkit-input-placeholder {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #666
}

.contact-form form input::-moz-placeholder {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #666
}

.contact-form form input:-ms-input-placeholder {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #666
}

.contact-form form input::-ms-input-placeholder {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #666
}

.contact-form form input,
.contact-form form input::placeholder {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 18px;
  line-height: 22px;
  color: #666;
  font-weight: 400;
}

.contact-form form input:focus+.placeholder,
.contact-form form input:focus+label+.placeholder,
.contact-form form input.filled+.placeholder,
.contact-form form input.filled+label+.placeholder {
  font-size: 14px;
  color: #16254f;
  top: calc(50% - 13px);
  font-weight: 400;
}

.contact-form form input.error {
  color: #666;
  background: #fff;
  border-color: #ff4d4d
}

.contact-form form input[type=number]::-webkit-inner-spin-button,
.contact-form form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.contact-form .confirmation {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: right
}

.contact-form .confirmation br {
  display: none
}

.contact-form .confirmation .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding-right: 40px;
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  text-align: start
}

.contact-form .confirmation .checkmark {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebebeb
}

.contact-form .confirmation .checkmark svg {
  display: none;
  width: 24px;
  height: 22px
}

.contact-form .confirmation [type=checkbox] {
  position: absolute;
  width: auto;
  right: 0;
  opacity: 0;
  cursor: pointer
}

.contact-form .confirmation [type=checkbox]:checked+.checkmark svg {
  display: block
}

.contact-form .customer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px;
  padding-bottom: 24px
}

.contact-form .customer.has-error {
  padding-bottom: 48px
}

.contact-form .customer p {
  color: #fff;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  font-size: 16px;
  line-height: 20px
}

.contact-form .customer .radio-label {
  color: #fff;
  font-size: 16px;
  margin-top: unset !important
}

.contact-form label.error {
  position: absolute !important;
  right: 0;
  top: calc(100% - 2px);
  color: #ed0000;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.contact-form #changeClient-error {
  top: auto;
  bottom: 22px
}

.contact-form .radio-buttons {
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px
}

.contact-form .radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  cursor: pointer
}

.contact-form [type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px
}

.contact-form #choose_notice {
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-form .identification_method {
  display: none
}

.contact-form .identification_method.show1 {
  display: block
}

.contact-form .identification_method.show1:not(legend) {
  margin-bottom: 44px
}

.contact-form .identification_method .client1 {
  margin-bottom: 10px
}

.contact-form .identification_method .rel_form:not(.show1) {
  display: none
}

.contact-form .customer_extra legend {
  color: #fff
}

.contact-form .client1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 21px
}

.contact-form .client1 label {
  margin-top: 0 !important;
  width: auto !important
}

.contact-form .client1 label span {
  font-size: 16px;
  font-weight: 400;
}

.contact-form .extra-radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 6px;
  color: #fff;
  align-items: center;
}

.contact-form .extra-radio [type=radio]:checked+.radio:after {
  opacity: 1;
}

.contact-form .extra-radio .radio {
  border: 2px solid #056ae5;
  border-radius: 50px;
  width: 20px;
  background: #fff;
  height: 20px;
  position: relative;
  padding-left: 0;
}

.contact-form .extra-radio .radio:after {
  content: "";
  width: 12px;
  height: 12px;
  opacity: 0;
  position: absolute;
  top: 50%;
  background: #056ae5;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%)
}

.contact-form .custom-radio {
  width: 120px;
  height: 28px;
  border-radius: 48px;
  border: 1px solid #fff;
  position: relative;
  display: grid;
  font-weight: 400;
  place-content: center;
  -webkit-transition: background-color .3s ease-in-out, color .3s ease-in-out;
  transition: background-color .3s ease-in-out, color .3s ease-in-out
}

.contact-form [type=radio]:checked~.custom-radio {
  background-color: #fff;
  color: #16254f
}

.contact-form [type=radio]:checked+.custom-radio::before {
  background-color: #51c9fc
}

.contact-form [type=submit] {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.contact-form [type=submit].load {
  pointer-events: none
}

.contact-form [type=submit].load .spinner {
  opacity: 1
}

.contact-form .spinner {
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 3rem;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  opacity: 0
}

.contact-form .error {
  padding-right: 16px;
  margin-top: 3px;
  border-radius: 4px;
  width: 100%;
  background: #fff0f4;
  color: #ed0000;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out
}

.thanks {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: .35s opacity;
  transition: .35s opacity;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #fff;
  opacity: 0;
  z-index: -1
}

.thanks.active {
  z-index: 10;
  opacity: 1
}

.thanks canvas {
  margin-bottom: 30px
}

@media(max-width: 767px) {
  .thanks canvas {
    width: 75px;
    height: 75px
  }
}

.thanks h2 {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 34px
}

@media(max-width: 767px) {
  .thanks h2 {
    font-size: 22px;
    line-height: 24px
  }
}

.thanks p {
  font-size: 20px
}

@media(max-width: 767px) {
  .thanks p {
    font-size: 18px
  }
}

@media(max-width: 767px) {
  .contact-form {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    padding: 32px 18px
  }

  .contact-form .container {
    max-width: 320px;
    padding-right: 0;
    padding-left: 0;
  }

  .contact-form .subtitle {
    display: none
  }

  .contact-form .contact-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 8px;
    -moz-column-gap: 8px;
    column-gap: 8px;
    background: #6edcfb;
    color: #010636;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    max-width: 168px;
    margin: 12px auto;
    border-radius: 48px;
    font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
  }

  .contact-form .contact-cta svg {
    max-width: 24px
  }

  .contact-form form {
    margin-top: 24px
  }

  .contact-form form label:not(:first-of-type) {
    margin-top: 24px
  }

  .contact-form .confirmation .text {
    text-align: start
  }

  .contact-form .customer {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
  }

  .contact-form .radio-buttons {
    margin-right: unset
  }

  .contact-form .custom-radio {
    width: 78px
  }
}

.faq {
  background: #f6fbff;
  padding: 72px 15px
}

.faq h2 {
  font-size: 32px;
  line-height: 36px;
  color: #16254f;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
}

.faq .qa {
  margin-top: 32px
}

.faq .item {
  border-radius: 12px;
  -webkit-box-shadow: -8px 4px 40px rgba(0, 81, 180, .1);
  box-shadow: -8px 4px 40px rgba(0, 81, 180, .1);
  background: #fff
}

.faq .item:not(:last-child) {
  margin-bottom: 24px
}

.faq .item.open .answer {
  display: block !important
}

.faq .item.open .question:before {
  content: "–"
}

.faq .question {
  cursor: pointer;
  text-align: start;
  position: relative;
  padding: 24px;
  width: 100%;
  border: none
}

.faq .question:before {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  content: "+";
  font-size: 25px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 24px;
  color: #16254f
}

.faq .title {
  font-size: 16px;
  line-height: 20px;
  color: #16254f;
  text-align: start;
  padding-bottom: 0
}

.faq .title br {
  display: none
}

.faq .answer {
  padding: 0 24px 24px;
  overflow: hidden;
  font-size: 16px;
  line-height: 26px;
  color: #010636
}

@media(min-width: 993px)and (max-width: 1200px) {
  .faq .container {
    max-width: 992px
  }
}

@media(max-width: 1200px) {
  .faq h2 {
    font-size: 24px;
    line-height: 28px
  }
}

@media(max-width: 767px) {
  .faq {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
    padding: 32px 18px
  }

  .faq .title br {
    display: block
  }

  .faq .qa {
    margin-top: 24px
  }

  .faq .item {
    border-radius: 12px
  }

  .faq .question:before {
    font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
    left: 20px
  }
}

.blog {
  padding: 72px 18px 64px
}

.blog .container {
  max-width: 1204px
}

.blog h2 {
  font-size: 32px;
  line-height: 36px;
  color: #16254f;
  text-align: center;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
}

.blog .swiper {
  padding: 32px
}

.blog .swiper-wrapper {
  -webkit-column-gap: 34px;
  -moz-column-gap: 34px;
  column-gap: 34px
}

.blog .swiper-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, .12);
  box-shadow: 0 0 24px rgba(0, 0, 0, .12);
  border-radius: 20px;
  padding: 16px;
  height: auto
}

.blog .swiper-slide:hover .link {
  opacity: 1
}

.blog .navigation {
  display: none
}

.blog .img-wrap {
  border-radius: 20px;
  overflow: hidden;
  height: 219px
}

.blog .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.blog .flag {
  max-width: 140px;
  position: absolute;
  top: -3.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.blog .date {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px
}

.blog .date span {
  color: #666
}

.blog h3 {
  margin-top: 12px;
  color: #16254f;
  font-size: 24px;
  line-height: 28px;
  min-height: 53px;
  font-weight: 600;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold"
}

.blog p {
  margin-top: 12px;
  color: #666;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 2px
}

.blog .link {
  margin-top: auto;
  color: #056ae5;
  font-size: 18px;
  line-height: 1;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.blog .wifi__cta {
  margin: 42px auto 0;
  max-width: 256px;
  height: 64px
}

@media(max-width: 1200px) {
  .blog .container {
    max-width: 716px;
    position: relative
  }

  .blog .swiper-wrapper {
    -webkit-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset
  }

  .blog .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
  }

  .blog .swiper-slide:not(.swiper-slide-next):not(.swiper-slide-active) {
    opacity: 0
  }

  .blog .swiper-button-prev {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
  }

  .blog .swiper-button-prev,
  .blog .swiper-button-next {
    position: static;
    width: 36px;
    height: 36px
  }

  .blog .swiper-button-prev:after,
  .blog .swiper-button-next:after {
    content: none
  }

  .blog .swiper-button-disabled {
    opacity: 1
  }

  .blog .swiper-button-disabled svg {
    -webkit-filter: brightness(0) saturate(100%) invert(78%) sepia(74%) saturate(1%) hue-rotate(8deg) brightness(86%) contrast(96%);
    filter: brightness(0) saturate(100%) invert(78%) sepia(74%) saturate(1%) hue-rotate(8deg) brightness(86%) contrast(96%)
  }

  .blog .swiper .img-wrap {
    height: 200px
  }

  .blog .swiper h3 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 24px;
    min-height: 45px
  }

  .blog .swiper p {
    margin-bottom: 5px
  }

  .blog .navigation {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    right: -28px;
    left: -28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .blog .wifi__cta {
    margin: 0 auto;
    max-width: 176px;
    height: 48px
  }
}

@media(max-width: 767px) {
  .blog {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    padding: 32px 0
  }

  .blog h2 {
    font-size: 22px
  }

  .blog .link {
    opacity: 1
  }

  .blog .container {
    max-width: 100%
  }

  .blog .swiper {
    padding: 18px 18px 24px
  }

  .blog .swiper-button-prev,
  .blog .swiper-button-next {
    display: none
  }

  .blog .wifi__cta {
    max-width: 168px
  }
}

.main__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  width: 234px;
  max-width: 100%;
  padding: 0 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  border-radius: 50px
}

.main__btn:hover,
.main__btn:visited,
.main__btn:active {
  text-decoration: none
}

.main__btn--blue {
  background: #056ae5;
  color: #fff;
  border: none
}

.main__btn--blue:hover,
.main__btn--blue:visited,
.main__btn--blue:active {
  background: #0457bd;
  color: #fff
}

@media(max-width: 767px) {

  .main__btn--blue:hover,
  .main__btn--blue:visited,
  .main__btn--blue:active {
    background: #056ae5
  }
}

.main__btn--border {
  border: 1px solid #056ae5;
  color: #056ae5
}

.main__btn--border:hover,
.main__btn--border:visited,
.main__btn--border:active {
  border-color: #0457bd;
  -webkit-box-shadow: 0 0 0 1px #0457bd inset;
  box-shadow: 0 0 0 1px #0457bd inset;
  color: #0457bd
}

/* Banner banner_nov_homepage START */
#banner_nov_homepage * {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#banner_nov_homepage {
  direction: rtl;
  font-size: 18px;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 364px;
  width: 100%;
  display: grid;
  padding-top: 41px;
}

@media (max-width: 1920px) {
  #banner_nov_homepage {
    padding-top: 45px;
  }
}

#banner_nov_homepage > *:not(.top_bg) {
  position: relative;
  z-index: 1;
}

#banner_nov_homepage .top_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

#banner_nov_homepage .top_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  display: block;
}

#banner_nov_homepage .text-wrapper {
  width: 100%;
  max-width: 390px;
  text-align: center;
  position: relative;
  padding-top: 18px;
}

@media (max-width: 1920px) {
  #banner_nov_homepage .text-wrapper {
    padding-top: 13px;
  }
}

@media (max-width: 1199px) {
  #banner_nov_homepage .text-wrapper {
    padding-top: 8px;
    max-width: 520px;
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage .text-wrapper {
    max-width: 328px;
    padding-top: 13px;
  }
}

@media (max-width: 767px) {
  #banner_nov_homepage .text-wrapper {
    margin: 0 auto;
    padding-top: 168px;
    background: transparent;
    text-align: center;
    max-width: 320px;
  }
}

#banner_nov_homepage h2.sh2 {
  color: #fff;
  margin-top: 0;
  font-family: "SimplerPro_BEZEQ_Black-Regular";
  font-size: 32px;
  line-height: 100%;
  font-weight: 900;
  margin-bottom: 0px;
  text-align: center;
  letter-spacing: -0.576px;
}

@media (max-width: 1920px) {
  #banner_nov_homepage h2.sh2 {
    margin-bottom: 1px;
  }
}

@media (max-width: 1199px) {
  #banner_nov_homepage h2.sh2 {
    font-size: 32px;
    margin-bottom: 2px;
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage h2.sh2 {
    font-size: 24px;
    letter-spacing: -0.457px;
    margin-bottom: 2px;
  }
}

@media (max-width: 767px) {
  #banner_nov_homepage h2.sh2 {
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: -1px;
  }
}

#banner_nov_homepage .img-title {
  display: block;
  width: 389px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 389 / 87;
  margin: 0 auto;
}

@media (max-width: 991px) {
  #banner_nov_homepage .img-title {
    width: 240.055px;
  }
}

@media (max-width: 767.9px) {
  #banner_nov_homepage .img-title {
    width: 229.739px;
  }
}

#banner_nov_homepage .bottom-p {
  font-family: "SimplerPro_BEZEQ_Black-Regular";
  font-size: 46px;
  line-height: 100%;
  font-weight: 900;
  margin-top: -2px;
  letter-spacing: -1.152px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(26.27%, #FFF), color-stop(66.5%, #D1ECF4));
  background: linear-gradient(180deg, #FFF 26.27%, #D1ECF4 66.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

@media (max-width: 1920px) {
  #banner_nov_homepage .bottom-p {
    margin-top: -3px;
  }
}

@media (max-width: 1199px) {
  #banner_nov_homepage .bottom-p {
    margin-top: -2px;
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage .bottom-p {
    font-size: 32px;
    margin-top: -1px;
    letter-spacing: -0.915px;
  }
}

@media (max-width: 767px) {
  #banner_nov_homepage .bottom-p {
    font-size: 26px;
    margin-top: 1px;
    letter-spacing: 0px;
  }
}

#banner_nov_homepage .btn {
  width: 218px;
  border-radius: 30.5px;
  background: #F74A84;
  color: #fff;
  -webkit-text-stroke-width: 0.32px;
  -webkit-text-stroke-color: #818181;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  font-size: 16px;
  font-weight: 700;
  padding: 9px 20.333px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin: 22px auto 0;
}

@media (max-width: 1920px) {
  #banner_nov_homepage .btn {
    margin-top: 24px;
  }
}

@media (max-width: 1199px) {
  #banner_nov_homepage .btn {
    margin-top: 23px;
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage .btn {
    width: 143px;
    font-size: 11.437px;
    margin: 10px auto 0;
    padding: 7px 10.17px;
  }
}

@media (max-width: 767.9px) {
  #banner_nov_homepage .btn {
    width: 229.7px;
    font-size: 16px;
    margin: 11px auto 0;
    padding: 9px 10.17px;
  }
}

#banner_nov_homepage .btn:hover {
  background: #E42E6B;
}

#banner_nov_homepage .container::before,
#banner_nov_homepage .container::after {
  content: none;
}

#banner_nov_homepage .container {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 98px;
  -moz-column-gap: 98px;
  column-gap: 98px;
  position: relative;
  padding: 0;
  max-width: 753px;
}

#banner_nov_homepage .desclaimer {
  position: absolute;
  color: #fff;
  text-align: right;
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  right: calc(50% - 306px);
  margin: 329px auto 0;
  max-width: 553px;
}

@media only screen and (max-width: 1920px) {
  #banner_nov_homepage .desclaimer {
    margin: 332px auto 0;
  }
}

@media only screen and (max-width: 1199px) {
  #banner_nov_homepage {
    padding-top: 48px;
  }

  #banner_nov_homepage .container {
    max-width: 885px;
  }

  #banner_nov_homepage .desclaimer {
    right: calc(50% - 307px);
    margin: 328px auto 0;
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}

@media only screen and (max-width: 991px) {
  #banner_nov_homepage {
    height: 265px;
  }

  #banner_nov_homepage .container {
    max-width: 523px;
  }

  #banner_nov_homepage .desclaimer {
    margin: 239px auto 0;
    right: calc((100vw - 441px) / 2);
  }
}

@media only screen and (max-width: 767px) {
  #banner_nov_homepage {
    height: 368px;
    place-content: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 9px;
  }

  #banner_nov_homepage .container {
    max-width: 368px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #banner_nov_homepage .desclaimer {
    margin: 343px auto 0;
    right: calc((100vw - 244px) / 2);
  }
}

/* Stamp START */
#banner_nov_homepage .stamp {
  position: absolute;
  left: calc(50% - 56px);
  top: 45px;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  background: #f74a84;
  display: grid;
  place-content: center;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

@media (max-width: 1920px) {
  #banner_nov_homepage .stamp {
    left: calc(50% - 81px);
    top: 123px;
  }
}

@media (max-width: 1599px) {
  #banner_nov_homepage .stamp {
    width: 90px;
    height: 90px;
    left: calc(50% - 81px);
    top: 123px;
    padding-top: 2px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}

@media (max-width: 1199.9px) {
  #banner_nov_homepage .stamp {
    width: 82px;
    height: 82px;
    left: calc(50% - 65px);
    top: 91px;
    padding-top: 2px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage .stamp {
    width: 65px;
    height: 65px;
    left: calc(50% - 67px);
    top: 40px;
    padding-top: 2px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }
}

@media (max-width: 767px) {
  #banner_nov_homepage .stamp {
    width: 60px;
    height: 60px;
    left: calc(50% + 64px);
    top: 192px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
}

#banner_nov_homepage .stamp p.stampa-text {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Regular";
  font-weight: 400 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 1 !important;
  color: #fff;
  margin: 0;
  -webkit-text-stroke-width: 0.4px;
  -webkit-text-stroke-color: var(--text-color-stroke, #818181);
}

@media (max-width: 1599.9px) {
  #banner_nov_homepage .stamp p.stampa-text {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 0.85;
    margin-bottom: 1px;
  }
}

@media (max-width: 1199.9px) {
  #banner_nov_homepage .stamp p.stampa-text {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 0.85;
    margin-bottom: 1px;
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage .stamp p.stampa-text {
    font-size: 11px !important;
    font-weight: 400;
    line-height: 0.85;
    margin-bottom: 1px;
  }
}

@media (max-width: 767.9px) {
  #banner_nov_homepage .stamp p.stampa-text {
    font-size: 10px !important;
    font-weight: 400;
    line-height: 0.85;
    margin-bottom: 1px;
  }
}

#banner_nov_homepage .stamp p.stampa-text.line1 {
  font-family: "SimplerPro_BEZEQ_HEBREW2-Bold";
  font-size: 20px !important;
  line-height: 1;
  font-weight: 700 !important;
}

@media (max-width: 1599.9px) {
  #banner_nov_homepage .stamp p.stampa-text.line1 {
    font-size: 18px !important;
    line-height: 0.9;
    margin-bottom: 1px;
    font-weight: 700;
  }
}

@media (max-width: 1199.9px) {
  #banner_nov_homepage .stamp p.stampa-text.line1 {
    font-size: 18px !important;
    line-height: 0.9;
    margin-bottom: 1px;
    font-weight: 700;
  }
}

@media (max-width: 991px) {
  #banner_nov_homepage .stamp p.stampa-text.line1 {
    font-size: 14px !important;
    line-height: 0.9;
    margin-bottom: 1px;
    font-weight: 700;
  }
}

@media (max-width: 767.9px) {
  #banner_nov_homepage .stamp p.stampa-text.line1 {
    font-size: 12px !important;
    line-height: 0.9;
    margin-bottom: 1px;
    font-weight: 700;
  }
}
/* Stamp END */
/* Banner banner_nov_homepage END */


#bnhp_sub_header {
  top: 27px !important;
}





#bnhp_breadcrumbs {
  padding-right: 6px !important;

  @media(max-width: 1920px) {
    padding-right: 1px !important;
  }

  @media(max-width: 1600px) {
    padding-right: 0px !important;
  }

  @media(max-width: 991.9px) {
    padding-right: 37px !important;
  }
}