@charset "UTF-8";
.box_shadow {
  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=ZDA3MDE2");
  src: url("../lib/fonts/lg.eot?v=ZDA3MDE2") format("embedded-opentype"), url("../lib/fonts/lg.woff?v=ZDA3MDE2") format("woff"), url("../lib/fonts/lg.ttf?v=ZDA3MDE2") format("truetype"), url("../lib/fonts/lg.svg?v=ZDA3MDE2") 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;
}

body {
  background-color: rgba(228, 231, 235, 0.5882352941);
}

@media only screen and (min-width: 992px) {
  .landing-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem;
  }
}
.landing-wrapper .mt-8 {
  margin-top: 2rem;
}
.landing-wrapper .landing-main {
  grid-column: span 2/span 2;
}
.landing-wrapper .landing-aside {
  grid-column-start: 3;
}

.breadcrumb-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}
.breadcrumb-container .bread_crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: #000;
}
.breadcrumb-container .bread_crumbs .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #1f1347;
}
.breadcrumb-container .bread_crumbs li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumb-container .bread_crumbs li svg {
  width: 6px;
  color: #1f1347;
}
.breadcrumb-container .bread_crumbs li a {
  font-size: 1rem;
  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;
}
.breadcrumb-container .bread_crumbs li a:hover {
  color: #1f1347;
}
.breadcrumb-container .news-time {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  color: #000;
}
.breadcrumb-container .news-time .clock-icon {
  color: #1f1347;
}
.breadcrumb-container .news-time time {
  font-size: 0.8rem;
}

.news-card-section {
  margin-top: 2rem;
}
.news-card-section .news-toolbar .news-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
  margin-bottom: 0.875rem;
}
.news-card-section .news-toolbar .news-title a {
  color: #1f1347;
}
.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;
  line-height: 2rem;
}
@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(3, 1fr);
  }
}
.news-card-section .news-body {
  gap: 1.5rem;
  padding: 1rem 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;
    gap: 0;
  }
}
.news-card-section .news-body .card-wrap .news-card {
  background-color: #fff;
  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: 300/200;
  object-fit: cover;
  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 {
  flex-grow: 1;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap .news-card .card-body {
    padding: 0.5rem 1rem 0;
  }
}
.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.5rem;
}
.news-card-section .news-body .card-wrap .news-card .card-body .card-title {
  font-family: iransans-bold;
  color: #000;
  margin: 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;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) {
  .news-card-section .news-body .card-wrap .news-card .card-body .card-title {
    font-size: 1rem;
  }
}
.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;
}
.news-card-section .news-body .card-wrap .news-card .card-footer .datetime {
  font-size: 0.8rem;
}

.primary_archive_cell img {
  width: 100%;
}
.primary_archive_cell .card-footer {
  font-size: 0.8rem;
}
.primary_archive_cell .pagination li {
  display: block;
}
.primary_archive_cell .pagination button {
  border: none;
}

.pagination {
  display: flex;
  gap: 0.5rem;
  margin: 1rem 0;
  padding: 0.5rem;
  justify-content: center;
}
.pagination a,
.pagination span,
.pagination button {
  padding: 0.5rem 0.75rem;
  color: #000;
}
.pagination a:hover,
.pagination span:hover,
.pagination button:hover {
  border-radius: 0.5rem;
  background: #1f1347;
  color: #fff;
}
.pagination .active {
  border-radius: 0.5rem;
  background: #1f1347;
  color: #fff;
}

.slider-wraper {
  margin-top: 1rem;
}
.slider-wraper .splide-section {
  margin-bottom: 1rem;
}
.slider-wraper .splide-section .splide__list {
  gap: 10px;
}
.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: 874/581;
}
.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;
}

.tab-list-news {
  margin-top: 2rem;
}
.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: transparent;
  padding: 0 0.75rem 0.75rem;
  width: 50%;
  border: none;
  border-bottom: 2px 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: 2px solid #1f1347;
  color: #1f1347;
}
.tab-list-news .tab-toolbar .tab-title.active .dot {
  border-color: #1f1347;
}
.tab-list-news .tab-toolbar .tab-title a {
  color: #1f1347;
}
.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: #fff;
  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;
  max-height: 500px;
}
.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: 0.75rem;
}
.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;
}
.tab-list-news .tab-body .tab-content .tab-row .link:hover {
  color: #1f1347;
}

