/*


 ************************
 *                      *
 *      Style CSS       *      **********  **********  **********
 *   Created By #zuka   *      *           *           *
 *                      *      *           **********  **********
 *       Version:       *      *                    *           *
 *       26.08.86       *      **********  **********  **********
 *                      *
 ************************

 *
 *  To receive excellent service from #zuka,
 *  please do not make any changes to this CSS file.
 *


*/
/*



* - * - * ----- Accessibility ----- * - * - *

*/
a,
input,
select,
textarea,
button {
  border: 1px dashed transparent;
}
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  border: 1px dashed #b0bec5;
}

/*



* - * - * ----- Zukalize ----- * - * - *

*/
/*

 *                                                                                  *
 *  Zukalize standard                                                               *
 *  Based on normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css  *
 *                                                                                  *

*/
* {
  transition: all 0.5s ease;
  box-sizing: border-box;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
}

footer {
  margin-top: auto;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
a:active, a:hover {
  outline-width: 0;
}
a:hover, a:focus, a:active, a:visited {
  color: inherit;
}

b,
strong {
  font-weight: bolder;
}

ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input,
select,
textarea {
  width: 100%;
  font-size: inherit;
  font-family: inherit;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

menu {
  padding: 0;
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

i {
  text-align: center;
}

sub,
sup {
  font-size: 75%;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

small {
  font-size: 80%;
}

kbd,
pre,
code,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

mark {
  background-color: #ff0;
  color: black;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  box-sizing: content-box;
  overflow: visible;
  height: 0;
}

/*



* - * - * ----- Colors ----- * - * - *

*/
/*



* - * - * ----- Typography ----- * - * - *

*/
@font-face {
  font-family: Polin;
  src: url("../fonts/Polin-Regular.woff2") format("woff2"), url("../fonts/Polin-Regular.woff") format("woff"), url("../fonts/Polin-Regular.ttf") format("ttf");
  font-weight: 300;
}
@font-face {
  font-family: Polin;
  src: url("../fonts/Polin-Medium.woff2") format("woff2"), url("../fonts/Polin-Medium.woff") format("woff"), url("../fonts/Polin-Medium.ttf") format("ttf");
  font-weight: 500;
}
@font-face {
  font-family: Polin;
  src: url("../fonts/Polin-Bold.woff2") format("woff2"), url("../fonts/Polin-Bold.woff") format("woff"), url("../fonts/Polin-Bold.ttf") format("ttf");
  font-weight: 800;
}
html {
  direction: rtl;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Polin", sans-serif;
  font-size: 16px;
  color: #000;
}

h1 {
  font-weight: 800;
  font-size: 60px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-weight: 300;
  font-size: 50px;
  line-height: 1;
  padding: 0;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
}

h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 30px;
  }
}

h4 {
  font-weight: 300;
  font-size: 30px;
  line-height: 1;
  margin: 30px 0 10px;
}

h5 {
  font-weight: 500;
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 1;
}

h6 {
  font-weight: 300;
  font-size: 13px;
  margin: 10px 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 600;
}

small {
  font-size: 13px;
}

blockquote {
  display: inline-table;
  font-weight: 600;
  margin: 20px 0;
}

/*



* - * - * ----- Style ----- * - * - *

*/
*:before,
*:after {
  transition: all 0.5s ease;
}

html {
  scroll-behavior: smooth;
}

body {
  background: white;
  color: #000;
}

section {
  padding: 50px 0;
  outline: none;
}

figure {
  display: flex;
}

address {
  font-style: normal;
}

a:hover {
  color: #0B4B28;
  text-decoration: underline;
}

svg {
  height: 40px;
}

input[type=button],
button {
  cursor: pointer;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  direction: inherit;
  color: inherit;
  white-space: nowrap;
  padding: 5px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.screen-reader-text {
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  word-wrap: normal !important;
}

.wrapper {
  max-width: 900px;
  padding: 0 100px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 100%;
    padding: 0 10px;
  }
}

.a-btn {
  display: inline-block;
  text-align: center;
  padding: 10px 26px;
  border-radius: 6px;
  border: 1px solid #E6E6E6;
  background: white;
  color: #000;
  text-decoration: none;
  white-space: normal;
  min-width: 120px;
  line-height: 1;
}
.a-btn:hover {
  text-decoration: none;
  border-color: #0B4B28;
  background: white;
}

.a-cta {
  color: white;
  background: #000;
  border-color: #000;
}
.a-cta:hover {
  color: white;
  background: #0B4B28;
}

.a-cancel {
  color: white;
  border: 1px solid;
  background: transparent;
  text-decoration: none;
}

.middle-line {
  position: relative;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
}
.middle-line:before {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.middle-line:after {
  border-top: 2px solid white;
  content: "";
  margin: 0 auto;
  position: absolute;
  width: 42%;
  top: 50%;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.wp-post-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  direction: ltr;
  gap: 10px;
}
.wp-post-navigation ul li a {
  border: 1px solid #E0E0E0;
  padding: 5px 10px;
  display: block;
}
.wp-post-navigation ul .active a {
  border-color: #0B4B28;
}

a.anchor {
  border: none;
  display: block;
  visibility: hidden;
  position: relative;
  top: -130px;
  width: 0;
}

/*



* - * - * ----- General ----- * - * - *

*/
::-moz-selection {
  background: rgba(68, 227, 47, 0.4);
}

::selection {
  background: rgba(68, 227, 47, 0.4);
}

::placeholder {
  color: #E0E0E0;
}

::-webkit-scrollbar {
  width: 0;
}

.logo-robin svg {
  height: 40px;
}
.logo-robin .robinText {
  fill: #000;
}
.logo-robin .RC_LightGreen {
  fill: #43E22F;
}
.logo-robin .RC_DarkGreen {
  fill: #0B4B28;
}
.logo-robin .RC_LightBlue {
  fill: #77C0F6;
}
.logo-robin .RC_DarkBlue {
  fill: #0D0C4C;
}
.logo-robin .RC_LightPink {
  fill: #EB3FD2;
}
.logo-robin .RC_DarkPink {
  fill: #5B0750;
}

header {
  background: white;
  padding: 17px 20px 15px;
  position: fixed;
  left: 0;
  right: 0;
  z-index: 26081986;
}
header .site-header {
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
header .site-header .logo-site {
  transform: translateY(-5px);
}
header .site-header .divider {
  background: #0B4B28;
  width: 1px;
  height: 40px;
  display: block;
}
header .site-header .logo-MasterCard {
  height: 26px;
  position: relative;
  z-index: 1;
}
header .site-header .menu-area {
  margin-left: auto;
}
header .menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
header .menu li {
  padding: 0 10px;
}
header .menu a:hover {
  color: #000;
}
header .menu .sub-menu {
  position: absolute;
  left: 0;
  padding: 10px;
  white-space: nowrap;
  display: none;
  top: calc(100% + 25px);
  background: white;
}
header .menu .sub-menu:before {
  content: "";
  width: 100%;
  height: 20px;
  left: 0;
  bottom: 100%;
  position: absolute;
  background: transparent;
}
header .menu .sub-menu li {
  padding: 5px 0;
}
header .menu .sub-menu li a:hover:before {
  display: none;
}
@media screen and (min-width: 768px) {
  header .menu .menu-item-has-children {
    position: relative;
  }
  header .menu .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
header nav a {
  position: relative;
}
header nav a:before {
  content: "";
  width: 0;
  border-bottom: 2px solid #000;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  right: 0;
  margin: auto;
}
header nav a:hover {
  color: #000;
  text-decoration: none;
}
header nav a:hover:before {
  width: calc(100% - 20px);
}
header nav .current_page_item a:before {
  width: calc(100% - 20px);
  border-color: #0B4B28;
}
@media screen and (max-width: 970px) {
  header .site-header .lang,
header .site-header .divider {
    display: none;
  }
  header .site-header .menu-area {
    position: absolute;
  }
}

.menu-toggle {
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 2;
  padding: 0;
}
.menu-toggle svg {
  height: 25px;
}
.menu-toggle svg .times {
  display: none;
}

.main-navigation-open {
  overflow: hidden;
}
.main-navigation-open .menu-toggle svg .times {
  display: block;
}
.main-navigation-open .menu-toggle svg .bars {
  display: none;
}
footer {
  padding: 50px 0;
  border-top: 1px solid #0B4B28;
  margin: 50px;
}
footer .site-footer {
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap-reverse;
}
footer .menu-area {
  gap: 100px;
  flex-wrap: wrap;
}
footer .menu li {
  padding: 5px 0;
  color: #8C8C8C;
}
footer .menu li a:hover {
  color: #000;
}
footer .bottom-footer {
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  flex-wrap: wrap-reverse;
  text-align: center;
  gap: 10px;
}
footer .bottom-footer .social-copyright {
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
footer .bottom-footer .social-copyright > p {
  font-size: 13px;
}
footer .site-map-navigation .menu {
  gap: 80px;
  columns: 2;
}
@media screen and (max-width: 767px) {
  footer {
    margin: 0;
  }
  footer .bottom-footer {
    justify-content: center;
  }
  footer .site-map-navigation .menu {
    columns: 1;
  }
}

.social-links {
  align-items: center;
  justify-content: space-between;
  gap: 5px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: transparent;
}
.social-links a svg {
  height: 26px;
  fill: #000;
}
.social-links a:hover svg {
  fill: #0B4B28;
}

.apps-links {
  align-items: center;
  gap: 10px;
}
.apps-links a {
  display: flex;
  line-height: 0;
  height: 40px;
}

.wpcf7 p {
  margin: 0;
}
.wpcf7 .fieldset {
  flex-direction: column;
  gap: 10px;
}
.wpcf7 .form-field label {
  font-weight: 300;
}
.wpcf7 .form-field .wpcf7-form-control-wrap {
  display: block;
  padding: 5px 0;
}
.wpcf7 .form-field .wpcf7-form-control-wrap .wpcf7-form-control {
  padding: 10px 20px;
  border: 1px solid;
  border-radius: 6px;
}
.wpcf7 .form-field .wpcf7-form-control-wrap .wpcf7-textarea {
  border-radius: 6px;
}
.wpcf7 .submit-field {
  padding: 20px 10px;
}
.wpcf7 .submit-field label {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
}
.wpcf7 .submit-field label input {
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #000;
  background: #000;
  font-weight: 500;
  color: white;
  text-decoration: none;
  width: 200px;
  padding: 10px 30px;
  font-size: 20px;
  cursor: pointer;
}
.wpcf7 .submit-field label input:hover {
  color: white;
  background: #0B4B28;
}
.wpcf7 .required-field label:after {
  content: "*";
  color: #EB3FD2;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  right: 15px;
  font-size: 13px;
  white-space: nowrap;
  color: #EB3FD2;
}

.form-box {
  width: 100%;
  position: relative;
}
.form-box .fieldset {
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px;
  gap: 10px;
}
.form-box .fieldset .form-field {
  flex-grow: 1;
  min-width: 200px;
  width: calc(50% - 5px);
  position: relative;
}
.form-box .fieldset .form-field label {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1;
  color: #8C8C8C;
  font-size: 13px;
}
.form-box .fieldset .form-field .wpcf7-form-control-wrap {
  padding: 0;
}
.form-box .fieldset .form-field .wpcf7-form-control {
  border: 1px solid #E6E6E6;
  padding: 30px 20px 10px;
}
.form-box .fieldset .form-field .wpcf7-form-control:focus {
  border: 1px solid #0B4B28;
}
.form-box .fieldset .form-field .wpcf7-not-valid {
  border: 1px solid #EB3FD2;
}
.form-box .fieldset .form-field .wpcf7-not-valid:focus {
  border: 1px solid #0B4B28;
}
.form-box .fieldset .textarea-field {
  max-width: 100%;
}
.form-box .submit-field {
  justify-content: flex-end;
  flex-grow: 1;
}
.form-box .bottom-form {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.form-box .bottom-form .checkbox-field > p {
  min-width: 220px;
}
@media screen and (max-width: 767px) {
  .form-box .fieldset {
    padding: 20px 0;
  }
  .form-box .fieldset .form-field {
    max-width: unset;
  }
}
.form-box .wpcf7 form .wpcf7-response-output {
  padding: 10px;
  margin: 10px;
  border-radius: 6px;
  background: #E0E0E0;
  border: 2px solid #8C8C8C;
}
.form-box .wpcf7 form.invalid .wpcf7-response-output,
.form-box .wpcf7 form.unaccepted .wpcf7-response-output,
.form-box .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #FCB316;
  background: #FFECB3;
}

/*



* - * - * ----- Pages ----- * - * - *

*/
.site {
  padding: 0 20px;
}
.site > main {
  padding-top: 75px;
}

.the-content ul {
  list-style-type: disc;
}
.the-content ol {
  list-style-type: decimal;
}
.the-content ul, .the-content ol {
  margin: 10px 0;
  padding: 0 30px;
}
.the-content ul li, .the-content ol li {
  margin: 5px 0;
}
.the-content a {
  text-decoration: underline;
}
.the-content p {
  margin: 0 0 10px;
}
.the-content .wp-block-heading {
  margin-top: 60px;
}
.the-content .wp-block-image {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .the-content .wp-block-image {
    margin: 0;
  }
}
.the-content .wp-block-image figcaption {
  font-size: 13px;
  margin: 15px 0 0;
}
.the-content .wp-block-group-is-layout-flex {
  align-items: flex-start;
}
.the-content .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.the-content .wp-block-media-text .wp-block-media-text__media img {
  max-width: 300px;
  margin: auto;
}

.post-thumbnail {
  display: block;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.post-thumbnail img {
  width: 100%;
}

.posted-on .updated {
  display: none;
}

.single-post-page .post-navigation {
  margin-top: 100px;
}
.single-post-page .post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.single-post-page .post-navigation .nav-links > div {
  max-width: calc(50% - 100px);
  min-width: 300px;
}
.single-post-page .post-navigation .nav-links a {
  display: block;
  border: 1px solid;
  padding: 20px;
}
.single-post-page .post-navigation .nav-links a:hover {
  text-decoration: none;
  background: #0B4B28;
}
.single-post-page .post-navigation .nav-links a .nav-subtitle {
  font-weight: 600;
}
.single-post-page .post-navigation .nav-links a .nav-title {
  display: block;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.single-post-page .back-to-blog-area {
  justify-content: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .single-post-page .post-navigation .nav-links {
    flex-direction: column;
  }
  .single-post-page .post-navigation .nav-links > div {
    max-width: unset;
    width: 100%;
  }
}

.all-posts-section {
  padding: 0;
}

.display-posts-area .the-post {
  align-items: flex-start;
  gap: 30px;
  padding: 50px 0;
  border-top: 1px solid #0B4B28;
}
.display-posts-area .the-post:nth-child(even) {
  flex-direction: row-reverse;
}
.display-posts-area .the-post .post-thumbnail {
  aspect-ratio: 9/5;
  width: 400px;
  position: relative;
}
.display-posts-area .the-post .post-thumbnail:after {
  content: "Read more";
  color: white;
  background: linear-gradient(0deg, #000, transparent);
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  overflow: hidden;
  width: calc(100% - 60px);
  height: 0;
  padding: 0 30px;
}
.display-posts-area .the-post .post-thumbnail:hover:after {
  height: calc(100% - 60px);
  padding: 30px;
}
.display-posts-area .the-post .post-exp-area {
  width: calc(100% - 430px);
}
.display-posts-area .the-post .post-exp-area .post-title h3 {
  font-size: 40px;
}
.display-posts-area .the-post .post-exp-area .post-title:after {
  content: "";
  display: block;
  border-bottom: 4px solid #0B4B28;
  width: 160px;
  margin: 20px 0;
}
.display-posts-area .the-post .read-more-btn {
  display: none;
  width: fit-content;
  color: #0B4B28;
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  .display-posts-area .the-post {
    flex-direction: column;
  }
  .display-posts-area .the-post:nth-child(even) {
    flex-direction: column;
  }
  .display-posts-area .the-post .post-thumbnail,
.display-posts-area .the-post .post-exp-area {
    width: 100%;
  }
  .display-posts-area .the-post .read-more-btn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .display-posts-area .the-post .post-exp-area .post-title h3 {
    font-size: 30px;
  }
}

.the-page .hero-section {
  padding: 0;
}
.the-page .hero-section .main-title-hero {
  align-items: center;
  justify-content: center;
  min-height: 400px;
  padding: 30px;
  text-align: center;
}
.the-page .content-section .the-content {
  max-width: 800px;
  margin: auto;
}

.search-page .search-page-title {
  font-size: 50px;
  padding: 20px 0;
}
.search-page .search-page-title span {
  font-weight: 400;
}
.search-page .search-page-title span b {
  font-weight: 700;
}
.search-page .display-posts-area .type-page {
  display: none;
}

.not-found .search-page-title {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.not-found .the-content-section p {
  margin: 20px 0;
}
.not-found .search-no-results {
  text-align: center;
}

.faq-section .accordion-faq {
  margin: 30px auto 100px;
}
.faq-section .accordion-faq > li {
  border-top: 1px solid #E6E6E6;
  padding: 25px 0;
}
.faq-section .accordion-faq > li button {
  position: relative;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  white-space: normal;
  text-align: start;
  padding: 0 0 0 50px;
  transition: all 0.5s ease-out;
  border: 1px dashed transparent;
}
.faq-section .accordion-faq > li button:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 10px;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.faq-section .accordion-faq > li button:hover {
  color: #0B4B28;
}
.faq-section .accordion-faq > li article {
  max-height: 0;
  margin: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  width: 90%;
}
.faq-section .accordion-faq .accordion-section-open button {
  font-weight: 500;
  margin-bottom: 10px;
}
.faq-section .accordion-faq .accordion-section-open button:before {
  transform: rotate(-45deg);
  top: 10px;
}

.contact-us-page h1 {
  text-align: center;
  margin-bottom: 30px;
}
.contact-us-page .contact-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 20px;
  flex-wrap: wrap;
}
.contact-us-page .contact-links li a {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contact-us-page .contact-links li a svg {
  height: 30px;
}
.contact-us-page .contact-cards {
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.contact-us-page .contact-cards .contact-card {
  padding: 30px;
  min-width: 270px;
  width: calc(50% - 10px);
  flex-grow: 1;
}
.contact-us-page .contact-cards .contact-card h3 {
  text-align: center;
  margin-bottom: 30px;
}
.contact-us-page .service-info {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 30px 20px;
}
.contact-us-page .service-info > figure {
  flex-direction: column;
  width: 250px;
}
.contact-us-page .service-info > figure a {
  white-space: nowrap;
}
.search-form {
  justify-content: center;
}
.search-form > form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0B4B28;
  padding: 5px;
  margin: 20px 0;
  font-size: 25px;
  border-radius: 50px;
}
.search-form > form .search-field input {
  padding: 0 20px;
}
.search-form > form .search-submit input {
  background: #0B4B28;
  color: #000;
  padding: 10px 20px;
  border-radius: 50px;
}

.location-list .the-location-list {
  margin: 50px;
  box-shadow: 0 0 20px #E0E0E0;
}
.location-list .the-location-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E6E6E6;
}
.location-list .the-location-list li p {
  padding: 20px;
  min-width: 140px;
  width: 10%;
}
.location-list .the-location-list li p b {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.location-list .the-location-list li .opening-hours,
.location-list .the-location-list li .p-name {
  width: 30%;
}
.location-list .the-location-list li .opening-hours {
  flex-grow: 1;
}
.location-list .the-location-list .li-sticky {
  background: #F5F5F5;
  margin: 0;
  position: sticky;
  top: 70px;
  z-index: 1;
}
@media screen and (max-width: 990px) {
  .location-list .the-location-list .li-sticky {
    display: none;
  }
  .location-list .the-location-list li {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
  }
  .location-list .the-location-list li p {
    padding: 2px 6px;
    width: fit-content;
    min-width: unset;
  }
  .location-list .the-location-list li .opening-hours,
.location-list .the-location-list li .p-name {
    width: 100%;
  }
}
.search-section .search-box {
  flex-direction: column;
  align-items: center;
  padding: 15px;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  margin: 40px auto;
  max-width: 760px;
}
.search-section .search-box input {
  font-size: 30px;
  text-align: center;
}

.search-now .the-location-list li {
  display: none;
}
.search-now .the-location-list .markInside {
  display: flex;
}
.search-now .the-location-list .markInside mark {
  background-color: #43E22F;
  color: #000;
}

.colorful-slice {
  will-change: transform, opacity;
}

.type {
  display: block;
  position: relative;
  line-height: 1.3;
}

.type .content {
  white-space: pre-wrap;
  word-break: break-word;
}

.type .caret {
  display: inline-block;
  width: 0.6ch;
  height: 1em;
  border-inline-start: 0.1em solid currentColor;
  animation: blink 1s steps(1) infinite;
  transform: translateY(0.12em);
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
.typing-done .caret {
  display: none;
}

.download-links-area {
  overflow: auto;
  background: white;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 26081987;
  text-align: center;
  padding: 0 30px;
  height: 0;
}
.download-links-area .apps-qrs {
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
  padding: 40px;
}
.download-links-area .apps-qrs img {
  width: 50%;
  min-width: 200px;
  max-width: 300px;
}
.download-links-area .apps-links {
  justify-content: center;
}

.download-links-area-open {
  overflow: hidden;
}
.download-links-area-open .download-links-area {
  height: 100%;
  padding: 60px 30px;
}

.carrousel-section h3 {
  padding: 30px;
  text-align: center;
}
.carrousel-section .the-carrousel {
  gap: 20px;
  overflow: auto;
  direction: ltr;
}
.carrousel-section .the-carrousel .carrousel-item {
  border-radius: 20px;
  padding: 6px;
  line-height: 0;
  position: relative;
}
.carrousel-section .the-carrousel .carrousel-item:before {
  content: "";
  width: 100%;
  height: 90%;
  background: linear-gradient(0deg, #313131, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
  border-radius: 20px;
}
.carrousel-section .the-carrousel .carrousel-item img {
  border-radius: 14px;
}
.carrousel-section .the-carrousel .carrousel-item h4 {
  position: absolute;
  margin: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  color: white;
  direction: rtl;
}
@media screen and (max-width: 1200px) {
  .carrousel-section .the-carrousel .carrousel-item {
    min-width: 240px;
  }
  .carrousel-section .the-carrousel .carrousel-item h4 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1700px) {
  .carrousel-section .the-carrousel {
    width: fit-content;
    margin: auto;
  }
}

.mainLayout-page .small-pageName {
  font-size: 16px;
  margin: 0;
  color: #8C8C8C;
}
.mainLayout-page .heroML-section p {
  margin: 20px 0;
}
.mainLayout-page .heroML-section .btns-action {
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 550px;
  margin: auto;
}
.mainLayout-page .heroML-section .btns-action .a-btn {
  flex-grow: 1;
}
.mainLayout-page .heroML-section .heroML-media {
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
}
.mainLayout-page .colorful-section {
  padding-bottom: 0;
}
.mainLayout-page .colorful-section .colorful-slice {
  margin: 20px 0;
  padding: 30px;
  gap: 30px;
  align-items: center;
  transition: unset;
}
.mainLayout-page .colorful-section .colorful-slice:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.mainLayout-page .colorful-section .colorful-slice .colorful-content,
.mainLayout-page .colorful-section .colorful-slice .colorful-media {
  width: calc(50% - 15px);
}
.mainLayout-page .colorful-section .colorful-slice .colorful-content p {
  padding: 20px 0 30px;
}
.mainLayout-page .colorful-section .colorful-slice .colorful-media {
  align-items: center;
  justify-content: center;
}
.mainLayout-page .colorful-section .colorful-slice .colorful-media img {
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .mainLayout-page .colorful-section .colorful-slice {
    flex-direction: column;
  }
  .mainLayout-page .colorful-section .colorful-slice:nth-of-type(odd) {
    flex-direction: column;
  }
  .mainLayout-page .colorful-section .colorful-slice .colorful-content,
.mainLayout-page .colorful-section .colorful-slice .colorful-media {
    width: 100%;
  }
  .mainLayout-page .colorful-section .colorful-slice .colorful-media img {
    max-height: unset;
  }
}
.mainLayout-page .contact-section {
  padding: 30px;
}
.mainLayout-page .contact-section .wrapper > h3 {
  text-align: center;
}
.mainLayout-page .contact-section .wrapper > p {
  text-align: center;
  padding: 20px 0 30px;
}
.mainLayout-page .contact-section .bottom-form {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainLayout-page .contact-section .bottom-form .wpcf7-list-item {
  margin: 0 10px;
}

.partnersLogos-section {
  padding: 100px 0;
}
.partnersLogos-section h3 {
  text-align: center;
}
.partnersLogos-section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  padding: 40px 0;
}
.partnersLogos-section ul li {
  line-height: 0;
  width: 19%;
  min-width: 180px;
  max-width: 240px;
}

.RC_LightGreen {
  background: #43E22F;
}

.RC_DarkGreen {
  background: #0B4B28;
  color: white;
}

.RC_LightBlue {
  background: #77C0F6;
}

.RC_DarkBlue {
  background: #0D0C4C;
  color: white;
}

.RC_LightPink {
  background: #EB3FD2;
}

.RC_DarkPink {
  background: #5B0750;
  color: white;
}

/*



* - * - * ----- Responsive ----- * - * - *

*/
@media screen and (max-width: 970px) {
  .menu-toggle {
    display: flex;
  }

  header .logo-site,
header .menu-toggle {
    position: relative;
    z-index: 1;
  }
  header .menu-header-menu-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
  }
  header .menu-header-menu-container .menu {
    flex-direction: column;
    background: white;
    gap: 40px;
    padding: 0 30px;
    overflow: hidden;
  }
  header .menu-header-menu-container .menu li {
    opacity: 0;
  }

  .main-navigation-open header .menu-header-menu-container {
    height: 100%;
  }
  .main-navigation-open header .menu-header-menu-container .menu {
    padding: 100px 30px 40px;
  }
  .main-navigation-open header .menu-header-menu-container .menu li {
    opacity: 1;
  }
}
/*



* - * - * ----- Language ----- * - * - *

*/

/*# sourceMappingURL=style.css.map */
