﻿p:last-child {
  margin-bottom: 0;
}

/*FONTS*/
@font-face {
  font-family: "TelAviv-ModernistRegular";
  src: url("../../fonts/TelAviv-ModernistRegular.eot");
  src: url("../../fonts/TelAviv-ModernistRegular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TelAviv-ModernistBold";
  src: url("../../fonts/Rubik-Bold.eot");
  src: url("../../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TelAvivMuseum0.1b-Bold";
  src: url("../../fonts/TelAvivMuseum0.1b-Bold.eot");
  src: url("../../fonts/TelAvivMuseum0.1b-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TelAvivMuseum0.1b-Medium";
  src: url("../../fonts/TelAvivMuseum0.1b-Medium.eot");
  src: url("../../fonts/TelAvivMuseum0.1b-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TelAvivMuseum0.1b-Regular";
  src: url("../../fonts/TelAvivMuseum0.1b-Regular.eot");
  src: url("../../fonts/TelAvivMuseum0.1b-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Heebo";
  src: url("../../fonts/heebo-hebrew-400-normal.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/heebo-hebrew-500-normal.woff2") format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/heebo-hebrew-600-normal.woff2") format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/heebo-hebrew-700-normal.woff2") format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../../fonts/heebo-hebrew-800-normal.woff2") format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/heebo-latin-500-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* hebrew */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../../fonts/heebo-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
} /* latin */
@font-face {
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/heebo-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.skipMenu {
  z-index: -1;
}
@media (min-width: 768px) {
  .skipMenu {
    position: fixed;
    top: -1000px;
    width: 100%;
    z-index: 10000;
  }
}
.skipMenu a:focus {
  background: #fff;
  border-radius: 4px;
  border: 1.5px solid transparent;
  text-decoration: none;
  color: #000;
  position: fixed;
  top: 10px;
  width: 150px;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
  padding: 5px;
  right: 50%;
}

/*GENERAL*/
html,
body,
#wrapper,
#wrapper > .row {
  height: 100%;
}

html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Heebo", sans-serif;
}

* {
  box-sizing: border-box;
}

#vue-interview-questionary-component {
  height: 100%;
}

#wrapper > .row {
  flex-direction: column;
  flex-wrap: nowrap;
}

body a:focus-visible,
body input:focus-visible,
body textarea:focus-visible,
body select:focus-visible,
body button:focus-visible,
body .btn:focus-visible {
  outline: 1px solid #F2CC45;
  outline-offset: 2px;
}

input::-webkit-input-placeholder {
  color: #757575;
}

.location-picker button:focus-visible,
.location-picker a:focus-visible {
  outline: 1px solid #2c267a;
}
.location-picker .location-picker__close:focus-visible {
  outline: 1px solid #F2CC45;
}
.location-picker .custom-marker:focus-visible {
  outline: none;
}
.location-picker [role=button]:focus-visible {
  outline: 1px solid #2c267a;
}

.content {
  position: relative;
}

.content:has(> #vue-tour-hybrid-map-component) {
  width: 100% !important;
}
.content:has(> #vue-tour-hybrid-map-component) .large-route-map, .content:has(> #vue-tour-hybrid-map-component) .map {
  width: 100% !important;
  height: 100% !important;
}

.mosaic-item:focus-visible {
  outline: 2px solid #2C267A;
  outline-offset: 3px;
}

.btn {
  color: #2D3079;
  background: #F2CC45;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  width: 100%;
  font-size: 18px;
  line-height: 1.2222;
  padding: 11px 12px;
  text-decoration: none;
  border-radius: unset;
}

.btn-primery {
  background-color: #F2CC45;
  min-height: 60px;
  border-radius: 0px;
  box-shadow: none;
  color: #2C267A;
  font-weight: 500;
  font-size: 21px;
  font-family: "Heebo", sans-serif;
  padding: 18px 25px;
}
@media (min-width: 992px) {
  .btn-primery {
    min-height: 70px;
    font-size: 19px;
    font-weight: 800;
  }
}
.btn-primery:hover, .btn-primery:focus {
  background-color: #EBC312;
  color: inherit;
}

.btn-secondary {
  background: #1C613B;
  border: none;
  color: #ffffff;
}
@media (min-width: 992px) {
  .btn-secondary {
    min-width: 361px;
    width: auto;
    font-size: 17px;
    line-height: 0.739;
  }
}

a {
  color: #ffffff;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:active, a:focus {
  color: #2C267A;
  text-decoration: none;
}

.section-title {
  font-family: "TelAvivMuseum0.1b-Bold", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 60px;
  line-height: 0.83;
  color: #2C267A;
}
@media (min-width: 992px) {
  .section-title {
    font-size: 54px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 68px;
    line-height: 0.92;
  }
}
.section-title-white {
  color: #ffffff;
}
.section-title-green {
  color: #1C613B;
}
.section-title-blue {
  color: #2C267A;
}

p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}

.plyr > button {
  color: rgba(37, 37, 35, 0.67);
  background-color: rgba(255, 255, 255, 0.56);
  fill: green;
  min-width: 80px;
  height: 80px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .plyr > button {
    min-width: 125px;
    height: 125px;
  }
}
.plyr > button > svg {
  width: 33px;
  height: 42px;
}
@media (min-width: 992px) {
  .plyr > button > svg {
    width: 52px;
    height: 66px;
    margin-left: 10px;
  }
}

.btn-transparent {
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
  background: transparent;
  color: #FFDD46;
  border: 1px solid #FFDD46;
}
.btn-transparent:hover, .btn-transparent:focus {
  border: 1px solid #EBC312;
  color: #EBC312;
}
.btn-transparent-blue {
  color: #2C267A;
  border-color: #2C267A;
}
.btn-transparent-blue:hover, .btn-transparent-blue:focus {
  border: 1px solid #2C267A;
  color: #2C267A;
  opacity: 0.8;
}
.btn-transparent-green {
  border: 1px solid rgba(28, 97, 59, 0.35);
  color: #1C613B;
}
.btn-transparent-green:hover, .btn-transparent-green:focus {
  border: 1px solid #1C613B;
  color: #1C613B;
}

.event-btn,
.tag {
  min-width: 69px;
  min-height: 25px;
  background: #FFDD46;
  border-radius: 60px;
  padding: 2px 5px;
  border: none;
  font-size: 14px;
  line-height: 1.46875;
  color: #2C267A;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min-content;
}

.search-input-wrapper {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 992px) {
  .search-input-wrapper {
    width: auto;
  }
}

.search {
  border: none;
  background-image: url("../../images/ico-search-blue.svg");
  background-repeat: no-repeat;
  width: 32px;
  height: 28px;
  position: absolute;
  left: 10px;
  background-color: unset;
}

.clear {
  cursor: pointer;
  padding: 10px 20px;
  background: url("../../images/ico-close-small.svg") no-repeat 100% 87%;
  margin: 0;
  color: #757575;
  border: none;
  width: 30px;
  position: absolute;
  left: 30px;
}
@media (min-width: 992px) {
  .clear {
    width: auto;
  }
}

.search-input {
  background-color: rgba(217, 217, 217, 0.3);
  color: #000000;
  padding: 15px 12px;
  font-size: 17px;
  line-height: 24px;
  height: 60px;
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .search-input {
    width: auto;
  }
}

[dir=ltr] .section-title {
  line-height: 1.1;
}

.holder.rte-container.update-links {
  overflow: auto;
}
