/*! Theme Name: oribsn Author: Ori Ben-Simon Author URI: oribsn.dev Description: Ori Ben-Simon Version: 1.0.0 Text Domain: oribsn */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
 html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     margin: 0;
     padding: 0;
     border: 0;
     font-size: 100%;
     font: inherit;
     vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
     display: block;
}
 body {
     line-height: 1;
}
 ol, ul {
     list-style: none;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 *{
    outline: none !important;
}
 .right{
    float:right;
     display:inline-block;
}
 .left{
    float:left;
     display:inline-block;
}
 .clearfix{
    overflow: hidden;
}
 .clearfix:after, .clearfix:before{
    content: "";
    display: table;
}
 .clearfix:after{
    clear:both;
}
 .both{
    clear:both;
     width:0;
     height:0;
     overflow:hidden;
     display:block
}
 .ease,.ease > a, .ease > a:before,.ease:before,.ease > a:after,.ease:after{
    -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}
 .ease2,.ease2 > a, .ease2 > a:before,.ease2:before,.ease2 > a:after,.ease2:after{
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .shadow{
    box-shadow: 0 0.1rem 0.4rem rgba(0,0,0,.35);
}
 .align_center{
    text-align: center;
}
 .align_right{
    text-align: right;
}
 .align_left{
    text-align: left;
}
 .inline{
    display: inline-block;
}
 .hide{
    display: none;
}
 .cover{
    background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
}
 .frow {
    display: flex;
     flex-direction: row;
}
 a {
    color: inherit;
     text-decoration: none;
}
 *{
    box-sizing: border-box;
}
 strong{
    font-weight: 700;
}
 .sec_bg {
    position: relative;
}
 .bg_im img, .bg_im video {
    display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     object-fit: cover;
     object-position: top left;
     z-index: 1;
}
 .bg_im video {
    object-position: top right;
}
 .sec_bg > .wrap {
    position: relative;
     z-index: 2;
}
 .noscroll {
    overflow: hidden;
}
 ::-webkit-scrollbar {
    display: none;
}
 * {
    -ms-overflow-style: none;
     scrollbar-width: none;
}
 body {
    font-family: "Montserrat", sans-serif;
     font-optical-sizing: auto;
     color: #000000;
     color: color(display-p3 0.00 0.00 0.00);
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-size: 1.145833333333333vw;
}
 .wrap {
    margin: 0 auto;
}
 button {
    cursor: pointer;
}
 .head_logo {
    position: absolute;
     top: 5.260416666666667vw;
     left: 6.145833333333333vw;
     z-index: 12;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .head_logo a {
    display: block;
     width: 100%;
     height: 100%;
}
 .head_logo img {
    display: block;
     width: 15.572916666666667vw;
     height: auto;
     object-fit: contain;
     object-position: center center;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .header {
    position: absolute;
     z-index: 10;
     width: 100%;
     height: 9.53125vw;
     top: 0;
     left: 0;
}
 .head_in {
    position: absolute;
     width: 100%;
     text-align: center;
     z-index: 10;
     width: 100%;
     top: 0;
     left: 0;
}
 .head_sticky {
    position: fixed;
     text-align: center;
     z-index: 10;
     width: 100%;
     height: 5vw;
     top: -5.6vw;
     left: 0;
     background-color: #000000;
     background-color: color(display-p3 0.00 0.00 0.00);
     box-shadow: 0 0.2vw 0.4vw rgb(0, 0, 0, 0.16);
     -webkit-transition: top .3s ease-in-out;
     -moz-transition: top .3s ease-in-out;
     transition: top .3s ease-in-out;
}
 .scrolled .head_sticky {
    top: 0;
}
 .head_sticky .head_logo {
    top: 1.3vw;
     left: 1.6vw;
}
 .head_sticky .head_logo img {
    width: 13vw;
}
 .head_menu_wrap {
    position: absolute;
     top: 5.364583333333333vw;
     right: 4.6875vw;
     display: inline-block;
     z-index: 2;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .head_sticky .head_menu_wrap {
    top: 0;
     padding-top: 1.2vw;
}
 .head_sticky .head_link {
    top: 2vw;
}
 .mitem {
    position: relative;
     padding: 0 1.25vw;
}
 .mitem:after {
    content: "";
     display: block;
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     background-color: #ffffff;
     background-color: color(display-p3 1.00 1.00 1.00);
     width: 1px;
     height: 1.041666666666667vw;
}
 .mitem:first-child {
    padding-left: 0;
}
 .mitem:last-child, .mitem.contact_bt {
    padding-right: 0;
}
 .mitem:last-child:after, .mitem.contact_bt:after {
    display: none;
}
 .mitem > a {
    display: block;
     position: relative;
     font-family: "Martel", serif;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
     font-size: 1.041666666666667vw;
     line-height: 2.7;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .mitem > a:hover, .mitem.current > a {
    color: #E50050;
    color: color(display-p3 0.90 0.00 0.31);
}
 .linkedin > a {
    display: block;
     width: 1.5625vw;
     height: 1.5625vw;
     background-image: url('assets/img/svg/linkedin.svg');
     background-size: contain;
     background-position: center center;
     background-repeat: no-repeat;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .mitem.linkedin {
    padding-top: 0.52vw;
}
 .linkedin > a:hover {
    background-image: url('assets/img/svg/linkedin_pink.svg');
}
 .top {
    height: 100vh;
     min-height: 640px;
     max-height: 1080px;
}
 .main_title {
    font-family: "Martel", serif;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
     font-size: 3.125vw;
     font-weight: 400;
     line-height: 1.3;
}
 h2 {
    font-family: "Martel", serif;
     font-size: 2.604166666666667vw;
}
 .top_tx {
    color: #ffffff;
    color: color(display-p3 1.00 1.00 1.00);
     font-size: 1.354166666666667vw;
     margin-top: 1.2vw;
}
 .s_bt {
    display: inline-block;
}
 .s_bt > a, .s_bt button, .s_bt > span {
    -webkit-appearance: none;
     appearance: none;
     padding: 0;
     background-color: transparent;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
     background-color: #E50050;
     background-color: color(display-p3 0.90 0.00 0.31);
     border: none;
     cursor: pointer;
     display: block;
     font-family: inherit;
     width: 10.260416666666667vw;
     height: 3.541666666666667vw;
     line-height: 3.541666666666667vw;
     border-radius: 3.541666666666667vw;
     font-size: 1.354166666666667vw;
     font-weight: 500;
     text-align: center;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .s_bt > a:hover, .s_bt button:hover {
    background-color: #B60040;
    background-color: color(display-p3 0.71 0.00 0.25);
}
 .news_item_bt > span {
    width: 6.822916666666666vw;
     height: 2.395833333333333vw;
     line-height: 2.395833333333333vw;
     border-radius: 2.395833333333333vw;
     font-size: 0.885416666666667vw;
}
 .top_bt {
    margin-top: 2vw;
}
 .top_slider {
    position: relative;
     z-index: 3;
}
 .top_slide .wrap {
    padding-top: 23.489583333333333vw;
     max-width: 73.958333333333333vw;
}
 .top_slider, .top_slide, .top_slide .wrap {
    height: 100vh;
    min-height: 640px;
    max-height: 1080px;
}
 .slick-dotted.slick-slider {
    margin: 0;
}
 .slick-dots {
    display: flex;
     justify-content: center;
     margin: 0;
     bottom: 2.1875vw;
}
 .slick-dots li {
    width: 0.78125vw;
     height: 0.78125vw;
     margin: 0 0.3vw;
}
 .slick-dots li button {
    display: block;
     padding: 0;
     width: 0.78125vw;
     height: 0.78125vw;
     border-radius: 50%;
     background-color: #ffffff;
     background-color: color(display-p3 1.00 1.00 1.00);
}
 .slick-dots li.slick-active button {
    background-color: #E50050;
    background-color: color(display-p3 0.90 0.00 0.31);
}
 .slick-dots li button:before {
    display: none;
}
 .need {
    background-color: #ffffff;
    background-color: color(display-p3 1.00 1.00 1.00);
     /*padding: 6.875vw 0 7.916666666666666vw;*/
     padding: 5vw 0;
}
 .need_title {
    text-align: center;
}
 .need .wrap {
    max-width: 73.958333333333333vw;
}
 .need_in {
    display: flex;
     margin-top: 3.645833333333334vw;
}
 .need_left {
    width: 46.5625vw;
}
 .need_right_wrap {
    width: 24.0625vw;
     margin-left: 3.125vw;
}
 .need_left_in {
    display: flex;
     position: relative;
     height: 42.604166666666667vw;
     background-color: #333333;
     background-color: color(display-p3 0.20 0.20 0.20);
     border-radius: 1.041666666666667vw;
     padding: 2.8125vw 3.541666666666667vw 0 2.395833333333333vw;
}
 .need_left_in:after {
    content: "";
     display: block;
     position: absolute;
     top: 4.479166666666667vw;
     right: -1.53vw;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 1.1vw 0 1.1vw 1.5625vw;
     border-color: transparent transparent transparent #E50050;
     border-color: transparent transparent transparent color(display-p3 0.90 0.00 0.31);
}
 .need_left_1, .need_left_2 {
    text-align: center;
}
 .need_left_1 {
    position: relative;
     width: 19.114583333333333vw;
     height: 42.604166666666667vw;
}
 .need_left_1:after {
    content: "";
     display: block;
     position: absolute;
     top: 0;
     right: -1.614583333333333vw;
     width: 1px;
     height: 9.010416666666667vw;
     background-color: rgba(255, 255, 255, 0.5);
}
 .need_left_2 {
    width: 16.5625vw;
     margin-left: 4.739583333333333vw;
}
 .need_left_title {
    font-size: 3.333333333333333vw;
     color: #E50050;
     color: color(display-p3 0.90 0.00 0.31);
     font-weight: 600;
}
 .need_left_tx {
    color: #ffffff;
    color: color(display-p3 1.00 1.00 1.00);
     line-height: 1.363636363636364;
     margin-top: 1vw;
}
 .need_left_im {
    position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
}
 .need_left_im img {
    display: block;
     width: 28.5765625vw;
     height: auto;
}
 .need_left_note {
    text-align: center;
     color: #949494;
     color: color(display-p3 0.58 0.58 0.58);
     font-size: 0.833333333333333vw;
     line-height: 1.25;
     margin-top: 1.041666666666667vw;
}
 .need_right_top {
    text-align: center;
     background-color: #333333;
     background-color: color(display-p3 0.20 0.20 0.20);
     border-radius: 1.041666666666667vw;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
     line-height: 1.363636363636364;
     padding: 2.6vw 2.395833333333333vw 2.75vw 2.708333333333333vw;
}
 .need_right_bottom {
    background-color: #E50050;
    background-color: color(display-p3 0.90 0.00 0.31);
     border-radius: 1.041666666666667vw;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
     padding: 2.439583333333333vw 2.395833333333333vw 2vw 2.916666666666667vw;
     margin-top: 2.708333333333333vw;
}
 .need_right_bottom_title {
    text-align: center;
     font-size: 1.458333333333333vw;
     line-height: 1.285714285714286;
     font-weight: 600;
}
 .need_right_bottom_tx {
    line-height: 1.363636363636364;
}
 .need_right_bottom_tx p {
    margin-top: 2.083333333333333vw;
}
 .need_right_bottom_tx strong {
    font-weight: 600;
}
 .solution {
    /*padding: 8.645833333333333vw 0 4.270833333333333vw;*/
    padding: 5vw 0;
     background-image: url('assets/img/svg/solution_bg.svg');
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
}
 .solution_title {
    text-align: center;
}
 .solution_in {
    display: flex;
     margin-top: 3.541666666666667vw;
}
 .solution .wrap {
    max-width: 73.958333333333333vw;
}
 .solution_left {
    width: 34.114583333333333vw;
}
 .solution_right {
    width: 37.03125vw;
     margin-left: 2.916666666666667vw;
}
 .solution_subtitle {
    font-size: 1.354166666666667vw;
     line-height: 1.384615384615385;
     font-weight: 600;
}
 .solution_tx {
    font-size: 1.145833333333333vw;
     line-height: 1.363636363636364;
     font-weight: 300;
     margin-top: 1.05vw;
}
 .solution_heart {
    display: flex;
     align-items: center;
     border-radius: 1.09375vw;
     background-color: #ffffff;
     background-color: color(display-p3 1.00 1.00 1.00);
     height: 8.697916666666666vw;
     padding: 0 2.083333333333333vw;
     margin-top: 1.5625vw;
}
 .solution_heart_im img {
    display: block;
     width: 6.614583333333333vw;
     height: auto;
}
 .solution_heart_title {
    font-size: 1.354166666666667vw;
     font-weight: 600;
     color: #E50050;
     color: color(display-p3 0.90 0.00 0.31);
     margin-left: 2vw;
}
 .vid_wrap {
    position: relative;
     width: 100%;
     height: 22.916666666666667vw;
     border-radius: 1.041666666666667vw;
     overflow: hidden;
}
 .vid_wrap .bg_im img {
    object-position: center center;
}
 .bt_vid {
    position: absolute;
     top: 0;
     left: 0;
     z-index: 2;
     width: 100%;
     height: 100%;
     background-image: url('assets/img/svg/play.svg');
     background-size: 5.520833333333333vw 5.520833333333333vw;
     background-position: center center;
     background-repeat: no-repeat;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .bt_vid:hover {
    background-image: url('assets/img/svg/play_h.svg');
}
 .solution_icons {
    display: flex;
     width: 53.90625vw;
     margin: 6.875vw auto 0;
     justify-content: space-between;
     text-align: center;
}
 .solution_icon_im {
    display: flex;
     height: 7.8125vw;
     justify-content: center;
     align-items: center;
}
 .solution_icon_im img {
    display: block;
     width: auto;
     height: 7.8125vw;
}
 .solution_icon_tx {
    font-size: 1.145833333333333vw;
     line-height: 1.090909090909091;
     font-weight: 500;
     margin-top: 1vw;
}
 .modal-video {
    background-color: rgba(0, 0, 0, 0.78);
}
 .modal-video-body {
    max-width: 80vw;
     padding: 0;
}
 .modal-video-inner {
    padding: 0;
}
 .modal-video-close-btn {
    cursor: pointer;
}
 .news {
    /*padding: 9.6875vw 0 11.041666666666667vw;*/
    padding: 5vw 0 8.041666666666667vw;
     background-color: #333333;
     background-color: color(display-p3 0.20 0.20 0.20);
}
 .news .wrap {
    max-width: 74.947916666666667vw;
}
 .news_title {
    text-align: center;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
}
 .news_items {
    margin: 3.645833333333334vw 0 0 !important;
}
 .news_items .slick-list {
    margin: 0 -0.442708333333333vw;
}
.news_items.overflow_visible .slick-list {
   overflow: visible;
}
 .news_item {
    padding: 0 0.442708333333333vw;
}
 .news_item_in {
    position: relative;
     width: 24.0625vw;
     border-radius: 1.041666666666667vw;
     overflow: hidden;
}
 .news_item_im {
    display: flex;
     height: 8.072916666666667vw;
     align-items: center;
     background-color: #ffffff;
     background-color: color(display-p3 1.00 1.00 1.00);
     padding-left: 2.395833333333333vw;
}
 .news_item_im img {
    display: block;
     width: 13.489583333333333vw;
     height: 2.28125vw;
     object-fit: contain;
     object-position: left center;
}
 .news_item_bottom {
    position: relative;
     background-color: #F2F2F2;
     background-color: color(display-p3 0.95 0.95 0.95);
     padding: 2.2vw 1.979166666666667vw 2.604166666666667vw 2.395833333333333vw;
     height: 21.458333333333333vw;
     margin-top: -1px;
}
 .news_item_date {
    font-family: "Martel", serif;
     font-size: 0.9375vw;
     line-height: 1.333333333333333;
     font-weight: 300;
}
 .news_item_title {
    font-family: "Martel", serif;
     font-size: 1.5625vw;
     line-height: 1.2;
     font-weight: 300;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 4;
     -webkit-box-orient: vertical;
     height: 7.5vw;
     margin-top: 0.625vw;
}
 .news_item_tx {
    font-size: 1.041666666666667vw;
     line-height: 1.2;
     margin-top: 1.1vw;
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     height: 2.5vw;
}
 .news_item_bt {
    margin-top: 1.3vw;
}
 .news_item_in:hover .s_bt span {
    background-color: #B60040;
    background-color: color(display-p3 0.71 0.00 0.25);
}
 .news_items .slick-dots {
    bottom: -4.583333333333333vw;
}
 .management {
    /*padding: 8.645833333333333vw 0 3.229166666666667vw;*/
    padding: 5vw 0 0;
     background-color: #E50050;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
}
 .management .wrap {
    max-width: 62.5vw;
}
 .members {
    display: flex;
     flex-wrap: wrap;
     justify-content: center;
     margin: 3.645833333333334vw 0 0;
}
 .member {
    width: 33.33333%;
     margin: 0 0 7vw;
}
 .member_bottom {
    position: relative;
     left: 50%;
     transform: translateX(-50%);
     margin-top: 1.145833333333333vw;
}
 .member_im {
    display: inline-block;
     position: relative;
     width: 14.010416666666667vw;
     height: 14.010416666666667vw;
     border-radius: 50%;
     overflow: hidden;
}
 .member_im img {
    display: block;
     position: relative;
     width: 14.010416666666667vw;
     height: 14.010416666666667vw;
     object-fit: contain;
     object-position: center;
     transform: scale(1);
     transition: 0.3s all ease;
}
 .member_in a:hover .member_im img {
    transform: scale(1.1);
}
 .member_name {
    font-weight: 600;
     font-size: 1.5625vw;
     line-height: 1.266666666666667;
}
 .member_position {
    font-size: 1.145833333333333vw;
     line-height: 1.363636363636364;
}
.management .member_position {
	min-height: 3.125vw;
}
 .member_tx, .member_linkedin {
    display: none;
}
.member_in > .linkedin > a {
	background-image: url('assets/img/svg/linkedin_white_n.svg');
}
.member_in > .linkedin {
	display: inline-block;
	position: absolute;
	bottom: -2.5vw;
	left: 50%;
    transform: translateX(-50%);
	transition: 0.3s all ease-in-out;
}
.member_in > .linkedin:hover {
	bottom: -2vw;
}
.member_in {position: relative;}

 .bod {
    padding: 6.25vw 0 4.375vw;
     background-image: url('assets/img/svg/bod_bg_n4.svg');
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
}
.bod .member_in > .linkedin > a {
	background-image: url('assets/img/svg/linkedin_black.svg');
}
 .bod .wrap {
    max-width: 82.5vw;
}
 .bod .member {
    width: 33%;
}
 .advisory {
    /*padding: 6.40625vw 0 1.666666666666667vw;*/
    padding: 5vw 0 0;
}
 .advisory .wrap {
    max-width: 64.947916666666667vw;
}
 .advisory .member_im {
    width: 10.416666666666667vw;
     height: 10.416666666666667vw;
}
 .advisory .member_im img {
    width: 10.416666666666667vw;
     height: 10.416666666666667vw;
}
 .footer {
    position: relative;
     background-color: #000000;
     background-color: color(display-p3 0.00 0.00 0.00);
     padding: 7.604166666666666vw 0 6.25vw;
}
 .ft_logo {
    position: absolute;
     top: 8.229166666666667vw;
     left: 13.020833333333333vw;
}
 .ft_logo img {
    display: block;
     width: 11.458333333333333vw;
     height: auto;
}
 .ft_menu .frow {
    justify-content: center;
}
 .ftmitem {
    position: relative;
     padding: 0 0.833333333333333vw;
}
 .ftmitem:after {
    content: "";
     display: block;
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
     background-color: #949494;
     background-color: color(display-p3 0.58 0.58 0.58);
     width: 1px;
     height: 1.041666666666667vw;
}
 .ftmitem:first-child {
    padding-left: 0;
}
 .ftmitem:last-child, .ftmitem.contact_bt {
    padding-right: 0;
}
 .ftmitem:last-child:after, .ftmitem.contact_bt:after {
    display: none;
}
 .ftmitem > a {
    display: block;
     position: relative;
     font-family: "Martel", serif;
     color: #949494;
     color: color(display-p3 0.58 0.58 0.58);
     font-size: 1.041666666666667vw;
     line-height: 2.7;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .ftmitem > a:hover, .ftmitem.current > a {
    color: #E50050;
    color: color(display-p3 0.90 0.00 0.31);
}
 .ftmitem.linkedin {
    padding-top: 0.52vw;
}
 .ft_soc_wrap {
    display: flex;
     position: absolute;
     z-index: 3;
     top: 8.541666666666667vw;
     right: 13.020833333333333vw;
}
 .ft_soc_title {
    font-size: 0.9375vw;
     font-weight: 300;
     line-height: 1.5625vw;
     color: #949494;
     color: color(display-p3 0.58 0.58 0.58);
     margin-right: 0.729166666666667vw;
}
 .sep {
    padding: 0 0.46875vw;
}
 .ft_middle_bottom_row {
    display: flex;
     color: #949494;
     color: color(display-p3 0.58 0.58 0.58);
     justify-content: center;
     font-size: 0.9375vw;
     line-height: 1.666666666666667;
     font-weight: 300;
}
.ft_middle_bottom_row a {
   -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
.ft_middle_bottom_row a:hover {
   color: #E50050;
     color: color(display-p3 0.90 0.00 0.31);
}
 #JPO_member_popup {
    display: none;
     transform: scale(0.8);
}
 .popup_visible #JPO_member_popup {
    transform: scale(1);
}
 .jpo_in {
    position: relative;
     border-radius: 1.041666666666667vw;
     width: 35.625vw;
     padding: 3.974166666666667vw 3.75vw 2.7vw 3.666666666666666vw;
     background-color: #F2F2F2;
     background-color: color(display-p3 0.95 0.95 0.95);
}
 .jpo_top {
    display: flex;
     align-items: center;
}
 .jpo_im {
    width: 10.416666666666667vw;
     height: 10.416666666666667vw;
     border-radius: 50%;
     overflow: hidden;
     margin-right: 1.708333333333333vw;
}
 .jpo_im img {
    display: block;
     width: 10.416666666666667vw;
     height: 10.416666666666667vw;
}
 .jpo_name {
    font-family: "Montserrat", sans-serif;
     font-size: 1.5625vw;
     line-height: 1.266666666666667;
     color: #E50050;
     color: color(display-p3 0.90 0.00 0.31);
     font-weight: 600;
}
 .jpo_position {
    color: #E50050;
    color: color(display-p3 0.90 0.00 0.31);
     font-size: 1.145833333333333vw;
     line-height: 1.363636363636364;
}
 .jpo_tx {
    height: 14.104166666666667vw;
     overflow: auto;
     font-size: 1.145833333333333vw;
     line-height: 1.545454545454545;
     margin-top: 3.020833333333333vw;
}
 .jpo_close {
    position: absolute;
     width: 1.354166666666667vw;
     height: 1.354166666666667vw;
     top: 1.1vw;
     right: 1.1vw;
     background-image: url('assets/img/svg/close.svg');
     background-size: contain;
     background-position: center center;
     background-repeat: no-repeat;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .jpo_close:hover {
    background-image: url('assets/img/svg/close_pink_2.svg');
}
 .fmrow {
    display: flex;
     margin: 0 -0.520833333333333vw;
}
 .fhalf {
    width: 50%;
}
 .ffull {
    width: 100%;
}
 .finput {
    padding: 0 0.520833333333333vw;
     margin-bottom: 1.041666666666667vw;
}
 .finput input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .finput textarea {
    font-family: inherit;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: block;
     box-shadow: none;
     resize: none;
     height: 3.90625vw;
     border: none;
     border-radius: 1.041666666666667vw;
     padding: 0 1.666666666666667vw;
     font-size: 1.041666666666667vw;
     font-weight: 300;
     cursor: pointer;
     width: 100%;
     color: #000000;
     color: color(display-p3 0.00 0.00 0.00);
     background-color: #F2F2F2;
     background-color: color(display-p3 0.95 0.95 0.95);
}
 .finput textarea {
    height: 7.708333333333334vw;
     padding-top: 1.4vw;
}
 .wpcf7-not-valid-tip {
    display: block !important;
     font-family: inherit;
     text-align: left;
     font-size: 0.9vw !important;
     margin-top: 0.5vw !important;
     margin-bottom: 1vw !important;
     color: #ffffff !important;
     color: color(display-p3 1.00 1.00 1.00);
}
 .ajax-loader {
    display: none !important;
}
 .wpcf7-spinner {
    position: absolute !important;
     margin: 0 auto !important;
     top: 50%;
     left: 50%;
     z-index: 2;
     transform: translate(-50%, -50%);
}
 .wpcf7 .s_bt {
    position: relative;
}
 .wpcf7-response-output {
    display: none !important;
}
 ::-webkit-input-placeholder {
    color: #000000;
    color: color(display-p3 0.00 0.00 0.00);
}
 ::-moz-placeholder {
    color: #000000;
    color: color(display-p3 0.00 0.00 0.00);
}
 :-ms-input-placeholder {
    color: #000000;
    color: color(display-p3 0.00 0.00 0.00);
}
 :-moz-placeholder {
    color: #000000;
    color: color(display-p3 0.00 0.00 0.00);
}
 .wpcf7 .s_bt {
    display: inline-block;
     width: auto;
     margin-top: 1.411458333333333vw;
     margin-bottom: 0;
}
 .fmrow.last {
    text-align: center;
     justify-content: center;
}
 #JPO_contact_popup {
    display: none;
     transform: scale(0.8);
}
 .popup_visible #JPO_contact_popup {
    transform: scale(1);
}
 #JPO_contact_popup .jpo_in {
    position: relative;
     border-radius: 1.041666666666667vw;
     width: 73.854166666666667vw;
     padding: 7.8125vw 0 6.25vw;
     background-color: #333333;
     background-color: color(display-p3 0.20 0.20 0.20);
}
 #JPO_contact_popup .jpo_close {
    background-image: url('assets/img/svg/close_white.svg');
     top: 2.447916666666667vw;
     right: 2.447916666666667vw;
}
 #JPO_contact_popup .jpo_close:hover {
    background-image: url('assets/img/svg/close_pink.svg');
}
 .jpo_title_contact {
    text-align: center;
     color: #ffffff;
     color: color(display-p3 1.00 1.00 1.00);
}
 .jpo_form {
    max-width: 52.291666666666667vw;
     margin: 3.645833333333334vw auto 0;
}
 .s_bt button {
    width: 6.5625vw;
     height: 3.541666666666667vw;
     line-height: 3.541666666666667vw;
     border-radius: 3.541666666666667vw;
     font-size: 1.354166666666667vw;
}
 .thank_wrap .top {
    background-color: #333333;
    background-color: color(display-p3 0.20 0.20 0.20);
}
 .thank_wrap .top .wrap {
    padding-top: 23.489583333333333vw;
     max-width: 73.958333333333333vw;
}
 .thank_bt {
    margin-top: 3vw;
}
 .thank_bt > a {
    width: 14vw;
}
 .side_bt {
    position: fixed;
     z-index: 5;
     top: 29.0625vw;
     right: -3.385416666666666vw;
     transform: rotate(90deg);
}
 .side_bt > a {
    border-radius: 0 0 1.822916666666667vw 1.822916666666667vw;
     box-shadow: 0 0.2vw 0.4vw rgb(0, 0, 0, 0.16);
}
 .creds a {
    -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 .creds a:hover {
    color: #E50050;
    color: color(display-p3 0.90 0.00 0.31);
}
 .jpo_soc {
    position: absolute;
     z-index: 3;
     top: 8.197916666666666vw;
     right: 10.625vw;
}
 #page {
    overflow: hidden;
}
 .jpo_linkedin {
    margin-top: 1.2vw;
}
 .jpo_linkedin > a, .jpo_soc > a {
    width: 2.083333333333333vw;
     height: 2.083333333333333vw;
}

.advisory .member.item_7, .advisory .member.item_8 {
    width: 44%;
}

 .no_m {
    display: block !important;
}
 .m_only {
    display: none !important;
}
 .ft_soc_wrap.no_m {
    display: flex !important;
}
 @media only screen and (max-width: 1561px) and (max-height: 768px){
}
 @media only screen and (max-width: 1561px) {
}
 @media only screen and (max-width: 1141px) {
}
 @media only screen and (max-width: 1025px) {
}
@media only screen and (min-width: 769px) and (max-height: 991px) {
   .management {
      
   }
}
@media only screen and (min-width: 769px) and (max-height: 641px) {
   body {
       font-size: 0.9vw;
   }
   .need_left_in {
      height: 36vw;
   }
   .need_left_title {
      font-size: 2.5vw;
   }
   .need_left_im img {
      width: 22.576563vw;
   }
   .need_right_top {
      padding: 2vw 2.995833333333333vw 2.15vw 3.308333333333333vw;
   }
   .need_right_bottom_title {
      font-size: 1.2vw;
   }
}
 @media only screen and (max-width: 769px) {
     .no_m {
        display: none !important;
    }
     .m_only {
        display: block !important;
    }
     .ft_soc_wrap.no_m {
        display: none !important;
    }
     .ft_soc_wrap.m_only {
        display: inline-flex !important;
    }
     .head_logo {
        top: 10.2vw;
         left: 9.733333333333333vw;
    }
     .head_logo img, .head_sticky .head_logo img {
        width: 33.2vw;
    }
     .head_in, .head_logo {
        z-index: 10001;
    }
     .bt_menu {
        display: block;
         position: absolute;
         top: 9.5vw;
         right: 8.233333333333333vw;
         width: 9vw;
         height: 7.8vw;
         z-index: 10001;
         -webkit-transition: all .3s ease-in-out;
         -moz-transition: all .3s ease-in-out;
         transition: all .3s ease-in-out;
    }
     .bt_menu a {
        display: block;
         width: 100%;
         height: 100%;
    }
     .bt_menu span:first-child{
        top: 0;
    }
     .bt_menu span:nth-child(2){
        top: 2vw;
    }
     .bt_menu span:last-child{
        top: 4vw;
    }
     .bt_menu span {
        position: absolute;
         display: block;
         background-color: #ffffff;
         background-color: color(display-p3 1.00 1.00 1.00);
         width: 6vw;
         height: 4px;
         border-radius: 0;
         left: calc(50% + 1.5vw);
         margin-top: 1.5vw;
         margin-left: -50%;
         -webkit-transition: background-color 0.5s linear, top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
         -webkit-transition: background-color 0.5s linear, top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
         -o-transition: background-color 0.5s linear, top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
         transition: background-color 0.5s linear, top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
         transition: background-color 0.5s linear, top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s, -webkit-transform .2s 0s;
    }
     body.mopen {
        overflow: hidden;
    }
     body.mopen .bt_menu span:first-child{
        -webkit-transform: rotate(45deg);
         -ms-transform: rotate(45deg);
         transform: rotate(45deg);
    }
     body.mopen .bt_menu span:last-child {
        -webkit-transform: rotate(-45deg);
         -ms-transform: rotate(-45deg);
         transform: rotate(-45deg);
    }
     body.mopen .bt_menu span:first-child, body.mopen .bt_menu span:last-child {
        top: 2vw;
         margin-left: -50%;
    }
     body.mopen .bt_menu span:nth-child(2) {
        opacity: 0;
    }
     body.mopen .bt_menu span {
        -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
         transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
         -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
         transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
         transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s, -webkit-transform .2s .25s;
    }
     .head_menu_wrap {
        display: none;
         position: fixed;
         flex-direction: column;
         justify-content: center;
         visibility: hidden;
         opacity: 0;
         text-align: center;
         width: 100vw;
         height: 100vh;
         top: 0;
         left: 0;
         z-index: 10000;
         background-color: #000000;
         background-color: color(display-p3 0.00 0.00 0.00);
         -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
    }
     body.mopen .head_menu_wrap {
        visibility: visible;
         opacity: 1;
    }
     .main_menu {
        width: 100%;
         height: 100%;
    }
     .main_menu .frow {
        flex-direction: column;
         justify-content: center;
         height: 100%;
    }
     .main_menu .mitem > a {
        font-size: 7.2vw;
         line-height: 2;
         width: auto !important;
    }
     .mitem {
        padding: 0;
    }
     .head_sticky {
        height: 13vw;
         top: -13.6vw;
         box-shadow: 0 0.6vw 1.2vw rgb(0, 0, 0, 0.16);
    }
     .scrolled .head_sticky {
        top: 0;
    }
     .head_sticky .head_logo {
        top: 2.9vw;
         left: 3.733333vw;
    }
     .head_sticky .head_menu_wrap {
        padding-top: 0;
    }
     .head_sticky .bt_menu {
        top: 50%;
         transform: translateY(-50%);
         right: 3vw;
    }
     .mitem_in {
        display: none;
         visibility: visible;
         opacity: 1;
         position: static;
         width: auto !important;
         transform: none;
         text-align: center;
         padding: 0;
         background: none;
         transition: none;
    }
     .mitem_in a {
        font-size: 5.6vw;
         line-height: 1.5;
    }
     .header .mitem:after {
        display: none;
    }
     .mitem.linkedin {
        padding-top: 3vw;
    }
     .mitem.linkedin > a, .jpo_soc.linkedin > a {
        display: inline-block;
         width: 7vw !important;
         height: 7vw;
    }
     .top, .top_slider, .top_slide, .top_slide .wrap {
        height: 157vw;
    }
     .top_slide .wrap {
        padding-top: 41vw;
    }
     .wrap {
        max-width: 80.533333333333334vw !important;
    }
     .top_tx {
        font-size: 3.466666666666667vw;
         line-height: 1.2;
         margin-top: 3vw;
    }
     .s_bt > a, .s_bt button, .s_bt > span {
        width: 26.266666666666667vw;
         height: 9.066666666666667vw;
         line-height: 9.066666666666667vw;
         border-radius: 9.066666666666667vw;
         font-size: 3.466666666666667vw;
    }
     .main_title {
        font-size: 6vw;
    }
     .top_bt {
        margin-top: 6vw;
    }
     .need {
        padding: 11vw 0;
    }
     h2 {
        font-size: 6vw;
         line-height: 1.2;
    }
     .need_in {
        display: block;
         margin-top: 6vw;
    }
     .need_left {
        width: 100%;
    }
     .need_left_in {
        height: 100vw;
         border-radius: 2.666666666666667vw;
         padding: 6vw 6vw 0;
    }
     .need_left_in:after {
        display: none;
    }
     .need_left_title {
        font-size: 6vw;
    }
     .need_left_tx {
        font-size: 2.933333333333333vw;
    }
     .need_left_tx br {
        display: none;
    }
     .need_left_1, .need_left_2 {
        width: 50%;
         height: unset;
    }
     .need_left_1:after {
        right: -5vw;
         height: 29vw;
    }
     .need_left_im img {
        width: 60.576563vw;
    }
     .need_left_note {
        font-size: 2.133333333333333vw;
         margin-top: 2.6vw;
    }
     .need_right_wrap {
        width: 100%;
         margin-top: 6vw;
         margin-left: 0;
    }
     .need_right_top, .need_right_bottom {
        font-size: 2.933333333333333vw;
         border-radius: 2.666666666666667vw;
         padding: 4vw;
    }
     .need_right_bottom_title {
        font-size: 3.733333333333334vw;
         text-align: left;
    }
     .need_right_bottom_title br {
        display: none;
    }
     .need_right_bottom {
        margin-top: 4vw;
    }
     .need_right_bottom_tx br {
        display: none;
    }
     .need_right_bottom_tx p {
        margin-top: 4vw;
    }
     .slick-dots li {
        width: 2.4vw;
         height: 2.4vw;
         margin: 0 1vw;
    }
     .slick-dots li button {
        width: 2.4vw;
         height: 2.4vw;
    }
     .slick-dots {
        bottom: 8vw;
    }
     .solution {
        padding: 11vw 0 5vw;
    }
     .solution_in {
        display: block;
         margin-top: 8vw;
    }
     .solution_left {
        width: 100%;
    }
     .solution_subtitle {
        font-size: 3.466666666666667vw;
    }
     .solution_subtitle br {
        display: none;
    }
     .solution_tx {
        font-size: 2.933333333333333vw;
         margin-top: 3vw;
    }
     .solution_tx br {
        display: none;
    }
     .solution_heart {
        border-radius: 2.666666666666667vw;
         height: 22.266666666666667vw;
         padding: 0 5.2vw;
         margin-top: 6vw;
    }
     .solution_heart_im img {
        width: 16.933333333333333vw;
    }
     .solution_heart_title {
        font-size: 3.466666666666667vw;
         margin-left: 5.2vw;
    }
     .solution_right {
        width: 100%;
         margin-top: 6vw;
         margin-left: 0;
    }
     .vid_wrap {
        height: 58.666666666666667vw;
         border-radius: 2.666666666666667vw;
    }
     .bt_vid {
        background-size: 14.133333333333333vw 14.133333333333333vw;
    }
     .solution_icons {
        flex-wrap: wrap;
         width: 100%;
         margin-top: 8vw;
    }
     .solution_icon {
        width: 50%;
         margin-bottom: 6vw;
    }
     .solution_icon_im, .solution_icon_im img {
        height: 20vw;
    }
     .solution_icon_tx {
        font-size: 2.933333333333333vw;
         margin-top: 2.4vw;
    }
     .news_items {
        margin-top: 9vw !important;
    }
     .news_item_in {
        width: 61.6vw;
         border-radius: 2.666666666666667vw;
         margin: 0 auto;
    }
     .news_item_im img {
        width: 34.533333333333333vw;
         height: 6.4vw;
    }
     .news_item_im {
        height: 20.666666666666667vw;
         padding-left: 6vw;
    }
     .news_item_bottom {
        padding: 6vw 5.2vw;
         height: 54.8vw;
    }
     .news_item_date {
        font-size: 2.4vw;
    }
     .news_item_title {
        font-size: 4vw;
         height: 19.2vw;
         margin-top: 2vw;
    }
     .news_item_tx {
        font-size: 2.666666666666667vw;
         margin-top: 2.4vw;
         height: 6.4vw;
    }
     .news_item_bt > span {
        width: 17.466666666666667vw;
         height: 6.133333333333333vw;
         line-height: 6.133333333333333vw;
         border-radius: 6.133333333333333vw;
         font-size: 2.266666666666667vw;
    }
     .news_item_bt {
        margin-top: 3.4vw;
    }
     .news {
        padding: 11vw 0 20vw;
    }
     .news_items .slick-dots {
        bottom: -9vw;
    }
     .management, .bod, .advisory {
        padding: 11vw 0 5vw;
    }
     .management .wrap, .bod .wrap, .advisory .wrap {
        max-width: 90vw !important;
    }
     .member {
        width: 50% !important;
         margin: 0 0 17vw !important;
    }
     .member_im, .member_im img, .advisory .member_im, .advisory .member_im img {
        width: 24vw;
         height: 24vw;
    }
     .members {
        margin-top: 8vw;
    }
     .member_name {
        font-size: 3.6vw;
    }
     .member_position {
        font-size: 2.933333333333333vw;
    }
     .jpo_in {
        width: 90vw;
         padding: 8vw 7.2vw;
         border-radius: 2.666666666666667vw;
    }
     .jpo_im {
        margin-right: 4vw;
    }
     .jpo_im, .jpo_im img {
        width: 24vw;
         height: 24vw;
    }
     .jpo_content {
        margin-left: 4.4vw;
         width: 46vw;
    }
     .jpo_name {
        font-size: 4vw;
    }
     .jpo_position {
        font-size: 2.933333333333333vw;
    }
     .jpo_tx {
        font-size: 2.933333333333333vw;
         height: 38vw;
         margin-top: 6vw;
    }
     .jpo_close {
        top: 4vw;
         right: 4vw;
         width: 3.466666666666667vw;
         height: 3.466666666666667vw;
    }
     .member_bottom {
        position: static;
         width: unset;
         transform: none;
    }
     .member_position br {
        display: none;
    }
     .footer {
        text-align: center;
         padding: 8vw 0;
    }
     .ft_logo {
        display: inline-block;
         position: static;
    }
     .ft_logo img {
        width: 24vw;
    }
     .ft_menu .frow {
        flex-wrap: wrap;
    }
     .ftmitem {
        padding: 0 2.6vw;
         margin-bottom: 0.5vw;
    }
     .ftmitem > a {
        font-size: 2.6vw;
         line-height: 1.8;
    }
     .ftmitem:after {
        height: 2.4vw;
    }
     .ft_middle {
        max-width: 60vw;
         margin: 6vw auto 0;
    }
     .mitem_189:after {
        display: none;
    }
     .ftmitem.linkedin {
        padding-top: 0;
    }
     .ftmitem.linkedin > a, .ft_soc .linkedin > a, .jpo_linkedin > a {
        width: 4vw !important;
         height: 4vw;
    }
     .ft_middle_bottom {
        margin-top: 4vw;
    }
     .ft_soc_wrap {
        position: static;
    }
     .ft_soc_title {
        font-size: 2.6vw;
         font-weight: 400;
         line-height: 4vw;
         margin-right: 2vw;
    }
     .ft_middle_bottom_row {
        display: block;
         font-size: 2.6vw;
         font-weight: 400;
         margin-top: 4vw;
    }
     .sep {
        display: none;
    }
     .side_bt {
        top: 72vw;
         right: -9.065420560747664vw;
    }
     .side_bt > a {
        border-radius: 0 0 4.9333333333333337vw 4.933333333333333vw;
         box-shadow: 0 0.6vw 1.2vw rgb(0, 0, 0, 0.16);
    }
     #JPO_contact_popup .jpo_in {
        border-radius: 2.666666666666667vw;
         width: 90vw;
         padding: 14vw 0 8vw;
    }
     .fmrow {
        display: block;
    }
     .finput {
        margin-bottom: 2.666666666666667vw;
    }
     .fhalf {
        width: 100%;
    }
     .jpo_form {
        max-width: 72vw;
         margin-top: 8vw;
    }
     .finput input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]), .finput textarea {
        height: 10vw;
         border-radius: 2.666666666666667vw;
         padding: 0 4.4vw;
         font-size: 2.666666666666667vw;
         font-weight: 400;
    }
     .finput textarea {
        height: 24vw;
         padding-top: 3vw;
    }
     .s_bt button {
        width: 16.8vw;
    }
     .wpcf7 .s_bt {
        margin-top: 3vw;
    }
     .wpcf7-not-valid-tip {
        font-size: 3vw !important;
         margin-top: 2vw !important;
         margin-bottom: 4vw !important;
    }
     #JPO_contact_popup .jpo_close {
        top: 5vw;
         right: 5vw;
    }
     .thank_wrap .top .wrap {
        padding-top: 41vw;
    }
     .thank_bt {
        margin-top: 8vw;
    }
     .thank_bt > a {
        width: 33vw;
    }
     .jpo_soc {
        top: 13.697917vw;
         right: 9vw;
    }
     .bg_im video {
        width: 102%;
    }
     .top:before {
        content: "";
         display: block;
         position: absolute;
         z-index: 2;
         width: 100%;
         height: 25vw;
         top: 0;
         left: 0;
         background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
	 .top .bg_im img {object-position: top right;}
	 .linkedin > a {width: 5vw; height: 5vw;}
	 .member_in > .linkedin {bottom: -8vw;}
	 .member_in > .linkedin:hover {bottom: -8vw;}
}
 @media only screen and (max-width: 577px) {
     .bt_menu span {
        height: 3px;
    }
}
 @media only screen and (max-width: 376px) {
}
 @media only screen and (max-width: 321px) {
}
 @media print{
}

/* מיכל הפופאפ */
.video_popup_container {
    display: none;
    width: 90%;
    max-width: 1000px;
    background: transparent; /* שקוף כי הוידאו והכפתור מעוצבים */
}

.video_popup_content {
    position: relative;
    padding-top: 56.25%; /* שומר על יחס 16:9 */
}

/* כפתור הסגירה */
.video_popup_close_btn {
    position: absolute;
    top: -45px; /* ממוקם מעל הוידאו */
    right: 0;
    width: 35px;
    height: 35px;
    background: #E50050; /* שימוש בצבע הורוד מהאתר שלך */
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    transition: transform 0.3s ease, background 0.3s ease;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video_popup_close_btn:hover {
    background: #B60040; /* צבע הובר מהאתר */
    transform: rotate(90deg); /* אפקט סיבוב נחמד */
}

.video_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border-radius: 8px;
    overflow: hidden;
}

.video_container video {
    width: 100%;
    height: 100%;
}

/* התאמה לנייד */
@media (max-width: 768px) {
    .video_popup_close_btn {
        top: -40px;
        right: 10px;
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}