.list-news {
  margin-top: 2rem;
}
.list-news .list-toolbar {
  padding: 0 0 0.85rem;
}
.list-news .list-toolbar .list-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.list-news .list-toolbar .list-title a {
  color: #ffa502;
}
.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: #fff;
  border-radius: 0.5rem;
}
.list-news .list-body .list-content {
  padding: 1rem;
  line-height: 1.5rem;
}
.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: 0.75rem;
}
.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 .list-body p {
  line-height: 2;
}
.list-news__primary .list-toolbar .list-title .dot {
  border-color: #1f1347;
}
.list-news__primary .list-toolbar .list-title a {
  color: #1f1347;
}
.list-news__primary .list-toolbar .list-title a:hover {
  color: #1f1347;
}
.list-news__primary .list-body .list-content .list-row .bullet {
  color: #1f1347;
}
.list-news__primary .list-body .list-content .list-row .link:hover {
  color: #1f1347;
}
.list-news__success .list-toolbar .list-title .dot {
  border-color: #ffa502;
}
.list-news__success .list-toolbar .list-title a {
  color: #ffa502;
}
.list-news__success .list-toolbar .list-title a:hover {
  color: #ffa502;
}
.list-news__success .list-body .list-content .list-row .bullet {
  color: #ffa502;
}
.list-news__success .list-body .list-content .list-row .link:hover {
  color: #ffa502;
}
.list-news__warning .list-toolbar .list-title .dot {
  border-color: #ffa502;
}
.list-news__warning .list-toolbar .list-title a {
  color: #ffa502;
}
.list-news__warning .list-toolbar .list-title a:hover {
  color: #ffa502;
}
.list-news__warning .list-body .list-content .list-row .bullet {
  color: #ffa502;
}
.list-news__warning .list-body .list-content .list-row .link:hover {
  color: #ffa502;
}

.archive_news_type {
  margin-bottom: 16px;
}

.panel {
  gap: 8px;
  height: 0;
  padding: 0;
  width: 46%;
  opacity: 0;
  display: flex;
  margin: 0 auto;
  visibility: hidden;
  flex-direction: column;
  background-color: #f6f6f6;
}
.panel label {
  font-size: 0.85rem;
}
.panel input {
  margin: 0;
  accent-color: #3F51B5;
}
.panel .ng-scope {
  gap: 8px;
  display: flex;
  align-items: center;
}

.visible_panel {
  opacity: 1;
  height: auto;
  padding: 0.35rem;
  visibility: visible;
  border-radius: 0.5rem;
  transition: 0.3s ease-in-out;
}

.flip {
  cursor: pointer;
}
.flip svg {
  vertical-align: sub;
  transition: 0.3s ease-in-out;
}

.rotate svg {
  transform: rotate(90deg);
}

