/* Colors */
/* Font */
/* Width & Height */
.styles__title-wrapper___GWPDF {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.styles__title-wrapper___GWPDF:before {
  content: "";
  background: var(--color-primary, #E5AA61);
  height: 1px;
  width: 80px;
  display: block;
  margin: 0 auto 15px;
}
.styles__title-wrapper___GWPDF:after {
  content: "";
  background: var(--color-primary, #E5AA61);
  height: 1px;
  width: 80px;
  display: block;
  margin: 17px auto 0;
}

.styles__title___DvZrb {
  color: #45424E;
  display: inline-block;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  font-size: 22px;
  line-height: 170%;
}

.styles__title-dark___p_76i .styles__title___DvZrb {
  color: #fff;
}
.styles__title-dark___p_76i .styles__description___Cua9q {
  color: rgba(255, 255, 255, 0.8);
}
.styles__title-dark___p_76i:before {
  background: #fff;
}
.styles__title-dark___p_76i:after {
  background: #fff;
}

.styles__description___Cua9q {
  margin-top: 12px;
  color: #6B7C93;
  font-size: 14px;
  line-height: 160%;
}
.styles__margin-bottom___OrOhT {
  margin-bottom: 50px;
}

.styles__text-block-small___kJrGz {
  padding: 20px 0;
}

.styles__text-block-normal___e_6M9 {
  padding: 50px 0;
}

.styles__text-block-large___LXRz2 {
  padding: 100px 0;
}

.styles__text-block-extra-large___r62J7 {
  padding: 150px 0;
}

.styles__text-block-text-small___tRv3a {
  font-size: 14px;
}

.styles__text-block-text-normal___mvVl5 {
  font-size: 16px;
}

.styles__text-block-text-large___xUhet {
  font-size: 20px;
}

.styles__text-block-text-extra-large___WTE7n {
  font-size: 25px;
}

.styles__text-box-glass___wrucO {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

.styles__collapsible-box___zmuZN {
  overflow-y: hidden;
}

.styles__collapse-button-wrapper___SdcV6 {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.styles__text-block-light___umf3z {
  background: var(--color-bg, var(--bgColor));
  color: var(--color-text, var(--baseColor));
}
.styles__text-block-light___umf3z .styles__collapse-button-wrapper___SdcV6 .styles__collapse-button___o66h9 {
  background-color: var(--white);
}
.styles__text-block-light___umf3z .styles__text-box-glass___wrucO {
  background: linear-gradient(0deg, var(--color-bg, var(--bgColor)) 0%, var(--color-bg, var(--bgColor)) 10%, rgba(255, 255, 255, 0) 100%);
}

.styles__text-block-dark___EJX7s {
  background: var(--color-text, var(--baseColor));
  color: var(--white);
}
.styles__text-block-dark___EJX7s .styles__collapse-button-wrapper___SdcV6 .styles__collapse-button___o66h9 {
  background-color: var(--color-text, var(--baseColor));
}
.styles__text-block-dark___EJX7s .styles__text-box-glass___wrucO {
  background: linear-gradient(0deg, var(--color-text, var(--baseColor)) 0%, var(--color-text, var(--baseColor)) 10%, rgba(255, 255, 255, 0) 100%);
}

.styles__with-background-image___f8m06 {
  overflow: hidden;
  position: relative;
}

.styles__background-image___Kz56i {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.styles__background-image-top___wutfK {
  top: 0;
}

.styles__background-image-middle___Aqmes {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.styles__background-image-bottom___Opq_8 {
  bottom: 0;
}

.styles__overlay___ttcwu {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.styles__overlay-light___x6zF1 {
  background: var(--drv-rgba-white-0-6);
  color: var(--color-text, var(--baseColor));
}

.styles__overlay-dark___j37cY {
  background: var(--drv-rgba-baseColor-0-6);
  color: var(--white);
}

.styles__inner___PDZBo {
  margin: 0 auto;
  max-width: var(--defaultWidth);
  width: 98%;
  text-align: center;
  line-height: 160%;
  position: relative;
  z-index: 3;
}

.styles__text___eBN4U p {
  margin: 15px 0;
  min-height: 1px;
}
.styles__text___eBN4U strong {
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U em {
  font-style: italic;
}
.styles__text___eBN4U ul {
  font-style: none;
}
.styles__text___eBN4U ul li {
  position: relative;
  margin: 6px 0;
}
.styles__text___eBN4U ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  float: right;
  background: var(--color-primary, var(--mainColor));
  margin-left: 10px;
  margin-top: 12px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.styles__text___eBN4U ol li {
  list-style-type: persian;
  margin: 6px 18px 6px 0;
}
.styles__text___eBN4U h1 {
  font-size: 22px;
  line-height: 150%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U h2 {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U h4 {
  font-size: 17px;
  line-height: 150%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U h5 {
  font-size: 16px;
  line-height: 150%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U h6 {
  font-size: 14px;
  line-height: 150%;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
}
.styles__text___eBN4U a {
  color: var(--color-primary, var(--mainColor));
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.styles__text___eBN4U a:hover {
  color: var(--color-primary-400, var(--drv-darken-mainColor-8));
}
.styles__text___eBN4U img {
  max-width: 100%;
}
.styles__text___eBN4U.styles__text-align-center___ELDO1 {
  text-align: center;
}

.styles__btn___mpfJY {
  margin-top: 25px;
}

@media only screen and (max-width: 979px) {
  .styles__inner___PDZBo {
    width: 92%;
  }
  .styles__background-image___Kz56i {
    width: auto;
    height: 100%;
  }
}
.Description__product-description___CzVog {
  text-align: initial;
}
.Description__product-description___CzVog table {
  border-collapse: collapse;
  margin: 0;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
  text-align: initial;
}
.Description__product-description___CzVog table td,
.Description__product-description___CzVog table th {
  border: 1px solid var(--borderColor);
  box-sizing: border-box;
  min-width: 1em;
  padding: 6px 8px;
  position: relative;
  vertical-align: middle;
  direction: rtl;
}
.Description__product-description___CzVog table td > *,
.Description__product-description___CzVog table th > * {
  margin-bottom: 0;
}
.Description__product-description___CzVog table td p,
.Description__product-description___CzVog table th p {
  margin: 0;
}
.Description__product-description___CzVog table th {
  background-color: #F1F3F5;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  border-bottom-width: 2px;
}
.Description__product-description___CzVog .Description__tableWrapper___Vep8_ {
  margin: 1.5rem 0;
  overflow-x: auto;
  margin-inline: auto;
}
.Description__product-description___CzVog img,
.Description__product-description___CzVog iframe,
.Description__product-description___CzVog embed {
  max-width: 100%;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.iframe-wrapper-limited {
  width: 100%;
  display: flex;
  justify-content: center;
}
.iframe-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tableWrapper {
  overflow-x: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 480px) {
  .tableWrapper {
    max-width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .tableWrapper {
    max-width: 1200px;
  }
}
