/**
 * Main LESS stylesheet for Epicod Reches theme
 * Compile this to main.css before use
 */
@font-face {
  font-family: 'Almoni';
  src: url('../fonts/almoni/almoni-regular-aaa.eot');
  src: url('../fonts/almoni/almoni-regular-aaa.eot?#iefix') format('embedded-opentype'), url('../fonts/almoni/almoni-regular-aaa.woff2') format('woff2'), url('../fonts/almoni/almoni-regular-aaa.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TelAviv';
  src: url('../fonts/tel-aviv/TelAviv-BrutalistRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TelAviv';
  src: url('../fonts/tel-aviv/TelAviv-BrutalistBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TelAviv';
  src: url('../fonts/tel-aviv/TelAviv-BrutalistLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* Reset and Base Styles */
/* line 56, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000356}}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* line 62, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000362}}
html {
  font-size: 0.95vw;
}
@media (max-width: 430px) {
  /* line 64, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000364}}
  html {
    font-size: 10px;
  }
}
/* line 69, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000369}}
body {
  margin: 0;
  font-family: 'Almoni', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.6;
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--base);
  font-weight: 400;
}
@media (max-width: 768px) {
  /* line 77, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000377}}
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
/* line 84, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000384}}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'TelAviv';
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
/* line 94, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\0000394}}
h1,
h2.wp-block-heading {
  font-size: 3.6rem;
  margin-bottom: 0;
  font-weight: 400;
  letter-spacing: 1.84rem;
  margin-right: -1.84rem;
}
@media (max-width: 430px) {
  /* line 100, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003100}}
  h1,
  h2.wp-block-heading {
    font-size: 3.1rem;
  }
}
/* line 105, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003105}}
h2 {
  font-size: var(--wp--preset--font-size--x-large);
  margin-bottom: var(--wp--preset--spacing--50);
}
/* line 110, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003110}}
h3 {
  font-size: 1.1rem;
  margin-bottom: var(--wp--preset--spacing--40);
  letter-spacing: 2px;
  line-height: 1.2rem;
}
@media (max-width: 430px) {
  /* line 115, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003115}}
  h3 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
/* line 121, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003121}}
h4 {
  font-size: 0.9rem;
  margin-bottom: var(--wp--preset--spacing--40);
}
@media (max-width: 430px) {
  /* line 124, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003124}}
  h4 {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
/* line 130, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003130}}
h5,
h6 {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: var(--wp--preset--spacing--30);
}
/* line 136, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003136}}
p {
  margin-bottom: var(--wp--preset--spacing--40);
  letter-spacing: 0.7px;
}
@media (max-width: 430px) {
  /* line 141, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003141}}
  p br {
    display: none;
  }
}
/* line 167, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003167}}
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
/* Site Structure */
/* line 174, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003174}}
.site-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
/* line 178, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003178}}
.site-main .site-header {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (max-width: 768px) {
  /* line 182, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003182}}
  .site-main .site-header {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
/* line 189, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003189}}
body.scrolling .site-header {
  background-color: rgba(70, 68, 63, 0.8);
}
/* line 195, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003195}}
.site-visual-template {
  display: block;
}
/* line 199, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003199}}
.site-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 203, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003203}}
.container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: var(--wp--preset--spacing--60);
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
/* Header Styles */
/* line 212, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003212}}
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 1rem 1.9rem;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 768px) {
  /* line 223, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003223}}
  .site-header {
    padding: 24px 1.9rem;
    position: fixed;
    width: 100%;
  }
  /* line 227, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003227}}
  .site-header .mobile-right-part,
  .site-header .mobile-left-part {
    width: 40%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  /* line 233, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003233}}
  .site-header .mobile-right-part {
    position: relative;
    z-index: 1001;
  }
  /* line 237, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003237}}
  .site-header .mobile-left-part {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  /* line 239, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003239}}
  .site-header .mobile-left-part svg {
    width: 24px;
    height: 2rem;
    display: block;
  }
}
/* line 248, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003248}}
.mobile-btn {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
  width: 19px;
  height: 11px;
  margin: 0;
  z-index: 15;
  margin-left: 1rem;
  position: relative;
}
/* line 259, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003259}}
.mobile-btn .bar {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0ms 300ms;
  transition: all 0ms 300ms;
  width: 100%;
  height: 1.5px;
  background: #fff;
  -webkit-transition: -webkit-transform 0ms 300ms;
  transition: -webkit-transform 0ms 300ms;
  transition: transform 0ms 300ms;
  transition: transform 0ms 300ms, -webkit-transform 0ms 300ms;
}
/* line 269, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003269}}
.mobile-btn .bar:before,
.mobile-btn .bar:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1.5px;
  background: #fff;
}
/* line 278, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003278}}
.mobile-btn .bar:before {
  bottom: 5px;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 282, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003282}}
.mobile-btn .bar:after {
  top: 5px;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 287, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003287}}
.mobile-btn .bar.animate {
  background: transparent !important;
}
/* line 290, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003290}}
.mobile-btn .bar.animate:before {
  bottom: 0;
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/* line 295, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003295}}
.mobile-btn .bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
/* line 304, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003304}}
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 8.1rem;
}
/* line 310, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003310}}
.site-branding .mobile-logo-link,
.site-branding .custom-logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  /* line 314, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003314}}
  .site-branding .mobile-logo-link,
  .site-branding .custom-logo-mobile {
    display: block;
  }
}
/* line 320, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003320}}
.site-branding .custom-logo-desktop {
  display: block;
}
@media (max-width: 768px) {
  /* line 323, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003323}}
  .site-branding .custom-logo-desktop {
    display: none;
  }
}
/* line 327, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003327}}
.site-branding .custom-logo-desktop .custom-logo-link {
  display: block;
}
/* line 332, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003332}}
.site-branding img {
  display: block;
  max-height: 1.5rem;
}
@media (max-width: 768px) {
  /* line 336, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003336}}
  .site-branding {
    max-width: 92px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 339, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003339}}
  .site-branding img {
    max-height: none;
  }
}
/* line 345, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003345}}
.site-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
/* line 350, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003350}}
.site-title a {
  text-decoration: none;
  color: var(--wp--preset--color--base);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 355, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003355}}
.site-title a:hover {
  opacity: 0.8;
}
/* line 361, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003361}}
.site-description {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
/* Navigation */
/* line 368, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003368}}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
/* line 373, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003373}}
.main-navigation.open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
/* line 377, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003377}}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--80);
}
/* line 385, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003385}}
.main-navigation a {
  text-decoration: none;
  color: var(--wp--preset--color--base);
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 14px;
  display: block;
  letter-spacing: 1.1px;
}
/* line 392, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003392}}
.main-navigation a:hover {
  color: #9D9187;
}
@media (max-width: 768px) {
  /* line 396, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003396}}
  .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    opacity: 0;
    background-color: var(--wp--preset--color--primary);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 25% 8% 10%;
    background-image: url('../img/reches-mobile-menu-bg.png');
    background-size: auto 100%;
    background-position: top right;
    background-repeat: no-repeat;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  /* line 418, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003418}}
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: var(--wp--preset--spacing--80);
    margin-top: var(--wp--preset--spacing--40);
  }
  /* line 424, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003424}}
  .main-navigation a {
    color: var(--wp--preset--color--base);
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    font-size: 18px;
    display: block;
    letter-spacing: 1.1px;
  }
}
/* line 435, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003435}}
.menu-toggle {
  display: none;
  background: none;
  border: 1px solid var(--wp--preset--color--base);
  color: var(--wp--preset--color--base);
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* line 445, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003445}}
.menu-toggle:hover {
  background: var(--wp--preset--color--base);
  color: var(--wp--preset--color--primary);
}
/* Footer Styles */
/* line 452, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003452}}
.site-footer {
  padding: var(--wp--preset--spacing--60);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  text-align: center;
  margin-top: auto;
  font-family: 'TelAviv';
  font-weight: 100;
}
/* line 460, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003460}}
.site-footer a {
  text-decoration: none;
}
/* line 463, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003463}}
.site-footer .wp-block-columns {
  width: 100%;
}
/* line 466, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003466}}
.site-footer ul {
  -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: 0;
  text-align: inherit;
}
/* line 471, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003471}}
.site-footer ul li {
  font-family: 'Almoni', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* line 475, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003475}}
.site-footer p {
  margin: 0;
  white-space: nowrap;
}
/* line 478, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003478}}
.site-footer p br {
  display: block;
}
@media (max-width: 430px) {
  /* line 482, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003482}}
  .site-footer {
    font-size: 14px;
    padding: 4rem 2rem;
  }
}
/* line 488, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003488}}
.footer-navigation {
  margin-bottom: var(--wp--preset--spacing--50);
}
/* line 491, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003491}}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: var(--wp--preset--spacing--50);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 501, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003501}}
.footer-navigation li {
  margin: 0;
}
/* line 505, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003505}}
.footer-navigation a {
  color: var(--wp--preset--color--base);
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 510, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003510}}
.footer-navigation a:hover {
  opacity: 0.8;
}
/* line 516, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003516}}
.site-info {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
}
/* line 520, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003520}}
.site-info p {
  margin: 0;
}
/* line 524, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003524}}
.site-info a {
  color: var(--wp--preset--color--base);
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
/* line 530, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003530}}
.site-info a:hover {
  border-color: var(--wp--preset--color--base);
}
/* Block Alignments */
/* line 537, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003537}}
.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
/* line 541, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003541}}
.alignfull {
  max-width: 100%;
  width: 100%;
}
/* Skip Link */
/* line 547, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003547}}
.skip-link {
  position: absolute;
  right: -9999px;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}
/* line 554, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003554}}
.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}
/* Screen Reader Text */
/* line 569, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003569}}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
/* Custom Block Styles */
/* line 585, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003585}}
.wp-block-button.is-style-epicod-outline .wp-block-button__link {
  background-color: transparent;
  color: var(--wp--preset--color--primary);
  border: 2px solid var(--wp--preset--color--primary);
}
/* line 594, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003594}}
.wp-block-group.is-style-epicod-shadow {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
@media (max-width: 430px) {
  /* line 600, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003600}}
  .wp-block-group[data-mobile-bg-image] {
    background-image: var(--mobile-bg-image) !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* Post Navigation */
/* line 610, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003610}}
.post-navigation,
.posts-navigation {
  margin: var(--wp--preset--spacing--60) 0;
  padding: var(--wp--preset--spacing--40) 0;
  border-top: 1px solid var(--wp--preset--color--neutral);
}
/* line 617, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003617}}
.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--wp--preset--spacing--40);
}
/* line 625, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003625}}
.nav-previous a,
.nav-next a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
}
/* Entry Content */
/* line 632, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003632}}
.entry-content {
  margin-top: var(--wp--preset--spacing--50);
}
/* line 636, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003636}}
.entry-header {
  margin-bottom: var(--wp--preset--spacing--50);
}
/* line 640, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003640}}
.entry-title {
  margin: 0 0 0.5rem;
  color: var(--wp--preset--color--primary);
}
/* line 645, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003645}}
.entry-meta {
  font-size: 0.875rem;
  color: #666;
}
/* ========================================
   FORM STYLES - Floating Labels (RTL)
   Universal - Works with any form plugin
   ======================================== */
/* line 656, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003656}}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
}
/* All Forms - RTL Support */
/* line 664, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003664}}
form {
  direction: rtl;
  text-align: right;
}
/* line 668, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003668}}
form .wpcf7-spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: var(--wp--preset--color--secondary);
  background-image: url('../img/loader.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  top: 0;
  opacity: 1;
}
/* Form Field Wrapper - auto-added by our JS */
/* line 684, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003684}}
.form-field-wrap {
  position: relative;
  display: block;
  margin-bottom: var(--wp--preset--spacing--50);
}
/* line 690, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003690}}
.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
  width: 100%;
}
/* line 698, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003698}}
.wpcf7-not-valid-tip {
  position: absolute;
}
/* Form Inputs and Textarea Base Styles */
/* line 703, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003703}}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]),
form textarea,
form select {
  width: 100%;
  padding: 1.5rem 0.5rem 0.3rem;
  border: none;
  border-bottom: 1px solid var(--wp--preset--color--primary);
  background-color: transparent;
  font-family: 'Almoni', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  font-size: 1rem;
  color: var(--wp--preset--color--primary);
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  outline: none;
  direction: rtl;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
/* line 722, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003722}}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]).wpcf7-not-valid,
form textarea.wpcf7-not-valid,
form select.wpcf7-not-valid {
  border-bottom-color: #d32f2f;
}
/* line 726, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003726}}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]):focus,
form textarea:focus,
form select:focus {
  border-bottom-width: 2px;
  border-bottom-color: var(--wp--preset--color--primary);
}
/* line 732, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003732}}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="hidden"]) {
  height: 50px;
}
/* line 736, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003736}}
form textarea {
  height: 100px;
  resize: none;
  padding-top: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
/* line 744, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003744}}
form textarea.wpcf7-not-valid {
  border-bottom-color: #d32f2f;
}
/* line 749, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003749}}
form select {
  height: 50px;
  padding-right: 0.5rem;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath fill='%23333' d='M0 0l6 8 6-8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 0.5rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
/* Label Styling - Floating Effect */
/* Initial label position - inside the field */
/* line 765, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003765}}
form p label,
form .form-field label,
form label {
  position: absolute;
  top: 22px;
  right: 0.5rem;
  font-size: 12px;
  font-family: 'TelAviv';
  color: var(--wp--preset--color--primary);
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  opacity: 0.7;
  z-index: 1;
}
/* Floating label when focused - moves to top (JS adds .field-focused or .field-has-value class) */
/* line 782, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003782}}
form p.field-focused label,
form p.field-has-value label,
form .form-field.field-focused label,
form .form-field.field-has-value label,
.field-focused label,
.field-has-value label {
  top: -5px !important;
  font-size: 10px !important;
  opacity: 1 !important;
  color: var(--wp--preset--color--primary) !important;
}
/* Placeholder hidden by default (for :placeholder-shown to work) */
/* line 795, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003795}}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-moz-placeholder, form textarea::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):-ms-input-placeholder, form textarea:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"])::placeholder,
form textarea::placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* Show placeholder when focused */
/* line 802, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003802}}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus::-webkit-input-placeholder, form textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus::-moz-placeholder, form textarea:focus::-moz-placeholder {
  opacity: 0.5;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus:-ms-input-placeholder, form textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus::-ms-input-placeholder, form textarea:focus::-ms-input-placeholder {
  opacity: 0.5;
}
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus::placeholder,
form textarea:focus::placeholder {
  opacity: 0.5;
}
/* Form structure adjustments */
/* line 808, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003808}}
form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --gap: var(--wp--preset--spacing--50);
  gap: var(--gap);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/* line 813, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003813}}
form p,
form .form-field {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--40);
}
/* line 818, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003818}}
form br {
  display: none;
}
/* line 823, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003823}}
button {
  font-family: inherit;
}
/* Submit Button Styling */
/* line 828, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003828}}
form input[type="submit"],
form button[type="submit"],
.submit-button {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--base);
  border: none;
  padding: 0.3rem 2rem 0.2rem;
  font-family: 'TelAviv';
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 25px;
  border-radius: 15px;
  display: block;
  margin: 0 auto;
}
/* line 843, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003843}}
form input[type="submit"]:hover,
form button[type="submit"]:hover,
.submit-button:hover {
  opacity: 0.9;
}
/* line 847, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003847}}
form input[type="submit"]:disabled,
form button[type="submit"]:disabled,
.submit-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
@media (max-width: 430px) {
  /* line 851, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003851}}
  form input[type="submit"],
  form button[type="submit"],
  .submit-button {
    font-size: 12px;
    border-radius: 10px;
    height: 33px;
    padding: 0.3rem 5rem 0.2rem;
  }
}
/* Form Validation Messages - Generic */
/* line 861, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003861}}
form .error-message,
form .validation-error,
.form-error {
  font-size: 0.75rem;
  color: #d32f2f;
  margin-top: 0.25rem;
  direction: rtl;
  text-align: right;
  display: block;
}
/* line 872, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003872}}
form .success-message,
.form-success {
  border: 2px solid #4caf50;
  color: #4caf50;
  padding: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--50);
  font-size: 0.875rem;
  direction: rtl;
  text-align: right;
}
/* line 883, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003883}}
form .form-response {
  border: 2px solid;
  padding: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--50);
  font-size: 0.875rem;
  direction: rtl;
  text-align: right;
}
/* line 891, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003891}}
form .form-response.error {
  border-color: #d32f2f;
  color: #d32f2f;
}
/* line 896, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003896}}
form .form-response.success {
  border-color: #4caf50;
  color: #4caf50;
}
/* Contact Form 7 Compatibility - Map CF7 classes to our generic styles */
/* line 903, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003903}}
.wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #d32f2f;
  margin-top: 0.25rem;
  direction: rtl;
  text-align: right;
  width: 100%;
  right: 0;
}
@media (max-width: 430px) {
  /* line 911, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003911}}
  .wpcf7-not-valid-tip {
    font-size: 11px;
  }
}
/* line 916, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003916}}
.wpcf7-response-output {
  border: 2px solid;
  padding: var(--wp--preset--spacing--40);
  margin-top: var(--wp--preset--spacing--50);
  font-size: 0.875rem;
  direction: rtl;
  text-align: right;
}
/* line 924, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003924}}
.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #d32f2f;
  color: #d32f2f;
}
/* line 929, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003929}}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #4caf50;
  color: #4caf50;
}
/* line 935, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003935}}
.wpcf7-spinner {
  margin: 0 0 0 1rem;
}
/* ========================================
   COLUMN CLASSES - With flex gap calculation
   ======================================== */
/* Column Classes - Accounts for flex gap on parent */
/* line 948, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003948}}
.col-1 {
  width: calc((100% / 12 * 1) - (var(--gap) * (12 - 1) / 12));
}
/* line 952, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003952}}
.col-2 {
  width: calc((100% / 12 * 2) - (var(--gap) * (12 - 2) / 12));
}
/* line 956, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003956}}
.col-3 {
  width: calc((100% / 12 * 3) - (var(--gap) * (12 - 3) / 12));
}
/* line 960, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003960}}
.col-4 {
  width: calc((100% / 12 * 4) - (var(--gap) * (12 - 4) / 12));
}
@media (max-width: 430px) {
  /* line 962, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003962}}
  .col-4 {
    width: 100%;
  }
}
/* line 967, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003967}}
.col-5 {
  width: calc((100% / 12 * 5) - (var(--gap) * (12 - 5) / 12));
}
/* line 971, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003971}}
.col-6 {
  width: calc((100% / 12 * 6) - (var(--gap) * (12 - 6) / 12));
}
/* line 975, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003975}}
.col-7 {
  width: calc((100% / 12 * 7) - (var(--gap) * (12 - 7) / 12));
}
/* line 979, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003979}}
.col-8 {
  width: calc((100% / 12 * 8) - (var(--gap) * (12 - 8) / 12));
}
/* line 983, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003983}}
.col-9 {
  width: calc((100% / 12 * 9) - (var(--gap) * (12 - 9) / 12));
}
/* line 987, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003987}}
.col-10 {
  width: calc((100% / 12 * 10) - (var(--gap) * (12 - 10) / 12));
}
/* line 991, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003991}}
.col-11 {
  width: calc((100% / 12 * 11) - (var(--gap) * (12 - 11) / 12));
}
/* line 995, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003995}}
.col-12 {
  width: 100%;
}
/* line 999, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\00003999}}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
/* line 1009, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031009}}
.swiper-pagination {
  bottom: 0 !important;
  padding: 0.8rem 0;
}
/* line 1012, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031012}}
.swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
/* line 1020, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031020}}
.swiper-button-prev:after {
  background-image: url('../../assets/img/ar.png');
}
/* line 1025, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031025}}
.swiper-button-next:after {
  background-image: url('../../assets/img/al.png');
}
/* line 1033, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031033}}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 0 !important;
  font-weight: normal;
  color: #fff;
  width: 2rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
/* line 1044, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031044}}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
/* line 1049, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031049}}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/* line 1055, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031055}}
.point_style {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 1061, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031061}}
.point_style:hover {
  background-color: transparent;
}
/* line 1065, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031065}}
.wrap_svl_center {
  margin: 0;
}
@media (max-width: 768px) {
  /* line 1067, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031067}}
  .wrap_svl_center {
    width: 100% !important;
    /* Ensure scroll container takes full width - override plugin */
    overflow-x: auto;
    /* Changed from scroll to auto - only shows scrollbar when needed */
    overflow-y: hidden;
    /* Explicitly prevent vertical scrolling */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
    -webkit-overflow-scrolling: touch;
    direction: ltr;
  }
  /* line 1075, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031075}}
  .wrap_svl_center::-webkit-scrollbar {
    display: none;
  }
  /* line 1078, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031078}}
  .wrap_svl_center .wrap_svl_center_box {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    /* critical - allows content to be wider than viewport */
    display: block !important;
    /* Override plugin's inline-block which prevents width calculation */
  }
  /* line 1083, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031083}}
  .wrap_svl_center .wrap_svl {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    max-width: none !important;
    position: relative;
    float: none !important;
    /* Override plugin's float: left */
  }
  /* line 1089, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031089}}
  .wrap_svl_center .images_wrap {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
  }
  /* line 1091, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031091}}
  .wrap_svl_center .images_wrap img {
    display: block;
    width: auto;
    max-width: none;
    max-height: 612px;
    /* Removed position: relative - not needed */
  }
}
@media (max-width: 768px) {
  /* line 1107, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031107}}
  .wp-block-columns .wp-block-column:has(.wrap_svl_center) {
    width: 100% !important;
    min-width: 0;
  }
}
/* line 1113, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031113}}
.wrap_svl_center_box {
  width: 100%;
}
/* line 1116, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031116}}
.wrap_svl {
  width: 100%;
}
/* line 1121, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031121}}
#powerTip {
  background-color: #3a3a3a;
  color: #fff;
  font-family: 'TelAviv' !important;
  font-size: 14px;
  padding: 0;
}
/* line 1127, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031127}}
#powerTip:before,
#powerTip:after {
  content: none !important;
}
/* line 1130, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031130}}
#powerTip svg {
  display: none !important;
}
/* line 1133, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031133}}
#powerTip .box_view_html {
  padding: 0.2rem 0.5rem 0.1rem !important;
  height: auto;
}
/* line 1137, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031137}}
#powerTip p {
  margin: 0 !important;
  font-family: 'TelAviv' !important;
  text-align: center;
  line-height: 1.2;
}
/* line 1145, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031145}}
.map-section {
  position: relative;
  overflow: hidden;
}
/* line 1148, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031148}}
.map-section p {
  margin: 0 !important;
}
/* line 1151, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031151}}
.map-section .absolute-text {
  position: absolute;
  top: 8%;
  left: 0;
  width: 100%;
  z-index: 1;
  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;
  color: #fff;
  padding: 0 10%;
}
/* line 1164, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031164}}
.map-section #special-pin img {
  position: relative;
  width: 5.7rem;
}
/* line 1168, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031168}}
.map-section #special-pin:before {
  content: '';
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  bottom: 155%;
  left: -23%;
  right: 0;
  margin: 0 auto;
  background-image: url('../../assets/img/arrow-up.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: bounceUp 2s infinite;
          animation: bounceUp 2s infinite;
}
@media (max-width: 430px) {
  /* line 1186, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031186}}
  .map-section #special-pin:before {
    bottom: 165%;
    width: 16px;
    height: 16px;
  }
  /* line 1191, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031191}}
  .map-section #special-pin img {
    max-width: 88px !important;
  }
}
@-webkit-keyframes bounceUp {
  /* line 1200, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031200}}
  0%,
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  /* line 1203, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031203}}
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bounceUp {
  /* line 1200, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031200}}
  0%,
  100% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  /* line 1203, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031203}}
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media (max-width: 430px) {
  /* line 1209, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031209}}
  .apartments-short-text {
    text-align: center;
  }
  /* line 1211, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031211}}
  .apartments-short-text .wp-block-column {
    padding: 0 !important;
  }
}
@media (max-width: 430px) {
  /* line 1218, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031218}}
  .section-about {
    text-align: center;
  }
  /* line 1220, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031220}}
  .section-about .wp-block-columns {
    gap: 53px;
  }
}
@media (min-width: 431px) {
  /* line 1231, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031231}}
  .hide-on-desktop {
    display: none !important;
  }
}
@media (max-width: 430px) {
  /* line 1238, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031238}}
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 430px) {
  /* line 1244, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031244}}
  .section-slides-text {
    overflow: hidden;
  }
  /* line 1246, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031246}}
  .section-slides-text .gallery-wrapper {
    width: auto !important;
    margin-left: -3rem;
  }
  /* line 1250, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031250}}
  .section-slides-text .section-text {
    padding: 3rem 0 2rem !important;
  }
}
/* line 1259, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031259}}
.accessibility-widget {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
}
@media (max-width: 430px) {
  /* line 1265, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031265}}
  .accessibility-widget {
    bottom: 10px;
    left: 10px;
  }
}
/* line 1274, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031274}}
.er-media-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  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;
}
/* line 1283, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031283}}
.er-media-modal[hidden] {
  display: none;
}
/* line 1288, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031288}}
.er-media-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 0;
  pointer-events: auto;
}
/* line 1296, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031296}}
.er-media-modal__dialog {
  position: relative;
  z-index: 1;
  max-height: 100vh;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  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;
  padding: 2rem;
  pointer-events: none;
}
/* line 1310, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031310}}
.er-media-modal__close,
.er-media-modal__close-mobile-btn {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 100 !important;
  background: rgba(255, 255, 255, 0.7);
  color: #000;
  border: none;
  border-radius: 999px;
  width: 32px;
  height: 32px;
  pointer-events: auto !important;
  cursor: pointer;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  padding: 0;
}
/* line 1331, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031331}}
.er-media-modal__close span,
.er-media-modal__close-mobile-btn span,
.er-media-modal__close svg,
.er-media-modal__close-mobile-btn svg {
  display: block;
}
/* line 1335, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031335}}
.er-media-modal__close:hover,
.er-media-modal__close-mobile-btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
/* line 1340, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031340}}
.er-media-modal__content {
  position: relative;
  width: 100%;
  max-width: 90vw;
  max-height: 90vh;
  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;
  pointer-events: auto;
  z-index: 2;
}
/* line 1352, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031352}}
.er-media-modal__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 90vw;
  padding-bottom: 47.25%;
  height: 0;
  pointer-events: auto !important;
  z-index: 1;
}
@media (max-height: 600px) {
  /* line 1362, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031362}}
  .er-media-modal__video-wrapper {
    padding-bottom: 0;
    height: 80vh;
    max-height: 80vh;
  }
}
@media (max-width: 768px) {
  /* line 1369, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031369}}
  .er-media-modal__video-wrapper {
    max-width: 95vw;
    padding-bottom: 56.25%;
  }
}
/* line 1376, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031376}}
.er-media-modal__video-wrapper--vertical {
  padding-bottom: 177.78%;
}
@media (max-height: 600px) {
  /* line 1379, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031379}}
  .er-media-modal__video-wrapper--vertical {
    padding-bottom: 0;
    height: 80vh;
    max-height: 80vh;
  }
}
@media (max-width: 768px) {
  /* line 1385, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031385}}
  .er-media-modal__video-wrapper--vertical {
    max-width: 95vw;
  }
}
/* line 1390, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031390}}
.er-media-modal__image {
  max-height: 90vh;
  max-width: 90vw;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
/* line 1399, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031399}}
.er-media-modal__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: auto !important;
  z-index: 1;
}
/* line 1410, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031410}}
.er-media-modal__video-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto !important;
  z-index: 1;
  border: none;
  background: transparent;
}
/* line 1423, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031423}}
[data-open-media-modal="true"],
[data-open-media-modal="true"] img {
  cursor: pointer;
}
/* line 1429, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031429}}
.accessibility-toggle-btn {
  background-color: #46443F;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  width: 48px;
  height: 48px;
  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;
}
/* line 1444, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031444}}
.accessibility-toggle-btn .accessibility-icon {
  width: 24px;
  height: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  fill: currentColor;
}
/* line 1451, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031451}}
.accessibility-toggle-btn[aria-expanded="true"] .accessibility-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* line 1455, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031455}}
.accessibility-toggle-btn:hover,
.accessibility-toggle-btn:focus {
  background-color: #fff;
  color: #46443F;
  outline: none;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
/* line 1462, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031462}}
.accessibility-toggle-btn:hover .accessibility-icon,
.accessibility-toggle-btn:focus .accessibility-icon {
  fill: currentColor;
}
/* line 1467, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031467}}
.accessibility-toggle-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 430px) {
  /* line 1471, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031471}}
  .accessibility-toggle-btn {
    padding: 10px;
    width: 44px;
    height: 44px;
  }
  /* line 1476, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031476}}
  .accessibility-toggle-btn .accessibility-icon {
    width: 22px;
    height: 22px;
  }
}
/* line 1483, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031483}}
.accessibility-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}
/* line 1489, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031489}}
.accessibility-menu[aria-hidden="false"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 430px) {
  /* line 1493, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031493}}
  .accessibility-menu {
    gap: 8px;
    margin-top: 8px;
  }
}
/* line 1499, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031499}}
.accessibility-btn {
  background-color: #46443F;
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  min-width: 140px;
  text-align: center;
  position: relative;
  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;
  gap: 8px;
}
/* line 1518, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031518}}
.accessibility-btn .btn-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/* line 1522, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031522}}
.accessibility-btn .check-symbol {
  display: none;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-right: 4px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
/* line 1533, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031533}}
.accessibility-btn.active .check-symbol {
  display: inline-block;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/* line 1539, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031539}}
.accessibility-btn:hover,
.accessibility-btn:focus {
  background-color: #fff;
  color: #46443F;
  outline: none;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
/* line 1547, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031547}}
.accessibility-btn:active {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (max-width: 430px) {
  /* line 1551, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031551}}
  .accessibility-btn {
    padding: 10px 16px;
    font-size: 12px;
    min-width: 120px;
    gap: 6px;
  }
  /* line 1557, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
  @media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031557}}
  .accessibility-btn .check-symbol {
    font-size: 16px;
  }
}
/* line 1564, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031564}}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
/* line 1577, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031577}}
body.high-contrast {
  background-color: #000 !important;
  color: #fff !important;
}
/* line 1581, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031581}}
body.high-contrast * {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* line 1587, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031587}}
body.high-contrast a {
  color: #ffff00 !important;
}
/* line 1590, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031590}}
body.high-contrast a:visited {
  color: #ffa500 !important;
}
/* line 1594, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031594}}
body.high-contrast a:hover,
body.high-contrast a:focus {
  color: #ffff00 !important;
  background-color: #333 !important;
}
/* line 1601, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031601}}
body.high-contrast .accessibility-btn {
  background-color: #fff !important;
  color: #000 !important;
  border-color: #000 !important;
}
/* line 1606, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031606}}
body.high-contrast .accessibility-btn:hover,
body.high-contrast .accessibility-btn:focus {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #fff !important;
}
/* line 1621, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031621}}
body.links-marked a {
  text-decoration: underline !important;
  border-bottom: 2px solid currentColor !important;
}
/* line 1629, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031629}}
body.readable-font * {
  font-family: Arial, Helvetica, sans-serif !important;
}
/* line 1637, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031637}}
body.animations-stopped *,
body.animations-stopped *::before,
body.animations-stopped *::after {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  scroll-behavior: auto !important;
}
/* line 1648, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031648}}
body.animations-stopped .swiper {
  pointer-events: auto;
}
/* line 1659, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031659}}
body.ios-device * {
  background-attachment: scroll !important;
}
/* line 1664, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031664}}
.width-100 {
  width: 100%;
}
/* line 1666, C:\wamp64\www\reches\wp-content\themes\epicod-reches\assets\css\main.less */
@media -sass-debug-info{filename{font-family:file\:\/\/C\:\/wamp64\/www\/reches\/wp-content\/themes\/epicod-reches\/assets\/css\/main\.less}line{font-family:\000031666}}
.width-100 img {
  width: 100%;
}
/*# sourceMappingURL=main.css.map */