.advance-search {
  padding: 1rem;
}
.advance-search .same_phrase {
  display: block;
  margin-bottom: 12px;
}
.advance-search .same_phrase input {
  accent-color: #1f1347;
}
.advance-search .search-option {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.advance-search .search-option .label-option {
  display: block;
  width: 30%;
}
.advance-search .search-option input {
  flex-grow: 1;
}
.advance-search input {
  padding: 0.5rem;
  background: #f6f6f6;
  border: 1px solid transparent;
  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;
}
.advance-search input::focus {
  border: 1px solid #1f1347;
}
.advance-search input::placeholder {
  color: #707070;
}
.advance-search input:focus-visible {
  outline: 1px solid #1f1347;
}
.advance-search select {
  border: 1px solid transparent;
  padding: 0.35rem;
  background: #f6f6f6;
  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;
  border-radius: 0.5rem;
}
.advance-search select:focus {
  border: 1px solid #1f1347;
}
.advance-search .search-option .select-container {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
}
.advance-search .search-option .checkbox-container {
  width: 70%;
  direction: ltr;
  display: flex;
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  accent-color: #1f1347;
}
.advance-search .search-option > select {
  width: 70%;
}
.advance-search .submit-btn {
  display: block;
  width: 100%;
  padding: 0.5rem;
  margin: 0 auto;
  background: #1f1347;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border: none;
}
.advance-search .submit-btn:hover {
  filter: brightness(1.4);
}

.simple-pagination {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  padding: 0.5rem;
  background: #fff;
}
.simple-pagination .btn {
  display: inline-block;
  padding: 0.5rem 2rem;
  background: #1f1347;
  color: #fff;
}

.multimedia {
  background-color: #15191E;
}
.multimedia .breadcrumb-container .bread_crumbs li a {
  color: #fff;
}
.multimedia .breadcrumb-container .bread_crumbs li a:hover {
  color: #1f1347;
}
.multimedia .news-card-section .news-toolbar .news-title {
  color: #fff;
}
.multimedia .news-card-section .news-toolbar .news-title a {
  color: #1f1347;
}
.multimedia .news-card-section .news-toolbar .news-title a:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .multimedia .news-card-section .news-body {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 992px) {
  .multimedia .news-card-section .news-body {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1200px) {
  .multimedia .news-card-section .news-body {
    grid-template-columns: repeat(4, 1fr);
  }
}
.multimedia .news-card-section .news-body .card-wrap .news-card {
  background-color: #1D232A;
}
.multimedia .news-card-section .news-body .card-wrap .news-card:hover {
  background-color: #191E24;
}
.multimedia .news-card-section .news-body .card-wrap .news-card:hover .card-img-top {
  opacity: 0.8;
}
.multimedia .news-card-section .news-body .card-wrap .news-card .card-body .card-up-title {
  color: #A6ADBB;
}
.multimedia .news-card-section .news-body .card-wrap .news-card .card-body .card-title {
  color: #fff;
}
.multimedia .news-card-section .news-body .card-wrap .news-card .card-body .card-title:hover {
  color: #1f1347;
}
.multimedia .news-card-section .news-body .card-wrap .news-card .card-footer {
  color: #A6ADBB;
}
.multimedia .pagination li a {
  color: #fff;
  border: 1px solid #1f1347;
  border-radius: 0.5rem;
}

.archive .crypto-widget-live {
  margin: 2rem 0;
}
.archive .news_article_content {
  padding: 24px;
  margin: 16px 0 16px;
  background-color: #fff;
  border: 2px solid rgba(240, 240, 240, 0.7098039216);
}
.archive .news_article_content > * {
  margin-bottom: 0.5rem;
}
.archive .news_article_content table {
  width: 100%;
  margin: 0 auto 1rem;
  border-collapse: collapse;
  border: 2px solid #000;
  overflow-x: auto;
}
.archive .news_article_content table td, .archive .news_article_content table th {
  border: 2px solid #000;
  padding: 0.5rem;
}
.archive .news_article_content blockquote::before {
  content: open-quote;
}
.archive .news_article_content blockquote::after {
  content: close-quote;
}
.archive .news_article_content blockquote {
  background-color: rgba(228, 231, 235, 0.5882352941);
  quotes: "“" "”" "‘" "’";
  text-indent: 1rem;
  padding: 1rem;
  margin-bottom: 0.5rem;
  border-right: 0.3rem solid #1f1347;
}
.archive .news_article_content blockquote * {
  display: contents;
}
.archive .news_article_content strong {
  font-weight: 600;
}
.archive .news_article_content p {
  font-size: 0.9rem;
}
.archive .news_article_content p a {
  display: inline-block;
  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;
}
.archive .news_article_content p a:hover {
  color: #000;
}
.archive .news_article_content ul {
  list-style-type: disc;
  list-style-position: inside;
}
.archive .news_article_content ul li::marker {
  color: #1f1347;
}
.archive .news_article_content .splide ul {
  list-style: none;
}
.archive .news_article_content .splide img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.archive .news_article_content .splide .splide__pagination__page.is-active {
  background-color: #1f1347;
}
.archive .news_article_content .splide .splide__pagination__page {
  background-color: #a5a5a5;
}
.archive .news_article_content .table_res {
  overflow-x: auto;
}

.tag_header_edit {
  gap: 8px;
  display: flex;
  font-size: 1rem;
  padding: 6px 12px;
  margin-bottom: 16px;
  align-items: center;
  background-color: #1f1347;
  justify-content: space-between;
}
.tag_header_edit .edit_tag {
  gap: 4px;
  display: flex;
  color: #fff;
  align-items: center;
  font-family: iransans-bold;
  transition: 0.3s ease-in-out;
}
.tag_header_edit .edit_tag:hover {
  color: #1D232A;
}
.tag_header_edit .edit_tag:hover svg {
  fill: #1D232A;
}
.tag_header_edit .edit_tag svg {
  fill: #fff;
  transition: 0.3s ease-in-out;
}
.tag_header_edit .tag_id {
  gap: 4px;
  display: flex;
  color: #fff;
  align-items: center;
}

@media (max-width: 425px) {
  crypto-price-widget {
    min-width: 0 !important;
    width: 100% !important;
  }
}
.bitcoin_chart > div {
  min-height: 100% !important;
  margin-top: 2rem;
}

.fear_widget {
  background: white;
  border-radius: 0.75rem;
}
.fear_widget > div {
  min-height: 100% !important;
}

.crypto_chart {
  overflow: hidden;
}

#bitycle-fg-widget {
  height: 300px !important;
  min-height: 320px !important;
  border-radius: 0.5rem;
}

@media only screen and (min-width: 992px) {
  .container.landing-wrapper.landing_tag {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
  }
  .container.landing-wrapper.landing_tag .landing-main {
    grid-area: 2/1/3/2;
  }
  .container.landing-wrapper.landing_tag .landing-aside {
    grid-area: 2/2/3/3;
  }
  .container.landing-wrapper.landing_tag .wrapper_tag {
    grid-area: 1/1/2/3;
  }
}

.tags_keywords {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  align-items: center;
  list-style: none;
}
.tags_keywords .link {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 0.9rem;
  gap: 0.5rem;
  border-radius: 0.3rem;
  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;
  background-color: #1f1347;
  padding: 0.15rem 0.5rem;
  color: #fff;
}
.tags_keywords .link:hover {
  filter: brightness(0.85);
}

.page-container {
  margin: 2rem 0;
}
.page-container .page-header .title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
}
.page-container .page-header .title a {
  color: #1f1347;
}
.page-container .page-header .title a:hover {
  filter: brightness(0.5);
}
.page-container .page-header .title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #1f1347;
}
.page-container .page-content {
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  background-color: #fff;
  line-height: 2;
}
.page-container .page-content a {
  display: inline-block;
  color: #1f1347;
}
.page-container .page-content .contactForm {
  gap: 12px;
  display: flex;
  flex-direction: column;
}
.page-container .page-content .contactus {
  margin: 1rem 0 0;
  position: relative;
}
.page-container .page-content .contactus input,
.page-container .page-content .contactus textarea {
  margin-bottom: 8px;
  padding: 0.5rem;
  background: #f6f6f6;
  border: 1px solid #e0e0e0;
}
.page-container .page-content .contactus .parent {
  gap: 12px;
}
@media only screen and (max-width: 500px) {
  .page-container .page-content .contactus .parent {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 500px) {
  .page-container .page-content .contactus .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-container .page-content .contactus .parent input {
  max-width: 100%;
}
.page-container .page-content .contactus textarea {
  max-width: 100%;
  resize: vertical;
  margin-bottom: 8px;
  border: 2px solid #d9d9d9;
}
.page-container .page-content .contactus input::placeholder,
.page-container .page-content .contactus textarea::placeholder {
  color: #707070;
}
.page-container .page-content .contactus input:focus-visible,
.page-container .page-content .contactus textarea:focus-visible {
  outline: 1px solid #1f1347;
}
.page-container .page-content .contactus input[type=submit] {
  margin-bottom: 0;
  padding: 6px 8px;
  border: 1px solid #e0e0e0;
  background: #1f1347;
  color: #fff;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
  font-weight: 700;
  font-size: 1rem;
  max-width: 120px;
}
.page-container .page-content .contactus input[type=submit]:hover {
  background: #fff;
  color: #1f1347;
  border-color: #1f1347;
}
.page-container .page-content .contactus #contactStatus {
  left: 0;
  bottom: 4px;
  position: absolute;
}

.blank dl {
  margin: 3rem 0;
}
.blank dt {
  position: relative;
  font-family: iransans-bold;
}
.blank dd 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;
  word-wrap: anywhere;
}
.blank dd a:hover {
  filter: brightness(0.6);
}
.blank dd {
  direction: ltr;
  margin: 1rem 0 2rem;
  border-bottom: 1px solid #c8cce1;
}

