/**
 * style-guide.less
 *//* Colors *//* Background colors *//* containers *//* Fonts *//* Assistant font*//* Extension to Bootstrap text alignment per size *//* Buttons *//* black to white btn effect *//* light-black to white btn effect *//* white to black btn effect*//*Carousel prev-next btns *//* Forms Elements *//* Wrappers *//* Footer */.white{color:#fff;}.dark{color:#141414;}.orange{color:#ff6662;}.theme-color{color:#cd9a81;}.font-grey{color:#dbdbdb;}.font-grey-dark{color:#6f6f6f;}.light-bg{background-color:#fff;}.dark-bg{background-color:#141414;}.black-bg{background-color:#000;}.hover-bg{background-color:#1b1b1b;}.g-container{margin:0 auto;padding:0 15px;}@media (min-width: 992px){.g-container{max-width:942px;}}@media (min-width: 1200px){.g-container{max-width:1140px;}}@media (min-width: 1440px){.g-container{max-width:1368px;}}@media (min-width: 1740px){.g-container{max-width:1653px;}}@media (min-width: 1840px){.g-container{max-width:1748px;}}@media (min-width: 2280px){.g-container{max-width:2200px;}}@font-face{font-family:'Assistant light';src:url('https://www.genesis.co.il/wp-content/themes/genesis/less/fonts/Assistant/static/Assistant-Light.ttf');font-style:normal;}@font-face{font-family:'Assistant Ex-light';src:url('https://www.genesis.co.il/wp-content/themes/genesis/less/fonts/Assistant/static/Assistant-ExtraLight.ttf');font-style:normal;}@font-face{font-family:'Assistant Medium';src:url('https://www.genesis.co.il/wp-content/themes/genesis/less/fonts/Assistant/static/Assistant-Medium.ttf');font-style:normal;}.font-light,.font-light p{font-family:'Assistant light', sans-serif;}.font-large,.font-large p{font-size:46px;line-height:58px;}@media (max-width: 992px){.font-large,.font-large p{font-size:24px;line-height:1.38;}}.heading-1{font-family:'Assistant light', sans-serif;font-weight:300;font-size:200px;line-height:200px;text-transform:uppercase;}@media (max-width: 992px){.heading-1{font-size:80px;line-height:130px;}}@media (max-width: 320px){.heading-1{font-size:70px;line-height:100px;}}.banner-heading{font-size:66px;}@media (max-width: 992px){.banner-heading{font-size:70px;}}.heading-2{font-family:'Assistant Medium', sans-serif;font-size:80px;line-height:109px;font-weight:normal;text-transform:uppercase;}h2{font-size:38px;line-height:52px;}@media (max-width: 992px){h2{font-size:28px;line-height:38px;}}.heading-3{font-family:'Assistant Medium', sans-serif;font-size:52px;line-height:71px;text-transform:uppercase;}.heading-4{font-family:'Assistant light', sans-serif;font-size:42px;line-height:57px;font-weight:300;text-transform:uppercase;}@media (max-width: 992px){.heading-4{font-size:28px;line-height:28px;}}@media (max-width: 320px){.heading-4{font-size:22px;line-height:28px;}}.heading-5{font-family:'Assistant Medium', sans-serif;font-size:18px;line-height:28px;font-weight:normal;letter-spacing:0;}h6,.heading-6{font-family:'Assistant Medium', sans-serif;font-size:20px;line-height:27px;font-weight:normal;letter-spacing:0;}.heading-7{font-family:'Assistant Medium', sans-serif;font-size:22px;line-height:30px;font-weight:normal;letter-spacing:0;}@media (max-width: 992px){.heading-7{font-size:20px;line-height:25px;}}.section{background-color:#141414;top:70px;}.section#first-section{padding:70px 0 40px 0;}@media (max-width: 992px){.section#first-section{padding:65px 0 0 0;}}@media (max-width: 992px){.section{padding:20px 0;}}.above-title{font-family:'Assistant Medium', sans-serif;font-size:20px;line-height:27px;}@media (max-width: 992px){.above-title{font-size:16px;line-height:22px;}}.below-title{font-family:'Assistant Medium', sans-serif;font-size:20px;line-height:27px;margin-top:-20px;}@media (max-width: 992px){.below-title{font-size:14px;line-height:19px;margin-top:-14px;}}.title{font-family:'Assistant Medium', sans-serif;font-size:42px;line-height:57px;}@media (max-width: 992px){.title{font-size:32px;line-height:43px;}}p{font-family:'Assistant Medium', sans-serif;font-size:18px;line-height:28px;text-align:right;}@media (max-width: 992px){p{font-size:16px;line-height:28px;}}.text-xs-left{text-align:left;}.text-xs-right{text-align:right;}.text-xs-center{text-align:center;}.text-xs-justify{text-align:justify;}@media (min-width: 768px){.text-sm-left{text-align:left;}.text-sm-right{text-align:right;}.text-sm-center{text-align:center;}.text-sm-justify{text-align:justify;}}@media (min-width: 992px){.text-md-left{text-align:left;}.text-md-right{text-align:right;}.text-md-center{text-align:center;}.text-md-justify{text-align:justify;}}@media (min-width: 1200px){.text-lg-left{text-align:left;}.text-lg-right{text-align:right;}.text-lg-center{text-align:center;}.text-lg-justify{text-align:justify;}}button{text-align:right;font:normal normal normal 20px/27px 'Assistant Medium', sans-serif;outline:none;border:none;}button:focus{outline:none;box-shadow:none;}@media (max-width: 992px){button{font-size:16px;line-height:22px;}}button.btn:focus{outline:none;box-shadow:none;}.btn-dark{text-align:center;height:56px;width:240px;background-color:#141414;opacity:1;color:#fff;border:none;}@media (max-width: 992px){.btn-dark{height:52px;}}.btn-dark:hover{background:#6f6f6f;opacity:1;}.btn-dark:disabled,.btn-dark [disabled]{background-color:rgba(111,111,111,0.5);cursor:not-allowed;}.btn-lightgrey{text-align:center;height:56px;width:240px;background-color:rgba(111,111,111,0.1);color:#141414;border:1px solid #6f6f6f;}.btn-lightgrey:hover{background-color:rgba(111,111,111,0.3);}.btn-lightgrey:disabled,.btn-lightgrey [disabled]{cursor:not-allowed;color:#141414;background-color:rgba(111,111,111,0.5);}.btn-grey{text-align:center;height:56px;width:240px;background-color:rgba(111,111,111,0.1);color:#fff;border:1px solid #6f6f6f;}.btn-grey:hover{background-color:rgba(111,111,111,0.3);}.btn-grey:disabled,.btn-grey [disabled]{cursor:not-allowed;background-color:rgba(111,111,111,0.5);}.btn-white{text-align:center;height:56px;width:240px;background-color:#fff;opacity:1;color:#141414;border:none;}.btn-white:hover{color:#fff;background:#141414;opacity:1;border:1px solid #dbdbdb;}.btn-white:disabled,.btn-white [disabled]{border:none;background-color:rgba(255,255,255,0.5);cursor:not-allowed;}.btn-stroke{padding-bottom:10px;color:#141414;border-top:none;border-right:none;border-left:none;text-decoration:none;background-color:transparent;border-bottom:1px solid #141414;}.btn-stroke:hover{color:#141414;padding-bottom:5px;text-decoration:none;}.btn-stroke:disabled,.btn-stroke [disabled]{opacity:50%;padding-bottom:10px;}.btn-stroke.white{color:#fff;border-color:#fff;}.btn-stroke.white:hover{color:#fff;}.read-more-black{font-family:'Assistant light', sans-serif;font-size:24px;line-height:27px;font-weight:normal;letter-spacing:0;width:100%;transition:all .3s;position:relative;overflow:hidden;z-index:1;}.read-more-black:hover:before{height:100%;}.read-more-black:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;z-index:-2;}.read-more-black:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#fff;border:1px solid #000;transition:all .3s;z-index:-1;}.read-more-light-black{font-family:'Assistant light', sans-serif;font-size:24px;line-height:27px;font-weight:normal;letter-spacing:0;width:100%;transition:all .3s;position:relative;overflow:hidden;z-index:1;}.read-more-light-black:hover:before{height:100%;}.read-more-light-black:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#222;color:#fff;z-index:-2;}.read-more-light-black:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#fff;border:1px solid #222;transition:all .3s;z-index:-1;}.read-more-white{font-family:'Assistant light', sans-serif;font-size:24px;line-height:27px;font-weight:normal;letter-spacing:0;width:100%;transition:all .3s;position:relative;overflow:hidden;z-index:1;}.read-more-white:hover:before{height:100%;}.read-more-white:after{content:'';position:absolute;bottom:0;left:0;width:100%;height:100%;background-color:#fff;color:#000;z-index:-2;}.read-more-white:before{content:'';position:absolute;bottom:0;left:0;width:100%;height:0;background-color:#262626;transition:all .3s;z-index:-1;}.close-btn{width:20px;height:20px;position:relative;margin:10px 0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;}.close-btn span{display:block;position:absolute;height:1px;width:100%;background-color:#dbdbdb;border-radius:9px;opacity:1;right:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out;}.close-btn span:nth-child(1){top:0;}.close-btn span:nth-child(2){top:9px;}.close-btn span:nth-child(3){top:18px;}.close-btn.open span:nth-child(1){top:9px;-webkit-transform:rotate(135deg);-moz-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg);}.close-btn.open span:nth-child(2){opacity:0;right:-60px;}.close-btn.open span:nth-child(3){top:9px;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg);}.carousel-control-prev{right:0;left:auto;}.carousel-control-next{left:0;right:auto;}.carousel-item-next.carousel-item-left,.carousel-item-prev.carousel-item-right{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.carousel-item-next:not(.carousel-item-left),.active.carousel-item-right{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}.carousel-control-prev-icon{background-image:url('/wp-content/themes/genesis/images/svg/prev-arrow.svg');width:27px;height:74px;}@media (max-width: 992px){.carousel-control-prev-icon{height:27px;}}.carousel-control-next-icon{background-image:url('/wp-content/themes/genesis/images/svg/next-arrow.svg');width:27px;height:74px;}@media (max-width: 992px){.carousel-control-next-icon{height:27px;}}.responsive .slick-dots,.gallery-section .slick-dots{bottom:-30px;}.responsive .slick-dots li,.gallery-section .slick-dots li{height:10px;width:10px;border-radius:10px;background-color:#6f6f6f;margin:0 10px;border:2px solid #6f6f6f;}.responsive .slick-dots li.slick-active,.gallery-section .slick-dots li.slick-active{border:2px solid white;border-radius:10px;background-color:black;}.responsive .slick-dots li button,.gallery-section .slick-dots li button{height:10px;width:10px;padding:0;}.responsive .slick-dots li button:before,.gallery-section .slick-dots li button:before{content:none;}[dir='rtl'] .slick-prev{right:15px;width:20px;height:auto;top:52%;z-index:1;}@media (max-width: 480px){[dir='rtl'] .slick-prev{right:0;width:12px;}}[dir='rtl'] .slick-prev:before{font-size:unset;content:"";background-image:url('/wp-content/themes/genesis/images/svg/prev-arrow.svg');opacity:1;background-size:contain;width:20px;height:60px;background-position:center;display:inline-block;background-repeat:no-repeat;}@media (max-width: 480px){[dir='rtl'] .slick-prev:before{height:26px;width:15px;}}[dir='rtl'] .slick-next{top:52%;left:15px;width:20px;height:auto;z-index:1;}@media (max-width: 480px){[dir='rtl'] .slick-next{left:0;width:12px;}}[dir='rtl'] .slick-next:before{font-size:unset;content:"";background-image:url('/wp-content/themes/genesis/images/svg/next-arrow.svg');opacity:1;background-size:contain;width:20px;height:60px;background-position:center;display:inline-block;background-repeat:no-repeat;}@media (max-width: 480px){[dir='rtl'] .slick-next:before{height:26px;width:15px;}}.checkbox-wrap{position:relative;/* Hide the browser's default checkbox */line-height:39px;/* Create a custom checkbox *//* On mouse-over, add a  background color */}.checkbox-wrap input{position:absolute;opacity:0;cursor:pointer;height:0;width:0;}.checkbox-wrap input:checked ~ .checkmark{background-color:#fff;border:2px solid #cd9a81;}.checkbox-wrap input:checked ~ .checkmark:after{display:block;}.checkbox-wrap .checkmark{position:absolute;top:0;right:0;height:39px;width:39px;background-color:#fff;border-radius:unset;border:solid 1px #141414;}.checkbox-wrap .checkmark:after{content:"";position:absolute;display:none;left:12px;top:5px;width:13px;height:22px;border:solid black;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.checkbox-wrap .white-checkbox input{width:39px;height:39px;border-color:#6f6f6f;border-radius:unset;}.checkbox-wrap.black-checkbox input{width:39px;height:39px;border-color:#dbdbdb;border-radius:unset;}.checkbox-wrap.black-checkbox input:checked ~ .checkmark{background-color:transparent;}.checkbox-wrap.black-checkbox .checkmark{background-color:#000;border:solid 1px #dbdbdb;}.checkbox-wrap.black-checkbox .checkmark:after{content:"";position:absolute;display:none;left:12px;top:5px;width:13px;height:22px;border:solid white;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);}.card{padding:38px;}footer{color:#fff;text-align:right;}footer ul{padding:0;list-style-type:none;}footer ul li{line-height:30px;min-height:30px;}footer a{color:#fff;}footer a:hover{color:#fff;text-decoration:none;}footer .legal-text-wrap{position:relative;display:flex;width:100%;flex-direction:row;justify-content:space-between;padding:35px 0;margin-top:40px;font-size:18px;}@media (max-width: 991px){footer .legal-text-wrap{flex-direction:column-reverse;text-align:center;font-size:14px;padding:0 20px;}}footer .legal-text-wrap:before{content:"";position:absolute;width:100vw;right:-50%;top:0;left:-48%;height:1px;margin:0 auto;background-color:#2b2b2b;}footer .legal-text-wrap .legal-text-row{display:flex;flex-direction:column;}footer .legal-text-wrap .legal-text-row .legal-text,footer .legal-text-wrap .legal-text-row .recaptcha-text{margin-bottom:10px;}footer .legal-text-wrap .legal-text-row .legal-text button,footer .legal-text-wrap .legal-text-row .recaptcha-text button{color:#fff;background:transparent;font-size:inherit;}footer .legal-text-wrap .legal-text-row .legal-text a,footer .legal-text-wrap .legal-text-row .recaptcha-text a{text-decoration:underline;}footer .legal-text-wrap .legal-text-row .copyright{display:flex;color:#6f6f6f;direction:ltr;align-self:flex-start;}footer .legal-text-wrap .footer-logo{display:flex;align-self:flex-start;width:115px;}@media (max-width: 991px){footer .legal-text-wrap .footer-logo{align-self:center;margin:30px 0;}}footer #legalTxtModal{font-size:16px;color:#222;}footer #legalTxtModal .modal-header{border-bottom:0;}footer #legalTxtModal .modal-header button{font-size:20px;color:#000;}footer #legalTxtModal .modal-body{padding-top:0;}footer #colmobilGrpModal .modal-header{border:none;padding:unset;}footer #colmobilGrpModal .modal-header .close{padding:unset;float:left;position:absolute;left:16px;top:25px;z-index:10;color:black;font-size:34px;font-weight:500;opacity:100%;}footer #colmobilGrpModal .modal-body{padding:unset;}footer #colmobilGrpModal .modal-body img{height:auto;max-width:100%;}footer .social-menu .social-link{width:inherit;height:inherit;}footer .social-menu .icon{display:inline-block;background-size:70% 70%;margin:0 20px 0 0;}footer .social-menu .icon.insta-icon{background-image:url('https://www.genesis.co.il/wp-content/themes/genesis/images/svg/new-instagram.svg');background-repeat:no-repeat;display:inline-block;background-size:70% 70%;background-position:center;width:40px;height:40px;}footer .social-menu .icon.youtube-icon{background-image:url('https://www.genesis.co.il/wp-content/themes/genesis/images/svg/youtube-new.svg');background-repeat:no-repeat;display:inline-block;background-size:70% 70%;background-position:center;width:40px;height:40px;}footer .social-menu .icon.facebook-icon{background-image:url('https://www.genesis.co.il/wp-content/themes/genesis/images/svg/facebook.svg');background-repeat:no-repeat;display:inline-block;background-size:70% 70%;background-position:center;width:40px;height:40px;}footer .social-menu .icon.wikipedia-icon{background-image:url('https://www.genesis.co.il/wp-content/themes/genesis/images/svg/wikipedia.svg');background-repeat:no-repeat;display:inline-block;background-size:70% 70%;background-position:center;width:40px;height:40px;}footer .social-menu .icon.linkdin-icon{background-image:url('https://www.genesis.co.il/wp-content/themes/genesis/images/svg/linkedin.svg');background-repeat:no-repeat;display:inline-block;background-size:70% 70%;background-position:center;width:40px;height:40px;}.rl-section-flex img{width:100%;}.rl-section-flex .rl-wrap{position:relative;}@media (max-width: 992px){.rl-section-flex .video-wrap{position:relative;}}.rl-section-flex .rl-content{position:absolute;bottom:0;left:0;right:0;}@media (max-width: 992px){.rl-section-flex .rl-content{position:static;}}@media (max-width: 992px){.rl-section-flex .rl-content .above-title{font-size:18px;}}@media (max-width: 992px){.rl-section-flex .read-more-black{height:52px;padding:10px 0;}}.rl-section-flex video{height:100%;object-fit:cover;}.rl-section-flex .video-controls{position:absolute;bottom:20px;right:0;left:0;z-index:1;}.rl-section-flex .video-controls .play-pause-video-btn .pause-video-icon{display:block;background-image:url("/wp-content/themes/genesis/images/svg/pause-video-btn.svg");width:50px;height:50px;background-size:contain;}@media (max-width: 992px){.rl-section-flex .video-controls .play-pause-video-btn .pause-video-icon{width:28px;height:28px;}}.rl-section-flex .video-controls .play-pause-video-btn .play-video-icon{display:block;background-image:url("/wp-content/themes/genesis/images/svg/play-video-btn.svg");width:50px;height:50px;background-size:contain;}@media (max-width: 992px){.rl-section-flex .video-controls .play-pause-video-btn .play-video-icon{width:28px;height:28px;}}.rl-section-flex .video-controls .play-pause-video-btn .blind,.rl-section-flex .video-controls .play-pause-video-btn legend{overflow:hidden;position:absolute;width:1px;height:1px;clip:rect(1px,1px,1px,1px);}.rl-section-flex .video-controls .play-pause-video-btn:hover .pause-video-icon{background-image:url("/wp-content/themes/genesis/images/svg/pause-video-btn-white.svg");}.rl-section-flex .video-controls .play-pause-video-btn:hover .play-video-icon{background-image:url("/wp-content/themes/genesis/images/svg/play-video-btn-white.svg");}