<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">footer .sponsers {
    padding: 34px 0 29px 0;
    text-align: center;
    border-top: 1px solid #E6E6E6;
    display: flex;
    justify-content: center;
    box-shadow: 0 0 16px 0 rgba(64, 64, 64, 0.16);
    background-color: #fff;
}

footer .sponsers .sponsers-container {
    display: flex;
    align-items: center;
}

footer .sponsers .sponsers-container img,
footer .sponsers .sponsers-container a img {
    margin: 0px 40px;
    width: auto;
    max-height: 80px;
}

footer .bottom-footer {
  position: relative;
  background-color: #0243C9;
  color: #FCFCFC;
  padding: 44px 0 90px 0;
}

footer .bottom-footer .footer-item .title {
  font-family: 'OpenSansHebrew-Bold';
  margin-bottom: 24px;
}

footer .bottom-footer .footer-item ul li {
  list-style-type: none;
  text-align: right;
}

footer .bottom-footer .footer-item ul li a {
  color: #FCFCFC;
  font-size: 90%;
  line-height: 28px;
}

footer .bottom-footer .footer-item .footer-social {
  margin-bottom: 41px;
}

footer .bottom-footer .footer-item .footer-social a {
  margin-left: 20px;
}

footer .bottom-footer .footer-item .footer-sponsers {
  display: flex;
  align-items: center;
}

footer .bottom-footer .footer-item .footer-sponsers a:first-child {
  margin-left: 24px;
}

footer .bottom-footer .footer-item ul.mobile-social {
  display: none;
}

footer .bottom-footer .footer-credit a {
  color: #E6E6E6;
}

footer .bottom-footer .footer-credit {
  margin-top: 70px;
  font-size: 12px;
  direction: ltr;
  text-align: center;
}
#vbc {
    width: 24px;
    height: auto;
}

@media screen and (max-width: 991px) {
    footer .sponsers .sponsers-container img, footer .sponsers .sponsers-container a img {
        margin: 0px 10px;
        max-height: 25px;
        width: auto !important;
    }
    #vbc {
        width: 36px;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
  footer .sponsers {
    padding: 20px 0;
  }

  footer .sponsers .sponsers-container {
    width: 85%;
    display: flex;
    justify-content: space-between;
  }

  

  footer .bottom-footer {
    padding: 48px 0 57px 0;
  }

  footer .bottom-footer .footer-item {
    margin-bottom: 55px;
  }

  footer .bottom-footer .footer-credit {
    font-size: 14px;
    margin-top: 20px;
  }

  footer .bottom-footer .footer-item .footer-social,
  footer .bottom-footer .footer-item .footer-sponsers {
    display: none;
  }

  footer .bottom-footer .footer-item ul.mobile-social {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {
  footer .sponsers .sponsers-container img {
    margin-left: 60px;
  }
}



/*** IE HACK ***/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

}

footer .bottom-footer.beach-volleyball {
  background-color: #18A3BB;
}</pre></body></html>