/*
Author: Mohammad Zare
Author URI: http://mohammadz.com/
*/
@charset "UTF-8";

@font-face {
  font-family: "De Luxe";
  font-weight: bold;
  src: url("../fonts/De-Luxe-Next-Bold.woff") format("woff");
}
@font-face {
  font-family: "SF Pro Text";
  font-weight: normal;
  src: url("../fonts/SF-Pro-Text-Light.woff") format("woff");
}
@font-face {
  font-family: "SF Pro Text";
  font-weight: bold;
  src: url("../fonts/SF-Pro-Text-Semibold.woff") format("woff");
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
a {
  color: rgb(42, 51, 80);
  text-decoration: none !important;
}
a:hover {
  color: rgb(80, 140, 155);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "SF Pro Text", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
html {
  background: rgb(80, 140, 155);
}
html,
body {
  min-height: 100%;
  min-height: 100vh;
}
body {
  font-family: "SF Pro Text", Helvetica, Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  line-height: 1.7;
  direction: ltr;
  background: rgb(255, 255, 255);
  color: rgb(29, 29, 27);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.overlay-link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}
.body-overlay {
  width: 100vw;
  height: 100vh;
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(2px);
  z-index: 1001;
  cursor: pointer;
}
.body-overflow {
  overflow: hidden;
}
.btn,
.custom-file-input,
.custom-select,
.form-control {
  border-radius: 0;
  box-shadow: none !important;
}
.btn,
label,
th,
.control-label {
  font-weight: normal;
  font-family: "SF Pro Text", sans-serif;
  font-weight: Bold;
  font-size: 14px;
}
a > i:only-child,
button > i:only-child {
  line-height: inherit;
}
ol {
  list-style-type: decimal;
}
.row.v-gutters {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.v-gutters > div {
  padding: 15px;
}
.sm-gutters {
  margin-left: -5px;
  margin-right: -5px;
}
.sm-gutters > .col,
.sm-gutters > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sm-gutters.v-gutters {
  margin-top: -5px;
  margin-bottom: -5px;
}
.row.sm-gutters.v-gutters > div {
  padding: 5px;
}
.lg-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.lg-gutters > .col,
.lg-gutters > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
.row.lg-gutters.v-gutters {
  margin-top: -30px;
  margin-bottom: -30px;
}
.row.lg-gutters.v-gutters > div {
  padding: 30px;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}
.modal-dialog {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.pagination {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pagination > li {
  padding: 0 10px;
}
.pagination > li > a,
.pagination > li > .page-link.current {
  padding: 0 6px;
  min-width: 36px;
  height: 36px;
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  line-height: 1;
  text-align: center;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: none !important;
}
.pagination > li > a.page-link:hover,
.pagination > li > .page-link.current {
  background: rgb(51, 51, 51);
  color: rgb(255, 255, 255);
}
/* Custom */
.section-cover {
  position: relative;
}
.section-cover > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.section-title {
  font-family: "De Luxe";
  font-size: 44px;
  margin: 0;
}
.section-subtitle {
  font-size: 32px;
}
.section {
  position: relative;
}
.section-wrapper {
  padding: 70px 0;
  position: relative;
  z-index: 1;
}
.section-header {
  text-align: center;
}
.section-title {
  color: rgb(80, 140, 155);
}
.section-header + .section-body,
.section-body + .section-footer,
.section-header + .section-footer {
  margin-top: 40px;
}
.section-intro .section-wrapper,
.section-brand .section-wrapper {
  padding: 0;
}
#header {
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}
#header.sticky {
  background: rgb(255, 255, 255);
  padding: 10px 0;
}
.logo {
  margin-right: auto;
}
.logo > img {
  height: 60px;
}
#header:not(.sticky) .logo > img {
  filter: brightness(0) invert(1);
}
.lang-nav {
  margin: 0 0 0 40px;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.lang-nav > li > a {
  color: rgb(255, 255, 255);
}
.lang-nav > li + li:before {
  color: rgb(255, 255, 255);
  content: "/";
  margin: 0 5px;
}
#header.sticky .lang-nav > li > a,
#header.sticky .lang-nav > li + li:before {
  color: rgb(42, 51, 80);
}
.lang-nav > li.active > a {
  color: rgb(80, 140, 155);
  font-weight: bold;
  cursor: default;
  pointer-events: none;
}
.section-intro {
  padding: 100px 0 50px;
  background: rgb(42, 51, 80);
}
.section-intro:before {
  background: url(../img/pattern-2.png) no-repeat center right;
  opacity: 0.1;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.intro-col-light:before {
  background: rgb(42, 51, 80);
  width: 100vw;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  content: "";
}
.section-intro .section-cover:before {
  padding-top: 120%;
  display: block;
  content: "";
}
.section-intro .section-cover > img {
  position: absolute;
  top: 0;
  left: 0;
}
.section-intro .section-body {
  color: rgb(255, 255, 255);
}
.section-intro .section-title {
  font-size: 50px;
  color: rgb(255, 255, 255);
}
.section-intro .section-subtitle {
  font-size: 20px;
  color: rgb(80, 140, 155);
}
.brand-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-item > img {
  max-width: 100%;
  max-height: 60px;
}
.section-category {
  background: rgb(246, 245, 245);
}
.pcat-item {
  padding: 20px;
  background: rgb(255, 255, 255);
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.pcat-item-title {
  font-family: "De Luxe";
  font-size: 26px;
  color: rgb(42, 51, 80);
  margin: 0 0 20px;
}
.pcat-item-desc {
  margin: auto 0 20px;
}
.pcat-item-btn {
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
}
.card-blog {
  padding: 20px;
  background: rgb(246, 245, 245);
  height: 100%;
}
.card-blog-header {
  position: relative;
}
.card-blog-header:before {
  padding-top: 66.66%;
  display: block;
  content: "";
}
.card-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-blog-body {
  padding-top: 20px;
}
.card-blog-title {
  color: rgb(42, 51, 80);
  font-size: 20px;
  margin: 0;
}
.card-blog-title > a {
  color: inherit;
}
.card-blog-title > a:hover {
  color: rgb(29, 29, 27);
}
.card-blog-desc {
  margin: 10px 0 0;
}
.card-product {
  padding: 10px;
  background: rgb(246, 245, 245);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-product-header {
  position: relative;
}
.card-product-header:before {
  padding-top: 100%;
  display: block;
  content: "";
}
.card-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.card-product-body {
  padding-top: 20px;
  text-align: center;
}
.card-product-footer {
  margin-top: auto;
  padding-top: 10px;
  text-align: center;
}
.card-product-title {
  color: rgb(42, 51, 80);
  font-size: 17px;
  margin: 0;
}
.card-product-title > a {
  color: inherit;
}
.card-product-title > a:hover {
  color: rgb(29, 29, 27);
}
.card-product-price {
  margin: 5px 0;
}
#footer {
  margin-top: auto;
  background: rgb(246, 245, 245);
}
.footer-top {
  padding: 40px 0 0;
}
.footer-bottom {
  background: rgb(42, 51, 80);
  color: rgb(246, 245, 245);
  font-weight: bold;
  margin: 30px 0 0;
  text-align: center;
  padding: 15px 0;
}
.contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info > li + li {
  margin-top: 10px;
}
.social-nav {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.social-nav > li + li {
  margin: 0 0 0 15px;
}
.social-nav > li > a > i {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  border-radius: 50%;
}
.social-nav > li > a:hover > i {
  background: #2d2d2d !important;
}
.social-nav > li > a > i[class$="instagram"] {
  background: #e4405f;
}
.social-nav > li > a > i[class$="telegram"] {
  background: #26a5e4;
}
.social-nav > li > a > i[class$="whatsapp"] {
  background: #25d366;
}
.social-nav > li > a > i[class$="x"] {
  background: #1da1f2;
}
.social-nav > li > a > i[class$="facebook"] {
  background: #1877f2;
}
.social-nav > li > a > i[class$="linkedin"] {
  background: #0a66c2;
}
.social-nav > li > a > i[class$="youtube"] {
  background: #ff0000;
}
.social-nav > li > a > i[class$="phone"] {
  background: #0b556a;
}
.social-nav > li > a > i[class$="sms"] {
  background: #7e4dd2;
}
#footer .social-nav {
  position: fixed;
  bottom: 10px;
  right: 10px;
  flex-direction: column;
  z-index: 100;
  /*padding-bottom: 70px;*/
}
#footer .social-nav > li + li {
  margin: 10px 0 0;
}
#footer .social-nav > li > a > i {
  width: 60px;
  height: 60px;
  font-size: 30px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-nav {
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
  padding: 0;
}
#page-header {
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  padding: 130px 0 40px;
  text-align: center;
}
.page-title {
  font-family: "De Luxe";
  font-size: 30px;
  margin: 0;
}
#page-body {
  padding: 40px 0 60px;
}
#page-banner {
  padding-top: 40px;
}
.item-product-cover img {
  width: 100%;
}
.user-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 20px;
  padding: 0;
  list-style: none;
}
.user-nav > li + li {
  margin-left: 15px;
}
.user-nav > li > a,
.user-nav > li > button {
  color: rgb(250, 250, 250);
  font-size: 26px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
}
.user-nav > li > a:hover,
.user-nav > li > button:hover {
  color: rgb(80, 140, 155);
}
#header.sticky .user-nav > li > a,
#header.sticky .user-nav > li > button {
  filter: invert(16%) sepia(23%) saturate(1239%) hue-rotate(188deg)
    brightness(94%) contrast(88%);
}
.user-nav > li > a:hover,
.user-nav > li > button:hover {
  filter: brightness(0);
}
.rating {
  unicode-bidi: bidi-override;
  direction: ltr;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.rating input {
  position: absolute;
  left: -999999px;
}
.rating label {
  display: inline-block;
  font-size: 0;
}
.rating > label:before {
  position: relative;
  font: 24px/1 "Font Awesome 5 Pro";
  font-weight: bold;
  display: block;
  content: "\f005";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  cursor: pointer;
}
.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > label.selected:before,
.rating > label.selected ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.search-wrapper {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
}
.search-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.search-form {
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: flex-end;
}
.search-input,
.search-btn,
.search-close {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 20px;
}
.search-input {
  border-bottom: 1px dotted rgb(0, 0, 0);
  margin: 0 15px;
  width: 100%;
  text-align: center;
}
.section-cta {
  padding: 60px 0;
  background: rgb(42, 51, 80);
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
}
.section-cta > div {
  position: relative;
  z-index: 2;
}
.section-cta:before {
  background: url(../img/pattern-2.png) no-repeat center right;
  opacity: 0.1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
}
.taxonomy-desc {
  margin: 50px 0 0;
}
.taxonomy-desc img {
  max-width: 100%;
}
.contact-box {
  padding: 30px;
  background: rgb(246, 245, 245);
}
body.page-template-page-contact #footer {
  margin-top: 0;
}
body.page-template-page-contact #page-footer {
  margin-top: auto;
}
div.contact-map > iframe,
iframe.contact-map {
  width: 100% !important;
  height: 400px !important;
  border: none !important;
}
.product-table {
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-table > li {
  padding: 10px 0;
}
.product-table > li + li {
  border-top: 1px dashed rgb(120, 120, 120);
}
.product-table > li {
  display: flex;
}
.product-table > li > strong {
  width: 40%;
  text-wrap: balance;
}
.product-table > li > div {
  width: 100%;
  padding-left: 15px;
}
.product-table > li > div > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.product-table > li > div > ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-right: 5px;
}
.fblock-header {
  margin: 0 0 15px;
}
.fblock-title {
  font-size: 18px;
  margin: 0;
}
.breadcrumb {
  justify-content: center;
  align-items: center;
  color: rgb(255, 255, 255);
  margin-top: 20px;
}
.breadcrumb > li + li::before {
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
  display: inline-flex;
  margin: 0 4px;
  content: "";
}
.breadcrumb li.active:last-child {
  font-weight: bold;
}
.breadcrumb li > a {
  color: rgb(255, 255, 255);
}
.breadcrumb li > a:hover {
  color: rgb(0, 0, 0);
}
#respond,
#comments {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px dashed rgb(0, 0, 0);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  display: block;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  border-color: rgb(0, 123, 255);
}
.comment-form textarea {
  height: auto;
}
.comment-form input[type="submit"] {
  color: #515151;
  background-color: #ebe9eb;
  height: 45px;
  padding: 0 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0;
}
.comment-form input[type="submit"]:hover {
  background-color: #dfdcde;
  color: #515151;
}
.cmstr-out {
  display: inline-flex !important;
}
.entry-footer {
  background-color: #ebe9eb;
  padding: 20px;
  margin: 30px 0 0;
}
.entry-footer > div {
  display: flex;
  flex-wrap: wrap;
}
.entry-footer > div > strong {
  margin-right: 15px;
}
.entry-footer div > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.entry-footer div > ul > li:not(:last-child)::after {
  content: "،";
  display: inline;
  margin-right: 5px;
}
.item-product-action {
  padding: 40px 0 0;
}
.item-product-excerpt {
  padding: 15px 0;
  border-top: 1px dashed rgb(120, 120, 120);
  border-bottom: 1px dashed rgb(120, 120, 120);
}
.item-product-excerpt > ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.product-gallery {
  background: rgb(246, 245, 245);
  padding: 10px;
  line-height: 0;
}
.product-gallery img {
  background: #fff;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/1;
  display: block !important;
}
.product-thumb-gallery {
  margin: 10px 0 0;
}
.gallery-thumb-item {
  margin-left: 10px;
}
.product-thumb-gallery .slick-slide {
  border: 1px solid transparent;
  cursor: pointer;
}
.product-thumb-gallery .slick-current {
  border-color: #ccc;
}
.product-thumb-gallery .slick-slide:not(:last-child) {
  margin-right: 10px;
}
.product-thumb-gallery .slick-arrow {
  width: 30px;
  height: 30px;
  background: rgb(42, 51, 80);
  border: none;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.product-thumb-gallery .slick-arrow::before {
  width: 65%;
  height: 65%;
  border: 1px solid #fff;
  content: "";
}
.product-thumb-gallery .slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -50%) rotate(45deg);
}
.product-thumb-gallery .slick-arrow.slick-prev::before {
  border-right: none;
  border-top: none;
}
.product-thumb-gallery .slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -50%) rotate(45deg);
}
.product-thumb-gallery .slick-arrow.slick-next::before {
  border-left: none;
  border-bottom: none;
}
.panel {
  border: 1px solid rgb(170, 170, 170);
  border-radius: 4px;
  overflow: hidden;
}
.panel + .panel {
  margin-top: 20px;
}
.panel-header {
  background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
  cursor: pointer;
  position: relative;
}
.panel-header::after {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(0);
  display: inline-flex;
  font-size: 18px;
  color: rgb(20, 20, 20);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  content: "";
}
.panel.active .panel-header::after {
  transform: translateY(-50%) rotate(-90deg);
}
.panel-title {
  color: rgb(0, 0, 0);
  font-weight: bold;
  font-size: 17px;
  margin: 0;
  padding: 10px 30px 10px 15px;
}
.panel-body {
  background: #ccc;
  padding: 10px 15px;
  display: none;
}
.panel-body > p:last-child {
  margin-bottom: 0;
}
i[class^="icon-"] {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
i[class^="icon-"]::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}
i.icon-circle-notch::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M222.7 32.1c5 16.9-4.6 34.8-21.5 39.8C121.8 95.6 64 169.1 64 256c0 106 86 192 192 192s192-86 192-192c0-86.9-57.8-160.4-137.1-184.1c-16.9-5-26.6-22.9-21.5-39.8s22.9-26.6 39.8-21.5C434.9 42.1 512 140 512 256c0 141.4-114.6 256-256 256S0 397.4 0 256C0 140 77.1 42.1 182.9 10.6c16.9-5 34.8 4.6 39.8 21.5z'/%3E%3C/svg%3E");
  filter: brightness(0) invert(1);
}
i.icon-search::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z'/%3E%3C/svg%3E");
}
i.icon-bars::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}
i.icon-times::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z'/%3E%3C/svg%3E");
}
i.icon-map-marker-alt::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath d='M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z'/%3E%3C/svg%3E");
}
i.icon-phone::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E");
}
i.icon-envelope::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M48 64C21.5 64 0 85.5 0 112c0 15.1 7.1 29.3 19.2 38.4L236.8 313.6c11.4 8.5 27 8.5 38.4 0L492.8 150.4c12.1-9.1 19.2-23.3 19.2-38.4c0-26.5-21.5-48-48-48L48 64zM0 176L0 384c0 35.3 28.7 64 64 64l384 0c35.3 0 64-28.7 64-64l0-208L294.4 339.2c-22.8 17.1-54 17.1-76.8 0L0 176z'/%3E%3C/svg%3E");
}
i.icon-clock::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 256A208 208 0 1 1 48 256a208 208 0 1 1 416 0zM0 256a256 256 0 1 0 512 0A256 256 0 1 0 0 256zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/%3E%3C/svg%3E");
}
i.icon-instagram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}
i.icon-telegram::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 496 512'%3E%3Cpath d='M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z'/%3E%3C/svg%3E");
}
i.icon-whatsapp::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M380.9 97.1C339 55.1 283.2 32 223.9 32c-122.4 0-222 99.6-222 222 0 39.1 10.2 77.3 29.6 111L0 480l117.7-30.9c32.4 17.7 68.9 27 106.1 27h.1c122.3 0 224.1-99.6 224.1-222 0-59.3-25.2-115-67.1-157zm-157 341.6c-33.2 0-65.7-8.9-94-25.7l-6.7-4-69.8 18.3L72 359.2l-4.4-7c-18.5-29.4-28.2-63.3-28.2-98.2 0-101.7 82.8-184.5 184.6-184.5 49.3 0 95.6 19.2 130.4 54.1 34.8 34.9 56.2 81.2 56.1 130.5 0 101.8-84.9 184.6-186.6 184.6zm101.2-138.2c-5.5-2.8-32.8-16.2-37.9-18-5.1-1.9-8.8-2.8-12.5 2.8-3.7 5.6-14.3 18-17.6 21.8-3.2 3.7-6.5 4.2-12 1.4-32.6-16.3-54-29.1-75.5-66-5.7-9.8 5.7-9.1 16.3-30.3 1.8-3.7 .9-6.9-.5-9.7-1.4-2.8-12.5-30.1-17.1-41.2-4.5-10.8-9.1-9.3-12.5-9.5-3.2-.2-6.9-.2-10.6-.2-3.7 0-9.7 1.4-14.8 6.9-5.1 5.6-19.4 19-19.4 46.3 0 27.3 19.9 53.7 22.6 57.4 2.8 3.7 39.1 59.7 94.8 83.8 35.2 15.2 49 16.5 66.6 13.9 10.7-1.6 32.8-13.4 37.4-26.4 4.6-13 4.6-24.1 3.2-26.4-1.3-2.5-5-3.9-10.5-6.6z'/%3E%3C/svg%3E");
}
i.icon-linkedin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z'/%3E%3C/svg%3E");
}
.btn-toggle i[class^="icon-"] {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}
.social-nav i[class^="icon-"]::before {
  width: 50%;
  height: 50%;
  filter: brightness(0) invert(1);
}
.contact-info i[class^="icon-"] {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(0);
}
.fa-spin {
  animation: fa-spin 2s linear infinite;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
/*Plugins*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  min-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 0.063rem solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*CMS*/
.entry-content table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  border: 1px solid #dee2e6;
}
.entry-content table th,
.entry-content table td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}
.entry-content table thead th,
.entry-content table thead td {
  vertical-align: bottom;
  border-bottom-width: 2px;
}
.entry-content table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
ol.commentlist {
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-indent: 0;
}
ol.commentlist li {
}
ol.commentlist li.alt {
}
ol.commentlist li.bypostauthor {
}
ol.commentlist li.byuser {
}
ol.commentlist li.comment-author-admin {
}
ol.commentlist li.comment {
  border-bottom: 1px dotted #666;
  padding: 1em;
}
ol.commentlist li.comment div.comment-author {
}
ol.commentlist li.comment div.vcard {
}
ol.commentlist li.comment div.vcard cite.fn {
  font-style: normal;
}
ol.commentlist li.comment div.vcard cite.fn a.url {
}
ol.commentlist li.comment div.vcard img.avatar {
  border: 3px solid #ccc;
  margin: 0 0 0 1em;
}
ol.commentlist li.comment div.vcard img.avatar-32 {
}
ol.commentlist li.comment div.vcard img.photo {
}
ol.commentlist li.comment div.vcard span.says {
}
ol.commentlist li.comment div.commentmetadata {
}
ol.commentlist li.comment div.comment-meta {
  font-size: 9px;
}
ol.commentlist li.comment div.comment-meta a {
  color: #ccc;
}
ol.commentlist li.comment p {
  font-size: 11px;
  margin: 0 0 1em;
}
ol.commentlist li.comment ul {
  font-size: 11px;
  list-style: square;
  margin: 0 2em 1em 0;
}
ol.commentlist li.comment div.reply {
  font-size: 11px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ol.children {
  list-style: none;
  margin: 1em 0 0;
  text-indent: 0;
}
ol.commentlist li.comment ol.children li {
}
ol.commentlist li.comment ol.children li.alt {
}
ol.commentlist li.comment ol.children li.bypostauthor {
}
ol.commentlist li.comment ol.children li.byuser {
}
ol.commentlist li.comment ol.children li.comment {
}
ol.commentlist li.comment ol.children li.comment-author-admin {
}
ol.commentlist li.comment ol.children li.depth-2 {
  border-right: 5px solid #555;
  margin: 0 0.25em 0.25em 0;
}
ol.commentlist li.comment ol.children li.depth-3 {
  border-right: 5px solid #999;
  margin: 0 0.25em 0.25em 0;
}
ol.commentlist li.comment ol.children li.depth-4 {
  border-right: 5px solid #bbb;
  margin: 0 0.25em 0.25em 0;
}
ol.commentlist li.comment ol.children li.depth-5 {
}
ol.commentlist li.comment ol.children li.odd {
}
ol.commentlist li.even {
  background: #fff;
}
ol.commentlist li.odd {
  background: #f6f6f6;
}
ol.commentlist li.parent {
  border-right: 5px solid #111;
}
ol.commentlist li.thread-alt {
}
ol.commentlist li.thread-even {
}
ol.commentlist li.thread-odd {
}
.comment-meta {
  margin: 0 0 1em;
}
.comment-metadata {
  font-size: 0.7em;
}
.entry-content h6 {
  font-size: 16px;
}
.entry-content h5 {
  font-size: 18px;
}
.entry-content h4 {
  font-size: 20px;
}
.entry-content h3 {
  font-size: 22px;
}
.entry-content h2 {
  font-size: 28px;
}
.entry-content h1 {
  font-size: 32px;
}
.entry-content p:last-child {
  margin-bottom: 0;
}
.entry-content iframe {
  border: none;
}
.entry-content img {
  max-width: 100%;
  margin: 0 0 1.5em 0;
  height: auto !important;
}
.alignleft,
img.alignleft {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.alignright,
img.alignright {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.aligncenter,
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
  max-width: 100%;
  height: auto;
}
.post-image-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.post-image-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.post-image-caption p.post-image-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
blockquote.right {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
.gallery {
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 10px 0 0;
  text-align: center;
  list-style: none;
}
.gallery-caption {
  font-size: 11px;
}
.gallery-columns-0 .gallery-item {
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.11%;
}
.gallery-columns-10 .gallery-item {
  width: 10%;
}
.gallery-columns-11 .gallery-item {
  width: 9.09%;
}
.gallery-columns-12 .gallery-item {
  width: 8.33%;
}
.gallery-columns-13 .gallery-item {
  width: 7.69%;
}
.gallery-columns-14 .gallery-item {
  width: 7.14%;
}
.gallery-columns-15 .gallery-item {
  width: 6.66%;
}
.gallery-columns-16 .gallery-item {
  width: 6.25%;
}
.gallery-columns-17 .gallery-item {
  width: 5.88%;
}
.gallery-columns-18 .gallery-item {
  width: 5.55%;
}
.gallery-columns-19 .gallery-item {
  width: 5.26%;
}
.gallery-columns-20 .gallery-item {
  width: 5%;
}
.gallery-columns-21 .gallery-item {
  width: 4.76%;
}
.gallery-columns-22 .gallery-item {
  width: 4.54%;
}
.gallery-columns-23 .gallery-item {
  width: 4.34%;
}
.gallery-columns-24 .gallery-item {
  width: 4.16%;
}
.gallery-columns-25 .gallery-item {
  width: 4%;
}
.gallery-columns-26 .gallery-item {
  width: 3.84%;
}
.gallery-columns-27 .gallery-item {
  width: 3.7%;
}
.gallery-columns-28 .gallery-item {
  width: 3.57%;
}
.gallery-columns-29 .gallery-item {
  width: 3.44%;
}
.gallery-columns-30 .gallery-item {
  width: 3.33%;
}
/*Responsive*/

@media (max-width: 767.98px) {
  #navigation {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2002;
    overflow-y: scroll;
    width: 250px;
    height: 100vh;
    padding: 15px 0;
    background: rgb(42, 51, 80);
    transition: all 0.3s ease-out;
    backface-visibility: hidden;
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
  #navigation.active {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #navigation li > a {
    white-space: nowrap;
    height: 40px;
    font-size: 14px;
    padding: 0 10px 0 20px;
    color: rgb(250, 250, 250);
    position: relative;
    display: flex;
    align-items: center;
  }
  #navigation > ul > li > a {
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  #navigation > ul > li a:hover,
  #navigation > ul > li a:focus {
    background: rgba(255, 255, 255, 0.1);
  }
  #navigation > ul > li a:before,
  #navigation li.submenu > a:after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%) rotate(90deg);
    content: "";
  }
  #navigation > ul > li a:before {
    transform: translateY(-50%);
    right: auto;
    left: 4px;
  }
  #navigation li.submenu.active > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  #navigation ul ul > li > a {
    padding-left: 32px;
  }
  #navigation ul ul > li a:before {
    left: 16px;
  }
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
  #navigation {
    margin-left: 30px;
  }
  #navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #navigation ul > li {
    position: relative;
  }
  #navigation > ul > li + li {
    margin-left: 30px;
  }
  #navigation li > a {
    color: rgb(12, 27, 59);
    font-weight: bold;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
  }
  #navigation li:hover > a,
  #navigation li.current-menu-item > a {
    color: rgb(80, 140, 155);
  }
  #navigation li > ul > li + li {
    border-top: 1px solid rgb(245, 245, 245);
  }
  #navigation li > ul > li > a {
    color: rgb(37, 37, 37);
  }
  #navigation li > ul > li:hover > a,
  #navigation li > ul > li.current-menu-item > a {
    background-color: rgb(245, 245, 245);
    color: rgb(80, 140, 155);
  }
  #navigation > ul > li > a {
    color: rgb(37, 37, 37);
    padding: 20px 0;
  }
  #header:not(.sticky) #navigation > ul > li > a {
    color: rgb(255, 255, 255);
  }
  #header:not(.sticky) #navigation > ul > li:hover > a {
    color: rgb(80, 140, 155);
  }
  #navigation > ul > li.current-menu-item > a,
  #navigation > ul > li:hover > a {
    color: rgb(80, 140, 155);
  }
  #navigation ul ul > li.current-menu-item > a,
  #navigation ul ul > li:hover > a {
    color: rgb(42, 51, 80);
  }
  #navigation li > ul {
    border-top: 3px solid rgb(80, 140, 155);
    background-color: rgb(255, 255, 255);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    left: 0;
    min-width: 230px;
    flex-direction: column;
    align-items: unset;
  }
  #navigation > ul > li > ul ul {
    top: 0;
    left: 100%;
  }
  #navigation li > ul > li > a {
    padding: 15px 10px;
  }
  #navigation li:hover > ul {
    opacity: 1;
    visibility: visible;
  }
  #navigation li > ul > li.menu-item-has-children > a {
    padding-right: 45px;
  }
  #navigation > ul > li.menu-item-has-children > a {
    padding-right: 20px;
  }
  #navigation li.menu-item-has-children > a:after {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M273 239c9.4 9.4 9.4 24.6 0 33.9L113 433c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l143-143L79 113c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0L273 239z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    filter: brightness(0) invert(1);
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    content: "";
  }
  #navigation > ul > li.menu-item-has-children > a:after {
    transform: translateY(-50%) rotate(90deg);
  }
  #navigation > ul > li.menu-item-has-children:hover > a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .intro-col-light:before {
    top: -100px;
    bottom: 100px;
    box-shadow: 0 150px 0 0 rgb(255, 255, 255);
  }
  .comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
