/*کدهای نظرات محصول*/
.feedback {
  --normal: #63627c;
  --normal-shadow: #313140;
  --normal-shadow-top: #4c4b60;
  --normal-mouth: #2e2e3d;
  --normal-eye: #282734;
  --active: #f8da69;
  --active-shadow: #f4b555;
  --active-shadow-top: #fff6d3;
  --active-mouth: #f05136;
  --active-eye: #313036;
  --active-tear: #76b5e7;
  --active-shadow-angry: #e94f1d;
  --hover: #454456;
  --hover-shadow-top: #59586b;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: flex;
}
.feedback label {
  position: relative;
  transition: transform 0.3s;
  cursor: pointer;
}
.feedback label:not(:first-child) {
  margin-right: 10px;
}
.feedback label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--sb, var(--normal));
  box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow)),
    inset -1px 1px 2px var(--sht, var(--normal-shadow-top));
  transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
  -webkit-tap-highlight-color: transparent;
}
.feedback label div {
  width: 40px;
  height: 40px;
  position: relative;
  transform: perspective(240px) translateZ(4px);
}
.feedback label div svg,
.feedback label div:before,
.feedback label div:after {
  display: block;
  position: absolute;
  left: var(--l, 9px);
  top: var(--t, 13px);
  width: var(--w, 8px);
  height: var(--h, 1px);
  transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback label div svg {
  fill: none;
  stroke: var(--s);
  stroke-width: 1.5px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.4s;
}
.feedback label div svg.eye {
  --s: var(--e, var(--normal-eye));
  --t: 17px;
  --w: 7px;
  --h: 4px;
}
.feedback label div svg.eye.right {
  --l: 23px;
}
.feedback label div svg.mouth {
  --s: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 7px;
}
.feedback label div:before,
.feedback label div:after {
  content: "";
  z-index: var(--zi, 1);
  border-radius: var(--br, 1px);
  background: var(--b, var(--e, var(--normal-eye)));
  transition: background 0.4s;
}
.feedback label.angry {
  --step-1-rx: -24deg;
  --step-1-ry: 20deg;
  --step-2-rx: -24deg;
  --step-2-ry: -20deg;
}
.feedback label.angry div:before {
  --r: 20deg;
}
.feedback label.angry div:after {
  --l: 23px;
  --r: -20deg;
}
.feedback label.angry div svg.eye {
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback label.angry input:checked {
  -webkit-animation: angry 1s linear;
  animation: angry 1s linear;
}
.feedback label.angry input:checked + div:before {
  --middle-y: -2px;
  --middle-r: 22deg;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback label.angry input:checked + div:after {
  --middle-y: 1px;
  --middle-r: -18deg;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback label.sad {
  --step-1-rx: 20deg;
  --step-1-ry: -12deg;
  --step-2-rx: -18deg;
  --step-2-ry: 14deg;
}
.feedback label.sad div:before,
.feedback label.sad div:after {
  --b: var(--active-tear);
  --sc: 0;
  --w: 5px;
  --h: 5px;
  --t: 15px;
  --br: 50%;
}
.feedback label.sad div:after {
  --l: 25px;
}
.feedback label.sad div svg.eye {
  --t: 16px;
}
.feedback label.sad div svg.mouth {
  --t: 24px;
  stroke-dasharray: 9.5;
  stroke-dashoffset: 33.25;
}
.feedback label.sad input:checked + div:before,
.feedback label.sad input:checked + div:after {
  -webkit-animation: tear 0.6s linear forwards;
  animation: tear 0.6s linear forwards;
}
.feedback label.ok {
  --step-1-rx: 4deg;
  --step-1-ry: -22deg;
  --step-1-rz: 6deg;
  --step-2-rx: 4deg;
  --step-2-ry: 22deg;
  --step-2-rz: -6deg;
}
.feedback label.ok div:before {
  --l: 12px;
  --t: 17px;
  --h: 4px;
  --w: 4px;
  --br: 50%;
  box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback label.ok div:after {
  --l: 13px;
  --t: 26px;
  --w: 14px;
  --h: 2px;
  --br: 1px;
  --b: var(--m, var(--normal-mouth));
}
.feedback label.ok input:checked + div:before {
  --middle-s-y: 0.35;
  -webkit-animation: toggle 0.2s linear forwards;
  animation: toggle 0.2s linear forwards;
}
.feedback label.ok input:checked + div:after {
  --middle-s-x: 0.5;
  -webkit-animation: toggle 0.7s linear forwards;
  animation: toggle 0.7s linear forwards;
}
.feedback label.good {
  --step-1-rx: -14deg;
  --step-1-rz: 10deg;
  --step-2-rx: 10deg;
  --step-2-rz: -8deg;
}
.feedback label.good div:before {
  --b: var(--m, var(--normal-mouth));
  --w: 5px;
  --h: 5px;
  --br: 50%;
  --t: 22px;
  --zi: 0;
  opacity: 0.5;
  box-shadow: 16px 0 0 var(--b);
  filter: blur(2px);
}
.feedback label.good div:after {
  --sc: 0;
}
.feedback label.good div svg.eye {
  --t: 15px;
  --sc: -1;
  stroke-dasharray: 4.55;
  stroke-dashoffset: 8.15;
}
.feedback label.good div svg.mouth {
  --t: 22px;
  --sc: -1;
  stroke-dasharray: 13.3;
  stroke-dashoffset: 23.75;
}
.feedback label.good input:checked + div svg.mouth {
  --middle-y: 1px;
  --middle-s: -1;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback label.happy div {
  --step-1-rx: 18deg;
  --step-1-ry: 24deg;
  --step-2-rx: 18deg;
  --step-2-ry: -24deg;
}
.feedback label.happy div:before {
  --sc: 0;
}
.feedback label.happy div:after {
  --b: var(--m, var(--normal-mouth));
  --l: 11px;
  --t: 23px;
  --w: 18px;
  --h: 8px;
  --br: 0 0 8px 8px;
}
.feedback label.happy div svg.eye {
  --t: 14px;
  --sc: -1;
}
.feedback label.happy input:checked + div:after {
  --middle-s-x: 0.95;
  --middle-s-y: 0.75;
  -webkit-animation: toggle 0.8s linear forwards;
  animation: toggle 0.8s linear forwards;
}
.feedback label input:checked {
  --sb: var(--active);
  --sh: var(--active-shadow);
  --sht: var(--active-shadow-top);
}
.feedback label input:checked + div {
  --m: var(--active-mouth);
  --e: var(--active-eye);
  -webkit-animation: shake 0.8s linear forwards;
  animation: shake 0.8s linear forwards;
}
.feedback label input:not(:checked):hover {
  --sb: var(--hover);
  --sht: var(--hover-shadow-top);
}
.feedback label input:not(:checked):active {
  transform: scale(0.925);
}
.feedback label input:not(:checked):active + div {
  transform: scale(0.925);
}
.feedback label:hover {
  transform: scale(1.08);
}

@-webkit-keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg))
      rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg))
      translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg))
      rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg))
      translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}

@keyframes shake {
  30% {
    transform: perspective(240px) rotateX(var(--step-1-rx, 0deg))
      rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg))
      translateZ(10px);
  }
  60% {
    transform: perspective(240px) rotateX(var(--step-2-rx, 0deg))
      rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg))
      translateZ(10px);
  }
  100% {
    transform: perspective(240px) translateZ(4px);
  }
}
@-webkit-keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1)
      translateZ(0);
  }
}
@keyframes tear {
  0% {
    opacity: 0;
    transform: translateY(-2px) scale(0) translateZ(0);
  }
  50% {
    transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
  }
  20%,
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1)
      translateZ(0);
  }
}
@-webkit-keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0))
      scale(
        var(--middle-s-x, var(--middle-s, 1)),
        var(--middle-s-y, var(--middle-s, 1))
      )
      rotate(var(--middle-r, 0deg));
  }
}
@keyframes toggle {
  50% {
    transform: translateY(var(--middle-y, 0))
      scale(
        var(--middle-s-x, var(--middle-s, 1)),
        var(--middle-s-y, var(--middle-s, 1))
      )
      rotate(var(--middle-r, 0deg));
  }
}
@-webkit-keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow),
      inset 0 8px 10px var(--active-shadow-angry);
  }
}
@keyframes angry {
  40% {
    background: var(--active);
  }
  45% {
    box-shadow: inset 3px -3px 4px var(--active-shadow),
      inset 0 8px 10px var(--active-shadow-angry);
  }
}
/*پنهان کردن ستاره*/
.comment-form-rating{
	display:none;
}
/*تولتیپ کامنت*/
.feedback label:hover .niastooltiptext{
	opacity:1;
}
.niastooltiptext{
	position:absolute;
	top:-25px;
	width:60px;
	text-align:center;
	right:-8px;
	background-color:black;
	border-radius:5px;
	padding: 3px 0px;
	color:white;
	opacity:0;
	transition:all 0.1s linear;
	
}
.niastooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}


/*PRELOADER*/
.loader {
--color: #173E56;
--size: 70px;
width: var(--size);
height: var(--size);
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 5px;
}

.loader span {
width: 100%;
height: 100%;
background-color: var(--color);
animation: keyframes-blink 0.6s alternate infinite linear;
}

.loader span:nth-child(1) {
animation-delay: 0ms;
}

.loader span:nth-child(2) {
animation-delay: 200ms;
}

.loader span:nth-child(3) {
animation-delay: 300ms;
}

.loader span:nth-child(4) {
animation-delay: 400ms;
}

.loader span:nth-child(5) {
animation-delay: 500ms;
}

.loader span:nth-child(6) {
animation-delay: 600ms;
}

@keyframes keyframes-blink {
0% {
opacity: 0.3;
transform: scale(0.5) rotate(5deg);
}

50% {
opacity: 1;
transform: scale(1);
}
}
.niaspreloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 99999999999;
    background-color: #a0b8c75e;
    top: 0;
    right: 0;
    backdrop-filter: blur(2px);
}
@font-face {
    font-family: 'efaicons';
    src: url(https://novin-foam.ir/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.eot?6xl4u9);
    src: url('https://novin-foam.ir/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.eot?6xl4u9#iefix') format('embedded-opentype'),url(https://novin-foam.ir/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.ttf?6xl4u9) format('truetype'),url(https://novin-foam.ir/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.woff?6xl4u9) format('woff'),url('https://novin-foam.ir/wp-content/plugins/persian-elementor/includes/icons/efaicons/fonts/efaicons.svg?6xl4u9#efaicons') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}



//Optmizing Requests بهینه سازی درخواست ها

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.mfn-product-gallery .swiper-slide img{display:block}.mfn-thumbnails-bottom .swiper-slide{width:25%}body{--mfn-woo-border-radius-box:8px;--mfn-woo-body-color:#626262;--mfn-woo-heading-color:#626262;--mfn-woo-themecolor:#0089f7;--mfn-woo-bg-themecolor:#0089f7;--mfn-woo-border-themecolor:#0089f7;--mfn-woo-bg-box:rgba(0,0,0,0.03);--mfn-woo-border:rgba(0,0,0,0.08);--mfn-woo-text-option-color:rgba(0,0,0,0.5);--mfn-woo-text-option-color-hover:rgba(0,0,0,0.8);--mfn-woo-icon-option:rgba(0,0,0,0.8)}body.content-brightness-dark{--mfn-woo-bg-box:hsla(0,0%,100%,0.03);--mfn-woo-border:hsla(0,0%,100%,0.08);--mfn-woo-text-option-color:hsla(0,0%,100%,0.5);--mfn-woo-text-option-color-hover:hsla(0,0%,100%,0.8);--mfn-woo-icon-option:hsla(0,0%,100%,0.8)}.woocommerce #customer_login h2{font-size:30px;line-height:40px;font-weight:400;letter-spacing:0}.woocommerce .wc-bacs-bank-details-heading,.woocommerce .woocommerce-customer-details h2,.woocommerce .woocommerce-order-details__title{font-size:20px;line-height:30px;font-weight:600;letter-spacing:0;color:#161922}.woocommerce table{display:table;visibility:visible}.woocommerce table th{font-size:100%}.woocommerce-demo-store p.demo_store{top:0}.woocommerce .column_product_price .price ins,.woocommerce div.product p.price ins,.woocommerce div.product span.price ins,.woocommerce ul.products li.product .price ins{text-decoration:none}.woocommerce .column_product_price .price del,.woocommerce div.product p.price del,.woocommerce div.product span.price del,.woocommerce ul.products li.product .price del{font-size:80%;margin-right:5px}.shop-catalogue .column_product_cart_button,.shop-hide-price .column_product_price,.shop-hide-price .product p.price,.shop-hide-price ul.products li.product .price{display:none}.woocommerce .pager{margin-bottom:40px}.woocommerce .cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:10px}.woocommerce .cart-empty .cart-empty-icon i{display:inline-block;font-size:50px;margin-bottom:20px}.woocommerce .cart-empty .cart-empty-icon svg{width:70px}.woocommerce .cart-empty .cart-empty-icon{opacity:.15;margin:0}.mfn-wish-button{margin:0 10px;line-height:1;position:relative;border:0;cursor:pointer}.mfn-wish-button svg{width:30px}.mfn-wish-button .path{stroke:rgba(0,0,0,.15);transition:stroke .2s ease-out}.mfn-wish-button:hover .path{stroke:rgba(0,0,0,.3)}.mfn-wish-button.loved svg{animation-name:add-to-wishlist;animation-duration:1s}.product-loop-thumb .image_links .mfn-wish-button{margin:0}.product-loop-thumb .mfn-wish-button.mfn-abs-top{position:absolute;right:15px;top:18px;z-index:3;margin:0}.wishlist{padding:50px 0 40px}.wishlist .wishlist-row{display:flex;align-items:center;margin-bottom:40px;border-bottom:1px solid var(--mfn-woo-border)}.wishlist .wishlist-row .product-loop-thumb{position:relative}.wishlist .wishlist-row:last-of-type{margin-bottom:0;border-bottom:0}.wishlist .wishlist-row .price{font-size:30px;line-height:30px}.wishlist .wishlist-row .product_meta>span{margin-right:10px}.wishlist .wishlist-row .wishlist-options{text-align:center}.wishlist .wishlist-row .wishlist-options .add_to_cart_button{margin-bottom:20px}.wishlist .wishlist-row .wishlist-options .add_to_cart_button.added{display:none}.wishlist .wishlist-row .wishlist-options .added_to_cart{display:inline-block;padding-top:0;margin-bottom:20px;position:relative}.wishlist .wishlist-row .wishlist-options .added_to_cart:after{content:"\e917";font-family:mfn-icons;position:absolute;right:-20px;top:0}.wishlist .wishlist-row .wishlist-options .mfn-li-product-row-button{display:flex;flex-direction:column;align-items:center}.wishlist .wishlist-info{text-align:center;width:100%;margin-bottom:30px}.wishlist .image_frame.product-loop-thumb{position:relative}.mfn-footer-stickymenu{display:none;width:100%;position:fixed;bottom:0;left:0;background-color:#fff;z-index:9999;text-align:center;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}.mfn-footer-stickymenu ul{padding:0;margin:0;list-style-type:none;display:flex;justify-content:space-evenly;align-items:center}.mfn-footer-stickymenu ul li{flex-grow:1;flex-basis:0}.mfn-footer-stickymenu ul li a{padding:20px 15px;text-decoration:none;line-height:0;display:flex;align-items:center;justify-content:center}.mfn-footer-stickymenu ul li a img,.mfn-footer-stickymenu ul li a svg{height:30px;line-height:1;width:auto;display:inline-block}.mfn-footer-stickymenu ul li a i{font-size:22px}.mfn-footer-stickymenu ul li a img{border-radius:100%}.mfn-footer-stickymenu ul li a .sm-item{display:none;font-size:11px;line-height:1.3em;padding-top:0}.mfn-footer-stickymenu ul li a .header-cart-count,.mfn-footer-stickymenu ul li a .header-wishlist-count{position:relative;margin-left:-5px;top:-10px;display:inline-block;width:18px;line-height:18px;text-align:center;font-size:11px;background-color:var(--mfn-woo-bg-themecolor);color:#fff;border-radius:100%}.mfn-footer-stickymenu ul li a .header-cart-count{margin-left:-7px}.mfn-hidden-icon-count #Top_bar .header-cart-count.mfn-header-icon-0,.mfn-hidden-icon-count #Top_bar .header-cart-count.mfn-header-icon-0~.header-cart-total{display:none!important}.mfn-footer-stickymenu ul li a,.mfn-footer-stickymenu ul li a .path{color:rgba(0,0,0,.8);stroke:rgba(0,0,0,.8)}@media only screen and (max-width:767px){.mfn-footer-stickymenu{display:block}.footer-menu-sticky #Footer{padding-bottom:70px}.ofcs-mobile .sidebar{display:none}.mfn-all-shop-filters-disabled.ofcs-mobile .shop-filters{display:flex}.footer-menu-sticky .mfn-fake-sale-noti{bottom:90px}}.mfn-popup-quickview .mfn-close-icon{position:absolute;top:15px;right:15px}.mfn-popup-quickview .mfn-popup-content-wrapper{display:flex}.mfn-popup-quickview .mfn-popup-content-col{width:50%}.mfn-popup-quickview .mfn-popup-content-photos{position:relative}.mfn-popup-quickview .mfn-popup-content-photos .slick-arrow{position:absolute}.mfn-popup-quickview .mfn-popup-content-photos .slick-prev{top:50%;left:10px;transform:translateY(-50%)}.mfn-popup-quickview .mfn-popup-content-photos .slick-next{top:50%;right:10px;transform:translateY(-50%)}.mfn-popup-quickview .mfn-popup-content-photos .mfn-qs-one,.mfn-popup-quickview .mfn-popup-content-photos img{display:block!important}.mfn-popup-quickview .mfn-popup-content-photos img{width:100%}.mfn-popup-quickview .mfn-popup-content-text .mfn-popup-content-text-wrapper{padding:30px 50px 30px 30px;box-sizing:border-box;overflow-y:auto;height:100%}.mfn-popup-quickview .mfn-popup-content-text .heading{margin-bottom:7px}.mfn-popup-quickview .product .mfn-popup-content-text p.price{color:var(--mfn-woo-themecolor)}.mfn-popup-quickview .mfn-popup-content-text .excerpt{margin-bottom:15px}.mfn-variable-swatches .mfn-popup-quickview .variations{display:none}.mfn-quick-view-opened{overflow:hidden;padding-right:15px}.mfn-quick-view-opened #Top_bar.is-sticky .container{padding-right:15px}.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017"}a.button.mfn-dynamic-data-add-to-cart.loading{opacity:.25;padding-right:2.618em}a.button.mfn-dynamic-data-add-to-cart.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:middle;font-weight:400;position:absolute;top:50%;margin-top:-.5em;right:1em;animation:spin 2s linear infinite}a.button.mfn-dynamic-data-add-to-cart.added:after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.column_button .mcb-item-button-inner .added_to_cart.wc-forward{display:none}.woocommerce .comment-form-rating{display:flex;align-items:center;margin-bottom:15px}.woocommerce .comment-form-rating label{flex-shrink:0}.woocommerce .comment-form-rating p.stars{width:100%}.woocommerce .comment-form-rating p.stars>span{display:flex}.woocommerce .comment-form-rating p.stars a{flex:1;width:auto;height:auto;color:inherit;padding:15px 5px 10px;margin:0 10px;font-size:16px;background-color:rgba(0,0,0,.01);border-radius:5px;text-align:center;text-indent:0}.woocommerce .comment-form-rating p.stars a:before{display:block;position:static;font-size:26px;margin:0 auto 5px;transition:all .3s ease-in-out 0s}.woocommerce .comment-form-rating p.stars a:hover:before{animation-name:star-rating;animation-duration:1s}.woocommerce #reviews #comments>:first-child{border-top:0;padding-top:0}.woocommerce #reviews #comments .woocommerce-Reviews-title{margin-bottom:15px}.woocommerce #reviews #comments ol.commentlist li img.avatar{position:absolute;left:25px;top:13px;width:50px;padding:0;border:0}.woocommerce #reviews #comments ol.commentlist li .comment-text{background-color:rgba(0,0,0,.02);border:0;margin-left:0;padding:0}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{padding:25px 115px 25px 90px;font-size:1em;margin:0;border-bottom:1px solid rgba(0,0,0,.05)}.woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating{position:absolute;right:25px;top:30px}.woocommerce #reviews #comments ol.commentlist li .comment-text .description{padding:25px 25px 10px}.woocommerce #reviews #review_form_wrapper{margin-top:20px}.woocommerce #reviews #review_form_wrapper .comment-form{position:relative;margin-top:20px}.woocommerce #reviews #review_form_wrapper .comment-form label{font-weight:500;margin-right:10px}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-comment label{display:none}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-comment textarea{height:150px}.woocommerce #reviews #review_form_wrapper .comment-form .form-submit input[type=submit]{width:100%}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email{display:flex;align-items:center}.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-author input,.woocommerce #reviews #review_form_wrapper .comment-form .comment-form-email input{margin:0}@media only screen and (max-width:767px){.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{padding-right:100px}.shop-mobile-review-avatar-hide #reviews #comments ol.commentlist li .comment-text p.meta{padding-left:25px}.shop-mobile-review-avatar-hide #reviews #comments ol.commentlist li img.avatar{display:none}}.woocommerce .mfn-product-gallery{display:flex;position:relative}.woocommerce .mfn-product-gallery .flex-control-thumbs{display:none}.woocommerce .mfn-product-gallery .mfn-flex-control-thumbs-wrapper .flex-control-thumbs{display:flex}.woocommerce .mfn-product-gallery .mfn-flex-control-thumbs-wrapper .flex-control-thumbs li{list-style:none;box-sizing:border-box}.woocommerce .mfn-product-gallery :not(.mfn-scroller-active) .flex-control-thumbs{transform:translateZ(0)!important}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image{overflow:hidden}.woocommerce-product-gallery{--mfn-swiper-arrow-offset:0}.woocommerce-product-gallery .mfn-arrows-absolute .mfn-swiper-arrow.swiper-button-prev{left:var(--mfn-swiper-arrow-offset)}.woocommerce-product-gallery .mfn-arrows-absolute .mfn-swiper-arrow.swiper-button-next{right:var(--mfn-swiper-arrow-offset)}.woocommerce .mfn-product-gallery .swiper-button-disabled{opacity:0;pointer-events:none}.woocommerce div.product div.images .mfn-scroller-active{overflow:hidden}.woocommerce div.product div.images .mfn-scroller-active .flex-control-thumbs{overflow:unset}.woocommerce .mfn-product-gallery .mfn-scroller-active ol,.woocommerce .mfn-product-gallery .mfn-scroller-active ol img{cursor:move!important}.woocommerce div.product div.images .flex-control-thumbs li{position:relative;overflow:hidden}.woocommerce .mfn-product-gallery.mfn-thumbnails-overlay .mfn-flex-control-thumbs-wrapper{position:absolute;z-index:1}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .mfn-flex-control-thumbs-wrapper{order:1}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .flex-viewport{order:2}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .flex-control-thumbs,.woocommerce .mfn-product-gallery.mfn-thumbnails-right .flex-control-thumbs{flex-direction:column}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .flex-control-thumbs li,.woocommerce .mfn-product-gallery.mfn-thumbnails-right .flex-control-thumbs li{width:100%!important;opacity:0}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .flex-control-thumbs li:last-child,.woocommerce .mfn-product-gallery.mfn-thumbnails-right .flex-control-thumbs li:last-child{margin-bottom:0!important}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .mfn-scroller-active .flex-control-thumbs li,.woocommerce .mfn-product-gallery.mfn-thumbnails-right .mfn-scroller-active .flex-control-thumbs li{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .mfn-scroller-active .flex-control-thumbs li img,.woocommerce .mfn-product-gallery.mfn-thumbnails-right .mfn-scroller-active .flex-control-thumbs li img{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-o-object-fit:cover;object-fit:cover}.woocommerce .mfn-product-gallery.mfn-thumbnails-left .mfn-flex-control-thumbs-wrapper,.woocommerce .mfn-product-gallery.mfn-thumbnails-right .mfn-flex-control-thumbs-wrapper{display:flex;flex:0 0 16%;max-width:16%}.woocommerce .mfn-product-gallery.mfn-thumbnails-left.mfn-left-top .mfn-flex-control-thumbs-wrapper,.woocommerce .mfn-product-gallery.mfn-thumbnails-right.mfn-right-top .mfn-flex-control-thumbs-wrapper{align-items:flex-start}.woocommerce .mfn-product-gallery.mfn-thumbnails-left.mfn-left-center .mfn-flex-control-thumbs-wrapper,.woocommerce .mfn-product-gallery.mfn-thumbnails-right.mfn-right-center .mfn-flex-control-thumbs-wrapper{align-items:center}.woocommerce .mfn-product-gallery.mfn-thumbnails-left.mfn-left-bottom .mfn-flex-control-thumbs-wrapper,.woocommerce .mfn-product-gallery.mfn-thumbnails-right.mfn-right-bottom .mfn-flex-control-thumbs-wrapper{align-items:flex-end}.woocommerce .mfn-product-gallery.mfn-thumbnails-bottom{flex-direction:column}.woocommerce .mfn-product-gallery.mfn-thumbnails-bottom.mfn-bottom-left .flex-control-thumbs{justify-content:flex-start}.woocommerce .mfn-product-gallery.mfn-thumbnails-bottom.mfn-bottom-center .flex-control-thumbs{justify-content:center}.woocommerce .mfn-product-gallery.mfn-thumbnails-bottom.mfn-bottom-right .flex-control-thumbs{justify-content:flex-end}.woocommerce div.product div.images.mfn-thumbnails-bottom .flex-control-thumbs:not(.mfn-scroller-active) li{width:20%}.woocommerce .mfn-product-gallery.mfn-mim-0{--mfn-woo-gallery-margin:0px}.woocommerce .mfn-product-gallery.mfn-mim-2{--mfn-woo-gallery-margin:2px}.woocommerce .mfn-product-gallery.mfn-mim-5{--mfn-woo-gallery-margin:5px}.woocommerce .mfn-product-gallery.mfn-mim-10{--mfn-woo-gallery-margin:10px}.woocommerce .mfn-product-gallery.mfn-mim-15{--mfn-woo-gallery-margin:15px}.woocommerce .mfn-product-gallery.mfn-mim-20{--mfn-woo-gallery-margin:20px}.woocommerce .mfn-product-gallery.mfn-mim-25{--mfn-woo-gallery-margin:25px}.woocommerce .mfn-product-gallery.mfn-mim-30{--mfn-woo-gallery-margin:30px}.woocommerce div.product .mfn-product-gallery:not(.mfn-thumbnails-overlay).mfn-thumbnails-left .mfn-flex-control-thumbs-wrapper{margin-right:var(--mfn-woo-gallery-margin)}.woocommerce div.product .mfn-product-gallery:not(.mfn-thumbnails-overlay).mfn-thumbnails-right .mfn-flex-control-thumbs-wrapper{margin-left:var(--mfn-woo-gallery-margin)}.woocommerce div.product .mfn-product-gallery:not(.mfn-thumbnails-overlay).mfn-thumbnails-bottom .mfn-flex-control-thumbs-wrapper{margin-top:var(--mfn-woo-gallery-margin)}.woocommerce div.product .mfn-product-gallery.mfn-thumbnails-overlay.mfn-thumbnails-left .mfn-flex-control-thumbs-wrapper,.woocommerce div.product .mfn-product-gallery.mfn-thumbnails-overlay.mfn-thumbnails-right .mfn-flex-control-thumbs-wrapper{top:var(--mfn-woo-gallery-margin);height:calc(100% - var(--mfn-woo-gallery-margin)*2)}.woocommerce div.product .mfn-product-gallery.mfn-thumbnails-overlay.mfn-thumbnails-left .mfn-flex-control-thumbs-wrapper{left:var(--mfn-woo-gallery-margin)}.woocommerce div.product .mfn-product-gallery.mfn-thumbnails-overlay.mfn-thumbnails-right .mfn-flex-control-thumbs-wrapper{right:var(--mfn-woo-gallery-margin)}.woocommerce div.product .mfn-product-gallery.mfn-thumbnails-overlay.mfn-thumbnails-bottom .mfn-flex-control-thumbs-wrapper{left:var(--mfn-woo-gallery-margin);bottom:var(--mfn-woo-gallery-margin);width:calc(100% - var(--mfn-woo-gallery-margin)*2)}.woocommerce .mfn-product-gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:0;position:relative}.woocommerce .mfn-product-gallery-grid.mfn-product-gallery-1-images{column-count:1}.woocommerce .mfn-product-gallery-grid .zoomImg{position:absolute;top:0}.woocommerce .mfn-product-gallery-grid a{display:block}.woocommerce .mfn-product-gallery-grid .mfn-product-gg-img{line-height:0;display:inline-block;position:relative;-webkit-column-break-inside:avoid;break-inside:avoid;float:left}.woocommerce .mfn-product-gallery-grid .mfn-product-gg-img .woocommerce-product-gallery__image{overflow:hidden}.mfn-header-login{position:absolute;display:none;width:300px;padding:20px 20px 25px;z-index:100001;top:100%;background-color:#fff;margin-top:50px}.mfn-header-login .mfn-close-icon{position:absolute;top:15px;right:15px}.mfn-header-login .woocommerce-form.login{border:0;padding:0;margin:0;text-align:left;border-radius:0}.mfn-header-login .woocommerce-form .form-row{float:none;width:100%;position:relative;padding:0;margin-bottom:10px}.mfn-header-login .woocommerce-form label{font-weight:400}.mfn-header-login .woocommerce-form label[for=password],.mfn-header-login .woocommerce-form label[for=username]{pointer-events:none}.mfn-header-login .woocommerce-form .form-row.form-row-first:after,.mfn-header-login .woocommerce-form .form-row.form-row-last:after{font-family:mfn-icons;color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;width:30px;height:30px;position:absolute;left:5px;top:50%;transform:translateY(-50%)}.mfn-header-login .woocommerce-form .form-row.form-row-first:after{content:"\e94b"}.mfn-header-login .woocommerce-form .form-row.form-row-last:after{content:"\e8c8"}.mfn-header-login .woocommerce-form .form-row.form-row-first label,.mfn-header-login .woocommerce-form .form-row.form-row-last label{position:absolute;left:40px;top:50%;z-index:2;transform:translateY(-50%);transition:position .15s ease-out,font-size .15s ease-out}.mfn-header-login .woocommerce-form .form-row.form-row-first .input-text,.mfn-header-login .woocommerce-form .form-row.form-row-last .input-text{margin:0;padding:25px 10px 10px 40px;width:100%}.mfn-header-login .woocommerce-form .form-row.form-row-first.active label,.mfn-header-login .woocommerce-form .form-row.form-row-last.active label{top:15px;font-size:80%;opacity:.7}.mfn-header-login .woocommerce-form-login__rememberme{display:inline-flex!important;align-items:center;padding:10px 0}.mfn-header-login .woocommerce-form-login__rememberme>input[type=checkbox]{transform:scale(1.1);margin-right:10px}.mfn-header-login .woocommerce-form-login__submit{width:100%;box-sizing:border-box}.mfn-header-login .create_account,.mfn-header-login .lost_password{text-align:center;margin:0}.mfn-header-login .lost_password{margin-top:-5px}.mfn-header-login .lost_password a{display:block;padding:15px;font-size:14px}.mfn-header-login .create_account a,.mfn-header-login .lost_password a{color:rgba(0,0,0,.5)!important;text-decoration:none}.mfn-header-login .create_account a:hover,.mfn-header-login .lost_password a:hover{color:rgba(0,0,0,.8)!important}.mfn-header-login .create_account a{font-weight:700}.mfn-header-login .woocommerce-MyAccount-navigation{width:100%}.mfn-show-login-modal .mfn-header-login{display:block}.mfn-show-login-modal .column_header_icon .mfn-header-login{display:none}.mfn-header-login.is-side{display:block;position:fixed;top:0;right:-420px;display:flex;flex-direction:column;width:420px;max-width:100%;height:100%;transition:all .3s ease-in-out;box-sizing:border-box;margin-top:0}.mfn-show-login-modal .mfn-header-login.is-side{right:0}.mfn-header-login.is-side h4{font-size:25px;line-height:30px;text-align:center;width:calc(100% + 40px);border-bottom:1px solid var(--mfn-woo-border);padding-bottom:20px;margin:0 -20px 20px}.mfn-header-login.is-side .mfn-close-icon{right:auto;left:20px}.mfn-show-login-modal #body_overlay{display:block}.woocommerce .fake-tabs .tab-additional_information.active,.woocommerce .fake-tabs .tab-reviews.active{padding-top:50px}.woocommerce .fake-tabs .woocommerce-Reviews-title{text-align:center}.woocommerce .fake-tabs .tab-additional_information table.shop_attributes,.woocommerce .fake-tabs .tab-reviews #reviews{max-width:60%;margin:0 auto}.required{opacity:.6}.woocommerce .product_meta span{margin:0 5px}.woocommerce .product_meta span:first-child{margin-left:0}.woocommerce .product_meta span:last-child{margin-right:0}.wishlist .tagged_as a,.woocommerce .product_meta .stacked-meta li.stacked-tags .stacked-meta-value a,.woocommerce .tagged_as a{display:inline-block;text-decoration:none;background-color:rgba(0,0,0,.02);color:rgba(0,0,0,.8);margin:0 2px 2px;border-radius:4px;padding:2px 7px;font-size:90%;transition:background-color .3s ease-in-out 0s}.wishlist .tagged_as a:hover,.woocommerce .product_meta .stacked-meta li.stacked-tags .stacked-meta-value a:hover,.woocommerce .tagged_as a:hover{background-color:rgba(0,0,0,.06)}.wishlist .sku_wrapper,.woocommerce .product_meta .stacked-meta li.stacked-sku .stacked-meta-value,.woocommerce .sku_wrapper{display:inline-block;border:1px solid rgba(0,0,0,.1);border-radius:5px;padding:0 10px;font-size:13px;text-transform:uppercase}.woocommerce .product_meta .stacked-meta{display:flex;flex-wrap:wrap}.woocommerce .product_meta .stacked-meta li{width:33%;flex:1 1 auto;padding:15px 10px;box-sizing:border-box;border-right:1px solid var(--mfn-woo-border)}.woocommerce .product_meta .stacked-meta li:last-child{border:0}.woocommerce .product_meta .stacked-meta li .stacked-meta-title{margin-bottom:5px}.woocommerce .product_meta .stacked-meta li span{display:block;margin:0}.shop-filters{display:flex;width:100%;align-items:center;flex-wrap:wrap;margin-bottom:20px;padding:15px 1%;box-sizing:border-box;overflow:hidden}.shop-filters .woocommerce-notices-wrapper{flex-basis:100%}.mfn-all-shop-filters-disabled .shop-filters{display:none}.woocommerce .shop-filters>*{margin-right:25px;margin-bottom:0}.woocommerce .shop-filters>:last-child{margin-right:0}.shop-filters .mfn-woo-list-options .mfn-woo-list,.shop-filters .mfn-woo-list-options>form{display:flex;align-items:center}.shop-filters .mfn-woo-list-options{margin-left:auto}.shop-filters .mfn-woo-list-options .mfn-woo-list{margin-left:25px}.shop-filters .mfn-woo-list-options .show{margin-right:5px}.shop-filters .mfn-woo-list-options ul{display:flex;align-items:center}.shop-filters .mfn-woo-list-options ul li{position:relative;overflow:hidden;margin:0 3px;cursor:pointer;transition:opacity .2s ease-in-out}.shop-filters .mfn-woo-list-options ul li:last-child{margin-right:0}.shop-filters .mfn-woo-list-options ul li input[type=radio]{position:absolute;opacity:0;z-index:-1}.shop-filters .mfn-woo-list-options ul li .num{padding:0 2px}.shop-filters .mfn-woo-list-options ul li svg{display:block;width:22px}.shop-filters .mfn-woo-list-options ul li{opacity:.4}.shop-filters .mfn-woo-list-options ul li:hover{opacity:.6}.shop-filters .mfn-woo-list-options ul li.active{opacity:1}.shop-filters .mfn-woo-list-options ul li.active .num{border-bottom:1px solid}.shop-filters .woocommerce-ordering{margin-bottom:0;z-index:1!important}.shop-filters:not(.mfn-additional-shop-options-active) .woocommerce-ordering{margin-left:auto}.shop-filters .woocommerce-ordering select{margin-bottom:0;background-color:transparent;border:0;width:145px;color:inherit;line-height:2;cursor:pointer;overflow:hidden;text-overflow:ellipsis;padding:0 30px 0 0;box-shadow:unset}.shop-filters .woocommerce-ordering select:focus{background-color:transparent!important;color:inherit}.shop-filters a.open-filters{display:flex;align-items:center;color:inherit}.shop-filters a.open-filters i,.shop-filters a.open-filters svg{margin-right:3px}.shop-filters a.open-filters i{font-size:20px}.shop-filters a.open-filters svg{width:22px}.shop-filters .mfn-woo-list-options ul li .path,.shop-filters a.open-filters svg .path{stroke:var(--mfn-woo-icon-option);stroke-width:1px}.mfn-woo-list-active-filters{margin-bottom:25px;margin-top:-15px;padding:0 1%}.mfn-woo-list-active-filters>ul{display:flex}.mfn-woo-list-active-filters>ul li{margin-right:5px;cursor:pointer}.mfn-woo-list-active-filters>ul li .del{margin-left:7px;opacity:.3;transition:opacity .2s ease-in-out}.mfn-woo-list-active-filters>ul li:hover .del{opacity:.5}.mfn-woo-list-active-filters>ul li:hover .label{text-decoration:line-through}.mfn-shop-list-active-filters-hidden .mfn-woo-list-active-filters,.mfn-shop-list-layout-hidden .shop-filters .mfn-woo-list-style,.mfn-shop-list-perpage-hidden .shop-filters .mfn-woo-list-perpage,.mfn-shop-list-results-count-hidden.mfn-shop-list-layout-hidden.mfn-shop-list-perpage-hidden.mfn-shop-list-sorting-hidden.mfn-shop-list-active-filters-hidden .shop-filters,.mfn-shop-list-results-count-hidden .shop-filters .woocommerce-result-count,.mfn-shop-list-sorting-hidden .shop-filters .woocommerce-ordering{display:none!important}.column_shop .mfn-woo-filters-wrapper,.column_shop .mfn-woo-list-active-filters{display:none}.term-description{margin:15px 0;padding:0 1%;box-sizing:border-box}.woocommerce ul.products li.product{text-align:center}.woocommerce ul.products li.product.align-left{text-align:left}.woocommerce ul.products li.product.align-right{text-align:right}.woocommerce .products.related ul.products li.product,.woocommerce .products.upsells.up-sells ul.products li.product,.woocommerce ul.products li.product{width:31.3%;margin:0 1% 20px;clear:none}.woocommerce.columns-4 ul.products li.product,.woocommerce ul.products.columns-4 li.product{width:23%}.woocommerce.columns-3 ul.products li.product,.woocommerce ul.products.columns-3 li.product{width:31.3%}.woocommerce.columns-2 ul.products li.product,.woocommerce ul.products.columns-2 li.product{width:48%}.woocommerce.columns-1 ul.products li.product,.woocommerce ul.products.columns-1 li.product{width:98%;margin:0 1% 20px!important;display:flex;align-items:center;background-color:transparent}.woocommerce.columns-1 ul.products li.product .mfn-li-product-row-image,.woocommerce ul.products.columns-1 li.product .mfn-li-product-row-image{width:33%}.woocommerce.columns-1 ul.products li.product .product-loop-thumb,.woocommerce ul.products.columns-1 li.product .product-loop-thumb{width:100%}.woocommerce.columns-1 ul.products li.product .desc,.woocommerce ul.products.columns-1 li.product .desc{position:relative;width:67%;padding-left:40px;box-sizing:border-box}.woocommerce.columns-2 ul.products li.product:nth-child(odd),.woocommerce.columns-3 ul.products li.product:nth-child(3n+1),.woocommerce.columns-4 ul.products li.product:nth-child(4n+1),.woocommerce ul.products.columns-2 li.product:nth-child(odd),.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),.woocommerce ul.products.columns-4 li.product:nth-child(4n+1){clear:both}.woocommerce .products_wrapper.isotope_wrapper{display:block;width:100%}.woocommerce .column_cart_cross_sells ul.products .mfn-li-product-row-image,.woocommerce .column_product_related ul.products .mfn-li-product-row-image,.woocommerce .column_product_upsells ul.products .mfn-li-product-row-image,.woocommerce .column_shop_products ul.products .mfn-li-product-row-image{margin-bottom:15px}.woocommerce ul.products li.product .product-loop-thumb{position:relative}.woocommerce ul.products li.product.outofstock .product-loop-thumb .image_wrapper img{opacity:.25;-webkit-filter:grayscale(50%);filter:grayscale(50%)}.woocommerce ul.products li.product.outofstock .product-loop-thumb .image_wrapper img.image-secondary{display:none}.woocommerce ul.products li.product.outofstock .product-loop-thumb .soldout h4{font-size:16px;line-height:1;border:2px solid;padding:5px 10px;border-radius:3px}.woocommerce ul.products li.product .star-rating{display:inline-block;margin:0 0 7px;vertical-align:text-bottom}.woocommerce ul.products li.product .title a{color:inherit}.woocommerce-page ul.products li.product h3,.woocommerce ul.products li.product h3{padding:0}.woocommerce-page ul.products li.product .mfn-li-product-row-title .title,.woocommerce-page ul.products li.product h1,.woocommerce-page ul.products li.product h2,.woocommerce-page ul.products li.product h3,.woocommerce-page ul.products li.product h4,.woocommerce-page ul.products li.product h5,.woocommerce-page ul.products li.product h6,.woocommerce ul.products li.product .mfn-li-product-row-title .title,.woocommerce ul.products li.product h1,.woocommerce ul.products li.product h2,.woocommerce ul.products li.product h3,.woocommerce ul.products li.product h4,.woocommerce ul.products li.product h5,.woocommerce ul.products li.product h6{margin-bottom:3px}.woocommerce-page ul.products li.product .price,.woocommerce ul.products li.product .price{font-size:18px;margin:0 0 7px}.woocommerce-page ul.products li.product .excerpt,.woocommerce ul.products li.product .excerpt{margin-bottom:7px}.woocommerce-page ul.products li.product .excerpt p:last-child,.woocommerce ul.products li.product .excerpt p:last-child{margin-bottom:0}.woocommerce-page ul.products li.product .mfn-li-product-row-button,.woocommerce ul.products li.product .mfn-li-product-row-button{display:inline-flex;align-items:center;margin-bottom:7px}.woocommerce-page ul.products li.product .mfn-li-product-row-button.hide-button,.woocommerce ul.products li.product .mfn-li-product-row-button.hide-button{display:none}.wishlist-active.wishlist-button ul.products li.product:not(.align-right) .mfn-li-product-row-button{margin-right:-48px}.woocommerce-page ul.products li.product .mfn-li-product-row-button a.button,.woocommerce ul.products li.product .mfn-li-product-row-button a.button{margin:0}.woocommerce-page ul.products li.product a:hover img,.woocommerce-page ul.products li.product a img,.woocommerce ul.products li.product a:hover img,.woocommerce ul.products li.product a img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0;margin:0}.woocommerce ul.products li.product a.added_to_cart{display:none}.woocommerce ul.products li.product .desc{padding:15px 0}.woocommerce ul.products:not(.list) li.product.has-background-color .desc{padding-left:20px;padding-right:20px}.woocommerce ul.products li.product .product-loading-icon{opacity:0;width:50px;height:50px;position:absolute;left:50%;top:50%;background-color:#fff;margin:-25px 0 0 -25px;-webkit-border-radius:100%;border-radius:100%;z-index:3}.woocommerce ul.products li.product .product-loading-icon:before{font-family:mfn-icons;font-style:normal;font-weight:400;speak:none;display:block;text-decoration:none!important;width:20px;height:20px;line-height:20px;font-size:20px;text-align:center;font-variant:normal;text-transform:none;line-height:1em;position:absolute;left:50%;top:50%;margin:-10px 0 0 -10px;content:"\e812";color:#444}.woocommerce ul.products li.product.adding-to-cart .product-loading-icon{background-image:url(../images/shop-loader.gif);background-position:50%;background-repeat:no-repeat;opacity:1}.woocommerce ul.products li.product.added-to-cart .product-loading-icon,.woocommerce ul.products li.product.adding-to-cart .product-loading-icon:before{display:none}.woocommerce ul.products li:hover.product.added-to-cart .product-loading-icon{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1}.if-overlay .added-to-cart .added-cart,.woocommerce ul.products:not(.list) li.product .button-list,.woocommerce ul.products:not(.list) li.product .excerpt-list,.woocommerce ul.products li.mfn-product-li-item .mfn-after-shop-loop-item .button,.woocommerce ul.products li.mfn-product-li-item .mfn-after-shop-loop-item .mfn-wish-button{display:none}.woocommerce ul.products li.product .woocommerce-loop-category__title{font-size:1.4em;line-height:1.4}.woocommerce ul.products li.product .woocommerce-loop-category__title mark{background-color:transparent;color:rgba(0,0,0,.5)}.mfn-product-badges{display:flex;width:auto;position:absolute;top:15px;z-index:9;gap:5px;flex-wrap:wrap;flex-direction:column}.mfn-product-badges-right .mfn-product-badges{right:15px}.mfn-product-badges-left .mfn-product-badges{left:15px}.mfn-product-badges span.onsale,.woocommerce .mfn-product-badges span.onsale{display:inline-block;position:relative;top:0;left:0;min-width:0;min-height:0;color:#fff;font-size:12px;line-height:18px;font-weight:500;text-transform:uppercase;width:auto;height:auto;padding:3px 8px;border-radius:3px;margin:0!important}.woocommerce .product .column_product_images .woocommerce-product-gallery.mfn-product-has-gallery.mfn-thumbnails-left .mfn-product-badges{margin-left:calc(var(--mfn-woo-gallery-margin) + 16%)}.woocommerce .product .column_product_images .woocommerce-product-gallery.mfn-product-has-gallery.mfn-thumbnails-right .mfn-product-badges{margin-right:calc(var(--mfn-woo-gallery-margin) + 16%)}.elementor-widget-container>span.onsale{display:none}.woocommerce .elementor-widget-woocommerce-product-images span.onsale{padding:3px 8px}.woocommerce span.soldout{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);text-align:center}.hover_box_product.hover .hover_box_wrapper .visible_photo,.hover_box_product:hover .hover_box_wrapper .visible_photo{opacity:1!important}.woocommerce .products ul.mfn-equal-heights,.woocommerce ul.products.mfn-equal-heights{display:flex;flex-wrap:wrap;align-items:stretch}.woocommerce-page ul.products.mfn-equal-heights li.product,.woocommerce ul.products.mfn-equal-heights li.product{display:flex}.woocommerce-page ul.products.mfn-equal-heights li.product .desc,.woocommerce ul.products.mfn-equal-heights li.product .desc{display:flex;flex-direction:column;flex-grow:1}.woocommerce-page ul.products.mfn-equal-heights:not(.list) li.product,.woocommerce ul.products.mfn-equal-heights:not(.list) li.product{flex-direction:column}.woocommerce ul.products.mfn-equal-heights li.product .desc{align-items:center}.woocommerce ul.products.mfn-equal-heights li.product.align-left .desc{align-items:flex-start}.woocommerce ul.products.mfn-equal-heights li.product.align-right .desc{align-items:flex-end}.woocommerce .column_shop_products ul.products.mfn-equal-heights li.product{align-items:center}.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-button .mfn-li-product-row-button,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-description .excerpt,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-description .mfn-li-product-row-description,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-image .mfn-li-product-row-image,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-price .mfn-li-product-row-price,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-price .price,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-title .mfn-li-product-row-title,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-title .mfn-woo-product-title,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-variations .desc .mfn-variations-wrapper-loop,.woocommerce ul.products.mfn-equal-heights.mfn-equal-height-el-variations .mfn-after-shop-loop-item-title{margin-top:auto}@media only screen and (max-width:767px){body.mobile-row-2-products .products_wrapper ul.products.mfn-equal-heights{justify-content:space-between}body.mobile-row-2-products .products_wrapper ul.products.mfn-equal-heights:after,body.mobile-row-2-products .products_wrapper ul.products.mfn-equal-heights:before{display:none}}.mfn-cart-holder{position:fixed;top:0;right:-420px;display:flex;flex-direction:column;width:420px;max-width:100%;height:100%;background-color:#fff;z-index:100000;transition:.3s;box-sizing:border-box}.mfn-cart-holder .mfn-ch-content,.mfn-cart-holder .mfn-ch-footer,.mfn-cart-holder .mfn-ch-header{padding:20px}.mfn-cart-holder .mfn-ch-header{text-align:center;display:block;position:relative;border-bottom:1px solid var(--mfn-woo-border)}.mfn-cart-holder .mfn-ch-header h3{margin:0;font-size:25px;line-height:30px;display:flex;justify-content:center}.mfn-cart-holder .mfn-ch-header h3 i,.mfn-cart-holder .mfn-ch-header h3 svg{margin-right:7px}.mfn-cart-holder .mfn-ch-header h3 svg{width:30px}.mfn-cart-holder .mfn-ch-header .mfn-close-icon{position:absolute;top:50%;left:20px;transform:translateY(-50%)}.mfn-cart-holder .mfn-ch-content-wrapper{position:relative;height:100%;overflow:hidden}.mfn-cart-holder .mfn-ch-content{height:100%;overflow:auto}.mfn-cart-holder .mfn-ch-content .mfn-ch-product{display:flex;flex-wrap:wrap;align-items:center;background-color:rgba(0,0,0,.01);border-radius:5px;margin-bottom:20px;padding:15px}.mfn-cart-holder .mfn-ch-content .mfn-ch-product:last-child{margin-bottom:0}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-image{flex-shrink:0;margin-right:15px}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-image a{display:block;line-height:0}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-image a img{width:100px;height:auto}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info{flex:1;padding-right:15px;display:flex;flex-direction:column;border-right:1px solid var(--mfn-woo-border);min-height:100px;justify-content:center}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info .mfn-chp-name{font-size:16px;line-height:1.3em;margin-bottom:5px}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation,.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info p.price{margin-bottom:5px;font-size:14px;line-height:22px}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dt{margin:0 3px 0 0;padding:0;border:0;width:auto;font-weight:400;color:rgba(0,0,0,.5)}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dd{margin:0;padding:0;border:0;display:inline}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info dl.variation dd p{margin:0}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price{flex-shrink:0;margin-left:15px}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price .woocommerce-Price-amount{font-weight:700}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer{display:flex;align-items:center;width:calc(100% + 30px);margin:15px -15px -15px;background-color:rgba(0,0,0,.01);border-top:1px solid rgba(0,0,0,.04)}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer .mfn-chpf-col{width:50%;text-align:center;padding:7px 15px}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer .mfn-chpf-col .quantity{width:120px;display:inline-block}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer .mfn-chpf-col .quantity .input-text{font-size:14px;padding:10px 30px!important;text-align:center}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer .mfn-chpf-col a.mfn-chp-remove{color:inherit}.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct{margin-top:-15px;border-bottom:1px solid rgba(0,0,0,.04)}.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-image a img{width:50px}.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-info{border-right:0;min-height:auto}.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-info h6{font-size:15px}.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-footer .mfn-chpf-right,.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-info p.price,.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-price{display:none}.mfn-cart-holder .mfn-ch-content .mfn-sidecart-subproduct .mfn-chp-footer{width:auto;margin:0;background-color:transparent;border-top:0}.mfn-cart-holder .mfn-ch-footer{margin-top:auto;background-color:var(--mfn-woo-bg-box)}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals{margin-bottom:30px}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals .mfn-chft-row{display:flex;justify-content:space-between;align-items:center}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals .mfn-chft-row.mfn-chft-total{border-top:1px solid var(--mfn-woo-border);padding-top:10px;margin-top:10px;flex-wrap:wrap}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals .mfn-chft-row.mfn-chft-total .includes_tax{display:block;width:100%;text-align:right}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-totals .mfn-chft-row.mfn-chft-total strong{font-size:22px}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons{text-align:center}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons a.button{margin-bottom:5px}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons a:not(.button){color:var(--mfn-woo-text-option-color)}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons a:hover:not(.button){color:var(--mfn-woo-text-option-color-hover)}.mfn-cart-holder .mfn-ch-footer .mfn-ch-footer-buttons .mfn-ch-footer-links{display:flex;justify-content:space-between}.mfn-sidecart-apply-coupon-wrapper{position:relative}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon{position:absolute;right:0;z-index:2;top:50%;transform:translateY(-50%);display:flex;width:40px;justify-content:center;height:100%;align-items:center;color:var(--mfn-woo-body-color)}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon:hover{color:var(--mfn-woo-themecolor)}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon.loading span{display:none}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon.loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;animation:spin 2s linear infinite;background-size:16px auto;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M22 9.09a1.75 1.75 0 01-1.76 1.75 1.75 1.75 0 01-1.75-1.75V1.75A1.75 1.75 0 0120.19 0 1.75 1.75 0 0122 1.75z' class='path-loading path-loading-1'/%3E%3Cpath d='M27.14 11.52a1.74 1.74 0 01-2.39.64 1.74 1.74 0 01-.64-2.39l3.67-6.35a1.74 1.74 0 012.39-.64 1.75 1.75 0 01.64 2.39z' class='path-loading' opacity='.05'/%3E%3Cpath d='M30.42 16.23a1.75 1.75 0 01-2.42-.64 1.76 1.76 0 01.64-2.4L35 9.53a1.75 1.75 0 012.4.64 1.76 1.76 0 01-.64 2.39z' class='path-loading' opacity='.1'/%3E%3Cpath d='M30.91 22a1.75 1.75 0 01-1.75-1.76 1.76 1.76 0 011.75-1.75h7.34a1.75 1.75 0 011.75 1.7A1.75 1.75 0 0138.25 22z' class='path-loading' opacity='.2'/%3E%3Cpath d='M28.48 27.14a1.74 1.74 0 01-.64-2.39 1.74 1.74 0 012.39-.64l6.35 3.66a1.75 1.75 0 01.64 2.4 1.75 1.75 0 01-2.39.64z' class='path-loading' opacity='.3'/%3E%3Cpath d='M23.77 30.42a1.75 1.75 0 01.64-2.42 1.76 1.76 0 012.4.64L30.47 35a1.75 1.75 0 01-.64 2.4 1.76 1.76 0 01-2.39-.64z' class='path-loading' opacity='.4'/%3E%3Cpath d='M18.05 30.91a1.75 1.75 0 011.76-1.75 1.76 1.76 0 011.75 1.75v7.34A1.75 1.75 0 0119.81 40a1.76 1.76 0 01-1.76-1.75z' class='path-loading' opacity='.5'/%3E%3Cpath d='M12.86 28.48a1.74 1.74 0 012.39-.64 1.74 1.74 0 01.64 2.39l-3.67 6.35a1.74 1.74 0 01-2.39.64 1.75 1.75 0 01-.64-2.39z' class='path-loading' opacity='.58'/%3E%3Cpath d='M9.58 23.77a1.75 1.75 0 012.39.64 1.76 1.76 0 01-.64 2.4L5 30.47a1.75 1.75 0 01-2.4-.64 1.76 1.76 0 01.64-2.39z' class='path-loading' opacity='.66'/%3E%3Cpath d='M9.09 18.05a1.76 1.76 0 011.75 1.76 1.76 1.76 0 01-1.75 1.75H1.75A1.75 1.75 0 010 19.81a1.75 1.75 0 011.75-1.76z' class='path-loading' opacity='.74'/%3E%3Cpath d='M11.52 12.86a1.74 1.74 0 01.64 2.39 1.74 1.74 0 01-2.39.64l-6.35-3.66a1.75 1.75 0 01-.64-2.4 1.75 1.75 0 012.39-.64z' class='path-loading' opacity='.82'/%3E%3Cpath d='M16.23 9.58a1.75 1.75 0 01-.64 2.42 1.76 1.76 0 01-2.4-.64L9.53 5a1.75 1.75 0 01.64-2.4 1.76 1.76 0 012.39.64z' class='path-loading' opacity='.9'/%3E%3C/svg%3E")}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon-input{margin:0;width:100%}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon-input.mfn-error{border-color:#962317}.mfn-sidecart-apply-coupon-wrapper .mfn-sidecart-apply-coupon-input.mfn-error::placeholder{color:#962317}.mfn-chft-apply-coupon-wrapper{flex-wrap:wrap;position:relative}.mfn-chft-apply-coupon-wrapper .mfn-chft-apply-coupon-switcher{color:var(--mfn-woo-body-color);display:block;width:100%;margin-bottom:10px}.mfn-chft-apply-coupon-wrapper .mfn-chft-apply-coupon{display:none;width:100%;margin-bottom:10px}.mfn-chft-apply-coupon-wrapper.mfn-chft-apply-coupon-active .mfn-chft-apply-coupon-switcher{display:none}.mfn-chft-apply-coupon-wrapper.mfn-chft-apply-coupon-active .mfn-chft-apply-coupon{display:block}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list{display:block;width:100%}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list .mfn-chft-coupons-list-single{display:flex;justify-content:space-between;align-items:center}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list .mfn-sidecart-remove-coupon{display:inline-block;margin-left:5px;color:var(--mfn-woo-body-color);position:relative}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list .mfn-sidecart-remove-coupon:hover{color:#962317}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list .woocommerce-remove-coupon{display:none}.mfn-sidecart-notice{display:block;width:100%;font-size:13px;line-height:1.3em;padding:5px 10px 0;margin-bottom:10px;z-index:5;border-radius:6px}.mfn-sidecart-notice p{padding-bottom:5px;margin:0}.mfn-sidecart-notice.mfn-sidecart-notice-error{color:#962317;background-color:#fae9e8}.mfn-sidecart-notice.mfn-sidecart-notice-success{color:#3a8b5b;background-color:#eaf8ef}.mfn-cart-overlay{display:none}.mfn-cart-opened{overflow:hidden}.mfn-cart-opened,.mfn-cart-opened #Top_bar.is-sticky .container{padding-right:15px}.mfn-cart-opened .mfn-cart-overlay{display:block;width:100%;height:100%;background-color:rgba(0,0,0,.7);position:fixed;top:0;left:0;z-index:1000}.mfn-cart-opened .mfn-cart-holder{right:0}.mfn-cart-holder.loading .mfn-ch-content-wrapper:before{content:"";position:absolute;top:0;left:0;z-index:888;display:block;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.mfn-cart-holder.loading .mfn-ch-content-wrapper:after{content:"";opacity:.5;display:block;position:absolute;left:50%;top:50%;width:20px;height:20px;margin:-10px 0 0 -10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M22 9.09a1.75 1.75 0 01-1.76 1.75 1.75 1.75 0 01-1.75-1.75V1.75A1.75 1.75 0 0120.19 0 1.75 1.75 0 0122 1.75z' class='path-loading path-loading-1'/%3E%3Cpath d='M27.14 11.52a1.74 1.74 0 01-2.39.64 1.74 1.74 0 01-.64-2.39l3.67-6.35a1.74 1.74 0 012.39-.64 1.75 1.75 0 01.64 2.39z' class='path-loading' opacity='.05'/%3E%3Cpath d='M30.42 16.23a1.75 1.75 0 01-2.42-.64 1.76 1.76 0 01.64-2.4L35 9.53a1.75 1.75 0 012.4.64 1.76 1.76 0 01-.64 2.39z' class='path-loading' opacity='.1'/%3E%3Cpath d='M30.91 22a1.75 1.75 0 01-1.75-1.76 1.76 1.76 0 011.75-1.75h7.34a1.75 1.75 0 011.75 1.7A1.75 1.75 0 0138.25 22z' class='path-loading' opacity='.2'/%3E%3Cpath d='M28.48 27.14a1.74 1.74 0 01-.64-2.39 1.74 1.74 0 012.39-.64l6.35 3.66a1.75 1.75 0 01.64 2.4 1.75 1.75 0 01-2.39.64z' class='path-loading' opacity='.3'/%3E%3Cpath d='M23.77 30.42a1.75 1.75 0 01.64-2.42 1.76 1.76 0 012.4.64L30.47 35a1.75 1.75 0 01-.64 2.4 1.76 1.76 0 01-2.39-.64z' class='path-loading' opacity='.4'/%3E%3Cpath d='M18.05 30.91a1.75 1.75 0 011.76-1.75 1.76 1.76 0 011.75 1.75v7.34A1.75 1.75 0 0119.81 40a1.76 1.76 0 01-1.76-1.75z' class='path-loading' opacity='.5'/%3E%3Cpath d='M12.86 28.48a1.74 1.74 0 012.39-.64 1.74 1.74 0 01.64 2.39l-3.67 6.35a1.74 1.74 0 01-2.39.64 1.75 1.75 0 01-.64-2.39z' class='path-loading' opacity='.58'/%3E%3Cpath d='M9.58 23.77a1.75 1.75 0 012.39.64 1.76 1.76 0 01-.64 2.4L5 30.47a1.75 1.75 0 01-2.4-.64 1.76 1.76 0 01.64-2.39z' class='path-loading' opacity='.66'/%3E%3Cpath d='M9.09 18.05a1.76 1.76 0 011.75 1.76 1.76 1.76 0 01-1.75 1.75H1.75A1.75 1.75 0 010 19.81a1.75 1.75 0 011.75-1.76z' class='path-loading' opacity='.74'/%3E%3Cpath d='M11.52 12.86a1.74 1.74 0 01.64 2.39 1.74 1.74 0 01-2.39.64l-6.35-3.66a1.75 1.75 0 01-.64-2.4 1.75 1.75 0 012.39-.64z' class='path-loading' opacity='.82'/%3E%3Cpath d='M16.23 9.58a1.75 1.75 0 01-.64 2.42 1.76 1.76 0 01-2.4-.64L9.53 5a1.75 1.75 0 01.64-2.4 1.76 1.76 0 012.39.64z' class='path-loading' opacity='.9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:20px;animation:spin 2s linear infinite}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list .mfn-sidecart-remove-coupon.loading span{color:transparent}.mfn-chft-apply-coupon-wrapper .mfn-chft-coupons-list .mfn-sidecart-remove-coupon.loading:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:block;animation:spin 2s linear infinite;background-size:16px auto;background-repeat:no-repeat;background-position:50%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M22 9.09a1.75 1.75 0 01-1.76 1.75 1.75 1.75 0 01-1.75-1.75V1.75A1.75 1.75 0 0120.19 0 1.75 1.75 0 0122 1.75z' class='path-loading path-loading-1'/%3E%3Cpath d='M27.14 11.52a1.74 1.74 0 01-2.39.64 1.74 1.74 0 01-.64-2.39l3.67-6.35a1.74 1.74 0 012.39-.64 1.75 1.75 0 01.64 2.39z' class='path-loading' opacity='.05'/%3E%3Cpath d='M30.42 16.23a1.75 1.75 0 01-2.42-.64 1.76 1.76 0 01.64-2.4L35 9.53a1.75 1.75 0 012.4.64 1.76 1.76 0 01-.64 2.39z' class='path-loading' opacity='.1'/%3E%3Cpath d='M30.91 22a1.75 1.75 0 01-1.75-1.76 1.76 1.76 0 011.75-1.75h7.34a1.75 1.75 0 011.75 1.7A1.75 1.75 0 0138.25 22z' class='path-loading' opacity='.2'/%3E%3Cpath d='M28.48 27.14a1.74 1.74 0 01-.64-2.39 1.74 1.74 0 012.39-.64l6.35 3.66a1.75 1.75 0 01.64 2.4 1.75 1.75 0 01-2.39.64z' class='path-loading' opacity='.3'/%3E%3Cpath d='M23.77 30.42a1.75 1.75 0 01.64-2.42 1.76 1.76 0 012.4.64L30.47 35a1.75 1.75 0 01-.64 2.4 1.76 1.76 0 01-2.39-.64z' class='path-loading' opacity='.4'/%3E%3Cpath d='M18.05 30.91a1.75 1.75 0 011.76-1.75 1.76 1.76 0 011.75 1.75v7.34A1.75 1.75 0 0119.81 40a1.76 1.76 0 01-1.76-1.75z' class='path-loading' opacity='.5'/%3E%3Cpath d='M12.86 28.48a1.74 1.74 0 012.39-.64 1.74 1.74 0 01.64 2.39l-3.67 6.35a1.74 1.74 0 01-2.39.64 1.75 1.75 0 01-.64-2.39z' class='path-loading' opacity='.58'/%3E%3Cpath d='M9.58 23.77a1.75 1.75 0 012.39.64 1.76 1.76 0 01-.64 2.4L5 30.47a1.75 1.75 0 01-2.4-.64 1.76 1.76 0 01.64-2.39z' class='path-loading' opacity='.66'/%3E%3Cpath d='M9.09 18.05a1.76 1.76 0 011.75 1.76 1.76 1.76 0 01-1.75 1.75H1.75A1.75 1.75 0 010 19.81a1.75 1.75 0 011.75-1.76z' class='path-loading' opacity='.74'/%3E%3Cpath d='M11.52 12.86a1.74 1.74 0 01.64 2.39 1.74 1.74 0 01-2.39.64l-6.35-3.66a1.75 1.75 0 01-.64-2.4 1.75 1.75 0 012.39-.64z' class='path-loading' opacity='.82'/%3E%3Cpath d='M16.23 9.58a1.75 1.75 0 01-.64 2.42 1.76 1.76 0 01-2.4-.64L9.53 5a1.75 1.75 0 01.64-2.4 1.76 1.76 0 012.39.64z' class='path-loading' opacity='.9'/%3E%3C/svg%3E")}.mfn-cart-holder .cart-empty{height:100%}#body_overlay .woocommerce .mfn-off-canvas-sidebar .mfn-off-canvas-switcher,.ofcs-mobile .shop-filters .open-filters.mfn-off-canvas-switcher.mfn-only-mobile-ofcs,.woocommerce-page .mfn-off-canvas-sidebar .mfn-off-canvas-switcher{display:none}.woocommerce .mfn-product-gallery-grid .mfn-wish-button,.woocommerce .mfn-product-gallery-grid .woocommerce-product-gallery__trigger,.woocommerce div.product div.images .mfn-wish-button,.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:15px;z-index:2;width:40px;height:40px;border-radius:100%;background-color:#fff;display:flex;align-items:center;justify-content:center}.woocommerce .mfn-product-gallery-grid .woocommerce-product-gallery__trigger,.woocommerce div.product div.images .woocommerce-product-gallery__trigger{right:15px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before{top:11px;left:10px}.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after{top:21px;left:23px}.woocommerce .mfn-product-gallery-grid .mfn-wish-button,.woocommerce div.product div.images .mfn-wish-button{right:60px;margin:0;color:#000}.woocommerce .mfn-product-gallery-grid .mfn-wish-button .icon-heart-fa,.woocommerce div.product div.images .mfn-wish-button .icon-heart-fa{position:absolute;left:50%;top:50%;margin:-10px 0 0 -14px}.woocommerce div.product div.images .mfn-wish-button:after{display:none!important}.woocommerce.product-zoom-disabled div.product div.images .mfn-wish-button{right:15px}.woocommerce .mfn-product-gallery-grid .woocommerce-product-gallery__trigger:before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:11px;left:10px;box-sizing:content-box}.woocommerce .mfn-product-gallery-grid .woocommerce-product-gallery__trigger:after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:21px;left:23px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);box-sizing:content-box}.woocommerce-product-gallery .mfn-flex-control-thumbs-wrapper .mfn-swiper-arrow{display:none}.mfn-thumbnails-arrows-active .woocommerce-product-gallery .mfn-flex-control-thumbs-wrapper .mfn-swiper-arrow{display:block}.single-product div.product{width:100%}.woocommerce .product .post-nav{float:none}.woocommerce .product .product_wrapper{padding-left:105px;position:relative}.woocommerce .product .product_wrapper .share_wrapper{position:absolute;left:0;top:0}.woocommerce .product .product_wrapper .share-simple-wrapper{margin:20px 0}.woocommerce .product div.entry-summary h1.product_title{font-size:35px;line-height:40px;margin-bottom:15px;padding-bottom:15px;position:relative}.woocommerce .product div.entry-summary h1.product_title:after{content:"";display:block;width:20%;height:0;border-width:0 0 1px;border-style:solid;position:absolute;left:0;bottom:0}.woocommerce .product .entry-summary .woocommerce-product-rating .woocommerce-review-link{display:none}.woocommerce .product div.entry-summary .cart{margin-bottom:15px!important}.woocommerce .product div.entry-summary .cart .quantity{margin-right:10px}.woocommerce .product div.entry-summary .cart .button{margin-bottom:0!important}.woocommerce .product div.entry-summary .product_meta{margin:0 0 15px!important}.woocommerce .product div.entry-summary .ui-tabs .ui-tabs-nav li a{padding:14px 20px!important}.woocommerce .product div.entry-summary .accordion #reviews #comments h2{font-size:21px;line-height:25px}.woocommerce .product div.entry-summary .accordion #reviews .comment-form-rating{display:block;clear:both}.woocommerce .product div.entry-summary .accordion p.stars a{margin-right:10px}.woocommerce .product div.entry-summary .accordion table.shop_attributes{margin:0}.woocommerce .product div.entry-summary .woocommerce-product-rating{float:right;margin:1px 0 15px 10px;cursor:pointer}.woocommerce .product div.entry-summary .price{float:none;font-size:30px;line-height:30px}.woocommerce .product div.entry-summary>p.price,.woocommerce .product div.entry-summary div[itemprop=offers]{margin-bottom:35px}.woocommerce .product .product_wrapper .product_image_wrapper{position:relative}.woocommerce .product .product_wrapper .product_image_wrapper .images{width:100%;margin:0}.woocommerce .product .product_wrapper .product_image_wrapper .images .woocommerce-main-image{margin-bottom:1em}.woocommerce .product .product_wrapper .product_image_wrapper .image_frame{position:relative;float:left}.woocommerce .product .product_wrapper .product_image_wrapper .image_frame .woocommerce-main-image{margin-bottom:0}.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails{float:left;width:100%}.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame{display:block;float:left;width:32%;margin-right:2%;margin-bottom:10px}.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(3n){margin-right:0}.woocommerce .product .product_wrapper .product_image_wrapper .thumbnails .image_frame a{float:none;margin:0;width:auto}.woocommerce .product.no-share .product_wrapper,.woocommerce .product.share-simple .product_wrapper{padding-left:0}.woocommerce .product.share-simple .button-love{display:none!important}.woocommerce .ui-tabs{position:static}.woocommerce .woocommerce-product-details__short-description{overflow:hidden}.woocommerce .product.style-default .entry-summary{text-align:center}.woocommerce .product.style-default .entry-summary h1.product_title{padding:0}.woocommerce .product.style-default .entry-summary h1.product_title:after{display:none}.woocommerce .product.style-default .entry-summary .woocommerce-product-rating{float:none}.woocommerce .product.style-default .entry-summary .woocommerce-product-rating .star-rating,.woocommerce .product.style-default .entry-summary .woocommerce-product-rating .woocommerce-review-link{display:inline-block;float:none}.woocommerce .product.style-default .entry-summary .woocommerce-product-rating .woocommerce-review-link{font-size:90%}.woocommerce .product.style-default .entry-summary .woocommerce-product-details__short-description{margin-bottom:15px}.woocommerce .product.style-default .entry-summary>p.price{margin-bottom:15px;float:none}.woocommerce .product.style-default .entry-summary .cart{margin:30px 0!important}.woocommerce .product.style-default .entry-summary .cart .button{width:100%}.woocommerce .product.style-default .entry-summary .cart .button,.woocommerce .product.style-default .entry-summary .cart .quantity .input-text{font-size:16px;line-height:20px;padding:15px 20px!important}.woocommerce .product.style-default .entry-summary .cart.cart_group .add_to_cart_button_wrap,.woocommerce .product.style-default .entry-summary .cart.variations_form .woocommerce-variation-add-to-cart{display:flex}.woocommerce .product.style-default .entry-summary .mfn-variations-wrapper .mfn-vr{justify-content:center}.woocommerce .product.style-default .entry-summary .mfn-variations-wrapper .mfn-vr label{min-width:unset}.woocommerce .product.style-default .entry-summary .product_meta{display:flex;flex-direction:column-reverse;align-items:center}.woocommerce .product.style-default .entry-summary .product_meta .posted_in,.woocommerce .product.style-default .entry-summary .product_meta .tagged_as{margin-bottom:15px}.woocommerce .product.style-default .entry-summary .product_meta .sku_wrapper{margin:0 0 15px}.woocommerce .product.style-default .entry-summary .share-simple-wrapper{text-align:center}.mfn-keyboard-support .product.style-default .entry-summary .product_meta{flex-direction:column}.woocommerce .product.style-modern .product_wrapper{padding-left:0}.woocommerce .product.style-modern .product_wrapper .product_image_wrapper{width:98%;margin-bottom:20px}.woocommerce .product.style-modern .product_wrapper .product_image_wrapper .thumbnails .image_frame{width:19%;margin-right:1.25%}.woocommerce .product.style-modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(5n){margin-right:0}.woocommerce .product.style-modern .product_wrapper .entry-summary{width:98%}.woocommerce .product.style-modern .product_wrapper .entry-summary .product_title{width:50%;margin-right:4%;float:left}.woocommerce .product.style-modern .product_wrapper .entry-summary .woocommerce-product-rating{width:50%;margin:0 4% 40px 0;float:left}.woocommerce .product.style-modern .product_wrapper .entry-summary .star-rating{font-size:1.5em}.woocommerce .product.style-modern .product_wrapper .entry-summary div[itemprop=offers]{width:46%;float:right}.woocommerce .product.style-modern .product_wrapper .entry-summary .price{text-align:right}.woocommerce .product.style-modern .product_wrapper .summary:has(.product_title) .price{float:right}.woocommerce .product.style-modern .product_wrapper .entry-summary div[itemprop=description]{width:50%;margin:0 4% 20px 0;float:left}.woocommerce .product.style-modern .product_wrapper .entry-summary .woocommerce-product-details__short-description{float:left}.woocommerce .product.style-modern .product_wrapper .entry-summary p.stock{float:right;font-size:1em;max-width:46%}.woocommerce .product.style-modern .product_wrapper .entry-summary .cart{max-width:46%;float:right}.woocommerce .product.style-modern .product_wrapper .entry-summary .cart .button{float:right}.woocommerce .product.style-modern .product_wrapper .entry-summary .variations{background:none}.woocommerce .product.style-modern .product_wrapper .entry-summary .variations tr td{background:none;text-align:right}.woocommerce .product.style-modern .product_wrapper .entry-summary .variations select{width:100%;margin:0}.woocommerce .product.style-modern .product_wrapper .entry-summary .variations_button{float:right}.woocommerce .product.style-modern .product_wrapper .entry-summary .single_variation{float:left}.woocommerce .product.style-modern .product_wrapper .entry-summary .product_meta{float:left;width:100%;text-align:right;margin-bottom:25px!important}.woocommerce .product.style-modern .product_wrapper .entry-summary .tabs_wrapper{float:left;width:100%}.woocommerce .product.style-modern .product_wrapper .share_wrapper{float:left;position:static;width:100%;padding:10px 10px 15px;box-sizing:border-box;background:none;border-width:1px 0 0;text-align:left}.woocommerce .product.style-modern .product_wrapper .share_wrapper .stButton{margin:0 10px 0 0}.woocommerce .product.style-modern .product_wrapper .share-simple-wrapper{float:left;width:100%;margin-top:0}@media only screen and (width:768px){.woocommerce .products.related ul.products li.product,.woocommerce .products.upsells.up-sells ul.products li.product,.woocommerce ul.products li.product{margin:0 1% 20px!important}}@media only screen and (min-width:768px){.woocommerce .product.style-modern .product_wrapper .entry-summary .woocommerce-product-details__short-description{width:50%;margin:0 4% 20px 0}}@media only screen and (min-width:960px) and (max-width:1239px){.woocommerce.with_aside .product.style-default .entry-summary .cart{flex-wrap:wrap;justify-content:center}.woocommerce.with_aside .product.style-default .entry-summary .cart .quantity{margin:0 0 10px}.woocommerce.with_aside .product.style-default .entry-summary .cart .button{width:auto;flex:1 auto}}@media only screen and (min-width:768px) and (max-width:959px){.woocommerce .product.style-modern .product_wrapper .entry-summary .single_variation{float:right}}@media only screen and (max-width:767px){.woocommerce .product.style-modern .product_wrapper .product_image_wrapper .thumbnails .image_frame{width:32%;margin-right:2%}.woocommerce .product.style-modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(5n){margin-right:2%}.woocommerce .product.style-modern .product_wrapper .product_image_wrapper .thumbnails .image_frame:nth-child(3n){margin-right:0}.woocommerce .product.style-modern .product_wrapper .entry-summary .product_title,.woocommerce .product.style-modern .product_wrapper .entry-summary .woocommerce-product-rating,.woocommerce .product.style-modern .product_wrapper .entry-summary div[itemprop=description],.woocommerce .product.style-modern .product_wrapper .entry-summary div[itemprop=offers]{width:100%}.woocommerce .product.style-modern .product_wrapper .entry-summary .cart,.woocommerce .product.style-modern .product_wrapper .entry-summary p.stock{max-width:300px}}.woocommerce .product_meta{margin-top:15px}.woocommerce .mfn-variations-wrapper{margin-bottom:15px;clear:both;text-align:left}.woocommerce .mfn-variations-wrapper .mfn-vr{display:flex;flex-direction:row;align-items:center;padding:10px 0;border-bottom:1px solid rgba(0,0,0,.04)}.woocommerce .mfn-vr-label-top .mfn-variations-wrapper .mfn-vr{flex-direction:column;align-items:flex-start;gap:5px}.woocommerce .mfn-variations-wrapper .mfn-vr:last-child{border:0}.woocommerce .mfn-variations-wrapper .mfn-vr label{flex-shrink:0;font-weight:500;margin:0 10px 0 0;min-width:18%}.woocommerce .mfn-variations-wrapper .mfn-vr .mfn-vr-select{margin-bottom:0}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options{display:flex;flex-direction:row;flex-wrap:wrap}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li{display:block;cursor:pointer;border:0}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li.disabled a{opacity:.3}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a{display:block;color:inherit;text-decoration:none;cursor:pointer;border:1px solid rgba(0,0,0,.1);font-size:14px;line-height:30px;padding:0 10px;border-radius:3px;margin:2px}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a:hover{border-color:rgba(0,0,0,.2)}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li.active a{border-color:rgba(0,0,0,.8)}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-color li a{width:34px;height:34px;border-radius:100%;padding:3px;box-sizing:border-box}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-color li a span{display:block;width:100%;height:100%;border-radius:100%}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-image li a{height:50px;border-radius:3px;padding:3px;box-sizing:border-box}.woocommerce .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options.mfn-vr-image li a img{border-radius:3px;display:block;height:100%!important;width:auto}.single_variation{margin-bottom:15px}.woocommerce .product .single_variation .price{font-size:25px;margin-right:10px;padding-top:6px}.woocommerce .woocommerce-grouped-product-list td{vertical-align:middle!important}.woocommerce .product .entry-summary .woocommerce-grouped-product-list td a.button.product_type_simple{padding:0!important;background-color:transparent;display:inline-block;float:none;width:auto;color:var(--mfn-woo-text-option-color)}.woocommerce .product .entry-summary .woocommerce-grouped-product-list td a.button.product_type_simple:after{display:none}.woocommerce .product .entry-summary .woocommerce-grouped-product-list td a.button.product_type_simple:hover{color:var(--mfn-woo-text-option-color-hover);text-decoration:underline!important}.woocommerce form.cart{display:flex;align-items:center}.woocommerce form.cart.cart_group,.woocommerce form.cart.variations_form{display:block}.woocommerce form.cart.grouped_form{flex-wrap:wrap}.woocommerce form.cart.grouped_form .woocommerce-grouped-product-list{flex-basis:100%}.woocommerce form.cart.grouped_form .single_add_to_cart_button{width:calc(100% - 50px)!important}.woocommerce form.cart #wc-stripe-payment-request-wrapper{width:100%;padding-top:0!important}.woocommerce form.cart #wc-stripe-payment-request-button-separator{width:50%}#wcpay-express-checkout-button-separator,.woocommerce-checkout #wc-stripe-express-checkout-button-separator,.woocommerce-checkout #wc-stripe-express-checkout-element,.woocommerce-checkout .wc-ppcp-express-checkout,.woocommerce .ywgc_have_code{width:100%}.woocommerce-variation-add-to-cart{display:flex;align-items:center}.mfn-variable-swatches .variations_form .variations{display:none}.woocommerce .mfn-variations-wrapper-loop .mfn-vr{display:block;margin-bottom:7px}.woocommerce .mfn-variations-wrapper-loop .mfn-vr label{display:none}.woocommerce .mfn-variations-wrapper-loop .mfn-vr .mfn-vr-select{display:inline-block;margin-bottom:0}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options{display:block;width:100%;margin:0;line-height:0}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options li{display:inline-block;cursor:pointer;border:0;margin-bottom:0}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options li a{display:block;color:inherit;text-decoration:none;cursor:pointer;border:1px solid rgba(0,0,0,.1);font-size:14px;line-height:22px;padding:0 10px;border-radius:3px;margin:2px}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options li a:hover{border-color:rgba(0,0,0,.2)}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options li.active a{border-color:rgba(0,0,0,.8)}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options.mfn-vr-color li a{width:22px;height:22px;border-radius:100%;padding:2px;box-sizing:border-box}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options.mfn-vr-color li a span{display:block;width:100%;height:100%;border-radius:100%}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options.mfn-vr-image li a{height:30px;border-radius:3px;padding:2px;box-sizing:border-box}.woocommerce .mfn-variations-wrapper-loop .mfn-vr ul.mfn-vr-options.mfn-vr-image li a img{border-radius:3px;display:block;height:100%!important;width:auto}.woocommerce table.woocommerce-product-attributes{border-top:0;margin-bottom:0}.woocommerce table.woocommerce-product-attributes td,.woocommerce table.woocommerce-product-attributes th{border:0;background:none;box-shadow:0 0 0 0;overflow:hidden}.woocommerce table.woocommerce-product-attributes tr:nth-child(2n) td,.woocommerce table.woocommerce-product-attributes tr:nth-child(2n) th{background:none}.woocommerce table.woocommerce-product-attributes th{text-align:left;font-weight:500}.woocommerce table.woocommerce-product-attributes td{text-align:right;padding-left:10%}.woocommerce table.woocommerce-product-attributes td p{margin:0;padding:0;display:inline-block}.woocommerce table.woocommerce-product-attributes td span{position:relative;display:inline-block}.woocommerce table.woocommerce-product-attributes td span:before{content:"";width:1920px;height:1px;background:rgba(0,0,0,.1);position:absolute;right:calc(100% + 20px);top:calc(50% - 1px)}.woocommerce .product .related.products,.woocommerce .product .upsells.products{clear:both;border-top-width:1px;border-style:solid;padding-top:15px;margin-top:30px}.woocommerce .product .related.products h2,.woocommerce .product .upsells.products h2{font-size:21px;line-height:25px}.woocommerce .product .related.products ul,.woocommerce .product .upsells.products ul{margin-bottom:0}.woocommerce #content div.product div.images img,.woocommerce-page #content div.product div.images img,.woocommerce-page div.product div.images img,.woocommerce div.product div.images img{-webkit-box-shadow:0 0 0;box-shadow:0 0 0}.woocommerce .quantity{width:130px;flex-shrink:0;position:relative}.woocommerce .quantity a.quantity-change{display:flex;color:rgba(0,0,0,.8);position:absolute;top:5px;width:35px;border-radius:3px;height:calc(100% - 10px);font-weight:700;font-size:20px;align-items:center;justify-content:center}.woocommerce .quantity a:hover.quantity-change{background-color:rgba(0,0,0,.02)}.woocommerce .quantity a.quantity-change.minus{left:5px}.woocommerce .quantity a.quantity-change.plus{right:5px}.woocommerce .quantity .qty{width:100%;margin:0;border-width:1px!important;font-size:16px;line-height:20px;padding:15px 30px!important;font-weight:700;-webkit-appearance:none;webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.woocommerce .quantity .qty::-webkit-inner-spin-button,.woocommerce .quantity .qty::-webkit-outer-spin-button{-webkit-appearance:none}.woocommerce .quantity.hidden{display:none}.input-brightness-dark .quantity a.quantity-change{color:hsla(0,0%,100%,.8)}.input-brightness-dark .quantity a:hover.quantity-change{background-color:hsla(0,0%,100%,.06)}.woocommerce .product.quantity-one .quantity,.woocommerce .product.sold-individually .quantity{display:none!important}.wcpay-payment-request-wrapper{width:300px;margin:0 auto 15px;padding-top:0!important}#wcpay-payment-request-button-separator{display:none!important}.woocommerce .products.related ul.products li.product:nth-child(3n+1),.woocommerce .products.upsells.up-sells ul.products li.product:nth-child(3n+1){clear:both}.woocommerce.mobile-row-2-products .products.related ul.products li.product:nth-child(3n+1),.woocommerce.mobile-row-2-products .products.upsells.up-sells ul.products li.product:nth-child(3n+1){clear:unset}.woocommerce .column_shop_title .woocommerce-products-header__title{margin-bottom:0}.woocommerce .column_shop_categories ul.products .woocommerce-loop-category__title mark{font-weight:400}.woocommerce .content_wrapper .column_shop_products ul.products.columns-1 li.product{display:flex;flex-direction:column;justify-content:center;padding-left:calc(33% + 40px)}.woocommerce .content_wrapper .column_shop_products ul.products.columns-1 .mfn-li-product-row-image{position:absolute;left:0;top:0}.woocommerce .content_wrapper .column_shop_products ul.products.columns-1 .mfn-li-product-row-button{display:inline-block}.woocommerce .content_wrapper .column_shop_products ul.products.columns-1 li.product>div:not(.mfn-li-product-row-image){width:100%}.woocommerce .column_product_stock p,.woocommerce .column_product_title .woocommerce-products-header__title{margin-bottom:0}.woocommerce .stock-disabled .column_product_stock{display:none}.woocommerce .product .column_product_rating .woocommerce-product-rating{margin-bottom:0}.woocommerce .reviews-disabled .column_product_rating{display:none}.woocommerce .column_product_meta .product_meta{margin-top:0}.woocommerce .column_product_meta .product_meta .posted_in,.woocommerce .column_product_meta .product_meta .tagged_as{display:block}.woocommerce .column_product_meta .product_meta .posted_in,.woocommerce .column_product_meta .product_meta .sku_wrapper,.woocommerce .column_product_meta .product_meta .tagged_as{margin:0 0 15px}.woocommerce .column_product_meta .product_meta .table-meta,.woocommerce .column_product_meta .product_meta span:last-child{margin-bottom:0}.woocommerce .column_product_cart_button .cart{display:flex;margin-bottom:0!important}.woocommerce .column_product_cart_button .cart .button{width:100%}.woocommerce .column_product_cart_button .cart .quantity{margin-right:10px}.woocommerce #Content .column_product_cart_button .cart .button,.woocommerce .column_product_cart_button .cart .quantity .input-text{font-size:16px;line-height:20px;padding:15px 20px}.mfn-cart-button-wrap .column_product_cart_button .cart{flex-wrap:wrap;row-gap:10px}.column_product_cart_button{--add-to-cart-row-gap:10px;--add-to-cart-wishlist-button-width:50px}.woocommerce .mfn-add-to-cart-layout-wrap-desktop .cart,.woocommerce .mfn-add-to-cart-layout-wrap-desktop .woocommerce-variation-add-to-cart{flex-wrap:wrap;row-gap:var(--add-to-cart-row-gap)}.woocommerce .mfn-add-to-cart-layout-wrap-desktop .quantity{width:100%}.woocommerce .mfn-add-to-cart-layout-wrap-desktop .grouped_form .quantity{width:120px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-wrap-desktop .button{width:calc(100% - var(--add-to-cart-wishlist-button-width))}.woocommerce .mfn-add-to-cart-layout-inline-desktop .cart,.woocommerce .mfn-add-to-cart-layout-inline-desktop .woocommerce-variation-add-to-cart{flex-wrap:nowrap;row-gap:unset}.woocommerce .mfn-add-to-cart-layout-inline-desktop .quantity{width:130px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-inline-desktop .button{width:100%}@media only screen and (max-width:1440px){.woocommerce .mfn-add-to-cart-layout-wrap-laptop .cart,.woocommerce .mfn-add-to-cart-layout-wrap-laptop .woocommerce-variation-add-to-cart{flex-wrap:wrap;row-gap:var(--add-to-cart-row-gap)}.woocommerce .mfn-add-to-cart-layout-wrap-laptop .quantity{width:100%}.woocommerce .mfn-add-to-cart-layout-wrap-laptop .grouped_form .quantity{width:120px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-wrap-laptop .button{width:calc(100% - var(--add-to-cart-wishlist-button-width))}.woocommerce .mfn-add-to-cart-layout-inline-laptop .cart,.woocommerce .mfn-add-to-cart-layout-inline-laptop .woocommerce-variation-add-to-cart{flex-wrap:nowrap;row-gap:unset}.woocommerce .mfn-add-to-cart-layout-inline-laptop .quantity{width:130px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-inline-laptop .button{width:100%}}@media only screen and (max-width:959px){.woocommerce .mfn-add-to-cart-layout-wrap-tablet .cart,.woocommerce .mfn-add-to-cart-layout-wrap-tablet .woocommerce-variation-add-to-cart{flex-wrap:wrap;row-gap:var(--add-to-cart-row-gap)}.woocommerce .mfn-add-to-cart-layout-wrap-tablet .quantity{width:100%}.woocommerce .mfn-add-to-cart-layout-wrap-tablet .grouped_form .quantity{width:120px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-wrap-tablet .button{width:calc(100% - var(--add-to-cart-wishlist-button-width))}.woocommerce .mfn-add-to-cart-layout-inline-tablet .cart,.woocommerce .mfn-add-to-cart-layout-inline-tablet .woocommerce-variation-add-to-cart{flex-wrap:nowrap;row-gap:unset}.woocommerce .mfn-add-to-cart-layout-inline-tablet .quantity{width:130px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-inline-tablet .button{width:100%}}@media only screen and (max-width:767px){.woocommerce .mfn-add-to-cart-layout-wrap-mobile .cart,.woocommerce .mfn-add-to-cart-layout-wrap-mobile .woocommerce-variation-add-to-cart{flex-wrap:wrap;row-gap:var(--add-to-cart-row-gap)}.woocommerce .mfn-add-to-cart-layout-wrap-mobile .quantity{width:100%}.woocommerce .mfn-add-to-cart-layout-wrap-mobile .grouped_form .quantity{width:120px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-wrap-mobile .button{width:calc(100% - var(--add-to-cart-wishlist-button-width))}.woocommerce .mfn-add-to-cart-layout-inline-mobile .cart,.woocommerce .mfn-add-to-cart-layout-inline-mobile .woocommerce-variation-add-to-cart{flex-wrap:nowrap;row-gap:unset}.woocommerce .mfn-add-to-cart-layout-inline-mobile .quantity{width:130px}.woocommerce.mfn-wishlist-next-to-cart-button .mfn-add-to-cart-layout-inline-mobile .button{width:100%}}.woocommerce .column_product_rating{clear:both;float:none}.woocommerce .column_product_rating .star-rating,.woocommerce .column_product_rating .woocommerce-review-link{display:inline-block;float:none!important}.woocommerce .column_product_rating .woocommerce-review-link{font-size:90%}.single-template .product .column_product_images .woocommerce-product-gallery{opacity:1!important}.woocommerce .product .column_product_images .woocommerce-product-gallery{float:none;width:100%!important;margin-bottom:0}.woocommerce .column_cart_cross_sells ul.products,.woocommerce .column_product_related ul.products,.woocommerce .column_product_upsells ul.products{margin-bottom:0}.elementor-widget-woocommerce-product-related .image_frame .image_wrapper .image_links{display:none!important}.woocommerce .column_product_breadcrumbs{clear:both}.woocommerce .column_product_breadcrumbs .woocommerce-breadcrumb{margin:0;color:inherit}.woocommerce .column_product_breadcrumbs .woocommerce-breadcrumb a{color:inherit;margin:0 5px}.woocommerce .column_product_breadcrumbs .woocommerce-breadcrumb a:first-child{margin-left:0}.woocommerce .column_product_breadcrumbs .woocommerce-breadcrumb span{margin:0 5px;opacity:.2}.widget.woocommerce li img{-webkit-box-shadow:0 0 0!important;box-shadow:0 0 0!important}.widget_best_sellers li,.widget_featured_products li,.widget_onsale li,.widget_random_products li,.widget_recent_products li,.widget_recent_reviews li,.widget_recently_viewed_products li,.widget_top_rated_products li{border-bottom:1px solid rgba(0,0,0,.12)}.widget_best_sellers li:last-child,.widget_featured_products li:last-child,.widget_onsale li:last-child,.widget_random_products li:last-child,.widget_recent_products li:last-child,.widget_recent_reviews li:last-child,.widget_recently_viewed_products li:last-child,.widget_top_rated_products li:last-child{border-bottom:0}.widget_layered_nav ul li{border-bottom:1px solid rgba(0,0,0,.12)}.widget_layered_nav ul li:last-child{border-bottom:0}.woocommerce .widget_layered_nav ul li small{float:right}.widget_product_categories ul{list-style-type:square;color:#fff;padding:5px 10px 5px 30px}.widget_product_categories ul li{position:relative}.widget_product_categories ul>li:after{content:"";display:block;width:70px;border:solid hsla(0,0%,100%,.2);border-width:0 0 1px;position:absolute;left:-30px;bottom:0}.widget_product_categories ul>li:last-child:after{display:none}.widget_product_categories ul li a{color:#fff!important;display:block;padding:7px 0 7px 3px}.widget_product_categories ul li ul{padding:0 10px 0 20px;margin-top:-5px}.wc-block-product-categories.is-list a{display:inline-block;color:inherit;padding:6px 6px 6px 0}.wc-block-product-categories.is-list>ul>li>a{font-weight:500}.wc-block-product-categories.is-list ul li{position:relative;padding-right:30px}.wc-block-product-categories.is-list ul li .cat-expander{color:rgba(0,0,0,.5);cursor:pointer;display:flex;align-items:center;justify-content:center;width:30px;height:30px;position:absolute;right:0;top:5px;transition:all .3s ease-in-out}.wc-block-product-categories.is-list ul li .cat-expander:before{content:"\e868";font-family:mfn-icons}.wc-block-product-categories.is-list ul.wc-block-product-categories-list--has-images li .cat-expander{top:13px}.wc-block-product-categories.is-list ul li.li-expanded>.cat-expander{transform:rotate(180deg);color:rgba(0,0,0,.8)}.wc-block-product-categories.is-list ul li ul{display:none;margin-right:-30px}.wc-block-product-categories.is-list ul:not(.wc-block-product-categories-list--has-images) li ul{margin-left:20px}.wc-block-product-categories.is-list>ul>li .wc-block-product-categories-list-item-count{display:inline-block;opacity:.5}.wc-block-product-categories.is-list>ul>li .wc-block-product-categories-list-item-count:after,.wc-block-product-categories.is-list>ul>li .wc-block-product-categories-list-item-count:before{display:none}.wc-block-product-categories.is-dropdown select{width:calc(100% - .5em);margin-bottom:0}.widget_price_filter .price_slider_wrapper{padding-top:5px}.widget_price_filter .price_slider_amount{font-size:13px!important}.widget_price_filter .price_slider_amount .button{font-size:1em!important;margin-bottom:0}.widget_price_filter .price_slider_wrapper .ui-widget-content{border-color:transparent!important;background:#fff!important}.widget_price_filter .price_label .from,.widget_price_filter .price_label .to{font-weight:700}.widget_price_filter .price_label{padding-top:10px}.widget_price_filter .price_slider{margin-bottom:20px!important}.widget_price_filter .price_slider_amount{line-height:inherit!important}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{box-shadow:0 0 0;background-color:var(--mfn-woo-bg-themecolor);border-top:none;background-image:url(../images/stripes/stripes_3_b.png)}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background:#fff!important;border-width:4px;border-style:solid}.wc-block-price-slider{padding:0 2px}.wc-block-product-filter-price-slider__range{margin-left:3px;margin-right:3px}.wc-block-components-price-slider__range-input-wrapper{box-shadow:0 0 0 0}.woocommerce.rtl .wc-block-components-price-slider__range-input-progress,.woocommerce .wc-block-components-price-slider__range-input-progress{--range-color:var(--mfn-woo-themecolor)}.wp-block-woocommerce-price-filter .wc-block-filter-submit-button{margin:0;flex-shrink:0}.wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls{align-items:baseline}.wc-block-price-filter__controls input{border-color:unset!important}.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount{max-width:90px}.content-brightness-light .wc-block-components-price-slider__range-input-wrapper{background-color:rgba(0,0,0,.1)}.content-brightness-dark .wc-block-components-price-slider__range-input-wrapper{background-color:hsla(0,0%,100%,.15)}.woocommerce .widget_shopping_cart p.total{background-color:#fff;background-image:url(../images/stripes/stripes_3_b.png);overflow:hidden;padding:10px 12px!important}.woocommerce .widget_shopping_cart p.total strong{float:left;margin-right:4px}.woocommerce .widget_shopping_cart p.total .amount{float:left}.woocommerce .widget_shopping_cart p.total .button_cart{float:right}.woocommerce .widget_shopping_cart .cart_list li{padding:8px 0}.woocommerce .widget_shopping_cart .cart_list li a.remove{left:auto;right:-10px;top:-2px;padding:0!important;line-height:21px!important}.woocommerce .widget_shopping_cart ul.product_list_widget li a{font-weight:400}.woocommerce .widget_shopping_cart ul.product_list_widget li a:hover{text-decoration:none}.woocommerce .widget_shopping_cart ul.product_list_widget li .desc{margin-right:60px}.woocommerce .widget_shopping_cart ul.product_list_widget li h6{padding-top:5px;margin-bottom:3px}.woocommerce .widget_shopping_cart ul.product_list_widget li .quantity{display:block;width:100%}.woocommerce .widget_shopping_cart ul.product_list_widget li dl{margin:0!important;padding:0!important;border-left:0!important;display:block;overflow:hidden}.woocommerce .widget_shopping_cart ul.product_list_widget li dl>dd,.woocommerce .widget_shopping_cart ul.product_list_widget li dl>dt{border-width:0;padding:2px 0;margin:0}.woocommerce .widget_shopping_cart ul.product_list_widget li dl>dt{width:auto;font-weight:400;clear:none;margin-right:5px}.widget_products li{border-bottom-width:1px;border-style:solid}.widget_products li:last-child{border-bottom:0}.widget_product_search{position:relative}.widget_product_search .screen-reader-text{display:none}.widget_product_search form{margin-bottom:5px;position:relative;overflow:hidden}.widget_product_search form input[type=search]{width:100%;margin-bottom:0}.widget_product_search form button[type=submit]{display:none}.mfn_woo_attributes{position:relative;display:block}.mfn_woo_attributes .mfn_attr_filters .mfn-vr{padding:10px 0;border-bottom:1px solid rgba(0,0,0,.04);overflow-x:hidden}.mfn_woo_attributes .mfn_attr_filters .mfn-vr:last-of-type{border:0}.mfn_woo_attributes .mfn_attr_filters .mfn-vr>label{margin:0 0 5px;font-weight:500}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select){display:flex;flex-direction:row;flex-wrap:wrap}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li{display:block;cursor:pointer;border:0;margin:0 1px 1px 0}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li .label{display:block;position:relative;overflow:hidden;font-weight:400;color:inherit;text-decoration:none;cursor:pointer;border:1px solid rgba(0,0,0,.1);font-size:14px;line-height:30px;padding:0 10px;border-radius:3px;margin:2px}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li .label:hover{border-color:rgba(0,0,0,.2)}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li .label span{display:block;overflow:hidden;position:relative}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li .label span input{opacity:0;position:absolute;top:-100px}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li.active .label{border-color:rgba(0,0,0,.8)}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options.mfn-vr-color li .label{width:34px;height:34px;border-radius:100%;padding:3px;box-sizing:border-box}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options.mfn-vr-color li .label span{display:block;width:100%;height:100%;border-radius:100%}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options.mfn-vr-image li .label{height:50px;width:50px;border-radius:3px;padding:3px;box-sizing:border-box}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options.mfn-vr-image li .label span{border-radius:3px;display:block;height:100%;width:100%;background-size:contain;background-position:50%;background-repeat:no-repeat}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-select{display:block}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-select li{cursor:pointer}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-select li .label{font-weight:400}.mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-select li input[type=checkbox]{pointer-events:none}.mfn_woo_attributes .mfn_attr_filters .button{margin-top:5px}.mfn_woo_attributes .mfn_attr_filters.button-disabled .button{display:none}.mfn_attr_filters li.loading .label span{opacity:.2}.mfn_attr_filters li.loading .label:after{content:"";opacity:.5;display:block;position:absolute;left:50%;top:50%;width:20px;height:20px;margin:-10px 0 0 -10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M22 9.09a1.75 1.75 0 01-1.76 1.75 1.75 1.75 0 01-1.75-1.75V1.75A1.75 1.75 0 0120.19 0 1.75 1.75 0 0122 1.75z' class='path-loading path-loading-1'/%3E%3Cpath d='M27.14 11.52a1.74 1.74 0 01-2.39.64 1.74 1.74 0 01-.64-2.39l3.67-6.35a1.74 1.74 0 012.39-.64 1.75 1.75 0 01.64 2.39z' class='path-loading' opacity='.05'/%3E%3Cpath d='M30.42 16.23a1.75 1.75 0 01-2.42-.64 1.76 1.76 0 01.64-2.4L35 9.53a1.75 1.75 0 012.4.64 1.76 1.76 0 01-.64 2.39z' class='path-loading' opacity='.1'/%3E%3Cpath d='M30.91 22a1.75 1.75 0 01-1.75-1.76 1.76 1.76 0 011.75-1.75h7.34a1.75 1.75 0 011.75 1.7A1.75 1.75 0 0138.25 22z' class='path-loading' opacity='.2'/%3E%3Cpath d='M28.48 27.14a1.74 1.74 0 01-.64-2.39 1.74 1.74 0 012.39-.64l6.35 3.66a1.75 1.75 0 01.64 2.4 1.75 1.75 0 01-2.39.64z' class='path-loading' opacity='.3'/%3E%3Cpath d='M23.77 30.42a1.75 1.75 0 01.64-2.42 1.76 1.76 0 012.4.64L30.47 35a1.75 1.75 0 01-.64 2.4 1.76 1.76 0 01-2.39-.64z' class='path-loading' opacity='.4'/%3E%3Cpath d='M18.05 30.91a1.75 1.75 0 011.76-1.75 1.76 1.76 0 011.75 1.75v7.34A1.75 1.75 0 0119.81 40a1.76 1.76 0 01-1.76-1.75z' class='path-loading' opacity='.5'/%3E%3Cpath d='M12.86 28.48a1.74 1.74 0 012.39-.64 1.74 1.74 0 01.64 2.39l-3.67 6.35a1.74 1.74 0 01-2.39.64 1.75 1.75 0 01-.64-2.39z' class='path-loading' opacity='.58'/%3E%3Cpath d='M9.58 23.77a1.75 1.75 0 012.39.64 1.76 1.76 0 01-.64 2.4L5 30.47a1.75 1.75 0 01-2.4-.64 1.76 1.76 0 01.64-2.39z' class='path-loading' opacity='.66'/%3E%3Cpath d='M9.09 18.05a1.76 1.76 0 011.75 1.76 1.76 1.76 0 01-1.75 1.75H1.75A1.75 1.75 0 010 19.81a1.75 1.75 0 011.75-1.76z' class='path-loading' opacity='.74'/%3E%3Cpath d='M11.52 12.86a1.74 1.74 0 01.64 2.39 1.74 1.74 0 01-2.39.64l-6.35-3.66a1.75 1.75 0 01-.64-2.4 1.75 1.75 0 012.39-.64z' class='path-loading' opacity='.82'/%3E%3Cpath d='M16.23 9.58a1.75 1.75 0 01-.64 2.42 1.76 1.76 0 01-2.4-.64L9.53 5a1.75 1.75 0 01.64-2.4 1.76 1.76 0 012.39.64z' class='path-loading' opacity='.9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:12px;animation:spin 2s linear infinite}.mfn_attr_filters ul.mfn-vr-select li.loading .label:after{position:relative;display:inline-block;margin:0 0 0 5px;left:auto;top:3px}.add_to_cart_inline span{position:relative;top:-11px}.add_to_cart_inline .button{padding:11px 20px!important;margin:0 0 -5px 10px!important}.pswp .pswp__button{padding:0;border:none!important}.mfn-checkout-steps{--mfn-order-steps-number-width:40px;--mfn-order-steps-gap:40px}.select2{font-size:15px}.select2-container--default .select2-selection--single{background-color:#fff;border-color:#ebebeb;border-radius:0;padding:10px;height:auto}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#626262;line-height:normal;text-align:left;padding-left:0}.select2-container--default .select2-selection--single .select2-selection__arrow{top:50%;transform:translateY(-50%);right:5px}.select2-container--default.select2-container--open .select2-selection--single{border:1px solid #ebebeb;border-radius:0}.select2-dropdown{background-color:#fff;border-color:#d5e5ee;border-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border-width:1px;margin-bottom:0;color:#626262;background-color:#fff;border-color:#ebebeb}.select2-container--default .select2-search--dropdown .select2-search__field:focus{color:#0089f7;background-color:#e9f5fc!important;border-color:#d5e5ee}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0089f7;color:#fff}a.mfn-woo-cart-link{color:var(--mfn-woo-text-option-color)}a.mfn-woo-cart-link,a:hover.mfn-woo-cart-link{display:block;text-align:center;margin-top:15px}a:hover.mfn-woo-cart-link{color:var(--mfn-woo-text-option-color-hover)}.mfn-cart-step{padding:40px 0 10px}.mfn-cart-step .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-message,.mfn-cart-step .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-NoticeGroup .alert,.mfn-cart-step .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-notices-wrapper .alert{width:100%}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals,.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #customer_details,.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review,.mfn-cart-step .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-cart-form{margin-bottom:40px}.mfn-be-cart .woocommerce .wc-empty-cart-message{width:100%}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder){display:flex;align-items:flex-start;flex-wrap:wrap}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-notices-wrapper{flex-basis:100%;max-width:100%}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-cart-form{flex-basis:65%;max-width:65%}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals{flex-basis:calc(35% - 40px);max-width:calc(35% - 40px);margin-left:40px}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-checkout{display:flex;align-items:flex-start;flex-wrap:wrap;margin-top:50px}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-NoticeGroup{flex-basis:100%;max-width:100%;margin-bottom:20px}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #customer_details{flex-basis:50%;max-width:50%}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{flex-basis:calc(50% - 41px);max-width:calc(50% - 41px);margin-left:40px}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) .wcpay-payment-request-wrapper{width:100%}.mfn-be-checkout #wc-stripe-payment-request-wrapper{width:100%;padding:0!important;margin:0!important}.mfn-be-checkout #wc-stripe-payment-request-button-separator{width:100%}.mfn-checkout-steps{list-style:none;margin:0 0 40px!important;justify-content:center}.mfn-checkout-steps,.mfn-checkout-steps li{display:flex;align-items:center}.mfn-checkout-steps li:not(:last-child){padding-right:var(--mfn-order-steps-gap);margin-right:var(--mfn-order-steps-gap);position:relative}.mfn-checkout-steps li:not(:last-child):after{content:"\e917";font-family:mfn-icons;position:absolute;right:0;top:50%;transform:translateY(-50%);opacity:.5}.mfn-checkout-steps li .mfn-step-number{display:flex;justify-content:center;align-items:center;width:var(--mfn-order-steps-number-width);height:var(--mfn-order-steps-number-width);border-radius:100%;margin-right:15px;border:1px solid var(--mfn-woo-border);color:var(--mfn-woo-text-option-color-hover)}.mfn-checkout-steps li.active .mfn-step-number{background:var(--mfn-woo-bg-themecolor);color:#fff;border-color:transparent}.wc-block-components-notice-banner svg{width:24px;height:24px}.editor-styles-wrapper .wc-block-cart__empty-cart__title,.wc-block-cart__empty-cart__title,.wc-block-components-title.wc-block-components-title{letter-spacing:unset}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{border-top:0}.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before{display:none}.woocommerce-notices-wrapper{width:100%}.elementor-widget-woocommerce-notices .woocommerce-error,.elementor-widget-woocommerce-notices .woocommerce-info,.elementor-widget-woocommerce-notices .woocommerce-message,.elementor-widget-woocommerce-notices .woocommerce-notices-wrapper,.elementor-widget-woocommerce-notices .woocommerce .is-error,.elementor-widget-woocommerce-notices .woocommerce .is-info,.elementor-widget-woocommerce-notices .woocommerce .is-success{display:flex!important}.the_content_wrapper .woocommerce-MyAccount-navigation,.woocommerce-page .the_content .cart-collaterals,.woocommerce .woocommerce-bacs-bank-details,.woocommerce .woocommerce-checkout-review-order,.woocommerce .woocommerce-order-details,body:not(.mfn-ui) .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals{background:var(--mfn-woo-bg-box);border-radius:var(--mfn-woo-border-radius-box);padding:30px;box-sizing:border-box}.woocommerce .woocommerce-Price-amount bdi{word-break:normal}.woocommerce table.shop_table{border:0;margin:0;border-radius:0;border-collapse:collapse}.woocommerce table.shop_table td,.woocommerce table.shop_table th{padding:20px 10px;line-height:1.4;background:none;box-shadow:0 0 0 0;border:solid var(--mfn-woo-border);border-width:0 0 1px}.woocommerce table.shop_table td:first-child,.woocommerce table.shop_table th:first-child{text-align:left}.woocommerce table.shop_table td:last-child,.woocommerce table.shop_table th:last-child{text-align:right}.woocommerce table.shop_table tbody tr:last-child td,.woocommerce table.shop_table tbody tr:last-child th,.woocommerce table.shop_table tfoot tr:last-child td,.woocommerce table.shop_table tfoot tr:last-child th{border-bottom:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{border-top:0;font-weight:400}.woocommerce table.shop_table th{color:var(--mfn-woo-heading-color)}.woocommerce table.shop_table .product-thumbnail a{display:block;line-height:0}.woocommerce table.shop_table .product-thumbnail a img{width:100px}.woocommerce table.shop_table .product-name{text-align:left}.woocommerce table.shop_table td.product-name,.woocommerce table.shop_table td.product-name>a{font-size:17px;font-weight:600;color:var(--mfn-woo-heading-color)}.woocommerce table.shop_table td.product-name .variation{margin-top:10px;font-weight:400}.woocommerce table.shop_table td.product-name .variation dt{padding-bottom:0;font-weight:400;border-top-color:transparent}.woocommerce table.shop_table td.product-price,.woocommerce table.shop_table td.product-subtotal{color:var(--mfn-woo-themecolor)}.woocommerce table.shop_table .product-remove a:hover.remove{background-color:transparent;color:inherit}.woocommerce table.shop_table tr.order-total .woocommerce-Price-amount,.woocommerce table.woocommerce-table--order-details tfoot tr:last-child .woocommerce-Price-amount{font-size:22px;font-weight:700;color:var(--mfn-woo-heading-color)}.includes_tax{display:block;text-align:right}.includes_tax .woocommerce-Price-amount{font-size:inherit!important}.woocommerce table.shop_table .product-name .product-quantity{display:inline-block;position:relative;top:-1px;background-color:hsla(0,0%,100%,.9);padding:2px 5px;border-radius:3px;font-weight:400;font-size:13px}.woocommerce table.shop_table td.actions .coupon{display:flex;flex-wrap:wrap}.woocommerce table.shop_table td.actions .coupon .input-text{font-weight:700;text-transform:uppercase;width:160px;letter-spacing:2px;text-align:center;margin-right:10px}.woocommerce table.shop_table td.actions .coupon label{display:none}.woocommerce .blockUI{background-color:rgba(0,0,0,.05)!important;z-index:1!important}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.lost_reset_password,.woocommerce form.register{display:flex;flex-direction:column;align-items:center;border:0;padding:0;margin:0;box-sizing:border-box}.woocommerce form.checkout_coupon p,.woocommerce form.login p,.woocommerce form.lost_reset_password p,.woocommerce form.register p{width:100%;float:none}.woocommerce form.checkout_coupon p:not(.form-row),.woocommerce form.login p:not(.form-row),.woocommerce form.lost_reset_password p:not(.form-row),.woocommerce form.register p:not(.form-row){text-align:center}.woocommerce form.checkout_coupon .button,.woocommerce form.login .button,.woocommerce form.lost_reset_password .button,.woocommerce form.register .button{width:100%}.woocommerce form.checkout_coupon p:last-child,.woocommerce form.login p:last-child,.woocommerce form.lost_reset_password p:last-child,.woocommerce form.register p:last-child{margin-bottom:0}.woocommerce form.checkout_coupon .form-row,.woocommerce form.login .form-row,.woocommerce form.lost_reset_password .form-row,.woocommerce form.register .form-row{width:100%}.woocommerce form.register .woocommerce-privacy-policy-text{font-size:84%;line-height:1.75;margin-bottom:15px}.woocommerce-thankyou-order-received{--mfn-woo-thanks-notice-icon-size:70px;--mfn-woo-thanks-notice-icon-font-size:30px;text-align:center;margin-bottom:50px;color:var(--mfn-woo-themecolor)}.woocommerce-thankyou-order-received:before{content:"\e841";font-family:mfn-icons;color:var(--mfn-woo-themecolor);background-color:rgba(0,0,0,.03);font-size:var(--mfn-woo-thanks-notice-icon-font-size);display:flex;justify-content:center;align-items:center;margin:0 auto 15px;width:var(--mfn-woo-thanks-notice-icon-size);height:var(--mfn-woo-thanks-notice-icon-size);border-radius:100%}.woocommerce .cart .added_to_cart{display:none}.woocommerce table.shop_table.cart th{font-size:13px;letter-spacing:1px;font-weight:700;text-transform:uppercase}.woocommerce .cart-collaterals h4{text-align:center}.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells{width:100%;float:none}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:0}.woocommerce-page .cart-collaterals .cart_totals .shop_table,.woocommerce .cart-collaterals .cart_totals .shop_table{table-layout:fixed}.woocommerce-page .cart-collaterals .cross-sells ul.products li:nth-child(odd),.woocommerce .cart-collaterals .cross-sells ul.products li:nth-child(odd){clear:both}.woocommerce-page .cart-collaterals .cross-sells ul.products li .image_frame,.woocommerce .cart-collaterals .cross-sells ul.products li .image_frame{margin-bottom:10px}.woocommerce-page .cart-collaterals .cross-sells ul.products li .desc,.woocommerce .cart-collaterals .cross-sells ul.products li .desc{padding:0}.woocommerce-page .cart-collaterals .cross-sells ul.products li h4,.woocommerce .cart-collaterals .cross-sells ul.products li h4{font-size:inherit;line-height:inherit}.woocommerce-cart .return-to-shop{margin:0 auto 40px}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background:none}.mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-1,.mfn-be-checkout .woocommerce .woocommerce-checkout #customer_details .col-2{width:100%;float:none}#order_review #order_review_heading{text-align:center}.woocommerce-additional-fields #order_comments_field textarea.input-text{height:150px}.woocommerce table.woocommerce-checkout-review-order-table{margin-bottom:30px}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.mfn-be-checkout .woocommerce .create-account,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{font-size:inherit;line-height:inherit;cursor:pointer;padding:10px 15px;width:100%;box-sizing:border-box;border:1px solid var(--mfn-woo-border);border-radius:var(--mfn-woo-border-radius-box)}#add_payment_method .checkout .col-2 h3#ship-to-different-address label,.mfn-be-checkout .woocommerce .create-account label,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address label,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label{margin-bottom:0;cursor:pointer}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:none}#add_payment_method #payment .woocommerce-terms-and-conditions-wrapper,.woocommerce-cart #payment .woocommerce-terms-and-conditions-wrapper,.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper{margin-bottom:15px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{padding:0;border-bottom:0;color:inherit}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{border:1px solid var(--mfn-woo-border);cursor:pointer;position:relative;border-radius:4px;margin-bottom:15px;padding:15px;display:flex;flex-wrap:wrap}#add_payment_method #payment ul.payment_methods li .input-radio,.woocommerce-cart #payment ul.payment_methods li .input-radio,.woocommerce-checkout #payment ul.payment_methods li .input-radio{position:absolute;z-index:-1;opacity:0}#add_payment_method #payment ul.payment_methods li label,.woocommerce-cart #payment ul.payment_methods li label,.woocommerce-checkout #payment ul.payment_methods li label{margin-bottom:0;color:var(--mfn-woo-heading-color);cursor:pointer}#add_payment_method #payment ul.payment_methods li.active-payment,.woocommerce-cart #payment ul.payment_methods li.active-payment,.woocommerce-checkout #payment ul.payment_methods li.active-payment{border-color:var(--mfn-woo-border-themecolor)}#add_payment_method #payment ul.payment_methods li.wc_payment_method .mfn-payment-check,.woocommerce-cart #payment ul.payment_methods li.wc_payment_method .mfn-payment-check,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method .mfn-payment-check{display:none;content:"\e841";font-family:mfn-icons;position:absolute;right:-10px;top:-10px;font-size:12px;justify-content:center;align-items:center;width:20px;height:20px;border-radius:100%;background-color:var(--mfn-woo-bg-themecolor);color:#fff}#add_payment_method #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check,.woocommerce-cart #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check,.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.active-payment .mfn-payment-check{display:flex}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{width:100%}#add_payment_method #payment div.payment_box:before,.woocommerce-cart #payment div.payment_box:before,.woocommerce-checkout #payment div.payment_box:before{display:none}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{background:none;color:inherit;margin:0;padding:0;font-size:inherit}#add_payment_method #payment div.form-row,#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart #payment div.form-row,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout #payment div.form-row,.woocommerce-checkout .wc-proceed-to-checkout{padding:0}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{font-size:inherit;margin-bottom:0}.woocommerce-form-coupon-toggle .woocommerce-info,.woocommerce-form-login-toggle .woocommerce-info{display:flex;justify-content:center;width:100%;padding:15px;box-sizing:border-box;margin:0 0 15px!important;background-color:transparent;color:inherit;border:1px solid var(--mfn-woo-border);border-radius:var(--mfn-woo-border-radius-box)}.woocommerce-form-coupon-toggle .woocommerce-info:before,.woocommerce-form-login-toggle .woocommerce-info:before{position:static;margin-right:10px;color:var(--mfn-woo-themecolor)}.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon,.woocommerce-form-login-toggle .woocommerce-info a.showlogin{margin-right:15px;margin-left:10px;position:relative}.woocommerce-form-coupon-toggle .woocommerce-info a.showcoupon:after,.woocommerce-form-login-toggle .woocommerce-info a.showlogin:after{content:"\e869";font-family:mfn-icons;position:absolute;right:-15px;top:0}.mfn-cart-step form.checkout-form-toggle{background:var(--mfn-woo-bg-box);margin:0 0 15px;padding:30px}.mfn-cart-step form.checkout-form-toggle p{max-width:430px}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details{margin-bottom:40px}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details .order-again{text-align:center}.woocommerce .woocommerce-customer-details address{width:auto}.woocommerce .woocommerce-columns--addresses{display:flex;justify-content:center}.woocommerce .woocommerce-columns--addresses .woocommerce-column{text-align:center;width:auto;margin:15px 30px}.woocommerce .addresses address,.woocommerce .woocommerce-customer-details address{display:inline-block;position:relative;padding-left:90px;box-sizing:border-box;border:0;border-radius:0}.woocommerce .addresses address:before,.woocommerce .woocommerce-customer-details address:before{content:"\e85d";font-family:mfn-icons;display:flex;height:100%;width:65px;font-size:30px;border-right:1px solid var(--mfn-woo-border);justify-content:center;align-items:center;position:absolute;left:0;top:0}.woocommerce .woocommerce-order-details__title{text-align:center}.woocommerce-order>p{margin-bottom:40px;text-align:center}.woocommerce ul.order_details{display:flex}.woocommerce ul.order_details li{padding:10px 15px;border-right:1px solid var(--mfn-woo-border);flex:1;text-align:center;margin:0;box-sizing:border-box}.woocommerce ul.order_details li:last-child{border:0}.woocommerce ul.order_details li{font-size:13px;letter-spacing:1px;font-weight:700;text-transform:uppercase;color:var(--mfn-woo-heading-color)}.woocommerce ul.order_details li strong{font-size:16px;letter-spacing:0;font-weight:400;margin-top:15px;color:var(--mfn-woo-body-color)}.woocommerce .woocommerce-bacs-bank-details{margin-bottom:40px}.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details-heading{text-align:center;width:100%;margin-bottom:25px}.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name{font-size:inherit;font-weight:500;text-align:center}.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details{margin-bottom:15px}.woocommerce .woocommerce-bacs-bank-details .wc-bacs-bank-details li{flex:auto}.woocommerce-account #Content .woocommerce{padding:40px 0 55px}.the_content_wrapper .woocommerce-MyAccount-navigation{padding:15px}.woocommerce .woocommerce-MyAccount-navigation{margin:0}.woocommerce .woocommerce-MyAccount-navigation ul{list-style:none;margin:0}.woocommerce .woocommerce-MyAccount-navigation ul li{margin-bottom:1px}.woocommerce .woocommerce-MyAccount-navigation ul li a{color:rgba(0,0,0,.6);border-radius:5px;background:transparent;border:0;display:block;margin:0;padding:7px 10px;text-decoration:none}.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{color:rgba(0,0,0,.8);background-color:rgba(0,0,0,.03)}.woocommerce .woocommerce-MyAccount-navigation ul li a:before{display:inline-block;font-family:mfn-icons;width:22px;text-align:center;margin-right:10px;color:rgba(0,0,0,.7)}.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout{border-top:1px solid var(--mfn-woo-border);padding-top:5px;margin-top:5px}.woocommerce .woocommerce-MyAccount-navigation-link--dashboard a:before{content:"\e8cc"}.woocommerce .woocommerce-MyAccount-navigation-link--orders a:before{content:"\e812"}.woocommerce .woocommerce-MyAccount-navigation-link--downloads a:before{content:"\e86b"}.woocommerce .woocommerce-MyAccount-navigation-link--edit-address a:before{content:"\e801"}.woocommerce .woocommerce-MyAccount-navigation-link--edit-account a:before{content:"\e84a"}.woocommerce .woocommerce-MyAccount-navigation-link--ppcp-paypal-payment-tokens a:before{content:"\f1ed"}.woocommerce .woocommerce-MyAccount-navigation-link--payment-methods a:before{content:"\e84f"}.woocommerce .woocommerce-MyAccount-navigation-link--customer-logout a:before{content:"\e8cc"}.woocommerce-account .woocommerce-MyAccount-content{width:66%}.woocommerce table.my_account_orders{font-size:inherit}.woocommerce-account .addresses .title .edit{margin-top:6px}.woocommerce #customer_login .u-column1,.woocommerce #customer_login .u-column2{width:50%;padding:0 7%;box-sizing:border-box;position:relative}.woocommerce #customer_login .u-column1:after{content:"";display:block;position:absolute;right:0;top:0;width:1px;height:100%;background:var(--mfn-woo-border)}.woocommerce-account .lost_reset_password p{max-width:430px}.woocommerce-account .lost_reset_password label{text-align:center}@keyframes add-to-wishlist{0%{transform:scale(1)}25%{transform:scale(.5)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes star-rating{0%{transform:scale(1)}25%{transform:scale(.7)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media only screen and (min-width:768px) and (max-width:959px){.woocommerce .products.related ul.products li.product,.woocommerce .products.upsells.up-sells ul.products li.product,.woocommerce .products_wrapper ul.products li.product{width:48%}.woocommerce.columns-1 ul.products li.product,.woocommerce ul.products.columns-1 li.product{width:100%}.woocommerce .products_wrapper ul.products li.product:nth-child(n){clear:none}.woocommerce .products_wrapper ul.products li.product:nth-child(odd){clear:both}.woocommerce div.product div.product_image_wrapper{width:100%!important}.woocommerce div.product div.entry-summary{width:100%!important;float:left!important}.woocommerce .widget_shopping_cart p.total{text-align:right}.woocommerce .widget_shopping_cart p.total .amount,.woocommerce .widget_shopping_cart p.total strong{float:none}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-cart-form{flex-basis:100%;max-width:100%}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals{flex-basis:100%;max-width:100%;margin-left:0}}@media screen and (max-width:782px){.admin-bar p.demo_store{top:46px}}@media only screen and (width:768px){.column_cart_cross_sells ul.products.columns-3 li.product,.column_product_related ul.products.columns-3 li.product,.column_product_upsells ul.products.columns-3 li.product{clear:unset;margin:0 1% 20px;float:left!important}.column_cart_cross_sells ul.products.columns-3 li.product:nth-child(3n+1),.column_product_related ul.products.columns-3 li.product:nth-child(3n+1),.column_product_upsells ul.products.columns-3 li.product:nth-child(3n+1){clear:both!important}.column_cart_cross_sells ul.products.columns-4 li.product,.column_product_related ul.products.columns-4 li.product,.column_product_upsells ul.products.columns-4 li.product{clear:unset;margin:0 1% 20px;float:left!important}.column_cart_cross_sells ul.products.columns-4 li.product:nth-child(4n+1),.column_product_related ul.products.columns-4 li.product:nth-child(4n+1),.column_product_upsells ul.products.columns-4 li.product:nth-child(4n+1){clear:both!important}}@media only screen and (max-width:767px){.woocommerce .section:not(.full-width)>.section_wrapper .section_wrapper{padding-left:0!important;padding-right:0!important}.ofcs-mobile .shop-filters .open-filters.mfn-off-canvas-switcher.mfn-only-mobile-ofcs{display:flex}.content_wrapper .column_product_content .section_wrapper{padding-left:0;padding-right:0}.woocommerce.columns-2 ul.products li.product:nth-child(odd),.woocommerce.columns-3 ul.products li.product:nth-child(3n+1),.woocommerce.columns-4 ul.products li.product:nth-child(4n+1),.woocommerce ul.products.columns-2 li.product:nth-child(odd),.woocommerce ul.products.columns-3 li.product:nth-child(3n+1),.woocommerce ul.products.columns-4 li.product:nth-child(4n+1){clear:none}body:not(.mobile-row-2-products) .products_wrapper ul.products li.product{width:100%}body.mobile-row-2-products .products_wrapper ul.products li.product{width:48%}body.mobile-row-2-products .products_wrapper ul.products li.product:nth-child(2n){float:right}body.mobile-row-2-products .products_wrapper ul.products li.product:nth-child(odd){clear:both}body:not(.mobile-row-2-products) .column_cart_cross_sells ul.products li.product,body:not(.mobile-row-2-products) .column_product_related ul.products li.product,body:not(.mobile-row-2-products) .column_product_upsells ul.products li.product,body:not(.mobile-row-2-products) .products.related ul.products li.product,body:not(.mobile-row-2-products) .products.upsells.up-sells ul.products li.product{width:100%}body.mobile-row-2-products .column_cart_cross_sells ul.products li.product,body.mobile-row-2-products .column_product_related ul.products li.product,body.mobile-row-2-products .column_product_upsells ul.products li.product,body.mobile-row-2-products .products.related ul.products li.product,body.mobile-row-2-products .products.upsells.up-sells ul.products li.product{width:48%}body.mobile-row-2-products .column_cart_cross_sells ul.products li.product:nth-child(odd),body.mobile-row-2-products .column_product_related ul.products li.product:nth-child(odd),body.mobile-row-2-products .column_product_upsells ul.products li.product:nth-child(odd),body.mobile-row-2-products .products.related ul.products li.product:nth-child(odd),body.mobile-row-2-products .products.upsells.up-sells ul.products li.product:nth-child(odd){clear:both}.woocommerce .column_cart_cross_sells ul.products li.product,.woocommerce .column_product_related ul.products li.product,.woocommerce .column_product_upsells ul.products li.product,.woocommerce .products.related ul.products li.product,.woocommerce .products.upsells.up-sells ul.products li.product,.woocommerce .products_wrapper ul.products li.product{margin:0 0 20px}.woocommerce.columns-1 ul.products li.product,.woocommerce ul.products.columns-1 li.product{display:block}.woocommerce.columns-1 ul.products li.product .desc,.woocommerce.columns-1 ul.products li.product .mfn-li-product-row-image,.woocommerce ul.products.columns-1 li.product .desc,.woocommerce ul.products.columns-1 li.product .mfn-li-product-row-image{width:100%}.woocommerce.columns-1 ul.products li.product .desc,.woocommerce ul.products.columns-1 li.product .desc{padding-left:0}.woocommerce .content_wrapper .column_shop_products ul.products.columns-1 li.product{padding-left:unset}.woocommerce .content_wrapper .column_shop_products ul.products.columns-1 .mfn-li-product-row-image{position:static}.woocommerce .post-nav{padding:10px 10px 4px}.woocommerce .product .product_wrapper{padding-left:0}.woocommerce .product .product_wrapper .share_wrapper{float:left;position:relative;width:100%;box-sizing:border-box;padding:5px 15px 0;margin-bottom:10px}.woocommerce .no-share-mobile .product_wrapper .share_wrapper{display:none}.woocommerce div.product div.product_image_wrapper{width:100%!important}.woocommerce div.product div.entry-summary{width:100%!important;float:left!important}.mfn-checkout-steps{align-items:flex-start}.mfn-checkout-steps li{flex-direction:column;text-align:center}.mfn-checkout-steps li:not(:last-child){padding-right:20px;margin-right:20px}.mfn-checkout-steps li .mfn-step-number{margin:0 0 15px}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-cart-form,.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .woocommerce-notices-wrapper{flex-basis:100%;max-width:100%}.mfn-be-cart .woocommerce:not(.mfn-cart-tmpl-builder) .cart-collaterals{flex-basis:100%;max-width:100%;margin-left:0}.mfn-be-checkout .woocommerce .woocommerce-NoticeGroup{flex-basis:100%;max-width:100%;margin-bottom:20px}.mfn-be-checkout .woocommerce #customer_details{flex-basis:100%;max-width:100%}.mfn-be-checkout .woocommerce #order_review{flex-basis:100%;max-width:100%;margin-left:0}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #customer_details{flex-basis:100%;max-width:100%}.mfn-be-checkout .woocommerce:not(.mfn-cart-tmpl-builder) #order_review{flex-basis:100%;max-width:100%;margin-left:0}.woocommerce-page table.shop_table_responsive tr td.product-quantity,.woocommerce table.shop_table_responsive tr td.product-quantity{display:flex;justify-content:space-between;align-items:center}.woocommerce-page table.shop_table_responsive tr td.product-remove a.remove,.woocommerce table.shop_table_responsive tr td.product-remove{margin:0 auto}.woocommerce ul.order_details{display:block}.woocommerce ul.order_details li{width:100%;padding:20px 10px;border-right:0;border-bottom:1px solid var(--mfn-woo-border)}.woocommerce .woocommerce-columns--addresses{display:block}.woocommerce .woocommerce-columns--addresses .woocommerce-column{text-align:center;width:100%;margin:0 0 30px}.woocommerce-account .woocommerce-MyAccount-content{margin-top:40px;width:100%}.woocommerce-account .woocommerce-Addresses .woocommerce-Address{margin-bottom:20px}.woocommerce #customer_login .u-column1,.woocommerce #customer_login .u-column2{width:100%;padding:0;margin-bottom:40px}.woocommerce #customer_login .u-column1:after{display:none}.wishlist .wishlist-row{display:block;margin-bottom:20px}.mfn-cart-holder{max-width:420px;width:100%}.woocommerce .fake-tabs .tab-additional_information table.shop_attributes,.woocommerce .fake-tabs .tab-reviews #reviews{max-width:100%}.mfn-popup-quickview .mfn-popup-content-wrapper{display:block}.mfn-popup-quickview .mfn-popup-content-col{width:100%;height:auto!important}.mfn-popup-quickview .woocommerce-variation-add-to-cart,.mfn-popup-quickview form.cart{display:block}.mfn-popup-quickview .quantity{margin-bottom:5px!important}.shop-filters{justify-content:space-between;flex-direction:row-reverse}.shop-filters .mfn-woo-list-options,.shop-filters .woocommerce-result-count{display:none}.woocommerce .shop-filters>*{margin-right:0;margin-left:0}.mfn-header-login{display:block;position:fixed;top:0!important;right:-420px;left:auto!important;display:flex;flex-direction:column;width:420px;max-width:100%;height:100%;transition:all .3s ease-in-out;box-sizing:border-box;margin-top:0}.mfn-show-login-modal .mfn-header-login{right:0}.mfn-header-login h4{font-size:25px;line-height:30px;text-align:center;width:calc(100% + 40px);border-bottom:1px solid var(--mfn-woo-border);padding-bottom:20px;margin:0 -20px 20px}.mfn-header-login .mfn-close-icon{right:auto;left:20px}.woocommerce-form-login .show-password-input:before,.woocommerce-form-login .show-password-input:hover{background-color:unset}.woocommerce .comment-form-rating{flex-wrap:wrap}.woocommerce .comment-form-rating label{flex-shrink:unset}.woocommerce .comment-form-rating p.stars a:before{font-size:20px}}@media only screen and (max-width:479px){.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-info{padding-right:0;border-right-width:0}.mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-price{text-align:center;margin-left:0;width:100%;padding:15px 0 0}}@media only screen and (max-width:379px){.woocommerce table.cart td.actions .coupon{display:block;margin-bottom:0}.woocommerce table.cart td.actions .coupon #coupon_code{width:100%;margin-bottom:10px!important}.woocommerce table.cart td.actions .coupon button{width:100%!important;margin-bottom:10px}}.content-brightness-dark .cart .mfn-wish-button:hover .path,.content-brightness-dark .mfn-li-product-row-button .mfn-wish-button:hover .path{stroke:hsla(0,0%,100%,.3)}.content-brightness-dark .comment-form-rating p.stars a{background-color:hsla(0,0%,100%,.01)}.content-brightness-dark #reviews #comments ol.commentlist li .comment-text{background-color:hsla(0,0%,100%,.02)}.content-brightness-dark #reviews #comments ol.commentlist li .comment-text p.meta{border-bottom:1px solid hsla(0,0%,100%,.05)}.content-brightness-dark .mfn-header-login .woocommerce-form .form-row.form-row-first:after,.content-brightness-dark .mfn-header-login .woocommerce-form .form-row.form-row-last:after{color:hsla(0,0%,100%,.7)}.content-brightness-dark .mfn-header-login .create_account a,.content-brightness-dark .mfn-header-login .lost_password a{color:hsla(0,0%,100%,.5)!important}.content-brightness-dark .mfn-header-login .create_account a:hover,.content-brightness-dark .mfn-header-login .lost_password a:hover{color:hsla(0,0%,100%,.8)!important}.content-brightness-dark .product_meta .stacked-meta li.stacked-sku .stacked-meta-value,.content-brightness-dark .sku_wrapper,.content-brightness-dark .wishlist .sku_wrapper{border-color:hsla(0,0%,100%,.1)}.content-brightness-dark .mfn-cart-holder .mfn-ch-content .mfn-ch-product .mfn-chp-footer{background-color:hsla(0,0%,100%,.01);border-color:hsla(0,0%,100%,.04)}.content-brightness-dark .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a{border-color:hsla(0,0%,100%,.1)}.content-brightness-dark .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li a:hover{border-color:hsla(0,0%,100%,.2)}.content-brightness-dark .mfn-variations-wrapper .mfn-vr ul.mfn-vr-options li.active a{border-color:hsla(0,0%,100%,.8)}.content-brightness-dark table.woocommerce-product-attributes td span:before{background:hsla(0,0%,100%,.1)}.content-brightness-dark .wc-block-product-categories.is-list ul li .cat-expander{color:hsla(0,0%,100%,.5)}.content-brightness-dark .wc-block-product-categories.is-list ul li.li-expanded>.cat-expander{color:hsla(0,0%,100%,.8)}.content-brightness-dark .mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li .label{border-color:hsla(0,0%,100%,.1)}.content-brightness-dark .mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li .label:hover{border-color:hsla(0,0%,100%,.2)}.content-brightness-dark .mfn_woo_attributes .mfn_attr_filters .mfn-vr ul.mfn-vr-options:not(.mfn-vr-select) li.active .label{border-color:hsla(0,0%,100%,.8)}.content-brightness-dark table.shop_table .product-name .product-quantity{background-color:rgba(0,0,0,.2)}.content-brightness-dark .blockUI{background-color:hsla(0,0%,100%,.05)!important}.content-brightness-dark .woocommerce-MyAccount-navigation ul li a{color:hsla(0,0%,100%,.6)}.content-brightness-dark .woocommerce-MyAccount-navigation ul li.is-active a,.content-brightness-dark .woocommerce-MyAccount-navigation ul li a:hover{color:hsla(0,0%,100%,.8);background-color:hsla(0,0%,100%,.03)}.content-brightness-dark .woocommerce-MyAccount-navigation ul li a:before{color:hsla(0,0%,100%,.7)}.woocommerce .mnm_form.layout_tabular{display:block}.woocommerce div.product form.cart .mnm_price p.price{margin:0 0 15px}.woocommerce .mnm_table dl{margin-bottom:15px}.woocommerce .mnm_table dl>dd,.woocommerce .mnm_table dl>dt{width:100%;padding:0;float:none}.woocommerce .mnm_table dl dd{margin:0 0 10px}.woocommerce .mnm_message{background:rgba(0,0,0,.03);display:flex;align-items:center;margin-bottom:30px;padding:15px 25px;box-sizing:border-box;position:relative}.woocommerce .mnm_button_wrap{display:flex!important;flex-wrap:wrap;align-items:center}.woocommerce .mnm_button_wrap .mnm_message .mnm_message,.woocommerce .mnm_button_wrap .mnm_message .mnm_price{width:100%}.woocommerce .mnm_button_wrap .mnm_add_to_cart_button{width:auto;flex:1}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.mfn-be-checkout .woocommerce .create-account,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{font-family:unset;color:inherit}#add_payment_method .checkout .col-2 h3#ship-to-different-address label input[type=checkbox],.mfn-be-checkout .woocommerce .create-account label input[type=checkbox],.woocommerce-cart .checkout .col-2 h3#ship-to-different-address label input[type=checkbox],.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label input[type=checkbox]{margin:-2px 8px 0 0!important}.image_frame .hover-secondary-image a{display:flex}.woocommerce ul.products .image_frame .hover-secondary-image a .image-secondary{object-fit:cover;height:100%;width:100%}.mfn-free-delivery-info{display:block;width:100%;margin:0 0 20px;text-align:center}.mfn-free-delivery-info p{margin:0}.mfn-free-delivery-info .mfn-free-delivery-info-progressbar{display:block;width:100%;position:relative;height:10px;border-radius:4px;background-color:var(--mfn-free-delivery-bg);margin:10px 0;overflow:hidden}.mfn-free-delivery-info .mfn-free-delivery-info-progressbar span{display:block;position:absolute;top:0;left:0;height:100%;background-color:var(--mfn-free-delivery-bar)}.mfn-free-delivery-info.mfn-free-delivery-achieved .mfn-free-delivery-info-progressbar span{background-color:var(--mfn-free-delivery-achieved)}.mfn-cart-holder .mfn-free-delivery-info{margin:0;padding:0 0 20px}.mfn-cart-holder .mfn-free-delivery-info .mfn-free-delivery-info-link{display:none}.mfn-cart-holder .mfn-free-delivery-info .mfn-free-delivery-info-progressbar{margin-bottom:0}.mfn-fake-sale-noti{position:fixed;bottom:20px;display:flex;width:400px;box-sizing:border-box;max-width:calc(100% - 40px);padding:15px;background-color:#fff;z-index:999;border-radius:8px;box-shadow:0 0 10px 1px rgba(0,0,0,.1);align-items:center;justify-content:space-between;animation-duration:1s;animation-name:mfnfakenotiIn}.mfn-fake-sale-noti.mfn-fake-sale-noti-bottom-left{left:20px}.mfn-fake-sale-noti.mfn-fake-sale-noti-bottom-right{right:20px}.mfn-fake-sale-noti .mfn-fake-sale-noti-img{width:120px;display:block}.mfn-fake-sale-noti .mfn-fake-sale-noti-desc{display:flex;flex-grow:1;padding-left:20px}.mfn-fake-sale-noti .mfn-fake-sale-noti-desc .mfn-fake-sale-noti-desc-title{font-size:15px;line-height:1.4em;margin:0}.mfn-fake-sale-noti .mfn-fake-sale-noti-desc a{text-decoration:underline}.mfn-fake-sale-noti .mfn-fake-sale-noti-close{position:absolute;top:5px;right:5px;z-index:10;text-decoration:none;display:block;width:25px;height:25px;line-height:25px;text-align:center;font-size:14px}.mfn-fake-sale-noti.mfn-fake-sale-noti-out{bottom:-100px;animation-duration:.5s;animation-name:mfnfakenotiOut}@keyframes mfnfakenotiIn{0%{bottom:-100px;opacity:0}50%{bottom:-100px;opacity:0}to{bottom:20px;opacity:1}}@keyframes mfnfakenotiOut{0%{bottom:20px;opacity:1}to{bottom:-150px;opacity:1}}.mfn-woocommerce-tabs{display:flex;width:100%;--mfn-woo-tabs-nav-width:240px}.mfn-woocommerce-tabs:not(.mfn-woocommerce-tabs-nav-top){align-items:flex-start}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-top{flex-wrap:wrap}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav{display:flex;list-style-type:none;padding:0;flex-wrap:wrap;margin:0 0 30px}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav a{display:block;padding:5px 10px}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav a:hover{text-decoration:none}.mfn-woocommerce-tabs:not(.mfn-woocommerce-tabs-nav-top) .mfn-woocommerce-tabs-nav li{width:100%;display:block}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav .active a{background-color:rgba(0,0,0,.1)}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-content{display:none;flex-grow:1;flex-wrap:wrap}.mfn-woocommerce-tabs:not(.mfn-woocommerce-tabs-nav-top) .mfn-woocommerce-tabs-content{width:calc(100% - var(--mfn-woo-tabs-nav-width))}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-top .mfn-woocommerce-tabs-nav{width:100%}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-left .mfn-woocommerce-tabs-nav{align-content:flex-start;width:var(--mfn-woo-tabs-nav-width);margin-right:20px}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right .mfn-woocommerce-tabs-nav{align-content:flex-start;width:var(--mfn-woo-tabs-nav-width);order:2;margin-left:20px}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-content.active{display:flex}.wrap.one .mfn-woocommerce-tabs .mfn-woocommerce-tabs-content .woocommerce-Reviews{width:700px}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-content .woocommerce-Reviews{max-width:100%;margin:0 auto}.column_product_tabs #tab-additional_information .section_wrapper,.column_product_tabs #tab-reviews .section_wrapper,.full-width .column_product_tabs #tab-description .mfn-builder-content{width:100%}@media only screen and (max-width:959px){.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-left,.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right{flex-direction:column}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-left .mfn-woocommerce-tabs-nav{margin-right:0}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right .mfn-woocommerce-tabs-nav{margin-left:0}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-left .mfn-woocommerce-tabs-nav,.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right .mfn-woocommerce-tabs-nav{justify-content:center}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-left .mfn-woocommerce-tabs-nav li,.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right .mfn-woocommerce-tabs-nav li{width:auto}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right .mfn-woocommerce-tabs-nav{order:1}.mfn-woocommerce-tabs.mfn-woocommerce-tabs-nav-right .mfn-woocommerce-tabs-content{order:2}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-content,.mfn-woocommerce-tabs .mfn-woocommerce-tabs-nav{width:100%!important}.mfn-woocommerce-tabs .mfn-woocommerce-tabs-content .woocommerce-Reviews{width:100%}}.column_cart_table .cart-collaterals{display:none;padding:0}.mcb-section .mcb-wrap .column_cart_totals table.shop_table tbody tr:last-child td,.mcb-section .mcb-wrap .column_cart_totals table.shop_table tbody tr:last-child th{border-bottom:none}.mfn-builder-content.mfn-cart-tmpl-builder.mfn-cart-tmpl-empty .mfn-default-section,.mfn-builder-content.mfn-cart-tmpl-builder.mfn-cart-tmpl-not-empty .mfn-cart-empty-section{display:none}.wc-block-grid__products .star-rating{float:unset}.wc-block-cart table.wc-block-cart-items,.wc-block-cart table.wc-block-cart-items td,.wc-block-cart table.wc-block-cart-items th{text-align:inherit}.wc-block-cart .wc-block-components-product-details li{margin-bottom:0}.wc-block-cart .wc-block-cart-item__remove-link:after,.wc-block-cart .wc-block-components-quantity-selector__button:after{display:none}.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button{margin:0}.wc-block-components-totals-coupon__form .components-button{margin:0 0 0 8px}.wc-block-components-order-summary .wc-block-components-panel__button{background-color:transparent;color:inherit;box-shadow:unset;margin:0}.wc-block-components-order-summary .wc-block-components-panel__button:after{display:none}.wc-block-components-order-summary .wc-block-components-panel__button:hover{background-color:transparent}.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button{display:inline-flex;justify-content:center;align-items:center}.wc-block-components-checkbox-list li.show-more button{color:inherit}.mfn_after_shop_content_wrapper{margin-bottom:40px}.mfn-currency-switcher-wrapper{--mfn-wpml-arrow-size:10px}.mfn-currency-switcher-wrapper ul{display:flex;margin:0;padding:0;list-style-type:none;width:100%;align-items:center}.mfn-currency-switcher-default ul{gap:10px}.mfn-currency-switcher-wrapper ul li{position:relative}.mfn-currency-switcher-wrapper ul li a{display:flex;align-items:center;gap:5px;cursor:pointer;line-height:1em}.mfn-currency-switcher-wrapper ul li a:hover{text-decoration:none}.mfn-currency-switcher-wrapper ul li a img{width:20px;height:auto;line-height:1em}.mfn-currency-switcher:not(.mfn-currency-switcher-flags){display:none}.mfn-currency-switcher-dropdown ul li ul{display:none;flex-wrap:wrap;width:260px;position:absolute;top:100%;left:0;padding:5px;background-color:#fff;z-index:2;overflow:hidden}.mfn-currency-switcher-dropdown ul li ul li{display:block;width:100%}.mfn-currency-switcher-dropdown ul li:hover ul{display:flex}.mfn-currency-switcher-dropdown ul li.wcml-cs-active-currency:hover:before{content:"";position:absolute;top:100%;left:0;width:100%;height:50px;display:block}.mfn-currency-switcher-dropdown ul ul a{padding:10px 5px}.mfn-currency-switcher-dropdown ul li ul li.wcml-cs-active-currency{display:none}.mfn-current-editing .mfn-currency-switcher-dropdown ul li ul{display:flex}.mfn-currency-switcher-dropdown ul li .mfn-arrow-icon{font-size:var(--mfn-wpml-arrow-size)}.mfn-currency-switcher-dropdown .wcml_currency_switcher>ul:not(.mfn-wcml-dropdown-ready) li:not(.wcml-cs-active-currency){display:none}.mfn-currency-switcher-wrapper .wcml-spinner{position:absolute;top:50%;left:50%;z-index:2;transform:translateY(-50%) translateX(-50%)}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}

/*! elementor-pro - v3.33.0 - 11-11-2025 */
.elementor-widget-search{--e-search-white:#fff;--e-search-light-grey:#cdcdcd;--e-search-medium-grey:#515962;--e-search-dark-grey:#2d2d2d;--e-search-black:#000;--e-search-dark-red:#c36;--e-search-dark-purple:#336;--e-search-input-color:var(--e-search-medium-grey);--e-search-input-border-color:var(--e-search-light-grey);--e-search-input-border-radius:0;--e-search-input-gap:4px;--e-search-input-padding:16px;--e-search-input-padding-inline-start:16px;--e-search-input-padding-inline-end:16px;--e-search-input-padding-block-start:16px;--e-search-input-padding-block-end:16px;--e-search-input-transition:0.3s;--e-search-placeholder-color:var(--e-search-medium-grey);--e-search-icon-label-color:var(--e-search-medium-grey);--e-search-icon-label-size:24px;--e-search-icon-label-absolute-width:initial;--e-search-icon-clear-color:var(--e-search-light-grey);--e-search-icon-clear-size:12px;--e-search-icon-clear-absolute-width:initial;--e-search-icon-clear-transition:0.3s;--e-search-submit-color:var(--e-search-white);--e-search-submit-background-color:var(--e-search-dark-grey);--e-search-submit-border-color:none;--e-search-submit-border-type:none;--e-search-submit-border-radius:0;--e-search-submit-border-width:0px;--e-search-submit-padding:24px;--e-search-submit-margin-inline-start:8px;--e-search-submit-button-width:initial;--e-search-submit-button-flex-direction:row;--e-search-submit-hover-transition:0.3s;--e-search-pagination-numbers-padding-left:8px;--e-search-pagination-numbers-padding-right:8px;--e-search-icon-submit-color:var(--e-search-white);--e-search-submit-icon-gap:8px;--e-search-submit-icon-margin-inline-start:0px;--e-search-submit-icon-margin-inline-end:var(--e-search-submit-icon-gap);--e-search-icon-submit-size:24px;--e-search-submit-transition:0.3s;--e-search-results-background-color:var(--e-search-white);--e-search-results-border-color:var(--e-search-light-grey);--e-search-results-border-type:solid;--e-search-results-border-width:1px;--e-search-results-border-radius:0px;--e-search-results-padding:16px;--e-search-results-width:100%;--e-search-results-columns:1;--e-search-results-max-height:initial;--e-search-input-and-results-gap:8px;--e-search-results-transition:0.3s;--e-search-loop-item-equal-height:initial;--e-search-results-grid-auto-rows:initial;--e-search-results-inset-inline-start:initial;--e-search-results-inset-inline-end:initial;--e-search-results-transform:initial;--e-search-results-default-gap:16px;--e-search-results-column-gap:var(--e-search-results-default-gap);--e-search-results-row-gap:var(--e-search-results-default-gap);--e-search-pagination-inset-inline-start:initial;--e-search-pagination-inline-end:initial;--e-search-pagination-transform:initial;--e-search-pagination-border-radius:0px;--e-search-pagination-background-color:var(--e-search-black);--e-search-pagination-text-align:center;--e-search-pagination-justify-content:center;--e-search-pagination-color:var(--e-search-dark-red);--e-search-pagination-hover:var(--e-search-dark-purple);--e-search-pagination-current:var(--e-search-black);--e-search-pagination-page-numbers-gap:10px;--e-search-pagination-block-end-spacing:0px;--e-search-pagination-block-start-spacing:0px;--e-search-pagination-vertical-position:column;--e-search-nothing-found-padding-block-start:0;--e-search-nothing-found-padding-block-end:0;--e-search-nothing-found-results-columns:1;--e-search-nothing-found-message-color:var(--e-search-medium-grey);--e-search-nothing-found-message-alignment:center;--e-search-loader-icon-color:var(--e-search-black);--e-search-loader-icon-size:34px}.elementor-widget-search .e-search-form{display:flex}.elementor-widget-search .e-search-label{display:flex;position:relative;z-index:10}.elementor-widget-search .e-search-label>i,.elementor-widget-search .e-search-label>svg{inset-block-start:50%;inset-inline-start:var(--e-search-input-padding-inline-start);position:absolute;transform:translateY(-50%);transition:width 0s,height 0s}.elementor-widget-search .e-search-label>i:is(i),.elementor-widget-search .e-search-label>svg:is(i){color:var(--e-search-icon-label-color);font-size:var(--e-search-icon-label-size)}.elementor-widget-search .e-search-label>i:is(svg),.elementor-widget-search .e-search-label>svg:is(svg){fill:var(--e-search-icon-label-color);height:var(--e-search-icon-label-size);width:auto}.elementor-widget-search .e-search-input-wrapper{display:flex;flex:1;flex-direction:column;position:relative}.elementor-widget-search .e-search-input-wrapper>i,.elementor-widget-search .e-search-input-wrapper>svg{cursor:pointer;inset-block-start:50%;inset-inline-end:var(--e-search-input-padding-inline-end);position:absolute;transform:translateY(-50%);transition:color var(--e-search-icon-clear-transition),fill var(--e-search-icon-clear-transition),width 0s,height 0s}.elementor-widget-search .e-search-input-wrapper>i:is(i),.elementor-widget-search .e-search-input-wrapper>svg:is(i){color:var(--e-search-icon-clear-color);font-size:var(--e-search-icon-clear-size)}.elementor-widget-search .e-search-input-wrapper>i:is(svg),.elementor-widget-search .e-search-input-wrapper>svg:is(svg){fill:var(--e-search-icon-clear-color);height:var(--e-search-icon-clear-size);width:auto}.elementor-widget-search .e-search-input{--e-search-icons-min-height:max(var(--e-search-icon-clear-size),var(--e-search-icon-label-size));border-color:var(--e-search-input-border-color);border-radius:var(--e-search-input-border-radius);color:var(--e-search-input-color);height:100%;min-height:calc(var(--e-search-input-padding-block-end) + var(--e-search-input-padding-block-start) + var(--e-search-icons-min-height));padding-block-end:var(--e-search-input-padding-block-end);padding-block-start:var(--e-search-input-padding-block-start);padding-inline-end:calc(var(--e-search-input-padding-inline-end) + var(--e-search-icon-clear-absolute-width) + var(--e-search-input-gap));padding-inline-start:calc(var(--e-search-input-padding-inline-start) + var(--e-search-icon-label-absolute-width) + var(--e-search-input-gap));transition:padding-inline 0s}.elementor-widget-search .e-search-input::-moz-placeholder{color:var(--e-search-placeholder-color)}.elementor-widget-search .e-search-input::placeholder{color:var(--e-search-placeholder-color)}.elementor-widget-search .e-search-input.no-icon-clear{padding-inline-end:var(--e-search-input-padding-inline-end)}.elementor-widget-search .e-search-input.no-icon-label{padding-inline-start:var(--e-search-input-padding-inline-start)}.elementor-widget-search .e-search-input:focus{outline:none;transition:var(--e-search-input-transition)}.elementor-widget-search .e-search-input::-ms-clear,.elementor-widget-search .e-search-input::-ms-reveal{display:none;height:0;width:0}.elementor-widget-search .e-search-input::-webkit-search-cancel-button,.elementor-widget-search .e-search-input::-webkit-search-decoration,.elementor-widget-search .e-search-input::-webkit-search-results-button,.elementor-widget-search .e-search-input::-webkit-search-results-decoration{display:none}.elementor-widget-search .e-search-results-container{background-color:var(--e-search-results-background-color);border-radius:var(--e-search-results-border-radius);display:flex;height:-moz-fit-content;height:fit-content;inset-block-start:calc(100% + var(--e-search-input-and-results-gap));inset-inline-end:var(--e-search-results-inset-inline-end);inset-inline-start:var(--e-search-results-inset-inline-start);position:absolute;transform:var(--e-search-results-transform);width:var(--e-search-results-width);z-index:2000}.elementor-widget-search .e-search-results-container>div{border:var(--e-search-results-border-type) var(--e-search-results-border-width) var(--e-search-results-border-color);border-radius:var(--e-search-results-border-radius);max-height:var(--e-search-results-max-height);overflow:auto;padding:var(--e-search-results-padding);width:100%}.elementor-widget-search .e-search-results-container>div:empty{display:none}.elementor-widget-search .e-search-results-container>div .e-loop-item .elementor-section-wrap>.e-con,.elementor-widget-search .e-search-results-container>div .e-loop-item>.e-con,.elementor-widget-search .e-search-results-container>div .e-loop-item>.elementor-section,.elementor-widget-search .e-search-results-container>div .e-loop-item>.elementor-section>.elementor-container{height:var(--e-search-loop-item-equal-height)}.elementor-widget-search .e-search-results{display:none}.elementor-widget-search .e-search-results-list{-moz-column-gap:var(--e-search-results-column-gap);column-gap:var(--e-search-results-column-gap);display:grid;grid-auto-rows:var(--e-search-results-grid-auto-rows);grid-template-columns:repeat(var(--e-search-results-columns),1fr);row-gap:var(--e-search-results-row-gap)}.elementor-widget-search .e-search-loader svg{display:flex;width:var(--e-search-loader-icon-size);fill:var(--e-search-loader-icon-color);animation:rotate 4s linear infinite;margin:0 auto;transform:rotate(45deg)}.elementor-widget-search .e-search .e-search-submit{align-items:center;background-color:var(--e-search-submit-background-color);border-color:var(--e-search-submit-border-color);border-radius:var(--e-search-submit-border-radius);border-style:var(--e-search-submit-border-type);border-width:var(--e-search-submit-border-width);color:var(--e-search-submit-color);display:flex;flex-direction:var(--e-search-submit-button-flex-direction);font-size:var(--e-search-form-submit-icon-size);margin-inline-start:var(--e-search-submit-margin-inline-start);padding:var(--e-search-submit-padding);transition:var(--e-search-submit-hover-transition);width:var(--e-search-submit-button-width)}.elementor-widget-search .e-search .e-search-submit:focus{transition:--e-search-submit-transition}.elementor-widget-search .e-search .e-search-submit:focus:not(:focus-visible){outline:none}.elementor-widget-search .e-search .e-search-submit>i,.elementor-widget-search .e-search .e-search-submit>svg{margin-inline-end:var(--e-search-submit-icon-margin-inline-end);margin-inline-start:var(--e-search-submit-icon-margin-inline-start);transition:inherit}.elementor-widget-search .e-search .e-search-submit>i:is(i),.elementor-widget-search .e-search .e-search-submit>svg:is(i){color:var(--e-search-icon-submit-color);font-size:var(--e-search-icon-submit-size)}.elementor-widget-search .e-search .e-search-submit>i:is(svg),.elementor-widget-search .e-search .e-search-submit>svg:is(svg){fill:var(--e-search-icon-submit-color);height:var(--e-search-icon-submit-size);width:auto}.elementor-widget-search .e-search-input-wrapper,.elementor-widget-search .e-search-label *{transition:var(--e-search-input-transition)}.elementor-widget-search .e-search-nothing-found-message{color:var(--e-search-nothing-found-message-color);padding-block-end:var(--e-search-nothing-found-padding-block-end);padding-block-start:var(--e-search-nothing-found-padding-block-start);text-align:var(--e-search-nothing-found-message-alignment)}.elementor-widget-search .hidden{opacity:0;visibility:hidden}.elementor-widget-search .hide-loader .e-search-loader{display:none}.elementor-widget-search .hide-loader .e-search-results{display:flex;flex-direction:var(--e-search-pagination-vertical-position)}.elementor-widget-search .no-results>div{grid-template-columns:var(--e-search-nothing-found-results-columns)}.elementor-widget-search .e-search-results-loader{width:var(--e-search-loader-icon-size);fill:var(--e-search-loader-icon-color);animation:rotate 4s linear infinite;margin:0 auto;transform:rotate(45deg)}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.elementor-widget-search .elementor-pagination{-moz-column-gap:var(--e-search-pagination-page-numbers-gap);column-gap:var(--e-search-pagination-page-numbers-gap);display:flex;justify-content:var(--e-search-pagination-justify-content);padding-block-end:var(--e-search-pagination-block-end-spacing);padding-block-start:var(--e-search-pagination-block-start-spacing)}.elementor-widget-search .elementor-pagination>a{color:var(--e-search-pagination-color)}.elementor-widget-search .elementor-pagination>a:hover{color:var(--e-search-pagination-hover)}.elementor-widget-search .elementor-pagination>.page-numbers.current{color:var(--e-search-pagination-current)}.elementor-widget-search .elementor-pagination>.next,.elementor-widget-search .elementor-pagination>.prev{color:var(--e-search-pagination-color)}.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers{display:none}.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.next,.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.prev{color:var(--e-search-pagination-color);display:initial}.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.next:hover,.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.prev:hover{color:var(--e-search-pagination-hover)}.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.next.inactive,.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.next.inactive:hover,.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.prev.inactive,.elementor-widget-search .hide-pagination-numbers .elementor-pagination>.page-numbers.prev.inactive:hover{color:var(--e-search-pagination-color)}

/*! elementor-pro - v3.33.0 - 11-11-2025 */
.elementor-search-form{display:block;transition:.2s}.elementor-search-form .e-font-icon-svg-container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.elementor-search-form button,.elementor-search-form input[type=search]{-webkit-appearance:none;-moz-appearance:none;background:none;border:0;display:inline-block;font-size:15px;line-height:1;margin:0;min-width:0;padding:0;vertical-align:middle;white-space:normal}.elementor-search-form button:focus,.elementor-search-form input[type=search]:focus{color:inherit;outline:0}.elementor-search-form button{background-color:#69727d;border-radius:0;color:#fff;font-size:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form__container{border:0 solid transparent;display:flex;min-height:50px;overflow:hidden;transition:.2s}.elementor-search-form__container:not(.elementor-search-form--full-screen){background:#f1f2f3}.elementor-search-form__input{color:#3f444b;flex-basis:100%;transition:color .2s}.elementor-search-form__input::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__input::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-search-form__submit{font-size:var(--e-search-form-submit-icon-size,16px);transition:color .2s,background .2s}.elementor-search-form__submit svg{fill:var(--e-search-form-submit-text-color,#fff);height:var(--e-search-form-submit-icon-size,16px);width:var(--e-search-form-submit-icon-size,16px)}.elementor-search-form .elementor-search-form__submit,.elementor-search-form .elementor-search-form__submit:hover{border:none;border-radius:0;color:var(--e-search-form-submit-text-color,#fff)}.elementor-search-form--button-type-text .elementor-search-form__submit{flex-shrink:0}.elementor-search-form--skin-minimal .elementor-search-form__icon{align-items:center;color:#3f444b;display:flex;justify-content:flex-end;opacity:.6;fill:#3f444b;font-size:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal .elementor-search-form__icon svg{height:var(--e-search-form-icon-size-minimal,15px);width:var(--e-search-form-icon-size-minimal,15px)}.elementor-search-form--skin-minimal:focus-within{outline-style:solid;outline-width:2px}.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input{border:solid #fff;border-width:0 0 1px;color:#fff;font-size:50px;line-height:1.5;text-align:center}.elementor-search-form--skin-full_screen .elementor-search-form__toggle{color:var(--e-search-form-toggle-color,#33373d);cursor:pointer;display:inline-block;font-size:var(--e-search-form-toggle-size,33px);vertical-align:middle}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i{background-color:var(--e-search-form-toggle-background-color,rgba(0,0,0,.05));border-color:var(--e-search-form-toggle-color,#33373d);border-radius:var(--e-search-form-toggle-border-radius,3px);border-style:solid;border-width:var(--e-search-form-toggle-border-width,0);display:block;height:var(--e-search-form-toggle-size,33px);position:relative;transition:.2s;width:var(--e-search-form-toggle-size,33px)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before{font-size:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg,.elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg{fill:var(--e-search-form-toggle-color,#33373d);height:var(--e-search-form-toggle-icon-size,.55em);width:var(--e-search-form-toggle-icon-size,.55em)}.elementor-search-form--skin-full_screen .elementor-search-form__container{align-items:center;background-color:rgba(0,0,0,.8);height:100vh;inset:0;padding:0 15%;position:fixed;transition:.3s;z-index:9998}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen){opacity:0;overflow:hidden;transform:scale(0)}.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button{display:none}

/*! elementor-pro - v3.33.0 - 11-11-2025 */
body.e-off-canvas__no-scroll,body.e-off-canvas__no-scroll-animation{overflow:hidden}.elementor-widget-off-canvas{height:-moz-fit-content;height:fit-content;--e-off-canvas-width:400px;--e-off-canvas-height:100vh;--e-off-canvas-justify-content:flex-start;--e-off-canvas-align-items:flex-start;--e-off-canvas-animation-duration:1.5s;--e-off-canvas-content-overflow:auto;--e-off-canvas-overlay-opacity:1;--e-off-canvas-animation-duration-minimum:Max(0.001s,var(--e-off-canvas-animation-duration))}.elementor-widget-off-canvas .e-off-canvas{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:2147483630}.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true]{opacity:0;visibility:hidden}.elementor-widget-off-canvas .e-off-canvas[aria-hidden=true] .elementor-add-section{display:none}.elementor-widget-off-canvas .e-off-canvas__overlay{background-color:rgba(0,0,0,.5);height:100%;left:0;opacity:var(--e-off-canvas-overlay-opacity);pointer-events:all;position:absolute;top:0;transition:0s;width:100%}.elementor-widget-off-canvas .e-off-canvas__main{align-items:var(--e-off-canvas-align-items);display:flex;height:100%;justify-content:var(--e-off-canvas-justify-content);left:0;position:absolute;top:0;width:100%}.elementor-widget-off-canvas .e-off-canvas__main.animated{animation-duration:var(--e-off-canvas-animation-duration-minimum)}.elementor-widget-off-canvas .e-off-canvas__main.animated.none{animation:e-off-canvas-without-animation 1ms;opacity:1;visibility:visible}.elementor-widget-off-canvas .e-off-canvas__main.animated.none.reversed{opacity:0;visibility:hidden}.elementor-widget-off-canvas .e-off-canvas__content{background-color:#fff;box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);height:var(--e-off-canvas-height);overflow:var(--e-off-canvas-content-overflow);pointer-events:all;width:var(--e-off-canvas-width)}.elementor-widget-off-canvas .animated-reverse-wrapper{opacity:0;transform:none;visibility:hidden}.elementor-widget-off-canvas .animated-reverse-wrapper:not(.no-animation){animation:e-off-canvas-close var(--e-off-canvas-animation-duration-minimum)}.elementor-widget-off-canvas .animated-reverse-wrapper .no-animation{animation:e-off-canvas-close 1ms}body:not(.elementor-editor-active) .e-con .elementor-widget-off-canvas{position:absolute}body:not(.elementor-editor-active) .elementor-section .e-element-before-off-canvas:has(>.elementor-widget-container),body:not(.elementor-editor-active) .elementor-section .elementor-element:has(>.elementor-widget-container+.elementor-widget-off-canvas){margin-block-end:0}body:not(.elementor-editor-active) .elementor-section .e-element-before-off-canvas,body:not(.elementor-editor-active) .elementor-section .elementor-element:has(+.elementor-widget-off-canvas){--kit-widget-spacing:0px}body:not(.elementor-editor-active) .elementor-section .elementor-widget-off-canvas:first-child{position:absolute}@keyframes e-off-canvas-close{0%,99.99%{opacity:1;visibility:visible}to{opacity:0;transform:none;visibility:hidden}}@keyframes e-off-canvas-without-animation{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}

/*! elementor-pro - v3.33.0 - 11-11-2025 */
@charset "UTF-8";.site-main .menu-navigation-container{overflow:visible}.elementor-item:after,.elementor-item:before{display:block;position:absolute;transition:.3s;transition-timing-function:cubic-bezier(.58,.3,.005,1)}.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{opacity:0}.elementor-item-active:after,.elementor-item-active:before,.elementor-item.highlighted:after,.elementor-item.highlighted:before,.elementor-item:focus:after,.elementor-item:focus:before,.elementor-item:hover:after,.elementor-item:hover:before{transform:scale(1)}.e--pointer-double-line .elementor-item:after,.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:after,.e--pointer-overline .elementor-item:before,.e--pointer-underline .elementor-item:after,.e--pointer-underline .elementor-item:before{background-color:#3f444b;height:3px;left:0;width:100%;z-index:2}.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{height:0;left:50%;width:0}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:10px}.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:-10px}.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{bottom:-10px}.e--pointer-double-line.e--animation-none,.e--pointer-double-line.e--animation-none .elementor-item,.e--pointer-double-line.e--animation-none .elementor-item:after,.e--pointer-double-line.e--animation-none .elementor-item:before,.e--pointer-double-line.e--animation-none .elementor-item:focus,.e--pointer-double-line.e--animation-none .elementor-item:hover,.e--pointer-double-line.e--animation-none:after,.e--pointer-double-line.e--animation-none:before,.e--pointer-double-line.e--animation-none:focus,.e--pointer-double-line.e--animation-none:hover,.e--pointer-overline.e--animation-none,.e--pointer-overline.e--animation-none .elementor-item,.e--pointer-overline.e--animation-none .elementor-item:after,.e--pointer-overline.e--animation-none .elementor-item:before,.e--pointer-overline.e--animation-none .elementor-item:focus,.e--pointer-overline.e--animation-none .elementor-item:hover,.e--pointer-overline.e--animation-none:after,.e--pointer-overline.e--animation-none:before,.e--pointer-overline.e--animation-none:focus,.e--pointer-overline.e--animation-none:hover,.e--pointer-underline.e--animation-none,.e--pointer-underline.e--animation-none .elementor-item,.e--pointer-underline.e--animation-none .elementor-item:after,.e--pointer-underline.e--animation-none .elementor-item:before,.e--pointer-underline.e--animation-none .elementor-item:focus,.e--pointer-underline.e--animation-none .elementor-item:hover,.e--pointer-underline.e--animation-none:after,.e--pointer-underline.e--animation-none:before,.e--pointer-underline.e--animation-none:focus,.e--pointer-underline.e--animation-none:hover{transition-duration:0s}.e--pointer-double-line .elementor-item:before,.e--pointer-overline .elementor-item:before{content:"";top:0}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:-20px;width:10px}.e--pointer-double-line .elementor-item:after,.e--pointer-underline .elementor-item:after{bottom:0;content:""}.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after{inset-inline-start:100%;width:10px}.e--pointer-framed .elementor-item:after,.e--pointer-framed .elementor-item:before{background:transparent;border:3px solid #3f444b;bottom:0;left:0;right:0;top:0}.e--pointer-framed .elementor-item:before{content:""}.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(.75)}.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.25)}.e--pointer-framed.e--animation-grow .elementor-item:before,.e--pointer-framed.e--animation-shrink .elementor-item:before{transition:opacity .2s,transform .4s}.e--pointer-framed.e--animation-draw .elementor-item:after,.e--pointer-framed.e--animation-draw .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-draw .elementor-item:before{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:0;border-inline-start-width:3px;transition:width .1s .2s,height .1s .3s,opacity .12s .22s}.e--pointer-framed.e--animation-draw .elementor-item:after{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto;transition:width .1s,height .1s .1s,opacity .02s .18s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{height:100%;width:100%}.e--pointer-framed.e--animation-draw .elementor-item-active:before,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,.e--pointer-framed.e--animation-draw .elementor-item:focus:before,.e--pointer-framed.e--animation-draw .elementor-item:hover:before{transition:opacity .02s,height .1s,width .1s .1s}.e--pointer-framed.e--animation-draw .elementor-item-active:after,.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,.e--pointer-framed.e--animation-draw .elementor-item:focus:after,.e--pointer-framed.e--animation-draw .elementor-item:hover:after{transition:opacity .02s .2s,height .1s .2s,width .1s .3s}.e--pointer-framed.e--animation-corners .elementor-item:after,.e--pointer-framed.e--animation-corners .elementor-item:before{height:3px;width:3px}.e--pointer-framed.e--animation-corners .elementor-item:before{border-block-end-width:0;border-block-start-width:3px;border-inline-end-width:0;border-inline-start-width:3px}.e--pointer-framed.e--animation-corners .elementor-item:after{border-block-end-width:3px;border-block-start-width:0;border-inline-end-width:3px;border-inline-start-width:0;content:"";inset-block-end:0;inset-block-start:auto;inset-inline-end:0;inset-inline-start:auto}.e--pointer-framed.e--animation-corners .elementor-item-active:after,.e--pointer-framed.e--animation-corners .elementor-item-active:before,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,.e--pointer-framed.e--animation-corners .elementor-item:focus:after,.e--pointer-framed.e--animation-corners .elementor-item:focus:before,.e--pointer-framed.e--animation-corners .elementor-item:hover:after,.e--pointer-framed.e--animation-corners .elementor-item:hover:before{height:100%;transition:opacity 2ms,width .4s,height .4s;width:100%}.e--pointer-framed.e--animation-none,.e--pointer-framed.e--animation-none .elementor-item,.e--pointer-framed.e--animation-none .elementor-item:after,.e--pointer-framed.e--animation-none .elementor-item:before,.e--pointer-framed.e--animation-none .elementor-item:focus,.e--pointer-framed.e--animation-none .elementor-item:hover,.e--pointer-framed.e--animation-none:after,.e--pointer-framed.e--animation-none:before,.e--pointer-framed.e--animation-none:focus,.e--pointer-framed.e--animation-none:hover{transition-duration:0s}.e--pointer-background .elementor-item:after,.e--pointer-background .elementor-item:before{content:"";transition:.3s}.e--pointer-background .elementor-item:before{background:#3f444b;inset:0;z-index:-1}.e--pointer-background .elementor-item-active,.e--pointer-background .elementor-item.highlighted,.e--pointer-background .elementor-item:focus,.e--pointer-background .elementor-item:hover{color:#fff}.e--pointer-background.e--animation-grow .elementor-item:before{transform:scale(.5)}.e--pointer-background.e--animation-grow .elementor-item-active:before,.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,.e--pointer-background.e--animation-grow .elementor-item:focus:before,.e--pointer-background.e--animation-grow .elementor-item:hover:before{opacity:1;transform:scale(1)}.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{transform:scale(1.2);transition:.3s}.e--pointer-background.e--animation-shrink .elementor-item-active:before,.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,.e--pointer-background.e--animation-shrink .elementor-item:focus:before,.e--pointer-background.e--animation-shrink .elementor-item:hover:before{transition:opacity .15s,transform .4s}.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:100%}.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{right:100%}.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{top:100%}.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:100%}.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{bottom:50%;top:50%}.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before{left:50%;right:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{background:#3f444b;inset:0;z-index:-1}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before{bottom:100%;top:0}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after{bottom:0;top:100%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before{bottom:50%}.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after{top:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before{left:100%;right:0}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after{left:0;right:100%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before{left:50%}.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after{right:50%}.e--pointer-background.e--animation-none,.e--pointer-background.e--animation-none .elementor-item,.e--pointer-background.e--animation-none .elementor-item:after,.e--pointer-background.e--animation-none .elementor-item:before,.e--pointer-background.e--animation-none .elementor-item:focus,.e--pointer-background.e--animation-none .elementor-item:hover,.e--pointer-background.e--animation-none:after,.e--pointer-background.e--animation-none:before,.e--pointer-background.e--animation-none:focus,.e--pointer-background.e--animation-none:hover{transition-duration:0s}.e--pointer-text.e--animation-skew .elementor-item:focus,.e--pointer-text.e--animation-skew .elementor-item:hover{transform:skew(-8deg)}.e--pointer-text.e--animation-grow .elementor-item:focus,.e--pointer-text.e--animation-grow .elementor-item:hover{transform:scale(1.2)}.e--pointer-text.e--animation-shrink .elementor-item:focus,.e--pointer-text.e--animation-shrink .elementor-item:hover{transform:scale(.8)}.e--pointer-text.e--animation-float .elementor-item:focus,.e--pointer-text.e--animation-float .elementor-item:hover{transform:translateY(-8px)}.e--pointer-text.e--animation-sink .elementor-item:focus,.e--pointer-text.e--animation-sink .elementor-item:hover{transform:translateY(8px)}.e--pointer-text.e--animation-rotate .elementor-item:focus,.e--pointer-text.e--animation-rotate .elementor-item:hover{transform:rotate(6deg)}.e--pointer-text.e--animation-none,.e--pointer-text.e--animation-none .elementor-item,.e--pointer-text.e--animation-none .elementor-item:after,.e--pointer-text.e--animation-none .elementor-item:before,.e--pointer-text.e--animation-none .elementor-item:focus,.e--pointer-text.e--animation-none .elementor-item:hover,.e--pointer-text.e--animation-none:after,.e--pointer-text.e--animation-none:before,.e--pointer-text.e--animation-none:focus,.e--pointer-text.e--animation-none:hover{transition-duration:0s}.elementor-nav-menu--main .elementor-nav-menu a{transition:.4s}.elementor-nav-menu--main .elementor-nav-menu a,.elementor-nav-menu--main .elementor-nav-menu a.highlighted,.elementor-nav-menu--main .elementor-nav-menu a:focus,.elementor-nav-menu--main .elementor-nav-menu a:hover{padding:13px 20px}.elementor-nav-menu--main .elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu--main .elementor-nav-menu a.disabled{background:#3f444b;color:#88909b}.elementor-nav-menu--main .elementor-nav-menu ul{border-style:solid;border-width:0;padding:0;position:absolute;width:12em}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up{background:#fff;display:none;height:20px;overflow:hidden;position:absolute;visibility:hidden}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow,.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow{border:8px dashed transparent;border-bottom:8px solid #33373d;height:0;inset-block-start:-2px;inset-inline-start:50%;margin-inline-start:-8px;overflow:hidden;position:absolute;width:0}.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow{border-color:#33373d transparent transparent;border-style:solid dashed dashed;top:6px}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg,.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow i{transform:rotate(calc(-90deg * var(--direction-multiplier, 1)))}.elementor-nav-menu--main .elementor-nav-menu--dropdown .sub-arrow .e-font-icon-svg{fill:currentColor;height:1em;width:1em}.elementor-nav-menu--layout-horizontal{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu{display:flex;flex-wrap:wrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{flex-grow:1;white-space:nowrap}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{display:flex}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li ul,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>.scroll-down{top:100%!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a{margin-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-down,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>.scroll-up,.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>ul{inset-inline-start:var(--e-nav-menu-horizontal-menu-item-margin)!important}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a{margin-inline-end:var(--e-nav-menu-horizontal-menu-item-margin)}.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after{align-self:center;border-color:var(--e-nav-menu-divider-color,#000);border-left-style:var(--e-nav-menu-divider-style,solid);border-left-width:var(--e-nav-menu-divider-width,2px);content:var(--e-nav-menu-divider-content,none);height:var(--e-nav-menu-divider-height,35%)}.elementor-nav-menu__align-right .elementor-nav-menu{justify-content:flex-start;margin-left:auto}.elementor-nav-menu__align-right .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-left .elementor-nav-menu{justify-content:flex-end;margin-right:auto}.elementor-nav-menu__align-left .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-start .elementor-nav-menu{justify-content:flex-start;margin-inline-end:auto}.elementor-nav-menu__align-start .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-start}.elementor-nav-menu__align-end .elementor-nav-menu{justify-content:flex-end;margin-inline-start:auto}.elementor-nav-menu__align-end .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:flex-end}.elementor-nav-menu__align-center .elementor-nav-menu{justify-content:center;margin-inline-end:auto;margin-inline-start:auto}.elementor-nav-menu__align-center .elementor-nav-menu--layout-vertical>ul>li>a{justify-content:center}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu{width:100%}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li{flex-grow:1}.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a{justify-content:center}.elementor-widget-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle{display:none}.elementor-widget-nav-menu .elementor-widget-container,.elementor-widget-nav-menu:not(:has(.elementor-widget-container)):not([class*=elementor-hidden-]){display:flex;flex-direction:column}.elementor-nav-menu{position:relative;z-index:2}.elementor-nav-menu:after{clear:both;content:" ";display:block;font:0/0 serif;height:0;overflow:hidden;visibility:hidden}.elementor-nav-menu,.elementor-nav-menu li,.elementor-nav-menu ul{display:block;line-height:normal;list-style:none;margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.elementor-nav-menu ul{display:none}.elementor-nav-menu ul ul a,.elementor-nav-menu ul ul a:active,.elementor-nav-menu ul ul a:focus,.elementor-nav-menu ul ul a:hover{border-left:16px solid transparent}.elementor-nav-menu ul ul ul a,.elementor-nav-menu ul ul ul a:active,.elementor-nav-menu ul ul ul a:focus,.elementor-nav-menu ul ul ul a:hover{border-left:24px solid transparent}.elementor-nav-menu ul ul ul ul a,.elementor-nav-menu ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul a:hover{border-left:32px solid transparent}.elementor-nav-menu ul ul ul ul ul a,.elementor-nav-menu ul ul ul ul ul a:active,.elementor-nav-menu ul ul ul ul ul a:focus,.elementor-nav-menu ul ul ul ul ul a:hover{border-left:40px solid transparent}.elementor-nav-menu a,.elementor-nav-menu li{position:relative}.elementor-nav-menu li{border-width:0}.elementor-nav-menu a{align-items:center;display:flex}.elementor-nav-menu a,.elementor-nav-menu a:focus,.elementor-nav-menu a:hover{line-height:20px;padding:10px 20px}.elementor-nav-menu a.current{background:#1f2124;color:#fff}.elementor-nav-menu a.disabled{color:#88909b;cursor:not-allowed}.elementor-nav-menu .e-plus-icon:before{content:"+"}.elementor-nav-menu .sub-arrow{align-items:center;display:flex;line-height:1;margin-block-end:-10px;margin-block-start:-10px;padding:10px;padding-inline-end:0}.elementor-nav-menu .sub-arrow i{pointer-events:none}.elementor-nav-menu .sub-arrow .fa.fa-chevron-down,.elementor-nav-menu .sub-arrow .fas.fa-chevron-down{font-size:.7em}.elementor-nav-menu .sub-arrow .e-font-icon-svg{height:1em;width:1em}.elementor-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down{height:.7em;width:.7em}.elementor-nav-menu--dropdown .elementor-item.elementor-item-active,.elementor-nav-menu--dropdown .elementor-item.highlighted,.elementor-nav-menu--dropdown .elementor-item:focus,.elementor-nav-menu--dropdown .elementor-item:hover,.elementor-sub-item.elementor-item-active,.elementor-sub-item.highlighted,.elementor-sub-item:focus,.elementor-sub-item:hover{background-color:#3f444b;color:#fff}.elementor-menu-toggle{align-items:center;background-color:rgba(0,0,0,.05);border:0 solid;border-radius:3px;color:#33373d;cursor:pointer;display:flex;font-size:var(--nav-menu-icon-size,22px);justify-content:center;padding:.25em}.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close{display:none}.elementor-menu-toggle .e-font-icon-svg{fill:#33373d;height:1em;width:1em}.elementor-menu-toggle svg{height:auto;width:1em;fill:var(--nav-menu-icon-color,currentColor)}span.elementor-menu-toggle__icon--close,span.elementor-menu-toggle__icon--open{line-height:1}.elementor-nav-menu--dropdown{background-color:#fff;font-size:13px}.elementor-nav-menu--dropdown-none .elementor-menu-toggle,.elementor-nav-menu--dropdown-none .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown.elementor-nav-menu__container{margin-top:10px;overflow-x:hidden;overflow-y:auto;transform-origin:top;transition:max-height .3s,transform .3s}.elementor-nav-menu--dropdown.elementor-nav-menu__container .elementor-sub-item{font-size:.85em}.elementor-nav-menu--dropdown a{color:#33373d}.elementor-nav-menu--dropdown a.current{background:#1f2124;color:#fff}.elementor-nav-menu--dropdown a.disabled{color:#b3b3b3}ul.elementor-nav-menu--dropdown a,ul.elementor-nav-menu--dropdown a:focus,ul.elementor-nav-menu--dropdown a:hover{border-inline-start:8px solid transparent;text-shadow:none}.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a{justify-content:center}.elementor-nav-menu--toggle{--menu-height:100vh}.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container{max-height:0;overflow:hidden;transform:scaleY(0)}.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container{animation:hide-scroll .3s backwards;max-height:var(--menu-height);transform:scaleY(1)}.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown{position:absolute;z-index:9997}@media (max-width:767px){.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main{display:none}}@media (min-width:768px){.elementor-nav-menu--dropdown-mobile .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-mobile_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-mobile_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:1024px){.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main{display:none}}@media (min-width:1025px){.elementor-nav-menu--dropdown-tablet .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@media (max-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--main{display:none}}@media (min-width:-1){.elementor-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,.elementor-nav-menu--dropdown-tablet_extra .elementor-nav-menu--dropdown{display:none}.elementor-nav-menu--dropdown-tablet_extra nav.elementor-nav-menu--dropdown.elementor-nav-menu__container{overflow-y:hidden}}@keyframes hide-scroll{0%,to{overflow:hidden}}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container,.elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container{overflow:hidden}.elementor-widget .elementor-icon-list-items.elementor-inline-items{display:flex;flex-wrap:wrap;margin-inline:-8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item{word-break:break-word}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:8px}.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{border-width:0;border-inline-start-width:1px;border-style:solid;height:100%;inset-inline-end:-8px;inset-inline-start:auto;position:relative;width:auto}.elementor-widget .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget .elementor-icon-list-item:after{inset-block-end:0;position:absolute;width:100%}.elementor-widget .elementor-icon-list-item,.elementor-widget .elementor-icon-list-item a{align-items:var(--icon-vertical-align,center);display:flex;font-size:inherit}.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text{align-self:center;padding-inline-start:5px}.elementor-widget .elementor-icon-list-icon{display:flex;inset-block-start:var(--icon-vertical-offset,initial);position:relative}.elementor-widget .elementor-icon-list-icon svg{height:var(--e-icon-list-icon-size,1em);width:var(--e-icon-list-icon-size,1em)}.elementor-widget .elementor-icon-list-icon i{font-size:var(--e-icon-list-icon-size);width:1.25em}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon{text-align:var(--e-icon-list-icon-align)}.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg{margin:var(--e-icon-list-icon-margin,0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)}.elementor-widget.elementor-list-item-link-full_width a{width:100%}.elementor-widget.elementor-align-center .elementor-icon-list-item,.elementor-widget.elementor-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-align-left .elementor-icon-list-item,.elementor-widget.elementor-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-align-right .elementor-icon-list-item,.elementor-widget.elementor-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after{inset-inline-end:0}@media (min-width:-1){.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-widescreen-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-widescreen-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-laptop-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-laptop-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,.elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-laptop-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after{inset-inline-end:0}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:1024px){.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-tablet-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-tablet-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,.elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-tablet-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:-1){.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}@media (max-width:767px){.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a{justify-content:center}.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget.elementor-mobile-align-center .elementor-inline-items{justify-content:center}.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a{justify-content:flex-end;text-align:left}.elementor-widget.elementor-mobile-align-left .elementor-inline-items{justify-content:flex-end}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,.elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a{justify-content:flex-start;text-align:right}.elementor-widget.elementor-mobile-align-right .elementor-icon-list-items{justify-content:flex-start}.elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after{inset-inline-start:0}.elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after{inset-inline-end:0}}#left-area ul.elementor-icon-list-items,.elementor .elementor-element ul.elementor-icon-list-items,.elementor-edit-area .elementor-element ul.elementor-icon-list-items{padding:0}

.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}

.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row;text-align:end}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:start}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-bottom:15px;margin-left:auto!important;margin-right:auto!important}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}

/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

 @font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}

.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}

[class^=eicon],
[class*=" eicon-"] {
  display: inline-block;
  font-family: eicons;
  font-size: inherit;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes eicon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.eicon-animation-spin {
  animation: eicon-spin 2s infinite linear;
}

.eicon-editor-link:before {
  content: "\e800";
}

.eicon-editor-unlink:before {
  content: "\e801";
}

.eicon-editor-external-link:before {
  content: "\e802";
}

.eicon-editor-close:before {
  content: "\e803";
}

.eicon-editor-list-ol:before {
  content: "\e804";
}

.eicon-editor-list-ul:before {
  content: "\e805";
}

.eicon-editor-bold:before {
  content: "\e806";
}

.eicon-editor-italic:before {
  content: "\e807";
}

.eicon-editor-underline:before {
  content: "\e808";
}

.eicon-editor-paragraph:before {
  content: "\e809";
}

.eicon-editor-h1:before {
  content: "\e80a";
}

.eicon-editor-h2:before {
  content: "\e80b";
}

.eicon-editor-h3:before {
  content: "\e80c";
}

.eicon-editor-h4:before {
  content: "\e80d";
}

.eicon-editor-h5:before {
  content: "\e80e";
}

.eicon-editor-h6:before {
  content: "\e80f";
}

.eicon-editor-quote:before {
  content: "\e810";
}

.eicon-editor-code:before {
  content: "\e811";
}

.eicon-elementor:before {
  content: "\e812";
}

.eicon-elementor-circle:before {
  content: "\e813";
}

.eicon-pojome:before {
  content: "\e814";
}

.eicon-plus:before {
  content: "\e815";
}

.eicon-menu-bar:before {
  content: "\e816";
}

.eicon-apps:before {
  content: "\e817";
}

.eicon-accordion:before {
  content: "\e818";
}

.eicon-alert:before {
  content: "\e819";
}

.eicon-animation-text:before {
  content: "\e81a";
}

.eicon-animation:before {
  content: "\e81b";
}

.eicon-banner:before {
  content: "\e81c";
}

.eicon-blockquote:before {
  content: "\e81d";
}

.eicon-button:before {
  content: "\e81e";
}

.eicon-call-to-action:before {
  content: "\e81f";
}

.eicon-captcha:before {
  content: "\e820";
}

.eicon-carousel:before {
  content: "\e821";
}

.eicon-checkbox:before {
  content: "\e822";
}

.eicon-columns:before {
  content: "\e823";
}

.eicon-countdown:before {
  content: "\e824";
}

.eicon-counter:before {
  content: "\e825";
}

.eicon-date:before {
  content: "\e826";
}

.eicon-divider-shape:before {
  content: "\e827";
}

.eicon-divider:before {
  content: "\e828";
}

.eicon-download-button:before {
  content: "\e829";
}

.eicon-dual-button:before {
  content: "\e82a";
}

.eicon-email-field:before {
  content: "\e82b";
}

.eicon-facebook-comments:before {
  content: "\e82c";
}

.eicon-facebook-like-box:before {
  content: "\e82d";
}

.eicon-form-horizontal:before {
  content: "\e82e";
}

.eicon-form-vertical:before {
  content: "\e82f";
}

.eicon-gallery-grid:before {
  content: "\e830";
}

.eicon-gallery-group:before {
  content: "\e831";
}

.eicon-gallery-justified:before {
  content: "\e832";
}

.eicon-gallery-masonry:before {
  content: "\e833";
}

.eicon-icon-box:before {
  content: "\e834";
}

.eicon-image-before-after:before {
  content: "\e835";
}

.eicon-image-box:before {
  content: "\e836";
}

.eicon-image-hotspot:before {
  content: "\e837";
}

.eicon-image-rollover:before {
  content: "\e838";
}

.eicon-info-box:before {
  content: "\e839";
}

.eicon-inner-section:before {
  content: "\e83a";
}

.eicon-mailchimp:before {
  content: "\e83b";
}

.eicon-menu-card:before {
  content: "\e83c";
}

.eicon-navigation-horizontal:before {
  content: "\e83d";
}

.eicon-nav-menu:before {
  content: "\e83e";
}

.eicon-navigation-vertical:before {
  content: "\e83f";
}

.eicon-number-field:before {
  content: "\e840";
}

.eicon-parallax:before {
  content: "\e841";
}

.eicon-php7:before {
  content: "\e842";
}

.eicon-post-list:before {
  content: "\e843";
}

.eicon-post-slider:before {
  content: "\e844";
}

.eicon-post:before {
  content: "\e845";
}

.eicon-posts-carousel:before {
  content: "\e846";
}

.eicon-posts-grid:before {
  content: "\e847";
}

.eicon-posts-group:before {
  content: "\e848";
}

.eicon-posts-justified:before {
  content: "\e849";
}

.eicon-posts-masonry:before {
  content: "\e84a";
}

.eicon-posts-ticker:before {
  content: "\e84b";
}

.eicon-price-list:before {
  content: "\e84c";
}

.eicon-price-table:before {
  content: "\e84d";
}

.eicon-radio:before {
  content: "\e84e";
}

.eicon-rtl:before {
  content: "\e84f";
}

.eicon-scroll:before {
  content: "\e850";
}

.eicon-search:before {
  content: "\e851";
}

.eicon-select:before {
  content: "\e852";
}

.eicon-share:before {
  content: "\e853";
}

.eicon-sidebar:before {
  content: "\e854";
}

.eicon-skill-bar:before {
  content: "\e855";
}

.eicon-slider-3d:before {
  content: "\e856";
}

.eicon-slider-album:before {
  content: "\e857";
}

.eicon-slider-device:before {
  content: "\e858";
}

.eicon-slider-full-screen:before {
  content: "\e859";
}

.eicon-slider-push:before {
  content: "\e85a";
}

.eicon-slider-vertical:before {
  content: "\e85b";
}

.eicon-slider-video:before {
  content: "\e85c";
}

.eicon-slides:before {
  content: "\e85d";
}

.eicon-social-icons:before {
  content: "\e85e";
}

.eicon-spacer:before {
  content: "\e85f";
}

.eicon-table:before {
  content: "\e860";
}

.eicon-tabs:before {
  content: "\e861";
}

.eicon-tel-field:before {
  content: "\e862";
}

.eicon-text-area:before {
  content: "\e863";
}

.eicon-text-field:before {
  content: "\e864";
}

.eicon-thumbnails-down:before {
  content: "\e865";
}

.eicon-thumbnails-half:before {
  content: "\e866";
}

.eicon-thumbnails-right:before {
  content: "\e867";
}

.eicon-time-line:before {
  content: "\e868";
}

.eicon-toggle:before {
  content: "\e869";
}

.eicon-url:before {
  content: "\e86a";
}

.eicon-t-letter:before {
  content: "\e86b";
}

.eicon-wordpress:before {
  content: "\e86c";
}

.eicon-text:before {
  content: "\e86d";
}

.eicon-anchor:before {
  content: "\e86e";
}

.eicon-bullet-list:before {
  content: "\e86f";
}

.eicon-code:before {
  content: "\e870";
}

.eicon-favorite:before {
  content: "\e871";
}

.eicon-google-maps:before {
  content: "\e872";
}

.eicon-image:before {
  content: "\e873";
}

.eicon-photo-library:before {
  content: "\e874";
}

.eicon-woocommerce:before {
  content: "\e875";
}

.eicon-youtube:before {
  content: "\e876";
}

.eicon-flip-box:before {
  content: "\e877";
}

.eicon-settings:before {
  content: "\e878";
}

.eicon-headphones:before {
  content: "\e879";
}

.eicon-testimonial:before {
  content: "\e87a";
}

.eicon-counter-circle:before {
  content: "\e87b";
}

.eicon-person:before {
  content: "\e87c";
}

.eicon-chevron-right:before {
  content: "\e87d";
}

.eicon-chevron-left:before {
  content: "\e87e";
}

.eicon-close:before {
  content: "\e87f";
}

.eicon-file-download:before {
  content: "\e880";
}

.eicon-save:before {
  content: "\e881";
}

.eicon-zoom-in:before {
  content: "\e882";
}

.eicon-shortcode:before {
  content: "\e883";
}

.eicon-nerd:before {
  content: "\e884";
}

.eicon-device-desktop:before {
  content: "\e885";
}

.eicon-device-tablet:before {
  content: "\e886";
}

.eicon-device-mobile:before {
  content: "\e887";
}

.eicon-document-file:before {
  content: "\e888";
}

.eicon-folder-o:before {
  content: "\e889";
}

.eicon-hypster:before {
  content: "\e88a";
}

.eicon-h-align-left:before {
  content: "\e88b";
}

.eicon-h-align-right:before {
  content: "\e88c";
}

.eicon-h-align-center:before {
  content: "\e88d";
}

.eicon-h-align-stretch:before {
  content: "\e88e";
}

.eicon-v-align-top:before {
  content: "\e88f";
}

.eicon-v-align-bottom:before {
  content: "\e890";
}

.eicon-v-align-middle:before {
  content: "\e891";
}

.eicon-v-align-stretch:before {
  content: "\e892";
}

.eicon-pro-icon:before {
  content: "\e893";
}

.eicon-mail:before {
  content: "\e894";
}

.eicon-lock-user:before {
  content: "\e895";
}

.eicon-testimonial-carousel:before {
  content: "\e896";
}

.eicon-media-carousel:before {
  content: "\e897";
}

.eicon-section:before {
  content: "\e898";
}

.eicon-column:before {
  content: "\e899";
}

.eicon-edit:before {
  content: "\e89a";
}

.eicon-clone:before {
  content: "\e89b";
}

.eicon-trash:before {
  content: "\e89c";
}

.eicon-play:before {
  content: "\e89d";
}

.eicon-angle-right:before {
  content: "\e89e";
}

.eicon-angle-left:before {
  content: "\e89f";
}

.eicon-animated-headline:before {
  content: "\e8a0";
}

.eicon-menu-toggle:before {
  content: "\e8a1";
}

.eicon-fb-embed:before {
  content: "\e8a2";
}

.eicon-fb-feed:before {
  content: "\e8a3";
}

.eicon-twitter-embed:before {
  content: "\e8a4";
}

.eicon-twitter-feed:before {
  content: "\e8a5";
}

.eicon-sync:before {
  content: "\e8a6";
}

.eicon-import-export:before {
  content: "\e8a7";
}

.eicon-check-circle:before {
  content: "\e8a8";
}

.eicon-library-save:before {
  content: "\e8a9";
}

.eicon-library-download:before {
  content: "\e9dd";
}

.eicon-insert:before {
  content: "\e8ab";
}

.eicon-preview-medium:before {
  content: "\e8ac";
}

.eicon-sort-down:before {
  content: "\e8ad";
}

.eicon-sort-up:before {
  content: "\e8ae";
}

.eicon-heading:before {
  content: "\e8af";
}

.eicon-logo:before {
  content: "\e8b0";
}

.eicon-meta-data:before {
  content: "\e8b1";
}

.eicon-post-content:before {
  content: "\e8b2";
}

.eicon-post-excerpt:before {
  content: "\e8b3";
}

.eicon-post-navigation:before {
  content: "\e8b4";
}

.eicon-yoast:before {
  content: "\e8b5";
}

.eicon-nerd-chuckle:before {
  content: "\e8b6";
}

.eicon-nerd-wink:before {
  content: "\e8b7";
}

.eicon-comments:before {
  content: "\e8b8";
}

.eicon-download-circle-o:before {
  content: "\e8b9";
}

.eicon-library-upload:before {
  content: "\e8ba";
}

.eicon-save-o:before {
  content: "\e8bb";
}

.eicon-upload-circle-o:before {
  content: "\e8bc";
}

.eicon-ellipsis-h:before {
  content: "\e8bd";
}

.eicon-ellipsis-v:before {
  content: "\e8be";
}

.eicon-arrow-left:before {
  content: "\e8bf";
}

.eicon-arrow-right:before {
  content: "\e8c0";
}

.eicon-arrow-up:before {
  content: "\e8c1";
}

.eicon-arrow-down:before {
  content: "\e8c2";
}

.eicon-play-o:before {
  content: "\e8c3";
}

.eicon-archive-posts:before {
  content: "\e8c4";
}

.eicon-archive-title:before {
  content: "\e8c5";
}

.eicon-featured-image:before {
  content: "\e8c6";
}

.eicon-post-info:before {
  content: "\e8c7";
}

.eicon-post-title:before {
  content: "\e8c8";
}

.eicon-site-logo:before {
  content: "\e8c9";
}

.eicon-site-search:before {
  content: "\e8ca";
}

.eicon-site-title:before {
  content: "\e8cb";
}

.eicon-plus-square:before {
  content: "\e8cc";
}

.eicon-minus-square:before {
  content: "\e8cd";
}

.eicon-cloud-check:before {
  content: "\e8ce";
}

.eicon-drag-n-drop:before {
  content: "\e8cf";
}

.eicon-welcome:before {
  content: "\e8d0";
}

.eicon-handle:before {
  content: "\e8d1";
}

.eicon-cart:before {
  content: "\e8d2";
}

.eicon-product-add-to-cart:before {
  content: "\e8d3";
}

.eicon-product-breadcrumbs:before {
  content: "\e8d4";
}

.eicon-product-categories:before {
  content: "\e8d5";
}

.eicon-product-description:before {
  content: "\e8d6";
}

.eicon-product-images:before {
  content: "\e8d7";
}

.eicon-product-info:before {
  content: "\e8d8";
}

.eicon-product-meta:before {
  content: "\e8d9";
}

.eicon-product-pages:before {
  content: "\e8da";
}

.eicon-product-price:before {
  content: "\e8db";
}

.eicon-product-rating:before {
  content: "\e8dc";
}

.eicon-product-related:before {
  content: "\e8dd";
}

.eicon-product-stock:before {
  content: "\e8de";
}

.eicon-product-tabs:before {
  content: "\e8df";
}

.eicon-product-title:before {
  content: "\e8e0";
}

.eicon-product-upsell:before {
  content: "\e8e1";
}

.eicon-products:before {
  content: "\e8e2";
}

.eicon-bag-light:before {
  content: "\e8e3";
}

.eicon-bag-medium:before {
  content: "\e8e4";
}

.eicon-bag-solid:before {
  content: "\e8e5";
}

.eicon-basket-light:before {
  content: "\e8e6";
}

.eicon-basket-medium:before {
  content: "\e8e7";
}

.eicon-basket-solid:before {
  content: "\e8e8";
}

.eicon-cart-light:before {
  content: "\e8e9";
}

.eicon-cart-medium:before {
  content: "\e8ea";
}

.eicon-cart-solid:before {
  content: "\e8eb";
}

.eicon-exchange:before {
  content: "\e8ec";
}

.eicon-preview-thin:before {
  content: "\e8ed";
}

.eicon-device-laptop:before {
  content: "\e8ee";
}

.eicon-collapse:before {
  content: "\e8ef";
}

.eicon-expand:before {
  content: "\e8f0";
}

.eicon-navigator:before {
  content: "\e8f1";
}

.eicon-plug:before {
  content: "\e8f2";
}

.eicon-dashboard:before {
  content: "\e8f3";
}

.eicon-typography:before {
  content: "\e8f4";
}

.eicon-info-circle-o:before {
  content: "\e8f5";
}

.eicon-integration:before {
  content: "\e8f6";
}

.eicon-plus-circle-o:before {
  content: "\e8f7";
}

.eicon-rating:before {
  content: "\e8f8";
}

.eicon-review:before {
  content: "\e8f9";
}

.eicon-tools:before {
  content: "\e8fa";
}

.eicon-loading:before {
  content: "\e8fb";
}

.eicon-sitemap:before {
  content: "\e8fc";
}

.eicon-click:before {
  content: "\e8fd";
}

.eicon-clock:before {
  content: "\e8fe";
}

.eicon-library-open:before {
  content: "\e8ff";
}

.eicon-warning:before {
  content: "\e900";
}

.eicon-flow:before {
  content: "\e901";
}

.eicon-cursor-move:before {
  content: "\e902";
}

.eicon-arrow-circle-left:before {
  content: "\e903";
}

.eicon-flash:before {
  content: "\e904";
}

.eicon-redo:before {
  content: "\e905";
}

.eicon-ban:before {
  content: "\e906";
}

.eicon-barcode:before {
  content: "\e907";
}

.eicon-calendar:before {
  content: "\e908";
}

.eicon-caret-left:before {
  content: "\e909";
}

.eicon-caret-right:before {
  content: "\e90a";
}

.eicon-caret-up:before {
  content: "\e90b";
}

.eicon-chain-broken:before {
  content: "\e90c";
}

.eicon-check-circle-o:before {
  content: "\e90d";
}

.eicon-check:before {
  content: "\e90e";
}

.eicon-chevron-double-left:before {
  content: "\e90f";
}

.eicon-chevron-double-right:before {
  content: "\e910";
}

.eicon-undo:before {
  content: "\e911";
}

.eicon-filter:before {
  content: "\e912";
}

.eicon-circle-o:before {
  content: "\e913";
}

.eicon-circle:before {
  content: "\e914";
}

.eicon-clock-o:before {
  content: "\e915";
}

.eicon-cog:before {
  content: "\e916";
}

.eicon-cogs:before {
  content: "\e917";
}

.eicon-commenting-o:before {
  content: "\e918";
}

.eicon-copy:before {
  content: "\e919";
}

.eicon-database:before {
  content: "\e91a";
}

.eicon-dot-circle-o:before {
  content: "\e91b";
}

.eicon-envelope:before {
  content: "\e91c";
}

.eicon-external-link-square:before {
  content: "\e91d";
}

.eicon-eyedropper:before {
  content: "\e91e";
}

.eicon-folder:before {
  content: "\e91f";
}

.eicon-font:before {
  content: "\e920";
}

.eicon-adjust:before {
  content: "\e921";
}

.eicon-lightbox:before {
  content: "\e922";
}

.eicon-heart-o:before {
  content: "\e923";
}

.eicon-history:before {
  content: "\e924";
}

.eicon-image-bold:before {
  content: "\e925";
}

.eicon-info-circle:before {
  content: "\e926";
}

.eicon-link:before {
  content: "\e927";
}

.eicon-long-arrow-left:before {
  content: "\e928";
}

.eicon-long-arrow-right:before {
  content: "\e929";
}

.eicon-caret-down:before {
  content: "\e92a";
}

.eicon-paint-brush:before {
  content: "\e92b";
}

.eicon-pencil:before {
  content: "\e92c";
}

.eicon-plus-circle:before {
  content: "\e92d";
}

.eicon-zoom-in-bold:before {
  content: "\e92e";
}

.eicon-sort-amount-desc:before {
  content: "\e92f";
}

.eicon-sign-out:before {
  content: "\e930";
}

.eicon-spinner:before {
  content: "\e931";
}

.eicon-square:before {
  content: "\e932";
}

.eicon-star-o:before {
  content: "\e933";
}

.eicon-star:before {
  content: "\e934";
}

.eicon-text-align-justify:before {
  content: "\e935";
}

.eicon-text-align-center:before {
  content: "\e936";
}

.eicon-tags:before {
  content: "\e937";
}

.eicon-text-align-left:before {
  content: "\e938";
}

.eicon-text-align-right:before {
  content: "\e939";
}

.eicon-close-circle:before {
  content: "\e93a";
}

.eicon-trash-o:before {
  content: "\e93b";
}

.eicon-font-awesome:before {
  content: "\e93c";
}

.eicon-user-circle-o:before {
  content: "\e93d";
}

.eicon-video-camera:before {
  content: "\e93e";
}

.eicon-heart:before {
  content: "\e93f";
}

.eicon-wrench:before {
  content: "\e940";
}

.eicon-help:before {
  content: "\e941";
}

.eicon-help-o:before {
  content: "\e942";
}

.eicon-zoom-out-bold:before {
  content: "\e943";
}

.eicon-plus-square-o:before {
  content: "\e944";
}

.eicon-minus-square-o:before {
  content: "\e945";
}

.eicon-minus-circle:before {
  content: "\e946";
}

.eicon-minus-circle-o:before {
  content: "\e947";
}

.eicon-code-bold:before {
  content: "\e948";
}

.eicon-cloud-upload:before {
  content: "\e949";
}

.eicon-search-bold:before {
  content: "\e94a";
}

.eicon-map-pin:before {
  content: "\e94b";
}

.eicon-meetup:before {
  content: "\e94c";
}

.eicon-slideshow:before {
  content: "\e94d";
}

.eicon-t-letter-bold:before {
  content: "\e94e";
}

.eicon-preferences:before {
  content: "\e94f";
}

.eicon-table-of-contents:before {
  content: "\e950";
}

.eicon-tv:before {
  content: "\e951";
}

.eicon-upload:before {
  content: "\e952";
}

.eicon-instagram-comments:before {
  content: "\e953";
}

.eicon-instagram-nested-gallery:before {
  content: "\e954";
}

.eicon-instagram-post:before {
  content: "\e955";
}

.eicon-instagram-video:before {
  content: "\e956";
}

.eicon-instagram-gallery:before {
  content: "\e957";
}

.eicon-instagram-likes:before {
  content: "\e958";
}

.eicon-facebook:before {
  content: "\e959";
}

.eicon-twitter:before {
  content: "\e95a";
}

.eicon-pinterest:before {
  content: "\e95b";
}

.eicon-frame-expand:before {
  content: "\e95c";
}

.eicon-frame-minimize:before {
  content: "\e95d";
}

.eicon-archive:before {
  content: "\e95e";
}

.eicon-colors-typography:before {
  content: "\e95f";
}

.eicon-custom:before {
  content: "\e960";
}

.eicon-footer:before {
  content: "\e961";
}

.eicon-header:before {
  content: "\e962";
}

.eicon-layout-settings:before {
  content: "\e963";
}

.eicon-lightbox-expand:before {
  content: "\e964";
}

.eicon-error-404:before {
  content: "\e965";
}

.eicon-theme-style:before {
  content: "\e966";
}

.eicon-search-results:before {
  content: "\e967";
}

.eicon-single-post:before {
  content: "\e968";
}

.eicon-site-identity:before {
  content: "\e969";
}

.eicon-theme-builder:before {
  content: "\e96a";
}

.eicon-download-bold:before {
  content: "\e96b";
}

.eicon-share-arrow:before {
  content: "\e96c";
}

.eicon-global-settings:before {
  content: "\e96d";
}

.eicon-user-preferences:before {
  content: "\e96e";
}

.eicon-lock:before {
  content: "\e96f";
}

.eicon-export-kit:before {
  content: "\e970";
}

.eicon-import-kit:before {
  content: "\e971";
}

.eicon-lottie:before {
  content: "\e972";
}

.eicon-products-archive:before {
  content: "\e973";
}

.eicon-single-product:before {
  content: "\e974";
}

.eicon-disable-trash-o:before {
  content: "\e975";
}

.eicon-single-page:before {
  content: "\e976";
}

.eicon-wordpress-light:before {
  content: "\e977";
}

.eicon-cogs-check:before {
  content: "\e978";
}

.eicon-custom-css:before {
  content: "\e979";
}

.eicon-global-colors:before {
  content: "\e97a";
}

.eicon-globe:before {
  content: "\e97b";
}

.eicon-typography-1:before {
  content: "\e97c";
}

.eicon-background:before {
  content: "\e97d";
}

.eicon-device-responsive:before {
  content: "\e97e";
}

.eicon-device-wide:before {
  content: "\e97f";
}

.eicon-code-highlight:before {
  content: "\e980";
}

.eicon-video-playlist:before {
  content: "\e981";
}

.eicon-download-kit:before {
  content: "\e982";
}

.eicon-kit-details:before {
  content: "\e983";
}

.eicon-kit-parts:before {
  content: "\e984";
}

.eicon-kit-upload:before {
  content: "\e985";
}

.eicon-kit-plugins:before {
  content: "\e986";
}

.eicon-kit-upload-alt:before {
  content: "\e987";
}

.eicon-hotspot:before {
  content: "\e988";
}

.eicon-paypal-button:before {
  content: "\e989";
}

.eicon-shape:before {
  content: "\e98a";
}

.eicon-wordart:before {
  content: "\e98b";
}

.eicon-checkout:before {
  content: "\e98c";
}

.eicon-container:before {
  content: "\e98d";
}

.eicon-flip:before {
  content: "\e98e";
}

.eicon-info:before {
  content: "\e98f";
}

.eicon-my-account:before {
  content: "\e990";
}

.eicon-purchase-summary:before {
  content: "\e991";
}

.eicon-page-transition:before {
  content: "\e992";
}

.eicon-spotify:before {
  content: "\e993";
}

.eicon-stripe-button:before {
  content: "\e994";
}

.eicon-woo-settings:before {
  content: "\e995";
}

.eicon-woo-cart:before {
  content: "\e996";
}

.eicon-grow:before {
  content: "\e997";
}

.eicon-order-end:before {
  content: "\e998";
}

.eicon-nowrap:before {
  content: "\e999";
}

.eicon-order-start:before {
  content: "\e99a";
}

.eicon-progress-tracker:before {
  content: "\e99b";
}

.eicon-shrink:before {
  content: "\e99c";
}

.eicon-wrap:before {
  content: "\e99d";
}

.eicon-align-center-h:before {
  content: "\e99e";
}

.eicon-align-center-v:before {
  content: "\e99f";
}

.eicon-align-end-h:before {
  content: "\e9a0";
}

.eicon-align-end-v:before {
  content: "\e9a1";
}

.eicon-align-start-h:before {
  content: "\e9a2";
}

.eicon-align-start-v:before {
  content: "\e9a3";
}

.eicon-align-stretch-h:before {
  content: "\e9a4";
}

.eicon-align-stretch-v:before {
  content: "\e9a5";
}

.eicon-justify-center-h:before {
  content: "\e9a6";
}

.eicon-justify-center-v:before {
  content: "\e9a7";
}

.eicon-justify-end-h:before {
  content: "\e9a8";
}

.eicon-justify-end-v:before {
  content: "\e9a9";
}

.eicon-justify-space-around-h:before {
  content: "\e9aa";
}

.eicon-justify-space-around-v:before {
  content: "\e9ab";
}

.eicon-justify-space-between-h:before {
  content: "\e9ac";
}

.eicon-justify-space-between-v:before {
  content: "\e9ad";
}

.eicon-justify-space-evenly-h:before {
  content: "\e9ae";
}

.eicon-justify-space-evenly-v:before {
  content: "\e9af";
}

.eicon-justify-start-h:before {
  content: "\e9b0";
}

.eicon-justify-start-v:before {
  content: "\e9b1";
}

.eicon-woocommerce-cross-sells:before {
  content: "\e9b2";
}

.eicon-woocommerce-notices:before {
  content: "\e9b3";
}

.eicon-inner-container:before {
  content: "\e9b4";
}

.eicon-warning-full:before {
  content: "\e9b5";
}

.eicon-exit:before {
  content: "\e9b6";
}

.eicon-loop-builder:before {
  content: "\e9b7";
}

.eicon-notes:before {
  content: "\e9b8";
}

.eicon-read:before {
  content: "\e9b9";
}

.eicon-unread:before {
  content: "\e9ba";
}

.eicon-carousel-loop:before {
  content: "\e9bb";
}

.eicon-mega-menu:before {
  content: "\eb78";
}

.eicon-nested-carousel:before {
  content: "\e9bd";
}

.eicon-ai:before {
  content: "\e9be";
}

.eicon-taxonomy-filter:before {
  content: "\eb7d";
}

.eicon-container-grid:before {
  content: "\ef02";
}

.eicon-upgrade:before {
  content: "\e9c1";
}

.eicon-advanced:before {
  content: "\eb84";
}

.eicon-div-block:before {
  content: "\eb9b";
}

.eicon-notification:before {
  content: "\e9c3";
}

.eicon-light-mode:before {
  content: "\e9c4";
}

.eicon-dark-mode:before {
  content: "\e9c5";
}

.eicon-upgrade-crown:before {
  content: "\e9c6";
}

.eicon-off-canvas:before {
  content: "\e9c7";
}

.eicon-speakerphone:before {
  content: "\e9c9";
}

.eicon-ehp-cta:before {
  content: "\e9cb";
}

.eicon-ehp-forms:before {
  content: "\e9bc";
}

.eicon-ehp-hero:before {
  content: "\e9ca";
}

.eicon-ehp-zigzag:before {
  content: "\e9cc";
}

.eicon-e-button:before {
  content: "\e9ce";
}

.eicon-flexbox:before {
  content: "\e9d0";
}

.eicon-paragraph:before {
  content: "\e9d1";
}

.eicon-icon:before {
  content: "\e9d2";
}

.eicon-e-image:before {
  content: "\e9d3";
}

.eicon-video:before {
  content: "\e9d4";
}

.eicon-svg:before {
  content: "\e9d5";
}

.eicon-e-divider:before {
  content: "\e9d6";
}

.eicon-e-heading:before {
  content: "\e9d7";
}

.eicon-atomic:before {
  content: "\ebae";
}

.eicon-library-delete:before {
  content: "\e9d8";
}

.eicon-library-copy:before {
  content: "\e9d9";
}

.eicon-library-folder-empty:before {
  content: "\e9da";
}

.eicon-library-move:before {
  content: "\e9db";
}

.eicon-library-edit:before {
  content: "\e9dc";
}

.eicon-library-subscription-upgrade:before {
  content: "\e9de";
}

.eicon-library-folder-view:before {
  content: "\e9df";
}

.eicon-library-grid:before {
  content: "\e9e1";
}

.eicon-library-cloud-connect:before {
  content: "\e9e2";
}

.eicon-library-import:before {
  content: "\e9e3";
}

.eicon-library-list:before {
  content: "\e9e4";
}

.eicon-library-cloud-empty:before {
  content: "\e9e5";
}

.eicon-folder-plus:before {
  content: "\e8aa";
}

.eicon-library-folder:before {
  content: "\e9e6";
}

.eicon-accessibility:before {
  content: "\e9bf";
}

.eicon-lock-outline:before {
  content: "\e9e7";
}

.eicon-e-youtube:before {
  content: "\e9e8";
}

.eicon-contact:before {
  content: "\ebd2";
}

.eicon-eye:before {
  content: "\e8ac";
}

.eicon-elementor-square:before {
  content: "\e813";
}

/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 1.6.2
*/

	
// آپلود تصویر پروفایل و ذخیره آن به عنوان متای کاربر
add_action('elementor_pro/forms/new_record', 'nias_elementor_profile_picture_upload', 10, 2);

function nias_elementor_profile_picture_upload($record, $ajax_handler) {
    $form_name = $record->get_form_settings('form_name');
    //
    //اسم فرم حتماً تصویر پروفایل باشد
    //
    if ('تصویر پروفایل' !== $form_name) {
        return;
    }

    $form_data = $record->get_formatted_data();
    //
    //
    //اسم فیلد حتماً تصویر پروفایل باشد
    //
    // بررسی وجود لینک تصویر پروفایل
    if (!empty($form_data['تصویر پروفایل'])) {
        $profile_picture_url = $form_data['تصویر پروفایل']; // دریافت URL تصویر پروفایل

        $current_user_id = get_current_user_id();

        // ذخیره URL تصویر به عنوان متای کاربر
        //
        // nias_profile_user آید فیلد حتماً این باشد
        //
        update_user_meta($current_user_id, 'nias_profile_user', $profile_picture_url);

        $ajax_handler->add_response_data('message', 'تصویر آپدیت شد.');
    } else {
        $ajax_handler->add_error_message("تصویر آپلود نشد.");
        $ajax_handler->is_success = false;
    }
}


//تغییر پروفایل کاربر
add_filter( 'get_avatar_url', 'nias_get_avatar_url', 10, 3 );
function nias_get_avatar_url( $url, $id_or_email, $args ) {
    $id = '';
    // بررسی نوع ورودی
    if ( is_numeric( $id_or_email ) ) {
        $id = (int) $id_or_email; // اگر شناسه باشد
    } elseif ( is_object( $id_or_email ) ) {
        if ( ! empty( $id_or_email->user_id ) ) {
            $id = (int) $id_or_email->user_id; // اگر شیء باشد و شناسه کاربر داشته باشد
        }
    } else {
        // دریافت شناسه کاربر از ایمیل
        $user = get_user_by( 'email', $id_or_email );
        $id = ! empty( $user ) ? $user->data->ID : '';
    }

    // دریافت URL تصویر پروفایل سفارشی از متای 'nias_profile_user'
    $custom_url = $id ? get_user_meta( $id, 'nias_profile_user', true ) : '';

    // اگر تصویر سفارشی وجود نداشته باشد یا 'force_default' تنظیم شده باشد، از تصویر پیش‌فرض استفاده می‌کنیم
    if ( empty( $custom_url ) || ! empty( $args['force_default'] ) ) {
        return esc_url_raw( 'https://niasel.ir/wp-content/uploads/2024/09/2e8c797833384e1920a49c01a27c165d.jpg' );
    } else {
        return esc_url_raw( $custom_url );
    }
}

			 
//محاسبه روز های گذشته از زمان عضویت
function days_since_registration_shortcode() {
if (is_user_logged_in()) {
$user = wp_get_current_user();
$registration_date = strtotime($user->user_registered);
$current_date = strtotime(current_time('mysql'));
$days_difference = floor(($current_date - $registration_date) / (60 * 60 * 24));
return "$days_difference";
}
return "شما هنوز ثبت نام نکرده‌اید.";
}
add_shortcode('days_since_registration', 'days_since_registration_shortcode');
?>
<style>
.nias-info-box:before {
content: "" ;
width: 90%;
height: 100%;
position: absolute;
top:-20px;
background-color: #f7f7f7;
border-radius: 20px;
left: 50%;
transform: translateX(-50%);
margin: 0;
z-index: -1;

}

.nias-info-box-text-mini{
color: #6C6C6C;
font-size: 15px
}
</style>
<?php
					  کد تعداد سفارشات ثبت شده
//تعداد کل سفارشات کاربر

function total_orders_shortcode($atts) {
// بررسی آیا کاربر لاگین است
if (is_user_logged_in()) {
// گرفتن شناسه کاربر فعلی
$current_user_id = get_current_user_id();

// محاسبه تعداد کل سفارشات کاربر
$args = array(
'post_type' => 'shop_order',
'post_status' => 'wc-completed', // وضعیت سفارشات تکمیل شده
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => '_customer_user',
'value' => $current_user_id,
'compare' => '='
)
)
);

$orders_query = new WP_Query($args);
$total_orders = $orders_query->found_posts;

return "$total_orders";
} else {
return "برای دیدن تعداد کل سفارشات، لطفاً وارد سیستم شوید.";
}
}
add_shortcode('total_orders', 'total_orders_shortcode');

					  کد مبلغ کل سفارشات
//جمع مبلغ کل سفارشات کاربر

function total_order_amount_shortcode($atts) {
// بررسی آیا کاربر لاگین است
if (is_user_logged_in()) {
// گرفتن شناسه کاربر فعلی
$current_user_id = get_current_user_id();

// محاسبه جمع مبلغ کل سفارشات کاربر
$args = array(
'post_type' => 'shop_order',
'post_status' => 'wc-completed', // وضعیت سفارشات تکمیل شده
'posts_per_page' => -1,
'meta_query' => array(
array(
'key' => '_customer_user',
'value' => $current_user_id,
'compare' => '='
)
)
);

$orders_query = new WP_Query($args);
$total_order_amount = 0;

if ($orders_query->have_posts()) {
while ($orders_query->have_posts()) {
$orders_query->the_post();
$order = wc_get_order(get_the_ID());
$total_order_amount += floatval($order->get_total());
}
}

return wc_price($total_order_amount);
} else {
return "برای دیدن مجموع مبلغ کل سفارشات، لطفاً وارد سیستم شوید.";
}
}
add_shortcode('total_order_amount', 'total_order_amount_shortcode');

					  کد تعداد کامنت های کاربر
function count_user_reviews() {
if (is_user_logged_in()) {
$user_id = get_current_user_id(); // شناسه کاربر فعلی

// آرگومان‌ها برای WP_Comment_Query
$args = array(
'user_id' => $user_id,
'post_type' => 'product', // فقط نظرات محصولات
'status' => 'approve', // فقط نظرات تایید شده
);

$comments_query = new WP_Comment_Query;
$comments = $comments_query->query($args);

$review_count = count($comments); // تعداد نظرات

return "$review_count";
} else {
echo '<p>لطفاً وارد حساب کاربری خود شوید.</p>'; // پیام برای کاربرانی که وارد نشده‌اند
}
}

add_shortcode('count_user_comments_shortcode' , 'count_user_reviews');

					  کد نمایش سفارشات اخیر
/* -----------PHP code------------*/
function nias_last_orders(){
// گرفتن ---- سفارش اخیر کاربر فعلی
$current_user_id = get_current_user_id();
$args = array(
'numberposts' => 5, // بررسی تعداد بیشتر از ----
'meta_key' => '_customer_user',
'meta_value' => $current_user_id,
'post_type' => 'shop_order',
'post_status' => array('wc-completed', 'wc-processing', 'wc-on-hold' , 'wc-cancelled' , 'wc-pending'), // وضعیت‌های سفارش
);

$recent_orders = get_posts( $args );

// نمایش سفارش‌ها
$displayed_orders = array_slice( $recent_orders, 0, 5 ); // فقط ---- سفارش اول نمایش داده شود

if ( !empty( $displayed_orders ) ) {
foreach ( $displayed_orders as $order_post ) {
$order = wc_get_order( $order_post->ID );
$order_number = $order->get_order_number();
$order_total = wc_price( $order->get_total() );
$order_status = wc_get_order_status_name( $order->get_status() );
$order_view_url = esc_url( $order->get_view_order_url() );

echo '<div class="order-row">';
echo '<div>سفارش #' . $order_number . '</div>';
echo '<div>مبلغ: ' . $order_total . '</div>';
echo '<div class="status ' . esc_attr( $order->get_status() ) . '">وضعیت: ' . $order_status . '</div>';
echo '<div><a href="' . $order_view_url . '" class="view-order-button">مشاهده سفارش</a></div>';
echo '</div>';
}

// اگر تعداد سفارشات بیشتر از --- باشد، نمایش لینک "مشاهده بیشتر سفارشات"
if ( count( $recent_orders ) > 4 ) {
echo '<div class="view-more-orders">';
echo '<a href="' . esc_url( wc_get_account_endpoint_url( 'orders' ) ) . '">مشاهده همه سفارشات</a>';
echo '</div>';
}
} else {
echo 'هیچ سفارشی پیدا نشد.';
}



}

add_shortcode('nias_lastorders' , 'nias_last_orders');


کد استایل سفارشات اخیر
/*-----------CSS code-----------*/


.order-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px;
border-bottom: 1px solid #dfdfdf;
}

a.view-order-button {
padding: 5px 10px;
background-color: #0075ff;
color: white;
border-radius: 10px;
}

.view-more-orders {
display: flex;
justify-content: center;
align-items: center;
}

.view-more-orders a {
background-color: #0075ff;
padding: 10px 20px;
color: white;
margin-top: 20px;
border-radius: 10px;
}

.status.completed {
color: #00ca00;
}

.status.cancelled {
color: red;
}

.status.on-hold {
color: #ffbf00;
}

.status.processing {
color: #0072ff;
}

.status.pending {
color: #00bdff;
}

@media only screen and (max-width:766px){
.order-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
gap: 20px;
justify-items: center;
}
}

					  کد ریسپانسیو سازی پارت 1
/*-------کد jquery--------*/
/*----حواستون باشه داخل jQuery بزارید---------*/
$('.niasaccmenu').click(function(){

$('.niassideaccountmenu').addClass('open'); 

})

$('.closeaccmenu').click(function(){

$('.niassideaccountmenu').removeClass('open'); 

})





/*-----------کد css---------*/
.niasaccmenu{
margin-left: auto;
}
@media only screen and (max-width:1024px){
.niassideaccountmenu{
position: fixed;
top: 0;
right: -100%;
z-index: 999;
transition: 0.3s;
}
.niassideaccountmenu.open{
right: 0;
}


}

@media only screen and (max-width:767px){
.telegramsupport .elementor-icon-box-content{
display: none;
}
.telegramsupport .elementor-icon-box-icon {
margin: 0!important;
display: flex!important;
align-items: center;
}

.telegramsupport .elementor-widget-container {
padding: 10px!important; 
}
}

.elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce-MyAccount-content h2:first-of-type {
    font-family: 'Mikhak';
    color: #173E56;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px;
}


					  @import url("fonts/font.css");

@font-face {
  font-family: 'megatheme';
  src:  url('fonts/megatheme.eot?4zxyox');
  src:  url('fonts/megatheme.eot?4zxyox#iefix') format('embedded-opentype'),
    url('fonts/megatheme.ttf?4zxyox') format('truetype'),
    url('fonts/megatheme.woff?4zxyox') format('woff'),
    url('fonts/megatheme.svg?4zxyox#megatheme') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="m-icon-"], [class*=" m-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'megatheme' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-icon-car-ikco-icon:before {
  content: "\ee20";
}
.m-icon-car-ikco-text-isako-icon:before {
  content: "\ee21";
}
.m-icon-car-kerman-motor-icon:before {
  content: "\ee22";
}
.m-icon-car-kerman-motor-text-icon:before {
  content: "\ee23";
}
.m-icon-car-lifan-icon:before {
  content: "\ee24";
}
.m-icon-car-lifan-text-icon:before {
  content: "\ee25";
}
.m-icon-car-saipa-disel-icon:before {
  content: "\ee26";
}
.m-icon-car-saipa-disel-text-icon:before {
  content: "\ee27";
}
.m-icon-car-saipa-icon:before {
  content: "\ee28";
}
.m-icon-fatehe-hoovalbaghi-icon:before {
  content: "\ee29";
}
.m-icon-new-year-icon:before {
  content: "\ee2a";
}
.m-icon-tehran-azadi-tower-icon:before {
  content: "\ee2b";
}
.m-icon-tehran-milad-tower-icon:before {
  content: "\ee2c";
}
.m-icon-black-shad-logo-farsgraphic:before {
  content: "\ee2d";
}
.m-icon-brands-bazneshastegi-icon:before {
  content: "\ee2e";
}
.m-icon-brands-edarat-abfa-icon:before {
  content: "\ee2f";
}
.m-icon-brands-edarat-aidin-icon.path1:before {
  content: "\ee30";
  color: rgb(0, 0, 0);
}
.m-icon-brands-edarat-aidin-icon.path2:before {
  content: "\ee31";
  margin-left: -1.0068359375em;
  color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path3:before {
  content: "\ee32";
  margin-left: -1.0068359375em;
  color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path4:before {
  content: "\ee33";
  margin-left: -1.0068359375em;
  color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path5:before {
  content: "\ee34";
  margin-left: -1.0068359375em;
  color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path6:before {
  content: "\ee35";
  margin-left: -1.0068359375em;
  color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-aidin-icon.path7:before {
  content: "\ee36";
  margin-left: -1.0068359375em;
  color: rgb(239, 239, 240);
}
.m-icon-brands-edarat-atash-neshan-icon.path1:before {
  content: "\ee37";
  color: rgb(255, 0, 3);
}
.m-icon-brands-edarat-atash-neshan-icon.path2:before {
  content: "\ee38";
  margin-left: -1.0068359375em;
  color: rgb(33, 31, 31);
}
.m-icon-brands-edarat-behran-icon:before {
  content: "\ee39";
}
.m-icon-brands-edarat-behzisti-icon:before {
  content: "\ee3a";
}
.m-icon-brands-edarat-chakelz-icon:before {
  content: "\ee3b";
}
.m-icon-brands-edarat-edare-gas-icon:before {
  content: "\ee3c";
}
.m-icon-brands-edarat-enteghal-khoon-blood-icon:before {
  content: "\ee3d";
}
.m-icon-brands-edarat-gomrok-irica-icon:before {
  content: "\ee3e";
}
.m-icon-brands-edarat-hamrah-aval-mci-2-icon:before {
  content: "\ee3f";
}
.m-icon-brands-edarat-hamrah-aval-mci-icon:before {
  content: "\ee40";
}
.m-icon-brands-edarat-ifda-food-drug-icon:before {
  content: "\ee41";
}
.m-icon-brands-edarat-ikco-1-icon:before {
  content: "\ee42";
}
.m-icon-brands-edarat-ikco-2-icon:before {
  content: "\ee43";
}
.m-icon-brands-edarat-sazman-bazneshastegi-icon:before {
  content: "\ee44";
}
.m-icon-brands-edarat-sazman-bourse-icon.path1:before {
  content: "\ee45";
  color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path2:before {
  content: "\ee46";
  margin-left: -1.0068359375em;
  color: rgb(199, 46, 42);
}
.m-icon-brands-edarat-sazman-bourse-icon.path3:before {
  content: "\ee47";
  margin-left: -1.0068359375em;
  color: rgb(199, 46, 42);
}
.m-icon-brands-edarat-sazman-bourse-icon.path4:before {
  content: "\ee48";
  margin-left: -1.0068359375em;
  color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path5:before {
  content: "\ee49";
  margin-left: -1.0068359375em;
  color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path6:before {
  content: "\ee4a";
  margin-left: -1.0068359375em;
  color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path7:before {
  content: "\ee4b";
  margin-left: -1.0068359375em;
  color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-bourse-icon.path8:before {
  content: "\ee4c";
  margin-left: -1.0068359375em;
  color: rgb(3, 124, 65);
}
.m-icon-brands-edarat-sazman-energy-atomic-icon:before {
  content: "\ee4d";
}
.m-icon-brands-edare-bargh-icon:before {
  content: "\ee4e";
}
.m-icon-brands-edareh-maliat-icon:before {
  content: "\ee4f";
}
.m-icon-brands-edareh-Oghaf-icon:before {
  content: "\ee50";
}
.m-icon-brands-kanoon-kanun-vokala-icon:before {
  content: "\ee51";
}
.m-icon-brands-kanoon-parvaresh-fekri-icon:before {
  content: "\ee52";
}
.m-icon-brands-khaneh-kargar-icon:before {
  content: "\ee53";
}
.m-icon-brands-khoshgovar-icon:before {
  content: "\ee54";
}
.m-icon-brands-minoo-icon:before {
  content: "\ee55";
}
.m-icon-brands-mobarezeh-ba-mavad-mokhader-icon:before {
  content: "\ee56";
}
.m-icon-brands-mohit-zist-icon:before {
  content: "\ee57";
}
.m-icon-brands-mokhaberat-icon:before {
  content: "\ee58";
}
.m-icon-brands-nezam-mohandesi-icon:before {
  content: "\ee59";
}
.m-icon-brands-nezam-pezeshki-icon:before {
  content: "\ee5a";
}
.m-icon-brands-ofogh-kourosh-icon:before {
  content: "\ee5b";
}
.m-icon-brands-oil-company-icon:before {
  content: "\ee5c";
}
.m-icon-brands-otagh-bazargani-icon:before {
  content: "\ee5d";
}
.m-icon-brands-pars-khodro-icon:before {
  content: "\ee5e";
}
.m-icon-brands-pegah-icon:before {
  content: "\ee5f";
}
.m-icon-brands-pezeshki-ghanooni-icon:before {
  content: "\ee60";
}
.m-icon-brands-post-office-icon:before {
  content: "\ee61";
}
.m-icon-brands-raja-rails-icon:before {
  content: "\ee62";
}
.m-icon-brands-refah-icon:before {
  content: "\ee63";
}
.m-icon-brands-refah-text-icon:before {
  content: "\ee64";
}
.m-icon-brands-sabt-ahval-icon:before {
  content: "\ee65";
}
.m-icon-brands-sandogh-toese-melli-icon:before {
  content: "\ee66";
}
.m-icon-brands-sanich-icon:before {
  content: "\ee67";
}
.m-icon-brands-sanjesh-icon:before {
  content: "\ee68";
}
.m-icon-brands-sazman-daneshamoozi-icon:before {
  content: "\ee69";
}
.m-icon-brands-sazman-fani-va-herfee-icon:before {
  content: "\ee6a";
}
.m-icon-brands-sazman-jangalha-manategh-abkhizdari-icon:before {
  content: "\ee6b";
}
.m-icon-brands-sepehr-electric-2-icon:before {
  content: "\ee6c";
}
.m-icon-brands-sepehr-electric-icon:before {
  content: "\ee6d";
}
.m-icon-brands-shahrdari-tehran-icon:before {
  content: "\ee6e";
}
.m-icon-brands-shahrvand-icon:before {
  content: "\ee6f";
}
.m-icon-brands-snapp-eng-icon:before {
  content: "\ee70";
}
.m-icon-brands-snapp-fa-icon:before {
  content: "\ee71";
}
.m-icon-brands-tamin-ejtemaee-icon:before {
  content: "\ee72";
}
.m-icon-brands-tapsi-icon:before {
  content: "\ee73";
}
.m-icon-brands-tapsi-text-icon:before {
  content: "\ee74";
}
.m-icon-brands-tavanir-icon.path1:before {
  content: "\ee75";
  color: rgb(243, 244, 244);
}
.m-icon-brands-tavanir-icon.path2:before {
  content: "\ee76";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-brands-tavanir-icon.path3:before {
  content: "\ee77";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-brands-tavanir-icon.path4:before {
  content: "\ee78";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-brands-tazh-icon:before {
  content: "\ee79";
}
.m-icon-brands-vezarat-etelaat-icon:before {
  content: "\ee7a";
}
.m-icon-wushu-icon:before {
  content: "\ee7b";
}
.m-icon-mother-mom-baby-1-icon:before {
  content: "\ee7c";
}
.m-icon-mother-mom-fatemeh-al-zahra-1-icon:before {
  content: "\ee7d";
}
.m-icon-mother-mom-fatemeh-al-zahra-2-icon:before {
  content: "\ee7e";
}
.m-icon-mother-mom-fatemeh-al-zahra-3-icon:before {
  content: "\ee7f";
}
.m-icon-mother-mom-fatemeh-al-zahra-icon:before {
  content: "\ee80";
}
.m-icon-mother-mom-hijab-woman-icon:before {
  content: "\ee81";
}
.m-icon-mother-mom-tent-woman-icon:before {
  content: "\ee82";
}
.m-icon-student-college-16-azar-1-icon:before {
  content: "\ee83";
}
.m-icon-student-college-16-azar-2-icon:before {
  content: "\ee84";
}
.m-icon-student-college-16-azar-3-icon:before {
  content: "\ee85";
}
.m-icon-student-college-blood-drops-icon:before {
  content: "\ee86";
}
.m-icon-student-college-bloody-hand-2-icon:before {
  content: "\ee87";
}
.m-icon-student-college-bloody-hand-3-icon:before {
  content: "\ee88";
}
.m-icon-student-college-bloody-hand-icon:before {
  content: "\ee89";
}
.m-icon-student-college-down-with-usa-icon:before {
  content: "\ee8a";
}
.m-icon-student-college-fist-1-icon:before {
  content: "\ee8b";
}
.m-icon-student-college-fist-2-icon:before {
  content: "\ee8c";
}
.m-icon-student-college-fist-3-icon:before {
  content: "\ee8d";
}
.m-icon-student-college-holding-banner-icon:before {
  content: "\ee8e";
}
.m-icon-student-college-Screaming-speaker-icon:before {
  content: "\ee8f";
}
.m-icon-student-college-students-holdings-banner-2-icon:before {
  content: "\ee90";
}
.m-icon-student-college-students-holdings-banner-icon:before {
  content: "\ee91";
}
.m-icon-apple--33648.path1:before {
  content: "\ee92";
  color: rgb(0, 0, 0);
}
.m-icon-apple--33648.path2:before {
  content: "\ee93";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-apple--33648.path3:before {
  content: "\ee94";
  margin-left: -1em;
  color: rgb(228, 86, 80);
}
.m-icon-apple--33648.path4:before {
  content: "\ee95";
  margin-left: -1em;
  color: rgb(228, 86, 80);
}
.m-icon-apple--33648.path5:before {
  content: "\ee96";
  margin-left: -1em;
  color: rgb(17, 173, 122);
}
.m-icon-apple--33648.path6:before {
  content: "\ee97";
  margin-left: -1em;
  color: rgb(214, 72, 66);
}
.m-icon-apple--33648.path7:before {
  content: "\ee98";
  margin-left: -1em;
  color: rgb(214, 72, 66);
}
.m-icon-apple--33648.path8:before {
  content: "\ee99";
  margin-left: -1em;
  color: rgb(18, 152, 109);
}
.m-icon-apple--33648.path9:before {
  content: "\ee9a";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-apple--33648.path10:before {
  content: "\ee9b";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path11:before {
  content: "\ee9c";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path12:before {
  content: "\ee9d";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path13:before {
  content: "\ee9e";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path14:before {
  content: "\ee9f";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path15:before {
  content: "\eea0";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-apple--33648.path16:before {
  content: "\eea1";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-coin--33655.path1:before {
  content: "\eea2";
  color: rgb(0, 0, 0);
}
.m-icon-coin--33655.path2:before {
  content: "\eea3";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-coin--33655.path3:before {
  content: "\eea4";
  margin-left: -1em;
  color: rgb(253, 194, 81);
}
.m-icon-coin--33655.path4:before {
  content: "\eea5";
  margin-left: -1em;
  color: rgb(255, 219, 94);
}
.m-icon-coin--33655.path5:before {
  content: "\eea6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-coin--33655.path6:before {
  content: "\eea7";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coin--33655.path7:before {
  content: "\eea8";
  margin-left: -1em;
  color: rgb(253, 194, 81);
}
.m-icon-coin--33655.path8:before {
  content: "\eea9";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coin--33655.path9:before {
  content: "\eeaa";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coin--33655.path10:before {
  content: "\eeab";
  margin-left: -1em;
  color: rgb(144, 91, 51);
}
.m-icon-coin--33655.path11:before {
  content: "\eeac";
  margin-left: -1em;
  color: rgb(144, 91, 51);
}
.m-icon-coin--33655.path12:before {
  content: "\eead";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path13:before {
  content: "\eeae";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path14:before {
  content: "\eeaf";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path15:before {
  content: "\eeb0";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coin--33655.path16:before {
  content: "\eeb1";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coin--33655.path17:before {
  content: "\eeb2";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coin--33655.path18:before {
  content: "\eeb3";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coin--33655.path19:before {
  content: "\eeb4";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-coins--33654.path1:before {
  content: "\eeb5";
  color: rgb(0, 0, 0);
}
.m-icon-coins--33654.path2:before {
  content: "\eeb6";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-coins--33654.path3:before {
  content: "\eeb7";
  margin-left: -1em;
  color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path4:before {
  content: "\eeb8";
  margin-left: -1em;
  color: rgb(255, 219, 94);
}
.m-icon-coins--33654.path5:before {
  content: "\eeb9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-coins--33654.path6:before {
  content: "\eeba";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path7:before {
  content: "\eebb";
  margin-left: -1em;
  color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path8:before {
  content: "\eebc";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path9:before {
  content: "\eebd";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path10:before {
  content: "\eebe";
  margin-left: -1em;
  color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path11:before {
  content: "\eebf";
  margin-left: -1em;
  color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path12:before {
  content: "\eec0";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path13:before {
  content: "\eec1";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path14:before {
  content: "\eec2";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path15:before {
  content: "\eec3";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path16:before {
  content: "\eec4";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path17:before {
  content: "\eec5";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path18:before {
  content: "\eec6";
  margin-left: -1em;
  color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path19:before {
  content: "\eec7";
  margin-left: -1em;
  color: rgb(255, 219, 94);
}
.m-icon-coins--33654.path20:before {
  content: "\eec8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-coins--33654.path21:before {
  content: "\eec9";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path22:before {
  content: "\eeca";
  margin-left: -1em;
  color: rgb(253, 194, 81);
}
.m-icon-coins--33654.path23:before {
  content: "\eecb";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path24:before {
  content: "\eecc";
  margin-left: -1em;
  color: rgb(237, 167, 60);
}
.m-icon-coins--33654.path25:before {
  content: "\eecd";
  margin-left: -1em;
  color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path26:before {
  content: "\eece";
  margin-left: -1em;
  color: rgb(144, 91, 51);
}
.m-icon-coins--33654.path27:before {
  content: "\eecf";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path28:before {
  content: "\eed0";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path29:before {
  content: "\eed1";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path30:before {
  content: "\eed2";
  margin-left: -1em;
  color: rgb(254, 234, 131);
}
.m-icon-coins--33654.path31:before {
  content: "\eed3";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path32:before {
  content: "\eed4";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path33:before {
  content: "\eed5";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-coins--33654.path34:before {
  content: "\eed6";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-eggs--33646.path1:before {
  content: "\eed7";
  color: rgb(0, 0, 0);
}
.m-icon-eggs--33646.path2:before {
  content: "\eed8";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-eggs--33646.path3:before {
  content: "\eed9";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-eggs--33646.path4:before {
  content: "\eeda";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-eggs--33646.path5:before {
  content: "\eedb";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-eggs--33646.path6:before {
  content: "\eedc";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path7:before {
  content: "\eedd";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path8:before {
  content: "\eede";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path9:before {
  content: "\eedf";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path10:before {
  content: "\eee0";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path11:before {
  content: "\eee1";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path12:before {
  content: "\eee2";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path13:before {
  content: "\eee3";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path14:before {
  content: "\eee4";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path15:before {
  content: "\eee5";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path16:before {
  content: "\eee6";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path17:before {
  content: "\eee7";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path18:before {
  content: "\eee8";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path19:before {
  content: "\eee9";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path20:before {
  content: "\eeea";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path21:before {
  content: "\eeeb";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path22:before {
  content: "\eeec";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path23:before {
  content: "\eeed";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path24:before {
  content: "\eeee";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path25:before {
  content: "\eeef";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path26:before {
  content: "\eef0";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path27:before {
  content: "\eef1";
  margin-left: -1em;
  color: rgb(255, 226, 163);
}
.m-icon-eggs--33646.path28:before {
  content: "\eef2";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path29:before {
  content: "\eef3";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path30:before {
  content: "\eef4";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path31:before {
  content: "\eef5";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path32:before {
  content: "\eef6";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path33:before {
  content: "\eef7";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path34:before {
  content: "\eef8";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path35:before {
  content: "\eef9";
  margin-left: -1em;
  color: rgb(77, 166, 91);
}
.m-icon-eggs--33646.path36:before {
  content: "\eefa";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path37:before {
  content: "\eefb";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path38:before {
  content: "\eefc";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-eggs--33646.path39:before {
  content: "\eefd";
  margin-left: -1em;
  color: rgb(77, 166, 91);
}
.m-icon-eggs--33646.path40:before {
  content: "\eefe";
  margin-left: -1em;
  color: rgb(243, 199, 102);
}
.m-icon-eggs--33646.path41:before {
  content: "\eeff";
  margin-left: -1em;
  color: rgb(55, 122, 63);
}
.m-icon-eggs--33646.path42:before {
  content: "\ef00";
  margin-left: -1em;
  color: rgb(203, 93, 84);
}
.m-icon-eggs--33646.path43:before {
  content: "\ef01";
  margin-left: -1em;
  color: rgb(209, 169, 78);
}
.m-icon-eggs--33646.path44:before {
  content: "\ef02";
  margin-left: -1em;
  color: rgb(203, 93, 84);
}
.m-icon-eggs--33646.path45:before {
  content: "\ef03";
  margin-left: -1em;
  color: rgb(55, 122, 63);
}
.m-icon-eggs--33646.path46:before {
  content: "\ef04";
  margin-left: -1em;
  color: rgb(209, 169, 78);
}
.m-icon-eggs--33646.path47:before {
  content: "\ef05";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path1:before {
  content: "\ef06";
  color: rgb(0, 0, 0);
}
.m-icon-fish--33644.path2:before {
  content: "\ef07";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path3:before {
  content: "\ef08";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path4:before {
  content: "\ef09";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-fish--33644.path5:before {
  content: "\ef0a";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-fish--33644.path6:before {
  content: "\ef0b";
  margin-left: -1em;
  color: rgb(198, 234, 248);
}
.m-icon-fish--33644.path7:before {
  content: "\ef0c";
  margin-left: -1em;
  color: rgb(198, 234, 248);
}
.m-icon-fish--33644.path8:before {
  content: "\ef0d";
  margin-left: -1em;
  color: rgb(143, 215, 242);
}
.m-icon-fish--33644.path9:before {
  content: "\ef0e";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path10:before {
  content: "\ef0f";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path11:before {
  content: "\ef10";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path12:before {
  content: "\ef11";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-fish--33644.path13:before {
  content: "\ef12";
  margin-left: -1em;
  color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path14:before {
  content: "\ef13";
  margin-left: -1em;
  color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path15:before {
  content: "\ef14";
  margin-left: -1em;
  color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path16:before {
  content: "\ef15";
  margin-left: -1em;
  color: rgb(221, 94, 85);
}
.m-icon-fish--33644.path17:before {
  content: "\ef16";
  margin-left: -1em;
  color: rgb(147, 213, 241);
}
.m-icon-fish--33644.path18:before {
  content: "\ef17";
  margin-left: -1em;
  color: rgb(77, 173, 225);
  opacity: 0.41;
}
.m-icon-fish--33644.path19:before {
  content: "\ef18";
  margin-left: -1em;
  color: rgb(147, 213, 241);
}
.m-icon-fish--33644.path20:before {
  content: "\ef19";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-fish--33644.path21:before {
  content: "\ef1a";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path22:before {
  content: "\ef1b";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-fish--33644.path23:before {
  content: "\ef1c";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path1:before {
  content: "\ef1d";
  color: rgb(0, 0, 0);
}
.m-icon-garlic--33653.path2:before {
  content: "\ef1e";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-garlic--33653.path3:before {
  content: "\ef1f";
  margin-left: -1em;
  color: rgb(251, 243, 223);
}
.m-icon-garlic--33653.path4:before {
  content: "\ef20";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path5:before {
  content: "\ef21";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path6:before {
  content: "\ef22";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path7:before {
  content: "\ef23";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path8:before {
  content: "\ef24";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path9:before {
  content: "\ef25";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path10:before {
  content: "\ef26";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path11:before {
  content: "\ef27";
  margin-left: -1em;
  color: rgb(251, 243, 223);
}
.m-icon-garlic--33653.path12:before {
  content: "\ef28";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path13:before {
  content: "\ef29";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path14:before {
  content: "\ef2a";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path15:before {
  content: "\ef2b";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path16:before {
  content: "\ef2c";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path17:before {
  content: "\ef2d";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path18:before {
  content: "\ef2e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path19:before {
  content: "\ef2f";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path20:before {
  content: "\ef30";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path21:before {
  content: "\ef31";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path22:before {
  content: "\ef32";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path23:before {
  content: "\ef33";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path24:before {
  content: "\ef34";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-garlic--33653.path25:before {
  content: "\ef35";
  margin-left: -1em;
  color: rgb(227, 222, 173);
}
.m-icon-garlic--33653.path26:before {
  content: "\ef36";
  margin-left: -1em;
  color: rgb(251, 243, 223);
}
.m-icon-garlic--33653.path27:before {
  content: "\ef37";
  margin-left: -1em;
  color: rgb(193, 189, 152);
}
.m-icon-garlic--33653.path28:before {
  content: "\ef38";
  margin-left: -1em;
  color: rgb(212, 202, 178);
}
.m-icon-garlic--33653.path29:before {
  content: "\ef39";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path30:before {
  content: "\ef3a";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path31:before {
  content: "\ef3b";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path32:before {
  content: "\ef3c";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-garlic--33653.path33:before {
  content: "\ef3d";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-grass--33649.path1:before {
  content: "\ef3e";
  color: rgb(0, 0, 0);
}
.m-icon-grass--33649.path2:before {
  content: "\ef3f";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-grass--33649.path3:before {
  content: "\ef40";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path4:before {
  content: "\ef41";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path5:before {
  content: "\ef42";
  margin-left: -1em;
  color: rgb(241, 195, 94);
}
.m-icon-grass--33649.path6:before {
  content: "\ef43";
  margin-left: -1em;
  color: rgb(61, 185, 129);
}
.m-icon-grass--33649.path7:before {
  content: "\ef44";
  margin-left: -1em;
  color: rgb(61, 185, 129);
}
.m-icon-grass--33649.path8:before {
  content: "\ef45";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path9:before {
  content: "\ef46";
  margin-left: -1em;
  color: rgb(241, 174, 94);
}
.m-icon-grass--33649.path10:before {
  content: "\ef47";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path11:before {
  content: "\ef48";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path12:before {
  content: "\ef49";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path13:before {
  content: "\ef4a";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path14:before {
  content: "\ef4b";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path15:before {
  content: "\ef4c";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path16:before {
  content: "\ef4d";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path17:before {
  content: "\ef4e";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path18:before {
  content: "\ef4f";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path19:before {
  content: "\ef50";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path20:before {
  content: "\ef51";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path21:before {
  content: "\ef52";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path22:before {
  content: "\ef53";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path23:before {
  content: "\ef54";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path24:before {
  content: "\ef55";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path25:before {
  content: "\ef56";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path26:before {
  content: "\ef57";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path27:before {
  content: "\ef58";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path28:before {
  content: "\ef59";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path29:before {
  content: "\ef5a";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path30:before {
  content: "\ef5b";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path31:before {
  content: "\ef5c";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path32:before {
  content: "\ef5d";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path33:before {
  content: "\ef5e";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path34:before {
  content: "\ef5f";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path35:before {
  content: "\ef60";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path36:before {
  content: "\ef61";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path37:before {
  content: "\ef62";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path38:before {
  content: "\ef63";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path39:before {
  content: "\ef64";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-grass--33649.path40:before {
  content: "\ef65";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path41:before {
  content: "\ef66";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path42:before {
  content: "\ef67";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path43:before {
  content: "\ef68";
  margin-left: -1em;
  color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path44:before {
  content: "\ef69";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path45:before {
  content: "\ef6a";
  margin-left: -1em;
  color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path46:before {
  content: "\ef6b";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path47:before {
  content: "\ef6c";
  margin-left: -1em;
  color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path48:before {
  content: "\ef6d";
  margin-left: -1em;
  color: rgb(242, 106, 95);
}
.m-icon-grass--33649.path49:before {
  content: "\ef6e";
  margin-left: -1em;
  color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path50:before {
  content: "\ef6f";
  margin-left: -1em;
  color: rgb(209, 68, 56);
}
.m-icon-grass--33649.path51:before {
  content: "\ef70";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path52:before {
  content: "\ef71";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path53:before {
  content: "\ef72";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path54:before {
  content: "\ef73";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path55:before {
  content: "\ef74";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path56:before {
  content: "\ef75";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path57:before {
  content: "\ef76";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-grass--33649.path58:before {
  content: "\ef77";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path59:before {
  content: "\ef78";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-grass--33649.path60:before {
  content: "\ef79";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-hyacinth--33647.path1:before {
  content: "\ef7a";
  color: rgb(0, 0, 0);
}
.m-icon-hyacinth--33647.path2:before {
  content: "\ef7b";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path3:before {
  content: "\ef7c";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path4:before {
  content: "\ef7d";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-hyacinth--33647.path5:before {
  content: "\ef7e";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-hyacinth--33647.path6:before {
  content: "\ef7f";
  margin-left: -1em;
  color: rgb(147, 98, 169);
}
.m-icon-hyacinth--33647.path7:before {
  content: "\ef80";
  margin-left: -1em;
  color: rgb(147, 98, 169);
}
.m-icon-hyacinth--33647.path8:before {
  content: "\ef81";
  margin-left: -1em;
  color: rgb(17, 173, 122);
}
.m-icon-hyacinth--33647.path9:before {
  content: "\ef82";
  margin-left: -1em;
  color: rgb(17, 173, 122);
}
.m-icon-hyacinth--33647.path10:before {
  content: "\ef83";
  margin-left: -1em;
  color: rgb(241, 195, 94);
}
.m-icon-hyacinth--33647.path11:before {
  content: "\ef84";
  margin-left: -1em;
  color: rgb(241, 174, 94);
}
.m-icon-hyacinth--33647.path12:before {
  content: "\ef85";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-hyacinth--33647.path13:before {
  content: "\ef86";
  margin-left: -1em;
  color: rgb(20, 154, 110);
}
.m-icon-hyacinth--33647.path14:before {
  content: "\ef87";
  margin-left: -1em;
  color: rgb(136, 91, 166);
}
.m-icon-hyacinth--33647.path15:before {
  content: "\ef88";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-hyacinth--33647.path16:before {
  content: "\ef89";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path17:before {
  content: "\ef8a";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path18:before {
  content: "\ef8b";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path19:before {
  content: "\ef8c";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path20:before {
  content: "\ef8d";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path21:before {
  content: "\ef8e";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path22:before {
  content: "\ef8f";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path23:before {
  content: "\ef90";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-hyacinth--33647.path24:before {
  content: "\ef91";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-mirror--33645.path1:before {
  content: "\ef92";
  color: rgb(0, 0, 0);
}
.m-icon-mirror--33645.path2:before {
  content: "\ef93";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-mirror--33645.path3:before {
  content: "\ef94";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-mirror--33645.path4:before {
  content: "\ef95";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-mirror--33645.path5:before {
  content: "\ef96";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-mirror--33645.path6:before {
  content: "\ef97";
  margin-left: -1em;
  color: rgb(224, 236, 248);
}
.m-icon-mirror--33645.path7:before {
  content: "\ef98";
  margin-left: -1em;
  color: rgb(196, 196, 196);
}
.m-icon-mirror--33645.path8:before {
  content: "\ef99";
  margin-left: -1em;
  color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path9:before {
  content: "\ef9a";
  margin-left: -1em;
  color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path10:before {
  content: "\ef9b";
  margin-left: -1em;
  color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path11:before {
  content: "\ef9c";
  margin-left: -1em;
  color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path12:before {
  content: "\ef9d";
  margin-left: -1em;
  color: rgb(162, 65, 35);
}
.m-icon-mirror--33645.path13:before {
  content: "\ef9e";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path14:before {
  content: "\ef9f";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path15:before {
  content: "\efa0";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path16:before {
  content: "\efa1";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path17:before {
  content: "\efa2";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path18:before {
  content: "\efa3";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path19:before {
  content: "\efa4";
  margin-left: -1em;
  color: rgb(226, 117, 50);
}
.m-icon-mirror--33645.path20:before {
  content: "\efa5";
  margin-left: -1em;
  color: rgb(198, 225, 245);
}
.m-icon-mirror--33645.path21:before {
  content: "\efa6";
  margin-left: -1em;
  color: rgb(198, 225, 245);
}
.m-icon-mirror--33645.path22:before {
  content: "\efa7";
  margin-left: -1em;
  color: rgb(198, 224, 245);
}
.m-icon-mirror--33645.path23:before {
  content: "\efa8";
  margin-left: -1em;
  color: rgb(146, 190, 224);
}
.m-icon-mirror--33645.path24:before {
  content: "\efa9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-mirror--33645.path25:before {
  content: "\efaa";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path1:before {
  content: "\efab";
  color: rgb(0, 0, 0);
}
.m-icon-oleaster--33650.path2:before {
  content: "\efac";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-oleaster--33650.path3:before {
  content: "\efad";
  margin-left: -1em;
  color: rgb(219, 195, 178);
}
.m-icon-oleaster--33650.path4:before {
  content: "\efae";
  margin-left: -1em;
  color: rgb(217, 183, 164);
}
.m-icon-oleaster--33650.path5:before {
  content: "\efaf";
  margin-left: -1em;
  color: rgb(241, 195, 94);
}
.m-icon-oleaster--33650.path6:before {
  content: "\efb0";
  margin-left: -1em;
  color: rgb(241, 174, 94);
}
.m-icon-oleaster--33650.path7:before {
  content: "\efb1";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path8:before {
  content: "\efb2";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path9:before {
  content: "\efb3";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path10:before {
  content: "\efb4";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path11:before {
  content: "\efb5";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path12:before {
  content: "\efb6";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path13:before {
  content: "\efb7";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path14:before {
  content: "\efb8";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path15:before {
  content: "\efb9";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path16:before {
  content: "\efba";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-oleaster--33650.path17:before {
  content: "\efbb";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path18:before {
  content: "\efbc";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path19:before {
  content: "\efbd";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path20:before {
  content: "\efbe";
  margin-left: -1em;
  color: rgb(165, 66, 35);
}
.m-icon-oleaster--33650.path21:before {
  content: "\efbf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-oleaster--33650.path22:before {
  content: "\efc0";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path23:before {
  content: "\efc1";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path24:before {
  content: "\efc2";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path25:before {
  content: "\efc3";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path26:before {
  content: "\efc4";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path27:before {
  content: "\efc5";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path28:before {
  content: "\efc6";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path29:before {
  content: "\efc7";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path30:before {
  content: "\efc8";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path31:before {
  content: "\efc9";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path32:before {
  content: "\efca";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path33:before {
  content: "\efcb";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path34:before {
  content: "\efcc";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path35:before {
  content: "\efcd";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-oleaster--33650.path36:before {
  content: "\efce";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-samanoo--33652.path1:before {
  content: "\efcf";
  color: rgb(0, 0, 0);
}
.m-icon-samanoo--33652.path2:before {
  content: "\efd0";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-samanoo--33652.path3:before {
  content: "\efd1";
  margin-left: -1em;
  color: rgb(188, 83, 39);
}
.m-icon-samanoo--33652.path4:before {
  content: "\efd2";
  margin-left: -1em;
  color: rgb(173, 69, 37);
}
.m-icon-samanoo--33652.path5:before {
  content: "\efd3";
  margin-left: -1em;
  color: rgb(173, 69, 37);
}
.m-icon-samanoo--33652.path6:before {
  content: "\efd4";
  margin-left: -1em;
  color: rgb(241, 195, 94);
}
.m-icon-samanoo--33652.path7:before {
  content: "\efd5";
  margin-left: -1em;
  color: rgb(241, 174, 94);
}
.m-icon-samanoo--33652.path8:before {
  content: "\efd6";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path9:before {
  content: "\efd7";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path10:before {
  content: "\efd8";
  margin-left: -1em;
  color: rgb(153, 67, 33);
}
.m-icon-samanoo--33652.path11:before {
  content: "\efd9";
  margin-left: -1em;
  color: rgb(254, 253, 254);
}
.m-icon-samanoo--33652.path12:before {
  content: "\efda";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path13:before {
  content: "\efdb";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-samanoo--33652.path14:before {
  content: "\efdc";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-sumac--33651.path1:before {
  content: "\efdd";
  color: rgb(0, 0, 0);
}
.m-icon-sumac--33651.path2:before {
  content: "\efde";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.1;
}
.m-icon-sumac--33651.path3:before {
  content: "\efdf";
  margin-left: -1em;
  color: rgb(198, 39, 70);
}
.m-icon-sumac--33651.path4:before {
  content: "\efe0";
  margin-left: -1em;
  color: rgb(198, 39, 70);
}
.m-icon-sumac--33651.path5:before {
  content: "\efe1";
  margin-left: -1em;
  color: rgb(183, 32, 62);
}
.m-icon-sumac--33651.path6:before {
  content: "\efe2";
  margin-left: -1em;
  color: rgb(241, 195, 94);
}
.m-icon-sumac--33651.path7:before {
  content: "\efe3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sumac--33651.path8:before {
  content: "\efe4";
  margin-left: -1em;
  color: rgb(241, 174, 94);
}
.m-icon-sumac--33651.path9:before {
  content: "\efe5";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path10:before {
  content: "\efe6";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path11:before {
  content: "\efe7";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path12:before {
  content: "\efe8";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path13:before {
  content: "\efe9";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path14:before {
  content: "\efea";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path15:before {
  content: "\efeb";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path16:before {
  content: "\efec";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path17:before {
  content: "\efed";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path18:before {
  content: "\efee";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path19:before {
  content: "\efef";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path20:before {
  content: "\eff0";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path21:before {
  content: "\eff1";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path22:before {
  content: "\eff2";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path23:before {
  content: "\eff3";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path24:before {
  content: "\eff4";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path25:before {
  content: "\eff5";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path26:before {
  content: "\eff6";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path27:before {
  content: "\eff7";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path28:before {
  content: "\eff8";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path29:before {
  content: "\eff9";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path30:before {
  content: "\effa";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path31:before {
  content: "\effb";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path32:before {
  content: "\effc";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path33:before {
  content: "\effd";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path34:before {
  content: "\effe";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path35:before {
  content: "\efff";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path36:before {
  content: "\f000";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path37:before {
  content: "\f001";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path38:before {
  content: "\f002";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path39:before {
  content: "\f003";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path40:before {
  content: "\f004";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path41:before {
  content: "\f005";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path42:before {
  content: "\f006";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path43:before {
  content: "\f007";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path44:before {
  content: "\f008";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path45:before {
  content: "\f009";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path46:before {
  content: "\f00a";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path47:before {
  content: "\f00b";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path48:before {
  content: "\f00c";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path49:before {
  content: "\f00d";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path50:before {
  content: "\f00e";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path51:before {
  content: "\f00f";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path52:before {
  content: "\f010";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path53:before {
  content: "\f011";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path54:before {
  content: "\f012";
  margin-left: -1em;
  color: rgb(163, 37, 63);
}
.m-icon-sumac--33651.path55:before {
  content: "\f013";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path56:before {
  content: "\f014";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path57:before {
  content: "\f015";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path58:before {
  content: "\f016";
  margin-left: -1em;
  color: rgb(251, 243, 223);
}
.m-icon-sumac--33651.path59:before {
  content: "\f017";
  margin-left: -1em;
  color: rgb(251, 243, 223);
}
.m-icon-sumac--33651.path60:before {
  content: "\f018";
  margin-left: -1em;
  color: rgb(251, 243, 223);
}
.m-icon-sumac--33651.path61:before {
  content: "\f019";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path62:before {
  content: "\f01a";
  margin-left: -1em;
  color: rgb(73, 41, 112);
}
.m-icon-sumac--33651.path63:before {
  content: "\f01b";
  margin-left: -1em;
  color: rgb(73, 41, 112);
  opacity: 0.2;
}
.m-icon-muharram-abalfazl-hand-icon:before {
  content: "\f01c";
  color: #fff;
}
.m-icon-muharram-allah-icon.path1:before {
  content: "\f01d";
  color: rgb(252, 252, 252);
}
.m-icon-muharram-allah-icon.path2:before {
  content: "\f01e";
  margin-left: -1.0068359375em;
  color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path3:before {
  content: "\f01f";
  margin-left: -1.0068359375em;
  color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path4:before {
  content: "\f020";
  margin-left: -1.0068359375em;
  color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path5:before {
  content: "\f021";
  margin-left: -1.0068359375em;
  color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path6:before {
  content: "\f022";
  margin-left: -1.0068359375em;
  color: rgb(5, 5, 5);
}
.m-icon-muharram-allah-icon.path7:before {
  content: "\f023";
  margin-left: -1.0068359375em;
  color: rgb(5, 5, 5);
}
.m-icon-muharram-calender-icon.path1:before {
  content: "\f024";
  color: rgb(255, 255, 255);
}
.m-icon-muharram-calender-icon.path2:before {
  content: "\f025";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path3:before {
  content: "\f026";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path4:before {
  content: "\f027";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path5:before {
  content: "\f028";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path6:before {
  content: "\f029";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path7:before {
  content: "\f02a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path8:before {
  content: "\f02b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path9:before {
  content: "\f02c";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path10:before {
  content: "\f02d";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path11:before {
  content: "\f02e";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-calender-icon.path12:before {
  content: "\f02f";
  margin-left: -1.0068359375em;
  color: rgb(248, 248, 248);
}
.m-icon-muharram-calender-icon.path13:before {
  content: "\f030";
  margin-left: -1.0068359375em;
  color: rgb(249, 249, 249);
}
.m-icon-muharram-calender-icon.path14:before {
  content: "\f031";
  margin-left: -1.0068359375em;
  color: rgb(249, 249, 249);
}
.m-icon-muharram-flag-icon.path1:before {
  content: "\f032";
  color: rgb(0, 0, 0);
}
.m-icon-muharram-flag-icon.path2:before {
  content: "\f033";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-flag-icon.path3:before {
  content: "\f034";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-flag-icon.path4:before {
  content: "\f035";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-hands-praying-icon.path1:before {
  content: "\f036";
  color: rgb(255, 255, 255);
}
.m-icon-muharram-hands-praying-icon.path2:before {
  content: "\f037";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-hands-praying-icon.path3:before {
  content: "\f038";
  margin-left: -1.0068359375em;
  color: rgb(2, 2, 2);
}
.m-icon-muharram-hands-praying-icon.path4:before {
  content: "\f039";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path5:before {
  content: "\f03a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path6:before {
  content: "\f03b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path7:before {
  content: "\f03c";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path8:before {
  content: "\f03d";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-hands-praying-icon.path9:before {
  content: "\f03e";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-grave-icon.path1:before {
  content: "\f03f";
  color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-grave-icon.path2:before {
  content: "\f040";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path3:before {
  content: "\f041";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path4:before {
  content: "\f042";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path5:before {
  content: "\f043";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path6:before {
  content: "\f044";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path7:before {
  content: "\f045";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path8:before {
  content: "\f046";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path9:before {
  content: "\f047";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path10:before {
  content: "\f048";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path11:before {
  content: "\f049";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path12:before {
  content: "\f04a";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path13:before {
  content: "\f04b";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path14:before {
  content: "\f04c";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path15:before {
  content: "\f04d";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path16:before {
  content: "\f04e";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path17:before {
  content: "\f04f";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path18:before {
  content: "\f050";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path19:before {
  content: "\f051";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path20:before {
  content: "\f052";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path21:before {
  content: "\f053";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path22:before {
  content: "\f054";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path23:before {
  content: "\f055";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path24:before {
  content: "\f056";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path25:before {
  content: "\f057";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-imam-hossein-grave-icon.path26:before {
  content: "\f058";
  margin-left: -1.0068359375em;
  color: rgb(253, 253, 253);
}
.m-icon-muharram-imam-hossein-grave-icon.path27:before {
  content: "\f059";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path28:before {
  content: "\f05a";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path29:before {
  content: "\f05b";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path30:before {
  content: "\f05c";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path31:before {
  content: "\f05d";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path32:before {
  content: "\f05e";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path33:before {
  content: "\f05f";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-grave-icon.path34:before {
  content: "\f060";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path35:before {
  content: "\f061";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-imam-hossein-grave-icon.path36:before {
  content: "\f062";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-imam-hossein-icon:before {
  content: "\f063";
  color: #fff;
}
.m-icon-muharram-islamic-art-icon:before {
  content: "\f064";
  color: #fefefe;
}
.m-icon-muharram-islamic-shamat-icon.path1:before {
  content: "\f065";
  color: rgb(6, 6, 6);
}
.m-icon-muharram-islamic-shamat-icon.path2:before {
  content: "\f066";
  margin-left: -1.0068359375em;
  color: rgb(79, 79, 79);
}
.m-icon-muharram-islamic-shamat-icon.path3:before {
  content: "\f067";
  margin-left: -1.0068359375em;
  color: rgb(79, 79, 79);
}
.m-icon-muharram-islamic-shamat-icon.path4:before {
  content: "\f068";
  margin-left: -1.0068359375em;
  color: rgb(186, 186, 186);
}
.m-icon-muharram-islamic-shamat-icon.path5:before {
  content: "\f069";
  margin-left: -1.0068359375em;
  color: rgb(6, 6, 6);
}
.m-icon-muharram-islamic-shamat-icon.path6:before {
  content: "\f06a";
  margin-left: -1.0068359375em;
  color: rgb(6, 6, 6);
}
.m-icon-muharram-man-paying-icon.path1:before {
  content: "\f06b";
  color: rgb(0, 0, 0);
}
.m-icon-muharram-man-paying-icon.path2:before {
  content: "\f06c";
  margin-left: -1.0068359375em;
  color: rgb(83, 83, 83);
}
.m-icon-muharram-man-paying-icon.path3:before {
  content: "\f06d";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path4:before {
  content: "\f06e";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path5:before {
  content: "\f06f";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path6:before {
  content: "\f070";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-man-paying-icon.path7:before {
  content: "\f071";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-muslims-praying-icon:before {
  content: "\f072";
  color: #fff;
}
.m-icon-muharram-palm-tree-icon.path1:before {
  content: "\f073";
  color: rgb(0, 0, 0);
}
.m-icon-muharram-palm-tree-icon.path2:before {
  content: "\f074";
  margin-left: -1.0068359375em;
  color: rgb(110, 110, 110);
}
.m-icon-muharram-palm-tree-icon.path3:before {
  content: "\f075";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path4:before {
  content: "\f076";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path5:before {
  content: "\f077";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path6:before {
  content: "\f078";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path7:before {
  content: "\f079";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-palm-tree-icon.path8:before {
  content: "\f07a";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-tasbih-icon.path1:before {
  content: "\f07b";
  color: rgb(0, 0, 0);
}
.m-icon-muharram-tasbih-icon.path2:before {
  content: "\f07c";
  margin-left: -1.0068359375em;
  color: rgb(248, 248, 248);
}
.m-icon-muharram-tasbih-icon.path3:before {
  content: "\f07d";
  margin-left: -1.0068359375em;
  color: rgb(120, 120, 120);
}
.m-icon-muharram-tasbih-icon.path4:before {
  content: "\f07e";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-2-icon:before {
  content: "\f07f";
  color: #fff;
}
.m-icon-muharram-tent-icon.path1:before {
  content: "\f080";
  color: rgb(0, 0, 0);
}
.m-icon-muharram-tent-icon.path2:before {
  content: "\f081";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-icon.path3:before {
  content: "\f082";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-icon.path4:before {
  content: "\f083";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-tent-icon.path5:before {
  content: "\f084";
  margin-left: -1.0068359375em;
  color: rgb(254, 254, 254);
}
.m-icon-muharram-Waterskins-icon.path1:before {
  content: "\f085";
  color: rgb(255, 255, 255);
}
.m-icon-muharram-Waterskins-icon.path2:before {
  content: "\f086";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-Waterskins-icon.path3:before {
  content: "\f087";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-woman-paying-icon.path1:before {
  content: "\f088";
  color: rgb(255, 255, 255);
}
.m-icon-muharram-woman-paying-icon.path2:before {
  content: "\f089";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-woman-paying-icon.path3:before {
  content: "\f08a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-muharram-woman-paying-icon.path4:before {
  content: "\f08b";
  margin-left: -1.0068359375em;
  color: rgb(248, 248, 248);
}
.m-icon-muharram-woman-paying-icon.path5:before {
  content: "\f08c";
  margin-left: -1.0068359375em;
  color: rgb(246, 246, 246);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path1:before {
  content: "\f08d";
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path2:before {
  content: "\f08e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path3:before {
  content: "\f08f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path4:before {
  content: "\f090";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path5:before {
  content: "\f091";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path6:before {
  content: "\f092";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path7:before {
  content: "\f093";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path8:before {
  content: "\f094";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path9:before {
  content: "\f095";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path10:before {
  content: "\f096";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path11:before {
  content: "\f097";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path12:before {
  content: "\f098";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path13:before {
  content: "\f099";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path14:before {
  content: "\f09a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path15:before {
  content: "\f09b";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path16:before {
  content: "\f09c";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path17:before {
  content: "\f09d";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-muharram-ya-abalfazl-abbas-icon.path18:before {
  content: "\f09e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-muharram-ya-hossein-icon:before {
  content: "\f09f";
  color: #fff;
}
.m-icon-ramadan-allah-icon:before {
  content: "\f0a0";
}
.m-icon-ramadan-ban-eating-1-icon:before {
  content: "\f0a1";
}
.m-icon-ramadan-ban-eating-2-icon:before {
  content: "\f0a2";
}
.m-icon-ramadan-ban-eating-3-icon:before {
  content: "\f0a3";
}
.m-icon-ramadan-caligraphy-icon:before {
  content: "\f0a4";
}
.m-icon-ramadan-date-1-icon:before {
  content: "\f0a5";
}
.m-icon-ramadan-ghadr-night-icon:before {
  content: "\f0a6";
}
.m-icon-ramadan-half-moon-icon:before {
  content: "\f0a7";
}
.m-icon-ramadan-half-moon-mosque1-icon:before {
  content: "\f0a8";
}
.m-icon-ramadan-half-moon-mosque2-icon:before {
  content: "\f0a9";
}
.m-icon-ramadan-half-moon-mosque3-icon:before {
  content: "\f0aa";
}
.m-icon-ramadan-half-moon-mosque4-icon:before {
  content: "\f0ab";
}
.m-icon-ramadan-half-moon-mosque5-icon:before {
  content: "\f0ac";
}
.m-icon-ramadan-hands-praying-1-icon:before {
  content: "\f0ad";
}
.m-icon-ramadan-hands-praying-2-icon:before {
  content: "\f0ae";
}
.m-icon-ramadan-Kaaba-icon:before {
  content: "\f0af";
}
.m-icon-ramadan-karim-icon:before {
  content: "\f0b0";
}
.m-icon-ramadan-lantern-icon:before {
  content: "\f0b1";
}
.m-icon-ramadan-man-praying-salat1-icon:before {
  content: "\f0b2";
}
.m-icon-ramadan-man-praying-salat2-icon:before {
  content: "\f0b3";
}
.m-icon-ramadan-man-praying-salat-3-icon:before {
  content: "\f0b4";
}
.m-icon-ramadan-man-praying-salat-rokoo-2-icon:before {
  content: "\f0b5";
}
.m-icon-ramadan-man-praying-salat-sojood-4-icon:before {
  content: "\f0b6";
}
.m-icon-ramadan-man-praying-salat-sojood-5-icon:before {
  content: "\f0b7";
}
.m-icon-ramadan-palm-tree-icon:before {
  content: "\f0b8";
}
.m-icon-ramadan-quran-1-icon:before {
  content: "\f0b9";
}
.m-icon-ramadan-quran-2-icon:before {
  content: "\f0ba";
}
.m-icon-ramadan-quran-3-icon:before {
  content: "\f0bb";
}
.m-icon-ramadan-sajadeh-icon:before {
  content: "\f0bc";
}
.m-icon-ramadan-star-icon:before {
  content: "\f0bd";
}
.m-icon-ramadan-tasbih-1-icon:before {
  content: "\f0be";
}
.m-icon-ramadan-tasbih-2-icon:before {
  content: "\f0bf";
}
.m-icon-ramadan-wheat-1-icon:before {
  content: "\f0c0";
}
.m-icon-ramadan-woman-praying-salat1-icon:before {
  content: "\f0c1";
}
.m-icon-ramadan-woman-praying-salat2-icon:before {
  content: "\f0c2";
}
.m-icon-shiraz-bagh-eram-icon:before {
  content: "\f0c3";
}
.m-icon-shiraz-hafez-face-icon:before {
  content: "\f0c4";
}
.m-icon-shiraz-hafezieh-icon:before {
  content: "\f0c5";
}
.m-icon-shiraz-saadi-face-icon:before {
  content: "\f0c6";
}
.m-icon-shiraz-saadi-icon:before {
  content: "\f0c7";
}
.m-icon-shiraz-shah-cheragh-icon.path1:before {
  content: "\f0c8";
  color: rgb(150, 105, 158);
}
.m-icon-shiraz-shah-cheragh-icon.path2:before {
  content: "\f0c9";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path3:before {
  content: "\f0ca";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path4:before {
  content: "\f0cb";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path5:before {
  content: "\f0cc";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path6:before {
  content: "\f0cd";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-icon.path7:before {
  content: "\f0ce";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-shah-cheragh-text-icon:before {
  content: "\f0cf";
}
.m-icon-shiraz-takht-jamshid-icon.path1:before {
  content: "\f0d0";
  color: rgb(150, 105, 158);
}
.m-icon-shiraz-takht-jamshid-icon.path2:before {
  content: "\f0d1";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path3:before {
  content: "\f0d2";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path4:before {
  content: "\f0d3";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path5:before {
  content: "\f0d4";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path6:before {
  content: "\f0d5";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-shiraz-takht-jamshid-icon.path7:before {
  content: "\f0d6";
  margin-left: -1.0068359375em;
  color: rgb(64, 64, 65);
}
.m-icon-university-amoozesh-ali-kazeroon-icon:before {
  content: "\f0d7";
}
.m-icon-student-day-13-aban-allah-akbar-icon:before {
  content: "\f0d8";
}
.m-icon-student-day-13-aban-design-one-icon:before {
  content: "\f0d9";
}
.m-icon-student-day-13-aban-design-two-icon:before {
  content: "\f0da";
}
.m-icon-student-day-13-aban-farsi-book-icon:before {
  content: "\f0db";
}
.m-icon-student-day-13-aban-icon:before {
  content: "\f0dc";
}
.m-icon-student-day-13-aban-shahid-fahmideh-icon:before {
  content: "\f0dd";
}
.m-icon-yalda-half-fruit-basket-icon.path1:before {
  content: "\f0de";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path2:before {
  content: "\f0df";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path3:before {
  content: "\f0e0";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-half-fruit-basket-icon.path4:before {
  content: "\f0e1";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path5:before {
  content: "\f0e2";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path6:before {
  content: "\f0e3";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path7:before {
  content: "\f0e4";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path8:before {
  content: "\f0e5";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path9:before {
  content: "\f0e6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path10:before {
  content: "\f0e7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-fruit-basket-icon.path11:before {
  content: "\f0e8";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-icon.path1:before {
  content: "\f0e9";
  color: rgb(173, 4, 25);
}
.m-icon-yalda-half-watermelon-icon.path2:before {
  content: "\f0ea";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path1:before {
  content: "\f0eb";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path2:before {
  content: "\f0ec";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-half-watermelon-quarter-icon.path3:before {
  content: "\f0ed";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path4:before {
  content: "\f0ee";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path5:before {
  content: "\f0ef";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path6:before {
  content: "\f0f0";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-half-watermelon-quarter-icon.path7:before {
  content: "\f0f1";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path1:before {
  content: "\f0f2";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path2:before {
  content: "\f0f3";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path3:before {
  content: "\f0f4";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path4:before {
  content: "\f0f5";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path5:before {
  content: "\f0f6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path6:before {
  content: "\f0f7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-grandparent-icon.path7:before {
  content: "\f0f8";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-grandparent-icon.path8:before {
  content: "\f0f9";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path1:before {
  content: "\f0fa";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path2:before {
  content: "\f0fb";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path3:before {
  content: "\f0fc";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path4:before {
  content: "\f0fd";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path5:before {
  content: "\f0fe";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-family-icon.path6:before {
  content: "\f0ff";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-family-icon.path7:before {
  content: "\f100";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-family-icon.path8:before {
  content: "\f101";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path9:before {
  content: "\f102";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path10:before {
  content: "\f103";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-family-icon.path11:before {
  content: "\f104";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-family-icon.path12:before {
  content: "\f105";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-iranian-tea-icon.path1:before {
  content: "\f106";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-tea-icon.path2:before {
  content: "\f107";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-iranian-tea-icon.path3:before {
  content: "\f108";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-tea-icon.path4:before {
  content: "\f109";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-tea-icon.path5:before {
  content: "\f10a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-iranian-tea-icon.path6:before {
  content: "\f10b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path1:before {
  content: "\f10c";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path2:before {
  content: "\f10d";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path3:before {
  content: "\f10e";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-cake-sweet-icon.path4:before {
  content: "\f10f";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-cake-sweet-icon.path5:before {
  content: "\f110";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-night-cake-sweet-icon.path6:before {
  content: "\f111";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-cake-sweet-icon.path7:before {
  content: "\f112";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-night-divan-hafez-book-icon.path1:before {
  content: "\f113";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-divan-hafez-book-icon.path2:before {
  content: "\f114";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path3:before {
  content: "\f115";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path4:before {
  content: "\f116";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path5:before {
  content: "\f117";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path6:before {
  content: "\f118";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path7:before {
  content: "\f119";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path8:before {
  content: "\f11a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path9:before {
  content: "\f11b";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path10:before {
  content: "\f11c";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path11:before {
  content: "\f11d";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-divan-hafez-book-icon.path12:before {
  content: "\f11e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path13:before {
  content: "\f11f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path14:before {
  content: "\f120";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path15:before {
  content: "\f121";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path16:before {
  content: "\f122";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path17:before {
  content: "\f123";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path18:before {
  content: "\f124";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path19:before {
  content: "\f125";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path20:before {
  content: "\f126";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-divan-hafez-book-icon.path21:before {
  content: "\f127";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-pistachio-icon.path1:before {
  content: "\f128";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path2:before {
  content: "\f129";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path3:before {
  content: "\f12a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path4:before {
  content: "\f12b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path5:before {
  content: "\f12c";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path6:before {
  content: "\f12d";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path7:before {
  content: "\f12e";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path8:before {
  content: "\f12f";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path9:before {
  content: "\f130";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path10:before {
  content: "\f131";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path11:before {
  content: "\f132";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path12:before {
  content: "\f133";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-night-pistachio-icon.path13:before {
  content: "\f134";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-pistachio-icon.path14:before {
  content: "\f135";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-pistachio-icon.path15:before {
  content: "\f136";
  margin-left: -1.0068359375em;
  color: rgb(230, 231, 232);
}
.m-icon-yalda-night-pistachio-icon.path16:before {
  content: "\f137";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path1:before {
  content: "\f138";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path2:before {
  content: "\f139";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path3:before {
  content: "\f13a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path4:before {
  content: "\f13b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path5:before {
  content: "\f13c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path6:before {
  content: "\f13d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path7:before {
  content: "\f13e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path8:before {
  content: "\f13f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path9:before {
  content: "\f140";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path10:before {
  content: "\f141";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path11:before {
  content: "\f142";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path12:before {
  content: "\f143";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-shahnameh-ferdosi-book-icon.path13:before {
  content: "\f144";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-yalda-night-smartphone-icon.path1:before {
  content: "\f145";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path2:before {
  content: "\f146";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-night-smartphone-icon.path3:before {
  content: "\f147";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path4:before {
  content: "\f148";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path5:before {
  content: "\f149";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path6:before {
  content: "\f14a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-night-smartphone-icon.path7:before {
  content: "\f14b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path1:before {
  content: "\f14c";
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path2:before {
  content: "\f14d";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path3:before {
  content: "\f14e";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path4:before {
  content: "\f14f";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path5:before {
  content: "\f150";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path6:before {
  content: "\f151";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path7:before {
  content: "\f152";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path8:before {
  content: "\f153";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path9:before {
  content: "\f154";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path10:before {
  content: "\f155";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path11:before {
  content: "\f156";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path12:before {
  content: "\f157";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path13:before {
  content: "\f158";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path14:before {
  content: "\f159";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path15:before {
  content: "\f15a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path16:before {
  content: "\f15b";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path17:before {
  content: "\f15c";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path18:before {
  content: "\f15d";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path19:before {
  content: "\f15e";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-yalda-Pomegranate-design-icon.path20:before {
  content: "\f15f";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path21:before {
  content: "\f160";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path22:before {
  content: "\f161";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-icon.path23:before {
  content: "\f162";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path1:before {
  content: "\f163";
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path2:before {
  content: "\f164";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path3:before {
  content: "\f165";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path4:before {
  content: "\f166";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path5:before {
  content: "\f167";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path6:before {
  content: "\f168";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path7:before {
  content: "\f169";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path8:before {
  content: "\f16a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path9:before {
  content: "\f16b";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path10:before {
  content: "\f16c";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path11:before {
  content: "\f16d";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path12:before {
  content: "\f16e";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path13:before {
  content: "\f16f";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path14:before {
  content: "\f170";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path15:before {
  content: "\f171";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path16:before {
  content: "\f172";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path17:before {
  content: "\f173";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path18:before {
  content: "\f174";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path19:before {
  content: "\f175";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path20:before {
  content: "\f176";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path21:before {
  content: "\f177";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path22:before {
  content: "\f178";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path23:before {
  content: "\f179";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path24:before {
  content: "\f17a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path25:before {
  content: "\f17b";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path26:before {
  content: "\f17c";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path27:before {
  content: "\f17d";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path28:before {
  content: "\f17e";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path29:before {
  content: "\f17f";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path30:before {
  content: "\f180";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path31:before {
  content: "\f181";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path32:before {
  content: "\f182";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path33:before {
  content: "\f183";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path34:before {
  content: "\f184";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path35:before {
  content: "\f185";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path36:before {
  content: "\f186";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path37:before {
  content: "\f187";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path38:before {
  content: "\f188";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path39:before {
  content: "\f189";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path40:before {
  content: "\f18a";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path41:before {
  content: "\f18b";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path42:before {
  content: "\f18c";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path43:before {
  content: "\f18d";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path44:before {
  content: "\f18e";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path45:before {
  content: "\f18f";
  margin-left: -1.0068359375em;
  color: rgb(173, 4, 25);
}
.m-icon-yalda-Pomegranate-design-one-icon.path46:before {
  content: "\f190";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-islamic-republic-icon:before {
  content: "\f191";
}
.m-icon-university-allameh-mohades-noori-icon:before {
  content: "\f192";
}
.m-icon-university-alzahra-icon:before {
  content: "\f193";
}
.m-icon-university-amirkabir-icon:before {
  content: "\f194";
}
.m-icon-university-amoozesh-ali-bam-icon:before {
  content: "\f195";
}
.m-icon-university-amoozesh-ali-gonabad-icon:before {
  content: "\f196";
}
.m-icon-university-amoozesh-ali-kazeroon-icon1:before {
  content: "\f197";
}
.m-icon-university-amoozesh-ali-lamord-icon:before {
  content: "\f198";
}
.m-icon-university-amoozesh-ali-larestan-icon.path1:before {
  content: "\f199";
  color: rgb(167, 169, 172);
}
.m-icon-university-amoozesh-ali-larestan-icon.path2:before {
  content: "\f19a";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path3:before {
  content: "\f19b";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path4:before {
  content: "\f19c";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path5:before {
  content: "\f19d";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path6:before {
  content: "\f19e";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path7:before {
  content: "\f19f";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path8:before {
  content: "\f1a0";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path9:before {
  content: "\f1a1";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path10:before {
  content: "\f1a2";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path11:before {
  content: "\f1a3";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path12:before {
  content: "\f1a4";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path13:before {
  content: "\f1a5";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path14:before {
  content: "\f1a6";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path15:before {
  content: "\f1a7";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path16:before {
  content: "\f1a8";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path17:before {
  content: "\f1a9";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path18:before {
  content: "\f1aa";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path19:before {
  content: "\f1ab";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path20:before {
  content: "\f1ac";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path21:before {
  content: "\f1ad";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path22:before {
  content: "\f1ae";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path23:before {
  content: "\f1af";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path24:before {
  content: "\f1b0";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path25:before {
  content: "\f1b1";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path26:before {
  content: "\f1b2";
  margin-left: -1.0068359375em;
  color: rgb(109, 110, 113);
}
.m-icon-university-amoozesh-ali-larestan-icon.path27:before {
  content: "\f1b3";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path28:before {
  content: "\f1b4";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path29:before {
  content: "\f1b5";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path30:before {
  content: "\f1b6";
  margin-left: -1.0068359375em;
  color: rgb(109, 110, 113);
}
.m-icon-university-amoozesh-ali-larestan-icon.path31:before {
  content: "\f1b7";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path32:before {
  content: "\f1b8";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path33:before {
  content: "\f1b9";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path34:before {
  content: "\f1ba";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path35:before {
  content: "\f1bb";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path36:before {
  content: "\f1bc";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path37:before {
  content: "\f1bd";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path38:before {
  content: "\f1be";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path39:before {
  content: "\f1bf";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path40:before {
  content: "\f1c0";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path41:before {
  content: "\f1c1";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path42:before {
  content: "\f1c2";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path43:before {
  content: "\f1c3";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path44:before {
  content: "\f1c4";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path45:before {
  content: "\f1c5";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path46:before {
  content: "\f1c6";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path47:before {
  content: "\f1c7";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path48:before {
  content: "\f1c8";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path49:before {
  content: "\f1c9";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path50:before {
  content: "\f1ca";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path51:before {
  content: "\f1cb";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path52:before {
  content: "\f1cc";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path53:before {
  content: "\f1cd";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path54:before {
  content: "\f1ce";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path55:before {
  content: "\f1cf";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path56:before {
  content: "\f1d0";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path57:before {
  content: "\f1d1";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path58:before {
  content: "\f1d2";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path59:before {
  content: "\f1d3";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path60:before {
  content: "\f1d4";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path61:before {
  content: "\f1d5";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path62:before {
  content: "\f1d6";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path63:before {
  content: "\f1d7";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path64:before {
  content: "\f1d8";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path65:before {
  content: "\f1d9";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path66:before {
  content: "\f1da";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path67:before {
  content: "\f1db";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path68:before {
  content: "\f1dc";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path69:before {
  content: "\f1dd";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path70:before {
  content: "\f1de";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path71:before {
  content: "\f1df";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path72:before {
  content: "\f1e0";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path73:before {
  content: "\f1e1";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path74:before {
  content: "\f1e2";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path75:before {
  content: "\f1e3";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path76:before {
  content: "\f1e4";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path77:before {
  content: "\f1e5";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-larestan-icon.path78:before {
  content: "\f1e6";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path79:before {
  content: "\f1e7";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path80:before {
  content: "\f1e8";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path81:before {
  content: "\f1e9";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path82:before {
  content: "\f1ea";
  margin-left: -1.0068359375em;
  color: rgb(128, 130, 133);
}
.m-icon-university-amoozesh-ali-larestan-icon.path83:before {
  content: "\f1eb";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path84:before {
  content: "\f1ec";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path85:before {
  content: "\f1ed";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path86:before {
  content: "\f1ee";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path87:before {
  content: "\f1ef";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path88:before {
  content: "\f1f0";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path89:before {
  content: "\f1f1";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path90:before {
  content: "\f1f2";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path91:before {
  content: "\f1f3";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path92:before {
  content: "\f1f4";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path93:before {
  content: "\f1f5";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path94:before {
  content: "\f1f6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path95:before {
  content: "\f1f7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path96:before {
  content: "\f1f8";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path97:before {
  content: "\f1f9";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path98:before {
  content: "\f1fa";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path99:before {
  content: "\f1fb";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path100:before {
  content: "\f1fc";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path101:before {
  content: "\f1fd";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path102:before {
  content: "\f1fe";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path103:before {
  content: "\f1ff";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path104:before {
  content: "\f200";
  margin-left: -1.0068359375em;
  color: rgb(65, 64, 66);
}
.m-icon-university-amoozesh-ali-larestan-icon.path105:before {
  content: "\f201";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-larestan-icon.path106:before {
  content: "\f202";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-amoozesh-ali-saravan-icon.path1:before {
  content: "\f203";
  color: rgb(28, 21, 21);
}
.m-icon-university-amoozesh-ali-saravan-icon.path2:before {
  content: "\f204";
  margin-left: -1.0068359375em;
  color: rgb(147, 149, 152);
}
.m-icon-university-amoozesh-ali-saravan-icon.path3:before {
  content: "\f205";
  margin-left: -1.0068359375em;
  color: rgb(28, 21, 21);
}
.m-icon-university-amoozesh-ali-shahrreza-icon:before {
  content: "\f206";
}
.m-icon-university-amoozesh-ali-zarand-icon:before {
  content: "\f207";
}
.m-icon-university-arak-icon:before {
  content: "\f208";
}
.m-icon-university-ardakan-icon:before {
  content: "\f209";
}
.m-icon-university-ayatollah-boroojerdi-icon:before {
  content: "\f20a";
}
.m-icon-university-ayatollah-haeri-meybod-icon:before {
  content: "\f20b";
}
.m-icon-university-azad-icon:before {
  content: "\f20c";
}
.m-icon-university-banab-icon:before {
  content: "\f20d";
}
.m-icon-university-birjand-icon:before {
  content: "\f20e";
}
.m-icon-university-bojnoord-icon:before {
  content: "\f20f";
}
.m-icon-university-boo-ali-sina-icon:before {
  content: "\f210";
}
.m-icon-university-damghan-icon:before {
  content: "\f211";
}
.m-icon-university-daneshgah-sanaye-va-maaden-icon:before {
  content: "\f212";
}
.m-icon-university-daneshgah-seda-sima-icon:before {
  content: "\f213";
}
.m-icon-university-darya-navardi-chabahar-icon.path1:before {
  content: "\f214";
  color: rgb(0, 0, 0);
}
.m-icon-university-darya-navardi-chabahar-icon.path2:before {
  content: "\f215";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-darya-navardi-chabahar-icon.path3:before {
  content: "\f216";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-darya-navardi-chabahar-icon.path4:before {
  content: "\f217";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-darya-navardi-chabahar-icon.path5:before {
  content: "\f218";
  margin-left: -1.0068359375em;
  color: rgb(51, 51, 51);
}
.m-icon-university-elmi-karbordi-icon:before {
  content: "\f219";
}
.m-icon-university-elm-o-fanavari-mazandaran-icon:before {
  content: "\f21a";
}
.m-icon-university-elm-o-sanat-icon:before {
  content: "\f21b";
}
.m-icon-university-emam-khomeini-international-icon:before {
  content: "\f21c";
}
.m-icon-university-fanavari-haye-novin-ghoochan-icon:before {
  content: "\f21d";
}
.m-icon-university-fanavari-novin-sabzvar-icon:before {
  content: "\f21e";
}
.m-icon-university-fani-mohandesi-esfarayen-icon:before {
  content: "\f21f";
}
.m-icon-university-fani-mohandesi-golpaygani-icon:before {
  content: "\f220";
}
.m-icon-university-fani-va-herfee-icon:before {
  content: "\f221";
}
.m-icon-university-farhangian-icon:before {
  content: "\f222";
}
.m-icon-university-farhang-icon:before {
  content: "\f223";
}
.m-icon-university-farzanegan-semnan-icon.path1:before {
  content: "\f224";
  color: rgb(0, 0, 0);
}
.m-icon-university-farzanegan-semnan-icon.path2:before {
  content: "\f225";
  margin-left: -1.0068359375em;
  color: rgb(72, 72, 72);
}
.m-icon-university-fasa-icon:before {
  content: "\f226";
}
.m-icon-university-ferdosi-icon:before {
  content: "\f227";
}
.m-icon-university-garmsar-icon:before {
  content: "\f228";
}
.m-icon-university-ghaenat-icon:before {
  content: "\f229";
}
.m-icon-university-gilan-icon:before {
  content: "\f22a";
}
.m-icon-university-golestan-icon.path1:before {
  content: "\f22b";
  color: rgb(10, 15, 21);
}
.m-icon-university-golestan-icon.path2:before {
  content: "\f22c";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path3:before {
  content: "\f22d";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path4:before {
  content: "\f22e";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path5:before {
  content: "\f22f";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path6:before {
  content: "\f230";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path7:before {
  content: "\f231";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path8:before {
  content: "\f232";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path9:before {
  content: "\f233";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path10:before {
  content: "\f234";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path11:before {
  content: "\f235";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-golestan-icon.path12:before {
  content: "\f236";
  margin-left: -1.0068359375em;
  color: rgb(145, 145, 145);
}
.m-icon-university-gonbad-kavoos-icon:before {
  content: "\f237";
}
.m-icon-university-hakim-sabzevari-icon:before {
  content: "\f238";
}
.m-icon-university-hazrat-masoomeh-icon.path1:before {
  content: "\f239";
  color: rgb(125, 125, 125);
}
.m-icon-university-hazrat-masoomeh-icon.path2:before {
  content: "\f23a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-hazrat-masoomeh-icon.path3:before {
  content: "\f23b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-hazrat-masoomeh-icon.path4:before {
  content: "\f23c";
  margin-left: -1.0068359375em;
  color: rgb(125, 125, 125);
}
.m-icon-university-honar-eslami-esfehan-icon:before {
  content: "\f23d";
}
.m-icon-university-honar-eslami-tabriz-icon:before {
  content: "\f23e";
}
.m-icon-university-honar-icon:before {
  content: "\f23f";
}
.m-icon-university-honar-shiraz-icon.path1:before {
  content: "\f240";
  color: rgb(79, 79, 79);
}
.m-icon-university-honar-shiraz-icon.path2:before {
  content: "\f241";
  margin-left: -1.0068359375em;
  color: rgb(79, 79, 79);
}
.m-icon-university-honar-shiraz-icon.path3:before {
  content: "\f242";
  margin-left: -1.0068359375em;
  color: rgb(10, 10, 10);
}
.m-icon-university-honar-shiraz-icon.path4:before {
  content: "\f243";
  margin-left: -1.0068359375em;
  color: rgb(10, 10, 10);
}
.m-icon-university-hormozgan-icon:before {
  content: "\f244";
}
.m-icon-university-ilam-icon:before {
  content: "\f245";
}
.m-icon-university-isfahan-icon:before {
  content: "\f246";
}
.m-icon-university-jahrom-icon:before {
  content: "\f247";
}
.m-icon-university-jame-elmi-karbordi-icon:before {
  content: "\f248";
}
.m-icon-university-jiroft-icon:before {
  content: "\f249";
}
.m-icon-university-jondi-shapoor-icon.path1:before {
  content: "\f24a";
  color: rgb(0, 0, 0);
}
.m-icon-university-jondi-shapoor-icon.path2:before {
  content: "\f24b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-jondi-shapoor-icon.path3:before {
  content: "\f24c";
  margin-left: -1.0068359375em;
  color: rgb(1, 1, 1);
}
.m-icon-university-jondi-shapoor-icon.path4:before {
  content: "\f24d";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path5:before {
  content: "\f24e";
  margin-left: -1.0068359375em;
  color: rgb(9, 9, 9);
}
.m-icon-university-jondi-shapoor-icon.path6:before {
  content: "\f24f";
  margin-left: -1.0068359375em;
  color: rgb(10, 10, 10);
}
.m-icon-university-jondi-shapoor-icon.path7:before {
  content: "\f250";
  margin-left: -1.0068359375em;
  color: rgb(15, 15, 15);
}
.m-icon-university-jondi-shapoor-icon.path8:before {
  content: "\f251";
  margin-left: -1.0068359375em;
  color: rgb(6, 6, 6);
}
.m-icon-university-jondi-shapoor-icon.path9:before {
  content: "\f252";
  margin-left: -1.0068359375em;
  color: rgb(9, 9, 9);
}
.m-icon-university-jondi-shapoor-icon.path10:before {
  content: "\f253";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path11:before {
  content: "\f254";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path12:before {
  content: "\f255";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path13:before {
  content: "\f256";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path14:before {
  content: "\f257";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path15:before {
  content: "\f258";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path16:before {
  content: "\f259";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path17:before {
  content: "\f25a";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path18:before {
  content: "\f25b";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path19:before {
  content: "\f25c";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path20:before {
  content: "\f25d";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path21:before {
  content: "\f25e";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path22:before {
  content: "\f25f";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path23:before {
  content: "\f260";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path24:before {
  content: "\f261";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path25:before {
  content: "\f262";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path26:before {
  content: "\f263";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path27:before {
  content: "\f264";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path28:before {
  content: "\f265";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path29:before {
  content: "\f266";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path30:before {
  content: "\f267";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path31:before {
  content: "\f268";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path32:before {
  content: "\f269";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path33:before {
  content: "\f26a";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path34:before {
  content: "\f26b";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path35:before {
  content: "\f26c";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path36:before {
  content: "\f26d";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path37:before {
  content: "\f26e";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path38:before {
  content: "\f26f";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path39:before {
  content: "\f270";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path40:before {
  content: "\f271";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path41:before {
  content: "\f272";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path42:before {
  content: "\f273";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path43:before {
  content: "\f274";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path44:before {
  content: "\f275";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path45:before {
  content: "\f276";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path46:before {
  content: "\f277";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path47:before {
  content: "\f278";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path48:before {
  content: "\f279";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path49:before {
  content: "\f27a";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path50:before {
  content: "\f27b";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path51:before {
  content: "\f27c";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path52:before {
  content: "\f27d";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path53:before {
  content: "\f27e";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path54:before {
  content: "\f27f";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path55:before {
  content: "\f280";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path56:before {
  content: "\f281";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path57:before {
  content: "\f282";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path58:before {
  content: "\f283";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path59:before {
  content: "\f284";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path60:before {
  content: "\f285";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path61:before {
  content: "\f286";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path62:before {
  content: "\f287";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path63:before {
  content: "\f288";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path64:before {
  content: "\f289";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path65:before {
  content: "\f28a";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path66:before {
  content: "\f28b";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path67:before {
  content: "\f28c";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path68:before {
  content: "\f28d";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path69:before {
  content: "\f28e";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path70:before {
  content: "\f28f";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path71:before {
  content: "\f290";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path72:before {
  content: "\f291";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path73:before {
  content: "\f292";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path74:before {
  content: "\f293";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path75:before {
  content: "\f294";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path76:before {
  content: "\f295";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path77:before {
  content: "\f296";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path78:before {
  content: "\f297";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path79:before {
  content: "\f298";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path80:before {
  content: "\f299";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path81:before {
  content: "\f29a";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path82:before {
  content: "\f29b";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path83:before {
  content: "\f29c";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path84:before {
  content: "\f29d";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path85:before {
  content: "\f29e";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path86:before {
  content: "\f29f";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path87:before {
  content: "\f2a0";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path88:before {
  content: "\f2a1";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path89:before {
  content: "\f2a2";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path90:before {
  content: "\f2a3";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path91:before {
  content: "\f2a4";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path92:before {
  content: "\f2a5";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path93:before {
  content: "\f2a6";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path94:before {
  content: "\f2a7";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path95:before {
  content: "\f2a8";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path96:before {
  content: "\f2a9";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path97:before {
  content: "\f2aa";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path98:before {
  content: "\f2ab";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path99:before {
  content: "\f2ac";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path100:before {
  content: "\f2ad";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path101:before {
  content: "\f2ae";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path102:before {
  content: "\f2af";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path103:before {
  content: "\f2b0";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path104:before {
  content: "\f2b1";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path105:before {
  content: "\f2b2";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path106:before {
  content: "\f2b3";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path107:before {
  content: "\f2b4";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path108:before {
  content: "\f2b5";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path109:before {
  content: "\f2b6";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path110:before {
  content: "\f2b7";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path111:before {
  content: "\f2b8";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path112:before {
  content: "\f2b9";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path113:before {
  content: "\f2ba";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path114:before {
  content: "\f2bb";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path115:before {
  content: "\f2bc";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path116:before {
  content: "\f2bd";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path117:before {
  content: "\f2be";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path118:before {
  content: "\f2bf";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path119:before {
  content: "\f2c0";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path120:before {
  content: "\f2c1";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path121:before {
  content: "\f2c2";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path122:before {
  content: "\f2c3";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path123:before {
  content: "\f2c4";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path124:before {
  content: "\f2c5";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path125:before {
  content: "\f2c6";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path126:before {
  content: "\f2c7";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path127:before {
  content: "\f2c8";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path128:before {
  content: "\f2c9";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path129:before {
  content: "\f2ca";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path130:before {
  content: "\f2cb";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path131:before {
  content: "\f2cc";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path132:before {
  content: "\f2cd";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path133:before {
  content: "\f2ce";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path134:before {
  content: "\f2cf";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path135:before {
  content: "\f2d0";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path136:before {
  content: "\f2d1";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path137:before {
  content: "\f2d2";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path138:before {
  content: "\f2d3";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path139:before {
  content: "\f2d4";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path140:before {
  content: "\f2d5";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path141:before {
  content: "\f2d6";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path142:before {
  content: "\f2d7";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path143:before {
  content: "\f2d8";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path144:before {
  content: "\f2d9";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path145:before {
  content: "\f2da";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path146:before {
  content: "\f2db";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path147:before {
  content: "\f2dc";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path148:before {
  content: "\f2dd";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path149:before {
  content: "\f2de";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path150:before {
  content: "\f2df";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path151:before {
  content: "\f2e0";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path152:before {
  content: "\f2e1";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path153:before {
  content: "\f2e2";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path154:before {
  content: "\f2e3";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path155:before {
  content: "\f2e4";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path156:before {
  content: "\f2e5";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path157:before {
  content: "\f2e6";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path158:before {
  content: "\f2e7";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path159:before {
  content: "\f2e8";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path160:before {
  content: "\f2e9";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path161:before {
  content: "\f2ea";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path162:before {
  content: "\f2eb";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path163:before {
  content: "\f2ec";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path164:before {
  content: "\f2ed";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-jondi-shapoor-icon.path165:before {
  content: "\f2ee";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-kashan-icon:before {
  content: "\f2ef";
}
.m-icon-university-keshavarzi-damparvari-torbat-jam-icon:before {
  content: "\f2f0";
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path1:before {
  content: "\f2f1";
  color: rgb(0, 0, 0);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path2:before {
  content: "\f2f2";
  margin-left: -1.0068359375em;
  color: rgb(63, 63, 63);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path3:before {
  content: "\f2f3";
  margin-left: -1.0068359375em;
  color: rgb(127, 127, 127);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path4:before {
  content: "\f2f4";
  margin-left: -1.0068359375em;
  color: rgb(63, 63, 63);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path5:before {
  content: "\f2f5";
  margin-left: -1.0068359375em;
  color: rgb(72, 72, 72);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path6:before {
  content: "\f2f6";
  margin-left: -1.0068359375em;
  color: rgb(68, 68, 68);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path7:before {
  content: "\f2f7";
  margin-left: -1.0068359375em;
  color: rgb(70, 70, 70);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path8:before {
  content: "\f2f8";
  margin-left: -1.0068359375em;
  color: rgb(86, 86, 86);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path9:before {
  content: "\f2f9";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-keshavarzi-manabe-tabee-khoozestan-icon.path10:before {
  content: "\f2fa";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-khajenasir-toosi-icon:before {
  content: "\f2fb";
}
.m-icon-university-khalij-fars-booshehr-icon:before {
  content: "\f2fc";
}
.m-icon-university-kharazmi-icon:before {
  content: "\f2fd";
}
.m-icon-university-kordestan-icon:before {
  content: "\f2fe";
}
.m-icon-university-kosar-icon:before {
  content: "\f2ff";
}
.m-icon-university-lorestan-icon:before {
  content: "\f300";
}
.m-icon-university-malayer-icon:before {
  content: "\f301";
}
.m-icon-university-maraghe-icon:before {
  content: "\f302";
}
.m-icon-university-mazandaran-icon:before {
  content: "\f303";
}
.m-icon-university-mohaghegh-ardabili-icon:before {
  content: "\f304";
}
.m-icon-university-nahavand-icon:before {
  content: "\f305";
}
.m-icon-university-neyshaboor-icon.path1:before {
  content: "\f306";
  color: rgb(0, 0, 0);
}
.m-icon-university-neyshaboor-icon.path2:before {
  content: "\f307";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path3:before {
  content: "\f308";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path4:before {
  content: "\f309";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path5:before {
  content: "\f30a";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path6:before {
  content: "\f30b";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path7:before {
  content: "\f30c";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path8:before {
  content: "\f30d";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path9:before {
  content: "\f30e";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path10:before {
  content: "\f30f";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-neyshaboor-icon.path11:before {
  content: "\f310";
  margin-left: -1.0068359375em;
  color: rgb(163, 163, 163);
}
.m-icon-university-oloom-fonoon-daryaee-khoramshahr-icon:before {
  content: "\f311";
}
.m-icon-university-oloom-keshavarzi-va-manabe-tabee-gorgan-icon:before {
  content: "\f312";
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path1:before {
  content: "\f313";
  color: rgb(112, 112, 112);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path2:before {
  content: "\f314";
  margin-left: -1.0068359375em;
  color: rgb(48, 48, 48);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path3:before {
  content: "\f315";
  margin-left: -1.0068359375em;
  color: rgb(112, 112, 112);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path4:before {
  content: "\f316";
  margin-left: -1.0068359375em;
  color: rgb(130, 130, 130);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path5:before {
  content: "\f317";
  margin-left: -1.0068359375em;
  color: rgb(123, 123, 123);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path6:before {
  content: "\f318";
  margin-left: -1.0068359375em;
  color: rgb(138, 138, 138);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path7:before {
  content: "\f319";
  margin-left: -1.0068359375em;
  color: rgb(121, 121, 121);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path8:before {
  content: "\f31a";
  margin-left: -1.0068359375em;
  color: rgb(147, 147, 147);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path9:before {
  content: "\f31b";
  margin-left: -1.0068359375em;
  color: rgb(119, 119, 119);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path10:before {
  content: "\f31c";
  margin-left: -1.0068359375em;
  color: rgb(50, 50, 50);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path11:before {
  content: "\f31d";
  margin-left: -1.0068359375em;
  color: rgb(112, 112, 112);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path12:before {
  content: "\f31e";
  margin-left: -1.0068359375em;
  color: rgb(115, 115, 115);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path13:before {
  content: "\f31f";
  margin-left: -1.0068359375em;
  color: rgb(121, 121, 121);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path14:before {
  content: "\f320";
  margin-left: -1.0068359375em;
  color: rgb(154, 154, 154);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path15:before {
  content: "\f321";
  margin-left: -1.0068359375em;
  color: rgb(128, 128, 128);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path16:before {
  content: "\f322";
  margin-left: -1.0068359375em;
  color: rgb(142, 142, 142);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path17:before {
  content: "\f323";
  margin-left: -1.0068359375em;
  color: rgb(150, 150, 150);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path18:before {
  content: "\f324";
  margin-left: -1.0068359375em;
  color: rgb(158, 158, 158);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path19:before {
  content: "\f325";
  margin-left: -1.0068359375em;
  color: rgb(164, 164, 164);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path20:before {
  content: "\f326";
  margin-left: -1.0068359375em;
  color: rgb(135, 135, 135);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path21:before {
  content: "\f327";
  margin-left: -1.0068359375em;
  color: rgb(128, 128, 128);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path22:before {
  content: "\f328";
  margin-left: -1.0068359375em;
  color: rgb(120, 120, 120);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path23:before {
  content: "\f329";
  margin-left: -1.0068359375em;
  color: rgb(171, 171, 171);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path24:before {
  content: "\f32a";
  margin-left: -1.0068359375em;
  color: rgb(159, 159, 159);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path25:before {
  content: "\f32b";
  margin-left: -1.0068359375em;
  color: rgb(120, 120, 120);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path26:before {
  content: "\f32c";
  margin-left: -1.0068359375em;
  color: rgb(168, 168, 168);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path27:before {
  content: "\f32d";
  margin-left: -1.0068359375em;
  color: rgb(120, 120, 120);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path28:before {
  content: "\f32e";
  margin-left: -1.0068359375em;
  color: rgb(173, 173, 173);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path29:before {
  content: "\f32f";
  margin-left: -1.0068359375em;
  color: rgb(164, 164, 164);
}
.m-icon-university-oloom-manabe-tabiee-sari-icon.path30:before {
  content: "\f330";
  margin-left: -1.0068359375em;
  color: rgb(123, 123, 123);
}
.m-icon-university-oloom-pezeshki-icon:before {
  content: "\f331";
}
.m-icon-university-oroomieh-icon:before {
  content: "\f332";
}
.m-icon-university-payam-noor-icon:before {
  content: "\f333";
}
.m-icon-university-qom-icon:before {
  content: "\f334";
}
.m-icon-university-razi-icon:before {
  content: "\f335";
}
.m-icon-university-riazi-computer-khansar-icon:before {
  content: "\f336";
}
.m-icon-university-salman-farsi-kazeroon-icon:before {
  content: "\f337";
}
.m-icon-university-sanati-arak-icon:before {
  content: "\f338";
}
.m-icon-university-sanati-birjand-icon:before {
  content: "\f339";
}
.m-icon-university-sanati-esfehan-icon:before {
  content: "\f33a";
}
.m-icon-university-sanati-hamedan-icon:before {
  content: "\f33b";
}
.m-icon-university-sanati-kermanshah-icon:before {
  content: "\f33c";
}
.m-icon-university-sanati-khatam-ol-anbia-icon:before {
  content: "\f33d";
}
.m-icon-university-sanati-noshirvani-babol-icon:before {
  content: "\f33e";
}
.m-icon-university-sanati-oroomieh-icon:before {
  content: "\f33f";
}
.m-icon-university-sanati-qom-icon.path1:before {
  content: "\f340";
  color: rgb(0, 0, 0);
}
.m-icon-university-sanati-qom-icon.path2:before {
  content: "\f341";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-sanati-qom-icon.path3:before {
  content: "\f342";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-sanati-qom-icon.path4:before {
  content: "\f343";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-sanati-qom-icon.path5:before {
  content: "\f344";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-sanati-qom-icon.path6:before {
  content: "\f345";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-sanati-qom-icon.path7:before {
  content: "\f346";
  margin-left: -1.0068359375em;
  color: rgb(102, 102, 102);
}
.m-icon-university-sanati-sahand-icon:before {
  content: "\f347";
}
.m-icon-university-sanati-sajad-icon:before {
  content: "\f348";
}
.m-icon-university-sanati-shahrood-icon:before {
  content: "\f349";
}
.m-icon-university-sanati-sharif-icon:before {
  content: "\f34a";
}
.m-icon-university-sanati-shiraz-icon:before {
  content: "\f34b";
}
.m-icon-university-sanati-shohada-howeizeh-icon:before {
  content: "\f34c";
}
.m-icon-university-sanati-sirjan-icon:before {
  content: "\f34d";
}
.m-icon-university-sanat-naft-icon:before {
  content: "\f34e";
}
.m-icon-university-semnan-icon:before {
  content: "\f34f";
}
.m-icon-university-seyed-jamalol-aldin-asadabadi-icon:before {
  content: "\f350";
}
.m-icon-university-shahed-icon:before {
  content: "\f351";
}
.m-icon-university-shahid-bahonar-kerman-icon:before {
  content: "\f352";
}
.m-icon-university-shahid-beheshti-icon.path1:before {
  content: "\f353";
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path2:before {
  content: "\f354";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path3:before {
  content: "\f355";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path4:before {
  content: "\f356";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path5:before {
  content: "\f357";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path6:before {
  content: "\f358";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path7:before {
  content: "\f359";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path8:before {
  content: "\f35a";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path9:before {
  content: "\f35b";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path10:before {
  content: "\f35c";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path11:before {
  content: "\f35d";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path12:before {
  content: "\f35e";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path13:before {
  content: "\f35f";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path14:before {
  content: "\f360";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path15:before {
  content: "\f361";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path16:before {
  content: "\f362";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path17:before {
  content: "\f363";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path18:before {
  content: "\f364";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path19:before {
  content: "\f365";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path20:before {
  content: "\f366";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path21:before {
  content: "\f367";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path22:before {
  content: "\f368";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path23:before {
  content: "\f369";
  margin-left: -1.0068359375em;
  color: rgb(7, 6, 6);
}
.m-icon-university-shahid-beheshti-icon.path24:before {
  content: "\f36a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path25:before {
  content: "\f36b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path26:before {
  content: "\f36c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path27:before {
  content: "\f36d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path28:before {
  content: "\f36e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-beheshti-icon.path29:before {
  content: "\f36f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-shahid-madani-azarbaijan-icon:before {
  content: "\f370";
}
.m-icon-university-shahrkord-icon:before {
  content: "\f371";
}
.m-icon-university-shiraz-icon:before {
  content: "\f372";
}
.m-icon-university-sistan-baloochestan-icon:before {
  content: "\f373";
}
.m-icon-university-tabatabaee-icon:before {
  content: "\f374";
}
.m-icon-university-tabriz-icon:before {
  content: "\f375";
}
.m-icon-university-tafresh-icon:before {
  content: "\f376";
}
.m-icon-university-tahsilat-takmili-icon:before {
  content: "\f377";
}
.m-icon-university-tahsilat-takmili-oloom-paye-zanjan-icon.path1:before {
  content: "\f378";
  color: rgb(0, 0, 0);
}
.m-icon-university-tahsilat-takmili-oloom-paye-zanjan-icon.path2:before {
  content: "\f379";
  margin-left: -1.0068359375em;
  color: rgb(104, 103, 103);
}
.m-icon-university-tarbiat-dabir-rajaee-icon:before {
  content: "\f37a";
}
.m-icon-university-tarbiat-modares-icon:before {
  content: "\f37b";
}
.m-icon-university-tehran-icon.path1:before {
  content: "\f37c";
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path2:before {
  content: "\f37d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path3:before {
  content: "\f37e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path4:before {
  content: "\f37f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path5:before {
  content: "\f380";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path6:before {
  content: "\f381";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path7:before {
  content: "\f382";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path8:before {
  content: "\f383";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path9:before {
  content: "\f384";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path10:before {
  content: "\f385";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path11:before {
  content: "\f386";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path12:before {
  content: "\f387";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path13:before {
  content: "\f388";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path14:before {
  content: "\f389";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path15:before {
  content: "\f38a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path16:before {
  content: "\f38b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path17:before {
  content: "\f38c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path18:before {
  content: "\f38d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path19:before {
  content: "\f38e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path20:before {
  content: "\f38f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path21:before {
  content: "\f390";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path22:before {
  content: "\f391";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path23:before {
  content: "\f392";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path24:before {
  content: "\f393";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path25:before {
  content: "\f394";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path26:before {
  content: "\f395";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path27:before {
  content: "\f396";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path28:before {
  content: "\f397";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path29:before {
  content: "\f398";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path30:before {
  content: "\f399";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path31:before {
  content: "\f39a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path32:before {
  content: "\f39b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path33:before {
  content: "\f39c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path34:before {
  content: "\f39d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path35:before {
  content: "\f39e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path36:before {
  content: "\f39f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path37:before {
  content: "\f3a0";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path38:before {
  content: "\f3a1";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path39:before {
  content: "\f3a2";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path40:before {
  content: "\f3a3";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path41:before {
  content: "\f3a4";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path42:before {
  content: "\f3a5";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path43:before {
  content: "\f3a6";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path44:before {
  content: "\f3a7";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path45:before {
  content: "\f3a8";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path46:before {
  content: "\f3a9";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path47:before {
  content: "\f3aa";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path48:before {
  content: "\f3ab";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path49:before {
  content: "\f3ac";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path50:before {
  content: "\f3ad";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path51:before {
  content: "\f3ae";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path52:before {
  content: "\f3af";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path53:before {
  content: "\f3b0";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path54:before {
  content: "\f3b1";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path55:before {
  content: "\f3b2";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path56:before {
  content: "\f3b3";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path57:before {
  content: "\f3b4";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path58:before {
  content: "\f3b5";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path59:before {
  content: "\f3b6";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path60:before {
  content: "\f3b7";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path61:before {
  content: "\f3b8";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path62:before {
  content: "\f3b9";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path63:before {
  content: "\f3ba";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path64:before {
  content: "\f3bb";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path65:before {
  content: "\f3bc";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path66:before {
  content: "\f3bd";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path67:before {
  content: "\f3be";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path68:before {
  content: "\f3bf";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path69:before {
  content: "\f3c0";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path70:before {
  content: "\f3c1";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path71:before {
  content: "\f3c2";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path72:before {
  content: "\f3c3";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path73:before {
  content: "\f3c4";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path74:before {
  content: "\f3c5";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path75:before {
  content: "\f3c6";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path76:before {
  content: "\f3c7";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path77:before {
  content: "\f3c8";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path78:before {
  content: "\f3c9";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path79:before {
  content: "\f3ca";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path80:before {
  content: "\f3cb";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path81:before {
  content: "\f3cc";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path82:before {
  content: "\f3cd";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path83:before {
  content: "\f3ce";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path84:before {
  content: "\f3cf";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path85:before {
  content: "\f3d0";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path86:before {
  content: "\f3d1";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path87:before {
  content: "\f3d2";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path88:before {
  content: "\f3d3";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path89:before {
  content: "\f3d4";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path90:before {
  content: "\f3d5";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path91:before {
  content: "\f3d6";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path92:before {
  content: "\f3d7";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path93:before {
  content: "\f3d8";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path94:before {
  content: "\f3d9";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path95:before {
  content: "\f3da";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path96:before {
  content: "\f3db";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path97:before {
  content: "\f3dc";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path98:before {
  content: "\f3dd";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path99:before {
  content: "\f3de";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path100:before {
  content: "\f3df";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path101:before {
  content: "\f3e0";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path102:before {
  content: "\f3e1";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path103:before {
  content: "\f3e2";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path104:before {
  content: "\f3e3";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path105:before {
  content: "\f3e4";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path106:before {
  content: "\f3e5";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon.path107:before {
  content: "\f3e6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path108:before {
  content: "\f3e7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path109:before {
  content: "\f3e8";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path110:before {
  content: "\f3e9";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path111:before {
  content: "\f3ea";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path112:before {
  content: "\f3eb";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path113:before {
  content: "\f3ec";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path114:before {
  content: "\f3ed";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path115:before {
  content: "\f3ee";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path116:before {
  content: "\f3ef";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path117:before {
  content: "\f3f0";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path118:before {
  content: "\f3f1";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path119:before {
  content: "\f3f2";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path120:before {
  content: "\f3f3";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path121:before {
  content: "\f3f4";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path122:before {
  content: "\f3f5";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path123:before {
  content: "\f3f6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path124:before {
  content: "\f3f7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path125:before {
  content: "\f3f8";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path126:before {
  content: "\f3f9";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path127:before {
  content: "\f3fa";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path128:before {
  content: "\f3fb";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path129:before {
  content: "\f3fc";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path130:before {
  content: "\f3fd";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path131:before {
  content: "\f3fe";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path132:before {
  content: "\f3ff";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path133:before {
  content: "\f400";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path134:before {
  content: "\f401";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path135:before {
  content: "\f402";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path136:before {
  content: "\f403";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path137:before {
  content: "\f404";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path138:before {
  content: "\f405";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path139:before {
  content: "\f406";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path140:before {
  content: "\f407";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path141:before {
  content: "\f408";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path142:before {
  content: "\f409";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path143:before {
  content: "\f40a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path144:before {
  content: "\f40b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path145:before {
  content: "\f40c";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path146:before {
  content: "\f40d";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path147:before {
  content: "\f40e";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path148:before {
  content: "\f40f";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path149:before {
  content: "\f410";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path150:before {
  content: "\f411";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path151:before {
  content: "\f412";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path152:before {
  content: "\f413";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path153:before {
  content: "\f414";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon.path154:before {
  content: "\f415";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-valiasr-rafsanjan-icon:before {
  content: "\f416";
}
.m-icon-university-velayat-icon:before {
  content: "\f417";
}
.m-icon-university-yasooj-icon:before {
  content: "\f418";
}
.m-icon-university-yazd-icon:before {
  content: "\f419";
}
.m-icon-university-zabol-icon:before {
  content: "\f41a";
}
.m-icon-university-zanjan-icon:before {
  content: "\f41b";
}
.m-icon-university-tabatabaee-icon1:before {
  content: "\f41c";
}
.m-icon-university-shiraz-icon1:before {
  content: "\f41d";
}
.m-icon-university-shahed-icon1:before {
  content: "\f41e";
}
.m-icon-university-sanati-sharif-icon1:before {
  content: "\f41f";
}
.m-icon-university-payam-noor-icon1:before {
  content: "\f420";
}
.m-icon-university-gilan-icon1:before {
  content: "\f421";
}
.m-icon-university-ferdosi-icon1:before {
  content: "\f422";
}
.m-icon-university-farhang-icon1:before {
  content: "\f423";
}
.m-icon-university-amirkabir-icon1:before {
  content: "\f424";
}
.m-icon-university-tehran-icon1.path1:before {
  content: "\f425";
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path2:before {
  content: "\f426";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path3:before {
  content: "\f427";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path4:before {
  content: "\f428";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path5:before {
  content: "\f429";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path6:before {
  content: "\f42a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path7:before {
  content: "\f42b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path8:before {
  content: "\f42c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path9:before {
  content: "\f42d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path10:before {
  content: "\f42e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path11:before {
  content: "\f42f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path12:before {
  content: "\f430";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path13:before {
  content: "\f431";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path14:before {
  content: "\f432";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path15:before {
  content: "\f433";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path16:before {
  content: "\f434";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path17:before {
  content: "\f435";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path18:before {
  content: "\f436";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path19:before {
  content: "\f437";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path20:before {
  content: "\f438";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path21:before {
  content: "\f439";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path22:before {
  content: "\f43a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path23:before {
  content: "\f43b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path24:before {
  content: "\f43c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path25:before {
  content: "\f43d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path26:before {
  content: "\f43e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path27:before {
  content: "\f43f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path28:before {
  content: "\f440";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path29:before {
  content: "\f441";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path30:before {
  content: "\f442";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path31:before {
  content: "\f443";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path32:before {
  content: "\f444";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path33:before {
  content: "\f445";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path34:before {
  content: "\f446";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path35:before {
  content: "\f447";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path36:before {
  content: "\f448";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path37:before {
  content: "\f449";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path38:before {
  content: "\f44a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path39:before {
  content: "\f44b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path40:before {
  content: "\f44c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path41:before {
  content: "\f44d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path42:before {
  content: "\f44e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path43:before {
  content: "\f44f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path44:before {
  content: "\f450";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path45:before {
  content: "\f451";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path46:before {
  content: "\f452";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path47:before {
  content: "\f453";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path48:before {
  content: "\f454";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path49:before {
  content: "\f455";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path50:before {
  content: "\f456";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path51:before {
  content: "\f457";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path52:before {
  content: "\f458";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path53:before {
  content: "\f459";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path54:before {
  content: "\f45a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path55:before {
  content: "\f45b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path56:before {
  content: "\f45c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path57:before {
  content: "\f45d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path58:before {
  content: "\f45e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path59:before {
  content: "\f45f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path60:before {
  content: "\f460";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path61:before {
  content: "\f461";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path62:before {
  content: "\f462";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path63:before {
  content: "\f463";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path64:before {
  content: "\f464";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path65:before {
  content: "\f465";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path66:before {
  content: "\f466";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path67:before {
  content: "\f467";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path68:before {
  content: "\f468";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path69:before {
  content: "\f469";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path70:before {
  content: "\f46a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path71:before {
  content: "\f46b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path72:before {
  content: "\f46c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path73:before {
  content: "\f46d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path74:before {
  content: "\f46e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path75:before {
  content: "\f46f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path76:before {
  content: "\f470";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path77:before {
  content: "\f471";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path78:before {
  content: "\f472";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path79:before {
  content: "\f473";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path80:before {
  content: "\f474";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path81:before {
  content: "\f475";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path82:before {
  content: "\f476";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path83:before {
  content: "\f477";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path84:before {
  content: "\f478";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path85:before {
  content: "\f479";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path86:before {
  content: "\f47a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path87:before {
  content: "\f47b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path88:before {
  content: "\f47c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path89:before {
  content: "\f47d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path90:before {
  content: "\f47e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path91:before {
  content: "\f47f";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path92:before {
  content: "\f480";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path93:before {
  content: "\f481";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path94:before {
  content: "\f482";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path95:before {
  content: "\f483";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path96:before {
  content: "\f484";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path97:before {
  content: "\f485";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path98:before {
  content: "\f486";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path99:before {
  content: "\f487";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path100:before {
  content: "\f488";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path101:before {
  content: "\f489";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path102:before {
  content: "\f48a";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path103:before {
  content: "\f48b";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path104:before {
  content: "\f48c";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path105:before {
  content: "\f48d";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path106:before {
  content: "\f48e";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-university-tehran-icon1.path107:before {
  content: "\f48f";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path108:before {
  content: "\f490";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path109:before {
  content: "\f491";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path110:before {
  content: "\f492";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path111:before {
  content: "\f493";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path112:before {
  content: "\f494";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path113:before {
  content: "\f495";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path114:before {
  content: "\f496";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path115:before {
  content: "\f497";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path116:before {
  content: "\f498";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path117:before {
  content: "\f499";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path118:before {
  content: "\f49a";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path119:before {
  content: "\f49b";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path120:before {
  content: "\f49c";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path121:before {
  content: "\f49d";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path122:before {
  content: "\f49e";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path123:before {
  content: "\f49f";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path124:before {
  content: "\f4a0";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path125:before {
  content: "\f4a1";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path126:before {
  content: "\f4a2";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path127:before {
  content: "\f4a3";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path128:before {
  content: "\f4a4";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path129:before {
  content: "\f4a5";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path130:before {
  content: "\f4a6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path131:before {
  content: "\f4a7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path132:before {
  content: "\f4a8";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path133:before {
  content: "\f4a9";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path134:before {
  content: "\f4aa";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path135:before {
  content: "\f4ab";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path136:before {
  content: "\f4ac";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path137:before {
  content: "\f4ad";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path138:before {
  content: "\f4ae";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path139:before {
  content: "\f4af";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path140:before {
  content: "\f4b0";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path141:before {
  content: "\f4b1";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path142:before {
  content: "\f4b2";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path143:before {
  content: "\f4b3";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path144:before {
  content: "\f4b4";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path145:before {
  content: "\f4b5";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path146:before {
  content: "\f4b6";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path147:before {
  content: "\f4b7";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path148:before {
  content: "\f4b8";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path149:before {
  content: "\f4b9";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path150:before {
  content: "\f4ba";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path151:before {
  content: "\f4bb";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path152:before {
  content: "\f4bc";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path153:before {
  content: "\f4bd";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-tehran-icon1.path154:before {
  content: "\f4be";
  margin-left: -1.0068359375em;
  color: rgb(0, 0, 0);
}
.m-icon-university-azad-icon1:before {
  content: "\f4bf";
}
.m-icon-bime-tamin-ejtemaei-icon.path1:before {
  content: "\f4c0";
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path2:before {
  content: "\f4c1";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-bime-tamin-ejtemaei-icon.path3:before {
  content: "\f4c2";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path4:before {
  content: "\f4c3";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-bime-tamin-ejtemaei-icon.path5:before {
  content: "\f4c4";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path6:before {
  content: "\f4c5";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path7:before {
  content: "\f4c6";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path8:before {
  content: "\f4c7";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path9:before {
  content: "\f4c8";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path10:before {
  content: "\f4c9";
  margin-left: -1.0068359375em;
  color: rgb(31, 26, 23);
}
.m-icon-bime-tamin-ejtemaei-icon.path11:before {
  content: "\f4ca";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-bime-tamin-ejtemaei-icon.path12:before {
  content: "\f4cb";
  margin-left: -1.0068359375em;
  color: rgb(255, 255, 255);
}
.m-icon-bime-atiye-sazan-icon:before {
  content: "\f4cc";
}
.m-icon-bime-salamat-icon:before {
  content: "\f4cd";
}
.m-icon-bime-sarmad-icon:before {
  content: "\f4ce";
}
.m-icon-bime-faraz-icon:before {
  content: "\f4cf";
}
.m-icon-bime-hekmat-icon:before {
  content: "\f4d0";
}
.m-icon-bime-mellat-icon:before {
  content: "\f4d1";
}
.m-icon-bime-MA-icon:before {
  content: "\f4d2";
}
.m-icon-bime-kosar-icon:before {
  content: "\f4d3";
}
.m-icon-bime-taavon-icon:before {
  content: "\f4d4";
}
.m-icon-bime-saman-icon:before {
  content: "\f4d5";
}
.m-icon-bime-pasargad-icon:before {
  content: "\f4d6";
}
.m-icon-bime-novin-icon:before {
  content: "\f4d7";
}
.m-icon-bime-asia-icon:before {
  content: "\f4d8";
}
.m-icon-bime-sina-icon:before {
  content: "\f4d9";
}
.m-icon-bime-toseh-icon:before {
  content: "\f4da";
}
.m-icon-bime-dana-icon:before {
  content: "\f4db";
}
.m-icon-bime-asmari-icon:before {
  content: "\f4dc";
}
.m-icon-bime-arman-icon:before {
  content: "\f4dd";
}
.m-icon-bime-razi-icon:before {
  content: "\e901";
}
.m-icon-bime-moalem-icon:before {
  content: "\e902";
}
.m-icon-bime-parsian-icon:before {
  content: "\e903";
}
.m-icon-bime-dey-icon:before {
  content: "\e904";
}
.m-icon-bime-alborz-icon:before {
  content: "\e905";
}
.m-icon-bime-iran-icon:before {
  content: "\e906";
}
.m-icon-aluminium-arak-fc-logo--6781.path1:before {
  content: "\e907";
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path2:before {
  content: "\e908";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path3:before {
  content: "\e909";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path4:before {
  content: "\e90a";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path5:before {
  content: "\e90b";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path6:before {
  content: "\e90c";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path7:before {
  content: "\e90d";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path8:before {
  content: "\e90e";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path9:before {
  content: "\e90f";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path10:before {
  content: "\e910";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path11:before {
  content: "\e911";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path12:before {
  content: "\e912";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path13:before {
  content: "\e913";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path14:before {
  content: "\e914";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path15:before {
  content: "\e915";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path16:before {
  content: "\e917";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path17:before {
  content: "\e92a";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path18:before {
  content: "\e92b";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path19:before {
  content: "\e92c";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path20:before {
  content: "\e92d";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path21:before {
  content: "\e92e";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path22:before {
  content: "\e92f";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path23:before {
  content: "\e930";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path24:before {
  content: "\e931";
  margin-left: -1.02734375em;
  color: rgb(69, 118, 174);
}
.m-icon-aluminium-arak-fc-logo--6781.path25:before {
  content: "\e932";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path26:before {
  content: "\e933";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path27:before {
  content: "\e934";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path28:before {
  content: "\e935";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path29:before {
  content: "\e936";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path30:before {
  content: "\e937";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path31:before {
  content: "\e938";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path32:before {
  content: "\e939";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path33:before {
  content: "\e93a";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path34:before {
  content: "\e93b";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path35:before {
  content: "\e93c";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path36:before {
  content: "\e93d";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path37:before {
  content: "\e93f";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path38:before {
  content: "\e943";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path39:before {
  content: "\e944";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path40:before {
  content: "\e945";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path41:before {
  content: "\e946";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path42:before {
  content: "\e948";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path43:before {
  content: "\e949";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path44:before {
  content: "\e94a";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path45:before {
  content: "\e94b";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path46:before {
  content: "\e94c";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path47:before {
  content: "\e94d";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path48:before {
  content: "\e94e";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path49:before {
  content: "\e94f";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path50:before {
  content: "\e950";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path51:before {
  content: "\e951";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path52:before {
  content: "\e952";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path53:before {
  content: "\e953";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path54:before {
  content: "\e954";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path55:before {
  content: "\e955";
  margin-left: -1.02734375em;
  color: rgb(255, 255, 255);
}
.m-icon-aluminium-arak-fc-logo--6781.path56:before {
  content: "\e956";
  margin-left: -1.02734375em;
  color: rgb(229, 51, 44);
}
.m-icon-aluminium-arak-fc-logo--6781.path57:before {
  content: "\e957";
  margin-left: -1.02734375em;
  color: rgb(73, 131, 57);
}
.m-icon-aluminium-arak-fc-logo--6781.path58:before {
  content: "\e958";
  margin-left: -1.02734375em;
  color: rgb(229, 51, 44);
}
.m-icon-aluminium-arak-fc-logo--6781.path59:before {
  content: "\e959";
  margin-left: -1.02734375em;
  color: rgb(73, 131, 57);
}
.m-icon-damash-guilan-fc-logo--6782.path1:before {
  content: "\e95a";
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path2:before {
  content: "\e95b";
  margin-left: -0.7470703125em;
  color: rgb(145, 25, 20);
}
.m-icon-damash-guilan-fc-logo--6782.path3:before {
  content: "\e95c";
  margin-left: -0.7470703125em;
  color: rgb(145, 25, 20);
}
.m-icon-damash-guilan-fc-logo--6782.path4:before {
  content: "\e95d";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path5:before {
  content: "\e95e";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path6:before {
  content: "\e95f";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path7:before {
  content: "\e960";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path8:before {
  content: "\e961";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path9:before {
  content: "\e962";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path10:before {
  content: "\e963";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path11:before {
  content: "\e964";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path12:before {
  content: "\e965";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path13:before {
  content: "\e966";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path14:before {
  content: "\e967";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path15:before {
  content: "\e968";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-damash-guilan-fc-logo--6782.path16:before {
  content: "\e969";
  margin-left: -0.7470703125em;
  color: rgb(43, 47, 90);
}
.m-icon-esteghlal-fc-logo--6767.path1:before {
  content: "\e96a";
  color: rgb(255, 255, 255);
}
.m-icon-esteghlal-fc-logo--6767.path2:before {
  content: "\e96b";
  margin-left: -0.77734375em;
  color: rgb(127, 208, 228);
}
.m-icon-esteghlal-fc-logo--6767.path3:before {
  content: "\e96c";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path4:before {
  content: "\e96d";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path5:before {
  content: "\e96e";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path6:before {
  content: "\e96f";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path7:before {
  content: "\e970";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path8:before {
  content: "\e971";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path9:before {
  content: "\e972";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path10:before {
  content: "\e973";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path11:before {
  content: "\e974";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path12:before {
  content: "\e975";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path13:before {
  content: "\e976";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path14:before {
  content: "\e977";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path15:before {
  content: "\e978";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path16:before {
  content: "\e979";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path17:before {
  content: "\e97a";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path18:before {
  content: "\e97b";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path19:before {
  content: "\e980";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path20:before {
  content: "\e981";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path21:before {
  content: "\e982";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path22:before {
  content: "\e983";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path23:before {
  content: "\e984";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path24:before {
  content: "\e985";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path25:before {
  content: "\e986";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path26:before {
  content: "\e987";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path27:before {
  content: "\e988";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path28:before {
  content: "\e989";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path29:before {
  content: "\e98a";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path30:before {
  content: "\e98b";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path31:before {
  content: "\e98c";
  margin-left: -0.77734375em;
  color: rgb(12, 110, 176);
}
.m-icon-esteghlal-fc-logo--6767.path32:before {
  content: "\e98d";
  margin-left: -0.77734375em;
  color: rgb(251, 176, 59);
}
.m-icon-esteghlal-fc-logo--6767.path33:before {
  content: "\e98e";
  margin-left: -0.77734375em;
  color: rgb(251, 176, 59);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path1:before {
  content: "\e98f";
  color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path2:before {
  content: "\e990";
  margin-left: -1em;
  color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path3:before {
  content: "\e991";
  margin-left: -1em;
  color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path4:before {
  content: "\e992";
  margin-left: -1em;
  color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path5:before {
  content: "\e993";
  margin-left: -1em;
  color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path6:before {
  content: "\e994";
  margin-left: -1em;
  color: rgb(0, 88, 197);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path7:before {
  content: "\e995";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path8:before {
  content: "\e996";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-esteghlal-khuzestan-fc-logo--6775.path9:before {
  content: "\e997";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-foolad-fc-logo--6771.path1:before {
  content: "\e998";
  color: rgb(254, 254, 254);
}
.m-icon-foolad-fc-logo--6771.path2:before {
  content: "\e999";
  margin-left: -1.0107421875em;
  color: rgb(0, 0, 0);
}
.m-icon-foolad-fc-logo--6771.path3:before {
  content: "\e99a";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path4:before {
  content: "\e99c";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path5:before {
  content: "\e99e";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path6:before {
  content: "\e99f";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path7:before {
  content: "\e9a0";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path8:before {
  content: "\e9a1";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path9:before {
  content: "\e9a2";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path10:before {
  content: "\e9a3";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path11:before {
  content: "\e9a4";
  margin-left: -1.0107421875em;
  color: rgb(161, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path12:before {
  content: "\e9a5";
  margin-left: -1.0107421875em;
  color: rgb(254, 204, 0);
}
.m-icon-foolad-fc-logo--6771.path13:before {
  content: "\e9a6";
  margin-left: -1.0107421875em;
  color: rgb(255, 102, 0);
}
.m-icon-foolad-fc-logo--6771.path14:before {
  content: "\e9a7";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path15:before {
  content: "\e9a8";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path16:before {
  content: "\e9a9";
  margin-left: -1.0107421875em;
  color: rgb(162, 40, 39);
}
.m-icon-foolad-fc-logo--6771.path17:before {
  content: "\e9aa";
  margin-left: -1.0107421875em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path1:before {
  content: "\e9ab";
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path2:before {
  content: "\e9ac";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path3:before {
  content: "\e9ad";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path4:before {
  content: "\e9ae";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path5:before {
  content: "\e9af";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path6:before {
  content: "\e9b0";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path7:before {
  content: "\e9b1";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path8:before {
  content: "\e9b2";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path9:before {
  content: "\e9b3";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path10:before {
  content: "\e9b4";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path11:before {
  content: "\e9b5";
  margin-left: -0.734375em;
  color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path12:before {
  content: "\e9b6";
  margin-left: -0.734375em;
  color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path13:before {
  content: "\e9b7";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path14:before {
  content: "\e9b8";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path15:before {
  content: "\e9b9";
  margin-left: -0.734375em;
  color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path16:before {
  content: "\e9ba";
  margin-left: -0.734375em;
  color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path17:before {
  content: "\e9bb";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path18:before {
  content: "\e9bc";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path19:before {
  content: "\e9bd";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path20:before {
  content: "\e9be";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path21:before {
  content: "\e9bf";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path22:before {
  content: "\e9c0";
  margin-left: -0.734375em;
  color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path23:before {
  content: "\e9c1";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path24:before {
  content: "\e9c2";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path25:before {
  content: "\e9c3";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path26:before {
  content: "\e9c4";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path27:before {
  content: "\e9c5";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path28:before {
  content: "\e9c6";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path29:before {
  content: "\e9c8";
  margin-left: -0.734375em;
  color: rgb(254, 254, 254);
}
.m-icon-malavan-fc-logo--6778.path30:before {
  content: "\e9c9";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path31:before {
  content: "\e9ca";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path32:before {
  content: "\e9cb";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path33:before {
  content: "\e9cc";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path34:before {
  content: "\e9cd";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path35:before {
  content: "\e9ce";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path36:before {
  content: "\e9cf";
  margin-left: -0.734375em;
  color: rgb(2, 52, 141);
}
.m-icon-malavan-fc-logo--6778.path37:before {
  content: "\e9d0";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path38:before {
  content: "\e9d5";
  margin-left: -0.734375em;
  color: rgb(2, 52, 141);
}
.m-icon-malavan-fc-logo--6778.path39:before {
  content: "\e9d6";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path40:before {
  content: "\e9d7";
  margin-left: -0.734375em;
  color: rgb(2, 52, 141);
}
.m-icon-malavan-fc-logo--6778.path41:before {
  content: "\e9d8";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path42:before {
  content: "\e9d9";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path43:before {
  content: "\e9da";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path44:before {
  content: "\e9db";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path45:before {
  content: "\e9dc";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path46:before {
  content: "\e9dd";
  margin-left: -0.734375em;
  color: rgb(242, 132, 21);
}
.m-icon-malavan-fc-logo--6778.path47:before {
  content: "\e9de";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path48:before {
  content: "\e9df";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path49:before {
  content: "\e9e0";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path50:before {
  content: "\e9e1";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path51:before {
  content: "\e9e2";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path52:before {
  content: "\e9e3";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path53:before {
  content: "\e9e4";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path54:before {
  content: "\e9e5";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path55:before {
  content: "\e9e6";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path56:before {
  content: "\e9e7";
  margin-left: -0.734375em;
  color: rgb(255, 255, 255);
}
.m-icon-malavan-fc-logo--6778.path57:before {
  content: "\e9e8";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path58:before {
  content: "\e9e9";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path59:before {
  content: "\e9ea";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path60:before {
  content: "\e9eb";
  margin-left: -0.734375em;
  color: rgb(2, 51, 140);
}
.m-icon-malavan-fc-logo--6778.path61:before {
  content: "\e9ec";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path62:before {
  content: "\e9ed";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path63:before {
  content: "\e9ee";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path64:before {
  content: "\e9ef";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path65:before {
  content: "\e9f0";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path66:before {
  content: "\e9f1";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path67:before {
  content: "\e9f2";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path68:before {
  content: "\e9f3";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path69:before {
  content: "\e9f4";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path70:before {
  content: "\e9f5";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-malavan-fc-logo--6778.path71:before {
  content: "\e9f6";
  margin-left: -0.734375em;
  color: rgb(0, 0, 0);
}
.m-icon-mashinsazi-fc-logo--6774:before {
  content: "\e9f7";
  color: #005a23;
}
.m-icon-mes-fc-logo--6777.path1:before {
  content: "\e9f8";
  color: rgb(255, 255, 255);
}
.m-icon-mes-fc-logo--6777.path2:before {
  content: "\e9f9";
  margin-left: -1.0234375em;
  color: rgb(255, 255, 255);
}
.m-icon-mes-fc-logo--6777.path3:before {
  content: "\e9fa";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path4:before {
  content: "\e9fb";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path5:before {
  content: "\e9fc";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path6:before {
  content: "\e9fd";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path7:before {
  content: "\e9fe";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path8:before {
  content: "\e9ff";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path9:before {
  content: "\ea00";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path10:before {
  content: "\ea01";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path11:before {
  content: "\ea02";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path12:before {
  content: "\ea03";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path13:before {
  content: "\ea04";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path14:before {
  content: "\ea05";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path15:before {
  content: "\ea06";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path16:before {
  content: "\ea07";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path17:before {
  content: "\ea08";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path18:before {
  content: "\ea0a";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path19:before {
  content: "\ea0b";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path20:before {
  content: "\ea0c";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path21:before {
  content: "\ea0d";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path22:before {
  content: "\ea0e";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-mes-fc-logo--6777.path23:before {
  content: "\ea0f";
  margin-left: -1.0234375em;
  color: rgb(255, 102, 0);
}
.m-icon-nasaji-mazandaran-fc--22892.path1:before {
  content: "\ea10";
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path2:before {
  content: "\ea11";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path3:before {
  content: "\ea14";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path4:before {
  content: "\ea15";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path5:before {
  content: "\ea16";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path6:before {
  content: "\ea17";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path7:before {
  content: "\ea18";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path8:before {
  content: "\ea19";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path9:before {
  content: "\ea1a";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path10:before {
  content: "\ea1b";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path11:before {
  content: "\ea1c";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path12:before {
  content: "\ea1d";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path13:before {
  content: "\ea1e";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path14:before {
  content: "\ea1f";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path15:before {
  content: "\ea20";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path16:before {
  content: "\ea21";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path17:before {
  content: "\ea22";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path18:before {
  content: "\ea23";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path19:before {
  content: "\ea24";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path20:before {
  content: "\ea25";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path21:before {
  content: "\ea26";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path22:before {
  content: "\ea27";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path23:before {
  content: "\ea28";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path24:before {
  content: "\ea29";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path25:before {
  content: "\ea2a";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path26:before {
  content: "\ea2b";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path27:before {
  content: "\ea2c";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path28:before {
  content: "\ea2d";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path29:before {
  content: "\ea2e";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path30:before {
  content: "\ea2f";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path31:before {
  content: "\ea30";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path32:before {
  content: "\ea31";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path33:before {
  content: "\ea32";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path34:before {
  content: "\ea33";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path35:before {
  content: "\ea34";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path36:before {
  content: "\ea35";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path37:before {
  content: "\ea36";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path38:before {
  content: "\ea37";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path39:before {
  content: "\ea38";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path40:before {
  content: "\ea39";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path41:before {
  content: "\ea3a";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path42:before {
  content: "\ea3b";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path43:before {
  content: "\ea3c";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path44:before {
  content: "\ea3d";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path45:before {
  content: "\ea3e";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path46:before {
  content: "\ea3f";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path47:before {
  content: "\ea40";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path48:before {
  content: "\ea41";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path49:before {
  content: "\ea42";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path50:before {
  content: "\ea43";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path51:before {
  content: "\ea44";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path52:before {
  content: "\ea45";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path53:before {
  content: "\ea46";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path54:before {
  content: "\ea47";
  margin-left: -1em;
  color: rgb(3, 2, 3);
}
.m-icon-nasaji-mazandaran-fc--22892.path55:before {
  content: "\ea48";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path56:before {
  content: "\ea49";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path57:before {
  content: "\ea4a";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path58:before {
  content: "\ea4b";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path59:before {
  content: "\ea4c";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path60:before {
  content: "\ea4d";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path61:before {
  content: "\ea4e";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path62:before {
  content: "\ea4f";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path63:before {
  content: "\ea50";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path64:before {
  content: "\ea51";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path65:before {
  content: "\ea52";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path66:before {
  content: "\ea53";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path67:before {
  content: "\ea54";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path68:before {
  content: "\ea55";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path69:before {
  content: "\ea56";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path70:before {
  content: "\ea57";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path71:before {
  content: "\ea58";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path72:before {
  content: "\ea59";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path73:before {
  content: "\ea5a";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path74:before {
  content: "\ea5b";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path75:before {
  content: "\ea5c";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path76:before {
  content: "\ea5d";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path77:before {
  content: "\ea5e";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path78:before {
  content: "\ea5f";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path79:before {
  content: "\ea60";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path80:before {
  content: "\ea61";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path81:before {
  content: "\ea62";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path82:before {
  content: "\ea63";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path83:before {
  content: "\ea64";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path84:before {
  content: "\ea65";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path85:before {
  content: "\ea66";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path86:before {
  content: "\ea67";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path87:before {
  content: "\ea68";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path88:before {
  content: "\ea69";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path89:before {
  content: "\ea6a";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path90:before {
  content: "\ea6b";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path91:before {
  content: "\ea6c";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path92:before {
  content: "\ea6d";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path93:before {
  content: "\ea6e";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path94:before {
  content: "\ea6f";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path95:before {
  content: "\ea70";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path96:before {
  content: "\ea71";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path97:before {
  content: "\ea72";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path98:before {
  content: "\ea73";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path99:before {
  content: "\ea74";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path100:before {
  content: "\ea75";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path101:before {
  content: "\ea76";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path102:before {
  content: "\ea77";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path103:before {
  content: "\ea78";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path104:before {
  content: "\ea79";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path105:before {
  content: "\ea7a";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path106:before {
  content: "\ea7b";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path107:before {
  content: "\ea7c";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path108:before {
  content: "\ea7d";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path109:before {
  content: "\ea7e";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path110:before {
  content: "\ea7f";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path111:before {
  content: "\ea80";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path112:before {
  content: "\ea81";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path113:before {
  content: "\ea82";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path114:before {
  content: "\ea83";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path115:before {
  content: "\ea84";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path116:before {
  content: "\ea85";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path117:before {
  content: "\ea86";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path118:before {
  content: "\ea87";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path119:before {
  content: "\ea88";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path120:before {
  content: "\ea89";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path121:before {
  content: "\ea8a";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path122:before {
  content: "\ea8b";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path123:before {
  content: "\ea8c";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path124:before {
  content: "\ea8d";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path125:before {
  content: "\ea8e";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path126:before {
  content: "\ea8f";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path127:before {
  content: "\ea90";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path128:before {
  content: "\ea91";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path129:before {
  content: "\ea92";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path130:before {
  content: "\ea93";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path131:before {
  content: "\ea94";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path132:before {
  content: "\ea95";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path133:before {
  content: "\ea96";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path134:before {
  content: "\ea97";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path135:before {
  content: "\ea98";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path136:before {
  content: "\ea99";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path137:before {
  content: "\ea9a";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path138:before {
  content: "\ea9b";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path139:before {
  content: "\ea9c";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path140:before {
  content: "\ea9d";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path141:before {
  content: "\ea9e";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path142:before {
  content: "\ea9f";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path143:before {
  content: "\eaa0";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path144:before {
  content: "\eaa1";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path145:before {
  content: "\eaa2";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path146:before {
  content: "\eaa3";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path147:before {
  content: "\eaa4";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path148:before {
  content: "\eaa5";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path149:before {
  content: "\eaa6";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path150:before {
  content: "\eaa7";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path151:before {
  content: "\eaa8";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path152:before {
  content: "\eaa9";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path153:before {
  content: "\eaaa";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path154:before {
  content: "\eaab";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path155:before {
  content: "\eaac";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path156:before {
  content: "\eaad";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path157:before {
  content: "\eaae";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path158:before {
  content: "\eaaf";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path159:before {
  content: "\eab0";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path160:before {
  content: "\eab1";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path161:before {
  content: "\eab2";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path162:before {
  content: "\eab3";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path163:before {
  content: "\eab4";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path164:before {
  content: "\eab5";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path165:before {
  content: "\eab6";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path166:before {
  content: "\eab7";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path167:before {
  content: "\eab8";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path168:before {
  content: "\eab9";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path169:before {
  content: "\eaba";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path170:before {
  content: "\eabb";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path171:before {
  content: "\eabc";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path172:before {
  content: "\eabd";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path173:before {
  content: "\eabe";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path174:before {
  content: "\eabf";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path175:before {
  content: "\eac0";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path176:before {
  content: "\eac1";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path177:before {
  content: "\eac2";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path178:before {
  content: "\eac3";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path179:before {
  content: "\eac4";
  margin-left: -1em;
  color: rgb(253, 253, 253);
}
.m-icon-nasaji-mazandaran-fc--22892.path180:before {
  content: "\eac5";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path181:before {
  content: "\eac6";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path182:before {
  content: "\eac7";
  margin-left: -1em;
  color: rgb(162, 32, 36);
}
.m-icon-nasaji-mazandaran-fc--22892.path183:before {
  content: "\eac8";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path184:before {
  content: "\eac9";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path185:before {
  content: "\eaca";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path186:before {
  content: "\eacb";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path187:before {
  content: "\eacc";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path188:before {
  content: "\eacd";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path189:before {
  content: "\eace";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path190:before {
  content: "\eacf";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path191:before {
  content: "\ead0";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path192:before {
  content: "\ead1";
  margin-left: -1em;
  color: rgb(223, 181, 183);
}
.m-icon-nasaji-mazandaran-fc--22892.path193:before {
  content: "\ead2";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path194:before {
  content: "\ead3";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path195:before {
  content: "\ead4";
  margin-left: -1em;
  color: rgb(49, 64, 152);
}
.m-icon-nasaji-mazandaran-fc--22892.path196:before {
  content: "\ead5";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path197:before {
  content: "\ead6";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-nasaji-mazandaran-fc--22892.path198:before {
  content: "\ead7";
  margin-left: -1em;
  color: rgb(238, 236, 242);
}
.m-icon-pars-jonoobi-fc-logo--6776.path1:before {
  content: "\ead8";
  color: rgb(12, 8, 254);
}
.m-icon-pars-jonoobi-fc-logo--6776.path2:before {
  content: "\ead9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-pars-jonoobi-fc-logo--6776.path3:before {
  content: "\eada";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path4:before {
  content: "\eadb";
  margin-left: -1em;
  color: rgb(12, 6, 252);
}
.m-icon-pars-jonoobi-fc-logo--6776.path5:before {
  content: "\eadc";
  margin-left: -1em;
  color: rgb(12, 6, 252);
}
.m-icon-pars-jonoobi-fc-logo--6776.path6:before {
  content: "\eadd";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path7:before {
  content: "\eade";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path8:before {
  content: "\eadf";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path9:before {
  content: "\eae0";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path10:before {
  content: "\eae1";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path11:before {
  content: "\eae2";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path12:before {
  content: "\eae3";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path13:before {
  content: "\eae4";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path14:before {
  content: "\eae5";
  margin-left: -1em;
  color: rgb(252, 1, 0);
}
.m-icon-pars-jonoobi-fc-logo--6776.path15:before {
  content: "\eae6";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path16:before {
  content: "\eae7";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path17:before {
  content: "\eae8";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path18:before {
  content: "\eae9";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path19:before {
  content: "\eaea";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path20:before {
  content: "\eaeb";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path21:before {
  content: "\eaec";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path22:before {
  content: "\eaed";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path23:before {
  content: "\eaee";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path24:before {
  content: "\eaef";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path25:before {
  content: "\eaf0";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path26:before {
  content: "\eaf1";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path27:before {
  content: "\eaf2";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path28:before {
  content: "\eaf3";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path29:before {
  content: "\eaf4";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path30:before {
  content: "\eaf5";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path31:before {
  content: "\eaf6";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path32:before {
  content: "\eaf7";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path33:before {
  content: "\eaf8";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path34:before {
  content: "\eaf9";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path35:before {
  content: "\eafa";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path36:before {
  content: "\eafb";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path37:before {
  content: "\eafc";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path38:before {
  content: "\eafd";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path39:before {
  content: "\eafe";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path40:before {
  content: "\eaff";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path41:before {
  content: "\eb00";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path42:before {
  content: "\eb01";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path43:before {
  content: "\eb02";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path44:before {
  content: "\eb03";
  margin-left: -1em;
  color: rgb(12, 6, 252);
}
.m-icon-pars-jonoobi-fc-logo--6776.path45:before {
  content: "\eb04";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path46:before {
  content: "\eb05";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path47:before {
  content: "\eb06";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path48:before {
  content: "\eb07";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path49:before {
  content: "\eb08";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path50:before {
  content: "\eb09";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path51:before {
  content: "\eb0a";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path52:before {
  content: "\eb0b";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path53:before {
  content: "\eb0c";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path54:before {
  content: "\eb0d";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path55:before {
  content: "\eb0e";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path56:before {
  content: "\eb0f";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path57:before {
  content: "\eb10";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path58:before {
  content: "\eb11";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path59:before {
  content: "\eb12";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pars-jonoobi-fc-logo--6776.path60:before {
  content: "\eb13";
  margin-left: -1em;
  color: rgb(224, 218, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path1:before {
  content: "\eb14";
  color: rgb(255, 255, 255);
}
.m-icon-pas-hamedan-fc-logo--6783.path2:before {
  content: "\eb15";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path3:before {
  content: "\eb16";
  margin-left: -1em;
  color: rgb(209, 238, 163);
}
.m-icon-pas-hamedan-fc-logo--6783.path4:before {
  content: "\eb17";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path5:before {
  content: "\eb18";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path6:before {
  content: "\eb19";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path7:before {
  content: "\eb1a";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path8:before {
  content: "\eb1b";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path9:before {
  content: "\eb1c";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-pas-hamedan-fc-logo--6783.path10:before {
  content: "\eb1d";
  margin-left: -1em;
  color: rgb(1, 175, 19);
}
.m-icon-perespolis-fc-logo--6766.path1:before {
  content: "\eb1e";
  color: rgb(233, 29, 37);
}
.m-icon-perespolis-fc-logo--6766.path2:before {
  content: "\eb1f";
  margin-left: -0.796875em;
  color: rgb(35, 31, 32);
}
.m-icon-perespolis-fc-logo--6766.path3:before {
  content: "\eb20";
  margin-left: -0.796875em;
  color: rgb(248, 215, 61);
}
.m-icon-perespolis-fc-logo--6773.path1:before {
  content: "\eb21";
  color: rgb(255, 255, 255);
}
.m-icon-perespolis-fc-logo--6773.path2:before {
  content: "\eb22";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path3:before {
  content: "\eb23";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path4:before {
  content: "\eb24";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path5:before {
  content: "\eb25";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path6:before {
  content: "\eb26";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path7:before {
  content: "\eb27";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path8:before {
  content: "\eb28";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path9:before {
  content: "\eb29";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path10:before {
  content: "\eb2a";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path11:before {
  content: "\eb2b";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path12:before {
  content: "\eb2c";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path13:before {
  content: "\eb2d";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path14:before {
  content: "\eb2e";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path15:before {
  content: "\eb2f";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path16:before {
  content: "\eb30";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path17:before {
  content: "\eb31";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path18:before {
  content: "\eb32";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-perespolis-fc-logo--6773.path19:before {
  content: "\eb33";
  margin-left: -1em;
  color: rgb(237, 28, 36);
}
.m-icon-peykan-fc-logo--6779.path1:before {
  content: "\eb34";
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path2:before {
  content: "\eb35";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path3:before {
  content: "\eb36";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path4:before {
  content: "\eb37";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path5:before {
  content: "\eb38";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path6:before {
  content: "\eb39";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path7:before {
  content: "\eb3a";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path8:before {
  content: "\eb3b";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path9:before {
  content: "\eb3c";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path10:before {
  content: "\eb3d";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path11:before {
  content: "\eb3e";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path12:before {
  content: "\eb3f";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path13:before {
  content: "\eb40";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path14:before {
  content: "\eb41";
  margin-left: -0.75em;
  color: rgb(0, 153, 255);
}
.m-icon-peykan-fc-logo--6779.path15:before {
  content: "\eb42";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path16:before {
  content: "\eb43";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path17:before {
  content: "\eb44";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path18:before {
  content: "\eb45";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path19:before {
  content: "\eb46";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path20:before {
  content: "\eb47";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path21:before {
  content: "\eb48";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path22:before {
  content: "\eb49";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path23:before {
  content: "\eb4a";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path24:before {
  content: "\eb4b";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path25:before {
  content: "\eb4c";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path26:before {
  content: "\eb4d";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path27:before {
  content: "\eb4e";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path28:before {
  content: "\eb4f";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path29:before {
  content: "\eb50";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path30:before {
  content: "\eb51";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path31:before {
  content: "\eb52";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path32:before {
  content: "\eb53";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path33:before {
  content: "\eb54";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path34:before {
  content: "\eb55";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path35:before {
  content: "\eb56";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path36:before {
  content: "\eb57";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path37:before {
  content: "\eb58";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path38:before {
  content: "\eb59";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path39:before {
  content: "\eb5a";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path40:before {
  content: "\eb5b";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-peykan-fc-logo--6779.path41:before {
  content: "\eb5c";
  margin-left: -0.75em;
  color: rgb(51, 50, 54);
}
.m-icon-rah-ahan-fc-logo--6784.path1:before {
  content: "\eb5d";
  color: rgb(255, 255, 1);
}
.m-icon-rah-ahan-fc-logo--6784.path2:before {
  content: "\eb5e";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path3:before {
  content: "\eb5f";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path4:before {
  content: "\eb60";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path5:before {
  content: "\eb61";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path6:before {
  content: "\eb62";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path7:before {
  content: "\eb63";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path8:before {
  content: "\eb64";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path9:before {
  content: "\eb65";
  margin-left: -1.12890625em;
  color: rgb(255, 255, 255);
}
.m-icon-rah-ahan-fc-logo--6784.path10:before {
  content: "\eb66";
  margin-left: -1.12890625em;
  color: rgb(255, 255, 255);
}
.m-icon-rah-ahan-fc-logo--6784.path11:before {
  content: "\eb67";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path12:before {
  content: "\eb68";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path13:before {
  content: "\eb69";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path14:before {
  content: "\eb6a";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path15:before {
  content: "\eb6b";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path16:before {
  content: "\eb6c";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path17:before {
  content: "\eb6d";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path18:before {
  content: "\eb6e";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path19:before {
  content: "\eb6f";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path20:before {
  content: "\eb70";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path21:before {
  content: "\eb71";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path22:before {
  content: "\eb72";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path23:before {
  content: "\eb73";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path24:before {
  content: "\eb74";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path25:before {
  content: "\eb75";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path26:before {
  content: "\eb76";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path27:before {
  content: "\eb77";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path28:before {
  content: "\eb78";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path29:before {
  content: "\eb79";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path30:before {
  content: "\eb7a";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path31:before {
  content: "\eb7b";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path32:before {
  content: "\eb7c";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path33:before {
  content: "\eb7d";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path34:before {
  content: "\eb7e";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path35:before {
  content: "\eb7f";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path36:before {
  content: "\eb80";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path37:before {
  content: "\eb81";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path38:before {
  content: "\eb82";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path39:before {
  content: "\eb83";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path40:before {
  content: "\eb84";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path41:before {
  content: "\eb85";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path42:before {
  content: "\eb86";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path43:before {
  content: "\eb87";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path44:before {
  content: "\eb88";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path45:before {
  content: "\eb89";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path46:before {
  content: "\eb8a";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path47:before {
  content: "\eb8b";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path48:before {
  content: "\eb8c";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path49:before {
  content: "\eb8d";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path50:before {
  content: "\eb8e";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path51:before {
  content: "\eb8f";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path52:before {
  content: "\eb90";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path53:before {
  content: "\eb91";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path54:before {
  content: "\eb92";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path55:before {
  content: "\eb93";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path56:before {
  content: "\eb94";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path57:before {
  content: "\eb95";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path58:before {
  content: "\eb96";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path59:before {
  content: "\eb97";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path60:before {
  content: "\eb98";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path61:before {
  content: "\eb99";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path62:before {
  content: "\eb9a";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path63:before {
  content: "\eb9b";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path64:before {
  content: "\eb9c";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path65:before {
  content: "\eb9d";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path66:before {
  content: "\eb9e";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path67:before {
  content: "\eb9f";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path68:before {
  content: "\eba0";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path69:before {
  content: "\eba1";
  margin-left: -1.12890625em;
  color: rgb(1, 1, 244);
}
.m-icon-rah-ahan-fc-logo--6784.path70:before {
  content: "\eba2";
  margin-left: -1.12890625em;
  color: rgb(255, 255, 255);
}
.m-icon-rah-ahan-fc-logo--6784.path71:before {
  content: "\eba3";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-rah-ahan-fc-logo--6784.path72:before {
  content: "\eba4";
  margin-left: -1.12890625em;
  color: rgb(0, 2, 246);
}
.m-icon-saba-battery-qom-fc-logo--6785.path1:before {
  content: "\eba5";
  color: rgb(255, 255, 255);
}
.m-icon-saba-battery-qom-fc-logo--6785.path2:before {
  content: "\eba6";
  margin-left: -1.6064453125em;
  color: rgb(0, 0, 0);
}
.m-icon-saba-battery-qom-fc-logo--6785.path3:before {
  content: "\eba7";
  margin-left: -1.6064453125em;
  color: rgb(0, 0, 0);
}
.m-icon-saba-battery-qom-fc-logo--6785.path4:before {
  content: "\eba8";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path5:before {
  content: "\eba9";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path6:before {
  content: "\ebaa";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path7:before {
  content: "\ebab";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path8:before {
  content: "\ebac";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path9:before {
  content: "\ebad";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path10:before {
  content: "\ebae";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path11:before {
  content: "\ebaf";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saba-battery-qom-fc-logo--6785.path12:before {
  content: "\ebb0";
  margin-left: -1.6064453125em;
  color: rgb(0, 103, 171);
}
.m-icon-saipa-fc-logo--6769.path1:before {
  content: "\ebb1";
  color: rgb(254, 142, 27);
}
.m-icon-saipa-fc-logo--6769.path2:before {
  content: "\ebb2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-saipa-fc-logo--6769.path3:before {
  content: "\ebb3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-saipa-fc-logo--6769.path4:before {
  content: "\ebb4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-saipa-fc-logo--6769.path5:before {
  content: "\ebb5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path1:before {
  content: "\ebb6";
  color: rgb(255, 204, 0);
}
.m-icon-sepahan-fc-logo--6780.path2:before {
  content: "\ebb7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path3:before {
  content: "\ebb8";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path4:before {
  content: "\ebb9";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path5:before {
  content: "\ebba";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path6:before {
  content: "\ebbb";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path7:before {
  content: "\ebbc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path8:before {
  content: "\ebbd";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sepahan-fc-logo--6780.path9:before {
  content: "\ebbe";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path10:before {
  content: "\ebbf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path11:before {
  content: "\ebc0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path12:before {
  content: "\ebc1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path13:before {
  content: "\ebc2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path14:before {
  content: "\ebc3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path15:before {
  content: "\ebc4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path16:before {
  content: "\ebc5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path17:before {
  content: "\ebc6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path18:before {
  content: "\ebc7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path19:before {
  content: "\ebc8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path20:before {
  content: "\ebc9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path21:before {
  content: "\ebca";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path22:before {
  content: "\ebcb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path23:before {
  content: "\ebcc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path24:before {
  content: "\ebcd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path25:before {
  content: "\ebce";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path26:before {
  content: "\ebcf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path27:before {
  content: "\ebd0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path28:before {
  content: "\ebd1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path29:before {
  content: "\ebd2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path30:before {
  content: "\ebd3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path31:before {
  content: "\ebd4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path32:before {
  content: "\ebd5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path33:before {
  content: "\ebd6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path34:before {
  content: "\ebd7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path35:before {
  content: "\ebd8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path36:before {
  content: "\ebd9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path37:before {
  content: "\ebda";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path38:before {
  content: "\ebdb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path39:before {
  content: "\ebdc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path40:before {
  content: "\ebdd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path41:before {
  content: "\ebde";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path42:before {
  content: "\ebdf";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path43:before {
  content: "\ebe0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path44:before {
  content: "\ebe1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path45:before {
  content: "\ebe2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path46:before {
  content: "\ebe3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path47:before {
  content: "\ebe4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path48:before {
  content: "\ebe5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path49:before {
  content: "\ebe6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path50:before {
  content: "\ebe7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path51:before {
  content: "\ebe8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path52:before {
  content: "\ebe9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path53:before {
  content: "\ebea";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path54:before {
  content: "\ebeb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path55:before {
  content: "\ebec";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path56:before {
  content: "\ebed";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path57:before {
  content: "\ebee";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path58:before {
  content: "\ebef";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path59:before {
  content: "\ebf0";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path60:before {
  content: "\ebf1";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path61:before {
  content: "\ebf2";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path62:before {
  content: "\ebf3";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path63:before {
  content: "\ebf4";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path64:before {
  content: "\ebf5";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path65:before {
  content: "\ebf6";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path66:before {
  content: "\ebf7";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path67:before {
  content: "\ebf8";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path68:before {
  content: "\ebf9";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path69:before {
  content: "\ebfa";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path70:before {
  content: "\ebfb";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path71:before {
  content: "\ebfc";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path72:before {
  content: "\ebfd";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path73:before {
  content: "\ebfe";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path74:before {
  content: "\ebff";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path75:before {
  content: "\ec00";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path76:before {
  content: "\ec01";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path77:before {
  content: "\ec02";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path78:before {
  content: "\ec03";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path79:before {
  content: "\ec04";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path80:before {
  content: "\ec05";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path81:before {
  content: "\ec06";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path82:before {
  content: "\ec07";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path83:before {
  content: "\ec08";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path84:before {
  content: "\ec09";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.m-icon-sepahan-fc-logo--6780.path85:before {
  content: "\ec0a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-tracktor-fc-logo--6768:before {
  content: "\ec0b";
  color: #ee2d3a;
}
.m-icon-tracktor-fc-logo--6772:before {
  content: "\ec0c";
  color: #ee2d3a;
}
.m-icon-zobahan-fc-logo--6770.path1:before {
  content: "\ec0d";
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path2:before {
  content: "\ec0e";
  margin-left: -1.12109375em;
  color: rgb(146, 205, 138);
}
.m-icon-zobahan-fc-logo--6770.path3:before {
  content: "\ec0f";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path4:before {
  content: "\ec10";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path5:before {
  content: "\ec11";
  margin-left: -1.12109375em;
  color: rgb(217, 27, 35);
}
.m-icon-zobahan-fc-logo--6770.path6:before {
  content: "\ec12";
  margin-left: -1.12109375em;
  color: rgb(0, 0, 0);
}
.m-icon-zobahan-fc-logo--6770.path7:before {
  content: "\ec13";
  margin-left: -1.12109375em;
  color: rgb(22, 132, 70);
}
.m-icon-zobahan-fc-logo--6770.path8:before {
  content: "\ec14";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path9:before {
  content: "\ec15";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path10:before {
  content: "\ec16";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path11:before {
  content: "\ec17";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path12:before {
  content: "\ec18";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path13:before {
  content: "\ec19";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path14:before {
  content: "\ec1a";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path15:before {
  content: "\ec1b";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path16:before {
  content: "\ec1c";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path17:before {
  content: "\ec1d";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path18:before {
  content: "\ec1e";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path19:before {
  content: "\ec1f";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path20:before {
  content: "\ec20";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path21:before {
  content: "\ec21";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path22:before {
  content: "\ec22";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path23:before {
  content: "\ec23";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path24:before {
  content: "\ec24";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path25:before {
  content: "\ec25";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path26:before {
  content: "\ec26";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path27:before {
  content: "\ec27";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path28:before {
  content: "\ec28";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path29:before {
  content: "\ec29";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path30:before {
  content: "\ec2a";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path31:before {
  content: "\ec2b";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path32:before {
  content: "\ec2c";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path33:before {
  content: "\ec2d";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path34:before {
  content: "\ec2e";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path35:before {
  content: "\ec2f";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path36:before {
  content: "\ec30";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path37:before {
  content: "\ec31";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path38:before {
  content: "\ec32";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path39:before {
  content: "\ec33";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path40:before {
  content: "\ec34";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path41:before {
  content: "\ec35";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-zobahan-fc-logo--6770.path42:before {
  content: "\ec36";
  margin-left: -1.12109375em;
  color: rgb(23, 132, 71);
}
.m-icon-ansar-bank-logo--10683.path1:before {
  content: "\ec37";
  color: rgb(198, 57, 59);
}
.m-icon-ansar-bank-logo--10683.path2:before {
  content: "\ec38";
  margin-left: -1em;
  color: rgb(255, 204, 41);
}
.m-icon-arman-bank-logo--10713.path1:before {
  content: "\ec39";
  color: rgb(190, 156, 57);
}
.m-icon-arman-bank-logo--10713.path2:before {
  content: "\ec3a";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path3:before {
  content: "\ec3b";
  margin-left: -1em;
  color: rgb(150, 0, 0);
}
.m-icon-arman-bank-logo--10713.path4:before {
  content: "\ec3c";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path5:before {
  content: "\ec3d";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path6:before {
  content: "\ec3e";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path7:before {
  content: "\ec3f";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path8:before {
  content: "\ec40";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path9:before {
  content: "\ec41";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path10:before {
  content: "\ec42";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path11:before {
  content: "\ec43";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-arman-bank-logo--10713.path12:before {
  content: "\ec44";
  margin-left: -1em;
  color: rgb(3, 28, 69);
}
.m-icon-ayandeh-bank-logo--10693.path1:before {
  content: "\ec45";
  color: rgb(207, 157, 42);
}
.m-icon-ayandeh-bank-logo--10693.path2:before {
  content: "\ec46";
  margin-left: -1em;
  color: rgb(82, 45, 29);
}
.m-icon-ayandeh-bank-logo--10693.path3:before {
  content: "\ec47";
  margin-left: -1em;
  color: rgb(82, 45, 29);
}
.m-icon-ayandeh-bank-logo--10693.path4:before {
  content: "\ec48";
  margin-left: -1em;
  color: rgb(82, 45, 29);
}
.m-icon-blu-bank-logo--10685.path1:before {
  content: "\ec49";
  color: rgb(49, 127, 225);
}
.m-icon-blu-bank-logo--10685.path2:before {
  content: "\ec4a";
  margin-left: -1em;
  color: rgb(49, 127, 225);
}
.m-icon-blu-bank-logo--10685.path3:before {
  content: "\ec4b";
  margin-left: -1em;
  color: rgb(7, 7, 7);
}
.m-icon-blu-bank-logo--10685.path4:before {
  content: "\ec4c";
  margin-left: -1em;
  color: rgb(49, 127, 225);
}
.m-icon-dey-bank-logo--10715.path1:before {
  content: "\ec4d";
  color: rgb(0, 138, 159);
}
.m-icon-dey-bank-logo--10715.path2:before {
  content: "\ec4e";
  margin-left: -1em;
  color: rgb(0, 138, 159);
}
.m-icon-dey-bank-logo--10715.path3:before {
  content: "\ec4f";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path4:before {
  content: "\ec50";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path5:before {
  content: "\ec51";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path6:before {
  content: "\ec52";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path7:before {
  content: "\ec53";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path8:before {
  content: "\ec54";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path9:before {
  content: "\ec55";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path10:before {
  content: "\ec56";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path11:before {
  content: "\ec57";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-dey-bank-logo--10715.path12:before {
  content: "\ec58";
  margin-left: -1em;
  color: rgb(75, 75, 75);
}
.m-icon-eghtesad-novin-bank-logo--10681:before {
  content: "\ec59";
  color: #701e72;
}
.m-icon-gardeshgari-bank-logo--10689.path1:before {
  content: "\ec5a";
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path2:before {
  content: "\ec5b";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path3:before {
  content: "\ec5c";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path4:before {
  content: "\ec5d";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path5:before {
  content: "\ec5e";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path6:before {
  content: "\ec5f";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path7:before {
  content: "\ec60";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path8:before {
  content: "\ec61";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path9:before {
  content: "\ec62";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path10:before {
  content: "\ec63";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path11:before {
  content: "\ec64";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path12:before {
  content: "\ec65";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path13:before {
  content: "\ec66";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path14:before {
  content: "\ec67";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path15:before {
  content: "\ec68";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path16:before {
  content: "\ec69";
  margin-left: -1em;
  color: rgb(176, 17, 23);
}
.m-icon-gardeshgari-bank-logo--10689.path17:before {
  content: "\ec6a";
  margin-left: -1em;
  color: rgb(0, 174, 197);
}
.m-icon-ghavamin-bank-logo--10703.path1:before {
  content: "\ec6b";
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path2:before {
  content: "\ec6c";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path3:before {
  content: "\ec6d";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path4:before {
  content: "\ec6e";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path5:before {
  content: "\ec6f";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path6:before {
  content: "\ec70";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path7:before {
  content: "\ec71";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path8:before {
  content: "\ec72";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path9:before {
  content: "\ec73";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path10:before {
  content: "\ec74";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path11:before {
  content: "\ec75";
  margin-left: -1em;
  color: rgb(3, 3, 3);
}
.m-icon-ghavamin-bank-logo--10703.path12:before {
  content: "\ec76";
  margin-left: -1em;
  color: rgb(10, 95, 60);
}
.m-icon-ghavamin-bank-logo--10703.path13:before {
  content: "\ec77";
  margin-left: -1em;
  color: rgb(10, 95, 60);
}
.m-icon-ghavamin-bank-logo--10703.path14:before {
  content: "\ec78";
  margin-left: -1em;
  color: rgb(228, 228, 24);
}
.m-icon-hekmat-iranian-bank-logo--10691:before {
  content: "\ec79";
  color: #015baa;
}
.m-icon-iranzamin-bank-logo--10702.path1:before {
  content: "\ec7a";
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path2:before {
  content: "\ec7b";
  margin-left: -1em;
  color: rgb(255, 0, 135);
}
.m-icon-iranzamin-bank-logo--10702.path3:before {
  content: "\ec7c";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path4:before {
  content: "\ec7d";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path5:before {
  content: "\ec7e";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path6:before {
  content: "\ec7f";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path7:before {
  content: "\ec80";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path8:before {
  content: "\ec81";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path9:before {
  content: "\ec82";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path10:before {
  content: "\ec83";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path11:before {
  content: "\ec84";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path12:before {
  content: "\ec85";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path13:before {
  content: "\ec86";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path14:before {
  content: "\ec87";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path15:before {
  content: "\ec88";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path16:before {
  content: "\ec89";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path17:before {
  content: "\ec8a";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-iranzamin-bank-logo--10702.path18:before {
  content: "\ec8b";
  margin-left: -1em;
  color: rgb(86, 19, 162);
}
.m-icon-karafarin-bank-logo--10696.path1:before {
  content: "\ec8c";
  color: rgb(21, 114, 21);
}
.m-icon-karafarin-bank-logo--10696.path2:before {
  content: "\ec8d";
  margin-left: -1em;
  color: rgb(170, 115, 70);
}
.m-icon-karafarin-bank-logo--10696.path3:before {
  content: "\ec8e";
  margin-left: -1em;
  color: rgb(4, 6, 5);
}
.m-icon-keshavarzi-bank-logo--10688.path1:before {
  content: "\ec8f";
  color: rgb(0, 0, 0);
}
.m-icon-keshavarzi-bank-logo--10688.path2:before {
  content: "\ec90";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path3:before {
  content: "\ec91";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path4:before {
  content: "\ec92";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path5:before {
  content: "\ec93";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path6:before {
  content: "\ec94";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path7:before {
  content: "\ec95";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path8:before {
  content: "\ec96";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path9:before {
  content: "\ec97";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path10:before {
  content: "\ec98";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path11:before {
  content: "\ec99";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path12:before {
  content: "\ec9a";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path13:before {
  content: "\ec9b";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path14:before {
  content: "\ec9c";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path15:before {
  content: "\ec9d";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path16:before {
  content: "\ec9e";
  margin-left: -1em;
  color: rgb(32, 45, 20);
}
.m-icon-keshavarzi-bank-logo--10688.path17:before {
  content: "\ec9f";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path18:before {
  content: "\eca0";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path19:before {
  content: "\eca1";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path20:before {
  content: "\eca2";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path21:before {
  content: "\eca3";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path22:before {
  content: "\eca4";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path23:before {
  content: "\eca5";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path24:before {
  content: "\eca6";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path25:before {
  content: "\eca7";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path26:before {
  content: "\eca8";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path27:before {
  content: "\eca9";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path28:before {
  content: "\ecaa";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path29:before {
  content: "\ecab";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path30:before {
  content: "\ecac";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path31:before {
  content: "\ecad";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path32:before {
  content: "\ecae";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-keshavarzi-bank-logo--10688.path33:before {
  content: "\ecaf";
  margin-left: -1em;
  color: rgb(239, 241, 191);
}
.m-icon-khavarmianeh-bank-logo--10711.path1:before {
  content: "\ecb0";
  color: rgb(242, 146, 0);
}
.m-icon-khavarmianeh-bank-logo--10711.path2:before {
  content: "\ecb1";
  margin-left: -1em;
  color: rgb(22, 61, 138);
}
.m-icon-kosar-bank-logo--10709.path1:before {
  content: "\ecb2";
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path2:before {
  content: "\ecb3";
  margin-left: -1em;
  color: rgb(254, 203, 5);
}
.m-icon-kosar-bank-logo--10709.path3:before {
  content: "\ecb4";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path4:before {
  content: "\ecb5";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path5:before {
  content: "\ecb6";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path6:before {
  content: "\ecb7";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path7:before {
  content: "\ecb8";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path8:before {
  content: "\ecb9";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path9:before {
  content: "\ecba";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path10:before {
  content: "\ecbb";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path11:before {
  content: "\ecbc";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path12:before {
  content: "\ecbd";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path13:before {
  content: "\ecbe";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path14:before {
  content: "\ecbf";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path15:before {
  content: "\ecc0";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path16:before {
  content: "\ecc1";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path17:before {
  content: "\ecc2";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path18:before {
  content: "\ecc3";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path19:before {
  content: "\ecc4";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-kosar-bank-logo--10709.path20:before {
  content: "\ecc5";
  margin-left: -1em;
  color: rgb(148, 5, 9);
}
.m-icon-markazi-bank-logo--10708:before {
  content: "\ecc6";
  color: #2f3394;
}
.m-icon-maskan-bank-logo--10682:before {
  content: "\ecc7";
  color: #f25920;
}
.m-icon-mehr-eghtesad-bank-logo--10701.path1:before {
  content: "\ecc8";
  color: rgb(0, 166, 82);
}
.m-icon-mehr-eghtesad-bank-logo--10701.path2:before {
  content: "\ecc9";
  margin-left: -1em;
  color: rgb(247, 148, 31);
}
.m-icon-mehr-eghtesad-bank-logo--10701.path3:before {
  content: "\ecca";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.m-icon-mehr-iran-bank-logo--10700.path1:before {
  content: "\eccb";
  color: rgb(40, 153, 37);
}
.m-icon-mehr-iran-bank-logo--10700.path2:before {
  content: "\eccc";
  margin-left: -1em;
  color: rgb(31, 26, 23);
}
.m-icon-melat-bank-logo--10680.path1:before {
  content: "\eccd";
  color: rgb(0, 0, 0);
}
.m-icon-melat-bank-logo--10680.path2:before {
  content: "\ecce";
  margin-left: -1em;
  color: rgb(163, 12, 0);
}
.m-icon-melat-bank-logo--10680.path3:before {
  content: "\eccf";
  margin-left: -1em;
  color: rgb(198, 18, 52);
}
.m-icon-melat-bank-logo--10680.path4:before {
  content: "\ecd0";
  margin-left: -1em;
  color: rgb(163, 12, 0);
}
.m-icon-melat-bank-logo--10680.path5:before {
  content: "\ecd1";
  margin-left: -1em;
  color: rgb(198, 18, 52);
}
.m-icon-melat-bank-logo--10680.path6:before {
  content: "\ecd2";
  margin-left: -1em;
  color: rgb(163, 12, 0);
}
.m-icon-melat-bank-logo--10680.path7:before {
  content: "\ecd3";
  margin-left: -1em;
  color: rgb(248, 215, 144);
}
.m-icon-melat-bank-logo--10680.path8:before {
  content: "\ecd4";
  margin-left: -1em;
  color: rgb(248, 215, 144);
}
.m-icon-melat-bank-logo--10680.path9:before {
  content: "\ecd5";
  margin-left: -1em;
  color: rgb(248, 215, 143);
}
.m-icon-melat-bank-logo--10680.path10:before {
  content: "\ecd6";
  margin-left: -1em;
  color: rgb(248, 215, 142);
}
.m-icon-melat-bank-logo--10680.path11:before {
  content: "\ecd7";
  margin-left: -1em;
  color: rgb(248, 215, 141);
}
.m-icon-melat-bank-logo--10680.path12:before {
  content: "\ecd8";
  margin-left: -1em;
  color: rgb(248, 215, 140);
}
.m-icon-melat-bank-logo--10680.path13:before {
  content: "\ecd9";
  margin-left: -1em;
  color: rgb(248, 214, 139);
}
.m-icon-melat-bank-logo--10680.path14:before {
  content: "\ecda";
  margin-left: -1em;
  color: rgb(248, 214, 138);
}
.m-icon-melat-bank-logo--10680.path15:before {
  content: "\ecdb";
  margin-left: -1em;
  color: rgb(248, 214, 137);
}
.m-icon-melat-bank-logo--10680.path16:before {
  content: "\ecdc";
  margin-left: -1em;
  color: rgb(248, 214, 136);
}
.m-icon-melat-bank-logo--10680.path17:before {
  content: "\ecdd";
  margin-left: -1em;
  color: rgb(248, 214, 135);
}
.m-icon-melat-bank-logo--10680.path18:before {
  content: "\ecde";
  margin-left: -1em;
  color: rgb(248, 214, 134);
}
.m-icon-melat-bank-logo--10680.path19:before {
  content: "\ecdf";
  margin-left: -1em;
  color: rgb(248, 214, 133);
}
.m-icon-melat-bank-logo--10680.path20:before {
  content: "\ece0";
  margin-left: -1em;
  color: rgb(248, 214, 132);
}
.m-icon-melat-bank-logo--10680.path21:before {
  content: "\ece1";
  margin-left: -1em;
  color: rgb(248, 214, 131);
}
.m-icon-melat-bank-logo--10680.path22:before {
  content: "\ece2";
  margin-left: -1em;
  color: rgb(248, 213, 130);
}
.m-icon-melat-bank-logo--10680.path23:before {
  content: "\ece3";
  margin-left: -1em;
  color: rgb(248, 213, 129);
}
.m-icon-melat-bank-logo--10680.path24:before {
  content: "\ece4";
  margin-left: -1em;
  color: rgb(248, 213, 128);
}
.m-icon-melat-bank-logo--10680.path25:before {
  content: "\ece5";
  margin-left: -1em;
  color: rgb(248, 213, 127);
}
.m-icon-melat-bank-logo--10680.path26:before {
  content: "\ece6";
  margin-left: -1em;
  color: rgb(248, 213, 126);
}
.m-icon-melat-bank-logo--10680.path27:before {
  content: "\ece7";
  margin-left: -1em;
  color: rgb(248, 213, 124);
}
.m-icon-melat-bank-logo--10680.path28:before {
  content: "\ece8";
  margin-left: -1em;
  color: rgb(248, 213, 123);
}
.m-icon-melat-bank-logo--10680.path29:before {
  content: "\ece9";
  margin-left: -1em;
  color: rgb(248, 213, 122);
}
.m-icon-melat-bank-logo--10680.path30:before {
  content: "\ecea";
  margin-left: -1em;
  color: rgb(248, 213, 121);
}
.m-icon-melat-bank-logo--10680.path31:before {
  content: "\eceb";
  margin-left: -1em;
  color: rgb(248, 213, 120);
}
.m-icon-melat-bank-logo--10680.path32:before {
  content: "\ecec";
  margin-left: -1em;
  color: rgb(248, 212, 119);
}
.m-icon-melat-bank-logo--10680.path33:before {
  content: "\eced";
  margin-left: -1em;
  color: rgb(248, 212, 118);
}
.m-icon-melat-bank-logo--10680.path34:before {
  content: "\ecee";
  margin-left: -1em;
  color: rgb(248, 212, 117);
}
.m-icon-melat-bank-logo--10680.path35:before {
  content: "\ecef";
  margin-left: -1em;
  color: rgb(248, 212, 116);
}
.m-icon-melat-bank-logo--10680.path36:before {
  content: "\ecf0";
  margin-left: -1em;
  color: rgb(248, 212, 115);
}
.m-icon-melat-bank-logo--10680.path37:before {
  content: "\ecf1";
  margin-left: -1em;
  color: rgb(248, 212, 114);
}
.m-icon-melat-bank-logo--10680.path38:before {
  content: "\ecf2";
  margin-left: -1em;
  color: rgb(248, 212, 113);
}
.m-icon-melat-bank-logo--10680.path39:before {
  content: "\ecf3";
  margin-left: -1em;
  color: rgb(248, 212, 112);
}
.m-icon-melat-bank-logo--10680.path40:before {
  content: "\ecf4";
  margin-left: -1em;
  color: rgb(248, 212, 111);
}
.m-icon-melat-bank-logo--10680.path41:before {
  content: "\ecf5";
  margin-left: -1em;
  color: rgb(248, 211, 110);
}
.m-icon-melat-bank-logo--10680.path42:before {
  content: "\ecf6";
  margin-left: -1em;
  color: rgb(248, 211, 109);
}
.m-icon-melat-bank-logo--10680.path43:before {
  content: "\ecf7";
  margin-left: -1em;
  color: rgb(248, 211, 108);
}
.m-icon-melat-bank-logo--10680.path44:before {
  content: "\ecf8";
  margin-left: -1em;
  color: rgb(248, 211, 107);
}
.m-icon-melat-bank-logo--10680.path45:before {
  content: "\ecf9";
  margin-left: -1em;
  color: rgb(248, 211, 106);
}
.m-icon-melat-bank-logo--10680.path46:before {
  content: "\ecfa";
  margin-left: -1em;
  color: rgb(248, 211, 106);
}
.m-icon-melat-bank-logo--10680.path47:before {
  content: "\ecfb";
  margin-left: -1em;
  color: rgb(248, 211, 105);
}
.m-icon-melat-bank-logo--10680.path48:before {
  content: "\ecfc";
  margin-left: -1em;
  color: rgb(248, 211, 104);
}
.m-icon-melat-bank-logo--10680.path49:before {
  content: "\ecfd";
  margin-left: -1em;
  color: rgb(248, 211, 103);
}
.m-icon-melat-bank-logo--10680.path50:before {
  content: "\ecfe";
  margin-left: -1em;
  color: rgb(248, 211, 102);
}
.m-icon-melat-bank-logo--10680.path51:before {
  content: "\ecff";
  margin-left: -1em;
  color: rgb(248, 211, 101);
}
.m-icon-melat-bank-logo--10680.path52:before {
  content: "\ed00";
  margin-left: -1em;
  color: rgb(248, 211, 100);
}
.m-icon-melat-bank-logo--10680.path53:before {
  content: "\ed01";
  margin-left: -1em;
  color: rgb(248, 211, 99);
}
.m-icon-melat-bank-logo--10680.path54:before {
  content: "\ed02";
  margin-left: -1em;
  color: rgb(248, 211, 98);
}
.m-icon-melat-bank-logo--10680.path55:before {
  content: "\ed03";
  margin-left: -1em;
  color: rgb(248, 210, 97);
}
.m-icon-melat-bank-logo--10680.path56:before {
  content: "\ed04";
  margin-left: -1em;
  color: rgb(248, 210, 96);
}
.m-icon-melat-bank-logo--10680.path57:before {
  content: "\ed05";
  margin-left: -1em;
  color: rgb(248, 210, 95);
}
.m-icon-melat-bank-logo--10680.path58:before {
  content: "\ed06";
  margin-left: -1em;
  color: rgb(248, 210, 94);
}
.m-icon-melat-bank-logo--10680.path59:before {
  content: "\ed07";
  margin-left: -1em;
  color: rgb(248, 210, 93);
}
.m-icon-melat-bank-logo--10680.path60:before {
  content: "\ed08";
  margin-left: -1em;
  color: rgb(248, 210, 92);
}
.m-icon-melat-bank-logo--10680.path61:before {
  content: "\ed09";
  margin-left: -1em;
  color: rgb(248, 210, 91);
}
.m-icon-melat-bank-logo--10680.path62:before {
  content: "\ed0a";
  margin-left: -1em;
  color: rgb(248, 210, 90);
}
.m-icon-melat-bank-logo--10680.path63:before {
  content: "\ed0b";
  margin-left: -1em;
  color: rgb(247, 210, 88);
}
.m-icon-melat-bank-logo--10680.path64:before {
  content: "\ed0c";
  margin-left: -1em;
  color: rgb(247, 210, 87);
}
.m-icon-melat-bank-logo--10680.path65:before {
  content: "\ed0d";
  margin-left: -1em;
  color: rgb(247, 210, 86);
}
.m-icon-melat-bank-logo--10680.path66:before {
  content: "\ed0e";
  margin-left: -1em;
  color: rgb(247, 210, 85);
}
.m-icon-melat-bank-logo--10680.path67:before {
  content: "\ed0f";
  margin-left: -1em;
  color: rgb(247, 210, 84);
}
.m-icon-melat-bank-logo--10680.path68:before {
  content: "\ed10";
  margin-left: -1em;
  color: rgb(247, 210, 83);
}
.m-icon-melat-bank-logo--10680.path69:before {
  content: "\ed11";
  margin-left: -1em;
  color: rgb(247, 210, 82);
}
.m-icon-melat-bank-logo--10680.path70:before {
  content: "\ed12";
  margin-left: -1em;
  color: rgb(247, 210, 81);
}
.m-icon-melat-bank-logo--10680.path71:before {
  content: "\ed13";
  margin-left: -1em;
  color: rgb(247, 209, 80);
}
.m-icon-melat-bank-logo--10680.path72:before {
  content: "\ed14";
  margin-left: -1em;
  color: rgb(247, 209, 79);
}
.m-icon-melat-bank-logo--10680.path73:before {
  content: "\ed15";
  margin-left: -1em;
  color: rgb(247, 209, 78);
}
.m-icon-melat-bank-logo--10680.path74:before {
  content: "\ed16";
  margin-left: -1em;
  color: rgb(247, 209, 77);
}
.m-icon-melat-bank-logo--10680.path75:before {
  content: "\ed17";
  margin-left: -1em;
  color: rgb(241, 161, 58);
}
.m-icon-melat-bank-logo--10680.path76:before {
  content: "\ed18";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.m-icon-melat-bank-logo--10680.path77:before {
  content: "\ed19";
  margin-left: -1em;
  color: rgb(35, 31, 32);
}
.m-icon-saderat-bank-logo--10678:before {
  content: "\ed1a";
  color: #29166f;
}
.m-icon-meli-bank-logo--10677.path1:before {
  content: "\ed1b";
  color: rgb(44, 36, 26);
}
.m-icon-meli-bank-logo--10677.path2:before {
  content: "\ed1c";
  margin-left: -1em;
  color: rgb(255, 246, 177);
}
.m-icon-meli-bank-logo--10677.path3:before {
  content: "\ed1d";
  margin-left: -1em;
  color: rgb(227, 6, 18);
}
.m-icon-meli-bank-logo--10677.path4:before {
  content: "\ed1e";
  margin-left: -1em;
  color: rgb(247, 167, 11);
}
.m-icon-meli-bank-logo--10677.path5:before {
  content: "\ed1f";
  margin-left: -1em;
  color: rgb(254, 244, 129);
}
.m-icon-noor-bank-logo--25798.path1:before {
  content: "\ed20";
  color: rgb(115, 203, 204);
}
.m-icon-noor-bank-logo--25798.path2:before {
  content: "\ed21";
  margin-left: -1em;
  color: rgb(1, 80, 154);
}
.m-icon-parsian-bank-logo--10695.path1:before {
  content: "\ed22";
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path2:before {
  content: "\ed23";
  margin-left: -1em;
  color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path3:before {
  content: "\ed24";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path4:before {
  content: "\ed25";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path5:before {
  content: "\ed26";
  margin-left: -1em;
  color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path6:before {
  content: "\ed27";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path7:before {
  content: "\ed28";
  margin-left: -1em;
  color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path8:before {
  content: "\ed29";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path9:before {
  content: "\ed2a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path10:before {
  content: "\ed2b";
  margin-left: -1em;
  color: rgb(150, 14, 21);
}
.m-icon-parsian-bank-logo--10695.path11:before {
  content: "\ed2c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-parsian-bank-logo--10695.path12:before {
  content: "\ed2d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-pasargad-bank-logo--10704.path1:before {
  content: "\ed2e";
  color: rgb(255, 255, 255);
}
.m-icon-pasargad-bank-logo--10704.path2:before {
  content: "\ed2f";
  margin-left: -1em;
  color: rgb(240, 194, 57);
}
.m-icon-post-bank-logo--10697.path1:before {
  content: "\ed30";
  color: rgb(0, 156, 75);
}
.m-icon-post-bank-logo--10697.path2:before {
  content: "\ed31";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path3:before {
  content: "\ed32";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path4:before {
  content: "\ed33";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path5:before {
  content: "\ed34";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path6:before {
  content: "\ed35";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path7:before {
  content: "\ed36";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path8:before {
  content: "\ed37";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path9:before {
  content: "\ed38";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path10:before {
  content: "\ed39";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path11:before {
  content: "\ed3a";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path12:before {
  content: "\ed3b";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path13:before {
  content: "\ed3c";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path14:before {
  content: "\ed3d";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-post-bank-logo--10697.path15:before {
  content: "\ed3e";
  margin-left: -1em;
  color: rgb(235, 31, 77);
}
.m-icon-refah-bank-logo--10690:before {
  content: "\ed3f";
  color: #004b7f;
}
.m-icon-refah:before {
  content: "\e925";
}
.m-icon-resalat-bank-logo--10705.path1:before {
  content: "\ed40";
  color: rgb(0, 154, 174);
}
.m-icon-resalat-bank-logo--10705.path2:before {
  content: "\ed41";
  margin-left: -1em;
  color: rgb(93, 93, 94);
}
.m-icon-saman-bank-logo--10684.path1:before {
  content: "\ed42";
  color: rgb(124, 208, 245);
}
.m-icon-saman-bank-logo--10684.path2:before {
  content: "\ed43";
  margin-left: -1em;
  color: rgb(2, 170, 232);
}
.m-icon-saman-bank-logo--10684.path3:before {
  content: "\ed44";
  margin-left: -1em;
  color: rgb(0, 111, 184);
}
.m-icon-saman-bank-logo--10684.path4:before {
  content: "\ed45";
  margin-left: -1em;
  color: rgb(2, 75, 143);
}
.m-icon-samen-bank-logo--10712:before {
  content: "\ed46";
  color: #008570;
}
.m-icon-sanat-madan-bank-logo--10707.path1:before {
  content: "\ed47";
  color: rgb(168, 139, 83);
}
.m-icon-sanat-madan-bank-logo--10707.path2:before {
  content: "\ed48";
  margin-left: -1em;
  color: rgb(68, 98, 114);
}
.m-icon-sarmayeh-bank-logo--10687.path1:before {
  content: "\ed49";
  color: rgb(167, 167, 167);
}
.m-icon-sarmayeh-bank-logo--10687.path2:before {
  content: "\ed4a";
  margin-left: -1em;
  color: rgb(33, 75, 106);
}
.m-icon-sepah-bank-logo--10686.path1:before {
  content: "\ed4b";
  color: rgb(232, 101, 29);
}
.m-icon-sepah-bank-logo--10686.path2:before {
  content: "\ed4c";
  margin-left: -1em;
  color: rgb(79, 79, 79);
}
.m-icon-shahr-bank-logo--10698:before {
  content: "\ed4d";
  color: #df343a;
}
.m-icon-shaparak-logo--10714.path1:before {
  content: "\ed4e";
  color: rgb(125, 153, 203);
}
.m-icon-shaparak-logo--10714.path2:before {
  content: "\ed4f";
  margin-left: -1em;
  color: rgb(95, 146, 228);
}
.m-icon-shetab-logo--10710:before {
  content: "\ed50";
  color: #3497fd;
}
.m-icon-sina-bank-logo--10694.path1:before {
  content: "\ed51";
  color: rgb(25, 73, 158);
}
.m-icon-sina-bank-logo--10694.path2:before {
  content: "\ed52";
  margin-left: -1em;
  color: rgb(25, 73, 158);
}
.m-icon-sina-bank-logo--10694.path3:before {
  content: "\ed53";
  margin-left: -1em;
  color: rgb(25, 73, 158);
}
.m-icon-sina-bank-logo--10694.path4:before {
  content: "\ed54";
  margin-left: -1em;
  color: rgb(252, 185, 19);
}
.m-icon-tat-bank-logo--10706.path1:before {
  content: "\ed55";
  color: rgb(215, 180, 90);
}
.m-icon-tat-bank-logo--10706.path2:before {
  content: "\ed56";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path3:before {
  content: "\ed57";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path4:before {
  content: "\ed58";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path5:before {
  content: "\ed59";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path6:before {
  content: "\ed5a";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path7:before {
  content: "\ed5b";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path8:before {
  content: "\ed5c";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path9:before {
  content: "\ed5d";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path10:before {
  content: "\ed5e";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path11:before {
  content: "\ed5f";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tat-bank-logo--10706.path12:before {
  content: "\ed60";
  margin-left: -1em;
  color: rgb(125, 78, 50);
}
.m-icon-tejarat-bank-logo--10679:before {
  content: "\ed61";
  color: #2e428d;
}
.m-icon-tosee-saderat-bank-logo--10692:before {
  content: "\ed62";
  color: #046b10;
}
.m-icon-tosee-taavon-bank-logo--10699.path1:before {
  content: "\ed63";
  color: rgb(10, 137, 146);
}
.m-icon-tosee-taavon-bank-logo--10699.path2:before {
  content: "\ed64";
  margin-left: -1em;
  color: rgb(112, 111, 110);
}
.m-icon-abadan--10332:before {
  content: "\ed65";
}
.m-icon-aflak--10344:before {
  content: "\ed66";
}
.m-icon-aftab--10342:before {
  content: "\ed67";
}
.m-icon-alborz--10313:before {
  content: "\ed68";
}
.m-icon-amouzesh--10303:before {
  content: "\ed69";
}
.m-icon-ara--10310:before {
  content: "\ed6a";
}
.m-icon-atrak--10326:before {
  content: "\ed6b";
}
.m-icon-azarbayjangharbi--10315:before {
  content: "\ed6c";
}
.m-icon-baran--10340:before {
  content: "\ed6d";
}
.m-icon-bushehr--10317:before {
  content: "\ed6e";
}
.m-icon-chanel-four--10293:before {
  content: "\ed6f";
}
.m-icon-chanel-one--10290:before {
  content: "\ed70";
}
.m-icon-chanel-three--10292:before {
  content: "\ed71";
}
.m-icon-chanel-two--10291:before {
  content: "\ed72";
}
.m-icon-dena--10311:before {
  content: "\ed73";
}
.m-icon-esfahan--10312:before {
  content: "\ed74";
}
.m-icon-eshragh--10319:before {
  content: "\ed75";
}
.m-icon-fars--10336:before {
  content: "\ed76";
}
.m-icon-hamoon--10325:before {
  content: "\ed77";
}
.m-icon-ifilm--10300:before {
  content: "\ed78";
}
.m-icon-ilam--10314:before {
  content: "\ed79";
}
.m-icon-irankala--10334:before {
  content: "\ed7a";
}
.m-icon-irinn--10295:before {
  content: "\ed7b";
}
.m-icon-jahanbin--10316:before {
  content: "\ed7c";
}
.m-icon-jam-jam--10306:before {
  content: "\ed7d";
}
.m-icon-kerman--10327:before {
  content: "\ed7e";
}
.m-icon-khalijefars--10343:before {
  content: "\ed7f";
}
.m-icon-khavaran--10320:before {
  content: "\ed80";
}
.m-icon-khoozestan--10337:before {
  content: "\ed81";
}
.m-icon-khorasan-razavi--10338:before {
  content: "\ed82";
}
.m-icon-kish--10329:before {
  content: "\ed83";
}
.m-icon-kordestan--10339:before {
  content: "\ed84";
}
.m-icon-labbayk--10346:before {
  content: "\ed85";
}
.m-icon-mahabad--10333:before {
  content: "\ed86";
}
.m-icon-mostanad--10302:before {
  content: "\ed87";
}
.m-icon-namayesh--10301:before {
  content: "\ed88";
}
.m-icon-nasim--10297:before {
  content: "\ed89";
}
.m-icon-noor--10330:before {
  content: "\ed8a";
}
.m-icon-ofogh--10308:before {
  content: "\ed8b";
}
.m-icon-omid--10307:before {
  content: "\ed8c";
}
.m-icon-pooya--10299:before {
  content: "\ed8d";
}
.m-icon-qazvin--10324:before {
  content: "\ed8e";
}
.m-icon-quran--10304:before {
  content: "\ed8f";
}
.m-icon-sabalan--10331:before {
  content: "\ed90";
}
.m-icon-sabz--10321:before {
  content: "\ed91";
}
.m-icon-sahand--10335:before {
  content: "\ed92";
}
.m-icon-salamat--10305:before {
  content: "\ed93";
}
.m-icon-semnan--10341:before {
  content: "\ed94";
}
.m-icon-sepehr--10345:before {
  content: "\ed95";
}
.m-icon-shoma--10309:before {
  content: "\ed96";
}
.m-icon-sina--10323:before {
  content: "\ed97";
}
.m-icon-tabarestan--10322:before {
  content: "\ed98";
}
.m-icon-tamasha--10298:before {
  content: "\ed99";
}
.m-icon-tehran--10294:before {
  content: "\ed9a";
}
.m-icon-varzesh--10296:before {
  content: "\ed9b";
}
.m-icon-yazd--10328:before {
  content: "\ed9c";
}
.m-icon-zagros--10318:before {
  content: "\ed9d";
}
.m-icon-abadan--10275:before {
  content: "\ed9e";
}
.m-icon-aflak--10287.path1:before {
  content: "\ed9f";
  color: rgb(244, 184, 4);
}
.m-icon-aflak--10287.path2:before {
  content: "\eda0";
  margin-left: -1em;
  color: rgb(244, 184, 4);
}
.m-icon-aflak--10287.path3:before {
  content: "\eda1";
  margin-left: -1em;
  color: rgb(242, 238, 6);
}
.m-icon-aftab--10285:before {
  content: "\eda2";
  color: #fcba04;
}
.m-icon-alborz--10256:before {
  content: "\eda3";
  color: #00edd6;
}
.m-icon-amouzesh--10246:before {
  content: "\eda4";
  color: #fe9a2e;
}
.m-icon-ara--10253.path1:before {
  content: "\eda5";
  color: rgb(0, 100, 2);
}
.m-icon-ara--10253.path2:before {
  content: "\eda6";
  margin-left: -1em;
  color: rgb(216, 0, 1);
}
.m-icon-ara--10253.path3:before {
  content: "\eda7";
  margin-left: -1em;
  color: rgb(230, 230, 230);
}
.m-icon-atrak--10269:before {
  content: "\eda8";
  color: #f8c000;
}
.m-icon-azarbayjangharbi--10258:before {
  content: "\eda9";
  color: #00a2e8;
}
.m-icon-baran--10283:before {
  content: "\edaa";
  color: #008cff;
}
.m-icon-bushehr--10260.path1:before {
  content: "\edab";
  color: rgb(250, 227, 147);
}
.m-icon-bushehr--10260.path2:before {
  content: "\edac";
  margin-left: -1em;
  color: rgb(250, 227, 147);
}
.m-icon-bushehr--10260.path3:before {
  content: "\edad";
  margin-left: -1em;
  color: rgb(220, 203, 165);
}
.m-icon-bushehr--10260.path4:before {
  content: "\edae";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-chanel-four--10236:before {
  content: "\edaf";
  color: #00b8c0;
}
.m-icon-chanel-one--10233:before {
  content: "\edb0";
  color: #009bed;
}
.m-icon-chanel-three--10235:before {
  content: "\edb1";
  color: #d81a60;
}
.m-icon-chanel-two--10234:before {
  content: "\edb2";
  color: #f9a203;
}
.m-icon-dena--10254:before {
  content: "\edb3";
  color: #22b14c;
}
.m-icon-esfahan--10255:before {
  content: "\edb4";
  color: #00a2e8;
}
.m-icon-eshragh--10262:before {
  content: "\edb5";
  color: #ac3516;
}
.m-icon-fars--10279.path1:before {
  content: "\edb6";
  color: rgb(254, 179, 17);
}
.m-icon-fars--10279.path2:before {
  content: "\edb7";
  margin-left: -1em;
  color: rgb(254, 179, 17);
}
.m-icon-fars--10279.path3:before {
  content: "\edb8";
  margin-left: -1em;
  color: rgb(254, 179, 17);
}
.m-icon-fars--10279.path4:before {
  content: "\edb9";
  margin-left: -1em;
  color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path5:before {
  content: "\edba";
  margin-left: -1em;
  color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path6:before {
  content: "\edbb";
  margin-left: -1em;
  color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path7:before {
  content: "\edbc";
  margin-left: -1em;
  color: rgb(254, 201, 2);
}
.m-icon-fars--10279.path8:before {
  content: "\edbd";
  margin-left: -1em;
  color: rgb(254, 179, 17);
}
.m-icon-hamoon--10268:before {
  content: "\edbe";
  color: #020fb5;
}
.m-icon-ifilm--10243:before {
  content: "\edbf";
}
.m-icon-ilam--10257:before {
  content: "\edc0";
  color: #dd3d23;
}
.m-icon-irankala--10277.path1:before {
  content: "\edc1";
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path2:before {
  content: "\edc2";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path3:before {
  content: "\edc3";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path4:before {
  content: "\edc4";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path5:before {
  content: "\edc5";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path6:before {
  content: "\edc6";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path7:before {
  content: "\edc7";
  margin-left: -1em;
  color: rgb(111, 177, 9);
}
.m-icon-irankala--10277.path8:before {
  content: "\edc8";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path9:before {
  content: "\edc9";
  margin-left: -1em;
  color: rgb(111, 177, 9);
}
.m-icon-irankala--10277.path10:before {
  content: "\edca";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irankala--10277.path11:before {
  content: "\edcb";
  margin-left: -1em;
  color: rgb(132, 133, 135);
}
.m-icon-irinn--10238:before {
  content: "\edcc";
  color: #f4710f;
}
.m-icon-jahanbin--10259:before {
  content: "\edcd";
  color: #c00;
}
.m-icon-jam-jam--10249:before {
  content: "\edce";
  color: #27ae61;
}
.m-icon-kerman--10270:before {
  content: "\edcf";
  color: #04bdd4;
}
.m-icon-khalijefars--10286.path1:before {
  content: "\edd0";
  color: rgb(186, 209, 44);
}
.m-icon-khalijefars--10286.path2:before {
  content: "\edd1";
  margin-left: -1em;
  color: rgb(37, 99, 163);
}
.m-icon-khavaran--10263:before {
  content: "\edd2";
  color: #3901ea;
}
.m-icon-khoozestan--10280.path1:before {
  content: "\edd3";
  color: rgb(195, 195, 195);
}
.m-icon-khoozestan--10280.path2:before {
  content: "\edd4";
  margin-left: -1em;
  color: rgb(0, 162, 232);
}
.m-icon-khorasan-razavi--10281:before {
  content: "\edd5";
}
.m-icon-kish--10272.path1:before {
  content: "\edd6";
  color: rgb(195, 195, 195);
}
.m-icon-kish--10272.path2:before {
  content: "\edd7";
  margin-left: -1em;
  color: rgb(0, 162, 232);
}
.m-icon-kordestan--10282.path1:before {
  content: "\edd8";
  color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path2:before {
  content: "\edd9";
  margin-left: -1em;
  color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path3:before {
  content: "\edda";
  margin-left: -1em;
  color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path4:before {
  content: "\eddb";
  margin-left: -1em;
  color: rgb(250, 175, 64);
}
.m-icon-kordestan--10282.path5:before {
  content: "\eddc";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-kordestan--10282.path6:before {
  content: "\eddd";
  margin-left: -1em;
  color: rgb(255, 0, 0);
}
.m-icon-kordestan--10282.path7:before {
  content: "\edde";
  margin-left: -1em;
  color: rgb(255, 0, 0);
}
.m-icon-kordestan--10282.path8:before {
  content: "\eddf";
  margin-left: -1em;
  color: rgb(255, 0, 0);
}
.m-icon-labbayk--10289.path1:before {
  content: "\ede0";
  color: rgb(255, 255, 255);
}
.m-icon-labbayk--10289.path2:before {
  content: "\ede1";
  margin-left: -1em;
  color: rgb(26, 26, 26);
}
.m-icon-mahabad--10276:before {
  content: "\ede2";
  color: #00a2e8;
}
.m-icon-mostanad--10245.path1:before {
  content: "\ede3";
  color: rgb(252, 213, 14);
}
.m-icon-mostanad--10245.path2:before {
  content: "\ede4";
  margin-left: -1em;
  color: rgb(252, 213, 14);
}
.m-icon-mostanad--10245.path3:before {
  content: "\ede5";
  margin-left: -1em;
  color: rgb(145, 168, 173);
}
.m-icon-mostanad--10245.path4:before {
  content: "\ede6";
  margin-left: -1em;
  color: rgb(145, 168, 173);
}
.m-icon-namayesh--10244:before {
  content: "\ede7";
  color: #fb7b12;
}
.m-icon-nasim--10240:before {
  content: "\ede8";
  color: #ff0038;
}
.m-icon-noor--10273.path1:before {
  content: "\ede9";
  color: rgb(45, 192, 255);
}
.m-icon-noor--10273.path2:before {
  content: "\edea";
  margin-left: -1em;
  color: rgb(255, 255, 0);
}
.m-icon-ofogh--10251:before {
  content: "\edeb";
  color: #f46f22;
}
.m-icon-omid--10250:before {
  content: "\edec";
}
.m-icon-pooya--10242.path1:before {
  content: "\eded";
  color: rgb(254, 193, 14);
}
.m-icon-pooya--10242.path2:before {
  content: "\edee";
  margin-left: -1em;
  color: rgb(197, 22, 141);
}
.m-icon-pooya--10242.path3:before {
  content: "\edef";
  margin-left: -1em;
  color: rgb(254, 193, 14);
}
.m-icon-pooya--10242.path4:before {
  content: "\edf0";
  margin-left: -1em;
  color: rgb(254, 193, 14);
}
.m-icon-qazvin--10267:before {
  content: "\edf1";
  color: #0080c2;
}
.m-icon-quran--10247.path1:before {
  content: "\edf2";
  color: rgb(26, 26, 26);
}
.m-icon-quran--10247.path2:before {
  content: "\edf3";
  margin-left: -1em;
  color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path3:before {
  content: "\edf4";
  margin-left: -1em;
  color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path4:before {
  content: "\edf5";
  margin-left: -1em;
  color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path5:before {
  content: "\edf6";
  margin-left: -1em;
  color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path6:before {
  content: "\edf7";
  margin-left: -1em;
  color: rgb(228, 177, 76);
}
.m-icon-quran--10247.path7:before {
  content: "\edf8";
  margin-left: -1em;
  color: rgb(228, 177, 76);
}
.m-icon-sabalan--10274:before {
  content: "\edf9";
  color: #e7b828;
}
.m-icon-sabz--10264:before {
  content: "\edfa";
  color: #91d00d;
}
.m-icon-sahand--10278:before {
  content: "\edfb";
  color: #00a2e8;
}
.m-icon-salamat--10248.path1:before {
  content: "\edfc";
  color: rgb(7, 146, 26);
}
.m-icon-salamat--10248.path2:before {
  content: "\edfd";
  margin-left: -1em;
  color: rgb(216, 13, 13);
}
.m-icon-salamat--10248.path3:before {
  content: "\edfe";
  margin-left: -1em;
  color: rgb(140, 204, 6);
}
.m-icon-salamat--10248.path4:before {
  content: "\edff";
  margin-left: -1em;
  color: rgb(216, 13, 13);
}
.m-icon-semnan--10284:before {
  content: "\ee00";
  color: #feb311;
}
.m-icon-sepehr--10288.path1:before {
  content: "\ee01";
  color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path2:before {
  content: "\ee02";
  margin-left: -1em;
  color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path3:before {
  content: "\ee03";
  margin-left: -1em;
  color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path4:before {
  content: "\ee04";
  margin-left: -1em;
  color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path5:before {
  content: "\ee05";
  margin-left: -1em;
  color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path6:before {
  content: "\ee06";
  margin-left: -1em;
  color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path7:before {
  content: "\ee07";
  margin-left: -1em;
  color: rgb(33, 169, 179);
}
.m-icon-sepehr--10288.path8:before {
  content: "\ee08";
  margin-left: -1em;
  color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path9:before {
  content: "\ee09";
  margin-left: -1em;
  color: rgb(251, 71, 82);
}
.m-icon-sepehr--10288.path10:before {
  content: "\ee0a";
  margin-left: -1em;
  color: rgb(251, 71, 82);
}
.m-icon-shoma--10252.path1:before {
  content: "\ee0b";
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path2:before {
  content: "\ee0c";
  margin-left: -1em;
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path3:before {
  content: "\ee0d";
  margin-left: -1em;
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path4:before {
  content: "\ee0e";
  margin-left: -1em;
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path5:before {
  content: "\ee0f";
  margin-left: -1em;
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path6:before {
  content: "\ee10";
  margin-left: -1em;
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path7:before {
  content: "\ee11";
  margin-left: -1em;
  color: rgb(195, 195, 195);
}
.m-icon-shoma--10252.path8:before {
  content: "\ee12";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.m-icon-sina--10266:before {
  content: "\ee13";
  color: #09f;
}
.m-icon-tabarestan--10265:before {
  content: "\ee14";
  color: #f3a41c;
}
.m-icon-tamasha--10241:before {
  content: "\ee15";
  color: #f39c11;
}
.m-icon-tehran--10237.path1:before {
  content: "\ee16";
  color: rgb(185, 46, 87);
}
.m-icon-tehran--10237.path2:before {
  content: "\ee17";
  margin-left: -1em;
  color: rgb(185, 46, 87);
}
.m-icon-tehran--10237.path3:before {
  content: "\ee18";
  margin-left: -1em;
  color: rgb(242, 166, 31);
}
.m-icon-tehran--10237.path4:before {
  content: "\ee19";
  margin-left: -1em;
  color: rgb(185, 46, 87);
}
.m-icon-varzesh--10239.path1:before {
  content: "\ee1a";
  color: rgb(136, 136, 136);
}
.m-icon-varzesh--10239.path2:before {
  content: "\ee1b";
  margin-left: -1em;
  color: rgb(238, 112, 2);
}
.m-icon-yazd--10271:before {
  content: "\ee1c";
  color: #fc0;
}
.m-icon-zagros--10261:before {
  content: "\ee1d";
  color: #06f;
}
.m-icon-a39ffd5bef46170e1f84.path1:before {
  content: "\ee1e";
  color: rgb(230, 231, 232);
}
.m-icon-a39ffd5bef46170e1f84.path2:before {
  content: "\ee1f";
  margin-left: -1.0068359375em;
  color: rgb(77, 77, 77);
}
.m-icon-gap:before {
  content: "\e900";
}
.m-icon-bisphone:before {
  content: "\e916";
}
.m-icon-aparat:before {
  content: "\e919";
}
.m-icon-cloob:before {
  content: "\e91a";
}
.m-icon-gardeshgari:before {
  content: "\e91c";
}
.m-icon-iranzamin:before {
  content: "\e91e";
}
.m-icon-saderat:before {
  content: "\e926";
}
.m-icon-mellat:before {
  content: "\e922";
}
.m-icon-Hekmat:before {
  content: "\e91d";
}
.m-icon-tejarat:before {
  content: "\e97f";
}
.m-icon-ghavamin:before {
  content: "\e91f";
}
.m-icon-melli:before {
  content: "\e923";
}
.m-icon-markazi:before {
  content: "\e920";
}
.m-icon-dey:before {
  content: "\e91b";
}
.m-icon-Enbank:before {
  content: "\e918";
}
.m-icon-mehr:before {
  content: "\e921";
}
.m-icon-parsian:before {
  content: "\e924";
}
.m-icon-salehin:before {
  content: "\e927";
}
.m-icon-saman:before {
  content: "\e928";
}
.m-icon-sarmayeh:before {
  content: "\e929";
}
.m-icon-Mahak:before {
  content: "\e93e";
}
.m-icon-Maskan:before {
  content: "\e940";
}
.m-icon-MEBank:before {
  content: "\e941";
}
.m-icon-Mehreghtesad:before {
  content: "\e942";
}
.m-icon-Mehriran:before {
  content: "\e947";
}
.m-icon-eitaa:before {
  content: "\e97c";
}
.m-icon-soroush:before {
  content: "\e97d";
}
.m-icon-bale:before {
  content: "\e97e";
}
.m-icon-Pasargad:before {
  content: "\e99b";
}
.m-icon-PayamNoor:before {
  content: "\e99d";
}
.m-icon-SanatMadan:before {
  content: "\e9c7";
}
.m-icon-Shahr:before {
  content: "\e9d1";
}
.m-icon-Shetab:before {
  content: "\e9d3";
}
.m-icon-Sina:before {
  content: "\e9d4";
}
.m-icon-Tosse:before {
  content: "\ea09";
}
.m-icon-ZarinPal:before {
  content: "\ea12";
}
.m-icon-Shaparak:before {
  content: "\e9d2";
}
.m-icon-Afzal-toos:before {
  content: "\ea13";
}

@keyframes slideInRight {
	from {
		transform: translate3d(100%, 0, 0);
		visibility: visible;
	}
	to {
		transform: translate3d(0, 0, 0);
	}
}
.slideInRight {
	animation-name: slideInRight;
}

.elementor-animation-shrink {
	transition-duration: 0.3s;
	transition-property: transform;
}
.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
	transform: scale(0.9);
}

@keyframes elementor-animation-pulse-shrink {
	to {
		transform: scale(0.9);
	}
}
.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
	animation-name: elementor-animation-pulse-shrink;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

@keyframes elementor-animation-pop {
	50% {
		transform: scale(1.2);
	}
}
.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
	animation-name: elementor-animation-pop;
	animation-duration: 0.3s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}

@keyframes elementor-animation-hang {
	0% {
		transform: translateY(8px);
	}
	50% {
		transform: translateY(4px);
	}
	100% {
		transform: translateY(8px);
	}
}
@keyframes elementor-animation-hang-sink {
	100% {
		transform: translateY(8px);
	}
}
.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
	animation-name: elementor-animation-hang-sink, elementor-animation-hang;
	animation-duration: 0.3s, 1.5s;
	animation-delay: 0s, 0.3s;
	animation-timing-function: ease-out, ease-in-out;
	animation-iteration-count: 1, infinite;
	animation-fill-mode: forwards;
	animation-direction: normal, alternate;
}

.elementor-animation-grow {
	transition-duration: 0.3s;
	transition-property: transform;
}
.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
	transform: scale(1.1);
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	animation-name: fadeIn;
}

@keyframes bounceIn {
	20%,
	40%,
	60%,
	80%,
	from,
	to {
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	animation-name: bounceIn;
}

.elementor-animation-bounce-in {
	transition-duration: 0.5s;
}
.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
	transform: scale(1.2);
	transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.elementor-kit-10{--e-global-color-primary:#173E56;--e-global-color-secondary:#386FA4;--e-global-color-text:#D5D5D5;--e-global-color-accent:#353535;--e-global-color-3418b50:#FFFFFF;--e-global-color-a5eed5a:#A0B8C7;--e-global-color-538e6e1:#173E5647;--e-global-typography-text-font-family:"Mikhak";font-feature-settings:"numr";--e-global-typography-text-font-size:25px;--e-global-typography-text-font-weight:700;--e-global-typography-primary-font-family:"Mikhak";--e-global-typography-primary-font-size:20px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Mikhak";--e-global-typography-secondary-font-size:15px;--e-global-typography-secondary-font-weight:500;--e-global-typography-accent-font-family:"VazirMatn";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}

.elementor-17 .elementor-element.elementor-element-5cd5e7e{--display:flex;--min-height:40px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 5px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:5px;--border-left-width:0px;border-color:var( --e-global-color-secondary );--border-color:var( --e-global-color-secondary );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-5cd5e7e:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-5cd5e7e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-fb5a16c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 0px 0px 0px;text-align:center;}.elementor-17 .elementor-element.elementor-element-fb5a16c.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-fb5a16c .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:20px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-a1b0f1b{--display:flex;--min-height:40px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 0px 5px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:5px;--border-left-width:0px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-a1b0f1b:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-a1b0f1b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#A0B8C7;}.elementor-17 .elementor-element.elementor-element-9fe09e9{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 0px 0px 0px;text-align:center;}.elementor-17 .elementor-element.elementor-element-9fe09e9.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-9fe09e9 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:20px;font-weight:600;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-621dfac{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-4e84cf9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-85px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-4e84cf9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-4683b2d{width:var( --container-widget-width, 102.755% );max-width:102.755%;margin:-17px -15px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:102.755%;--container-widget-flex-grow:0;}.elementor-17 .elementor-element.elementor-element-4683b2d.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-4683b2d img{width:130%;}.elementor-17 .elementor-element.elementor-element-fe4327e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-15px;}.elementor-17 .elementor-element.elementor-element-fe4327e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-2b883b2 .e-search-input{background-color:var( --e-global-color-3418b50 );font-family:"Mikhak", Sans-serif;border-style:none;border-radius:25px 25px 25px 25px;}.elementor-17 .elementor-element.elementor-element-2b883b2 .e-search-submit{background-color:#D1131300;}.elementor-17 .elementor-element.elementor-element-2b883b2{width:var( --container-widget-width, 119.462% );max-width:119.462%;margin:16px 0px calc(var(--kit-widget-spacing, 0px) + -20px) 0px;padding:0px 0px 0px 0px;--container-widget-width:119.462%;--container-widget-flex-grow:0;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-538e6e1 );border-radius:20px 20px 20px 20px;--e-search-placeholder-color:var( --e-global-color-538e6e1 );--e-search-input-color:var( --e-global-color-primary );--e-search-input-padding-block-start:15px;--e-search-input-padding-inline-start:15px;--e-search-input-padding-block-end:0px;--e-search-input-padding-inline-end:0px;--e-search-icon-clear-size:18px;--e-search-icon-clear-color:var( --e-global-color-secondary );--e-search-icon-submit-size:25px;--e-search-submit-icon-gap:0px;--e-search-icon-submit-color:var( --e-global-color-primary );--e-search-submit-border-radius:0px 0px 0px 0px;--e-search-submit-padding:0px -1px 0px 50px;}.elementor-17 .elementor-element.elementor-element-2b883b2.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-2b883b2.e-focus{--e-search-input-color:#CCCCCC;}.elementor-17 .elementor-element.elementor-element-2b883b2 .e-search-submit span{font-family:"Gandom", Sans-serif;font-size:13px;}.elementor-17 .elementor-element.elementor-element-a32394e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-8px;}.elementor-17 .elementor-element.elementor-element-a32394e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-964f643{--display:flex;--min-height:0px;border-style:none;--border-style:none;--border-radius:15px 15px 15px 15px;}.elementor-17 .elementor-element.elementor-element-964f643.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-133a021{width:var( --container-widget-width, 104.444% );max-width:104.444%;margin:8px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:104.444%;--container-widget-flex-grow:0;text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:20px;font-weight:700;color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-133a021.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-133a021 p{margin-block-end:3px;}.elementor-17 .elementor-element.elementor-element-133a021 a{color:var( --e-global-color-primary );transition-duration:0.2s;}.elementor-17 .elementor-element.elementor-element-133a021 a:hover, .elementor-17 .elementor-element.elementor-element-133a021 a:focus{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-d23a6a9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-12px;}.elementor-17 .elementor-element.elementor-element-d23a6a9.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-e2c0864{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:-8px;}.elementor-17 .elementor-element.elementor-element-e2c0864.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-1ddd105{width:var( --container-widget-width, 22% );max-width:22%;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:13px 0px 2px 0px;--container-widget-width:22%;--container-widget-flex-grow:0;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-538e6e1 );border-radius:22px 22px 22px 22px;}.elementor-17 .elementor-element.elementor-element-1ddd105.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-1ddd105:hover{border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:22px 22px 22px 22px;}.elementor-17 .elementor-element.elementor-element-1ddd105 .elementor-icon-wrapper{text-align:center;}.elementor-17 .elementor-element.elementor-element-1ddd105.elementor-view-stacked .elementor-icon{background-color:#173E56;}.elementor-17 .elementor-element.elementor-element-1ddd105.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-1ddd105.elementor-view-default .elementor-icon{color:#173E56;border-color:#173E56;}.elementor-17 .elementor-element.elementor-element-1ddd105.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-1ddd105.elementor-view-default .elementor-icon svg{fill:#173E56;}.elementor-17 .elementor-element.elementor-element-1ddd105 .elementor-icon{font-size:25px;}.elementor-17 .elementor-element.elementor-element-1ddd105 .elementor-icon svg{height:25px;}.elementor-17 .elementor-element.elementor-element-1ddd105 .elementor-icon i, .elementor-17 .elementor-element.elementor-element-1ddd105 .elementor-icon svg{transform:rotate(0deg);}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__close-button, .elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__close-button-custom{margin-right:auto;}.elementor-17 .elementor-element.elementor-element-eabfeb3{width:var( --container-widget-width, 22% );max-width:22%;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:22%;--container-widget-flex-grow:0;--main-alignment:center;--price-quantity-position--grid-template-rows:auto 75%;--price-quantity-position--align-self:start;--divider-style:solid;--subtotal-divider-style:solid;--view-cart-button-display:none;--cart-footer-layout:1fr;--cart-buttons-position-margin:auto;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-icon-color:var( --e-global-color-primary );--toggle-button-background-color:var( --e-global-color-3418b50 );--toggle-button-border-color:var( --e-global-color-538e6e1 );--toggle-button-icon-hover-color:var( --e-global-color-primary );--toggle-button-hover-border-color:var( --e-global-color-primary );--toggle-button-border-width:1px;--toggle-button-border-radius:22px;--toggle-icon-size:25px;--toggle-icon-padding:13px 20px 13px 20px;--items-indicator-text-color:var( --e-global-color-3418b50 );--cart-background-color:var( --e-global-color-text );--cart-border-style:none;--cart-border-radius:16px 16px 16px 16px;--cart-close-button-color:var( --e-global-color-primary );--remove-item-button-color:#FF0000;--remove-item-button-hover-color:#000000A1;--menu-cart-subtotal-color:var( --e-global-color-secondary );--product-variations-color:var( --e-global-color-secondary );--product-price-color:var( --e-global-color-secondary );--divider-color:var( --e-global-color-538e6e1 );--subtotal-divider-color:var( --e-global-color-538e6e1 );--cart-footer-buttons-border-radius:20px;--checkout-button-text-color:var( --e-global-color-3418b50 );--checkout-button-background-color:var( --e-global-color-primary );--checkout-button-hover-background-color:var( --e-global-color-secondary );--empty-message-color:var( --e-global-color-text );}.elementor-17 .elementor-element.elementor-element-eabfeb3.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__subtotal{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-primary-font-feature-settings );font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product-name a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:700;color:#173E56;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product .variation{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-accent-font-feature-settings );font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product-price{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:700;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product-price .product-quantity{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__footer-buttons .elementor-button{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__footer-buttons a.elementor-button--checkout{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .woocommerce-mini-cart__empty-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-secondary-font-feature-settings );font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button{background-color:#C0E1B100;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-radius:32px 32px 32px 32px;padding:15px 15px 15px 15px;}.elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button:hover, .elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-f470ec1{width:var( --container-widget-width, 65% );max-width:65%;margin:10px 9px calc(var(--kit-widget-spacing, 0px) + 0px) -35px;padding:0px 0px 0px 0px;--container-widget-width:65%;--container-widget-flex-grow:0;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-f470ec1.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button .elementor-button-content-wrapper{justify-content:center;}.elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button:hover svg, .elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button:focus svg{fill:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button{background-color:#C0E1B100;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-radius:32px 32px 32px 32px;padding:15px 15px 15px 15px;}.elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button:hover, .elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-40a9332{width:var( --container-widget-width, 65% );max-width:65%;margin:10px 9px calc(var(--kit-widget-spacing, 0px) + 0px) -35px;padding:0px 0px 0px 0px;--container-widget-width:65%;--container-widget-flex-grow:0;border-style:none;border-radius:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-40a9332.elementor-element{--align-self:stretch;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button .elementor-button-content-wrapper{justify-content:center;}.elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button:hover svg, .elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button:focus svg{fill:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-d7a7684{--display:flex;--margin-top:-15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-54593ed{margin:-25px 10px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-menu-toggle{margin:0 auto;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu .elementor-item{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );padding-left:50px;padding-right:50px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main .elementor-item:hover,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-a5eed5a );}.elementor-17 .elementor-element.elementor-element-54593ed .e--pointer-framed .elementor-item:before,
					.elementor-17 .elementor-element.elementor-element-54593ed .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-a5eed5a );}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a, .elementor-17 .elementor-element.elementor-element-54593ed .elementor-menu-toggle{color:var( --e-global-color-3418b50 );fill:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown{background-color:var( --e-global-color-primary );border-radius:0px 0px 10px 10px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a:hover,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a:focus,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a.highlighted,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-menu-toggle:hover,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-menu-toggle:focus{color:var( --e-global-color-3418b50 );}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a:hover,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a:focus,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a.highlighted{background-color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown .elementor-item, .elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown li:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown li:last-child a{border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main .elementor-nav-menu--dropdown, .elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu__container.elementor-nav-menu--dropdown{box-shadow:0px 5px 15px 0px rgba(35.64687500000001, 35.64687500000001, 35.64687500000001, 0.5);}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown a{padding-left:14px;padding-right:14px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--dropdown li:not(:last-child){border-style:solid;border-color:var( --e-global-color-a5eed5a );border-bottom-width:1px;}.elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-17 .elementor-element.elementor-element-54593ed .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:0px !important;}.elementor-17 .elementor-element.elementor-element-4fe8892{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-82c5f37{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;border-style:solid;--border-style:solid;border-color:#173E5661;--border-color:#173E5661;}.elementor-17 .elementor-element.elementor-element-201d6a5{border-style:solid;border-color:#173E5661;}.elementor-17 .elementor-element.elementor-element-201d6a5:hover{border-style:solid;}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__container{min-height:40px;}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__submit{min-width:40px;--e-search-form-submit-text-color:var( --e-global-color-primary );background-color:var( --e-global-color-3418b50 );}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__icon{padding-left:calc(40px / 3);}body.rtl .elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__icon{padding-right:calc(40px / 3);}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__input, .elementor-17 .elementor-element.elementor-element-201d6a5.elementor-search-form--button-type-text .elementor-search-form__submit{padding-left:calc(40px / 3);padding-right:calc(40px / 3);}.elementor-17 .elementor-element.elementor-element-201d6a5 input[type="search"].elementor-search-form__input{font-family:"Mikhak", Sans-serif;font-size:40px;font-weight:300;}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__input,
					.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__icon,
					.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-lightbox .dialog-lightbox-close-button,
					.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-lightbox .dialog-lightbox-close-button:hover,
					.elementor-17 .elementor-element.elementor-element-201d6a5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{color:#173E56C7;fill:#173E56C7;}.elementor-17 .elementor-element.elementor-element-201d6a5:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{background-color:rgba(255,255,255,0);border-color:#173E5647;border-width:0px 0px 0px 0px;border-radius:0px;}.elementor-17 .elementor-element.elementor-element-201d6a5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{background-color:rgba(255,255,255,0);border-color:#173E5647;border-width:0px 0px 0px 0px;border-radius:0px;}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__submit:hover{--e-search-form-submit-text-color:#FFFFFF;background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__submit:focus{--e-search-form-submit-text-color:#FFFFFF;background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-383f8b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-f783223 .e-off-canvas__content{background-color:var( --e-global-color-text );}.elementor-17 .elementor-element.elementor-element-f783223 .e-off-canvas__overlay{background-color:rgba(0,0,0,.8);}.elementor-17 .elementor-element.elementor-element-f783223{--e-off-canvas-height:100vh;--e-off-canvas-content-overflow:auto;--e-off-canvas-overlay-opacity:1;}.elementor-17 .elementor-element.elementor-element-87f7b74{--display:flex;}.elementor-17 .elementor-element.elementor-element-87f7b74.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-eb17593{--display:flex;}.elementor-17 .elementor-element.elementor-element-1edb06e .elementor-button{background-color:var( --e-global-color-primary );font-family:"Mikhak", Sans-serif;font-size:18px;font-weight:500;}.elementor-17 .elementor-element.elementor-element-27f023a{width:var( --container-widget-width, 99.692% );max-width:99.692%;margin:-13px -10px calc(var(--kit-widget-spacing, 0px) + 0px) 5px;--container-widget-width:99.692%;--container-widget-flex-grow:0;}.elementor-17 .elementor-element.elementor-element-27f023a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-450912f{--display:flex;border-style:solid;--border-style:solid;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu .elementor-item{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main .elementor-item{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main .elementor-item:hover,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main .elementor-item.elementor-item-active,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main .elementor-item.highlighted,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main .elementor-item:focus{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after{background-color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed .elementor-item:before,
					.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed .elementor-item:after{border-color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a, .elementor-17 .elementor-element.elementor-element-b3e103a .elementor-menu-toggle{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown{background-color:#FFFFFF00;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a:hover,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a:focus,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a.highlighted,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-menu-toggle:hover,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-menu-toggle:focus{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a:hover,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a:focus,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a.elementor-item-active,
					.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a.highlighted{background-color:#FFFFFF00;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown .elementor-item, .elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown  .elementor-sub-item{font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;}.elementor-17 .elementor-element.elementor-element-c147626{--display:flex;--min-height:0px;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-accent );--border-color:var( --e-global-color-accent );--border-radius:15px 15px 15px 15px;}.elementor-17 .elementor-element.elementor-element-c147626:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-c147626 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-c147626.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-3e3dd49{width:var( --container-widget-width, 104.444% );max-width:104.444%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:4px 0px 0px 0px;--container-widget-width:104.444%;--container-widget-flex-grow:0;text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:400;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-3e3dd49.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-3e3dd49 a{color:#FFFFFF;transition-duration:0.2s;}.elementor-17 .elementor-element.elementor-element-3e3dd49 a:hover, .elementor-17 .elementor-element.elementor-element-3e3dd49 a:focus{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-a992e6a .elementor-button{background-color:#FFFFFF00;font-family:"Mikhak", Sans-serif;font-size:20px;font-weight:600;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:32px 32px 32px 32px;}.elementor-17 .elementor-element.elementor-element-a992e6a .elementor-button:hover, .elementor-17 .elementor-element.elementor-element-a992e6a .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-a992e6a{width:var( --container-widget-width, 44% );max-width:44%;margin:10px 15px calc(var(--kit-widget-spacing, 0px) + 0px) -35px;padding:0px 0px 0px 0px;--container-widget-width:44%;--container-widget-flex-grow:0;}.elementor-17 .elementor-element.elementor-element-a992e6a.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-a992e6a .elementor-button:hover svg, .elementor-17 .elementor-element.elementor-element-a992e6a .elementor-button:focus svg{fill:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-fce24fc .elementor-button{background-color:#FFFFFF00;font-family:"Mikhak", Sans-serif;font-size:20px;font-weight:600;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-primary );border-radius:32px 32px 32px 32px;}.elementor-17 .elementor-element.elementor-element-fce24fc .elementor-button:hover, .elementor-17 .elementor-element.elementor-element-fce24fc .elementor-button:focus{background-color:var( --e-global-color-primary );color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-fce24fc{width:var( --container-widget-width, 44% );max-width:44%;margin:10px 15px calc(var(--kit-widget-spacing, 0px) + 0px) -35px;padding:0px 0px 0px 0px;--container-widget-width:44%;--container-widget-flex-grow:0;}.elementor-17 .elementor-element.elementor-element-fce24fc.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-fce24fc .elementor-button:hover svg, .elementor-17 .elementor-element.elementor-element-fce24fc .elementor-button:focus svg{fill:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-d135b48{--grid-template-columns:repeat(4, auto);text-align:center;--icon-size:40px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-17 .elementor-element.elementor-element-d135b48 .elementor-social-icon{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-d135b48 .elementor-social-icon i{color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-d135b48 .elementor-social-icon svg{fill:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-d135b48 .elementor-social-icon:hover{background-color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-672f13f{--display:flex;--position:fixed;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);bottom:0px;}.elementor-17 .elementor-element.elementor-element-672f13f:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-672f13f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-text );}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-672f13f{left:0px;}body.rtl .elementor-17 .elementor-element.elementor-element-672f13f{right:0px;}.elementor-17 .elementor-element.elementor-element-3627758{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-41b0142{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-b48ca98 .elementor-icon-wrapper{text-align:center;}.elementor-17 .elementor-element.elementor-element-b48ca98.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-b48ca98.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-b48ca98.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-b48ca98.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-b48ca98.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-f42bbe0{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-7220f06{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-b664b26 .elementor-icon-wrapper{text-align:center;}.elementor-17 .elementor-element.elementor-element-b664b26.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-b664b26.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-b664b26.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-b664b26.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-b664b26.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-e4e58c4{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-95aa638{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-95aa638:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-95aa638 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-134050c .elementor-icon-wrapper{text-align:center;}.elementor-17 .elementor-element.elementor-element-134050c.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-134050c.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-134050c.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-134050c.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-134050c.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-afcd43a .elementor-icon-wrapper{text-align:center;}.elementor-17 .elementor-element.elementor-element-afcd43a.elementor-view-stacked .elementor-icon{background-color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-afcd43a.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-afcd43a.elementor-view-default .elementor-icon{color:#FFFFFF;border-color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-afcd43a.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-afcd43a.elementor-view-default .elementor-icon svg{fill:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-4cbf479{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-f207473{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:#FFFFFF;}.elementor-17 .elementor-element.elementor-element-eb2b0f6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-521639e .elementor-icon-wrapper{text-align:center;}.elementor-17 .elementor-element.elementor-element-521639e.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-521639e.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-521639e.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-521639e.elementor-view-framed .elementor-icon, .elementor-17 .elementor-element.elementor-element-521639e.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-a9e0ba2{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-078d997{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-primary );}.elementor-17 .elementor-element.elementor-element-44dadd7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__close-button, .elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__close-button-custom{margin-right:auto;}.elementor-17 .elementor-element.elementor-element-32eb846{width:var( --container-widget-width, 22% );max-width:22%;margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:22%;--container-widget-flex-grow:0;--main-alignment:center;--price-quantity-position--grid-template-rows:auto 75%;--price-quantity-position--align-self:start;--divider-style:solid;--subtotal-divider-style:solid;--view-cart-button-display:none;--cart-footer-layout:1fr;--cart-buttons-position-margin:auto;--elementor-remove-from-cart-button:none;--remove-from-cart-button:block;--toggle-button-icon-color:var( --e-global-color-primary );--toggle-button-border-color:var( --e-global-color-538e6e1 );--toggle-button-icon-hover-color:var( --e-global-color-primary );--toggle-button-hover-border-color:var( --e-global-color-primary );--toggle-button-border-width:0px;--toggle-button-border-radius:22px;--toggle-icon-size:25px;--toggle-icon-padding:13px 20px 13px 20px;--items-indicator-text-color:var( --e-global-color-3418b50 );--cart-background-color:var( --e-global-color-text );--cart-border-style:none;--cart-border-radius:16px 16px 16px 16px;--cart-close-button-color:var( --e-global-color-primary );--remove-item-button-color:#FF0000;--remove-item-button-hover-color:#000000A1;--menu-cart-subtotal-color:var( --e-global-color-secondary );--product-variations-color:var( --e-global-color-secondary );--product-price-color:var( --e-global-color-secondary );--divider-color:var( --e-global-color-538e6e1 );--subtotal-divider-color:var( --e-global-color-538e6e1 );--cart-footer-buttons-border-radius:20px;--checkout-button-text-color:var( --e-global-color-3418b50 );--checkout-button-background-color:var( --e-global-color-primary );--checkout-button-hover-background-color:var( --e-global-color-secondary );--empty-message-color:var( --e-global-color-text );}.elementor-17 .elementor-element.elementor-element-32eb846.elementor-element{--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__subtotal{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-primary-font-feature-settings );font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-17 .elementor-element.elementor-element-32eb846 .widget_shopping_cart_content{--subtotal-divider-left-width:0;--subtotal-divider-right-width:0;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product-name a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:700;color:#173E56;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product .variation{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-accent-font-feature-settings );font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product-price{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:700;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product-price .product-quantity{color:var( --e-global-color-secondary );}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__footer-buttons .elementor-button{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__footer-buttons a.elementor-button--checkout{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;}.elementor-17 .elementor-element.elementor-element-32eb846 .woocommerce-mini-cart__empty-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-secondary-font-feature-settings );font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-17 .elementor-element.elementor-element-40ee121{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-17 .elementor-element.elementor-element-133a021{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__subtotal{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product .variation{font-size:var( --e-global-typography-accent-font-size );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-82c5f37{--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-17 .elementor-element.elementor-element-3e3dd49{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-17 .elementor-element.elementor-element-3627758{--grid-auto-flow:row;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__subtotal{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product .variation{font-size:var( --e-global-typography-accent-font-size );}.elementor-17 .elementor-element.elementor-element-32eb846 .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-secondary-font-size );}}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-5cd5e7e{--content-width:1600px;}.elementor-17 .elementor-element.elementor-element-a1b0f1b{--content-width:1600px;}.elementor-17 .elementor-element.elementor-element-4e84cf9{--width:35%;}.elementor-17 .elementor-element.elementor-element-fe4327e{--width:32.423%;}.elementor-17 .elementor-element.elementor-element-a32394e{--width:17%;}.elementor-17 .elementor-element.elementor-element-964f643{--width:100%;}.elementor-17 .elementor-element.elementor-element-d23a6a9{--width:30%;}.elementor-17 .elementor-element.elementor-element-e2c0864{--width:98.423%;}.elementor-17 .elementor-element.elementor-element-c147626{--width:100%;}}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-a1b0f1b{border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;}.elementor-17 .elementor-element.elementor-element-621dfac{--min-height:0px;}.elementor-17 .elementor-element.elementor-element-fe4327e{--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-2b883b2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-eabfeb3{--main-alignment:center;--side-cart-alignment-transform:translateX(-100%);--side-cart-alignment-right:auto;--side-cart-alignment-left:0;--cart-border-radius:0px 20px 0px 0px;--cart-close-icon-size:20px;--remove-item-button-size:24px;--menu-cart-subtotal-text-align:center;--divider-width:1px;--subtotal-divider-top-width:1px;--subtotal-divider-right-width:1px;--subtotal-divider-bottom-width:1px;--subtotal-divider-left-width:1px;--product-divider-gap:5px;--empty-message-alignment:justify;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__subtotal{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .widget_shopping_cart_content{--subtotal-divider-top-width:1px;--subtotal-divider-right-width:0px;--subtotal-divider-bottom-width:0px;--subtotal-divider-left-width:0px;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product-name a{font-size:12px;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product .variation{font-size:var( --e-global-typography-accent-font-size );}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product-price{font-size:12px;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .elementor-menu-cart__product-price .product-quantity{font-size:12px;}.elementor-17 .elementor-element.elementor-element-eabfeb3 .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-17 .elementor-element.elementor-element-f470ec1 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-40a9332 .elementor-button{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-82c5f37{--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;border-width:0px 0px 1px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:1px;--border-left-width:0px;--border-radius:0px 0px 1px 0px;--margin-top:-55px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-8dbe3e8{width:var( --container-widget-width, 90px );max-width:90px;margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + -30px) 0px;padding:0px 0px 0px 0px;--container-widget-width:90px;--container-widget-flex-grow:0;text-align:center;}.elementor-17 .elementor-element.elementor-element-8dbe3e8 img{width:100%;max-width:100%;}.elementor-17 .elementor-element.elementor-element-201d6a5{width:var( --container-widget-width, 267px );max-width:267px;margin:0px -20px calc(var(--kit-widget-spacing, 0px) + 0px) 7px;padding:0px 0px 0px 0px;--container-widget-width:267px;--container-widget-flex-grow:0;border-width:1px 1px 1px 1px;border-radius:40px 40px 40px 40px;}.elementor-17 .elementor-element.elementor-element-201d6a5:hover{border-width:1px 1px 1px 1px;}.elementor-17 .elementor-element.elementor-element-201d6a5 input[type="search"].elementor-search-form__input{font-size:11px;}.elementor-17 .elementor-element.elementor-element-201d6a5:not(.elementor-search-form--skin-full_screen) .elementor-search-form__container{border-radius:30px;}.elementor-17 .elementor-element.elementor-element-201d6a5.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input{border-radius:30px;}.elementor-17 .elementor-element.elementor-element-201d6a5 .elementor-search-form__submit{--e-search-form-submit-icon-size:15px;min-width:calc( 1 * 40px );}.elementor-17 .elementor-element.elementor-element-f783223{--e-off-canvas-width:200px;--e-off-canvas-height:1000px;}.elementor-17 .elementor-element.elementor-element-f783223 .e-off-canvas__content{border-radius:20px 0px 20px 20px;}.elementor-17 .elementor-element.elementor-element-87f7b74{--width:190px;--min-height:0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-87f7b74.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-1edb06e{margin:15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-1edb06e.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-1edb06e .elementor-button .elementor-button-content-wrapper{justify-content:center;}.elementor-17 .elementor-element.elementor-element-1edb06e .elementor-button{font-size:10px;border-radius:7px 7px 7px 7px;padding:10px 0px 10px 0px;}.elementor-17 .elementor-element.elementor-element-27f023a{margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 15px) 0px;padding:0px 0px 0px 0px;--container-widget-width:625px;--container-widget-flex-grow:0;width:var( --container-widget-width, 625px );max-width:625px;}.elementor-17 .elementor-element.elementor-element-27f023a img{width:100%;}.elementor-17 .elementor-element.elementor-element-450912f{border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:25px 25px 25px 25px;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-17 .elementor-element.elementor-element-450912f.e-con{--align-self:center;}.elementor-17 .elementor-element.elementor-element-b3e103a{width:100%;max-width:100%;margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + -5px) 0px;padding:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-b3e103a.elementor-element{--align-self:center;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu .elementor-item{font-size:var( --e-global-typography-secondary-font-size );}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed .elementor-item:before{border-width:1px;}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed.e--animation-draw .elementor-item:before{border-width:0 0 1px 1px;}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed.e--animation-draw .elementor-item:after{border-width:1px 1px 0 0;}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed.e--animation-corners .elementor-item:before{border-width:1px 0 0 1px;}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-framed.e--animation-corners .elementor-item:after{border-width:0 1px 1px 0;}.elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-underline .elementor-item:after,
					 .elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-overline .elementor-item:before,
					 .elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-double-line .elementor-item:before,
					 .elementor-17 .elementor-element.elementor-element-b3e103a .e--pointer-double-line .elementor-item:after{height:1px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main .elementor-item{padding-left:0px;padding-right:0px;padding-top:10px;padding-bottom:10px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown .elementor-item, .elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown  .elementor-sub-item{font-size:13px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown{border-radius:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown li:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown li:last-child a{border-bottom-right-radius:0px;border-bottom-left-radius:0px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--dropdown a{padding-left:9px;padding-right:9px;}.elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown, .elementor-17 .elementor-element.elementor-element-b3e103a .elementor-nav-menu__container.elementor-nav-menu--dropdown{margin-top:0px !important;}.elementor-17 .elementor-element.elementor-element-c147626{--width:150px;--min-height:0px;border-width:-1px -1px -1px -1px;--border-top-width:-1px;--border-right-width:-1px;--border-bottom-width:-1px;--border-left-width:-1px;--border-radius:25px 25px 25px 25px;}.elementor-17 .elementor-element.elementor-element-3e3dd49{margin:-0px 0px calc(var(--kit-widget-spacing, 0px) + -15px) 0px;padding:0px 0px 0px 0px;font-size:10px;}.elementor-17 .elementor-element.elementor-element-a992e6a{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}.elementor-17 .elementor-element.elementor-element-a992e6a .elementor-button{font-size:15px;}.elementor-17 .elementor-element.elementor-element-fce24fc{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;}.elementor-17 .elementor-element.elementor-element-fce24fc .elementor-button{font-size:15px;}.elementor-17 .elementor-element.elementor-element-d135b48{padding:0px 0px 22px 0px;--icon-size:18px;}.elementor-17 .elementor-element.elementor-element-d135b48.elementor-element{--order:99999 /* order end hack */;}.elementor-17 .elementor-element.elementor-element-672f13f{--width:1600px;--min-height:0px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:20px 20px 0px 0px;--margin-top:0px;--margin-bottom:-5px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;bottom:0px;--z-index:10;}.elementor-17 .elementor-element.elementor-element-672f13f.e-con{--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-3627758{--content-width:500px;--min-height:0px;--e-con-grid-template-columns:repeat(5, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-41b0142{--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-41b0142.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-b48ca98{margin:5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 2px 0px;}.elementor-17 .elementor-element.elementor-element-b48ca98 .elementor-icon{font-size:25px;}.elementor-17 .elementor-element.elementor-element-b48ca98 .elementor-icon svg{height:25px;}.elementor-17 .elementor-element.elementor-element-f42bbe0{margin:-25px -0px calc(var(--kit-widget-spacing, 0px) + -25px) -0px;padding:-0px 0px 0px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-f42bbe0.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-7220f06{--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-7220f06.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-b664b26{margin:5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 2px 0px;}.elementor-17 .elementor-element.elementor-element-b664b26 .elementor-icon{font-size:25px;}.elementor-17 .elementor-element.elementor-element-b664b26 .elementor-icon svg{height:25px;}.elementor-17 .elementor-element.elementor-element-e4e58c4{margin:-25px -0px calc(var(--kit-widget-spacing, 0px) + -25px) -0px;padding:-0px 0px 0px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-e4e58c4.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-95aa638{--min-height:75px;--border-radius:40px 40px 0px 0px;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:6px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-17 .elementor-element.elementor-element-95aa638.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-134050c{margin:9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 2px 0px;}.elementor-17 .elementor-element.elementor-element-134050c .elementor-icon{font-size:33px;}.elementor-17 .elementor-element.elementor-element-134050c .elementor-icon svg{height:33px;}.elementor-17 .elementor-element.elementor-element-afcd43a{margin:6px 0px calc(var(--kit-widget-spacing, 0px) + 3px) 0px;padding:0px 0px 5px 0px;}.elementor-17 .elementor-element.elementor-element-afcd43a .elementor-icon{font-size:33px;}.elementor-17 .elementor-element.elementor-element-afcd43a .elementor-icon svg{height:33px;}.elementor-17 .elementor-element.elementor-element-4cbf479{margin:-25px -0px calc(var(--kit-widget-spacing, 0px) + -25px) -0px;padding:-0px 0px 0px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-4cbf479.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-f207473{margin:-28px -0px calc(var(--kit-widget-spacing, 0px) + -20px) -0px;padding:-0px 0px 3px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-f207473.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-eb2b0f6{--margin-top:0px;--margin-bottom:10px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-eb2b0f6.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-521639e{margin:5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 2px 0px;}.elementor-17 .elementor-element.elementor-element-521639e .elementor-icon{font-size:25px;}.elementor-17 .elementor-element.elementor-element-521639e .elementor-icon svg{height:25px;}.elementor-17 .elementor-element.elementor-element-a9e0ba2{margin:-25px -0px calc(var(--kit-widget-spacing, 0px) + -25px) -0px;padding:-0px 0px 0px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-a9e0ba2.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-078d997{margin:-25px -0px calc(var(--kit-widget-spacing, 0px) + -25px) -0px;padding:-0px 0px 0px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-078d997.elementor-element{--align-self:stretch;}.elementor-17 .elementor-element.elementor-element-44dadd7{--margin-top:0px;--margin-bottom:11px;--margin-left:0px;--margin-right:-10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17 .elementor-element.elementor-element-44dadd7.e-con{--align-self:center;--flex-grow:1;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-32eb846{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -40px) 0px;padding:0px 0px 27px 0px;--main-alignment:center;--side-cart-alignment-transform:translateX(-100%);--side-cart-alignment-right:auto;--side-cart-alignment-left:0;--toggle-icon-size:30px;--toggle-icon-padding:5px 18px 17px 10px;--cart-border-radius:0px 20px 0px 0px;--cart-close-icon-size:20px;--remove-item-button-size:24px;--menu-cart-subtotal-text-align:center;--divider-width:1px;--subtotal-divider-top-width:1px;--subtotal-divider-right-width:1px;--subtotal-divider-bottom-width:1px;--subtotal-divider-left-width:1px;--product-divider-gap:5px;--empty-message-alignment:justify;}.elementor-17 .elementor-element.elementor-element-32eb846.elementor-element{--order:-99999 /* order start hack */;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__subtotal{font-size:var( --e-global-typography-primary-font-size );}.elementor-17 .elementor-element.elementor-element-32eb846 .widget_shopping_cart_content{--subtotal-divider-top-width:1px;--subtotal-divider-right-width:0px;--subtotal-divider-bottom-width:0px;--subtotal-divider-left-width:0px;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product-name a{font-size:12px;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product .variation{font-size:var( --e-global-typography-accent-font-size );}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product-price{font-size:12px;}.elementor-17 .elementor-element.elementor-element-32eb846 .elementor-menu-cart__product-price .product-quantity{font-size:12px;}.elementor-17 .elementor-element.elementor-element-32eb846 .woocommerce-mini-cart__empty-message{font-size:var( --e-global-typography-secondary-font-size );}.elementor-17 .elementor-element.elementor-element-40ee121{margin:-25px -0px calc(var(--kit-widget-spacing, 0px) + -25px) -0px;padding:0px 0px 0px 0px;text-align:center;font-size:13px;}.elementor-17 .elementor-element.elementor-element-40ee121.elementor-element{--align-self:stretch;}}/* Start custom CSS *//* سبد خرید خالی */
.woocommerce-mini-cart__empty-message {
background-image: url(https://novin-foam.ir/wp-content/uploads/2026/03/سبد-خالی.webp);
height: 100%;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}/* End custom CSS */

.elementor-292 .elementor-element.elementor-element-ebd0bf1{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:-30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:80px;}.elementor-292 .elementor-element.elementor-element-08738bc{padding:0px 5px 0px 11px;border-radius:30px 0px 20px 30px;text-align:right;}.elementor-292 .elementor-element.elementor-element-08738bc img{width:82%;max-width:100%;border-radius:40px 20px 20px 60px;}.elementor-292 .elementor-element.elementor-element-4dd2222{width:var( --container-widget-width, 115.67% );max-width:115.67%;padding:0px 11px 0px 0px;--container-widget-width:115.67%;--container-widget-flex-grow:0;border-style:none;border-radius:0px 0px 0px 0px;text-align:right;}.elementor-292 .elementor-element.elementor-element-4dd2222.elementor-element{--order:-99999 /* order start hack */;}.elementor-292 .elementor-element.elementor-element-4dd2222 img{width:100%;transition-duration:0.5s;border-radius:20px 20px 20px 20px;}.elementor-292 .elementor-element.elementor-element-7317499{--display:flex;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-5a0e39a{width:var( --container-widget-width, 115.67% );max-width:115.67%;padding:0px 11px 0px 0px;--container-widget-width:115.67%;--container-widget-flex-grow:0;border-style:none;border-radius:0px 0px 0px 0px;text-align:right;}.elementor-292 .elementor-element.elementor-element-5a0e39a.elementor-element{--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-5a0e39a img{width:100%;transition-duration:0.5s;border-radius:20px 20px 20px 20px;}.elementor-292 .elementor-element.elementor-element-015f1c8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-128786a{--animation-duration:1600ms;--dynamic-text-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-128786a.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-128786a .elementor-headline{text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-weight:700;}.elementor-292 .elementor-element.elementor-element-128786a .elementor-headline-plain-text{color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-128786a .elementor-headline-dynamic-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-primary-font-feature-settings );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-292 .elementor-element.elementor-element-128786a .elementor-headline-dynamic-wrapper path{stroke:var( --e-global-color-secondary );stroke-width:3px;stroke-linecap:round;stroke-linejoin:round;}.elementor-292 .elementor-element.elementor-element-489293d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-489293d > .elementor-shape-bottom .elementor-shape-fill, .elementor-292 .elementor-element.elementor-element-489293d > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-489293d > .elementor-shape-bottom svg, .elementor-292 .elementor-element.elementor-element-489293d > .e-con-inner > .elementor-shape-bottom svg{width:calc(300% + 1.3px);height:110px;}.elementor-292 .elementor-element.elementor-element-489293d > .elementor-shape-bottom, .elementor-292 .elementor-element.elementor-element-489293d > .e-con-inner > .elementor-shape-bottom{z-index:2;pointer-events:none;}.elementor-292 .elementor-element.elementor-element-b5d4464{--display:grid;--min-height:555px;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 5px 1px #000000;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-b5d4464:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-b5d4464 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-fe051e0{width:var( --container-widget-width, 100% );max-width:100%;margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 30px 10px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:justify;font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-fe051e0.elementor-element{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-fe051e0 p{margin-block-end:15px;}.elementor-292 .elementor-element.elementor-element-1f9148a{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:15px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-292 .elementor-element.elementor-element-1f9148a.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-1f9148a img{width:85%;opacity:1;border-radius:35px 35px 35px 35px;}.elementor-292 .elementor-element.elementor-element-1f9148a:hover img{opacity:0.65;}.elementor-292 .elementor-element.elementor-element-78fc2db{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--margin-top:10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-78fc2db > .elementor-shape-bottom .elementor-shape-fill, .elementor-292 .elementor-element.elementor-element-78fc2db > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-78fc2db > .elementor-shape-bottom svg, .elementor-292 .elementor-element.elementor-element-78fc2db > .e-con-inner > .elementor-shape-bottom svg{width:calc(300% + 1.3px);height:110px;}.elementor-292 .elementor-element.elementor-element-78fc2db > .elementor-shape-bottom, .elementor-292 .elementor-element.elementor-element-78fc2db > .e-con-inner > .elementor-shape-bottom{z-index:2;pointer-events:none;}.elementor-292 .elementor-element.elementor-element-ee32631{--display:grid;--min-height:555px;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 5px 1px #000000;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-ee32631:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-ee32631 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-3766414{width:var( --container-widget-width, 100% );max-width:100%;margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 30px 10px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:justify;font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-3766414.elementor-element{--align-self:center;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-3766414 p{margin-block-end:15px;}.elementor-292 .elementor-element.elementor-element-8f67e0a{width:var( --container-widget-width, 100% );max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:15px 0px 0px 0px;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-292 .elementor-element.elementor-element-8f67e0a.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-8f67e0a img{width:85%;opacity:1;border-radius:35px 35px 35px 35px;}.elementor-292 .elementor-element.elementor-element-8f67e0a:hover img{opacity:0.65;}.elementor-292 .elementor-element.elementor-element-ec62464{--display:flex;}.elementor-292 .elementor-element.elementor-element-0181599{--divider-border-style:solid;--divider-color:#A0B8C7;--divider-border-width:5px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--divider-element-spacing:20px;}.elementor-292 .elementor-element.elementor-element-0181599 .elementor-divider-separator{width:100%;margin:0 auto;margin-center:0;}.elementor-292 .elementor-element.elementor-element-0181599 .elementor-divider{text-align:center;padding-block-start:25px;padding-block-end:25px;}.elementor-292 .elementor-element.elementor-element-0181599 .elementor-divider__text{color:var( --e-global-color-primary );font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:30px;font-weight:700;}.elementor-292 .elementor-element.elementor-element-be23277{--display:flex;}.elementor-292 .elementor-element.elementor-element-283400b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-283400b > .elementor-shape-bottom .elementor-shape-fill, .elementor-292 .elementor-element.elementor-element-283400b > .e-con-inner > .elementor-shape-bottom .elementor-shape-fill{fill:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-283400b > .elementor-shape-bottom svg, .elementor-292 .elementor-element.elementor-element-283400b > .e-con-inner > .elementor-shape-bottom svg{width:calc(114% + 1.3px);height:50px;}.elementor-292 .elementor-element.elementor-element-a1899fc .elementor-button{background-color:var( --e-global-color-3418b50 );font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:700;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-style:solid;border-width:3px 3px 3px 3px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;padding:15px 25px 15px 25px;}.elementor-292 .elementor-element.elementor-element-a1899fc .elementor-button:hover, .elementor-292 .elementor-element.elementor-element-a1899fc .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-3418b50 );border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-a1899fc{padding:0px 0px 65px 0px;}.elementor-292 .elementor-element.elementor-element-a1899fc.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-a1899fc .elementor-button:hover svg, .elementor-292 .elementor-element.elementor-element-a1899fc .elementor-button:focus svg{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-4c09747{--display:flex;--min-height:663px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-4c09747:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-4c09747 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-3418b50 ) 100%);}.elementor-292 .elementor-element.elementor-element-d6bd258{--display:flex;}.elementor-292 .elementor-element.elementor-element-98858b2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:40px 40px 40px 40px;box-shadow:0px 0px 10px 0px #386FA4;--margin-top:25px;--margin-bottom:0px;--margin-left:20px;--margin-right:30px;}.elementor-292 .elementor-element.elementor-element-98858b2:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-98858b2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-292 .elementor-element.elementor-element-bfc1c1f{--display:flex;}.elementor-292 .elementor-element.elementor-element-cbbb75d{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-cbbb75d .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:30px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-69a85a3{--display:flex;--min-height:430px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;border-style:none;--border-style:none;--border-radius:0px 0px 200px 200px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-009db14{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-d04d4b7{width:var( --container-widget-width, 121.019% );max-width:121.019%;background-color:#F9F9F9;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:40px 40px 40px 40px;--container-widget-width:121.019%;--container-widget-flex-grow:0;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-3418b50 );border-radius:30px 30px 30px 30px;}.elementor-292 .elementor-element.elementor-element-d04d4b7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-d04d4b7:hover{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-d04d4b7.elementor-position-right .elementor-image-box-img{margin-left:25px;}.elementor-292 .elementor-element.elementor-element-d04d4b7.elementor-position-left .elementor-image-box-img{margin-right:25px;}.elementor-292 .elementor-element.elementor-element-d04d4b7.elementor-position-top .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-description{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;}.elementor-292 .elementor-element.elementor-element-b5f7bac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-62955a0{width:var( --container-widget-width, 121.019% );max-width:121.019%;background-color:#F9F9F9;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:40px 40px 40px 40px;--container-widget-width:121.019%;--container-widget-flex-grow:0;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-3418b50 );border-radius:30px 30px 30px 30px;}.elementor-292 .elementor-element.elementor-element-62955a0.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-62955a0:hover{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-62955a0.elementor-position-right .elementor-image-box-img{margin-left:25px;}.elementor-292 .elementor-element.elementor-element-62955a0.elementor-position-left .elementor-image-box-img{margin-right:25px;}.elementor-292 .elementor-element.elementor-element-62955a0.elementor-position-top .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-8ccd8ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-1c0563e{width:var( --container-widget-width, 121.019% );max-width:121.019%;background-color:#F9F9F9;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:40px 40px 40px 40px;--container-widget-width:121.019%;--container-widget-flex-grow:0;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-3418b50 );border-radius:30px 30px 30px 30px;}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-1c0563e:hover{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-position-right .elementor-image-box-img{margin-left:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-position-left .elementor-image-box-img{margin-right:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-position-top .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-img img{transition-duration:0.3s;}.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-e46a84e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-292 .elementor-element.elementor-element-97e6ead{width:var( --container-widget-width, 121.019% );max-width:121.019%;background-color:#F9F9F9;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:40px 40px 40px 40px;--container-widget-width:121.019%;--container-widget-flex-grow:0;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-3418b50 );border-radius:30px 30px 30px 30px;}.elementor-292 .elementor-element.elementor-element-97e6ead.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-292 .elementor-element.elementor-element-97e6ead:hover{border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-97e6ead.elementor-position-right .elementor-image-box-img{margin-left:25px;}.elementor-292 .elementor-element.elementor-element-97e6ead.elementor-position-left .elementor-image-box-img{margin-right:25px;}.elementor-292 .elementor-element.elementor-element-97e6ead.elementor-position-top .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-wrapper .elementor-image-box-img{width:100%;}.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-img img{transition-duration:0.3s;}.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-be4053b{--display:grid;--min-height:0px;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-be4053b:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-be4053b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-16cb756{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-06b4112{background-color:var( --e-global-color-primary );padding:13px 20px 3px 20px;border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-06b4112.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-06b4112 .elementor-icon-wrapper{text-align:center;}.elementor-292 .elementor-element.elementor-element-06b4112.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-06b4112.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-06b4112.elementor-view-default .elementor-icon{color:var( --e-global-color-3418b50 );border-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-06b4112.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-06b4112.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-06b4112 .elementor-icon{font-size:34px;}.elementor-292 .elementor-element.elementor-element-06b4112 .elementor-icon svg{height:34px;}.elementor-292 .elementor-element.elementor-element-f10ef5c{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-f10ef5c .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-94a758c{text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:800;color:#6686A5;}.elementor-292 .elementor-element.elementor-element-8f0a97d .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );fill:var( --e-global-color-3418b50 );color:var( --e-global-color-3418b50 );border-radius:8px 8px 8px 8px;}.elementor-292 .elementor-element.elementor-element-8f0a97d{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-8f0a97d .elementor-button-content-wrapper{flex-direction:row;}.elementor-292 .elementor-element.elementor-element-8f0a97d .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-292 .elementor-element.elementor-element-0aeb441{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 2px 0px 2px;--border-top-width:0px;--border-right-width:2px;--border-bottom-width:0px;--border-left-width:2px;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-12375a1{width:var( --container-widget-width, 80% );max-width:80%;margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-292 .elementor-element.elementor-element-12375a1.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-37d6e3c{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-37d6e3c .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-3eec3a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-54123b5{background-color:var( --e-global-color-primary );padding:13px 20px 3px 20px;border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-54123b5.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-54123b5 .elementor-icon-wrapper{text-align:center;}.elementor-292 .elementor-element.elementor-element-54123b5.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-54123b5.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-54123b5.elementor-view-default .elementor-icon{color:var( --e-global-color-3418b50 );border-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-54123b5.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-54123b5.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-54123b5 .elementor-icon{font-size:34px;}.elementor-292 .elementor-element.elementor-element-54123b5 .elementor-icon svg{height:34px;}.elementor-292 .elementor-element.elementor-element-4f87104{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-4f87104 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-04f0a83{text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:800;color:#6686A5;}.elementor-292 .elementor-element.elementor-element-b0a391f .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );fill:var( --e-global-color-3418b50 );color:var( --e-global-color-3418b50 );border-radius:8px 8px 8px 8px;}.elementor-292 .elementor-element.elementor-element-b0a391f{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-b0a391f .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-292 .elementor-element.elementor-element-b0a391f .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-292 .elementor-element.elementor-element-6bf70c0{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:-20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-6bf70c0:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-6bf70c0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-4232731{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:0px 2px 0px 2px;--border-top-width:0px;--border-right-width:2px;--border-bottom-width:0px;--border-left-width:2px;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-e1653b4{width:var( --container-widget-width, 80% );max-width:80%;margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-292 .elementor-element.elementor-element-e1653b4.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-d07022e{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-d07022e .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-a5a41c9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-2e569fc{background-color:var( --e-global-color-primary );padding:13px 20px 3px 20px;border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-2e569fc.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-2e569fc .elementor-icon-wrapper{text-align:center;}.elementor-292 .elementor-element.elementor-element-2e569fc.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-2e569fc.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-2e569fc.elementor-view-default .elementor-icon{color:var( --e-global-color-3418b50 );border-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-2e569fc.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-2e569fc.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-2e569fc .elementor-icon{font-size:34px;}.elementor-292 .elementor-element.elementor-element-2e569fc .elementor-icon svg{height:34px;}.elementor-292 .elementor-element.elementor-element-c77d449{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-c77d449 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-ca0ad24{text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:800;color:#6686A5;}.elementor-292 .elementor-element.elementor-element-029f601 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );fill:var( --e-global-color-3418b50 );color:var( --e-global-color-3418b50 );border-radius:8px 8px 8px 8px;}.elementor-292 .elementor-element.elementor-element-029f601{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-029f601 .elementor-button-content-wrapper{flex-direction:row;}.elementor-292 .elementor-element.elementor-element-029f601 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-292 .elementor-element.elementor-element-6ca370b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );--margin-top:0px;--margin-bottom:150px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-109d635{background-color:var( --e-global-color-primary );padding:13px 20px 3px 20px;border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-109d635.elementor-element{--align-self:center;}.elementor-292 .elementor-element.elementor-element-109d635 .elementor-icon-wrapper{text-align:center;}.elementor-292 .elementor-element.elementor-element-109d635.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-109d635.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-109d635.elementor-view-default .elementor-icon{color:var( --e-global-color-3418b50 );border-color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-109d635.elementor-view-framed .elementor-icon, .elementor-292 .elementor-element.elementor-element-109d635.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-109d635 .elementor-icon{font-size:34px;}.elementor-292 .elementor-element.elementor-element-109d635 .elementor-icon svg{height:34px;}.elementor-292 .elementor-element.elementor-element-c67b617{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-292 .elementor-element.elementor-element-c67b617 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:25px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-b76b609{text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:800;color:#6686A5;}.elementor-292 .elementor-element.elementor-element-55ca038 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );fill:var( --e-global-color-3418b50 );color:var( --e-global-color-3418b50 );border-radius:8px 8px 8px 8px;}.elementor-292 .elementor-element.elementor-element-55ca038{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-55ca038 .elementor-button-content-wrapper{flex-direction:row-reverse;}.elementor-292 .elementor-element.elementor-element-55ca038 .elementor-button .elementor-button-content-wrapper{gap:10px;}.elementor-292 .elementor-element.elementor-element-9af0d60{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:1px 0px 0px 0px;box-shadow:0px -5px 22px -7px #173E56;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-758d21f{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;--e-icon-list-icon-size:30px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-align:center;--icon-vertical-offset:0px;}.elementor-292 .elementor-element.elementor-element-758d21f .elementor-icon-list-icon i{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-292 .elementor-element.elementor-element-758d21f .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );transition:fill 0.3s;}.elementor-292 .elementor-element.elementor-element-758d21f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-292 .elementor-element.elementor-element-758d21f .elementor-icon-list-item > a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:30px;font-weight:700;}.elementor-292 .elementor-element.elementor-element-758d21f .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__content-item{transition-duration:1000ms;}.elementor-292 .elementor-element.elementor-element-e11f821.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}.elementor-292 .elementor-element.elementor-element-e11f821.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}.elementor-292 .elementor-element.elementor-element-e11f821.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta .elementor-cta__bg, .elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-292 .elementor-element.elementor-element-e11f821{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__content{min-height:280px;text-align:right;padding:0px 25px 0px 0px;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:23px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-ribbon-inner{background-color:#FF0000;color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__content-item{transition-duration:1000ms;}.elementor-292 .elementor-element.elementor-element-1d8db01.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(2){transition-delay:calc( 1000ms / 3 );}.elementor-292 .elementor-element.elementor-element-1d8db01.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(3){transition-delay:calc( ( 1000ms / 3 ) * 2 );}.elementor-292 .elementor-element.elementor-element-1d8db01.elementor-cta--sequenced-animation .elementor-cta__content-item:nth-child(4){transition-delay:calc( ( 1000ms / 3 ) * 3 );}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta .elementor-cta__bg, .elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-292 .elementor-element.elementor-element-1d8db01{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__content{min-height:280px;text-align:right;padding:0px 25px 0px 0px;}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:23px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-ribbon-inner{background-color:#FF0000;color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-848af74 .elementor-button{background-color:#6686A5;font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;box-shadow:0px 0px 3px 0px #386FA4;border-style:solid;border-color:var( --e-global-color-538e6e1 );border-radius:10px 10px 65px 65px;}.elementor-292 .elementor-element.elementor-element-848af74 .elementor-button:hover, .elementor-292 .elementor-element.elementor-element-848af74 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-35a21f3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--border-radius:1px 0px 0px 0px;box-shadow:0px -5px 22px -7px #0082FF;--margin-top:-35px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-b5a9abe{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;--e-icon-list-icon-size:30px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-align:center;--icon-vertical-offset:0px;}.elementor-292 .elementor-element.elementor-element-b5a9abe .elementor-icon-list-icon i{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-292 .elementor-element.elementor-element-b5a9abe .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );transition:fill 0.3s;}.elementor-292 .elementor-element.elementor-element-b5a9abe .elementor-icon-list-item > .elementor-icon-list-text, .elementor-292 .elementor-element.elementor-element-b5a9abe .elementor-icon-list-item > a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:30px;font-weight:700;}.elementor-292 .elementor-element.elementor-element-b5a9abe .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta .elementor-cta__bg, .elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-292 .elementor-element.elementor-element-5d049b5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__content{min-height:280px;text-align:right;padding:0px 25px 0px 0px;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__bg-wrapper{min-height:0px;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:23px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-secondary-font-feature-settings );font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:#6686A5;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__description:not(:last-child){margin-bottom:16px;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__button{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__button:hover{color:var( --e-global-color-3418b50 );background-color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-ribbon-inner{background-color:#FF0000;color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta .elementor-cta__bg, .elementor-292 .elementor-element.elementor-element-511815d .elementor-cta .elementor-cta__bg-overlay{transition-duration:1500ms;}.elementor-292 .elementor-element.elementor-element-511815d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-primary );border-radius:15px 15px 15px 15px;}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__content{min-height:280px;text-align:right;padding:0px 25px 0px 0px;}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__bg-wrapper{min-height:0px;}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:23px;font-weight:700;color:var( --e-global-color-primary );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-feature-settings:var( --e-global-typography-secondary-font-feature-settings );font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );color:#6686A5;}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__description:not(:last-child){margin-bottom:16px;}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__button{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__button:hover{color:var( --e-global-color-3418b50 );background-color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-ribbon-inner{background-color:#FF0000;color:var( --e-global-color-3418b50 );}.elementor-292 .elementor-element.elementor-element-5ee3657 .elementor-button{background-color:#6686A5;font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;box-shadow:0px 0px 3px 0px #386FA4;border-style:solid;border-color:var( --e-global-color-538e6e1 );border-radius:10px 10px 65px 65px;}.elementor-292 .elementor-element.elementor-element-5ee3657 .elementor-button:hover, .elementor-292 .elementor-element.elementor-element-5ee3657 .elementor-button:focus{background-color:var( --e-global-color-secondary );}.elementor-292 .elementor-element.elementor-element-5ee3657{margin:-12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:1024px){.elementor-292 .elementor-element.elementor-element-b5d4464{--grid-auto-flow:row;}.elementor-292 .elementor-element.elementor-element-ee32631{--grid-auto-flow:row;}.elementor-292 .elementor-element.elementor-element-69a85a3{--margin-top:-95px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-be4053b{--grid-auto-flow:row;}.elementor-292 .elementor-element.elementor-element-8f0a97d .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-b0a391f .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-6bf70c0{--grid-auto-flow:row;}.elementor-292 .elementor-element.elementor-element-029f601 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-55ca038 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-292 .elementor-element.elementor-element-08738bc{padding:5px 6px 0px 0px;}.elementor-292 .elementor-element.elementor-element-08738bc img{border-radius:20px 20px 20px 20px;}.elementor-292 .elementor-element.elementor-element-4dd2222{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:1000px;--container-widget-flex-grow:0;width:var( --container-widget-width, 1000px );max-width:1000px;text-align:center;}.elementor-292 .elementor-element.elementor-element-7317499{--width:1600px;--min-height:0px;--margin-top:-25px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-5a0e39a{width:var( --container-widget-width, 481px );max-width:481px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;--container-widget-width:481px;--container-widget-flex-grow:0;text-align:center;}.elementor-292 .elementor-element.elementor-element-015f1c8{--margin-top:15px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-128786a{width:var( --container-widget-width, 284.25px );max-width:284.25px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:284.25px;--container-widget-flex-grow:0;}.elementor-292 .elementor-element.elementor-element-128786a .elementor-headline{text-align:center;font-size:20px;}.elementor-292 .elementor-element.elementor-element-b5d4464{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-292 .elementor-element.elementor-element-fe051e0{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 10px 100px 10px;line-height:1.5em;}.elementor-292 .elementor-element.elementor-element-fe051e0.elementor-element{--order:99999 /* order end hack */;}.elementor-292 .elementor-element.elementor-element-fe051e0 p{margin-block-end:15px;}.elementor-292 .elementor-element.elementor-element-1f9148a{padding:10px 0px 0px 0px;}.elementor-292 .elementor-element.elementor-element-ee32631{--e-con-grid-template-columns:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-292 .elementor-element.elementor-element-3766414{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 10px 100px 10px;line-height:1.5em;}.elementor-292 .elementor-element.elementor-element-3766414.elementor-element{--order:99999 /* order end hack */;}.elementor-292 .elementor-element.elementor-element-3766414 p{margin-block-end:20px;}.elementor-292 .elementor-element.elementor-element-8f67e0a{padding:10px 0px 0px 0px;}.elementor-292 .elementor-element.elementor-element-0181599 .elementor-divider{text-align:center;}.elementor-292 .elementor-element.elementor-element-0181599 .elementor-divider-separator{margin:0 auto;margin-center:0;}.elementor-292 .elementor-element.elementor-element-0181599 .elementor-divider__text{font-size:20px;}.elementor-292 .elementor-element.elementor-element-d6bd258{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-98858b2{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-cbbb75d{margin:25px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-cbbb75d .elementor-heading-title{font-size:20px;}.elementor-292 .elementor-element.elementor-element-69a85a3{--margin-top:-99px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-009db14{--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-img img{border-radius:45px;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-title{font-size:13px;}.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-description{font-size:20px;}.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-img img{border-radius:45px;}.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-title{font-size:13px;}.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-position-right .elementor-image-box-img{margin-left:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-position-left .elementor-image-box-img{margin-right:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e.elementor-position-top .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-img img{border-radius:45px;}.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-title{font-size:13px;}.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-img{margin-bottom:25px;}.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-img img{border-radius:45px;}.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-title{font-size:13px;}.elementor-292 .elementor-element.elementor-element-be4053b{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-8f0a97d .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-b0a391f .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-6bf70c0{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-4232731{border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-d07022e{margin:-15px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 15px 0px;}.elementor-292 .elementor-element.elementor-element-a5a41c9{border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:30px 30px 30px 30px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:7px;--padding-right:7px;}.elementor-292 .elementor-element.elementor-element-2e569fc{padding:10px 15px 7px 15px;}.elementor-292 .elementor-element.elementor-element-c77d449{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-c77d449 .elementor-heading-title{font-size:22px;}.elementor-292 .elementor-element.elementor-element-ca0ad24{margin:-4px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-029f601{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-029f601 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-6ca370b{border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;--border-radius:30px 30px 30px 30px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:15px;--padding-bottom:15px;--padding-left:10px;--padding-right:10px;}.elementor-292 .elementor-element.elementor-element-109d635{padding:13px 17px 8px 16px;}.elementor-292 .elementor-element.elementor-element-109d635 .elementor-icon{font-size:33px;}.elementor-292 .elementor-element.elementor-element-109d635 .elementor-icon svg{height:33px;}.elementor-292 .elementor-element.elementor-element-c67b617{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-c67b617 .elementor-heading-title{font-size:22px;}.elementor-292 .elementor-element.elementor-element-b76b609{margin:-4px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-55ca038{margin:-5px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-292 .elementor-element.elementor-element-55ca038 .elementor-button{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-9af0d60{--border-radius:15px 15px 15px 15px;--margin-top:30px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-758d21f{margin:20px 0px calc(var(--kit-widget-spacing, 0px) + 10px) 0px;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__content{min-height:162px;text-align:center;padding:0px 0px 0px 0px;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__title{font-size:15px;}.elementor-292 .elementor-element.elementor-element-e11f821 .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__content{min-height:162px;text-align:center;padding:0px 0px 0px 0px;}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__title{font-size:15px;}.elementor-292 .elementor-element.elementor-element-1d8db01 .elementor-cta__title:not(:last-child){margin-bottom:0px;}.elementor-292 .elementor-element.elementor-element-35a21f3{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-5d049b5 .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__description{font-size:var( --e-global-typography-secondary-font-size );}.elementor-292 .elementor-element.elementor-element-511815d .elementor-cta__button{font-size:var( --e-global-typography-accent-font-size );}}@media(min-width:768px){.elementor-292 .elementor-element.elementor-element-489293d{--content-width:1140px;}.elementor-292 .elementor-element.elementor-element-4c09747{--content-width:1209px;}.elementor-292 .elementor-element.elementor-element-d6bd258{--width:100%;}.elementor-292 .elementor-element.elementor-element-009db14{--width:25%;}.elementor-292 .elementor-element.elementor-element-b5f7bac{--width:25%;}.elementor-292 .elementor-element.elementor-element-8ccd8ab{--width:25%;}.elementor-292 .elementor-element.elementor-element-e46a84e{--width:25%;}}/* Start custom CSS for image-box, class: .elementor-element-d04d4b7 */.elementor-292 .elementor-element.elementor-element-d04d4b7 .elementor-image-box-img img {
    transition-duration: 0.3s;
    mix-blend-mode: multiply;
}/* End custom CSS */
/* Start custom CSS for image-box, class: .elementor-element-62955a0 */.elementor-292 .elementor-element.elementor-element-62955a0 .elementor-image-box-img img {
    transition-duration: 0.3s;
    mix-blend-mode: multiply;
}/* End custom CSS */
/* Start custom CSS for image-box, class: .elementor-element-1c0563e */.elementor-292 .elementor-element.elementor-element-1c0563e .elementor-image-box-img img {
    transition-duration: 0.3s;
    mix-blend-mode: multiply;
}/* End custom CSS */
/* Start custom CSS for image-box, class: .elementor-element-97e6ead */.elementor-292 .elementor-element.elementor-element-97e6ead .elementor-image-box-img img {
    transition-duration: 0.3s;
    mix-blend-mode: multiply;
}/* End custom CSS */

.elementor-609 .elementor-element.elementor-element-5293b0f{--display:grid;--e-con-grid-template-columns:repeat(3, 1fr);--e-con-grid-template-rows:repeat(2, 1fr);--grid-auto-flow:row;}.elementor-609 .elementor-element.elementor-element-6a50f81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-a7e5c8b img{width:45%;}.elementor-609 .elementor-element.elementor-element-62b9035{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-62b9035 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-eb34265{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-44e59cc img{width:45%;}.elementor-609 .elementor-element.elementor-element-f867f1a{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-f867f1a .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-1bafc54{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-fb3bb43 img{width:45%;}.elementor-609 .elementor-element.elementor-element-fe09f23{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-fe09f23 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-3f76d27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-576e412 img{width:45%;}.elementor-609 .elementor-element.elementor-element-7ba4e82{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-7ba4e82 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:500;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-e2d9fc9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-50eec5e{--display:flex;}.elementor-609 .elementor-element.elementor-element-6e3516f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-609 .elementor-element.elementor-element-19e9a66{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-9d221dd img{width:45%;}.elementor-609 .elementor-element.elementor-element-76bbfde{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-76bbfde .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-911bc0f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-ac1bde9 img{width:45%;}.elementor-609 .elementor-element.elementor-element-2da90c2{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-2da90c2 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-bc07367{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-9c84941 img{width:45%;}.elementor-609 .elementor-element.elementor-element-c98d63d{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-c98d63d .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-b93c59d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-fdc1431 img{width:45%;}.elementor-609 .elementor-element.elementor-element-b868f5f{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-b868f5f .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:18px;font-weight:700;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-3bd980f{--display:flex;--min-height:70px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;border-style:solid;--border-style:solid;border-width:2px 0px 2px 0px;--border-top-width:2px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;border-color:var( --e-global-color-538e6e1 );--border-color:var( --e-global-color-538e6e1 );--border-radius:0px 0px 0px 0px;}.elementor-609 .elementor-element.elementor-element-3bd980f:not(.elementor-motion-effects-element-type-background), .elementor-609 .elementor-element.elementor-element-3bd980f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a5eed5a );}.elementor-609 .elementor-element.elementor-element-7bc8ad8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-c5ad8dd{margin:-137px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-c5ad8dd img{width:17%;}.elementor-609 .elementor-element.elementor-element-ad2c92c{margin:-45px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-ad2c92c .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-primary );}.elementor-609 .elementor-element.elementor-element-2376fec{width:var( --container-widget-width, 69.65% );max-width:69.65%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:69.65%;--container-widget-flex-grow:0;text-align:center;font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;color:#6686A5;}.elementor-609 .elementor-element.elementor-element-2376fec.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}.elementor-609 .elementor-element.elementor-element-75e0071{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-609 .elementor-element.elementor-element-9d9a7aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-9d9a7aa.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-609 .elementor-element.elementor-element-e4e4a79{width:var( --container-widget-width, 103.561% );max-width:103.561%;--container-widget-width:103.561%;--container-widget-flex-grow:0;--e-icon-list-icon-size:22px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-offset:-2px;}.elementor-609 .elementor-element.elementor-element-e4e4a79.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px/2);}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px/2);}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px/2);}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px/2);}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px/2);}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-icon i{color:var( --e-global-color-secondary );transition:color 0.3s;}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-icon svg{fill:var( --e-global-color-secondary );transition:fill 0.3s;}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-icon{padding-inline-end:9px;}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-item > a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;}.elementor-609 .elementor-element.elementor-element-e4e4a79 .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-609 .elementor-element.elementor-element-d0c8d27{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-c0b309e .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(12px/2);}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(12px/2);}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(12px/2);}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-12px/2);}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-12px/2);}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-icon i{color:var( --e-global-color-secondary );transition:color 0.3s;}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-icon svg{fill:var( --e-global-color-secondary );transition:fill 0.3s;}.elementor-609 .elementor-element.elementor-element-528d34f{--e-icon-list-icon-size:22px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-offset:-2px;}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-icon{padding-inline-end:9px;}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-item > a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;}.elementor-609 .elementor-element.elementor-element-528d34f .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-609 .elementor-element.elementor-element-95a1598{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-e766a29 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(12px/2);}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(12px/2);}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(12px/2);}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-12px/2);}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-12px/2);}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-icon i{color:var( --e-global-color-secondary );transition:color 0.3s;}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-icon svg{fill:var( --e-global-color-secondary );transition:fill 0.3s;}.elementor-609 .elementor-element.elementor-element-1e9e6cd{--e-icon-list-icon-size:22px;--e-icon-list-icon-align:center;--e-icon-list-icon-margin:0 calc(var(--e-icon-list-icon-size, 1em) * 0.125);--icon-vertical-offset:-2px;}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-icon{padding-inline-end:9px;}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-item > .elementor-icon-list-text, .elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-item > a{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;}.elementor-609 .elementor-element.elementor-element-1e9e6cd .elementor-icon-list-text{color:var( --e-global-color-primary );transition:color 0.3s;}.elementor-609 .elementor-element.elementor-element-71b796f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-71b796f.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-609 .elementor-element.elementor-element-29577dd{--grid-template-columns:repeat(0, auto);text-align:center;width:100%;max-width:100%;margin:-20px -12px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--icon-size:25px;--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-609 .elementor-element.elementor-element-29577dd.elementor-element{--order:99999 /* order end hack */;}.elementor-609 .elementor-element.elementor-element-29577dd .elementor-social-icon{background-color:var( --e-global-color-3418b50 );}.elementor-609 .elementor-element.elementor-element-29577dd .elementor-social-icon i{color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-29577dd .elementor-social-icon svg{fill:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-2d47601 .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-8015ef4{margin:-18px -13px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-609 .elementor-element.elementor-element-ae4c41c{margin:-12px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-609 .elementor-element.elementor-element-ae4c41c .elementor-heading-title{font-family:"Mikhak", Sans-serif;font-feature-settings:"numr";font-size:17px;font-weight:600;color:var( --e-global-color-secondary );}.elementor-609 .elementor-element.elementor-element-2ffa73bf{--display:flex;--min-height:0px;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-609 .elementor-element.elementor-element-2ffa73bf:not(.elementor-motion-effects-element-type-background), .elementor-609 .elementor-element.elementor-element-2ffa73bf > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-609 .elementor-element.elementor-element-24754e55{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:9px;--padding-bottom:9px;--padding-left:9px;--padding-right:9px;}.elementor-609 .elementor-element.elementor-element-24754e55.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-609 .elementor-element.elementor-element-1cedf893{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-1cedf893.elementor-element{--align-self:center;}.elementor-609 .elementor-element.elementor-element-1cedf893 .elementor-heading-title{font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;color:rgba(255, 255, 255, 0.5);}.elementor-609 .elementor-element.elementor-element-70cb045d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-3e19729e{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -43px;padding:0px 0px 0px 0px;text-align:left;}.elementor-609 .elementor-element.elementor-element-3e19729e .elementor-heading-title{font-family:"VazirMatn", Sans-serif;font-feature-settings:"numr";font-size:15px;font-weight:600;color:rgba(255, 255, 255, 0.5);}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-609 .elementor-element.elementor-element-6a50f81{--width:25%;}.elementor-609 .elementor-element.elementor-element-eb34265{--width:25%;}.elementor-609 .elementor-element.elementor-element-1bafc54{--width:25%;}.elementor-609 .elementor-element.elementor-element-3f76d27{--width:25%;}.elementor-609 .elementor-element.elementor-element-19e9a66{--width:25%;}.elementor-609 .elementor-element.elementor-element-911bc0f{--width:25%;}.elementor-609 .elementor-element.elementor-element-bc07367{--width:25%;}.elementor-609 .elementor-element.elementor-element-b93c59d{--width:25%;}.elementor-609 .elementor-element.elementor-element-9d9a7aa{--width:36.486%;}.elementor-609 .elementor-element.elementor-element-d0c8d27{--width:25%;}.elementor-609 .elementor-element.elementor-element-95a1598{--width:25%;}.elementor-609 .elementor-element.elementor-element-71b796f{--width:20.768%;}.elementor-609 .elementor-element.elementor-element-24754e55{--width:47.932%;}.elementor-609 .elementor-element.elementor-element-70cb045d{--width:50%;}}@media(max-width:1024px){.elementor-609 .elementor-element.elementor-element-5293b0f{--grid-auto-flow:row;}.elementor-609 .elementor-element.elementor-element-ad2c92c .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-609 .elementor-element.elementor-element-5293b0f{--content-width:1600px;--e-con-grid-template-columns:repeat(4, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-609 .elementor-element.elementor-element-a7e5c8b img{width:100%;}.elementor-609 .elementor-element.elementor-element-62b9035 .elementor-heading-title{font-size:10px;}.elementor-609 .elementor-element.elementor-element-44e59cc img{width:100%;}.elementor-609 .elementor-element.elementor-element-f867f1a .elementor-heading-title{font-size:10px;}.elementor-609 .elementor-element.elementor-element-fb3bb43 img{width:100%;}.elementor-609 .elementor-element.elementor-element-fe09f23{width:100%;max-width:100%;}.elementor-609 .elementor-element.elementor-element-fe09f23 .elementor-heading-title{font-size:10px;}.elementor-609 .elementor-element.elementor-element-576e412 img{width:100%;}.elementor-609 .elementor-element.elementor-element-7ba4e82 .elementor-heading-title{font-size:10px;}.elementor-609 .elementor-element.elementor-element-50eec5e{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-609 .elementor-element.elementor-element-c5ad8dd{margin:-135px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-609 .elementor-element.elementor-element-c5ad8dd img{width:50%;}.elementor-609 .elementor-element.elementor-element-ad2c92c{margin:-60px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-609 .elementor-element.elementor-element-ad2c92c .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );}.elementor-609 .elementor-element.elementor-element-2376fec{width:var( --container-widget-width, 257.298px );max-width:257.298px;--container-widget-width:257.298px;--container-widget-flex-grow:0;text-align:justify;line-height:1.6em;}.elementor-609 .elementor-element.elementor-element-29577dd{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + -25px) 0px;padding:0px 0px -1px 0px;--icon-size:35px;}.elementor-609 .elementor-element.elementor-element-8015ef4{margin:-18px 0px calc(var(--kit-widget-spacing, 0px) + 5px) 0px;}.elementor-609 .elementor-element.elementor-element-2ffa73bf{--min-height:0px;--justify-content:flex-start;--padding-top:15px;--padding-bottom:75px;--padding-left:0px;--padding-right:0px;}.elementor-609 .elementor-element.elementor-element-1cedf893 .elementor-heading-title{font-size:10px;}.elementor-609 .elementor-element.elementor-element-3e19729e{margin:-10px 0px calc(var(--kit-widget-spacing, 0px) + -10px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-609 .elementor-element.elementor-element-3e19729e .elementor-heading-title{font-size:10px;}}/* Start custom CSS for container, class: .elementor-element-5293b0f */.elementor-609 .elementor-element.elementor-element-6e3516f {
    --display: flex;
    mix-blend-mode: multiply;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-e2d9fc9 */@media (max-width: 767px) {
    .elementor-609 .elementor-element.elementor-element-5293b0f {
        --content-width: 1600px;
        mix-blend-mode: multiply;
        --e-con-grid-template-columns: repeat(4, 1fr);
        --e-con-grid-template-rows: repeat(1, 1fr);
        --grid-auto-flow: row;
    }
}/* End custom CSS */



  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.efa-rubika:before {
  content: "\e90b";
}
.efa-tamin:before {
  content: "\e900";
}
.efa-karafarin:before {
  content: "\e901";
}
.efa-postbank:before {
  content: "\e902";
}
.efa-keshavarzi:before {
  content: "\e903";
}
.efa-ayandeh:before {
  content: "\e904";
}
.efa-toseetaavon:before {
  content: "\e905";
}
.efa-resalat:before {
  content: "\e906";
}
.efa-sepah:before {
  content: "\e907";
}
.efa-post:before {
  content: "\e908";
}
.efa-blu:before {
  content: "\e909";
}
.efa-gap:before {
  content: "\e90a";
}
.efa-bisphone:before {
  content: "\e916";
}
.efa-EFA:before {
  content: "\e917";
}
.efa-Enbank:before {
  content: "\e918";
}
.efa-aparat:before {
  content: "\e919";
}
.efa-cloob:before {
  content: "\e91a";
}
.efa-dey:before {
  content: "\e91b";
}
.efa-gardeshgari:before {
  content: "\e91c";
}
.efa-Hekmat:before {
  content: "\e91d";
}
.efa-iranzamin:before {
  content: "\e91e";
}
.efa-ghavamin:before {
  content: "\e91f";
}
.efa-markazi:before {
  content: "\e920";
}
.efa-mehr:before {
  content: "\e921";
}
.efa-mellat:before {
  content: "\e922";
}
.efa-melli:before {
  content: "\e923";
}
.efa-parsian:before {
  content: "\e924";
}
.efa-refah:before {
  content: "\e925";
}
.efa-saderat:before {
  content: "\e926";
}
.efa-salehin:before {
  content: "\e927";
}
.efa-saman:before {
  content: "\e928";
}
.efa-sarmayeh:before {
  content: "\e929";
}
.efa-Mahak:before {
  content: "\e93e";
}
.efa-Maskan:before {
  content: "\e940";
}
.efa-MEBank:before {
  content: "\e941";
}
.efa-Mehreghtesad:before {
  content: "\e942";
}
.efa-Mehriran:before {
  content: "\e947";
}
.efa-eitaa:before {
  content: "\e97c";
}
.efa-soroush:before {
  content: "\e97d";
}
.efa-bale:before {
  content: "\e97e";
}
.efa-tejarat:before {
  content: "\e97f";
}
.efa-Pasargad:before {
  content: "\e99b";
}
.efa-PayamNoor:before {
  content: "\e99d";
}
.efa-SanatMadan:before {
  content: "\e9c7";
}
.efa-Shahr:before {
  content: "\e9d1";
}
.efa-Shetab:before {
  content: "\e9d3";
}
.efa-Sina:before {
  content: "\e9d4";
}
.efa-Tosse:before {
  content: "\ea09";
}
.efa-ZarinPal:before {
  content: "\ea12";
}
.efa-Afzal-toos:before {
  content: "\ea13";
}

