.box_shadow, .list li .res {
  box-shadow: 0px 0px 4px #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.inner_boxshadow {
  box-shadow: inset 0 10px 11px -7px #e6e6e6;
}

@font-face {
  font-family: "lg";
  src: url("../lib/fonts/lg.eot?v=MDk0ZTM5");
  src: url("../lib/fonts/lg.eot?v=MDk0ZTM5") format("embedded-opentype"), url("../lib/fonts/lg.woff?v=MDk0ZTM5") format("woff"), url("../lib/fonts/lg.ttf?v=MDk0ZTM5") format("truetype"), url("../lib/fonts/lg.svg?v=MDk0ZTM5") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: iransans;
  src: url("../fonts/IRANSansX-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
@font-face {
  font-family: iransans-bold;
  src: url("../fonts/IRANSansX-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 2;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
body,
input,
option,
select,
textarea,
button {
  font-family: iransans;
  line-height: 1.5rem;
}

button {
  cursor: pointer;
}

a {
  display: block;
  text-decoration: none;
}

img {
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

video {
  height: auto;
  display: block;
  max-width: 100%;
  margin-left: auto;
  aspect-ratio: 16/9;
  margin-right: auto;
  background-color: #000;
}

audio {
  width: 100%;
  height: auto;
}

::selection {
  background: #1f1347;
  color: #fff;
}

.lg-icon {
  font-family: lg !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next, .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: 0;
  border: none;
}

.lg-next.disabled, .lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled), .lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next, .lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: 0 0;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-next, .lg-closing .lg-prev, .lg-closing .lg-sub-html, .lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont, body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}
.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer .lg-toggle-thumb:after {
  content: "\e1ff";
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-video-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button, .lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -o-transition: -o-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
}

.lg-video-play-button:hover .lg-video-play-icon, .lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0.6;
  will-change: opacity;
  -webkit-transition: opacity 0.12s ease-in;
  -o-transition: opacity 0.12s ease-in;
  transition: opacity 0.12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  animation: lg-play-rotate 2s linear 0.25s infinite, lg-play-stroke 1.5s ease-in-out 0.25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-single-item .lg-autoplay-button {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.8s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y, .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: "\e311";
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: 1;
  pointer-events: auto;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: "\e033";
}

.lg-icon.lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.lg-icon.lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed .lg-icon.lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer.lg-first-slide-loading .lg-actual-size, .lg-outer.lg-first-slide-loading .lg-zoom-in, .lg-outer.lg-first-slide-loading .lg-zoom-out, .lg-outer[data-lg-slide-type=iframe] .lg-actual-size, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-in, .lg-outer[data-lg-slide-type=iframe] .lg-zoom-out, .lg-outer[data-lg-slide-type=video] .lg-actual-size, .lg-outer[data-lg-slide-type=video] .lg-zoom-in, .lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  will-change: transform, opacity;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer .lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active .lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  will-change: visibility, opacity, transform;
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -moz-transition: -moz-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer .lg-share {
  position: relative;
}

.lg-outer .lg-share:after {
  content: "\e80d";
}

.lg-outer .lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer .lg-share-facebook .lg-icon:after {
  content: "\e904";
}

.lg-outer .lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer .lg-share-twitter .lg-icon:after {
  content: "\e907";
}

.lg-outer .lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: "\e906";
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(../images/loading.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments > span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: "\e070";
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

.lg-outer .lg-comment-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  will-change: visibility, opacity;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer .lg-comment-toggle:after {
  content: "\e908";
}

.lg-outer.lg-comment-active .lg-comment-overlay {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor, .lg-outer[data-lg-slide-type=iframe] .lg-flip-ver, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-left, .lg-outer[data-lg-slide-type=iframe] .lg-rotate-right, .lg-outer[data-lg-slide-type=video] .lg-flip-hor, .lg-outer[data-lg-slide-type=video] .lg-flip-ver, .lg-outer[data-lg-slide-type=video] .lg-rotate-left, .lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: "\e900";
}

.lg-rotate-right:after {
  content: "\e901";
}

.lg-icon.lg-flip-hor, .lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: "\e903";
}

.lg-flip-hor:after {
  content: "\e902";
}

.lg-medium-zoom-item {
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  transition: 0.5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: 0;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-hide-sub-html .lg-sub-html, .lg-next, .lg-pager-outer, .lg-prev, .lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-next, .lg-show-in .lg-pager-outer, .lg-show-in .lg-prev, .lg-show-in .lg-toolbar {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../images/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap, .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html .lg-sub-html, .lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop, .lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.slider-wraper {
  margin: 0 auto;
}
.slider-wraper .splide-section {
  margin-bottom: 1rem;
}
.slider-wraper .splide-section .splide__list .splide__slide {
  position: relative;
}
.slider-wraper .splide-section .splide__list .splide__slide .news-image {
  display: block;
}
.slider-wraper .splide-section .splide__list .splide__slide .news-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.slider-wraper .splide-section .splide__list .splide__slide .news-image::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(180deg, transparent, #000);
  z-index: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.slider-wraper .splide-section .splide__list .splide__slide .news-image:hover::after {
  height: 100%;
}
.slider-wraper .splide-section .splide__list .splide__slide .detail {
  position: absolute;
  padding: 1rem;
  bottom: 0;
  right: 0;
  width: 90%;
  z-index: 2;
}
.slider-wraper .splide-section .splide__list .splide__slide .detail .up-title {
  font-size: 0.938rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 8px;
}
.slider-wraper .splide-section .splide__list .splide__slide .detail .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.063rem;
  font-family: iransans-bold;
}
.slider-wraper .splide-section .splide__list .splide__slide .detail .title a {
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.slider-wraper .splide-section .splide__list .splide__slide .detail .title a:hover {
  color: #1f1347;
}

.news-container .news-toolbar .news-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.news-container .news-toolbar .news-title a {
  color: #1f1347;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-toolbar .news-title a:hover {
  filter: brightness(0.5);
}
.news-container .news-toolbar .news-title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #1f1347;
}
@media only screen and (min-width: 768px) {
  .news-container .news-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.news-container .news-body {
  padding: 0.85rem 0 0;
}
.news-container .news-body .news {
  border-radius: 0.5rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-body .news:nth-child(3n+1) {
  position: relative;
  grid-column: span 2/span 2;
}
@media only screen and (min-width: 768px) {
  .news-container .news-body .news:nth-child(3n+1) {
    grid-row: span 2/span 2;
    grid-column: unset;
  }
}
@media only screen and (min-width: 992px) {
  .news-container .news-body .news:nth-child(3n+1) {
    grid-row: unset;
    grid-column: span 2/span 2;
  }
}
@media only screen and (min-width: 1200px) {
  .news-container .news-body .news:nth-child(3n+1) {
    grid-row: span 2/span 2;
    grid-column: unset;
  }
}
.news-container .news-body .news:nth-child(3n+1) .news-image {
  display: block;
  width: 100%;
  height: 100%;
}
.news-container .news-body .news:nth-child(3n+1) .news-image img {
  aspect-ratio: 16/9;
  height: 100%;
}
.news-container .news-body .news:nth-child(3n+1) .news-image::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background-image: -o-linear-gradient(top, transparent, #000);
  background-image: linear-gradient(180deg, transparent, #000);
  z-index: 1;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-body .news:nth-child(3n+1) .news-image:hover::after {
  height: 100%;
}
.news-container .news-body .news:nth-child(3n+1) .detail {
  position: absolute;
  padding: 1rem;
  bottom: 0;
  right: 0;
  width: 90%;
  z-index: 2;
  line-height: 1.5rem;
}
.news-container .news-body .news:nth-child(3n+1) .detail .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: iransans-bold;
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-body .news:nth-child(3n+1) .detail .title:hover {
  color: #1f1347;
}
.news-container .news-body .news:nth-child(3n) {
  grid-column-start: 2;
  grid-row-start: 2;
}
.news-container .news-body .news:not(:nth-child(3n+1)) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .news-container .news-body .news:not(:nth-child(3n+1)) {
    padding: 0;
  }
}
.news-container .news-body .news:not(:nth-child(3n+1)) .news-image {
  display: block;
  height: auto;
}
.news-container .news-body .news:not(:nth-child(3n+1)) .news-image img {
  aspect-ratio: 16/9;
  height: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-body .news:not(:nth-child(3n+1)) .detail {
  padding: 0 0.5rem;
  line-height: 1.5rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-body .news:not(:nth-child(3n+1)) .detail .title {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-top: 0.5rem;
  font-family: iransans-bold;
  font-size: 0.9rem;
  color: #000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-container .news-body .news:not(:nth-child(3n+1)) .detail .title:hover {
  color: #1f1347;
}
.news-container .news-body .news:not(:nth-child(3n+1)):hover {
  background-color: rgba(207, 207, 207, 0.5764705882);
}
.news-container .news-body .news:not(:nth-child(3n+1)):hover .news-image img {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.news-container .news-body .news:not(:nth-child(3n+2)) {
  padding-top: 0;
}

.special-section {
  display: block;
  margin-top: 1rem;
}
@media only screen and (min-width: 992px) {
  .special-section {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
}

.left_side {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.left_side .matn_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 992px) {
  .left_side .matn_box {
    flex-direction: row;
  }
}

.grid-4-4 {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .grid-4-4 {
    grid-column: span 4/span 4;
  }
}
.grid-4-4 .news-container:nth-of-type(4) {
  margin-top: 1rem;
}

.tab-list-news {
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .tab-list-news {
    margin-top: 0;
  }
}
.tab-list-news .tab-toolbar {
  display: flex;
  justify-content: space-between;
}
.tab-list-news .tab-toolbar .tab-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: iransans-bold;
  background: #fff;
  padding: 0 0 1rem;
  width: 50%;
  border: none;
  border-bottom: 3px solid transparent;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.tab-list-news .tab-toolbar .tab-title.active {
  border-bottom: 3px solid #1f1347;
}
.tab-list-news .tab-toolbar .tab-title.active .dot {
  border-color: #1f1347;
}
.tab-list-news .tab-toolbar .tab-title a {
  color: #1f1347;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.tab-list-news .tab-toolbar .tab-title a:hover {
  filter: brightness(0.5);
}
.tab-list-news .tab-toolbar .tab-title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #ffa502;
}
.tab-list-news .tab-body {
  position: relative;
  background-color: rgba(228, 231, 235, 0.5882352941);
  overflow-y: scroll;
}
@-moz-document url-prefix() {
  .tab-list-news .tab-body {
    scrollbar-width: thin;
    scrollbar-color: #AAA #f5f5f5;
  }
}
.tab-list-news .tab-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.tab-list-news .tab-body::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.tab-list-news .tab-body::-webkit-scrollbar-thumb {
  background-color: #AAA;
}
.tab-list-news .tab-body ::-webkit-scrollbar-thumb:hover {
  background: #0d7377;
}
.tab-list-news .tab-body .tab-header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-evenly;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0.5rem 0;
  gap: 0.25rem;
}
.tab-list-news .tab-body .tab-header .tab-btn {
  border: none;
  background-color: #1f1347;
  color: #fff;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.tab-list-news .tab-body .tab-header .tab-btn:hover {
  filter: brightness(0.8);
}
.tab-list-news .tab-body .tab-header .tab-btn.active {
  font-family: iransans-bold;
  color: #1f1347;
  background-color: #fff;
}
.tab-list-news .tab-body .tab-content {
  visibility: hidden;
  display: none;
  padding: 1rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.tab-list-news .tab-body .tab-content.visible {
  visibility: visible;
  display: block;
}
.tab-list-news .tab-body .tab-content .tab-row {
  display: flex;
  gap: 0.5rem;
}
.tab-list-news .tab-body .tab-content .tab-row:not(:last-child) {
  margin-bottom: 1rem;
}
.tab-list-news .tab-body .tab-content .tab-row .bullet {
  color: #1f1347;
  font-size: 0.7rem;
}
.tab-list-news .tab-body .tab-content .tab-row .link {
  color: #000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.tab-list-news .tab-body .tab-content .tab-row .link:hover {
  color: #1f1347;
}
@media only screen and (min-width: 992px) {
  .tab-list-news {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
}

.chosen-list-news {
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .chosen-list-news {
    margin-top: 0;
  }
}
.chosen-list-news .list-toolbar {
  padding: 0 0 1rem;
}
.chosen-list-news .list-toolbar .list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.chosen-list-news .list-toolbar .list-title a {
  color: #ffa502;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.chosen-list-news .list-toolbar .list-title a:hover {
  filter: brightness(0.5);
}
.chosen-list-news .list-toolbar .list-title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #ffa502;
}
.chosen-list-news .list-body {
  position: relative;
  background-color: rgba(228, 231, 235, 0.5882352941);
  overflow-y: scroll;
}
@-moz-document url-prefix() {
  .chosen-list-news .list-body {
    scrollbar-width: thin;
    scrollbar-color: #AAA #f5f5f5;
  }
}
.chosen-list-news .list-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.chosen-list-news .list-body::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.chosen-list-news .list-body::-webkit-scrollbar-thumb {
  background-color: #AAA;
}
.chosen-list-news .list-body ::-webkit-scrollbar-thumb:hover {
  background: #0d7377;
}
.chosen-list-news .list-body .list-content {
  padding: 1rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
.chosen-list-news .list-body .list-content .list-row {
  display: flex;
  gap: 0.5rem;
}
.chosen-list-news .list-body .list-content .list-row:not(:last-child) {
  margin-bottom: 0.75rem;
}
.chosen-list-news .list-body .list-content .list-row .bullet {
  color: #ffa502;
  font-size: 0.7rem;
}
.chosen-list-news .list-body .list-content .list-row .link {
  color: #000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.chosen-list-news .list-body .list-content .list-row .link:hover {
  color: #ffa502;
}
.chosen-list-news .list-footer {
  display: flex;
  justify-content: center;
  padding: 0.75rem;
  background-color: rgba(228, 231, 235, 0.5882352941);
}
.chosen-list-news .list-footer .more-news-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  border-radius: 10px;
  font-family: iransans-bold;
  font-size: 0.75rem;
  color: #000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.chosen-list-news .list-footer .more-news-btn:hover {
  color: #ffa502;
}
@media only screen and (min-width: 992px) {
  .chosen-list-news {
    grid-column: span 2/span 2;
    grid-column-start: 7;
  }
}

.news-card-section {
  margin: 3rem 0 3rem;
}
.news-card-section .special-bg {
  background: #1f1347;
  padding: 1rem 0;
}
.news-card-section .news-toolbar .news-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0 0 0.85rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.news-card-section .news-toolbar .news-title a {
  color: #1f1347;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-card-section .news-toolbar .news-title a:hover {
  filter: brightness(0.5);
}
.news-card-section .news-toolbar .news-title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #1f1347;
}
.news-card-section .news-body {
  display: block;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .news-card-section .news-body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.news-card-section .news-body {
  gap: 1rem;
  padding: 0.85rem 0 0;
}
.news-card-section .news-body .card-wrap {
  display: flex;
  flex-direction: row;
}
.news-card-section .news-body .card-wrap:not(:last-child) {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap:not(:last-child) {
    margin-bottom: 0rem;
  }
}
.news-card-section .news-body .card-wrap .news-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap .news-card {
    display: flex;
    flex-direction: column;
  }
}
.news-card-section .news-body .card-wrap .news-card {
  background-color: rgba(228, 231, 235, 0.5882352941);
  line-height: 1.5rem;
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-card-section .news-body .card-wrap .news-card:hover {
  background-color: rgba(208, 211, 214, 0.7215686275);
}
.news-card-section .news-body .card-wrap .news-card:hover .card-img-top {
  opacity: 0.9;
}
.news-card-section .news-body .card-wrap .news-card .card-img-container {
  grid-row: span 2/span 2;
}
.news-card-section .news-body .card-wrap .news-card .card-img-container .card-img-top {
  aspect-ratio: 16/9;
  height: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-card-section .news-body .card-wrap .news-card .card-body {
  padding: 0.5rem 0;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap .news-card .card-body {
    flex-grow: 1;
    padding: 0 1rem;
  }
}
.news-card-section .news-body .card-wrap .news-card .card-body .card-up-title {
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  margin-top: 0.5rme;
}
.news-card-section .news-body .card-wrap .news-card .card-body .card-title {
  font-family: iransans-bold;
  color: #000;
  padding: 0.5rem 0;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.news-card-section .news-body .card-wrap .news-card .card-body .card-title:hover {
  color: #1f1347;
}
.news-card-section .news-body .card-wrap .news-card .card-footer {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap .news-card .card-footer {
    direction: ltr;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    gap: 0.25rem;
    padding: 0.5rem;
    color: #000;
    align-items: center;
  }
}
.news-card-section .news-body .card-wrap .news-card .card-footer .clock-icon {
  color: #1f1347;
  padding-bottom: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap .news-card .card-footer .clock-icon {
    padding-bottom: 0;
  }
}
.news-card-section .news-body .card-wrap .news-card .card-footer .datetime {
  font-size: 0.8rem;
}

.special-news-section {
  display: block;
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .special-news-section {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.special-news-section .special-news-inner-wrapper > *:nth-child(2) {
  margin-top: 1rem;
}

.list-news {
  margin-top: 2rem;
}
@media only screen and (min-width: 992px) {
  .list-news {
    margin-top: 0;
  }
}
.list-news .list-toolbar {
  padding: 0 0 0.85rem;
}
.list-news .list-toolbar .list-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.list-news .list-toolbar .list-title a {
  color: #ffa502;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.list-news .list-toolbar .list-title a:hover {
  filter: brightness(0.5);
}
.list-news .list-toolbar .list-title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #ffa502;
}
.list-news .list-body {
  position: relative;
  background-color: rgba(228, 231, 235, 0.5882352941);
  overflow-y: scroll;
}
@-moz-document url-prefix() {
  .list-news .list-body {
    scrollbar-width: thin;
    scrollbar-color: #AAA #f5f5f5;
  }
}
.list-news .list-body::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.list-news .list-body::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.list-news .list-body::-webkit-scrollbar-thumb {
  background-color: #AAA;
}
.list-news .list-body ::-webkit-scrollbar-thumb:hover {
  background: #0d7377;
}
.list-news .list-body .list-content {
  padding: 1rem;
  line-height: 1.5rem;
  font-size: 0.9rem;
}
@media only screen and (min-width: 992px) {
  .list-news .list-body .list-content {
    max-height: unset;
  }
}
.list-news .list-body .list-content .list-row {
  display: flex;
  gap: 0.5rem;
}
.list-news .list-body .list-content .list-row:not(:last-child) {
  margin-bottom: 1rem;
}
.list-news .list-body .list-content .list-row .bullet {
  color: #ffa502;
  font-size: 0.7rem;
}
.list-news .list-body .list-content .list-row .link {
  color: #000;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.list-news .list-body .list-content .list-row .link:hover {
  color: #ffa502;
}
.list-news__one .list-toolbar .list-title .dot {
  border-color: #1f1347;
}
.list-news__one .list-body {
  border: 0.3rem solid rgba(228, 231, 235, 0.5882352941);
  background-color: transparent;
}
.list-news__one .list-body .list-content .list-row .bullet {
  color: #1f1347;
}
.list-news__one .list-body .list-content .list-row .link:hover {
  color: #1f1347;
}
@media only screen and (min-width: 992px) {
  .list-news__one {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
}
.list-news__two .list-body {
  border: 0.3rem solid rgba(228, 231, 235, 0.5882352941);
}
@media only screen and (min-width: 992px) {
  .list-news__two {
    grid-column: span 2/span 2;
    grid-column-start: 7;
  }
}
.list-news__first .list-toolbar .list-title .dot {
  border-color: #1f1347;
}
.list-news__first .list-body {
  border: 0.3rem solid rgba(228, 231, 235, 0.5882352941);
  background-color: transparent;
}
.list-news__first .list-body .list-content .list-row .bullet {
  color: #1f1347;
}
.list-news__first .list-body .list-content .list-row .link:hover {
  color: #1f1347;
}
@media only screen and (min-width: 992px) {
  .list-news__first {
    grid-column: span 2/span 2;
    grid-column-start: 5;
  }
}
.list-news__second .list-body {
  border: 0.3rem solid rgba(228, 231, 235, 0.5882352941);
}
@media only screen and (min-width: 992px) {
  .list-news__second {
    grid-column: span 2/span 2;
    grid-column-start: 7;
  }
}

.special-visualizer-wrap {
  margin-top: 3rem;
}
.special-visualizer-wrap .special-visualizer-toolbar {
  padding: 0 0 0.85rem;
}
.special-visualizer-wrap .special-visualizer-toolbar .special-visualizer-title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.special-visualizer-wrap .special-visualizer-toolbar .special-visualizer-title a {
  color: #ffa502;
}
.special-visualizer-wrap .special-visualizer-toolbar .special-visualizer-title a:hover {
  filter: brightness(0.5);
}
.special-visualizer-wrap .special-visualizer-toolbar .special-visualizer-title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #ffa502;
}
.special-visualizer-wrap .special-bg {
  background: #1f1347;
  padding: 1rem 0;
}
.special-visualizer-wrap .special-bg .visualizer-section {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 1rem;
}
.special-visualizer-wrap .special-bg .visualizer-section .news {
  position: relative;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.special-visualizer-wrap .special-bg .visualizer-section .news .news-image {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news .news-image {
    height: 100%;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news .news-image img {
  aspect-ratio: 16/9;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news .news-image::after {
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
    background-image: -o-linear-gradient(top, transparent, #000);
    background-image: linear-gradient(180deg, transparent, #000);
    z-index: 1;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -ms-transition: 0.3s all ease-in-out;
  }
  .special-visualizer-wrap .special-bg .visualizer-section .news .news-image:hover::after {
    height: 100%;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news .detail {
  line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news .detail {
    position: absolute;
    padding: 1rem;
    bottom: 0;
    right: 0;
    width: 90%;
    z-index: 2;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news .detail .title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: iransans-bold;
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.special-visualizer-wrap .special-bg .visualizer-section .news .detail .title:hover {
  color: #ffa502;
}
.special-visualizer-wrap .special-bg .visualizer-section .news .visualizer-icon-container {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  align-items: center;
  padding: 0.5rem;
  height: 1rem;
  background: #FF5861;
  color: #ffffff;
  border-radius: 0.5rem;
  font-size: 0.8rem;
  gap: 0.25rem;
}
.special-visualizer-wrap .special-bg .visualizer-section .news .visualizer-icon-container .visualizer-icon {
  width: 1.2rem;
  height: 1.2rem;
}
.special-visualizer-wrap .special-bg .visualizer-section .news-0 {
  grid-column: span 8/span 8;
  grid-row: span 4/span 4;
}
@media only screen and (min-width: 992px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news-0 {
    grid-column: span 4/span 4;
    grid-row: span 4/span 4;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news-1 {
  grid-column: span 4/span 4;
  grid-row: span 2/span 2;
  grid-row-start: 5;
}
@media only screen and (min-width: 992px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news-1 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 5;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news-2 {
  grid-column: span 4/span 4;
  grid-row: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 5;
}
@media only screen and (min-width: 992px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news-2 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 7;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news-3 {
  grid-column: span 4/span 4;
  grid-row: span 2/span 2;
  grid-row-start: 7;
}
@media only screen and (min-width: 992px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news-3 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 5;
    grid-row-start: 3;
  }
}
.special-visualizer-wrap .special-bg .visualizer-section .news-4 {
  grid-column: span 4/span 4;
  grid-row: span 2/span 2;
  grid-column-start: 5;
  grid-row-start: 7;
}
@media only screen and (min-width: 992px) {
  .special-visualizer-wrap .special-bg .visualizer-section .news-4 {
    grid-column: span 2/span 2;
    grid-row: span 2/span 2;
    grid-column-start: 7;
    grid-row-start: 3;
  }
}

@media print {
  .noprint {
    display: none;
  }
}
.tag_list {
  margin: 16px 0;
}
.tag_list .tag_list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  border-bottom: 3px solid #0d7377;
  padding-bottom: 8px;
}
.tag_list .ck_editor {
  padding: 24px;
  margin: 16px 0 16px;
  background-color: #f3f3f3;
  border: 2px solid rgba(240, 240, 240, 0.7098039216);
}
.tag_list .tag_title {
  display: flex;
  line-height: 0;
  align-items: center;
  gap: 8px;
}
.tag_list .tag_title::before {
  content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="36" height="36" viewBox="0 0 20 20"%3E%3Cpath fill="%230d7377" fill-rule="evenodd" d="M9.243 3.03a1 1 0 0 1 .727 1.213L9.53 6h2.94l.56-2.243a1 1 0 1 1 1.94.486L14.53 6H17a1 1 0 1 1 0 2h-2.97l-1 4H15a1 1 0 1 1 0 2h-2.47l-.56 2.242a1 1 0 1 1-1.94-.485L10.47 14H7.53l-.56 2.242a1 1 0 1 1-1.94-.485L5.47 14H3a1 1 0 1 1 0-2h2.97l1-4H5a1 1 0 1 1 0-2h2.47l.56-2.243a1 1 0 0 1 1.213-.727M9.03 8l-1 4h2.938l1-4z" clip-rule="evenodd"%2F%3E%3C%2Fsvg%3E');
}

.tage_page_cnt {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 600px) {
  .tage_page_cnt .list li .title {
    font-size: 1rem;
  }
  .tage_page_cnt .list li .lead {
    display: none;
  }
}
.tage_page_cnt .tag_header_etc {
  display: inline-flex;
  gap: 12px;
}
@media screen and (min-width: 900px) {
  .tage_page_cnt {
    grid-template-columns: 1fr 300px;
  }
}
.tage_page_cnt .edit_tag {
  color: #0d7377;
}

.list {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .list li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .list li img {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.list li .detail {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list li .res img {
  aspect-ratio: 16/9;
  object-fit: contain;
}
.list li {
  display: grid;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid #e5e5e5;
  align-items: flex-start;
}
.list li:last-child {
  padding-bottom: unset;
  border-bottom: none;
}
.list li .uptitle {
  font-size: 0.875rem;
  font-family: iransans;
  color: #464646;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li .title {
  font-size: 0.938rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
@media screen and (min-width: 900px) {
  .list li .title {
    font-size: 1.125rem;
  }
}
.list li .title a {
  color: #212121;
}
.list li .title a:visited {
  color: #616161;
}
.list li .title a:hover {
  color: #0d7377;
}
.list li .title a {
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.list li .news_time svg {
  width: 15px;
  height: auto;
}
.list li .news_time time {
  color: #565656;
  margin-bottom: 8px;
  display: inline-block;
}
.list li .lead {
  font-size: 1rem;
  color: #222;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list li {
  grid-template-columns: 1fr 2fr;
}
@media screen and (min-width: 550px) {
  .list li {
    align-items: flex-start;
    gap: 24px;
    grid-template-columns: 1fr 2.9fr;
  }
}

.zxc > .type-resource-image,
.faketabliqholder {
  margin: 0 auto 12px;
}

.zxc a {
  display: block;
}

@-moz-document url-prefix() {
  html {
    scrollbar-width: thin;
    scrollbar-color: #AAA #f5f5f5;
  }
}
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
html::-webkit-scrollbar-track {
  background: #f5f5f5;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
html::-webkit-scrollbar-thumb {
  background-color: #AAA;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #0d7377;
}

iframe[src*=mcdn] {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  margin: 8px 0;
}

.sticky_zxc_bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  right: 0;
}
.sticky_zxc_bottom.mobile_visible_fixed {
  transition: all 0.4s ease, color 0.4s ease;
  transform: translate(0, 0);
  visibility: visible;
}
.sticky_zxc_bottom.mobile_unvisible_fixed {
  transform: translate(0, 130%);
  visibility: hidden;
  transition: all 0.4s ease, color 0.4s ease;
}

.sticky_zxc_bottom_cnt #close_sticky_zxc_bottom {
  background-color: rgba(108, 108, 108, 0.8117647059);
  border-radius: 8px 8px 0 0;
  float: left;
  margin-left: 8px;
  padding: 1px 2px 0;
}
.sticky_zxc_bottom_cnt #close_sticky_zxc_bottom svg {
  width: 22px;
  height: auto;
  padding: 2px 4px;
  display: block;
}

@media screen and (min-width: 650px) {
  .just_mobile {
    display: none !important;
  }
}

@media screen and (max-width: 800px) {
  .just_desktop {
    display: none !important;
  }
}

@keyframes fadeIn {
  from {
    max-height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s ease;
    opacity: 0;
  }
  to {
    opacity: 1;
    max-height: 100vh;
    transform: scaleY(1);
  }
}
.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

.container {
  margin: 0 0.5rem;
}
@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1400px) {
  .container {
    max-width: 1320px;
    margin: 0 auto;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  line-height: 1.8em;
  font-family: iransans-bold;
  font-weight: normal;
}

ol {
  margin-right: 20px;
  list-style-type: persian;
}
ol li::marker {
  color: #1f1347;
}

em {
  color: #1f1347 !important;
}

em[data-class=right-blockquote] {
  padding: 12px;
  display: block;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right: 4px solid #1f1347;
}

em[data-class=left-blockquote] {
  padding: 12px;
  display: block;
  font-size: 0.9rem;
  background-color: #f6f6f6;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left: 4px solid #1f1347;
}

.spacial-blockquote2 {
  padding: 12px;
  display: block;
  font-size: 0.85rem;
  border-radius: 6px;
  font-family: iransans-bold;
  border: 1px solid #1f1347;
}

.spacial-blockquote3 {
  padding: 12px;
  display: block;
  font-size: 0.85rem;
  border-radius: 6px;
  font-family: iransans-bold;
  border-top: 1px solid #1f1347;
  border-bottom: 1px solid #1f1347;
}

.ampstory_container {
  --main-color: #0d7377;
  --max-ampstory-width: 84px;
}
.ampstory_container .main_wrapper {
  padding: 0;
}

.ampstory {
  width: 100%;
  display: flex;
  gap: 12px;
  overflow-x: scroll;
  scrollbar-width: none;
  margin: 16px 0;
  text-align: center;
  scroll-behavior: smooth;
  justify-content: space-evenly;
}
.ampstory::-webkit-scrollbar {
  display: none;
}
.ampstory li {
  flex-shrink: 0;
  width: var(--max-ampstory-width);
}
.ampstory li img {
  border: 2px solid var(--main-color);
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
  padding: 2px;
  border-radius: 50%;
}
.ampstory li .title {
  margin: 8px 0 0;
  font-family: iransans;
  color: #212121;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ampstory li .title a {
  display: block;
  color: #212121;
}

@media screen and (min-width: 678px) {
  .ampstory_container .ampstory {
    cursor: grab;
  }
  .ampstory_container .ampstory * {
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
  }
  .ampstory_container .ampstory:active {
    cursor: grabbing;
    /* Cursor during active dragging */
  }
  .ampstory_container .ampstory img, .ampstory_container .ampstory a {
    pointer-events: auto;
    /* Prevent interference when dragging */
  }
  .ampstory_container .ampstory_carousel {
    display: flex;
    align-items: center;
    position: relative;
  }
  .ampstory_container .ampstory_carousel button.prev,
  .ampstory_container .ampstory_carousel button.next {
    background-color: rgba(204, 204, 204, 0.5019607843);
    border: 1px solid rgba(204, 204, 204, 0.5019607843);
    border-radius: 50%;
    width: 36px;
    color: rgba(33, 33, 33, 0.8392156863);
    height: 36px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    backdrop-filter: blur(2px);
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .ampstory_container .ampstory_carousel button.prev {
    left: 4px;
  }
  .ampstory_container .ampstory_carousel button.next {
    right: 4px;
  }
  .ampstory_container .ampstory_carousel button:disabled {
    opacity: 0.5;
  }
}
@media screen and (max-width: 678px) {
  .ampstory {
    scroll-snap-type: x mandatory;
    margin-inline-start: 12px;
  }
  .ampstory li {
    scroll-snap-align: start;
  }
  .ampstory_carousel .prev,
  .ampstory_carousel .next {
    display: none;
  }
}
.force-news-area {
  display: block;
}
@media only screen and (min-width: 768px) {
  .force-news-area {
    display: none;
  }
}
.force-news-area {
  position: fixed;
  z-index: 8;
  bottom: 0;
  width: 100%;
  background-color: #FF5861;
  color: #ffffff;
  padding: 0.5rem 0;
}
.force-news-area .force-news {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.force-news-area .force-news .link {
  font-family: iransans-bold;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
.force-news-area .force-news .link:hover {
  filter: brightness(0.5);
}
.force-news-area .force-news .close {
  background-color: #FF5861;
  position: absolute;
  cursor: pointer;
  top: -1rem;
  left: 0.5rem;
  padding: 0.15rem 0.25rem 0;
  border-radius: 0.35rem;
}

.pollform {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  margin-bottom: 16px;
}
.pollform #copiedText_poll {
  display: none;
  position: absolute;
  top: -100%;
  background-color: #f6f6f6;
  font-size: 0.875rem;
  text-align: center;
  padding: 2px 8px;
  border-radius: 8px;
  left: 0;
}
.pollform .main_title {
  font-size: 0.875rem;
  font-family: iransans-bold;
  margin-bottom: 12px;
}
.pollform #pollStatus {
  font-size: 0.938rem;
}
.pollform #pollStatus.red-text {
  background-color: rgba(219, 80, 94, 0.2117647059);
  color: #d50014;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #dc3545;
}
.pollform #pollStatus.green-text {
  background-color: rgba(40, 167, 69, 0.2117647059);
  color: #009b23;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #28a745;
}
.pollform #main_pollForm {
  display: none;
  animation: fade-in 0.4s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pollform #main_pollForm.visible {
  display: block;
}
.pollform #poll-output {
  display: none;
  animation: fade-in 0.4s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pollform #poll-output.visible {
  display: block;
}
.pollform .poll_option_bar {
  display: flex;
  gap: 16px;
  align-items: center;
}
.pollform .poll_sum {
  display: flex;
  gap: 8px;
  color: #464646;
  font-size: 0.938rem;
}
.pollform #pollSubmit {
  background-color: #1f1347;
  border-radius: 4px;
  padding: 4px 10px;
  border: none;
  color: #fff;
  flex-grow: 3;
  cursor: pointer;
}
.pollform #response_poll {
  background-color: #e9e9e9;
  border-radius: 4px;
  padding: 4px 10px;
  border: none;
  color: #000;
  flex-grow: 2;
  cursor: pointer;
}
.pollform {
  /* All Progress Bars */
}
.pollform progress {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pollform {
  /* Determinate */
}
.pollform progress[value] {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pollform {
  /* Indeterminate */
}
.pollform progress:not([value]) {
  /* Reset the default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.pollform progress::-webkit-progress-bar {
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
}
.pollform progress::-webkit-progress-value {
  background-color: #1f1347;
  border-radius: 4px;
}
.pollform progress {
  width: 100%;
  height: 6px;
  background: #EEE;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2) inset;
  border-radius: 4px;
}
.pollform progress::-moz-progress-bar {
  background-color: #0d7377;
  border-radius: 4px;
}
.pollform #back_button_poll {
  background-color: #e9e9e9;
  border-radius: 4px;
  text-align: center;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 10px;
  max-width: 100px;
  font-size: 0.875rem;
  color: #000;
  cursor: pointer;
  display: none;
  animation: fade-in 0.4s ease-in-out;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pollform #back_button_poll.visible {
  display: block;
}
.pollform .poll_button {
  position: relative;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
  gap: 16px;
}
.pollform form,
.pollform .poll-statistics {
  padding: 16px;
}
.pollform ul li {
  color: #464646;
  font-size: 0.875rem;
  margin-bottom: 12px;
}
.pollform ul li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 12px;
}
.pollform .pollform_title {
  background-color: #1f1347;
  border-radius: 4px 4px 0 0;
}
.pollform .pollform_title .title_h {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #fff;
  padding: 10px 0;
  font-family: iransans-bold;
  text-align: center;
}

.attach_files {
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.attach_files .download_parent {
  display: flex;
  align-items: center;
  justify-content: center;
}
.attach_files .download_button {
  color: #fff;
  font-size: 0.9rem;
  padding: 2px 16px;
  border-radius: 4px;
  font-family: iransans-bold;
  background-color: #1f1347;
  border: 1px solid #1f1347;
  transition: 0.3s ease-in-out;
}
.attach_files .download_button:hover {
  color: #1f1347;
  background-color: #fff;
}

.sticky-ad {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.sticky-ad > * {
  pointer-events: auto;
  max-width: 100%;
}
.sticky-ad img {
  max-width: 100%;
  height: auto;
}
.sticky-ad:empty {
  display: none;
}
@media only screen and (min-width: 480px) {
  .sticky-ad {
    display: none;
  }
}

.sticky-ad--top {
  top: 64px;
}

.sticky-ad--bottom {
  bottom: 0;
}

.video_info,
.audio_info {
  gap: 4px;
  display: flex;
  margin-top: 8px;
  flex-wrap: wrap;
  font-size: 0.9rem;
  align-items: center;
  justify-content: center;
}
.video_info a,
.video_info .divider,
.audio_info a,
.audio_info .divider {
  color: #1f1347;
  font-family: iransans-bold;
}

.sticky-header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 10;
}

.header_main {
  padding: 0.5rem;
  background: #1f1347;
  color: #fff;
}
.header_main .header-main-content {
  gap: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.header_main .header-main-content .logo-content {
  display: flex;
  min-width: 7.5rem;
}
.header_main .header-main-content .logo-content .logo-img {
  max-width: 7rem;
}
.header_main .header-main-content .logo-content .logo-text {
  color: #fff;
  margin-right: 0.5rem;
}
.header_main .header-main-content .logo-content .logo-text .description {
  font-size: 0.7rem;
}
.header_main .header-main-content .logo-content .logo-text .title {
  font-size: 1.2rem;
  font-family: iransans-bold;
  margin-top: 0.2rem;
}
.header_main .header-main-content .search-btn {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  border: none;
  color: #fff;
}
.header_main .header-main-content .menu-btn {
  padding: 0;
  border: none;
  display: flex;
  color: #000;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}
@media only screen and (min-width: 992px) {
  .header_main .header-main-content .menu-btn {
    display: none;
  }
}
.header_main .header-main-content .btn-content {
  gap: 8px;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .header_main .header-main-content .btn-content {
    width: 100%;
    justify-content: space-between;
  }
}
.header_main .header-main-content .search-form {
  padding: 0 4px;
  display: none;
  line-height: 8px;
  align-items: center;
  border-radius: 0.3rem;
  background-color: #4c5167;
}
.header_main .header-main-content .search-form.active {
  gap: 4px;
  display: flex;
}
.header_main .header-main-content .search-form.active .search-input + .submit-btn {
  display: flex;
}
.header_main .header-main-content .search-form .submit-btn {
  padding: 0;
  border: none;
  display: none;
  line-height: 8px;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  background-color: transparent;
}
.header_main .header-main-content .search-form .search-input {
  border-top: none;
  border-bottom: none;
  border-left: 1px solid #616679;
  padding: 4px 0 4px 4px;
  border-right: none;
  background-color: #4c5167;
  color: #fff;
  max-width: 9rem;
}
.header_main .header-main-content .search-form .search-input:focus, .header_main .header-main-content .search-form .search-input:focus-visible, .header_main .header-main-content .search-form .search-input:focus-within {
  border: none;
  outline: none;
}

@media only screen and (max-width: 992px) {
  .mobile-side-menu {
    display: flex;
    visibility: hidden;
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    transform: translateX(990px);
    -webkit-transform: translateX(990px);
    -ms-transform: translateX(990px);
  }
  .mobile-side-menu.active {
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  .mobile-side-menu.active .close-area {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu {
    padding-top: 6px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content {
    background-color: rgba(255, 255, 255, 0.9);
    width: 66.66%;
    padding: 1rem;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .menu-header .logo-content {
    display: flex;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-img {
    max-width: 8rem;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-text {
    color: #000;
    margin-right: 0.5rem;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-text .description {
    font-size: 0.7rem;
  }
  .mobile-side-menu .content .menu-header .logo-content .logo-text .title {
    font-size: 1.2rem;
    font-family: iransans-bold;
    margin-top: 0.2rem;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .menu-header .logo-content {
    display: none;
  }
}
.mobile-side-menu .content .side-menu {
  display: flex;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu {
    gap: 12px;
    flex-wrap: wrap;
  }
}
.mobile-side-menu .content .side-menu .link {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu .link {
    color: #2A323C;
    display: inline-block;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu .link {
    color: #fff;
    display: block;
    font-size: 0.87rem;
  }
}
.mobile-side-menu .content .side-menu > .menu-item {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item {
    gap: 2px;
    display: flex;
    padding-bottom: 6px;
    align-items: center;
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .link {
    color: #dd7300;
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .menu-arrow svg {
    stroke: #dd7300;
    transform: rotate(180deg);
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .dropdown {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
}
.mobile-side-menu .content .side-menu > .menu-item .toggle-dropdown {
  display: none;
}
.mobile-side-menu .content .side-menu > .menu-item .toggle-dropdown:checked + .menu-arrow + .dropdown {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 1rem;
  padding: 1rem 2rem;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item .menu-arrow {
    position: absolute;
    left: 0;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item .menu-arrow svg {
    stroke: #000;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu > .menu-item .menu-arrow svg {
    stroke: #fff;
    vertical-align: middle;
    transition: 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu .dropdown {
    height: 0;
    opacity: 0;
    visibility: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-side-menu .content .side-menu .dropdown {
    top: 30px;
    opacity: 0;
    z-index: 10;
    padding: 12px;
    min-width: 150px;
    visibility: hidden;
    position: absolute;
    right: calc(50% - 86px);
  }
}
.mobile-side-menu .content .side-menu .dropdown {
  transition: all 0.3s ease-out;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 0.5rem;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item a {
  width: 100%;
  color: #000;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item a:hover {
  color: #1f1347;
}
.mobile-side-menu .content .side-menu .dropdown .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
@media only screen and (max-width: 992px) {
  .mobile-side-menu .content .side-menu .dropdown .link {
    font-size: 0.85rem;
  }
}
.mobile-side-menu .close-area {
  width: 33.33%;
}

.footer {
  margin-top: 2rem;
}
.footer .footer_content {
  background: #1f1347;
  color: #fff;
  padding: 1rem 0;
}
.footer .footer_content .footer_socials {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .footer .footer_content .footer_socials {
    gap: 1rem;
    justify-content: unset;
  }
}
.footer .footer_content .footer_socials {
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer .footer_content .footer_socials {
    text-align: inherit;
  }
}
.footer .footer_content .footer_socials .link {
  display: flex;
  align-items: center;
  color: #fff;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  width: 1.5rem;
  height: 1.5rem;
}
.footer .footer_content .footer_socials .link:hover {
  filter: brightness(0);
}
.footer .footer_content .footer_socials .link_youtube {
  width: unset;
  height: 24px;
}
.footer .copyright {
  background: #15191E;
  color: #A6ADBB;
}
.footer .copyright .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .footer .copyright .content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer .copyright .content .aasaam {
  display: flex;
  align-items: center;
  color: #A6ADBB;
  margin-top: 1rem;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
}
@media only screen and (min-width: 992px) {
  .footer .copyright .content .aasaam {
    margin-top: 0;
  }
}
.footer .copyright .content .aasaam svg {
  margin-left: 0.5rem;
  filter: drop-shadow(2px 4px 6px #1f1347);
}
.footer .copyright .content .aasaam:hover {
  opacity: 0.7;
}