.page_404 {
  text-align: center;
}
.page_404 .main_wrapper {
  margin: 8rem auto;
}
.page_404 .main_wrapper .page_404_p {
  color: #000;
  font-size: 1.25rem;
}
.page_404 .main_wrapper .page_404_a {
  margin: 1rem 0 2rem;
  display: inline-block;
  background-color: #1f1347;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.25rem 1rem;
}
.page_404 .main_wrapper #mainImage_create {
  width: 36rem;
  margin: 0 auto;
  max-width: 100%;
}

.company_profile_view {
  margin: 2rem 0;
  line-height: 2rem;
}
.company_profile_view .company_profile_header {
  background-color: #1f1347;
  text-align: center;
  color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.company_profile_view .company_profile_header .company_title {
  font-family: iransans-bold;
  font-size: 1.2rem;
  padding-bottom: 1rem;
}
.company_profile_view .company_profile_header .company_profile_social a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
  justify-content: center;
  color: #fff;
}
.company_profile_view .company_profile_header .company_profile_avatar {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 2rem;
}
.company_profile_view .company_profile_header .company_profile_avatar img {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 0.5rem solid #ffa502;
}
.company_profile_view .company_profile_main .edit_company {
  position: absolute;
  top: 12rem;
  right: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  padding: 0.5rem 1rem;
  background-color: #1f1347;
  color: #fff;
  font-family: iransans-bold;
}
.company_profile_view .company_profile_main .company_profile_main_cnt .company_profile_box .title {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 1.1rem;
  font-family: iransans-bold;
  margin: 1rem 0 0.75rem;
}
.company_profile_view .company_profile_main .company_profile_main_cnt .company_profile_box .title .dot {
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.3rem solid #1f1347;
}
.company_profile_view .company_profile_main .company_profile_main_cnt .company_profile_box .company_profile_production {
  background-color: #fff;
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 2rem;
}
.company_profile_view .company_profile_main .company_profile_main_cnt .company_profile_box .company_profile_production > ul {
  gap: 8px;
  display: flex;
  margin: 12px 6px;
  flex-direction: column;
}
.company_profile_view .company_profile_main .company_profile_main_cnt .company_profile_box .company_profile_production > ul li {
  gap: 8px;
  display: grid;
  line-height: 1.7;
  align-items: baseline;
  grid-template-columns: 6px 1fr;
}
.company_profile_view .company_profile_main .company_profile_main_cnt .company_profile_box .company_profile_production > ul li::before {
  width: 6px;
  height: 6px;
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #1f1347;
}

.wrapper_tag {
  margin-top: 2rem;
}
.wrapper_tag .tag_title {
  background: rgba(63, 81, 181, 0.2588235294);
  border: 1px solid #3f51b5;
  text-align: center;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
}
.wrapper_tag .first_chart {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .wrapper_tag .first_chart {
    flex-direction: row;
  }
}
.wrapper_tag .first_chart .bitycle_chart {
  width: 100%;
}
.wrapper_tag .first_chart .bitycle_chart iframe {
  border-radius: 0.5rem;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 8px, rgb(239, 241, 243) 0px 10px 20px;
  padding-bottom: 2.25rem;
}

.news_tag .news-body {
  padding: 0;
}

#bitycle-treemap-widget {
  background: white;
  padding-bottom: 2.25rem;
}

/*
album layout styles
*/
.album .news_row {
  padding-top: 16px;
}
.album .news_row .album_list figure {
  margin: 0;
}
@media screen and (min-width: 900px) {
  .album .news_row .album_list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.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;
}

.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: #000;
  }
  .mobile-side-menu .content .side-menu > .menu-item:hover .menu-arrow svg {
    stroke: #000;
    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;
}